Skip to content

Commit

Permalink
Merge branch 'main' into canary-express
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaito1001 committed Mar 15, 2024
2 parents c7bb25b + 25fd448 commit 8f586a1
Show file tree
Hide file tree
Showing 1,616 changed files with 32,513 additions and 3,511 deletions.
869 changes: 869 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[workspace]
resolver = "2"
exclude = [
"examples/examples",
"examples/lambda",
"examples/cross_service",
"examples/test-utils",
"examples/lambda",
"examples/examples",
"tests/webassembly",
"tests/no-default-features"
]
Expand Down Expand Up @@ -391,6 +391,7 @@ members = [
"sdk/swf",
"sdk/synthetics",
"sdk/textract",
"sdk/timestreaminfluxdb",
"sdk/timestreamquery",
"sdk/timestreamwrite",
"sdk/tnb",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
```toml
[dependencies]
aws-config = { version= "1.1.8", features = ["behavior-version-latest"] }
aws-sdk-dynamodb = "1.17.0"
aws-sdk-dynamodb = "1.18.0"
tokio = { version = "1", features = ["full"] }
```

Expand Down
8 changes: 4 additions & 4 deletions aws-models/amplify.json
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Creates a new backend environment for an Amplify app. </p>",
"smithy.api#documentation": "<p>Creates a new backend environment for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend is created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to applications created using the\n Amplify Gen 2 public preview. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/apps/{appId}/backendenvironments",
Expand Down Expand Up @@ -2787,7 +2787,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Deletes a backend environment for an Amplify app. </p>",
"smithy.api#documentation": "<p>Deletes a backend environment for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend was created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to applications created using the\n Amplify Gen 2 public preview. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>",
"smithy.api#http": {
"method": "DELETE",
"uri": "/apps/{appId}/backendenvironments/{environmentName}",
Expand Down Expand Up @@ -3719,7 +3719,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a backend environment for an Amplify app. </p>",
"smithy.api#documentation": "<p>Returns a backend environment for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend was created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to applications created using the\n Amplify Gen 2 public preview. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>",
"smithy.api#http": {
"method": "GET",
"uri": "/apps/{appId}/backendenvironments/{environmentName}",
Expand Down Expand Up @@ -4497,7 +4497,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Lists the backend environments for an Amplify app. </p>",
"smithy.api#documentation": "<p>Lists the backend environments for an Amplify app. </p>\n <p>This API is available only to Amplify Gen 1 applications where the\n backend was created using Amplify Studio or the Amplify\n command line interface (CLI). This API isn’t available to applications created using the\n Amplify Gen 2 public preview. When you deploy an application with\n Amplify Gen 2, you provision the app's backend infrastructure using Typescript\n code.</p>",
"smithy.api#http": {
"method": "GET",
"uri": "/apps/{appId}/backendenvironments",
Expand Down
22 changes: 18 additions & 4 deletions aws-models/backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -6054,7 +6054,7 @@
"ControlScope": {
"target": "com.amazonaws.backup#ControlScope",
"traits": {
"smithy.api#documentation": "<p>The scope of a control. The control scope defines what the control will evaluate. Three\n examples of control scopes are: a specific backup plan, all backup plans with a specific\n tag, or all backup plans.</p>"
"smithy.api#documentation": "<p>The scope of a control. The control scope defines what the control will evaluate. Three\n examples of control scopes are: a specific backup plan, all backup plans with a specific\n tag, or all backup plans.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_ControlScope.html\">\n <code>ControlScope</code>.</a>\n </p>"
}
}
},
Expand Down Expand Up @@ -7411,7 +7411,7 @@
"State": {
"target": "com.amazonaws.backup#BackupJobStatus",
"traits": {
"smithy.api#documentation": "<p>This parameter returns the job count for jobs \n with the specified state.</p>\n <p>The the value ANY returns count of all states.</p>\n <p>\n <code>AGGREGATE_ALL</code> aggregates job counts \n for all states and returns the sum.</p>",
"smithy.api#documentation": "<p>This parameter returns the job count for jobs with the specified state.</p>\n <p>The the value ANY returns count of all states.</p>\n <p>\n <code>AGGREGATE_ALL</code> aggregates job counts for all states and returns the\n sum.</p>\n <p>\n <code>Completed with issues</code> is a status found only in the Backup\n console. For API, this status refers to jobs with a state of <code>COMPLETED</code> and a\n <code>MessageCategory</code> with a value other than <code>SUCCESS</code>; that is, the\n status is completed but comes with a status message. To obtain the job count for\n <code>Completed with issues</code>, run two GET requests, and subtract the second,\n smaller number:</p>\n <p>GET\n /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&State=COMPLETED</p>\n <p>GET\n /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&MessageCategory=SUCCESS&State=COMPLETED</p>",
"smithy.api#httpQuery": "State"
}
},
Expand Down Expand Up @@ -7540,7 +7540,7 @@
"ByState": {
"target": "com.amazonaws.backup#BackupJobState",
"traits": {
"smithy.api#documentation": "<p>Returns only backup jobs that are in the specified state.</p>",
"smithy.api#documentation": "<p>Returns only backup jobs that are in the specified state.</p>\n <p>\n <code>Completed with issues</code> is a status found only in the Backup\n console. For API, this status refers to jobs with a state of <code>COMPLETED</code> and a\n <code>MessageCategory</code> with a value other than <code>SUCCESS</code>; that is, the\n status is completed but comes with a status message.</p>\n <p>To obtain the job count for\n <code>Completed with issues</code>, run two GET requests, and subtract the second,\n smaller number:</p>\n <p>GET /backup-jobs/?state=COMPLETED</p>\n <p>GET /backup-jobs/?messageCategory=SUCCESS&state=COMPLETED</p>",
"smithy.api#httpQuery": "state"
}
},
Expand Down Expand Up @@ -8933,6 +8933,14 @@
"smithy.api#documentation": "<p>The maximum number of items to be returned.</p>\n <note>\n <p>Amazon RDS requires a value of at least 20.</p>\n </note>",
"smithy.api#httpQuery": "maxResults"
}
},
"ManagedByAWSBackupOnly": {
"target": "com.amazonaws.backup#Boolean2",
"traits": {
"smithy.api#default": false,
"smithy.api#documentation": "<p>This attribute filters recovery points based on ownership.</p>\n <p>If this is \n set to <code>TRUE</code>, the response will contain recovery points associated \n with the selected resources that are managed by Backup.</p>\n <p>If this is set to <code>FALSE</code>, the response will contain all \n recovery points associated with the selected resource.</p>\n <p>Type: Boolean</p>",
"smithy.api#httpQuery": "managedByAWSBackupOnly"
}
}
},
"traits": {
Expand Down Expand Up @@ -10365,6 +10373,12 @@
"traits": {
"smithy.api#documentation": "<p>This is the non-unique name of the resource that \n belongs to the specified backup.</p>"
}
},
"VaultType": {
"target": "com.amazonaws.backup#VaultType",
"traits": {
"smithy.api#documentation": "<p>This is the type of vault in which the described recovery point is \n stored.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -12159,7 +12173,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Attempts to cancel a job to create a one-time backup of a resource.</p>\n <p>This action is not supported for the following services:\n Amazon FSx for Windows File Server, Amazon FSx for Lustre, FSx for ONTAP\n , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, \n and Amazon Neptune.</p>",
"smithy.api#documentation": "<p>Attempts to cancel a job to create a one-time backup of a resource.</p>\n <p>This action is not supported for the following services:\n Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP\n , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, \n and Amazon Neptune.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/backup-jobs/{BackupJobId}",
Expand Down
35 changes: 35 additions & 0 deletions aws-models/codebuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -2872,6 +2872,12 @@
"smithy.api#documentation": "<p>The scaling configuration of the compute fleet.</p>"
}
},
"overflowBehavior": {
"target": "com.amazonaws.codebuild#FleetOverflowBehavior",
"traits": {
"smithy.api#documentation": "<p>The compute fleet overflow behavior.</p>\n <ul>\n <li>\n <p>For overflow behavior <code>QUEUE</code>, your overflow builds need to wait on \n the existing fleet instance to become available.</p>\n </li>\n <li>\n <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p>\n </li>\n </ul>"
}
},
"tags": {
"target": "com.amazonaws.codebuild#TagList",
"traits": {
Expand Down Expand Up @@ -4076,6 +4082,12 @@
"smithy.api#documentation": "<p>The scaling configuration of the compute fleet.</p>"
}
},
"overflowBehavior": {
"target": "com.amazonaws.codebuild#FleetOverflowBehavior",
"traits": {
"smithy.api#documentation": "<p>The compute fleet overflow behavior.</p>\n <ul>\n <li>\n <p>For overflow behavior <code>QUEUE</code>, your overflow builds need to wait on \n the existing fleet instance to become available.</p>\n </li>\n <li>\n <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p>\n </li>\n </ul>"
}
},
"tags": {
"target": "com.amazonaws.codebuild#TagList",
"traits": {
Expand Down Expand Up @@ -4146,6 +4158,23 @@
}
}
},
"com.amazonaws.codebuild#FleetOverflowBehavior": {
"type": "enum",
"members": {
"QUEUE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "QUEUE"
}
},
"ON_DEMAND": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ON_DEMAND"
}
}
}
},
"com.amazonaws.codebuild#FleetScalingMetricType": {
"type": "enum",
"members": {
Expand Down Expand Up @@ -8365,6 +8394,12 @@
"smithy.api#documentation": "<p>The scaling configuration of the compute fleet.</p>"
}
},
"overflowBehavior": {
"target": "com.amazonaws.codebuild#FleetOverflowBehavior",
"traits": {
"smithy.api#documentation": "<p>The compute fleet overflow behavior.</p>\n <ul>\n <li>\n <p>For overflow behavior <code>QUEUE</code>, your overflow builds need to wait on \n the existing fleet instance to become available.</p>\n </li>\n <li>\n <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p>\n </li>\n </ul>"
}
},
"tags": {
"target": "com.amazonaws.codebuild#TagList",
"traits": {
Expand Down
Loading

0 comments on commit 8f586a1

Please sign in to comment.