Skip to content

Commit 621d218

Browse files
Updated API models and rebuilt service gems.
1 parent a8f1944 commit 621d218

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+9634
-6960
lines changed

apis/bedrock/2023-04-20/api-2.json

Lines changed: 331 additions & 1 deletion
Large diffs are not rendered by default.

apis/bedrock/2023-04-20/docs-2.json

Lines changed: 178 additions & 3 deletions
Large diffs are not rendered by default.

apis/bedrock/2023-04-20/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"limit_key": "maxResults",
3131
"result_key": "modelCustomizationJobSummaries"
3232
},
33+
"ListModelInvocationJobs": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "invocationJobSummaries"
38+
},
3339
"ListProvisionedModelThroughputs": {
3440
"input_token": "nextToken",
3541
"output_token": "nextToken",

apis/codebuild/2016-10-06/api-2.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,7 @@
11301130
"scalingConfiguration":{"shape":"ScalingConfigurationInput"},
11311131
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
11321132
"vpcConfig":{"shape":"VpcConfig"},
1133+
"imageId":{"shape":"NonEmptyString"},
11331134
"fleetServiceRole":{"shape":"NonEmptyString"},
11341135
"tags":{"shape":"TagList"}
11351136
}
@@ -1409,7 +1410,8 @@
14091410
"ARM_CONTAINER",
14101411
"WINDOWS_SERVER_2019_CONTAINER",
14111412
"LINUX_LAMBDA_CONTAINER",
1412-
"ARM_LAMBDA_CONTAINER"
1413+
"ARM_LAMBDA_CONTAINER",
1414+
"MAC_ARM"
14131415
]
14141416
},
14151417
"EnvironmentVariable":{
@@ -1474,6 +1476,7 @@
14741476
"scalingConfiguration":{"shape":"ScalingConfigurationOutput"},
14751477
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
14761478
"vpcConfig":{"shape":"VpcConfig"},
1479+
"imageId":{"shape":"NonEmptyString"},
14771480
"fleetServiceRole":{"shape":"NonEmptyString"},
14781481
"tags":{"shape":"TagList"}
14791482
}
@@ -1493,7 +1496,9 @@
14931496
"enum":[
14941497
"CREATE_FAILED",
14951498
"UPDATE_FAILED",
1496-
"ACTION_REQUIRED"
1499+
"ACTION_REQUIRED",
1500+
"PENDING_DELETION",
1501+
"INSUFFICIENT_CAPACITY"
14971502
]
14981503
},
14991504
"FleetName":{
@@ -2745,6 +2750,7 @@
27452750
"scalingConfiguration":{"shape":"ScalingConfigurationInput"},
27462751
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
27472752
"vpcConfig":{"shape":"VpcConfig"},
2753+
"imageId":{"shape":"NonEmptyString"},
27482754
"fleetServiceRole":{"shape":"NonEmptyString"},
27492755
"tags":{"shape":"TagList"}
27502756
}

apis/codebuild/2016-10-06/docs-2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,7 @@
10281028
"CodeCoverage$reportARN": "<p>The ARN of the report.</p>",
10291029
"CodeCoverage$filePath": "<p>The path of the test report file.</p>",
10301030
"ComputeTypesAllowed$member": null,
1031+
"CreateFleetInput$imageId": "<p>The Amazon Machine Image (AMI) of the compute fleet.</p>",
10311032
"CreateFleetInput$fleetServiceRole": "<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\"> Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>",
10321033
"CreateProjectInput$serviceRole": "<p>The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.</p>",
10331034
"CreateProjectInput$encryptionKey": "<p>The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.</p> <note> <p>You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key. </p> </note> <p>You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format <code>alias/&lt;alias-name&gt;</code>). </p>",
@@ -1045,6 +1046,7 @@
10451046
"ExportedEnvironmentVariable$name": "<p>The name of the exported environment variable.</p>",
10461047
"Fleet$arn": "<p>The ARN of the compute fleet.</p>",
10471048
"Fleet$id": "<p>The ID of the compute fleet.</p>",
1049+
"Fleet$imageId": "<p>The Amazon Machine Image (AMI) of the compute fleet.</p>",
10481050
"Fleet$fleetServiceRole": "<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\"> Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>",
10491051
"FleetArns$member": null,
10501052
"FleetNames$member": null,
@@ -1098,6 +1100,7 @@
10981100
"Subnets$member": null,
10991101
"TestCase$reportArn": "<p> The ARN of the report to which the test case belongs. </p>",
11001102
"UpdateFleetInput$arn": "<p>The ARN of the compute fleet.</p>",
1103+
"UpdateFleetInput$imageId": "<p>The Amazon Machine Image (AMI) of the compute fleet.</p>",
11011104
"UpdateFleetInput$fleetServiceRole": "<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\"> Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>",
11021105
"UpdateProjectInput$name": "<p>The name of the build project.</p> <note> <p>You cannot change a build project's name.</p> </note>",
11031106
"UpdateProjectInput$serviceRole": "<p>The replacement ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.</p>",

0 commit comments

Comments
 (0)