Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Aug 19, 2024
1 parent a8f1944 commit 621d218
Show file tree
Hide file tree
Showing 62 changed files with 9,634 additions and 6,960 deletions.
332 changes: 331 additions & 1 deletion apis/bedrock/2023-04-20/api-2.json

Large diffs are not rendered by default.

181 changes: 178 additions & 3 deletions apis/bedrock/2023-04-20/docs-2.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions apis/bedrock/2023-04-20/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
"limit_key": "maxResults",
"result_key": "modelCustomizationJobSummaries"
},
"ListModelInvocationJobs": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "invocationJobSummaries"
},
"ListProvisionedModelThroughputs": {
"input_token": "nextToken",
"output_token": "nextToken",
Expand Down
10 changes: 8 additions & 2 deletions apis/codebuild/2016-10-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,7 @@
"scalingConfiguration":{"shape":"ScalingConfigurationInput"},
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
"vpcConfig":{"shape":"VpcConfig"},
"imageId":{"shape":"NonEmptyString"},
"fleetServiceRole":{"shape":"NonEmptyString"},
"tags":{"shape":"TagList"}
}
Expand Down Expand Up @@ -1409,7 +1410,8 @@
"ARM_CONTAINER",
"WINDOWS_SERVER_2019_CONTAINER",
"LINUX_LAMBDA_CONTAINER",
"ARM_LAMBDA_CONTAINER"
"ARM_LAMBDA_CONTAINER",
"MAC_ARM"
]
},
"EnvironmentVariable":{
Expand Down Expand Up @@ -1474,6 +1476,7 @@
"scalingConfiguration":{"shape":"ScalingConfigurationOutput"},
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
"vpcConfig":{"shape":"VpcConfig"},
"imageId":{"shape":"NonEmptyString"},
"fleetServiceRole":{"shape":"NonEmptyString"},
"tags":{"shape":"TagList"}
}
Expand All @@ -1493,7 +1496,9 @@
"enum":[
"CREATE_FAILED",
"UPDATE_FAILED",
"ACTION_REQUIRED"
"ACTION_REQUIRED",
"PENDING_DELETION",
"INSUFFICIENT_CAPACITY"
]
},
"FleetName":{
Expand Down Expand Up @@ -2745,6 +2750,7 @@
"scalingConfiguration":{"shape":"ScalingConfigurationInput"},
"overflowBehavior":{"shape":"FleetOverflowBehavior"},
"vpcConfig":{"shape":"VpcConfig"},
"imageId":{"shape":"NonEmptyString"},
"fleetServiceRole":{"shape":"NonEmptyString"},
"tags":{"shape":"TagList"}
}
Expand Down
3 changes: 3 additions & 0 deletions apis/codebuild/2016-10-06/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@
"CodeCoverage$reportARN": "<p>The ARN of the report.</p>",
"CodeCoverage$filePath": "<p>The path of the test report file.</p>",
"ComputeTypesAllowed$member": null,
"CreateFleetInput$imageId": "<p>The Amazon Machine Image (AMI) of the compute fleet.</p>",
"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>",
"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>",
"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>",
Expand All @@ -1045,6 +1046,7 @@
"ExportedEnvironmentVariable$name": "<p>The name of the exported environment variable.</p>",
"Fleet$arn": "<p>The ARN of the compute fleet.</p>",
"Fleet$id": "<p>The ID of the compute fleet.</p>",
"Fleet$imageId": "<p>The Amazon Machine Image (AMI) of the compute fleet.</p>",
"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>",
"FleetArns$member": null,
"FleetNames$member": null,
Expand Down Expand Up @@ -1098,6 +1100,7 @@
"Subnets$member": null,
"TestCase$reportArn": "<p> The ARN of the report to which the test case belongs. </p>",
"UpdateFleetInput$arn": "<p>The ARN of the compute fleet.</p>",
"UpdateFleetInput$imageId": "<p>The Amazon Machine Image (AMI) of the compute fleet.</p>",
"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>",
"UpdateProjectInput$name": "<p>The name of the build project.</p> <note> <p>You cannot change a build project's name.</p> </note>",
"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>",
Expand Down
Loading

0 comments on commit 621d218

Please sign in to comment.