diff --git a/testbed/boto__botocore/botocore/data/apptest/2022-12-06/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/apptest/2022-12-06/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..82abed332ecf36412b8fe69ab42fdc66eee53913 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/apptest/2022-12-06/endpoint-rule-set-1.json @@ -0,0 +1,350 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://apptest-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://apptest-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://apptest.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://apptest.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ], + "type": "tree" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/apptest/2022-12-06/paginators-1.json b/testbed/boto__botocore/botocore/data/apptest/2022-12-06/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..56c715f68df75cd119bf17395252782844f2221a --- /dev/null +++ b/testbed/boto__botocore/botocore/data/apptest/2022-12-06/paginators-1.json @@ -0,0 +1,40 @@ +{ + "pagination": { + "ListTestCases": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "testCases" + }, + "ListTestConfigurations": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "testConfigurations" + }, + "ListTestRunSteps": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "testRunSteps" + }, + "ListTestRunTestCases": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "testRunTestCases" + }, + "ListTestRuns": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "testRuns" + }, + "ListTestSuites": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "testSuites" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/apptest/2022-12-06/service-2.json b/testbed/boto__botocore/botocore/data/apptest/2022-12-06/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..fe14ff269e65344fd872153c1e9e888ac5b6a749 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/apptest/2022-12-06/service-2.json @@ -0,0 +1,3510 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2022-12-06", + "auth":["aws.auth#sigv4"], + "endpointPrefix":"apptest", + "protocol":"rest-json", + "protocols":["rest-json"], + "serviceFullName":"AWS Mainframe Modernization Application Testing", + "serviceId":"AppTest", + "signatureVersion":"v4", + "signingName":"apptest", + "uid":"apptest-2022-12-06" + }, + "operations":{ + "CreateTestCase":{ + "name":"CreateTestCase", + "http":{ + "method":"POST", + "requestUri":"/testcase", + "responseCode":201 + }, + "input":{"shape":"CreateTestCaseRequest"}, + "output":{"shape":"CreateTestCaseResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"
Creates a test case.
", + "idempotent":true + }, + "CreateTestConfiguration":{ + "name":"CreateTestConfiguration", + "http":{ + "method":"POST", + "requestUri":"/testconfiguration", + "responseCode":201 + }, + "input":{"shape":"CreateTestConfigurationRequest"}, + "output":{"shape":"CreateTestConfigurationResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates a test configuration.
", + "idempotent":true + }, + "CreateTestSuite":{ + "name":"CreateTestSuite", + "http":{ + "method":"POST", + "requestUri":"/testsuite", + "responseCode":201 + }, + "input":{"shape":"CreateTestSuiteRequest"}, + "output":{"shape":"CreateTestSuiteResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates a test suite.
", + "idempotent":true + }, + "DeleteTestCase":{ + "name":"DeleteTestCase", + "http":{ + "method":"DELETE", + "requestUri":"/testcases/{testCaseId}", + "responseCode":204 + }, + "input":{"shape":"DeleteTestCaseRequest"}, + "output":{"shape":"DeleteTestCaseResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a test case.
", + "idempotent":true + }, + "DeleteTestConfiguration":{ + "name":"DeleteTestConfiguration", + "http":{ + "method":"DELETE", + "requestUri":"/testconfigurations/{testConfigurationId}", + "responseCode":204 + }, + "input":{"shape":"DeleteTestConfigurationRequest"}, + "output":{"shape":"DeleteTestConfigurationResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a test configuration.
", + "idempotent":true + }, + "DeleteTestRun":{ + "name":"DeleteTestRun", + "http":{ + "method":"DELETE", + "requestUri":"/testruns/{testRunId}", + "responseCode":204 + }, + "input":{"shape":"DeleteTestRunRequest"}, + "output":{"shape":"DeleteTestRunResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a test run.
", + "idempotent":true + }, + "DeleteTestSuite":{ + "name":"DeleteTestSuite", + "http":{ + "method":"DELETE", + "requestUri":"/testsuites/{testSuiteId}", + "responseCode":204 + }, + "input":{"shape":"DeleteTestSuiteRequest"}, + "output":{"shape":"DeleteTestSuiteResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a test suite.
", + "idempotent":true + }, + "GetTestCase":{ + "name":"GetTestCase", + "http":{ + "method":"GET", + "requestUri":"/testcases/{testCaseId}", + "responseCode":200 + }, + "input":{"shape":"GetTestCaseRequest"}, + "output":{"shape":"GetTestCaseResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets a test case.
" + }, + "GetTestConfiguration":{ + "name":"GetTestConfiguration", + "http":{ + "method":"GET", + "requestUri":"/testconfigurations/{testConfigurationId}", + "responseCode":200 + }, + "input":{"shape":"GetTestConfigurationRequest"}, + "output":{"shape":"GetTestConfigurationResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets a test configuration.
" + }, + "GetTestRunStep":{ + "name":"GetTestRunStep", + "http":{ + "method":"GET", + "requestUri":"/testruns/{testRunId}/steps/{stepName}", + "responseCode":200 + }, + "input":{"shape":"GetTestRunStepRequest"}, + "output":{"shape":"GetTestRunStepResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets a test run step.
" + }, + "GetTestSuite":{ + "name":"GetTestSuite", + "http":{ + "method":"GET", + "requestUri":"/testsuites/{testSuiteId}", + "responseCode":200 + }, + "input":{"shape":"GetTestSuiteRequest"}, + "output":{"shape":"GetTestSuiteResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets a test suite.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists tags for a resource.
" + }, + "ListTestCases":{ + "name":"ListTestCases", + "http":{ + "method":"GET", + "requestUri":"/testcases", + "responseCode":200 + }, + "input":{"shape":"ListTestCasesRequest"}, + "output":{"shape":"ListTestCasesResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists test cases.
" + }, + "ListTestConfigurations":{ + "name":"ListTestConfigurations", + "http":{ + "method":"GET", + "requestUri":"/testconfigurations", + "responseCode":200 + }, + "input":{"shape":"ListTestConfigurationsRequest"}, + "output":{"shape":"ListTestConfigurationsResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists test configurations.
" + }, + "ListTestRunSteps":{ + "name":"ListTestRunSteps", + "http":{ + "method":"GET", + "requestUri":"/testruns/{testRunId}/steps", + "responseCode":200 + }, + "input":{"shape":"ListTestRunStepsRequest"}, + "output":{"shape":"ListTestRunStepsResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists test run steps.
" + }, + "ListTestRunTestCases":{ + "name":"ListTestRunTestCases", + "http":{ + "method":"GET", + "requestUri":"/testruns/{testRunId}/testcases", + "responseCode":200 + }, + "input":{"shape":"ListTestRunTestCasesRequest"}, + "output":{"shape":"ListTestRunTestCasesResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists test run test cases.
" + }, + "ListTestRuns":{ + "name":"ListTestRuns", + "http":{ + "method":"GET", + "requestUri":"/testruns", + "responseCode":200 + }, + "input":{"shape":"ListTestRunsRequest"}, + "output":{"shape":"ListTestRunsResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists test runs.
" + }, + "ListTestSuites":{ + "name":"ListTestSuites", + "http":{ + "method":"GET", + "requestUri":"/testsuites", + "responseCode":200 + }, + "input":{"shape":"ListTestSuitesRequest"}, + "output":{"shape":"ListTestSuitesResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists test suites.
" + }, + "StartTestRun":{ + "name":"StartTestRun", + "http":{ + "method":"POST", + "requestUri":"/testrun", + "responseCode":200 + }, + "input":{"shape":"StartTestRunRequest"}, + "output":{"shape":"StartTestRunResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Starts a test run.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Specifies tags of a resource.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Untags a resource.
", + "idempotent":true + }, + "UpdateTestCase":{ + "name":"UpdateTestCase", + "http":{ + "method":"PATCH", + "requestUri":"/testcases/{testCaseId}", + "responseCode":200 + }, + "input":{"shape":"UpdateTestCaseRequest"}, + "output":{"shape":"UpdateTestCaseResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates a test case.
" + }, + "UpdateTestConfiguration":{ + "name":"UpdateTestConfiguration", + "http":{ + "method":"PATCH", + "requestUri":"/testconfigurations/{testConfigurationId}", + "responseCode":200 + }, + "input":{"shape":"UpdateTestConfigurationRequest"}, + "output":{"shape":"UpdateTestConfigurationResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates a test configuration.
" + }, + "UpdateTestSuite":{ + "name":"UpdateTestSuite", + "http":{ + "method":"PATCH", + "requestUri":"/testsuites/{testSuiteId}", + "responseCode":200 + }, + "input":{"shape":"UpdateTestSuiteRequest"}, + "output":{"shape":"UpdateTestSuiteResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates a test suite.
" + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"} + }, + "documentation":"The account or role doesn't have the right permissions to make the request.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "Arn":{ + "type":"string", + "pattern":"arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+=,@.-]{0,1023}" + }, + "Batch":{ + "type":"structure", + "required":["batchJobName"], + "members":{ + "batchJobName":{ + "shape":"Variable", + "documentation":"The job name of the batch.
" + }, + "batchJobParameters":{ + "shape":"BatchJobParameters", + "documentation":"The batch job parameters of the batch.
" + }, + "exportDataSetNames":{ + "shape":"ExportDataSetNames", + "documentation":"The export data set names of the batch.
" + } + }, + "documentation":"Defines a batch.
" + }, + "BatchJobParameters":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "BatchStepInput":{ + "type":"structure", + "required":[ + "resource", + "batchJobName" + ], + "members":{ + "resource":{ + "shape":"MainframeResourceSummary", + "documentation":"The resource of the batch step input.
" + }, + "batchJobName":{ + "shape":"ResourceName", + "documentation":"The batch job name of the batch step input.
" + }, + "batchJobParameters":{ + "shape":"BatchJobParameters", + "documentation":"The batch job parameters of the batch step input.
" + }, + "exportDataSetNames":{ + "shape":"ExportDataSetNames", + "documentation":"The export data set names of the batch step input.
" + }, + "properties":{ + "shape":"MainframeActionProperties", + "documentation":"The properties of the batch step input.
" + } + }, + "documentation":"Defines a batch step input.
" + }, + "BatchStepOutput":{ + "type":"structure", + "members":{ + "dataSetExportLocation":{ + "shape":"S3Uri", + "documentation":"The data set export location of the batch step output.
" + }, + "dmsOutputLocation":{ + "shape":"S3Uri", + "documentation":"The Database Migration Service (DMS) output location of the batch step output.
" + }, + "dataSetDetails":{ + "shape":"DataSetList", + "documentation":"The data set details of the batch step output.
" + } + }, + "documentation":"Defines a batch step output.
" + }, + "BatchSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"BatchStepInput", + "documentation":"The step input of the batch summary.
" + }, + "stepOutput":{ + "shape":"BatchStepOutput", + "documentation":"The step output of the batch summary.
" + } + }, + "documentation":"Summarizes a batch job.
" + }, + "Boolean":{ + "type":"boolean", + "box":true + }, + "CaptureTool":{ + "type":"string", + "enum":[ + "Precisely", + "AWS DMS" + ] + }, + "CloudFormation":{ + "type":"structure", + "required":["templateLocation"], + "members":{ + "templateLocation":{ + "shape":"S3Uri", + "documentation":"The template location of the CloudFormation template.
" + }, + "parameters":{ + "shape":"Properties", + "documentation":"The CloudFormation properties in the CloudFormation template.
" + } + }, + "documentation":"Specifies the CloudFormation template and its parameters.
" + }, + "CloudFormationAction":{ + "type":"structure", + "required":["resource"], + "members":{ + "resource":{ + "shape":"Variable", + "documentation":"The resource of the CloudFormation action.
" + }, + "actionType":{ + "shape":"CloudFormationActionType", + "documentation":"The action type of the CloudFormation action.
" + } + }, + "documentation":"Specifies the CloudFormation action.
" + }, + "CloudFormationActionType":{ + "type":"string", + "enum":[ + "Create", + "Delete" + ] + }, + "CloudFormationStepSummary":{ + "type":"structure", + "members":{ + "createCloudformation":{ + "shape":"CreateCloudFormationSummary", + "documentation":"Creates the CloudFormation summary of the step.
" + }, + "deleteCloudformation":{ + "shape":"DeleteCloudFormationSummary", + "documentation":"Deletes the CloudFormation summary of the CloudFormation step summary.
" + } + }, + "documentation":"Specifies the CloudFormation step summary.
", + "union":true + }, + "CompareAction":{ + "type":"structure", + "required":["input"], + "members":{ + "input":{ + "shape":"Input", + "documentation":"The input of the compare action.
" + }, + "output":{ + "shape":"Output", + "documentation":"The output of the compare action.
" + } + }, + "documentation":"Compares the action.
" + }, + "CompareActionSummary":{ + "type":"structure", + "required":["type"], + "members":{ + "type":{ + "shape":"File", + "documentation":"The type of the compare action summary.
" + } + }, + "documentation":"Specifies the compare action summary.
" + }, + "CompareDataSetsStepInput":{ + "type":"structure", + "required":[ + "sourceLocation", + "targetLocation", + "sourceDataSets", + "targetDataSets" + ], + "members":{ + "sourceLocation":{ + "shape":"S3Uri", + "documentation":"The source location of the compare data sets step input location.
" + }, + "targetLocation":{ + "shape":"S3Uri", + "documentation":"The target location of the compare data sets step input location.
" + }, + "sourceDataSets":{ + "shape":"DataSetList", + "documentation":"The source data sets of the compare data sets step input location.
" + }, + "targetDataSets":{ + "shape":"DataSetList", + "documentation":"The target data sets of the compare data sets step input location.
" + } + }, + "documentation":"Specifies the compare data sets step input.
" + }, + "CompareDataSetsStepOutput":{ + "type":"structure", + "required":[ + "comparisonOutputLocation", + "comparisonStatus" + ], + "members":{ + "comparisonOutputLocation":{ + "shape":"S3Uri", + "documentation":"The comparison output location of the compare data sets step output.
" + }, + "comparisonStatus":{ + "shape":"ComparisonStatusEnum", + "documentation":"The comparison status of the compare data sets step output.
" + } + }, + "documentation":"Specifies the compare data sets step output.
" + }, + "CompareDataSetsSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"CompareDataSetsStepInput", + "documentation":"The step input of the compare data sets summary.
" + }, + "stepOutput":{ + "shape":"CompareDataSetsStepOutput", + "documentation":"The step output of the compare data sets summary.
" + } + }, + "documentation":"Compares data sets summary.
" + }, + "CompareDatabaseCDCStepInput":{ + "type":"structure", + "required":[ + "sourceLocation", + "targetLocation", + "sourceMetadata", + "targetMetadata" + ], + "members":{ + "sourceLocation":{ + "shape":"String", + "documentation":"The source location of the compare database CDC step input.
" + }, + "targetLocation":{ + "shape":"String", + "documentation":"The target location of the compare database CDC step input.
" + }, + "outputLocation":{ + "shape":"String", + "documentation":"The output location of the compare database CDC step input.
" + }, + "sourceMetadata":{ + "shape":"SourceDatabaseMetadata", + "documentation":"The source metadata of the compare database CDC step input.
" + }, + "targetMetadata":{ + "shape":"TargetDatabaseMetadata", + "documentation":"The target metadata location of the compare database CDC step input.
" + } + }, + "documentation":"Compares the database Change Data Capture (CDC) step input.
" + }, + "CompareDatabaseCDCStepOutput":{ + "type":"structure", + "required":[ + "comparisonOutputLocation", + "comparisonStatus" + ], + "members":{ + "comparisonOutputLocation":{ + "shape":"String", + "documentation":"The comparison output of the compare database CDC step output.
" + }, + "comparisonStatus":{ + "shape":"ComparisonStatusEnum", + "documentation":"The comparison status of the compare database CDC step output.
" + } + }, + "documentation":"Compares the database CDC step output.
" + }, + "CompareDatabaseCDCSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"CompareDatabaseCDCStepInput", + "documentation":"The step input of the compare database CDC summary.
" + }, + "stepOutput":{ + "shape":"CompareDatabaseCDCStepOutput", + "documentation":"The step output of the compare database CDC summary.
" + } + }, + "documentation":"Compares the database CDC summary.
" + }, + "CompareFileType":{ + "type":"structure", + "members":{ + "datasets":{ + "shape":"CompareDataSetsSummary", + "documentation":"The data sets in the compare file type.
" + }, + "databaseCDC":{ + "shape":"CompareDatabaseCDCSummary", + "documentation":"The database CDC of the compare file type.
" + } + }, + "documentation":"Compares the file type.
", + "union":true + }, + "ComparisonStatusEnum":{ + "type":"string", + "enum":[ + "Different", + "Equivalent", + "Equal" + ] + }, + "ConflictException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "resourceId":{ + "shape":"String", + "documentation":"The resource ID of the conflicts with existing resources.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"The resource type of the conflicts with existing resources.
" + } + }, + "documentation":"The parameters provided in the request conflict with existing resources.
", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "CreateCloudFormationStepInput":{ + "type":"structure", + "required":["templateLocation"], + "members":{ + "templateLocation":{ + "shape":"S3Uri", + "documentation":"The template location of the CloudFormation step input.
" + }, + "parameters":{ + "shape":"Properties", + "documentation":"The CloudFormation properties of the CloudFormation step input.
" + } + }, + "documentation":"Creates the CloudFormation step input.
" + }, + "CreateCloudFormationStepOutput":{ + "type":"structure", + "required":["stackId"], + "members":{ + "stackId":{ + "shape":"String", + "documentation":"The stack ID of the CloudFormation step output.
" + }, + "exports":{ + "shape":"Properties", + "documentation":"The exports of the CloudFormation step output.
" + } + }, + "documentation":"Creates a CloudFormation step output.
" + }, + "CreateCloudFormationSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"CreateCloudFormationStepInput", + "documentation":"The step input of the CloudFormation summary.
" + }, + "stepOutput":{ + "shape":"CreateCloudFormationStepOutput", + "documentation":"The step output of the CloudFormation summary.
" + } + }, + "documentation":"Creates a CloudFormation summary.
" + }, + "CreateTestCaseRequest":{ + "type":"structure", + "required":[ + "name", + "steps" + ], + "members":{ + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test case.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test case.
" + }, + "steps":{ + "shape":"StepList", + "documentation":"The steps in the test case.
" + }, + "clientToken":{ + "shape":"IdempotencyTokenString", + "documentation":"The client token of the test case.
", + "idempotencyToken":true + }, + "tags":{ + "shape":"TagMap", + "documentation":"The specified tags of the test case.
" + } + } + }, + "CreateTestCaseResponse":{ + "type":"structure", + "required":[ + "testCaseId", + "testCaseVersion" + ], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test case.
" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The test case version of the test case.
" + } + } + }, + "CreateTestConfigurationRequest":{ + "type":"structure", + "required":[ + "name", + "resources" + ], + "members":{ + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test configuration.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test configuration.
" + }, + "resources":{ + "shape":"ResourceList", + "documentation":"The defined resources of the test configuration.
" + }, + "properties":{ + "shape":"Properties", + "documentation":"The properties of the test configuration.
" + }, + "clientToken":{ + "shape":"IdempotencyTokenString", + "documentation":"The client token of the test configuration.
", + "idempotencyToken":true + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the test configuration.
" + }, + "serviceSettings":{ + "shape":"ServiceSettings", + "documentation":"The service settings of the test configuration.
" + } + } + }, + "CreateTestConfigurationResponse":{ + "type":"structure", + "required":[ + "testConfigurationId", + "testConfigurationVersion" + ], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The test configuration ID.
" + }, + "testConfigurationVersion":{ + "shape":"Version", + "documentation":"The test configuration version.
" + } + } + }, + "CreateTestSuiteRequest":{ + "type":"structure", + "required":[ + "name", + "testCases" + ], + "members":{ + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test suite.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test suite.
" + }, + "beforeSteps":{ + "shape":"StepList", + "documentation":"The before steps of the test suite.
" + }, + "afterSteps":{ + "shape":"StepList", + "documentation":"The after steps of the test suite.
" + }, + "testCases":{ + "shape":"TestCases", + "documentation":"The test cases in the test suite.
" + }, + "clientToken":{ + "shape":"IdempotencyTokenString", + "documentation":"The client token of the test suite.
", + "idempotencyToken":true + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the test suite.
" + } + } + }, + "CreateTestSuiteResponse":{ + "type":"structure", + "required":[ + "testSuiteId", + "testSuiteVersion" + ], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The suite ID of the test suite.
" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The suite version of the test suite.
" + } + } + }, + "DataSet":{ + "type":"structure", + "required":[ + "type", + "name", + "ccsid", + "format", + "length" + ], + "members":{ + "type":{ + "shape":"DataSetType", + "documentation":"The type of the data set.
" + }, + "name":{ + "shape":"String100", + "documentation":"The name of the data set.
" + }, + "ccsid":{ + "shape":"String50", + "documentation":"The CCSID of the data set.
" + }, + "format":{ + "shape":"Format", + "documentation":"The format of the data set.
" + }, + "length":{ + "shape":"Integer", + "documentation":"The length of the data set.
" + } + }, + "documentation":"Defines a data set.
" + }, + "DataSetList":{ + "type":"list", + "member":{"shape":"DataSet"} + }, + "DataSetType":{ + "type":"string", + "enum":["PS"] + }, + "DatabaseCDC":{ + "type":"structure", + "required":[ + "sourceMetadata", + "targetMetadata" + ], + "members":{ + "sourceMetadata":{ + "shape":"SourceDatabaseMetadata", + "documentation":"The source metadata of the database CDC.
" + }, + "targetMetadata":{ + "shape":"TargetDatabaseMetadata", + "documentation":"The target metadata of the database CDC.
" + } + }, + "documentation":"Defines the Change Data Capture (CDC) of the database.
" + }, + "DeleteCloudFormationStepInput":{ + "type":"structure", + "required":["stackId"], + "members":{ + "stackId":{ + "shape":"String", + "documentation":"The stack ID of the deleted CloudFormation step input.
" + } + }, + "documentation":"Deletes the CloudFormation step input.
" + }, + "DeleteCloudFormationStepOutput":{ + "type":"structure", + "members":{ + }, + "documentation":"Deletes the CloudFormation summary step output.
" + }, + "DeleteCloudFormationSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"DeleteCloudFormationStepInput", + "documentation":"The step input of the deleted CloudFormation summary.
" + }, + "stepOutput":{ + "shape":"DeleteCloudFormationStepOutput", + "documentation":"The step output of the deleted CloudFormation summary.
" + } + }, + "documentation":"Deletes the CloudFormation summary.
" + }, + "DeleteTestCaseRequest":{ + "type":"structure", + "required":["testCaseId"], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test case.
", + "location":"uri", + "locationName":"testCaseId" + } + } + }, + "DeleteTestCaseResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteTestConfigurationRequest":{ + "type":"structure", + "required":["testConfigurationId"], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The test ID of the test configuration.
", + "location":"uri", + "locationName":"testConfigurationId" + } + } + }, + "DeleteTestConfigurationResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteTestRunRequest":{ + "type":"structure", + "required":["testRunId"], + "members":{ + "testRunId":{ + "shape":"Identifier", + "documentation":"The run ID of the test run.
", + "location":"uri", + "locationName":"testRunId" + } + } + }, + "DeleteTestRunResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteTestSuiteRequest":{ + "type":"structure", + "required":["testSuiteId"], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test ID of the test suite.
", + "location":"uri", + "locationName":"testSuiteId" + } + } + }, + "DeleteTestSuiteResponse":{ + "type":"structure", + "members":{ + } + }, + "ExportDataSetNames":{ + "type":"list", + "member":{"shape":"String100"} + }, + "File":{ + "type":"structure", + "members":{ + "fileType":{ + "shape":"CompareFileType", + "documentation":"The file type of the file.
" + } + }, + "documentation":"Defines a file.
", + "union":true + }, + "FileMetadata":{ + "type":"structure", + "members":{ + "dataSets":{ + "shape":"DataSetList", + "documentation":"The data sets of the file metadata.
" + }, + "databaseCDC":{ + "shape":"DatabaseCDC", + "documentation":"The database CDC of the file metadata.
" + } + }, + "documentation":"Specifies a file metadata.
", + "union":true + }, + "Format":{ + "type":"string", + "enum":[ + "FIXED", + "VARIABLE", + "LINE_SEQUENTIAL" + ] + }, + "GetTestCaseRequest":{ + "type":"structure", + "required":["testCaseId"], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The request test ID of the test case.
", + "location":"uri", + "locationName":"testCaseId" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The test case version of the test case.
", + "location":"querystring", + "locationName":"testCaseVersion" + } + } + }, + "GetTestCaseResponse":{ + "type":"structure", + "required":[ + "testCaseId", + "testCaseArn", + "name", + "latestVersion", + "testCaseVersion", + "status", + "creationTime", + "lastUpdateTime", + "steps" + ], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The response test ID of the test case.
" + }, + "testCaseArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the test case.
" + }, + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test case.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test case.
" + }, + "latestVersion":{ + "shape":"TestCaseLatestVersion", + "documentation":"The latest version of the test case.
" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The case version of the test case.
" + }, + "status":{ + "shape":"TestCaseLifecycle", + "documentation":"The status of the test case.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test case.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The creation time of the test case.
" + }, + "lastUpdateTime":{ + "shape":"Timestamp", + "documentation":"The last update time of the test case.
" + }, + "steps":{ + "shape":"StepList", + "documentation":"The steps of the test case.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the test case.
" + } + } + }, + "GetTestConfigurationRequest":{ + "type":"structure", + "required":["testConfigurationId"], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The request test configuration ID.
", + "location":"uri", + "locationName":"testConfigurationId" + }, + "testConfigurationVersion":{ + "shape":"Version", + "documentation":"The test configuration version.
", + "location":"querystring", + "locationName":"testConfigurationVersion" + } + } + }, + "GetTestConfigurationResponse":{ + "type":"structure", + "required":[ + "testConfigurationId", + "name", + "testConfigurationArn", + "latestVersion", + "testConfigurationVersion", + "status", + "creationTime", + "lastUpdateTime", + "resources", + "properties" + ], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The response test configuration ID.
" + }, + "name":{ + "shape":"ResourceName", + "documentation":"The test configuration name
" + }, + "testConfigurationArn":{ + "shape":"Arn", + "documentation":"The test configuration Amazon Resource Name (ARN).
" + }, + "latestVersion":{ + "shape":"TestConfigurationLatestVersion", + "documentation":"The latest version of the test configuration.
" + }, + "testConfigurationVersion":{ + "shape":"Version", + "documentation":"The test configuration version.
" + }, + "status":{ + "shape":"TestConfigurationLifecycle", + "documentation":"The status of the test configuration.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test configuration.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The creation time of the test configuration.
" + }, + "lastUpdateTime":{ + "shape":"Timestamp", + "documentation":"The last update time of the test configuration.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test configuration.
" + }, + "resources":{ + "shape":"ResourceList", + "documentation":"The resources of the test configuration.
" + }, + "properties":{ + "shape":"Properties", + "documentation":"The properties of the test configuration.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the test configuration.
" + }, + "serviceSettings":{ + "shape":"ServiceSettings", + "documentation":"The service settings of the test configuration.
" + } + } + }, + "GetTestRunStepRequest":{ + "type":"structure", + "required":[ + "testRunId", + "stepName" + ], + "members":{ + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test run step.
", + "location":"uri", + "locationName":"testRunId" + }, + "stepName":{ + "shape":"ResourceName", + "documentation":"The step name of the test run step.
", + "location":"uri", + "locationName":"stepName" + }, + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of a test run step.
", + "location":"querystring", + "locationName":"testCaseId" + }, + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of a test run step.
", + "location":"querystring", + "locationName":"testSuiteId" + } + } + }, + "GetTestRunStepResponse":{ + "type":"structure", + "required":[ + "stepName", + "testRunId", + "status", + "runStartTime" + ], + "members":{ + "stepName":{ + "shape":"ResourceName", + "documentation":"The step name of the test run step.
" + }, + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test run step.
" + }, + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test run step.
" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The test case version of the test run step.
" + }, + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test run step.
" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The test suite version of the test run step.
" + }, + "beforeStep":{ + "shape":"Boolean", + "documentation":"The before steps of the test run step.
" + }, + "afterStep":{ + "shape":"Boolean", + "documentation":"The after steps of the test run step.
" + }, + "status":{ + "shape":"StepRunStatus", + "documentation":"The status of the test run step.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test run step.
" + }, + "runStartTime":{ + "shape":"Timestamp", + "documentation":"The run start time of the test run step.
" + }, + "runEndTime":{ + "shape":"Timestamp", + "documentation":"The run end time of the test run step.
" + }, + "stepRunSummary":{ + "shape":"StepRunSummary", + "documentation":"The step run summary of the test run step.
" + } + } + }, + "GetTestSuiteRequest":{ + "type":"structure", + "required":["testSuiteId"], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The ID of the test suite.
", + "location":"uri", + "locationName":"testSuiteId" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The version of the test suite.
", + "location":"querystring", + "locationName":"testSuiteVersion" + } + } + }, + "GetTestSuiteResponse":{ + "type":"structure", + "required":[ + "testSuiteId", + "name", + "latestVersion", + "testSuiteVersion", + "testSuiteArn", + "creationTime", + "lastUpdateTime", + "beforeSteps", + "afterSteps", + "testCases" + ], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The response ID of the test suite.
" + }, + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test suite.
" + }, + "latestVersion":{ + "shape":"TestSuiteLatestVersion", + "documentation":"The latest version of the test suite.
" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The version of the test suite.
" + }, + "status":{ + "shape":"TestSuiteLifecycle", + "documentation":"The status of the test suite.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test suite.
" + }, + "testSuiteArn":{ + "shape":"Arn", + "documentation":"The test suite Amazon Resource Name (ARN).
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The creation time of the test suite.
" + }, + "lastUpdateTime":{ + "shape":"Timestamp", + "documentation":"The last update time of the test suite.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test suite.
" + }, + "beforeSteps":{ + "shape":"StepList", + "documentation":"The before steps of the test suite.
" + }, + "afterSteps":{ + "shape":"StepList", + "documentation":"The after steps of the test suite.
" + }, + "testCases":{ + "shape":"TestCases", + "documentation":"The test cases of the test suite.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the test suite.
" + } + } + }, + "IdempotencyTokenString":{ + "type":"string", + "pattern":"[A-Za-z0-9\\-]{1,64}" + }, + "Identifier":{ + "type":"string", + "pattern":"[A-Za-z0-9:/\\-]{1,100}" + }, + "Input":{ + "type":"structure", + "members":{ + "file":{ + "shape":"InputFile", + "documentation":"The file in the input.
" + } + }, + "documentation":"Specifies the input.
", + "union":true + }, + "InputFile":{ + "type":"structure", + "required":[ + "sourceLocation", + "targetLocation", + "fileMetadata" + ], + "members":{ + "sourceLocation":{ + "shape":"Variable", + "documentation":"The source location of the input file.
" + }, + "targetLocation":{ + "shape":"Variable", + "documentation":"The target location of the input file.
" + }, + "fileMetadata":{ + "shape":"FileMetadata", + "documentation":"The file metadata of the input file.
" + } + }, + "documentation":"Specifies the input file.
" + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalServerException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "retryAfterSeconds":{ + "shape":"Integer", + "documentation":"The number of seconds to retry the query.
", + "location":"header", + "locationName":"Retry-After" + } + }, + "documentation":"An unexpected error occurred during the processing of the request.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "required":["tags"], + "members":{ + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the resource.
" + } + } + }, + "ListTestCasesRequest":{ + "type":"structure", + "members":{ + "testCaseIds":{ + "shape":"TestCaseIdList", + "documentation":"The IDs of the test cases.
", + "location":"querystring", + "locationName":"testCaseIds" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The next token of the test cases.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum results of the test case.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListTestCasesResponse":{ + "type":"structure", + "required":["testCases"], + "members":{ + "testCases":{ + "shape":"TestCaseSummaryList", + "documentation":"The test cases in an application.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The next token in test cases.
" + } + } + }, + "ListTestConfigurationsRequest":{ + "type":"structure", + "members":{ + "testConfigurationIds":{ + "shape":"TestConfigurationIdList", + "documentation":"The configuration IDs of the test configurations.
", + "location":"querystring", + "locationName":"testConfigurationIds" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The next token for the test configurations.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum results of the test configuration.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListTestConfigurationsResponse":{ + "type":"structure", + "required":["testConfigurations"], + "members":{ + "testConfigurations":{ + "shape":"TestConfigurationList", + "documentation":"The test configurations.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The next token in the test configurations.
" + } + } + }, + "ListTestRunStepsRequest":{ + "type":"structure", + "required":["testRunId"], + "members":{ + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test run steps.
", + "location":"uri", + "locationName":"testRunId" + }, + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test run steps.
", + "location":"querystring", + "locationName":"testCaseId" + }, + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test run steps.
", + "location":"querystring", + "locationName":"testSuiteId" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from a previous step to retrieve the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of test run steps to return in one page of results.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListTestRunStepsResponse":{ + "type":"structure", + "required":["testRunSteps"], + "members":{ + "testRunSteps":{ + "shape":"TestRunStepSummaryList", + "documentation":"The test run steps of the response query.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from a previous request to retrieve the next page of results.
" + } + } + }, + "ListTestRunTestCasesRequest":{ + "type":"structure", + "required":["testRunId"], + "members":{ + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test cases.
", + "location":"uri", + "locationName":"testRunId" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from a previous request to retrieve the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of test run test cases to return in one page of results.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListTestRunTestCasesResponse":{ + "type":"structure", + "required":["testRunTestCases"], + "members":{ + "testRunTestCases":{ + "shape":"TestCaseRunSummaryList", + "documentation":"The test run of the test cases.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from a previous request to retrieve the next page of results.
" + } + } + }, + "ListTestRunsRequest":{ + "type":"structure", + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test runs.
", + "location":"querystring", + "locationName":"testSuiteId" + }, + "testRunIds":{ + "shape":"TestRunIdList", + "documentation":"The test run IDs of the test runs.
", + "location":"querystring", + "locationName":"testrunIds" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from the previous request to retrieve the next page of test run results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of test runs to return in one page of results.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListTestRunsResponse":{ + "type":"structure", + "required":["testRuns"], + "members":{ + "testRuns":{ + "shape":"TestRunSummaryList", + "documentation":"The test runs of the response query.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from the previous request to retrieve the next page of results.
" + } + } + }, + "ListTestSuitesRequest":{ + "type":"structure", + "members":{ + "testSuiteIds":{ + "shape":"TestSuiteIdList", + "documentation":"The suite ID of the test suites.
", + "location":"querystring", + "locationName":"testSuiteIds" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from a previous request to retrieve the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of test suites to return in one page of results.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListTestSuitesResponse":{ + "type":"structure", + "required":["testSuites"], + "members":{ + "testSuites":{ + "shape":"TestSuiteList", + "documentation":"The test suites returned with the response query.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token from a previous request to retrieve the next page of test suites results.
" + } + } + }, + "M2ManagedActionProperties":{ + "type":"structure", + "members":{ + "forceStop":{ + "shape":"Boolean", + "documentation":"Force stops the AWS Mainframe Modernization managed action properties.
" + }, + "importDataSetLocation":{ + "shape":"Variable", + "documentation":"The import data set location of the AWS Mainframe Modernization managed action properties.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed action properties.
" + }, + "M2ManagedActionType":{ + "type":"string", + "enum":[ + "Configure", + "Deconfigure" + ] + }, + "M2ManagedApplication":{ + "type":"structure", + "required":[ + "applicationId", + "runtime" + ], + "members":{ + "applicationId":{ + "shape":"Variable", + "documentation":"The application ID of the AWS Mainframe Modernization managed application.
" + }, + "runtime":{ + "shape":"M2ManagedRuntime", + "documentation":"The runtime of the AWS Mainframe Modernization managed application.
" + }, + "vpcEndpointServiceName":{ + "shape":"Variable", + "documentation":"The VPC endpoint service name of the AWS Mainframe Modernization managed application.
" + }, + "listenerPort":{ + "shape":"Variable", + "documentation":"The listener port of the AWS Mainframe Modernization managed application.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed application.
" + }, + "M2ManagedApplicationAction":{ + "type":"structure", + "required":[ + "resource", + "actionType" + ], + "members":{ + "resource":{ + "shape":"Variable", + "documentation":"The resource of the AWS Mainframe Modernization managed application action.
" + }, + "actionType":{ + "shape":"M2ManagedActionType", + "documentation":"The action type of the AWS Mainframe Modernization managed application action.
" + }, + "properties":{ + "shape":"M2ManagedActionProperties", + "documentation":"The properties of the AWS Mainframe Modernization managed application action.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed application action.
" + }, + "M2ManagedApplicationStepInput":{ + "type":"structure", + "required":[ + "applicationId", + "runtime", + "actionType" + ], + "members":{ + "applicationId":{ + "shape":"String", + "documentation":"The application ID of the AWS Mainframe Modernization managed application step input.
" + }, + "runtime":{ + "shape":"String", + "documentation":"The runtime of the AWS Mainframe Modernization managed application step input.
" + }, + "vpcEndpointServiceName":{ + "shape":"String", + "documentation":"The VPC endpoint service name of the AWS Mainframe Modernization managed application step input.
" + }, + "listenerPort":{ + "shape":"Integer", + "documentation":"The listener port of the AWS Mainframe Modernization managed application step input.
" + }, + "actionType":{ + "shape":"M2ManagedActionType", + "documentation":"The action type of the AWS Mainframe Modernization managed application step input.
" + }, + "properties":{ + "shape":"M2ManagedActionProperties", + "documentation":"The properties of the AWS Mainframe Modernization managed application step input.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed application step input.
" + }, + "M2ManagedApplicationStepOutput":{ + "type":"structure", + "members":{ + "importDataSetSummary":{ + "shape":"Properties", + "documentation":"The import data set summary of the AWS Mainframe Modernization managed application step output.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed application step output.
" + }, + "M2ManagedApplicationStepSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"M2ManagedApplicationStepInput", + "documentation":"The step input of the AWS Mainframe Modernization managed application step summary.
" + }, + "stepOutput":{ + "shape":"M2ManagedApplicationStepOutput", + "documentation":"The step output of the AWS Mainframe Modernization managed application step summary.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed application step summary.
" + }, + "M2ManagedApplicationSummary":{ + "type":"structure", + "required":[ + "applicationId", + "runtime" + ], + "members":{ + "applicationId":{ + "shape":"Identifier", + "documentation":"The application ID of the AWS Mainframe Modernization managed application summary.
" + }, + "runtime":{ + "shape":"M2ManagedRuntime", + "documentation":"The runtime of the AWS Mainframe Modernization managed application summary.
" + }, + "listenerPort":{ + "shape":"Integer", + "documentation":"The listener port of the AWS Mainframe Modernization managed application summary.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization managed application summary.
" + }, + "M2ManagedRuntime":{ + "type":"string", + "enum":["MicroFocus"] + }, + "M2NonManagedActionType":{ + "type":"string", + "enum":[ + "Configure", + "Deconfigure" + ] + }, + "M2NonManagedApplication":{ + "type":"structure", + "required":[ + "vpcEndpointServiceName", + "listenerPort", + "runtime" + ], + "members":{ + "vpcEndpointServiceName":{ + "shape":"Variable", + "documentation":"The VPC endpoint service name of the AWS Mainframe Modernization non-managed application.
" + }, + "listenerPort":{ + "shape":"Variable", + "documentation":"The listener port of the AWS Mainframe Modernization non-managed application.
" + }, + "runtime":{ + "shape":"M2NonManagedRuntime", + "documentation":"The runtime of the AWS Mainframe Modernization non-managed application.
" + }, + "webAppName":{ + "shape":"Variable", + "documentation":"The web application name of the AWS Mainframe Modernization non-managed application.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization non-managed application.
" + }, + "M2NonManagedApplicationAction":{ + "type":"structure", + "required":[ + "resource", + "actionType" + ], + "members":{ + "resource":{ + "shape":"Variable", + "documentation":"The resource of the AWS Mainframe Modernization non-managed application action.
" + }, + "actionType":{ + "shape":"M2NonManagedActionType", + "documentation":"The action type of the AWS Mainframe Modernization non-managed application action.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization non-managed application action.
" + }, + "M2NonManagedApplicationStepInput":{ + "type":"structure", + "required":[ + "vpcEndpointServiceName", + "listenerPort", + "runtime", + "actionType" + ], + "members":{ + "vpcEndpointServiceName":{ + "shape":"String", + "documentation":"The VPC endpoint service name of the AWS Mainframe Modernization non-managed application step input.
" + }, + "listenerPort":{ + "shape":"Integer", + "documentation":"The listener port of the AWS Mainframe Modernization non-managed application step input.
" + }, + "runtime":{ + "shape":"M2NonManagedRuntime", + "documentation":"The runtime of the AWS Mainframe Modernization non-managed application step input.
" + }, + "webAppName":{ + "shape":"String", + "documentation":"The web app name of the AWS Mainframe Modernization non-managed application step input.
" + }, + "actionType":{ + "shape":"M2NonManagedActionType", + "documentation":"The action type of the AWS Mainframe Modernization non-managed application step input.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization non-managed application step input.
" + }, + "M2NonManagedApplicationStepOutput":{ + "type":"structure", + "members":{ + }, + "documentation":"Specifies the AWS Mainframe Modernization non-managed application step output.
" + }, + "M2NonManagedApplicationStepSummary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"M2NonManagedApplicationStepInput", + "documentation":"The step input of the AWS Mainframe Modernization non-managed application step summary.
" + }, + "stepOutput":{ + "shape":"M2NonManagedApplicationStepOutput", + "documentation":"The step output of the AWS Mainframe Modernization non-managed application step summary.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization non-managed application step summary.
" + }, + "M2NonManagedApplicationSummary":{ + "type":"structure", + "required":[ + "vpcEndpointServiceName", + "listenerPort", + "runtime" + ], + "members":{ + "vpcEndpointServiceName":{ + "shape":"String", + "documentation":"The VPC endpoint service name of the AWS Mainframe Modernization non-managed application summary.
" + }, + "listenerPort":{ + "shape":"Integer", + "documentation":"The listener port of the AWS Mainframe Modernization non-managed application summary.
" + }, + "runtime":{ + "shape":"M2NonManagedRuntime", + "documentation":"The runtime of the AWS Mainframe Modernization non-managed application summary.
" + }, + "webAppName":{ + "shape":"String", + "documentation":"The web application name of the AWS Mainframe Modernization non-managed application summary.
" + } + }, + "documentation":"Specifies the AWS Mainframe Modernization non-managed application summary.
" + }, + "M2NonManagedRuntime":{ + "type":"string", + "enum":["BluAge"] + }, + "MainframeAction":{ + "type":"structure", + "required":[ + "resource", + "actionType" + ], + "members":{ + "resource":{ + "shape":"Variable", + "documentation":"The resource of the mainframe action.
" + }, + "actionType":{ + "shape":"MainframeActionType", + "documentation":"The action type of the mainframe action.
" + }, + "properties":{ + "shape":"MainframeActionProperties", + "documentation":"The properties of the mainframe action.
" + } + }, + "documentation":"Specifies the mainframe action.
" + }, + "MainframeActionProperties":{ + "type":"structure", + "members":{ + "dmsTaskArn":{ + "shape":"Variable", + "documentation":"The DMS task ARN of the mainframe action properties.
" + } + }, + "documentation":"Specifies the mainframe action properties.
" + }, + "MainframeActionSummary":{ + "type":"structure", + "members":{ + "batch":{ + "shape":"BatchSummary", + "documentation":"The batch of the mainframe action summary.
" + }, + "tn3270":{ + "shape":"TN3270Summary", + "documentation":"The tn3270 port of the mainframe action summary.
" + } + }, + "documentation":"Specifies the mainframe action summary.
", + "union":true + }, + "MainframeActionType":{ + "type":"structure", + "members":{ + "batch":{ + "shape":"Batch", + "documentation":"The batch of the mainframe action type.
" + }, + "tn3270":{ + "shape":"TN3270", + "documentation":"The tn3270 port of the mainframe action type.
" + } + }, + "documentation":"Specifies the mainframe action type.
", + "union":true + }, + "MainframeResourceSummary":{ + "type":"structure", + "members":{ + "m2ManagedApplication":{ + "shape":"M2ManagedApplicationSummary", + "documentation":"The AWS Mainframe Modernization managed application in the mainframe resource summary.
" + }, + "m2NonManagedApplication":{ + "shape":"M2NonManagedApplicationSummary", + "documentation":"The AWS Mainframe Modernization non-managed application in the mainframe resource summary.
" + } + }, + "documentation":"Specifies the mainframe resource summary.
", + "union":true + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":100, + "min":1 + }, + "NextToken":{ + "type":"string", + "pattern":"\\S{1,2000}" + }, + "Output":{ + "type":"structure", + "members":{ + "file":{ + "shape":"OutputFile", + "documentation":"The file of the output.
" + } + }, + "documentation":"Specifies an output.
", + "union":true + }, + "OutputFile":{ + "type":"structure", + "members":{ + "fileLocation":{ + "shape":"S3Uri", + "documentation":"The file location of the output file.
" + } + }, + "documentation":"Specifies an output file.
" + }, + "Properties":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "Resource":{ + "type":"structure", + "required":[ + "name", + "type" + ], + "members":{ + "name":{ + "shape":"ResourceName", + "documentation":"The name of the resource.
" + }, + "type":{ + "shape":"ResourceType", + "documentation":"The type of the resource.
" + } + }, + "documentation":"Specifies a resource.
" + }, + "ResourceAction":{ + "type":"structure", + "members":{ + "m2ManagedApplicationAction":{ + "shape":"M2ManagedApplicationAction", + "documentation":"The AWS Mainframe Modernization managed application action of the resource action.
" + }, + "m2NonManagedApplicationAction":{ + "shape":"M2NonManagedApplicationAction", + "documentation":"The AWS Mainframe Modernization non-managed application action of the resource action.
" + }, + "cloudFormationAction":{ + "shape":"CloudFormationAction", + "documentation":"The CloudFormation action of the resource action.
" + } + }, + "documentation":"Specifies a resource action.
", + "union":true + }, + "ResourceActionSummary":{ + "type":"structure", + "members":{ + "cloudFormation":{ + "shape":"CloudFormationStepSummary", + "documentation":"The CloudFormation template of the resource action summary.
" + }, + "m2ManagedApplication":{ + "shape":"M2ManagedApplicationStepSummary", + "documentation":"The AWS Mainframe Modernization managed application of the resource action summary.
" + }, + "m2NonManagedApplication":{ + "shape":"M2NonManagedApplicationStepSummary", + "documentation":"The AWS Mainframe Modernization non-managed application of the resource action summary.
" + } + }, + "documentation":"Specifies the resource action summary.
", + "union":true + }, + "ResourceDescription":{ + "type":"string", + "max":1000, + "min":0 + }, + "ResourceList":{ + "type":"list", + "member":{"shape":"Resource"}, + "max":20, + "min":1 + }, + "ResourceName":{ + "type":"string", + "pattern":"[A-Za-z][A-Za-z0-9_\\-]{1,59}" + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "resourceId":{ + "shape":"String", + "documentation":"The resource ID of the resource not found.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"The resource type of the resource not found.
" + } + }, + "documentation":"The specified resource was not found.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "ResourceType":{ + "type":"structure", + "members":{ + "cloudFormation":{ + "shape":"CloudFormation", + "documentation":"The CloudFormation template of the resource type.
" + }, + "m2ManagedApplication":{ + "shape":"M2ManagedApplication", + "documentation":"The AWS Mainframe Modernization managed application of the resource type.
" + }, + "m2NonManagedApplication":{ + "shape":"M2NonManagedApplication", + "documentation":"The AWS Mainframe Modernization non-managed application of the resource type.
" + } + }, + "documentation":"Specifies the resource type.
", + "union":true + }, + "S3Uri":{ + "type":"string", + "max":1024, + "min":0 + }, + "Script":{ + "type":"structure", + "required":[ + "scriptLocation", + "type" + ], + "members":{ + "scriptLocation":{ + "shape":"S3Uri", + "documentation":"The script location of the scripts.
" + }, + "type":{ + "shape":"ScriptType", + "documentation":"The type of the scripts.
" + } + }, + "documentation":"Specifies the script.
" + }, + "ScriptSummary":{ + "type":"structure", + "required":[ + "scriptLocation", + "type" + ], + "members":{ + "scriptLocation":{ + "shape":"S3Uri", + "documentation":"The script location of the script summary.
" + }, + "type":{ + "shape":"ScriptType", + "documentation":"The type of the script summary.
" + } + }, + "documentation":"Specifies the scripts summary.
" + }, + "ScriptType":{ + "type":"string", + "enum":["Selenium"] + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "resourceId":{ + "shape":"String", + "documentation":"The resource ID of AWS Application Testing that exceeded the limit.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"The resource type of AWS Application Testing that exceeded the limit.
" + }, + "serviceCode":{ + "shape":"String", + "documentation":"The service code of AWS Application Testing that exceeded the limit.
" + }, + "quotaCode":{ + "shape":"String", + "documentation":"The quote codes of AWS Application Testing that exceeded the limit.
" + } + }, + "documentation":"One or more quotas for AWS Application Testing exceeds the limit.
", + "error":{ + "httpStatusCode":402, + "senderFault":true + }, + "exception":true + }, + "ServiceSettings":{ + "type":"structure", + "members":{ + "kmsKeyId":{ + "shape":"String", + "documentation":"The KMS key ID of the service settings.
" + } + }, + "documentation":"Specifies the service settings.
" + }, + "SourceDatabase":{ + "type":"string", + "enum":["z/OS-DB2"] + }, + "SourceDatabaseMetadata":{ + "type":"structure", + "required":[ + "type", + "captureTool" + ], + "members":{ + "type":{ + "shape":"SourceDatabase", + "documentation":"The type of the source database metadata.
" + }, + "captureTool":{ + "shape":"CaptureTool", + "documentation":"The capture tool of the source database metadata.
" + } + }, + "documentation":"Specifies the source database metadata.
" + }, + "StartTestRunRequest":{ + "type":"structure", + "required":["testSuiteId"], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test run.
" + }, + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The configuration ID of the test run.
" + }, + "clientToken":{ + "shape":"IdempotencyTokenString", + "documentation":"The client token of the test run.
", + "idempotencyToken":true + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the test run.
" + } + } + }, + "StartTestRunResponse":{ + "type":"structure", + "required":[ + "testRunId", + "testRunStatus" + ], + "members":{ + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test run.
" + }, + "testRunStatus":{ + "shape":"TestRunStatus", + "documentation":"The test run status of the test run.
" + } + } + }, + "Step":{ + "type":"structure", + "required":[ + "name", + "action" + ], + "members":{ + "name":{ + "shape":"ResourceName", + "documentation":"The name of the step.
" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the step.
" + }, + "action":{ + "shape":"StepAction", + "documentation":"The action of the step.
" + } + }, + "documentation":"Defines a step.
" + }, + "StepAction":{ + "type":"structure", + "members":{ + "resourceAction":{ + "shape":"ResourceAction", + "documentation":"The resource action of the step action.
" + }, + "mainframeAction":{ + "shape":"MainframeAction", + "documentation":"The mainframe action of the step action.
" + }, + "compareAction":{ + "shape":"CompareAction", + "documentation":"The compare action of the step action.
" + } + }, + "documentation":"Specifies a step action.
", + "union":true + }, + "StepList":{ + "type":"list", + "member":{"shape":"Step"}, + "max":20, + "min":1 + }, + "StepRunStatus":{ + "type":"string", + "enum":[ + "Success", + "Failed", + "Running" + ] + }, + "StepRunSummary":{ + "type":"structure", + "members":{ + "mainframeAction":{ + "shape":"MainframeActionSummary", + "documentation":"The mainframe action of the step run summary.
" + }, + "compareAction":{ + "shape":"CompareActionSummary", + "documentation":"The compare action of the step run summary.
" + }, + "resourceAction":{ + "shape":"ResourceActionSummary", + "documentation":"The resource action of the step run summary.
" + } + }, + "documentation":"Defines the step run summary.
", + "union":true + }, + "String":{"type":"string"}, + "String100":{ + "type":"string", + "pattern":"\\S{1,100}" + }, + "String50":{ + "type":"string", + "pattern":"\\S{1,50}" + }, + "TN3270":{ + "type":"structure", + "required":["script"], + "members":{ + "script":{ + "shape":"Script", + "documentation":"The script of the TN3270 protocol.
" + }, + "exportDataSetNames":{ + "shape":"ExportDataSetNames", + "documentation":"The data set names of the TN3270 protocol.
" + } + }, + "documentation":"Specifies the TN3270 protocol.
" + }, + "TN3270StepInput":{ + "type":"structure", + "required":[ + "resource", + "script" + ], + "members":{ + "resource":{ + "shape":"MainframeResourceSummary", + "documentation":"The resource of the TN3270 step input.
" + }, + "script":{ + "shape":"ScriptSummary", + "documentation":"The script of the TN3270 step input.
" + }, + "exportDataSetNames":{ + "shape":"ExportDataSetNames", + "documentation":"The export data set names of the TN3270 step input.
" + }, + "properties":{ + "shape":"MainframeActionProperties", + "documentation":"The properties of the TN3270 step input.
" + } + }, + "documentation":"Specifies a TN3270 step input.
" + }, + "TN3270StepOutput":{ + "type":"structure", + "required":["scriptOutputLocation"], + "members":{ + "dataSetExportLocation":{ + "shape":"S3Uri", + "documentation":"The data set export location of the TN3270 step output.
" + }, + "dmsOutputLocation":{ + "shape":"S3Uri", + "documentation":"The output location of the TN3270 step output.
" + }, + "dataSetDetails":{ + "shape":"DataSetList", + "documentation":"The data set details of the TN3270 step output.
" + }, + "scriptOutputLocation":{ + "shape":"S3Uri", + "documentation":"The script output location of the TN3270 step output.
" + } + }, + "documentation":"Specifies a TN3270 step output.
" + }, + "TN3270Summary":{ + "type":"structure", + "required":["stepInput"], + "members":{ + "stepInput":{ + "shape":"TN3270StepInput", + "documentation":"The step input of the TN3270 summary.
" + }, + "stepOutput":{ + "shape":"TN3270StepOutput", + "documentation":"The step output of the TN3270 summary.
" + } + }, + "documentation":"Specifies a TN3270 summary.
" + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"(?!aws:).+" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"} + }, + "TagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":200, + "min":0 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tags" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the tag resource.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the resource.
" + } + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0 + }, + "TargetDatabase":{ + "type":"string", + "enum":["PostgreSQL"] + }, + "TargetDatabaseMetadata":{ + "type":"structure", + "required":[ + "type", + "captureTool" + ], + "members":{ + "type":{ + "shape":"TargetDatabase", + "documentation":"The type of the target database metadata.
" + }, + "captureTool":{ + "shape":"CaptureTool", + "documentation":"The capture tool of the target database metadata.
" + } + }, + "documentation":"Specifies a target database metadata.
" + }, + "TestCaseIdList":{ + "type":"list", + "member":{"shape":"Identifier"} + }, + "TestCaseLatestVersion":{ + "type":"structure", + "required":[ + "version", + "status" + ], + "members":{ + "version":{ + "shape":"Version", + "documentation":"The version of the test case latest version.
" + }, + "status":{ + "shape":"TestCaseLifecycle", + "documentation":"The status of the test case latest version.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test case latest version.
" + } + }, + "documentation":"Specifies the latest version of a test case.
" + }, + "TestCaseLifecycle":{ + "type":"string", + "enum":[ + "Active", + "Deleting" + ] + }, + "TestCaseList":{ + "type":"list", + "member":{"shape":"Identifier"} + }, + "TestCaseRunStatus":{ + "type":"string", + "enum":[ + "Success", + "Running", + "Failed" + ] + }, + "TestCaseRunSummary":{ + "type":"structure", + "required":[ + "testCaseId", + "testCaseVersion", + "testRunId", + "status", + "runStartTime" + ], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case id of the test case run summary.
" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The test case version of the test case run summary.
" + }, + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run id of the test case run summary.
" + }, + "status":{ + "shape":"TestCaseRunStatus", + "documentation":"The status of the test case run summary.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test case run summary.
" + }, + "runStartTime":{ + "shape":"Timestamp", + "documentation":"The run start time of the test case run summary.
" + }, + "runEndTime":{ + "shape":"Timestamp", + "documentation":"The run end time of the test case run summary.
" + } + }, + "documentation":"Specifies the test case run summary.
" + }, + "TestCaseRunSummaryList":{ + "type":"list", + "member":{"shape":"TestCaseRunSummary"} + }, + "TestCaseSummary":{ + "type":"structure", + "required":[ + "testCaseId", + "testCaseArn", + "name", + "latestVersion", + "status", + "creationTime", + "lastUpdateTime" + ], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test case summary.
" + }, + "testCaseArn":{ + "shape":"Arn", + "documentation":"The test case Amazon Resource Name (ARN) of the test case summary.
" + }, + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test case summary.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test case summary.
" + }, + "latestVersion":{ + "shape":"Version", + "documentation":"The latest version of the test case summary.
" + }, + "status":{ + "shape":"TestCaseLifecycle", + "documentation":"The status of the test case summary.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The creation time of the test case summary.
" + }, + "lastUpdateTime":{ + "shape":"Timestamp", + "documentation":"The last update time of the test case summary.
" + } + }, + "documentation":"Specifies a test case summary.
" + }, + "TestCaseSummaryList":{ + "type":"list", + "member":{"shape":"TestCaseSummary"} + }, + "TestCases":{ + "type":"structure", + "members":{ + "sequential":{ + "shape":"TestCaseList", + "documentation":"The sequential of the test case.
" + } + }, + "documentation":"Specifies test cases.
", + "union":true + }, + "TestConfigurationIdList":{ + "type":"list", + "member":{"shape":"Identifier"} + }, + "TestConfigurationLatestVersion":{ + "type":"structure", + "required":[ + "version", + "status" + ], + "members":{ + "version":{ + "shape":"Version", + "documentation":"The version of the test configuration latest version.
" + }, + "status":{ + "shape":"TestConfigurationLifecycle", + "documentation":"The status of the test configuration latest version.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test configuration latest version.
" + } + }, + "documentation":"Specifies the latest version of the test configuration.
" + }, + "TestConfigurationLifecycle":{ + "type":"string", + "enum":[ + "Active", + "Deleting" + ] + }, + "TestConfigurationList":{ + "type":"list", + "member":{"shape":"TestConfigurationSummary"} + }, + "TestConfigurationSummary":{ + "type":"structure", + "required":[ + "testConfigurationId", + "name", + "latestVersion", + "testConfigurationArn", + "status", + "creationTime", + "lastUpdateTime" + ], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The test configuration ID of the test configuration summary.
" + }, + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test configuration summary.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test configuration summary.
" + }, + "latestVersion":{ + "shape":"Version", + "documentation":"The latest version of the test configuration summary.
" + }, + "testConfigurationArn":{ + "shape":"Arn", + "documentation":"The test configuration ARN of the test configuration summary.
" + }, + "status":{ + "shape":"TestConfigurationLifecycle", + "documentation":"The status of the test configuration summary.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The creation time of the test configuration summary.
" + }, + "lastUpdateTime":{ + "shape":"Timestamp", + "documentation":"The last update time of the test configuration summary.
" + } + }, + "documentation":"Specifies a test configuration summary.
" + }, + "TestRunIdList":{ + "type":"list", + "member":{"shape":"Identifier"} + }, + "TestRunStatus":{ + "type":"string", + "enum":[ + "Success", + "Running", + "Failed", + "Deleting" + ] + }, + "TestRunStepSummary":{ + "type":"structure", + "required":[ + "stepName", + "testRunId", + "status", + "runStartTime" + ], + "members":{ + "stepName":{ + "shape":"ResourceName", + "documentation":"The step name of the test run step summary.
" + }, + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test run step summary.
" + }, + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test run step summary.
" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The test case version of the test run step summary.
" + }, + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test run step summary.
" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The test suite version of the test run step summary.
" + }, + "beforeStep":{ + "shape":"Boolean", + "documentation":"The before step of the test run step summary.
" + }, + "afterStep":{ + "shape":"Boolean", + "documentation":"The after step of the test run step summary.
" + }, + "status":{ + "shape":"StepRunStatus", + "documentation":"The status of the test run step summary.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test run step summary.
" + }, + "runStartTime":{ + "shape":"Timestamp", + "documentation":"The run start time of the test run step summary.
" + }, + "runEndTime":{ + "shape":"Timestamp", + "documentation":"The run end time of the test run step summary.
" + } + }, + "documentation":"Specifies a test run step summary.
" + }, + "TestRunStepSummaryList":{ + "type":"list", + "member":{"shape":"TestRunStepSummary"} + }, + "TestRunSummary":{ + "type":"structure", + "required":[ + "testRunId", + "testRunArn", + "testSuiteId", + "testSuiteVersion", + "status", + "runStartTime" + ], + "members":{ + "testRunId":{ + "shape":"Identifier", + "documentation":"The test run ID of the test run summary.
" + }, + "testRunArn":{ + "shape":"Arn", + "documentation":"The test run ARN of the test run summary.
" + }, + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test run summary.
" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The test suite version of the test run summary.
" + }, + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The test configuration ID of the test run summary.
" + }, + "testConfigurationVersion":{ + "shape":"Version", + "documentation":"The test configuration version of the test run summary.
" + }, + "status":{ + "shape":"TestRunStatus", + "documentation":"The status of the test run summary.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test run summary.
" + }, + "runStartTime":{ + "shape":"Timestamp", + "documentation":"The run start time of the test run summary.
" + }, + "runEndTime":{ + "shape":"Timestamp", + "documentation":"The run end time of the test run summary.
" + } + }, + "documentation":"Specifies a test run summary.
" + }, + "TestRunSummaryList":{ + "type":"list", + "member":{"shape":"TestRunSummary"} + }, + "TestSuiteIdList":{ + "type":"list", + "member":{"shape":"Identifier"} + }, + "TestSuiteLatestVersion":{ + "type":"structure", + "required":[ + "version", + "status" + ], + "members":{ + "version":{ + "shape":"Version", + "documentation":"The version of the test suite latest version.
" + }, + "status":{ + "shape":"TestSuiteLifecycle", + "documentation":"The status of the test suite latest version.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test suite latest version.
" + } + }, + "documentation":"Specifies the latest version of a test suite.
" + }, + "TestSuiteLifecycle":{ + "type":"string", + "enum":[ + "Creating", + "Updating", + "Active", + "Failed", + "Deleting" + ] + }, + "TestSuiteList":{ + "type":"list", + "member":{"shape":"TestSuiteSummary"} + }, + "TestSuiteSummary":{ + "type":"structure", + "required":[ + "testSuiteId", + "name", + "latestVersion", + "testSuiteArn", + "status", + "creationTime", + "lastUpdateTime" + ], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test suite summary.
" + }, + "name":{ + "shape":"ResourceName", + "documentation":"The name of the test suite summary.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the test suite summary.
" + }, + "latestVersion":{ + "shape":"Version", + "documentation":"The latest version of the test suite summary.
" + }, + "testSuiteArn":{ + "shape":"Arn", + "documentation":"The test suite Amazon Resource Name (ARN) of the test suite summary.
" + }, + "status":{ + "shape":"TestSuiteLifecycle", + "documentation":"The status of the test suite summary.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The creation time of the test suite summary.
" + }, + "lastUpdateTime":{ + "shape":"Timestamp", + "documentation":"The last update time of the test suite summary.
" + } + }, + "documentation":"Specifies the test suite summary.
" + }, + "ThrottlingException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "serviceCode":{ + "shape":"String", + "documentation":"The service code of requests that exceed the limit.
" + }, + "quotaCode":{ + "shape":"String", + "documentation":"The quota code of requests that exceed the limit.
" + }, + "retryAfterSeconds":{ + "shape":"Integer", + "documentation":"The number of seconds to retry after for requests that exceed the limit.
", + "location":"header", + "locationName":"Retry-After" + } + }, + "documentation":"The number of requests made exceeds the limit.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":true} + }, + "Timestamp":{"type":"timestamp"}, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tagKeys":{ + "shape":"TagKeyList", + "documentation":"The tag keys of the resource.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateTestCaseRequest":{ + "type":"structure", + "required":["testCaseId"], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test case.
", + "location":"uri", + "locationName":"testCaseId" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test case.
" + }, + "steps":{ + "shape":"StepList", + "documentation":"The steps of the test case.
" + } + } + }, + "UpdateTestCaseResponse":{ + "type":"structure", + "required":[ + "testCaseId", + "testCaseVersion" + ], + "members":{ + "testCaseId":{ + "shape":"Identifier", + "documentation":"The test case ID of the test case.
" + }, + "testCaseVersion":{ + "shape":"Version", + "documentation":"The test case version of the test case.
" + } + } + }, + "UpdateTestConfigurationRequest":{ + "type":"structure", + "required":["testConfigurationId"], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The test configuration ID of the test configuration.
", + "location":"uri", + "locationName":"testConfigurationId" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test configuration.
" + }, + "resources":{ + "shape":"ResourceList", + "documentation":"The resources of the test configuration.
" + }, + "properties":{ + "shape":"Properties", + "documentation":"The properties of the test configuration.
" + }, + "serviceSettings":{ + "shape":"ServiceSettings", + "documentation":"The service settings of the test configuration.
" + } + } + }, + "UpdateTestConfigurationResponse":{ + "type":"structure", + "required":[ + "testConfigurationId", + "testConfigurationVersion" + ], + "members":{ + "testConfigurationId":{ + "shape":"Identifier", + "documentation":"The configuration ID of the test configuration.
" + }, + "testConfigurationVersion":{ + "shape":"Version", + "documentation":"The configuration version of the test configuration.
" + } + } + }, + "UpdateTestSuiteRequest":{ + "type":"structure", + "required":["testSuiteId"], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test suite.
", + "location":"uri", + "locationName":"testSuiteId" + }, + "description":{ + "shape":"ResourceDescription", + "documentation":"The description of the test suite.
" + }, + "beforeSteps":{ + "shape":"StepList", + "documentation":"The before steps for the test suite.
" + }, + "afterSteps":{ + "shape":"StepList", + "documentation":"The after steps of the test suite.
" + }, + "testCases":{ + "shape":"TestCases", + "documentation":"The test cases in the test suite.
" + } + } + }, + "UpdateTestSuiteResponse":{ + "type":"structure", + "required":["testSuiteId"], + "members":{ + "testSuiteId":{ + "shape":"Identifier", + "documentation":"The test suite ID of the test suite.
" + }, + "testSuiteVersion":{ + "shape":"Version", + "documentation":"The test suite version of the test suite.
" + } + } + }, + "ValidationException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "reason":{ + "shape":"ValidationExceptionReason", + "documentation":"The reason for the validation exception.
" + }, + "fieldList":{ + "shape":"ValidationExceptionFieldList", + "documentation":"The field list of the validation exception.
" + } + }, + "documentation":"One or more parameter provided in the request is not valid.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ValidationExceptionField":{ + "type":"structure", + "required":[ + "name", + "message" + ], + "members":{ + "name":{ + "shape":"String", + "documentation":"The name of the validation exception field.
" + }, + "message":{ + "shape":"String", + "documentation":"The message stating reason for why service validation failed.
" + } + }, + "documentation":"Specifies a validation exception field.
" + }, + "ValidationExceptionFieldList":{ + "type":"list", + "member":{"shape":"ValidationExceptionField"} + }, + "ValidationExceptionReason":{ + "type":"string", + "enum":[ + "unknownOperation", + "cannotParse", + "fieldValidationFailed", + "other" + ] + }, + "Variable":{ + "type":"string", + "pattern":"\\S{1,1000}" + }, + "Version":{ + "type":"integer", + "box":true + } + }, + "documentation":"AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence testing for your migration projects.
" +} diff --git a/testbed/boto__botocore/botocore/data/apptest/2022-12-06/waiters-2.json b/testbed/boto__botocore/botocore/data/apptest/2022-12-06/waiters-2.json new file mode 100644 index 0000000000000000000000000000000000000000..13f60ee66be6a3d75208653e2bd7b563561adacc --- /dev/null +++ b/testbed/boto__botocore/botocore/data/apptest/2022-12-06/waiters-2.json @@ -0,0 +1,5 @@ +{ + "version": 2, + "waiters": { + } +} diff --git a/testbed/boto__botocore/botocore/data/artifact/2018-05-10/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/artifact/2018-05-10/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..49efffd757760ef3cfcb822ac03175bc500ce695 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/artifact/2018-05-10/endpoint-rule-set-1.json @@ -0,0 +1,350 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://artifact-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://artifact-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://artifact.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://artifact.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ], + "type": "tree" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/bcm-data-exports/2023-11-26/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/bcm-data-exports/2023-11-26/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..6900cef88cf26c345c94965b42b17874f08f0a08 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/bcm-data-exports/2023-11-26/endpoint-rule-set-1.json @@ -0,0 +1,338 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "name" + ] + }, + "aws" + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://bcm-data-exports-fips.{Region}.api.aws", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "endpoint": { + "url": "https://bcm-data-exports.us-east-1.api.aws", + "properties": { + "authSchemes": [ + { + "name": "sigv4", + "signingName": "bcm-data-exports", + "signingRegion": "us-east-1" + } + ] + }, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://bcm-data-exports-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "endpoint": { + "url": "https://bcm-data-exports.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://bcm-data-exports-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "endpoint": { + "url": "https://bcm-data-exports.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/bedrock-runtime/2023-09-30/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/bedrock-runtime/2023-09-30/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..6c3f1fbf1a9a1fbdf7095da71388d470e9399b3b --- /dev/null +++ b/testbed/boto__botocore/botocore/data/bedrock-runtime/2023-09-30/endpoint-rule-set-1.json @@ -0,0 +1,350 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://bedrock-runtime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://bedrock-runtime-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://bedrock-runtime.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://bedrock-runtime.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ], + "type": "tree" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/bedrock-runtime/2023-09-30/service-2.json b/testbed/boto__botocore/botocore/data/bedrock-runtime/2023-09-30/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..283f7d6eb4af63edf71baa77b017bb9fd2cd47d7 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/bedrock-runtime/2023-09-30/service-2.json @@ -0,0 +1,2136 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2023-09-30", + "auth":["aws.auth#sigv4"], + "endpointPrefix":"bedrock-runtime", + "protocol":"rest-json", + "protocols":["rest-json"], + "serviceFullName":"Amazon Bedrock Runtime", + "serviceId":"Bedrock Runtime", + "signatureVersion":"v4", + "signingName":"bedrock", + "uid":"bedrock-runtime-2023-09-30" + }, + "operations":{ + "ApplyGuardrail":{ + "name":"ApplyGuardrail", + "http":{ + "method":"POST", + "requestUri":"/guardrail/{guardrailIdentifier}/version/{guardrailVersion}/apply", + "responseCode":200 + }, + "input":{"shape":"ApplyGuardrailRequest"}, + "output":{"shape":"ApplyGuardrailResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"The action to apply a guardrail.
" + }, + "Converse":{ + "name":"Converse", + "http":{ + "method":"POST", + "requestUri":"/model/{modelId}/converse", + "responseCode":200 + }, + "input":{"shape":"ConverseRequest"}, + "output":{"shape":"ConverseResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ModelTimeoutException"}, + {"shape":"InternalServerException"}, + {"shape":"ServiceUnavailableException"}, + {"shape":"ValidationException"}, + {"shape":"ModelNotReadyException"}, + {"shape":"ModelErrorException"} + ], + "documentation":"Sends messages to the specified Amazon Bedrock model. Converse provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models. If a model has unique inference parameters, you can also pass those unique parameters to the model.
Amazon Bedrock doesn't store any text, images, or documents that you provide as content. The data is only used to generate the response.
For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide
For example code, see Converse API examples in the Amazon Bedrock User Guide.
This operation requires permission for the bedrock:InvokeModel action.
Sends messages to the specified Amazon Bedrock model and returns the response in a stream. ConverseStream provides a consistent API that works with all Amazon Bedrock models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model.
To find out if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response.
The CLI doesn't support streaming operations in Amazon Bedrock, including ConverseStream.
Amazon Bedrock doesn't store any text, images, or documents that you provide as content. The data is only used to generate the response.
For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide
For example code, see Conversation streaming example in the Amazon Bedrock User Guide.
This operation requires permission for the bedrock:InvokeModelWithResponseStream action.
Invokes the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. You use model inference to generate text, images, and embeddings.
For example code, see Invoke model code examples in the Amazon Bedrock User Guide.
This operation requires permission for the bedrock:InvokeModel action.
Invoke the specified Amazon Bedrock model to run inference using the prompt and inference parameters provided in the request body. The response is returned in a stream.
To see if a model supports streaming, call GetFoundationModel and check the responseStreamingSupported field in the response.
The CLI doesn't support streaming operations in Amazon Bedrock, including InvokeModelWithResponseStream.
For example code, see Invoke model with streaming code example in the Amazon Bedrock User Guide.
This operation requires permissions to perform the bedrock:InvokeModelWithResponseStream action.
The request is denied because of missing access permissions.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "AnyToolChoice":{ + "type":"structure", + "members":{ + }, + "documentation":"The model must request at least one tool (no text is generated). For example, {\"any\" : {}}.
The guardrail identifier used in the request to apply the guardrail.
", + "location":"uri", + "locationName":"guardrailIdentifier" + }, + "guardrailVersion":{ + "shape":"GuardrailVersion", + "documentation":"The guardrail version used in the request to apply the guardrail.
", + "location":"uri", + "locationName":"guardrailVersion" + }, + "source":{ + "shape":"GuardrailContentSource", + "documentation":"The source of data used in the request to apply the guardrail.
" + }, + "content":{ + "shape":"GuardrailContentBlockList", + "documentation":"The content details used in the request to apply the guardrail.
" + } + } + }, + "ApplyGuardrailResponse":{ + "type":"structure", + "required":[ + "usage", + "action", + "outputs", + "assessments" + ], + "members":{ + "usage":{ + "shape":"GuardrailUsage", + "documentation":"The usage details in the response from the guardrail.
" + }, + "action":{ + "shape":"GuardrailAction", + "documentation":"The action taken in the response from the guardrail.
" + }, + "outputs":{ + "shape":"GuardrailOutputContentList", + "documentation":"The output details in the response from the guardrail.
" + }, + "assessments":{ + "shape":"GuardrailAssessmentList", + "documentation":"The assessment details in the response from the guardrail.
" + } + } + }, + "AutoToolChoice":{ + "type":"structure", + "members":{ + }, + "documentation":"The Model automatically decides if a tool should be called or whether to generate text instead. For example, {\"auto\" : {}}.
Text to include in the message.
" + }, + "image":{ + "shape":"ImageBlock", + "documentation":"Image to include in the message.
This field is only supported by Anthropic Claude 3 models.
A document to include in the message.
" + }, + "toolUse":{ + "shape":"ToolUseBlock", + "documentation":"Information about a tool use request from a model.
" + }, + "toolResult":{ + "shape":"ToolResultBlock", + "documentation":"The result for a tool request that a model makes.
" + }, + "guardContent":{ + "shape":"GuardrailConverseContentBlock", + "documentation":"Contains the content to assess with the guardrail. If you don't specify guardContent in a call to the Converse API, the guardrail (if passed in the Converse API) assesses the entire message.
For more information, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide.
</p> "
+ }
+ },
+ "documentation":"A block of content for a message that you pass to, or receive from, a model with the Converse or ConverseStream API operations.
", + "union":true + }, + "ContentBlockDelta":{ + "type":"structure", + "members":{ + "text":{ + "shape":"String", + "documentation":"The content text.
" + }, + "toolUse":{ + "shape":"ToolUseBlockDelta", + "documentation":"Information about a tool that the model is requesting to use.
" + } + }, + "documentation":"A bock of content in a streaming response.
", + "union":true + }, + "ContentBlockDeltaEvent":{ + "type":"structure", + "required":[ + "delta", + "contentBlockIndex" + ], + "members":{ + "delta":{ + "shape":"ContentBlockDelta", + "documentation":"The delta for a content block delta event.
" + }, + "contentBlockIndex":{ + "shape":"NonNegativeInteger", + "documentation":"The block index for a content block delta event.
" + } + }, + "documentation":"The content block delta event.
", + "event":true + }, + "ContentBlockStart":{ + "type":"structure", + "members":{ + "toolUse":{ + "shape":"ToolUseBlockStart", + "documentation":"Information about a tool that the model is requesting to use.
" + } + }, + "documentation":"Content block start information.
", + "union":true + }, + "ContentBlockStartEvent":{ + "type":"structure", + "required":[ + "start", + "contentBlockIndex" + ], + "members":{ + "start":{ + "shape":"ContentBlockStart", + "documentation":"Start information about a content block start event.
" + }, + "contentBlockIndex":{ + "shape":"NonNegativeInteger", + "documentation":"The index for a content block start event.
" + } + }, + "documentation":"Content block start event.
", + "event":true + }, + "ContentBlockStopEvent":{ + "type":"structure", + "required":["contentBlockIndex"], + "members":{ + "contentBlockIndex":{ + "shape":"NonNegativeInteger", + "documentation":"The index for a content block.
" + } + }, + "documentation":"A content block stop event.
", + "event":true + }, + "ContentBlocks":{ + "type":"list", + "member":{"shape":"ContentBlock"} + }, + "ConversationRole":{ + "type":"string", + "enum":[ + "user", + "assistant" + ] + }, + "ConversationalModelId":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})|([0-9]{12}:inference-profile/[a-zA-Z0-9-:.]+)))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|([a-zA-Z0-9-:.]+)" + }, + "ConverseMetrics":{ + "type":"structure", + "required":["latencyMs"], + "members":{ + "latencyMs":{ + "shape":"Long", + "documentation":"The latency of the call to Converse, in milliseconds.
Metrics for a call to Converse.
" + }, + "ConverseOutput":{ + "type":"structure", + "members":{ + "message":{ + "shape":"Message", + "documentation":"The message that the model generates.
" + } + }, + "documentation":"The output from a call to Converse.
", + "union":true + }, + "ConverseRequest":{ + "type":"structure", + "required":[ + "modelId", + "messages" + ], + "members":{ + "modelId":{ + "shape":"ConversationalModelId", + "documentation":"The identifier for the model that you want to call.
The modelId to provide depends on the type of model or throughput that you use:
If you use a base model, specify the model ID or its ARN. For a list of model IDs for base models, see Amazon Bedrock base model IDs (on-demand throughput) in the Amazon Bedrock User Guide.
If you use an inference profile, specify the inference profile ID or its ARN. For a list of inference profile IDs, see Supported Regions and models for cross-region inference in the Amazon Bedrock User Guide.
If you use a provisioned model, specify the ARN of the Provisioned Throughput. For more information, see Run inference using a Provisioned Throughput in the Amazon Bedrock User Guide.
If you use a custom model, first purchase Provisioned Throughput for it. Then specify the ARN of the resulting provisioned model. For more information, see Use a custom model in Amazon Bedrock in the Amazon Bedrock User Guide.
The Converse API doesn't support imported models.
", + "location":"uri", + "locationName":"modelId" + }, + "messages":{ + "shape":"Messages", + "documentation":"The messages that you want to send to the model.
" + }, + "system":{ + "shape":"SystemContentBlocks", + "documentation":"A system prompt to pass to the model.
" + }, + "inferenceConfig":{ + "shape":"InferenceConfiguration", + "documentation":"Inference parameters to pass to the model. Converse supports a base set of inference parameters. If you need to pass additional parameters that the model supports, use the additionalModelRequestFields request field.
Configuration information for the tools that the model can use when generating a response.
This field is only supported by Anthropic Claude 3, Cohere Command R, Cohere Command R+, and Mistral Large models.
Configuration information for a guardrail that you want to use in the request.
" + }, + "additionalModelRequestFields":{ + "shape":"Document", + "documentation":"Additional inference parameters that the model supports, beyond the base set of inference parameters that Converse supports in the inferenceConfig field. For more information, see Model parameters.
Additional model parameters field paths to return in the response. Converse returns the requested fields as a JSON Pointer object in the additionalModelResponseFields field. The following is example JSON for additionalModelResponseFieldPaths.
[ \"/stop_sequence\" ]
For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation.
Converse rejects an empty JSON Pointer or incorrectly structured JSON Pointer with a 400 error code. if the JSON Pointer is valid, but the requested field is not in the model response, it is ignored by Converse.
The result from the call to Converse.
The reason why the model stopped generating output.
" + }, + "usage":{ + "shape":"TokenUsage", + "documentation":"The total number of tokens used in the call to Converse. The total includes the tokens input to the model and the tokens generated by the model.
Metrics for the call to Converse.
Additional fields in the response that are unique to the model.
" + }, + "trace":{ + "shape":"ConverseTrace", + "documentation":"A trace object that contains information about the Guardrail behavior.
" + } + } + }, + "ConverseStreamMetadataEvent":{ + "type":"structure", + "required":[ + "usage", + "metrics" + ], + "members":{ + "usage":{ + "shape":"TokenUsage", + "documentation":"Usage information for the conversation stream event.
" + }, + "metrics":{ + "shape":"ConverseStreamMetrics", + "documentation":"The metrics for the conversation stream metadata event.
" + }, + "trace":{ + "shape":"ConverseStreamTrace", + "documentation":"The trace object in the response from ConverseStream that contains information about the guardrail behavior.
" + } + }, + "documentation":"A conversation stream metadata event.
", + "event":true + }, + "ConverseStreamMetrics":{ + "type":"structure", + "required":["latencyMs"], + "members":{ + "latencyMs":{ + "shape":"Long", + "documentation":"The latency for the streaming request, in milliseconds.
" + } + }, + "documentation":"Metrics for the stream.
" + }, + "ConverseStreamOutput":{ + "type":"structure", + "members":{ + "messageStart":{ + "shape":"MessageStartEvent", + "documentation":"Message start information.
" + }, + "contentBlockStart":{ + "shape":"ContentBlockStartEvent", + "documentation":"Start information for a content block.
" + }, + "contentBlockDelta":{ + "shape":"ContentBlockDeltaEvent", + "documentation":"The messages output content block delta.
" + }, + "contentBlockStop":{ + "shape":"ContentBlockStopEvent", + "documentation":"Stop information for a content block.
" + }, + "messageStop":{ + "shape":"MessageStopEvent", + "documentation":"Message stop information.
" + }, + "metadata":{ + "shape":"ConverseStreamMetadataEvent", + "documentation":"Metadata for the converse output stream.
" + }, + "internalServerException":{ + "shape":"InternalServerException", + "documentation":"An internal server error occurred. Retry your request.
" + }, + "modelStreamErrorException":{ + "shape":"ModelStreamErrorException", + "documentation":"A streaming error occurred. Retry your request.
" + }, + "validationException":{ + "shape":"ValidationException", + "documentation":"Input validation failed. Check your request parameters and retry the request.
" + }, + "throttlingException":{ + "shape":"ThrottlingException", + "documentation":"The number of requests exceeds the limit. Resubmit your request later.
" + }, + "serviceUnavailableException":{ + "shape":"ServiceUnavailableException", + "documentation":"The service isn't currently available. Try again later.
" + } + }, + "documentation":"The messages output stream
", + "eventstream":true + }, + "ConverseStreamRequest":{ + "type":"structure", + "required":[ + "modelId", + "messages" + ], + "members":{ + "modelId":{ + "shape":"ConversationalModelId", + "documentation":"The ID for the model.
The modelId to provide depends on the type of model or throughput that you use:
If you use a base model, specify the model ID or its ARN. For a list of model IDs for base models, see Amazon Bedrock base model IDs (on-demand throughput) in the Amazon Bedrock User Guide.
If you use an inference profile, specify the inference profile ID or its ARN. For a list of inference profile IDs, see Supported Regions and models for cross-region inference in the Amazon Bedrock User Guide.
If you use a provisioned model, specify the ARN of the Provisioned Throughput. For more information, see Run inference using a Provisioned Throughput in the Amazon Bedrock User Guide.
If you use a custom model, first purchase Provisioned Throughput for it. Then specify the ARN of the resulting provisioned model. For more information, see Use a custom model in Amazon Bedrock in the Amazon Bedrock User Guide.
The Converse API doesn't support imported models.
", + "location":"uri", + "locationName":"modelId" + }, + "messages":{ + "shape":"Messages", + "documentation":"The messages that you want to send to the model.
" + }, + "system":{ + "shape":"SystemContentBlocks", + "documentation":"A system prompt to send to the model.
" + }, + "inferenceConfig":{ + "shape":"InferenceConfiguration", + "documentation":"Inference parameters to pass to the model. ConverseStream supports a base set of inference parameters. If you need to pass additional parameters that the model supports, use the additionalModelRequestFields request field.
Configuration information for the tools that the model can use when generating a response.
This field is only supported by Anthropic Claude 3 models.
Configuration information for a guardrail that you want to use in the request.
" + }, + "additionalModelRequestFields":{ + "shape":"Document", + "documentation":"Additional inference parameters that the model supports, beyond the base set of inference parameters that ConverseStream supports in the inferenceConfig field.
Additional model parameters field paths to return in the response. ConverseStream returns the requested fields as a JSON Pointer object in the additionalModelResponseFields field. The following is example JSON for additionalModelResponseFieldPaths.
[ \"/stop_sequence\" ]
For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation.
ConverseStream rejects an empty JSON Pointer or incorrectly structured JSON Pointer with a 400 error code. if the JSON Pointer is valid, but the requested field is not in the model response, it is ignored by ConverseStream.
The output stream that the model generated.
" + } + }, + "payload":"stream" + }, + "ConverseStreamTrace":{ + "type":"structure", + "members":{ + "guardrail":{ + "shape":"GuardrailTraceAssessment", + "documentation":"The guardrail trace object.
" + } + }, + "documentation":"The trace object in a response from ConverseStream. Currently, you can only trace guardrails.
" + }, + "ConverseTrace":{ + "type":"structure", + "members":{ + "guardrail":{ + "shape":"GuardrailTraceAssessment", + "documentation":"The guardrail trace object.
" + } + }, + "documentation":"The trace object in a response from Converse. Currently, you can only trace guardrails.
" + }, + "Document":{ + "type":"structure", + "members":{ + }, + "document":true + }, + "DocumentBlock":{ + "type":"structure", + "required":[ + "format", + "name", + "source" + ], + "members":{ + "format":{ + "shape":"DocumentFormat", + "documentation":"The format of a document, or its extension.
" + }, + "name":{ + "shape":"DocumentBlockNameString", + "documentation":"A name for the document. The name can only contain the following characters:
Alphanumeric characters
Whitespace characters (no more than one in a row)
Hyphens
Parentheses
Square brackets
This field is vulnerable to prompt injections, because the model might inadvertently interpret it as instructions. Therefore, we recommend that you specify a neutral name.
Contains the content of the document.
" + } + }, + "documentation":"A document to include in a message.
" + }, + "DocumentBlockNameString":{ + "type":"string", + "max":200, + "min":1 + }, + "DocumentFormat":{ + "type":"string", + "enum":[ + "pdf", + "csv", + "doc", + "docx", + "xls", + "xlsx", + "html", + "txt", + "md" + ] + }, + "DocumentSource":{ + "type":"structure", + "members":{ + "bytes":{ + "shape":"DocumentSourceBytesBlob", + "documentation":"The raw bytes for the document. If you use an Amazon Web Services SDK, you don't need to encode the bytes in base64.
" + } + }, + "documentation":"Contains the content of a document.
", + "union":true + }, + "DocumentSourceBytesBlob":{ + "type":"blob", + "min":1 + }, + "GuardrailAction":{ + "type":"string", + "enum":[ + "NONE", + "GUARDRAIL_INTERVENED" + ] + }, + "GuardrailAssessment":{ + "type":"structure", + "members":{ + "topicPolicy":{ + "shape":"GuardrailTopicPolicyAssessment", + "documentation":"The topic policy.
" + }, + "contentPolicy":{ + "shape":"GuardrailContentPolicyAssessment", + "documentation":"The content policy.
" + }, + "wordPolicy":{ + "shape":"GuardrailWordPolicyAssessment", + "documentation":"The word policy.
" + }, + "sensitiveInformationPolicy":{ + "shape":"GuardrailSensitiveInformationPolicyAssessment", + "documentation":"The sensitive information policy.
" + }, + "contextualGroundingPolicy":{ + "shape":"GuardrailContextualGroundingPolicyAssessment", + "documentation":"The contextual grounding policy used for the guardrail assessment.
" + } + }, + "documentation":"A behavior assessment of the guardrail policies used in a call to the Converse API.
" + }, + "GuardrailAssessmentList":{ + "type":"list", + "member":{"shape":"GuardrailAssessment"} + }, + "GuardrailAssessmentListMap":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"GuardrailAssessmentList"} + }, + "GuardrailAssessmentMap":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"GuardrailAssessment"} + }, + "GuardrailConfiguration":{ + "type":"structure", + "required":[ + "guardrailIdentifier", + "guardrailVersion" + ], + "members":{ + "guardrailIdentifier":{ + "shape":"GuardrailIdentifier", + "documentation":"The identifier for the guardrail.
" + }, + "guardrailVersion":{ + "shape":"GuardrailVersion", + "documentation":"The version of the guardrail.
" + }, + "trace":{ + "shape":"GuardrailTrace", + "documentation":"The trace behavior for the guardrail.
" + } + }, + "documentation":"Configuration information for a guardrail that you use with the Converse operation.
" + }, + "GuardrailContentBlock":{ + "type":"structure", + "members":{ + "text":{ + "shape":"GuardrailTextBlock", + "documentation":"Text within content block to be evaluated by the guardrail.
" + } + }, + "documentation":"The content block to be evaluated by the guardrail.
", + "union":true + }, + "GuardrailContentBlockList":{ + "type":"list", + "member":{"shape":"GuardrailContentBlock"} + }, + "GuardrailContentFilter":{ + "type":"structure", + "required":[ + "type", + "confidence", + "action" + ], + "members":{ + "type":{ + "shape":"GuardrailContentFilterType", + "documentation":"The guardrail type.
" + }, + "confidence":{ + "shape":"GuardrailContentFilterConfidence", + "documentation":"The guardrail confidence.
" + }, + "action":{ + "shape":"GuardrailContentPolicyAction", + "documentation":"The guardrail action.
" + } + }, + "documentation":"The content filter for a guardrail.
" + }, + "GuardrailContentFilterConfidence":{ + "type":"string", + "enum":[ + "NONE", + "LOW", + "MEDIUM", + "HIGH" + ] + }, + "GuardrailContentFilterList":{ + "type":"list", + "member":{"shape":"GuardrailContentFilter"} + }, + "GuardrailContentFilterType":{ + "type":"string", + "enum":[ + "INSULTS", + "HATE", + "SEXUAL", + "VIOLENCE", + "MISCONDUCT", + "PROMPT_ATTACK" + ] + }, + "GuardrailContentPolicyAction":{ + "type":"string", + "enum":["BLOCKED"] + }, + "GuardrailContentPolicyAssessment":{ + "type":"structure", + "required":["filters"], + "members":{ + "filters":{ + "shape":"GuardrailContentFilterList", + "documentation":"The content policy filters.
" + } + }, + "documentation":"An assessment of a content policy for a guardrail.
" + }, + "GuardrailContentPolicyUnitsProcessed":{ + "type":"integer", + "box":true + }, + "GuardrailContentQualifier":{ + "type":"string", + "enum":[ + "grounding_source", + "query", + "guard_content" + ] + }, + "GuardrailContentQualifierList":{ + "type":"list", + "member":{"shape":"GuardrailContentQualifier"} + }, + "GuardrailContentSource":{ + "type":"string", + "enum":[ + "INPUT", + "OUTPUT" + ] + }, + "GuardrailContextualGroundingFilter":{ + "type":"structure", + "required":[ + "type", + "threshold", + "score", + "action" + ], + "members":{ + "type":{ + "shape":"GuardrailContextualGroundingFilterType", + "documentation":"The contextual grounding filter type.
" + }, + "threshold":{ + "shape":"GuardrailContextualGroundingFilterThresholdDouble", + "documentation":"The threshold used by contextual grounding filter to determine whether the content is grounded or not.
" + }, + "score":{ + "shape":"GuardrailContextualGroundingFilterScoreDouble", + "documentation":"The score generated by contextual grounding filter.
" + }, + "action":{ + "shape":"GuardrailContextualGroundingPolicyAction", + "documentation":"The action performed by the guardrails contextual grounding filter.
" + } + }, + "documentation":"The details for the guardrails contextual grounding filter.
" + }, + "GuardrailContextualGroundingFilterScoreDouble":{ + "type":"double", + "box":true, + "max":1, + "min":0 + }, + "GuardrailContextualGroundingFilterThresholdDouble":{ + "type":"double", + "box":true, + "max":1, + "min":0 + }, + "GuardrailContextualGroundingFilterType":{ + "type":"string", + "enum":[ + "GROUNDING", + "RELEVANCE" + ] + }, + "GuardrailContextualGroundingFilters":{ + "type":"list", + "member":{"shape":"GuardrailContextualGroundingFilter"} + }, + "GuardrailContextualGroundingPolicyAction":{ + "type":"string", + "enum":[ + "BLOCKED", + "NONE" + ] + }, + "GuardrailContextualGroundingPolicyAssessment":{ + "type":"structure", + "members":{ + "filters":{ + "shape":"GuardrailContextualGroundingFilters", + "documentation":"The filter details for the guardrails contextual grounding filter.
" + } + }, + "documentation":"The policy assessment details for the guardrails contextual grounding filter.
" + }, + "GuardrailContextualGroundingPolicyUnitsProcessed":{ + "type":"integer", + "box":true + }, + "GuardrailConverseContentBlock":{ + "type":"structure", + "members":{ + "text":{ + "shape":"GuardrailConverseTextBlock", + "documentation":"The text to guard.
" + } + }, + "documentation":"A content block for selective guarding with the Converse or ConverseStream API operations.
", + "union":true + }, + "GuardrailConverseContentQualifier":{ + "type":"string", + "enum":[ + "grounding_source", + "query", + "guard_content" + ] + }, + "GuardrailConverseContentQualifierList":{ + "type":"list", + "member":{"shape":"GuardrailConverseContentQualifier"} + }, + "GuardrailConverseTextBlock":{ + "type":"structure", + "required":["text"], + "members":{ + "text":{ + "shape":"String", + "documentation":"The text that you want to guard.
" + }, + "qualifiers":{ + "shape":"GuardrailConverseContentQualifierList", + "documentation":"The qualifier details for the guardrails contextual grounding filter.
" + } + }, + "documentation":"A text block that contains text that you want to assess with a guardrail. For more information, see GuardrailConverseContentBlock.
" + }, + "GuardrailCustomWord":{ + "type":"structure", + "required":[ + "match", + "action" + ], + "members":{ + "match":{ + "shape":"String", + "documentation":"The match for the custom word.
" + }, + "action":{ + "shape":"GuardrailWordPolicyAction", + "documentation":"The action for the custom word.
" + } + }, + "documentation":"A custom word configured in a guardrail.
" + }, + "GuardrailCustomWordList":{ + "type":"list", + "member":{"shape":"GuardrailCustomWord"} + }, + "GuardrailIdentifier":{ + "type":"string", + "max":2048, + "min":0, + "pattern":"(([a-z0-9]+)|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+))" + }, + "GuardrailManagedWord":{ + "type":"structure", + "required":[ + "match", + "type", + "action" + ], + "members":{ + "match":{ + "shape":"String", + "documentation":"The match for the managed word.
" + }, + "type":{ + "shape":"GuardrailManagedWordType", + "documentation":"The type for the managed word.
" + }, + "action":{ + "shape":"GuardrailWordPolicyAction", + "documentation":"The action for the managed word.
" + } + }, + "documentation":"A managed word configured in a guardrail.
" + }, + "GuardrailManagedWordList":{ + "type":"list", + "member":{"shape":"GuardrailManagedWord"} + }, + "GuardrailManagedWordType":{ + "type":"string", + "enum":["PROFANITY"] + }, + "GuardrailOutputContent":{ + "type":"structure", + "members":{ + "text":{ + "shape":"GuardrailOutputText", + "documentation":"The specific text for the output content produced by the guardrail.
" + } + }, + "documentation":"The output content produced by the guardrail.
" + }, + "GuardrailOutputContentList":{ + "type":"list", + "member":{"shape":"GuardrailOutputContent"} + }, + "GuardrailOutputText":{"type":"string"}, + "GuardrailPiiEntityFilter":{ + "type":"structure", + "required":[ + "match", + "type", + "action" + ], + "members":{ + "match":{ + "shape":"String", + "documentation":"The PII entity filter match.
" + }, + "type":{ + "shape":"GuardrailPiiEntityType", + "documentation":"The PII entity filter type.
" + }, + "action":{ + "shape":"GuardrailSensitiveInformationPolicyAction", + "documentation":"The PII entity filter action.
" + } + }, + "documentation":"A Personally Identifiable Information (PII) entity configured in a guardrail.
" + }, + "GuardrailPiiEntityFilterList":{ + "type":"list", + "member":{"shape":"GuardrailPiiEntityFilter"} + }, + "GuardrailPiiEntityType":{ + "type":"string", + "enum":[ + "ADDRESS", + "AGE", + "AWS_ACCESS_KEY", + "AWS_SECRET_KEY", + "CA_HEALTH_NUMBER", + "CA_SOCIAL_INSURANCE_NUMBER", + "CREDIT_DEBIT_CARD_CVV", + "CREDIT_DEBIT_CARD_EXPIRY", + "CREDIT_DEBIT_CARD_NUMBER", + "DRIVER_ID", + "EMAIL", + "INTERNATIONAL_BANK_ACCOUNT_NUMBER", + "IP_ADDRESS", + "LICENSE_PLATE", + "MAC_ADDRESS", + "NAME", + "PASSWORD", + "PHONE", + "PIN", + "SWIFT_CODE", + "UK_NATIONAL_HEALTH_SERVICE_NUMBER", + "UK_NATIONAL_INSURANCE_NUMBER", + "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER", + "URL", + "USERNAME", + "US_BANK_ACCOUNT_NUMBER", + "US_BANK_ROUTING_NUMBER", + "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER", + "US_PASSPORT_NUMBER", + "US_SOCIAL_SECURITY_NUMBER", + "VEHICLE_IDENTIFICATION_NUMBER" + ] + }, + "GuardrailRegexFilter":{ + "type":"structure", + "required":["action"], + "members":{ + "name":{ + "shape":"String", + "documentation":"The regex filter name.
" + }, + "match":{ + "shape":"String", + "documentation":"The regesx filter match.
" + }, + "regex":{ + "shape":"String", + "documentation":"The regex query.
" + }, + "action":{ + "shape":"GuardrailSensitiveInformationPolicyAction", + "documentation":"The region filter action.
" + } + }, + "documentation":"A Regex filter configured in a guardrail.
" + }, + "GuardrailRegexFilterList":{ + "type":"list", + "member":{"shape":"GuardrailRegexFilter"} + }, + "GuardrailSensitiveInformationPolicyAction":{ + "type":"string", + "enum":[ + "ANONYMIZED", + "BLOCKED" + ] + }, + "GuardrailSensitiveInformationPolicyAssessment":{ + "type":"structure", + "required":[ + "piiEntities", + "regexes" + ], + "members":{ + "piiEntities":{ + "shape":"GuardrailPiiEntityFilterList", + "documentation":"The PII entities in the assessment.
" + }, + "regexes":{ + "shape":"GuardrailRegexFilterList", + "documentation":"The regex queries in the assessment.
" + } + }, + "documentation":"The assessment for aPersonally Identifiable Information (PII) policy.
" + }, + "GuardrailSensitiveInformationPolicyFreeUnitsProcessed":{ + "type":"integer", + "box":true + }, + "GuardrailSensitiveInformationPolicyUnitsProcessed":{ + "type":"integer", + "box":true + }, + "GuardrailStreamConfiguration":{ + "type":"structure", + "required":[ + "guardrailIdentifier", + "guardrailVersion" + ], + "members":{ + "guardrailIdentifier":{ + "shape":"GuardrailIdentifier", + "documentation":"The identifier for the guardrail.
" + }, + "guardrailVersion":{ + "shape":"GuardrailVersion", + "documentation":"The version of the guardrail.
" + }, + "trace":{ + "shape":"GuardrailTrace", + "documentation":"The trace behavior for the guardrail.
" + }, + "streamProcessingMode":{ + "shape":"GuardrailStreamProcessingMode", + "documentation":"The processing mode.
The processing mode. For more information, see Configure streaming response behavior in the Amazon Bedrock User Guide.
" + } + }, + "documentation":"Configuration information for a guardrail that you use with the ConverseStream action.
" + }, + "GuardrailStreamProcessingMode":{ + "type":"string", + "enum":[ + "sync", + "async" + ] + }, + "GuardrailTextBlock":{ + "type":"structure", + "required":["text"], + "members":{ + "text":{ + "shape":"String", + "documentation":"The input text details to be evaluated by the guardrail.
" + }, + "qualifiers":{ + "shape":"GuardrailContentQualifierList", + "documentation":"The qualifiers describing the text block.
" + } + }, + "documentation":"The text block to be evaluated by the guardrail.
" + }, + "GuardrailTopic":{ + "type":"structure", + "required":[ + "name", + "type", + "action" + ], + "members":{ + "name":{ + "shape":"String", + "documentation":"The name for the guardrail.
" + }, + "type":{ + "shape":"GuardrailTopicType", + "documentation":"The type behavior that the guardrail should perform when the model detects the topic.
" + }, + "action":{ + "shape":"GuardrailTopicPolicyAction", + "documentation":"The action the guardrail should take when it intervenes on a topic.
" + } + }, + "documentation":"Information about a topic guardrail.
" + }, + "GuardrailTopicList":{ + "type":"list", + "member":{"shape":"GuardrailTopic"} + }, + "GuardrailTopicPolicyAction":{ + "type":"string", + "enum":["BLOCKED"] + }, + "GuardrailTopicPolicyAssessment":{ + "type":"structure", + "required":["topics"], + "members":{ + "topics":{ + "shape":"GuardrailTopicList", + "documentation":"The topics in the assessment.
" + } + }, + "documentation":"A behavior assessment of a topic policy.
" + }, + "GuardrailTopicPolicyUnitsProcessed":{ + "type":"integer", + "box":true + }, + "GuardrailTopicType":{ + "type":"string", + "enum":["DENY"] + }, + "GuardrailTrace":{ + "type":"string", + "enum":[ + "enabled", + "disabled" + ] + }, + "GuardrailTraceAssessment":{ + "type":"structure", + "members":{ + "modelOutput":{ + "shape":"ModelOutputs", + "documentation":"The output from the model.
" + }, + "inputAssessment":{ + "shape":"GuardrailAssessmentMap", + "documentation":"The input assessment.
" + }, + "outputAssessments":{ + "shape":"GuardrailAssessmentListMap", + "documentation":"the output assessments.
" + } + }, + "documentation":"A Top level guardrail trace object. For more information, see ConverseTrace.
" + }, + "GuardrailUsage":{ + "type":"structure", + "required":[ + "topicPolicyUnits", + "contentPolicyUnits", + "wordPolicyUnits", + "sensitiveInformationPolicyUnits", + "sensitiveInformationPolicyFreeUnits", + "contextualGroundingPolicyUnits" + ], + "members":{ + "topicPolicyUnits":{ + "shape":"GuardrailTopicPolicyUnitsProcessed", + "documentation":"The topic policy units processed by the guardrail.
" + }, + "contentPolicyUnits":{ + "shape":"GuardrailContentPolicyUnitsProcessed", + "documentation":"The content policy units processed by the guardrail.
" + }, + "wordPolicyUnits":{ + "shape":"GuardrailWordPolicyUnitsProcessed", + "documentation":"The word policy units processed by the guardrail.
" + }, + "sensitiveInformationPolicyUnits":{ + "shape":"GuardrailSensitiveInformationPolicyUnitsProcessed", + "documentation":"The sensitive information policy units processed by the guardrail.
" + }, + "sensitiveInformationPolicyFreeUnits":{ + "shape":"GuardrailSensitiveInformationPolicyFreeUnitsProcessed", + "documentation":"The sensitive information policy free units processed by the guardrail.
" + }, + "contextualGroundingPolicyUnits":{ + "shape":"GuardrailContextualGroundingPolicyUnitsProcessed", + "documentation":"The contextual grounding policy units processed by the guardrail.
" + } + }, + "documentation":"The details on the use of the guardrail.
" + }, + "GuardrailVersion":{ + "type":"string", + "pattern":"(([1-9][0-9]{0,7})|(DRAFT))" + }, + "GuardrailWordPolicyAction":{ + "type":"string", + "enum":["BLOCKED"] + }, + "GuardrailWordPolicyAssessment":{ + "type":"structure", + "required":[ + "customWords", + "managedWordLists" + ], + "members":{ + "customWords":{ + "shape":"GuardrailCustomWordList", + "documentation":"Custom words in the assessment.
" + }, + "managedWordLists":{ + "shape":"GuardrailManagedWordList", + "documentation":"Managed word lists in the assessment.
" + } + }, + "documentation":"The word policy assessment.
" + }, + "GuardrailWordPolicyUnitsProcessed":{ + "type":"integer", + "box":true + }, + "ImageBlock":{ + "type":"structure", + "required":[ + "format", + "source" + ], + "members":{ + "format":{ + "shape":"ImageFormat", + "documentation":"The format of the image.
" + }, + "source":{ + "shape":"ImageSource", + "documentation":"The source for the image.
" + } + }, + "documentation":"Image content for a message.
" + }, + "ImageFormat":{ + "type":"string", + "enum":[ + "png", + "jpeg", + "gif", + "webp" + ] + }, + "ImageSource":{ + "type":"structure", + "members":{ + "bytes":{ + "shape":"ImageSourceBytesBlob", + "documentation":"The raw image bytes for the image. If you use an AWS SDK, you don't need to encode the image bytes in base64.
" + } + }, + "documentation":"The source for an image.
", + "union":true + }, + "ImageSourceBytesBlob":{ + "type":"blob", + "min":1 + }, + "InferenceConfiguration":{ + "type":"structure", + "members":{ + "maxTokens":{ + "shape":"InferenceConfigurationMaxTokensInteger", + "documentation":"The maximum number of tokens to allow in the generated response. The default value is the maximum allowed value for the model that you are using. For more information, see Inference parameters for foundation models.
" + }, + "temperature":{ + "shape":"InferenceConfigurationTemperatureFloat", + "documentation":"The likelihood of the model selecting higher-probability options while generating a response. A lower value makes the model more likely to choose higher-probability options, while a higher value makes the model more likely to choose lower-probability options.
The default value is the default value for the model that you are using. For more information, see Inference parameters for foundation models.
" + }, + "topP":{ + "shape":"InferenceConfigurationTopPFloat", + "documentation":"The percentage of most-likely candidates that the model considers for the next token. For example, if you choose a value of 0.8 for topP, the model selects from the top 80% of the probability distribution of tokens that could be next in the sequence.
The default value is the default value for the model that you are using. For more information, see Inference parameters for foundation models.
" + }, + "stopSequences":{ + "shape":"InferenceConfigurationStopSequencesList", + "documentation":"A list of stop sequences. A stop sequence is a sequence of characters that causes the model to stop generating the response.
" + } + }, + "documentation":"Base inference parameters to pass to a model in a call to Converse or ConverseStream. For more information, see Inference parameters for foundation models.
If you need to pass additional parameters that the model supports, use the additionalModelRequestFields request field in the call to Converse or ConverseStream. For more information, see Model parameters.
An internal server error occurred. Retry your request.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "InvokeModelIdentifier":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:imported-model/[a-z0-9]{12})|([0-9]{12}:provisioned-model/[a-z0-9]{12})|([0-9]{12}:inference-profile/[a-zA-Z0-9-:.]+)))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)|([a-zA-Z0-9-:.]+)" + }, + "InvokeModelRequest":{ + "type":"structure", + "required":[ + "body", + "modelId" + ], + "members":{ + "body":{ + "shape":"Body", + "documentation":"The prompt and inference parameters in the format specified in the contentType in the header. You must provide the body in JSON format. To see the format and content of the request and response bodies for different models, refer to Inference parameters. For more information, see Run inference in the Bedrock User Guide.
The MIME type of the input data in the request. You must specify application/json.
The desired MIME type of the inference body in the response. The default value is application/json.
The unique identifier of the model to invoke to run inference.
The modelId to provide depends on the type of model that you use:
If you use a base model, specify the model ID or its ARN. For a list of model IDs for base models, see Amazon Bedrock base model IDs (on-demand throughput) in the Amazon Bedrock User Guide.
If you use a provisioned model, specify the ARN of the Provisioned Throughput. For more information, see Run inference using a Provisioned Throughput in the Amazon Bedrock User Guide.
If you use a custom model, first purchase Provisioned Throughput for it. Then specify the ARN of the resulting provisioned model. For more information, see Use a custom model in Amazon Bedrock in the Amazon Bedrock User Guide.
If you use an imported model, specify the ARN of the imported model. You can get the model ARN from a successful call to CreateModelImportJob or from the Imported models page in the Amazon Bedrock console.
Specifies whether to enable or disable the Bedrock trace. If enabled, you can see the full Bedrock trace.
", + "location":"header", + "locationName":"X-Amzn-Bedrock-Trace" + }, + "guardrailIdentifier":{ + "shape":"GuardrailIdentifier", + "documentation":"The unique identifier of the guardrail that you want to use. If you don't provide a value, no guardrail is applied to the invocation.
An error will be thrown in the following situations.
You don't provide a guardrail identifier but you specify the amazon-bedrock-guardrailConfig field in the request body.
You enable the guardrail but the contentType isn't application/json.
You provide a guardrail identifier, but guardrailVersion isn't specified.
The version number for the guardrail. The value can also be DRAFT.
Inference response from the model in the format specified in the contentType header. To see the format and content of the request and response bodies for different models, refer to Inference parameters.
The MIME type of the inference result.
", + "location":"header", + "locationName":"Content-Type" + } + }, + "payload":"body" + }, + "InvokeModelWithResponseStreamRequest":{ + "type":"structure", + "required":[ + "body", + "modelId" + ], + "members":{ + "body":{ + "shape":"Body", + "documentation":"The prompt and inference parameters in the format specified in the contentType in the header. You must provide the body in JSON format. To see the format and content of the request and response bodies for different models, refer to Inference parameters. For more information, see Run inference in the Bedrock User Guide.
The MIME type of the input data in the request. You must specify application/json.
The desired MIME type of the inference body in the response. The default value is application/json.
The unique identifier of the model to invoke to run inference.
The modelId to provide depends on the type of model that you use:
If you use a base model, specify the model ID or its ARN. For a list of model IDs for base models, see Amazon Bedrock base model IDs (on-demand throughput) in the Amazon Bedrock User Guide.
If you use a provisioned model, specify the ARN of the Provisioned Throughput. For more information, see Run inference using a Provisioned Throughput in the Amazon Bedrock User Guide.
If you use a custom model, first purchase Provisioned Throughput for it. Then specify the ARN of the resulting provisioned model. For more information, see Use a custom model in Amazon Bedrock in the Amazon Bedrock User Guide.
If you use an imported model, specify the ARN of the imported model. You can get the model ARN from a successful call to CreateModelImportJob or from the Imported models page in the Amazon Bedrock console.
Specifies whether to enable or disable the Bedrock trace. If enabled, you can see the full Bedrock trace.
", + "location":"header", + "locationName":"X-Amzn-Bedrock-Trace" + }, + "guardrailIdentifier":{ + "shape":"GuardrailIdentifier", + "documentation":"The unique identifier of the guardrail that you want to use. If you don't provide a value, no guardrail is applied to the invocation.
An error is thrown in the following situations.
You don't provide a guardrail identifier but you specify the amazon-bedrock-guardrailConfig field in the request body.
You enable the guardrail but the contentType isn't application/json.
You provide a guardrail identifier, but guardrailVersion isn't specified.
The version number for the guardrail. The value can also be DRAFT.
Inference response from the model in the format specified by the contentType header. To see the format and content of this field for different models, refer to Inference parameters.
The MIME type of the inference result.
", + "location":"header", + "locationName":"X-Amzn-Bedrock-Content-Type" + } + }, + "payload":"body" + }, + "Long":{ + "type":"long", + "box":true + }, + "Message":{ + "type":"structure", + "required":[ + "role", + "content" + ], + "members":{ + "role":{ + "shape":"ConversationRole", + "documentation":"The role that the message plays in the message.
" + }, + "content":{ + "shape":"ContentBlocks", + "documentation":"The message content. Note the following restrictions:
You can include up to 20 images. Each image's size, height, and width must be no more than 3.75 MB, 8000 px, and 8000 px, respectively.
You can include up to five documents. Each document's size must be no more than 4.5 MB.
If you include a ContentBlock with a document field in the array, you must also include a ContentBlock with a text field.
You can only include images and documents if the role is user.
A message input, or returned from, a call to Converse or ConverseStream.
" + }, + "MessageStartEvent":{ + "type":"structure", + "required":["role"], + "members":{ + "role":{ + "shape":"ConversationRole", + "documentation":"The role for the message.
" + } + }, + "documentation":"The start of a message.
", + "event":true + }, + "MessageStopEvent":{ + "type":"structure", + "required":["stopReason"], + "members":{ + "stopReason":{ + "shape":"StopReason", + "documentation":"The reason why the model stopped generating output.
" + }, + "additionalModelResponseFields":{ + "shape":"Document", + "documentation":"The additional model response fields.
" + } + }, + "documentation":"The stop event for a message.
", + "event":true + }, + "Messages":{ + "type":"list", + "member":{"shape":"Message"} + }, + "MimeType":{"type":"string"}, + "ModelErrorException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"}, + "originalStatusCode":{ + "shape":"StatusCode", + "documentation":"The original status code.
" + }, + "resourceName":{ + "shape":"NonBlankString", + "documentation":"The resource name.
" + } + }, + "documentation":"The request failed due to an error while processing the model.
", + "error":{ + "httpStatusCode":424, + "senderFault":true + }, + "exception":true + }, + "ModelNotReadyException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"The model specified in the request is not ready to serve inference requests. The AWS SDK will automatically retry the operation up to 5 times. For information about configuring automatic retries, see Retry behavior in the AWS SDKs and Tools reference guide.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":false} + }, + "ModelOutputs":{ + "type":"list", + "member":{"shape":"GuardrailOutputText"} + }, + "ModelStreamErrorException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"}, + "originalStatusCode":{ + "shape":"StatusCode", + "documentation":"The original status code.
" + }, + "originalMessage":{ + "shape":"NonBlankString", + "documentation":"The original message.
" + } + }, + "documentation":"An error occurred while streaming the response. Retry your request.
", + "error":{ + "httpStatusCode":424, + "senderFault":true + }, + "exception":true + }, + "ModelTimeoutException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"The request took too long to process. Processing time exceeded the model timeout length.
", + "error":{ + "httpStatusCode":408, + "senderFault":true + }, + "exception":true + }, + "NonBlankString":{ + "type":"string", + "pattern":"[\\s\\S]*" + }, + "NonEmptyString":{ + "type":"string", + "min":1 + }, + "NonNegativeInteger":{ + "type":"integer", + "box":true, + "min":0 + }, + "PartBody":{ + "type":"blob", + "max":1000000, + "min":0, + "sensitive":true + }, + "PayloadPart":{ + "type":"structure", + "members":{ + "bytes":{ + "shape":"PartBody", + "documentation":"Base64-encoded bytes of payload data.
" + } + }, + "documentation":"Payload content included in the response.
", + "event":true, + "sensitive":true + }, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"The specified resource ARN was not found. Check the ARN and try your request again.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "ResponseStream":{ + "type":"structure", + "members":{ + "chunk":{ + "shape":"PayloadPart", + "documentation":"Content included in the response.
" + }, + "internalServerException":{ + "shape":"InternalServerException", + "documentation":"An internal server error occurred. Retry your request.
" + }, + "modelStreamErrorException":{ + "shape":"ModelStreamErrorException", + "documentation":"An error occurred while streaming the response. Retry your request.
" + }, + "validationException":{ + "shape":"ValidationException", + "documentation":"Input validation failed. Check your request parameters and retry the request.
" + }, + "throttlingException":{ + "shape":"ThrottlingException", + "documentation":"Your request was throttled because of service-wide limitations. Resubmit your request later or in a different region. You can also purchase Provisioned Throughput to increase the rate or number of tokens you can process.
" + }, + "modelTimeoutException":{ + "shape":"ModelTimeoutException", + "documentation":"The request took too long to process. Processing time exceeded the model timeout length.
" + }, + "serviceUnavailableException":{"shape":"ServiceUnavailableException"} + }, + "documentation":"Definition of content in the response stream.
", + "eventstream":true + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"Your request exceeds the service quota for your account. You can view your quotas at Viewing service quotas. You can resubmit your request later.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ServiceUnavailableException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"The service isn't currently available. Try again later.
", + "error":{"httpStatusCode":503}, + "exception":true, + "fault":true + }, + "SpecificToolChoice":{ + "type":"structure", + "required":["name"], + "members":{ + "name":{ + "shape":"ToolName", + "documentation":"The name of the tool that the model must request.
" + } + }, + "documentation":"The model must request a specific tool. For example, {\"tool\" : {\"name\" : \"Your tool name\"}}.
This field is only supported by Anthropic Claude 3 models.
A system prompt for the model.
" + }, + "guardContent":{ + "shape":"GuardrailConverseContentBlock", + "documentation":"A content block to assess with the guardrail. Use with the Converse or ConverseStream API operations.
For more information, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide.
" + } + }, + "documentation":"A system content block.
", + "union":true + }, + "SystemContentBlocks":{ + "type":"list", + "member":{"shape":"SystemContentBlock"} + }, + "ThrottlingException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"Your request was throttled because of service-wide limitations. Resubmit your request later or in a different region. You can also purchase Provisioned Throughput to increase the rate or number of tokens you can process.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true + }, + "TokenUsage":{ + "type":"structure", + "required":[ + "inputTokens", + "outputTokens", + "totalTokens" + ], + "members":{ + "inputTokens":{ + "shape":"TokenUsageInputTokensInteger", + "documentation":"The number of tokens sent in the request to the model.
" + }, + "outputTokens":{ + "shape":"TokenUsageOutputTokensInteger", + "documentation":"The number of tokens that the model generated for the request.
" + }, + "totalTokens":{ + "shape":"TokenUsageTotalTokensInteger", + "documentation":"The total of input tokens and tokens generated by the model.
" + } + }, + "documentation":"The tokens used in a message API inference call.
" + }, + "TokenUsageInputTokensInteger":{ + "type":"integer", + "box":true, + "min":0 + }, + "TokenUsageOutputTokensInteger":{ + "type":"integer", + "box":true, + "min":0 + }, + "TokenUsageTotalTokensInteger":{ + "type":"integer", + "box":true, + "min":0 + }, + "Tool":{ + "type":"structure", + "members":{ + "toolSpec":{ + "shape":"ToolSpecification", + "documentation":"The specfication for the tool.
" + } + }, + "documentation":"Information about a tool that you can use with the Converse API. For more information, see Tool use (function calling) in the Amazon Bedrock User Guide.
", + "union":true + }, + "ToolChoice":{ + "type":"structure", + "members":{ + "auto":{ + "shape":"AutoToolChoice", + "documentation":"(Default). The Model automatically decides if a tool should be called or whether to generate text instead.
" + }, + "any":{ + "shape":"AnyToolChoice", + "documentation":"The model must request at least one tool (no text is generated).
" + }, + "tool":{ + "shape":"SpecificToolChoice", + "documentation":"The Model must request the specified tool. Only supported by Anthropic Claude 3 models.
" + } + }, + "documentation":"Determines which tools the model should request in a call to Converse or ConverseStream. ToolChoice is only supported by Anthropic Claude 3 models and by Mistral AI Mistral Large.
An array of tools that you want to pass to a model.
" + }, + "toolChoice":{ + "shape":"ToolChoice", + "documentation":"If supported by model, forces the model to request a tool.
" + } + }, + "documentation":"Configuration information for the tools that you pass to a model. For more information, see Tool use (function calling) in the Amazon Bedrock User Guide.
This field is only supported by Anthropic Claude 3, Cohere Command R, Cohere Command R+, and Mistral Large models.
The JSON schema for the tool. For more information, see JSON Schema Reference.
" + } + }, + "documentation":"The schema for the tool. The top level schema type must be object.
The ID of the tool request that this is the result for.
" + }, + "content":{ + "shape":"ToolResultContentBlocks", + "documentation":"The content for tool result content block.
" + }, + "status":{ + "shape":"ToolResultStatus", + "documentation":"The status for the tool result content block.
This field is only supported Anthropic Claude 3 models.
A tool result block that contains the results for a tool request that the model previously made.
" + }, + "ToolResultContentBlock":{ + "type":"structure", + "members":{ + "json":{ + "shape":"Document", + "documentation":"A tool result that is JSON format data.
" + }, + "text":{ + "shape":"String", + "documentation":"A tool result that is text.
" + }, + "image":{ + "shape":"ImageBlock", + "documentation":"A tool result that is an image.
This field is only supported by Anthropic Claude 3 models.
A tool result that is a document.
" + } + }, + "documentation":"The tool result content block.
", + "union":true + }, + "ToolResultContentBlocks":{ + "type":"list", + "member":{"shape":"ToolResultContentBlock"} + }, + "ToolResultStatus":{ + "type":"string", + "enum":[ + "success", + "error" + ] + }, + "ToolSpecification":{ + "type":"structure", + "required":[ + "name", + "inputSchema" + ], + "members":{ + "name":{ + "shape":"ToolName", + "documentation":"The name for the tool.
" + }, + "description":{ + "shape":"NonEmptyString", + "documentation":"The description for the tool.
" + }, + "inputSchema":{ + "shape":"ToolInputSchema", + "documentation":"The input schema for the tool in JSON format.
" + } + }, + "documentation":"The specification for the tool.
" + }, + "ToolUseBlock":{ + "type":"structure", + "required":[ + "toolUseId", + "name", + "input" + ], + "members":{ + "toolUseId":{ + "shape":"ToolUseId", + "documentation":"The ID for the tool request.
" + }, + "name":{ + "shape":"ToolName", + "documentation":"The name of the tool that the model wants to use.
" + }, + "input":{ + "shape":"Document", + "documentation":"The input to pass to the tool.
" + } + }, + "documentation":"A tool use content block. Contains information about a tool that the model is requesting be run., The model uses the result from the tool to generate a response.
" + }, + "ToolUseBlockDelta":{ + "type":"structure", + "required":["input"], + "members":{ + "input":{ + "shape":"String", + "documentation":"The input for a requested tool.
" + } + }, + "documentation":"The delta for a tool use block.
" + }, + "ToolUseBlockStart":{ + "type":"structure", + "required":[ + "toolUseId", + "name" + ], + "members":{ + "toolUseId":{ + "shape":"ToolUseId", + "documentation":"The ID for the tool request.
" + }, + "name":{ + "shape":"ToolName", + "documentation":"The name of the tool that the model is requesting to use.
" + } + }, + "documentation":"The start of a tool use block.
" + }, + "ToolUseId":{ + "type":"string", + "max":64, + "min":1, + "pattern":"[a-zA-Z0-9_-]+" + }, + "Trace":{ + "type":"string", + "enum":[ + "ENABLED", + "DISABLED" + ] + }, + "ValidationException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"Input validation failed. Check your request parameters and retry the request.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + } + }, + "documentation":"Describes the API operations for running inference using Amazon Bedrock models.
" +} diff --git a/testbed/boto__botocore/botocore/data/bedrock-runtime/2023-09-30/waiters-2.json b/testbed/boto__botocore/botocore/data/bedrock-runtime/2023-09-30/waiters-2.json new file mode 100644 index 0000000000000000000000000000000000000000..4b20636aa4c8b334eca901959d698c0b98cba6d6 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/bedrock-runtime/2023-09-30/waiters-2.json @@ -0,0 +1,5 @@ +{ + "version": 2, + "waiters": { + } +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/bedrock/2023-04-20/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/bedrock/2023-04-20/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..b04f6c8cbbf14e688b84262148b182f41746f647 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/bedrock/2023-04-20/endpoint-rule-set-1.json @@ -0,0 +1,350 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://bedrock-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://bedrock-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://bedrock.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://bedrock.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ], + "type": "tree" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/bedrock/2023-04-20/service-2.json b/testbed/boto__botocore/botocore/data/bedrock/2023-04-20/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..6a2d07846c9878bf9ca4bf2df8ada38397931176 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/bedrock/2023-04-20/service-2.json @@ -0,0 +1,5787 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2023-04-20", + "auth":["aws.auth#sigv4"], + "endpointPrefix":"bedrock", + "protocol":"rest-json", + "protocols":["rest-json"], + "serviceFullName":"Amazon Bedrock", + "serviceId":"Bedrock", + "signatureVersion":"v4", + "signingName":"bedrock", + "uid":"bedrock-2023-04-20" + }, + "operations":{ + "BatchDeleteEvaluationJob":{ + "name":"BatchDeleteEvaluationJob", + "http":{ + "method":"POST", + "requestUri":"/evaluation-jobs/batch-delete", + "responseCode":202 + }, + "input":{"shape":"BatchDeleteEvaluationJobRequest"}, + "output":{"shape":"BatchDeleteEvaluationJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Creates a batch deletion job. A model evaluation job can only be deleted if it has following status FAILED, COMPLETED, and STOPPED. You can request up to 25 model evaluation jobs be deleted in a single request.
API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers. To learn more about the requirements for creating a model evaluation job see, Model evaluation.
", + "idempotent":true + }, + "CreateGuardrail":{ + "name":"CreateGuardrail", + "http":{ + "method":"POST", + "requestUri":"/guardrails", + "responseCode":202 + }, + "input":{"shape":"CreateGuardrailRequest"}, + "output":{"shape":"CreateGuardrailResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"TooManyTagsException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Creates a guardrail to block topics and to implement safeguards for your generative AI applications.
You can configure the following policies in a guardrail to avoid undesirable and harmful content, filter out denied topics and words, and remove sensitive information for privacy protection.
Content filters - Adjust filter strengths to block input prompts or model responses containing harmful content.
Denied topics - Define a set of topics that are undesirable in the context of your application. These topics will be blocked if detected in user queries or model responses.
Word filters - Configure filters to block undesirable words, phrases, and profanity. Such words can include offensive terms, competitor names etc.
Sensitive information filters - Block or mask sensitive information such as personally identifiable information (PII) or custom regex in user inputs and model responses.
In addition to the above policies, you can also configure the messages to be returned to the user if a user input or model response is in violation of the policies defined in the guardrail.
For more information, see Guardrails for Amazon Bedrock in the Amazon Bedrock User Guide.
" + }, + "CreateGuardrailVersion":{ + "name":"CreateGuardrailVersion", + "http":{ + "method":"POST", + "requestUri":"/guardrails/{guardrailIdentifier}", + "responseCode":202 + }, + "input":{"shape":"CreateGuardrailVersionRequest"}, + "output":{"shape":"CreateGuardrailVersionResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Creates a version of the guardrail. Use this API to create a snapshot of the guardrail when you are satisfied with a configuration, or to compare the configuration with another version.
" + }, + "CreateModelCopyJob":{ + "name":"CreateModelCopyJob", + "http":{ + "method":"POST", + "requestUri":"/model-copy-jobs", + "responseCode":201 + }, + "input":{"shape":"CreateModelCopyJobRequest"}, + "output":{"shape":"CreateModelCopyJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"TooManyTagsException"} + ], + "documentation":"Copies a model to another region so that it can be used there. For more information, see Copy models to be used in other regions in the Amazon Bedrock User Guide.
", + "idempotent":true + }, + "CreateModelCustomizationJob":{ + "name":"CreateModelCustomizationJob", + "http":{ + "method":"POST", + "requestUri":"/model-customization-jobs", + "responseCode":201 + }, + "input":{"shape":"CreateModelCustomizationJobRequest"}, + "output":{"shape":"CreateModelCustomizationJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"TooManyTagsException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Creates a fine-tuning job to customize a base model.
You specify the base foundation model and the location of the training data. After the model-customization job completes successfully, your custom model resource will be ready to use. Amazon Bedrock returns validation loss metrics and output generations after the job completes.
For information on the format of training and validation data, see Prepare the datasets.
Model-customization jobs are asynchronous and the completion time depends on the base model and the training/validation data size. To monitor a job, use the GetModelCustomizationJob operation to retrieve the job status.
For more information, see Custom models in the Amazon Bedrock User Guide.
", + "idempotent":true + }, + "CreateModelImportJob":{ + "name":"CreateModelImportJob", + "http":{ + "method":"POST", + "requestUri":"/model-import-jobs", + "responseCode":201 + }, + "input":{"shape":"CreateModelImportJobRequest"}, + "output":{"shape":"CreateModelImportJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"TooManyTagsException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker. For more information, see Import a customized model
", + "idempotent":true + }, + "CreateModelInvocationJob":{ + "name":"CreateModelInvocationJob", + "http":{ + "method":"POST", + "requestUri":"/model-invocation-job", + "responseCode":200 + }, + "input":{"shape":"CreateModelInvocationJobRequest"}, + "output":{"shape":"CreateModelInvocationJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Creates a batch inference job to invoke a model on multiple prompts. Format your data according to Format your inference data and upload it to an Amazon S3 bucket. For more information, see Process multiple prompts with batch inference.
The response returns a jobArn that you can use to stop or get details about the job.
Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify. For pricing details, see Amazon Bedrock Pricing. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
", + "idempotent":true + }, + "DeleteCustomModel":{ + "name":"DeleteCustomModel", + "http":{ + "method":"DELETE", + "requestUri":"/custom-models/{modelIdentifier}", + "responseCode":200 + }, + "input":{"shape":"DeleteCustomModelRequest"}, + "output":{"shape":"DeleteCustomModelResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Deletes a custom model that you created earlier. For more information, see Custom models in the Amazon Bedrock User Guide.
", + "idempotent":true + }, + "DeleteGuardrail":{ + "name":"DeleteGuardrail", + "http":{ + "method":"DELETE", + "requestUri":"/guardrails/{guardrailIdentifier}", + "responseCode":202 + }, + "input":{"shape":"DeleteGuardrailRequest"}, + "output":{"shape":"DeleteGuardrailResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Deletes a guardrail.
To delete a guardrail, only specify the ARN of the guardrail in the guardrailIdentifier field. If you delete a guardrail, all of its versions will be deleted.
To delete a version of a guardrail, specify the ARN of the guardrail in the guardrailIdentifier field and the version in the guardrailVersion field.
Deletes a custom model that you imported earlier. For more information, see Import a customized model in the Amazon Bedrock User Guide.
", + "idempotent":true + }, + "DeleteModelInvocationLoggingConfiguration":{ + "name":"DeleteModelInvocationLoggingConfiguration", + "http":{ + "method":"DELETE", + "requestUri":"/logging/modelinvocations", + "responseCode":200 + }, + "input":{"shape":"DeleteModelInvocationLoggingConfigurationRequest"}, + "output":{"shape":"DeleteModelInvocationLoggingConfigurationResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Delete the invocation logging.
", + "idempotent":true + }, + "DeleteProvisionedModelThroughput":{ + "name":"DeleteProvisionedModelThroughput", + "http":{ + "method":"DELETE", + "requestUri":"/provisioned-model-throughput/{provisionedModelId}", + "responseCode":200 + }, + "input":{"shape":"DeleteProvisionedModelThroughputRequest"}, + "output":{"shape":"DeleteProvisionedModelThroughputResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Deletes a Provisioned Throughput. You can't delete a Provisioned Throughput before the commitment term is over. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
", + "idempotent":true + }, + "GetCustomModel":{ + "name":"GetCustomModel", + "http":{ + "method":"GET", + "requestUri":"/custom-models/{modelIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetCustomModelRequest"}, + "output":{"shape":"GetCustomModelResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see Custom models in the Amazon Bedrock User Guide.
" + }, + "GetEvaluationJob":{ + "name":"GetEvaluationJob", + "http":{ + "method":"GET", + "requestUri":"/evaluation-jobs/{jobIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetEvaluationJobRequest"}, + "output":{"shape":"GetEvaluationJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Retrieves the properties associated with a model evaluation job, including the status of the job. For more information, see Model evaluation.
" + }, + "GetFoundationModel":{ + "name":"GetFoundationModel", + "http":{ + "method":"GET", + "requestUri":"/foundation-models/{modelIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetFoundationModelRequest"}, + "output":{"shape":"GetFoundationModelResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Get details about a Amazon Bedrock foundation model.
" + }, + "GetGuardrail":{ + "name":"GetGuardrail", + "http":{ + "method":"GET", + "requestUri":"/guardrails/{guardrailIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetGuardrailRequest"}, + "output":{"shape":"GetGuardrailResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Gets details about a guardrail. If you don't specify a version, the response returns details for the DRAFT version.
Gets properties associated with a customized model you imported.
" + }, + "GetInferenceProfile":{ + "name":"GetInferenceProfile", + "http":{ + "method":"GET", + "requestUri":"/inference-profiles/{inferenceProfileIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetInferenceProfileRequest"}, + "output":{"shape":"GetInferenceProfileResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Gets information about an inference profile. For more information, see the Amazon Bedrock User Guide.
" + }, + "GetModelCopyJob":{ + "name":"GetModelCopyJob", + "http":{ + "method":"GET", + "requestUri":"/model-copy-jobs/{jobArn}", + "responseCode":200 + }, + "input":{"shape":"GetModelCopyJobRequest"}, + "output":{"shape":"GetModelCopyJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Retrieves information about a model copy job. For more information, see Copy models to be used in other regions in the Amazon Bedrock User Guide.
" + }, + "GetModelCustomizationJob":{ + "name":"GetModelCustomizationJob", + "http":{ + "method":"GET", + "requestUri":"/model-customization-jobs/{jobIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetModelCustomizationJobRequest"}, + "output":{"shape":"GetModelCustomizationJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Retrieves the properties associated with a model-customization job, including the status of the job. For more information, see Custom models in the Amazon Bedrock User Guide.
" + }, + "GetModelImportJob":{ + "name":"GetModelImportJob", + "http":{ + "method":"GET", + "requestUri":"/model-import-jobs/{jobIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetModelImportJobRequest"}, + "output":{"shape":"GetModelImportJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Retrieves the properties associated with import model job, including the status of the job. For more information, see Import a customized model in the Amazon Bedrock User Guide.
" + }, + "GetModelInvocationJob":{ + "name":"GetModelInvocationJob", + "http":{ + "method":"GET", + "requestUri":"/model-invocation-job/{jobIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetModelInvocationJobRequest"}, + "output":{"shape":"GetModelInvocationJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Gets details about a batch inference job. For more information, see View details about a batch inference job
" + }, + "GetModelInvocationLoggingConfiguration":{ + "name":"GetModelInvocationLoggingConfiguration", + "http":{ + "method":"GET", + "requestUri":"/logging/modelinvocations", + "responseCode":200 + }, + "input":{"shape":"GetModelInvocationLoggingConfigurationRequest"}, + "output":{"shape":"GetModelInvocationLoggingConfigurationResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Get the current configuration values for model invocation logging.
" + }, + "GetProvisionedModelThroughput":{ + "name":"GetProvisionedModelThroughput", + "http":{ + "method":"GET", + "requestUri":"/provisioned-model-throughput/{provisionedModelId}", + "responseCode":200 + }, + "input":{"shape":"GetProvisionedModelThroughputRequest"}, + "output":{"shape":"GetProvisionedModelThroughputResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns details for a Provisioned Throughput. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
" + }, + "ListCustomModels":{ + "name":"ListCustomModels", + "http":{ + "method":"GET", + "requestUri":"/custom-models", + "responseCode":200 + }, + "input":{"shape":"ListCustomModelsRequest"}, + "output":{"shape":"ListCustomModelsResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns a list of the custom models that you have created with the CreateModelCustomizationJob operation.
For more information, see Custom models in the Amazon Bedrock User Guide.
" + }, + "ListEvaluationJobs":{ + "name":"ListEvaluationJobs", + "http":{ + "method":"GET", + "requestUri":"/evaluation-jobs", + "responseCode":200 + }, + "input":{"shape":"ListEvaluationJobsRequest"}, + "output":{"shape":"ListEvaluationJobsResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Lists model evaluation jobs.
" + }, + "ListFoundationModels":{ + "name":"ListFoundationModels", + "http":{ + "method":"GET", + "requestUri":"/foundation-models", + "responseCode":200 + }, + "input":{"shape":"ListFoundationModelsRequest"}, + "output":{"shape":"ListFoundationModelsResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Lists Amazon Bedrock foundation models that you can use. You can filter the results with the request parameters. For more information, see Foundation models in the Amazon Bedrock User Guide.
" + }, + "ListGuardrails":{ + "name":"ListGuardrails", + "http":{ + "method":"GET", + "requestUri":"/guardrails", + "responseCode":200 + }, + "input":{"shape":"ListGuardrailsRequest"}, + "output":{"shape":"ListGuardrailsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Lists details about all the guardrails in an account. To list the DRAFT version of all your guardrails, don't specify the guardrailIdentifier field. To list all versions of a guardrail, specify the ARN of the guardrail in the guardrailIdentifier field.
You can set the maximum number of results to return in a response in the maxResults field. If there are more results than the number you set, the response returns a nextToken that you can send in another ListGuardrails request to see the next batch of results.
Returns a list of models you've imported. You can filter the results to return based on one or more criteria. For more information, see Import a customized model in the Amazon Bedrock User Guide.
" + }, + "ListInferenceProfiles":{ + "name":"ListInferenceProfiles", + "http":{ + "method":"GET", + "requestUri":"/inference-profiles", + "responseCode":200 + }, + "input":{"shape":"ListInferenceProfilesRequest"}, + "output":{"shape":"ListInferenceProfilesResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns a list of inference profiles that you can use.
" + }, + "ListModelCopyJobs":{ + "name":"ListModelCopyJobs", + "http":{ + "method":"GET", + "requestUri":"/model-copy-jobs", + "responseCode":200 + }, + "input":{"shape":"ListModelCopyJobsRequest"}, + "output":{"shape":"ListModelCopyJobsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns a list of model copy jobs that you have submitted. You can filter the jobs to return based on one or more criteria. For more information, see Copy models to be used in other regions in the Amazon Bedrock User Guide.
" + }, + "ListModelCustomizationJobs":{ + "name":"ListModelCustomizationJobs", + "http":{ + "method":"GET", + "requestUri":"/model-customization-jobs", + "responseCode":200 + }, + "input":{"shape":"ListModelCustomizationJobsRequest"}, + "output":{"shape":"ListModelCustomizationJobsResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns a list of model customization jobs that you have submitted. You can filter the jobs to return based on one or more criteria.
For more information, see Custom models in the Amazon Bedrock User Guide.
" + }, + "ListModelImportJobs":{ + "name":"ListModelImportJobs", + "http":{ + "method":"GET", + "requestUri":"/model-import-jobs", + "responseCode":200 + }, + "input":{"shape":"ListModelImportJobsRequest"}, + "output":{"shape":"ListModelImportJobsResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns a list of import jobs you've submitted. You can filter the results to return based on one or more criteria. For more information, see Import a customized model in the Amazon Bedrock User Guide.
" + }, + "ListModelInvocationJobs":{ + "name":"ListModelInvocationJobs", + "http":{ + "method":"GET", + "requestUri":"/model-invocation-jobs", + "responseCode":200 + }, + "input":{"shape":"ListModelInvocationJobsRequest"}, + "output":{"shape":"ListModelInvocationJobsResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Lists all batch inference jobs in the account. For more information, see View details about a batch inference job.
" + }, + "ListProvisionedModelThroughputs":{ + "name":"ListProvisionedModelThroughputs", + "http":{ + "method":"GET", + "requestUri":"/provisioned-model-throughputs", + "responseCode":200 + }, + "input":{"shape":"ListProvisionedModelThroughputsRequest"}, + "output":{"shape":"ListProvisionedModelThroughputsResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Lists the Provisioned Throughputs in the account. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"POST", + "requestUri":"/listTagsForResource", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"List the tags associated with the specified resource.
For more information, see Tagging resources in the Amazon Bedrock User Guide.
" + }, + "PutModelInvocationLoggingConfiguration":{ + "name":"PutModelInvocationLoggingConfiguration", + "http":{ + "method":"PUT", + "requestUri":"/logging/modelinvocations", + "responseCode":200 + }, + "input":{"shape":"PutModelInvocationLoggingConfigurationRequest"}, + "output":{"shape":"PutModelInvocationLoggingConfigurationResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Set the configuration values for model invocation logging.
", + "idempotent":true + }, + "StopEvaluationJob":{ + "name":"StopEvaluationJob", + "http":{ + "method":"POST", + "requestUri":"/evaluation-job/{jobIdentifier}/stop", + "responseCode":200 + }, + "input":{"shape":"StopEvaluationJobRequest"}, + "output":{"shape":"StopEvaluationJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Stops an in progress model evaluation job.
" + }, + "StopModelCustomizationJob":{ + "name":"StopModelCustomizationJob", + "http":{ + "method":"POST", + "requestUri":"/model-customization-jobs/{jobIdentifier}/stop", + "responseCode":200 + }, + "input":{"shape":"StopModelCustomizationJobRequest"}, + "output":{"shape":"StopModelCustomizationJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Stops an active model customization job. For more information, see Custom models in the Amazon Bedrock User Guide.
", + "idempotent":true + }, + "StopModelInvocationJob":{ + "name":"StopModelInvocationJob", + "http":{ + "method":"POST", + "requestUri":"/model-invocation-job/{jobIdentifier}/stop", + "responseCode":200 + }, + "input":{"shape":"StopModelInvocationJobRequest"}, + "output":{"shape":"StopModelInvocationJobResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Stops a batch inference job. You're only charged for tokens that were already processed. For more information, see Stop a batch inference job.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tagResource", + "responseCode":200 + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"TooManyTagsException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Associate tags with a resource. For more information, see Tagging resources in the Amazon Bedrock User Guide.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"POST", + "requestUri":"/untagResource", + "responseCode":200 + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Remove one or more tags from a resource. For more information, see Tagging resources in the Amazon Bedrock User Guide.
" + }, + "UpdateGuardrail":{ + "name":"UpdateGuardrail", + "http":{ + "method":"PUT", + "requestUri":"/guardrails/{guardrailIdentifier}", + "responseCode":202 + }, + "input":{"shape":"UpdateGuardrailRequest"}, + "output":{"shape":"UpdateGuardrailResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Updates a guardrail with the values you specify.
Specify a name and optional description.
Specify messages for when the guardrail successfully blocks a prompt or a model response in the blockedInputMessaging and blockedOutputsMessaging fields.
Specify topics for the guardrail to deny in the topicPolicyConfig object. Each GuardrailTopicConfig object in the topicsConfig list pertains to one topic.
Give a name and description so that the guardrail can properly identify the topic.
Specify DENY in the type field.
(Optional) Provide up to five prompts that you would categorize as belonging to the topic in the examples list.
Specify filter strengths for the harmful categories defined in Amazon Bedrock in the contentPolicyConfig object. Each GuardrailContentFilterConfig object in the filtersConfig list pertains to a harmful category. For more information, see Content filters. For more information about the fields in a content filter, see GuardrailContentFilterConfig.
Specify the category in the type field.
Specify the strength of the filter for prompts in the inputStrength field and for model responses in the strength field of the GuardrailContentFilterConfig.
(Optional) For security, include the ARN of a KMS key in the kmsKeyId field.
Updates the name or associated model for a Provisioned Throughput. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
", + "idempotent":true + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"The request is denied because of missing access permissions.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "AccountId":{ + "type":"string", + "pattern":"[0-9]{12}" + }, + "AutomatedEvaluationConfig":{ + "type":"structure", + "required":["datasetMetricConfigs"], + "members":{ + "datasetMetricConfigs":{ + "shape":"EvaluationDatasetMetricConfigs", + "documentation":"Specifies the required elements for an automatic model evaluation job.
" + } + }, + "documentation":"Use to specify a automatic model evaluation job. The EvaluationDatasetMetricConfig object is used to specify the prompt datasets, task type, and metric names.
The ARN of the model evaluation job being deleted.
" + }, + "code":{ + "shape":"String", + "documentation":"A HTTP status code of the model evaluation job being deleted.
" + }, + "message":{ + "shape":"String", + "documentation":"A status message about the model evaluation job deletion.
" + } + }, + "documentation":"A JSON array that provides the status of the model evaluation jobs being deleted.
" + }, + "BatchDeleteEvaluationJobErrors":{ + "type":"list", + "member":{"shape":"BatchDeleteEvaluationJobError"}, + "max":25, + "min":0 + }, + "BatchDeleteEvaluationJobItem":{ + "type":"structure", + "required":[ + "jobIdentifier", + "jobStatus" + ], + "members":{ + "jobIdentifier":{ + "shape":"EvaluationJobIdentifier", + "documentation":"The ARN of model evaluation job to be deleted.
" + }, + "jobStatus":{ + "shape":"EvaluationJobStatus", + "documentation":"The status of the job's deletion.
" + } + }, + "documentation":"An array of model evaluation jobs to be deleted, and their associated statuses.
" + }, + "BatchDeleteEvaluationJobItems":{ + "type":"list", + "member":{"shape":"BatchDeleteEvaluationJobItem"} + }, + "BatchDeleteEvaluationJobRequest":{ + "type":"structure", + "required":["jobIdentifiers"], + "members":{ + "jobIdentifiers":{ + "shape":"EvaluationJobIdentifiers", + "documentation":"An array of model evaluation job ARNs to be deleted.
" + } + } + }, + "BatchDeleteEvaluationJobResponse":{ + "type":"structure", + "required":[ + "errors", + "evaluationJobs" + ], + "members":{ + "errors":{ + "shape":"BatchDeleteEvaluationJobErrors", + "documentation":"A JSON object containing the HTTP status codes and the ARNs of model evaluation jobs that failed to be deleted.
" + }, + "evaluationJobs":{ + "shape":"BatchDeleteEvaluationJobItems", + "documentation":"The list of model evaluation jobs to be deleted.
" + } + } + }, + "BedrockModelId":{ + "type":"string", + "max":140, + "min":0, + "pattern":"[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}(/[a-z0-9]{12}|)" + }, + "Boolean":{ + "type":"boolean", + "box":true + }, + "BrandedName":{ + "type":"string", + "max":20, + "min":1, + "pattern":".*" + }, + "BucketName":{ + "type":"string", + "max":63, + "min":3 + }, + "CloudWatchConfig":{ + "type":"structure", + "required":[ + "logGroupName", + "roleArn" + ], + "members":{ + "logGroupName":{ + "shape":"LogGroupName", + "documentation":"The log group name.
" + }, + "roleArn":{ + "shape":"RoleArn", + "documentation":"The role Amazon Resource Name (ARN).
" + }, + "largeDataDeliveryS3Config":{ + "shape":"S3Config", + "documentation":"S3 configuration for delivering a large amount of data.
" + } + }, + "documentation":"CloudWatch logging configuration.
" + }, + "CommitmentDuration":{ + "type":"string", + "enum":[ + "OneMonth", + "SixMonths" + ] + }, + "ConflictException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"Error occurred because of a conflict while performing an operation.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "CreateEvaluationJobRequest":{ + "type":"structure", + "required":[ + "jobName", + "roleArn", + "evaluationConfig", + "inferenceConfig", + "outputDataConfig" + ], + "members":{ + "jobName":{ + "shape":"EvaluationJobName", + "documentation":"The name of the model evaluation job. Model evaluation job names must unique with your AWS account, and your account's AWS region.
" + }, + "jobDescription":{ + "shape":"EvaluationJobDescription", + "documentation":"A description of the model evaluation job.
" + }, + "clientRequestToken":{ + "shape":"IdempotencyToken", + "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
", + "idempotencyToken":true + }, + "roleArn":{ + "shape":"RoleArn", + "documentation":"The Amazon Resource Name (ARN) of an IAM service role that Amazon Bedrock can assume to perform tasks on your behalf. The service role must have Amazon Bedrock as the service principal, and provide access to any Amazon S3 buckets specified in the EvaluationConfig object. To pass this role to Amazon Bedrock, the caller of this API must have the iam:PassRole permission. To learn more about the required permissions, see Required permissions.
Specify your customer managed key ARN that will be used to encrypt your model evaluation job.
" + }, + "jobTags":{ + "shape":"TagList", + "documentation":"Tags to attach to the model evaluation job.
" + }, + "evaluationConfig":{ + "shape":"EvaluationConfig", + "documentation":"Specifies whether the model evaluation job is automatic or uses human worker.
" + }, + "inferenceConfig":{ + "shape":"EvaluationInferenceConfig", + "documentation":"Specify the models you want to use in your model evaluation job. Automatic model evaluation jobs support a single model or inference profile, and model evaluation job that use human workers support two models or inference profiles.
" + }, + "outputDataConfig":{ + "shape":"EvaluationOutputDataConfig", + "documentation":"An object that defines where the results of model evaluation job will be saved in Amazon S3.
" + } + } + }, + "CreateEvaluationJobResponse":{ + "type":"structure", + "required":["jobArn"], + "members":{ + "jobArn":{ + "shape":"EvaluationJobArn", + "documentation":"The ARN of the model evaluation job.
" + } + } + }, + "CreateGuardrailRequest":{ + "type":"structure", + "required":[ + "name", + "blockedInputMessaging", + "blockedOutputsMessaging" + ], + "members":{ + "name":{ + "shape":"GuardrailName", + "documentation":"The name to give the guardrail.
" + }, + "description":{ + "shape":"GuardrailDescription", + "documentation":"A description of the guardrail.
" + }, + "topicPolicyConfig":{ + "shape":"GuardrailTopicPolicyConfig", + "documentation":"The topic policies to configure for the guardrail.
" + }, + "contentPolicyConfig":{ + "shape":"GuardrailContentPolicyConfig", + "documentation":"The content filter policies to configure for the guardrail.
" + }, + "wordPolicyConfig":{ + "shape":"GuardrailWordPolicyConfig", + "documentation":"The word policy you configure for the guardrail.
" + }, + "sensitiveInformationPolicyConfig":{ + "shape":"GuardrailSensitiveInformationPolicyConfig", + "documentation":"The sensitive information policy to configure for the guardrail.
" + }, + "contextualGroundingPolicyConfig":{ + "shape":"GuardrailContextualGroundingPolicyConfig", + "documentation":"The contextual grounding policy configuration used to create a guardrail.
" + }, + "blockedInputMessaging":{ + "shape":"GuardrailBlockedMessaging", + "documentation":"The message to return when the guardrail blocks a prompt.
" + }, + "blockedOutputsMessaging":{ + "shape":"GuardrailBlockedMessaging", + "documentation":"The message to return when the guardrail blocks a model response.
" + }, + "kmsKeyId":{ + "shape":"KmsKeyId", + "documentation":"The ARN of the KMS key that you use to encrypt the guardrail.
" + }, + "tags":{ + "shape":"TagList", + "documentation":"The tags that you want to attach to the guardrail.
" + }, + "clientRequestToken":{ + "shape":"IdempotencyToken", + "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than once. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency in the Amazon S3 User Guide.
", + "idempotencyToken":true + } + } + }, + "CreateGuardrailResponse":{ + "type":"structure", + "required":[ + "guardrailId", + "guardrailArn", + "version", + "createdAt" + ], + "members":{ + "guardrailId":{ + "shape":"GuardrailId", + "documentation":"The unique identifier of the guardrail that was created.
" + }, + "guardrailArn":{ + "shape":"GuardrailArn", + "documentation":"The ARN of the guardrail.
" + }, + "version":{ + "shape":"GuardrailDraftVersion", + "documentation":"The version of the guardrail that was created. This value will always be DRAFT.
The time at which the guardrail was created.
" + } + } + }, + "CreateGuardrailVersionRequest":{ + "type":"structure", + "required":["guardrailIdentifier"], + "members":{ + "guardrailIdentifier":{ + "shape":"GuardrailIdentifier", + "documentation":"The unique identifier of the guardrail. This can be an ID or the ARN.
", + "location":"uri", + "locationName":"guardrailIdentifier" + }, + "description":{ + "shape":"GuardrailDescription", + "documentation":"A description of the guardrail version.
" + }, + "clientRequestToken":{ + "shape":"IdempotencyToken", + "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than once. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency in the Amazon S3 User Guide.
", + "idempotencyToken":true + } + } + }, + "CreateGuardrailVersionResponse":{ + "type":"structure", + "required":[ + "guardrailId", + "version" + ], + "members":{ + "guardrailId":{ + "shape":"GuardrailId", + "documentation":"The unique identifier of the guardrail.
" + }, + "version":{ + "shape":"GuardrailNumericalVersion", + "documentation":"The number of the version of the guardrail.
" + } + } + }, + "CreateModelCopyJobRequest":{ + "type":"structure", + "required":[ + "sourceModelArn", + "targetModelName" + ], + "members":{ + "sourceModelArn":{ + "shape":"ModelArn", + "documentation":"The Amazon Resource Name (ARN) of the model to be copied.
" + }, + "targetModelName":{ + "shape":"CustomModelName", + "documentation":"A name for the copied model.
" + }, + "modelKmsKeyId":{ + "shape":"KmsKeyId", + "documentation":"The ARN of the KMS key that you use to encrypt the model copy.
" + }, + "targetModelTags":{ + "shape":"TagList", + "documentation":"Tags to associate with the target model. For more information, see Tag resources in the Amazon Bedrock User Guide.
" + }, + "clientRequestToken":{ + "shape":"IdempotencyToken", + "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
", + "idempotencyToken":true + } + } + }, + "CreateModelCopyJobResponse":{ + "type":"structure", + "required":["jobArn"], + "members":{ + "jobArn":{ + "shape":"ModelCopyJobArn", + "documentation":"The Amazon Resource Name (ARN) of the model copy job.
" + } + } + }, + "CreateModelCustomizationJobRequest":{ + "type":"structure", + "required":[ + "jobName", + "customModelName", + "roleArn", + "baseModelIdentifier", + "trainingDataConfig", + "outputDataConfig", + "hyperParameters" + ], + "members":{ + "jobName":{ + "shape":"JobName", + "documentation":"A name for the fine-tuning job.
" + }, + "customModelName":{ + "shape":"CustomModelName", + "documentation":"A name for the resulting custom model.
" + }, + "roleArn":{ + "shape":"RoleArn", + "documentation":"The Amazon Resource Name (ARN) of an IAM service role that Amazon Bedrock can assume to perform tasks on your behalf. For example, during model training, Amazon Bedrock needs your permission to read input data from an S3 bucket, write model artifacts to an S3 bucket. To pass this role to Amazon Bedrock, the caller of this API must have the iam:PassRole permission.
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
", + "idempotencyToken":true + }, + "baseModelIdentifier":{ + "shape":"BaseModelIdentifier", + "documentation":"Name of the base model.
" + }, + "customizationType":{ + "shape":"CustomizationType", + "documentation":"The customization type.
" + }, + "customModelKmsKeyId":{ + "shape":"KmsKeyId", + "documentation":"The custom model is encrypted at rest using this key.
" + }, + "jobTags":{ + "shape":"TagList", + "documentation":"Tags to attach to the job.
" + }, + "customModelTags":{ + "shape":"TagList", + "documentation":"Tags to attach to the resulting custom model.
" + }, + "trainingDataConfig":{ + "shape":"TrainingDataConfig", + "documentation":"Information about the training dataset.
" + }, + "validationDataConfig":{ + "shape":"ValidationDataConfig", + "documentation":"Information about the validation dataset.
" + }, + "outputDataConfig":{ + "shape":"OutputDataConfig", + "documentation":"S3 location for the output data.
" + }, + "hyperParameters":{ + "shape":"ModelCustomizationHyperParameters", + "documentation":"Parameters related to tuning the model. For details on the format for different models, see Custom model hyperparameters.
" + }, + "vpcConfig":{ + "shape":"VpcConfig", + "documentation":"The configuration of the Virtual Private Cloud (VPC) that contains the resources that you're using for this job. For more information, see Protect your model customization jobs using a VPC.
" + } + } + }, + "CreateModelCustomizationJobResponse":{ + "type":"structure", + "required":["jobArn"], + "members":{ + "jobArn":{ + "shape":"ModelCustomizationJobArn", + "documentation":"Amazon Resource Name (ARN) of the fine tuning job
" + } + } + }, + "CreateModelImportJobRequest":{ + "type":"structure", + "required":[ + "jobName", + "importedModelName", + "roleArn", + "modelDataSource" + ], + "members":{ + "jobName":{ + "shape":"JobName", + "documentation":"The name of the import job.
" + }, + "importedModelName":{ + "shape":"ImportedModelName", + "documentation":"The name of the imported model.
" + }, + "roleArn":{ + "shape":"RoleArn", + "documentation":"The Amazon Resource Name (ARN) of the model import job.
" + }, + "modelDataSource":{ + "shape":"ModelDataSource", + "documentation":"The data source for the imported model.
" + }, + "jobTags":{ + "shape":"TagList", + "documentation":"Tags to attach to this import job.
" + }, + "importedModelTags":{ + "shape":"TagList", + "documentation":"Tags to attach to the imported model.
" + }, + "clientRequestToken":{ + "shape":"IdempotencyToken", + "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
" + }, + "vpcConfig":{ + "shape":"VpcConfig", + "documentation":"VPC configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for the import job.
" + }, + "importedModelKmsKeyId":{ + "shape":"KmsKeyId", + "documentation":"The imported model is encrypted at rest using this key.
" + } + } + }, + "CreateModelImportJobResponse":{ + "type":"structure", + "required":["jobArn"], + "members":{ + "jobArn":{ + "shape":"ModelImportJobArn", + "documentation":"The Amazon Resource Name (ARN) of the model import job.
" + } + } + }, + "CreateModelInvocationJobRequest":{ + "type":"structure", + "required":[ + "jobName", + "roleArn", + "modelId", + "inputDataConfig", + "outputDataConfig" + ], + "members":{ + "jobName":{ + "shape":"ModelInvocationJobName", + "documentation":"A name to give the batch inference job.
" + }, + "roleArn":{ + "shape":"RoleArn", + "documentation":"The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. You can use the console to create a default service role or follow the steps at Create a service role for batch inference.
" + }, + "clientRequestToken":{ + "shape":"ModelInvocationIdempotencyToken", + "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
", + "idempotencyToken":true + }, + "modelId":{ + "shape":"ModelId", + "documentation":"The unique identifier of the foundation model to use for the batch inference job.
" + }, + "inputDataConfig":{ + "shape":"ModelInvocationJobInputDataConfig", + "documentation":"Details about the location of the input to the batch inference job.
" + }, + "outputDataConfig":{ + "shape":"ModelInvocationJobOutputDataConfig", + "documentation":"Details about the location of the output of the batch inference job.
" + }, + "vpcConfig":{ + "shape":"VpcConfig", + "documentation":"The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see Protect batch inference jobs using a VPC.
" + }, + "timeoutDurationInHours":{ + "shape":"ModelInvocationJobTimeoutDurationInHours", + "documentation":"The number of hours after which to force the batch inference job to time out.
" + }, + "tags":{ + "shape":"TagList", + "documentation":"Any tags to associate with the batch inference job. For more information, see Tagging Amazon Bedrock resources.
" + } + } + }, + "CreateModelInvocationJobResponse":{ + "type":"structure", + "required":["jobArn"], + "members":{ + "jobArn":{ + "shape":"ModelInvocationJobArn", + "documentation":"The Amazon Resource Name (ARN) of the batch inference job.
" + } + } + }, + "CreateProvisionedModelThroughputRequest":{ + "type":"structure", + "required":[ + "modelUnits", + "provisionedModelName", + "modelId" + ], + "members":{ + "clientRequestToken":{ + "shape":"IdempotencyToken", + "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency in the Amazon S3 User Guide.
", + "idempotencyToken":true + }, + "modelUnits":{ + "shape":"PositiveInteger", + "documentation":"Number of model units to allocate. A model unit delivers a specific throughput level for the specified model. The throughput level of a model unit specifies the total number of input and output tokens that it can process and generate within a span of one minute. By default, your account has no model units for purchasing Provisioned Throughputs with commitment. You must first visit the Amazon Web Services support center to request MUs.
For model unit quotas, see Provisioned Throughput quotas in the Amazon Bedrock User Guide.
For more information about what an MU specifies, contact your Amazon Web Services account manager.
" + }, + "provisionedModelName":{ + "shape":"ProvisionedModelName", + "documentation":"The name for this Provisioned Throughput.
" + }, + "modelId":{ + "shape":"ModelIdentifier", + "documentation":"The Amazon Resource Name (ARN) or name of the model to associate with this Provisioned Throughput. For a list of models for which you can purchase Provisioned Throughput, see Amazon Bedrock model IDs for purchasing Provisioned Throughput in the Amazon Bedrock User Guide.
" + }, + "commitmentDuration":{ + "shape":"CommitmentDuration", + "documentation":"The commitment duration requested for the Provisioned Throughput. Billing occurs hourly and is discounted for longer commitment terms. To request a no-commit Provisioned Throughput, omit this field.
Custom models support all levels of commitment. To see which base models support no commitment, see Supported regions and models for Provisioned Throughput in the Amazon Bedrock User Guide
" + }, + "tags":{ + "shape":"TagList", + "documentation":"Tags to associate with this Provisioned Throughput.
" + } + } + }, + "CreateProvisionedModelThroughputResponse":{ + "type":"structure", + "required":["provisionedModelArn"], + "members":{ + "provisionedModelArn":{ + "shape":"ProvisionedModelArn", + "documentation":"The Amazon Resource Name (ARN) for this Provisioned Throughput.
" + } + } + }, + "CustomModelArn":{ + "type":"string", + "max":1011, + "min":20, + "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}/[a-z0-9]{12}" + }, + "CustomModelName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"([0-9a-zA-Z][_-]?){1,63}" + }, + "CustomModelSummary":{ + "type":"structure", + "required":[ + "modelArn", + "modelName", + "creationTime", + "baseModelArn", + "baseModelName" + ], + "members":{ + "modelArn":{ + "shape":"CustomModelArn", + "documentation":"The Amazon Resource Name (ARN) of the custom model.
" + }, + "modelName":{ + "shape":"CustomModelName", + "documentation":"The name of the custom model.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"Creation time of the model.
" + }, + "baseModelArn":{ + "shape":"ModelArn", + "documentation":"The base model Amazon Resource Name (ARN).
" + }, + "baseModelName":{ + "shape":"ModelName", + "documentation":"The base model name.
" + }, + "customizationType":{ + "shape":"CustomizationType", + "documentation":"Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
" + }, + "ownerAccountId":{ + "shape":"AccountId", + "documentation":"The unique identifier of the account that owns the model.
" + } + }, + "documentation":"Summary information for a custom model.
" + }, + "CustomModelSummaryList":{ + "type":"list", + "member":{"shape":"CustomModelSummary"} + }, + "CustomizationType":{ + "type":"string", + "enum":[ + "FINE_TUNING", + "CONTINUED_PRE_TRAINING" + ] + }, + "DeleteCustomModelRequest":{ + "type":"structure", + "required":["modelIdentifier"], + "members":{ + "modelIdentifier":{ + "shape":"ModelIdentifier", + "documentation":"Name of the model to delete.
", + "location":"uri", + "locationName":"modelIdentifier" + } + } + }, + "DeleteCustomModelResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteGuardrailRequest":{ + "type":"structure", + "required":["guardrailIdentifier"], + "members":{ + "guardrailIdentifier":{ + "shape":"GuardrailIdentifier", + "documentation":"The unique identifier of the guardrail. This can be an ID or the ARN.
", + "location":"uri", + "locationName":"guardrailIdentifier" + }, + "guardrailVersion":{ + "shape":"GuardrailNumericalVersion", + "documentation":"The version of the guardrail.
", + "location":"querystring", + "locationName":"guardrailVersion" + } + } + }, + "DeleteGuardrailResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteImportedModelRequest":{ + "type":"structure", + "required":["modelIdentifier"], + "members":{ + "modelIdentifier":{ + "shape":"ImportedModelIdentifier", + "documentation":"Name of the imported model to delete.
", + "location":"uri", + "locationName":"modelIdentifier" + } + } + }, + "DeleteImportedModelResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteModelInvocationLoggingConfigurationRequest":{ + "type":"structure", + "members":{ + } + }, + "DeleteModelInvocationLoggingConfigurationResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteProvisionedModelThroughputRequest":{ + "type":"structure", + "required":["provisionedModelId"], + "members":{ + "provisionedModelId":{ + "shape":"ProvisionedModelId", + "documentation":"The Amazon Resource Name (ARN) or name of the Provisioned Throughput.
", + "location":"uri", + "locationName":"provisionedModelId" + } + } + }, + "DeleteProvisionedModelThroughputResponse":{ + "type":"structure", + "members":{ + } + }, + "ErrorMessage":{ + "type":"string", + "max":2048, + "min":0 + }, + "ErrorMessages":{ + "type":"list", + "member":{"shape":"ErrorMessage"}, + "max":20, + "min":0 + }, + "EvaluationBedrockModel":{ + "type":"structure", + "required":[ + "modelIdentifier", + "inferenceParams" + ], + "members":{ + "modelIdentifier":{ + "shape":"EvaluationModelIdentifier", + "documentation":"The ARN of the Amazon Bedrock model or inference profile specified.
" + }, + "inferenceParams":{ + "shape":"EvaluationModelInferenceParams", + "documentation":"Each Amazon Bedrock support different inference parameters that change how the model behaves during inference.
" + } + }, + "documentation":"Contains the ARN of the Amazon Bedrock model or inference profile specified in your model evaluation job. Each Amazon Bedrock model supports different inferenceParams. To learn more about supported inference parameters for Amazon Bedrock models, see Inference parameters for foundation models.
The inferenceParams are specified using JSON. To successfully insert JSON as string make sure that all quotations are properly escaped. For example, \"temperature\":\"0.25\" key value pair would need to be formatted as \\\"temperature\\\":\\\"0.25\\\" to successfully accepted in the request.
Used to specify an automated model evaluation job. See AutomatedEvaluationConfig to view the required parameters.
Used to specify a model evaluation job that uses human workers.See HumanEvaluationConfig to view the required parameters.
Used to specify either a AutomatedEvaluationConfig or HumanEvaluationConfig object.
Used to specify supported built-in prompt datasets. Valid values are Builtin.Bold, Builtin.BoolQ, Builtin.NaturalQuestions, Builtin.Gigaword, Builtin.RealToxicityPrompts, Builtin.TriviaQA, Builtin.T-Rex, Builtin.WomensEcommerceClothingReviews and Builtin.Wikitext2.
For custom prompt datasets, you must specify the location in Amazon S3 where the prompt dataset is saved.
" + } + }, + "documentation":"Used to specify the name of a built-in prompt dataset and optionally, the Amazon S3 bucket where a custom prompt dataset is saved.
" + }, + "EvaluationDatasetLocation":{ + "type":"structure", + "members":{ + "s3Uri":{ + "shape":"S3Uri", + "documentation":"The S3 URI of the S3 bucket specified in the job.
" + } + }, + "documentation":"The location in Amazon S3 where your prompt dataset is stored.
", + "union":true + }, + "EvaluationDatasetMetricConfig":{ + "type":"structure", + "required":[ + "taskType", + "dataset", + "metricNames" + ], + "members":{ + "taskType":{ + "shape":"EvaluationTaskType", + "documentation":"The task type you want the model to carry out.
" + }, + "dataset":{ + "shape":"EvaluationDataset", + "documentation":"Specifies the prompt dataset.
" + }, + "metricNames":{ + "shape":"EvaluationMetricNames", + "documentation":"The names of the metrics used. For automated model evaluation jobs valid values are \"Builtin.Accuracy\", \"Builtin.Robustness\", and \"Builtin.Toxicity\". In human-based model evaluation jobs the array of strings must match the name parameter specified in HumanEvaluationCustomMetric.
Defines the built-in prompt datasets, built-in metric names and custom metric names, and the task type.
" + }, + "EvaluationDatasetMetricConfigs":{ + "type":"list", + "member":{"shape":"EvaluationDatasetMetricConfig"}, + "max":5, + "min":1 + }, + "EvaluationDatasetName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"[0-9a-zA-Z-_.]+", + "sensitive":true + }, + "EvaluationInferenceConfig":{ + "type":"structure", + "members":{ + "models":{ + "shape":"EvaluationModelConfigs", + "documentation":"Used to specify the models.
" + } + }, + "documentation":"Used to define the models you want used in your model evaluation job. Automated model evaluation jobs support only a single model. In a human-based model evaluation job, your annotator can compare the responses for up to two different models.
", + "union":true + }, + "EvaluationJobArn":{ + "type":"string", + "max":1011, + "min":0, + "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:evaluation-job/[a-z0-9]{12}" + }, + "EvaluationJobDescription":{ + "type":"string", + "max":200, + "min":1, + "pattern":".+", + "sensitive":true + }, + "EvaluationJobIdentifier":{ + "type":"string", + "max":1011, + "min":0, + "pattern":"(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:evaluation-job/[a-z0-9]{12})", + "sensitive":true + }, + "EvaluationJobIdentifiers":{ + "type":"list", + "member":{"shape":"EvaluationJobIdentifier"}, + "max":25, + "min":1 + }, + "EvaluationJobName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"[a-z0-9](-*[a-z0-9]){0,62}" + }, + "EvaluationJobStatus":{ + "type":"string", + "enum":[ + "InProgress", + "Completed", + "Failed", + "Stopping", + "Stopped", + "Deleting" + ] + }, + "EvaluationJobType":{ + "type":"string", + "enum":[ + "Human", + "Automated" + ] + }, + "EvaluationMetricDescription":{ + "type":"string", + "max":63, + "min":1, + "pattern":".+", + "sensitive":true + }, + "EvaluationMetricName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"[0-9a-zA-Z-_.]+", + "sensitive":true + }, + "EvaluationMetricNames":{ + "type":"list", + "member":{"shape":"EvaluationMetricName"}, + "max":10, + "min":1 + }, + "EvaluationModelConfig":{ + "type":"structure", + "members":{ + "bedrockModel":{ + "shape":"EvaluationBedrockModel", + "documentation":"Defines the Amazon Bedrock model or inference profile and inference parameters you want used.
" + } + }, + "documentation":"Defines the models used in the model evaluation job.
", + "union":true + }, + "EvaluationModelConfigs":{ + "type":"list", + "member":{"shape":"EvaluationModelConfig"}, + "max":2, + "min":1 + }, + "EvaluationModelIdentifier":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:((:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})|([0-9]{12}:inference-profile/(([a-z]{2}.)[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63})))))|(([a-z]{2}[.]{1})([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))" + }, + "EvaluationModelIdentifiers":{ + "type":"list", + "member":{"shape":"EvaluationModelIdentifier"}, + "max":2, + "min":1 + }, + "EvaluationModelInferenceParams":{ + "type":"string", + "max":1023, + "min":1, + "sensitive":true + }, + "EvaluationOutputDataConfig":{ + "type":"structure", + "required":["s3Uri"], + "members":{ + "s3Uri":{ + "shape":"S3Uri", + "documentation":"The Amazon S3 URI where the results of model evaluation job are saved.
" + } + }, + "documentation":"The Amazon S3 location where the results of your model evaluation job are saved.
" + }, + "EvaluationRatingMethod":{ + "type":"string", + "max":100, + "min":1, + "pattern":"[0-9a-zA-Z-_]+" + }, + "EvaluationSummaries":{ + "type":"list", + "member":{"shape":"EvaluationSummary"}, + "max":5, + "min":1 + }, + "EvaluationSummary":{ + "type":"structure", + "required":[ + "jobArn", + "jobName", + "status", + "creationTime", + "jobType", + "evaluationTaskTypes", + "modelIdentifiers" + ], + "members":{ + "jobArn":{ + "shape":"EvaluationJobArn", + "documentation":"The Amazon Resource Name (ARN) of the model evaluation job.
" + }, + "jobName":{ + "shape":"EvaluationJobName", + "documentation":"The name of the model evaluation job.
" + }, + "status":{ + "shape":"EvaluationJobStatus", + "documentation":"The current status of the model evaluation job.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"When the model evaluation job was created.
" + }, + "jobType":{ + "shape":"EvaluationJobType", + "documentation":"The type, either human or automatic, of model evaluation job.
" + }, + "evaluationTaskTypes":{ + "shape":"EvaluationTaskTypes", + "documentation":"What task type was used in the model evaluation job.
" + }, + "modelIdentifiers":{ + "shape":"EvaluationModelIdentifiers", + "documentation":"The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.
" + } + }, + "documentation":"A summary of the model evaluation job.
" + }, + "EvaluationTaskType":{ + "type":"string", + "enum":[ + "Summarization", + "Classification", + "QuestionAndAnswer", + "Generation", + "Custom" + ], + "max":63, + "min":1, + "pattern":"[A-Za-z0-9]+" + }, + "EvaluationTaskTypes":{ + "type":"list", + "member":{"shape":"EvaluationTaskType"}, + "max":5, + "min":1 + }, + "FineTuningJobStatus":{ + "type":"string", + "enum":[ + "InProgress", + "Completed", + "Failed", + "Stopping", + "Stopped" + ] + }, + "FoundationModelArn":{ + "type":"string", + "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model/[a-z0-9-]{1,63}[.]{1}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}" + }, + "FoundationModelDetails":{ + "type":"structure", + "required":[ + "modelArn", + "modelId" + ], + "members":{ + "modelArn":{ + "shape":"FoundationModelArn", + "documentation":"The model Amazon Resource Name (ARN).
" + }, + "modelId":{ + "shape":"BedrockModelId", + "documentation":"The model identifier.
" + }, + "modelName":{ + "shape":"BrandedName", + "documentation":"The model name.
" + }, + "providerName":{ + "shape":"BrandedName", + "documentation":"The model's provider name.
" + }, + "inputModalities":{ + "shape":"ModelModalityList", + "documentation":"The input modalities that the model supports.
" + }, + "outputModalities":{ + "shape":"ModelModalityList", + "documentation":"The output modalities that the model supports.
" + }, + "responseStreamingSupported":{ + "shape":"Boolean", + "documentation":"Indicates whether the model supports streaming.
" + }, + "customizationsSupported":{ + "shape":"ModelCustomizationList", + "documentation":"The customization that the model supports.
" + }, + "inferenceTypesSupported":{ + "shape":"InferenceTypeList", + "documentation":"The inference types that the model supports.
" + }, + "modelLifecycle":{ + "shape":"FoundationModelLifecycle", + "documentation":"Contains details about whether a model version is available or deprecated
" + } + }, + "documentation":"Information about a foundation model.
" + }, + "FoundationModelLifecycle":{ + "type":"structure", + "required":["status"], + "members":{ + "status":{ + "shape":"FoundationModelLifecycleStatus", + "documentation":"Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.
Details about whether a model version is available or deprecated.
" + }, + "FoundationModelLifecycleStatus":{ + "type":"string", + "enum":[ + "ACTIVE", + "LEGACY" + ] + }, + "FoundationModelSummary":{ + "type":"structure", + "required":[ + "modelArn", + "modelId" + ], + "members":{ + "modelArn":{ + "shape":"FoundationModelArn", + "documentation":"The Amazon Resource Name (ARN) of the foundation model.
" + }, + "modelId":{ + "shape":"BedrockModelId", + "documentation":"The model ID of the foundation model.
" + }, + "modelName":{ + "shape":"BrandedName", + "documentation":"The name of the model.
" + }, + "providerName":{ + "shape":"BrandedName", + "documentation":"The model's provider name.
" + }, + "inputModalities":{ + "shape":"ModelModalityList", + "documentation":"The input modalities that the model supports.
" + }, + "outputModalities":{ + "shape":"ModelModalityList", + "documentation":"The output modalities that the model supports.
" + }, + "responseStreamingSupported":{ + "shape":"Boolean", + "documentation":"Indicates whether the model supports streaming.
" + }, + "customizationsSupported":{ + "shape":"ModelCustomizationList", + "documentation":"Whether the model supports fine-tuning or continual pre-training.
" + }, + "inferenceTypesSupported":{ + "shape":"InferenceTypeList", + "documentation":"The inference types that the model supports.
" + }, + "modelLifecycle":{ + "shape":"FoundationModelLifecycle", + "documentation":"Contains details about whether a model version is available or deprecated.
" + } + }, + "documentation":"Summary information for a foundation model.
" + }, + "FoundationModelSummaryList":{ + "type":"list", + "member":{"shape":"FoundationModelSummary"} + }, + "GetCustomModelRequest":{ + "type":"structure", + "required":["modelIdentifier"], + "members":{ + "modelIdentifier":{ + "shape":"ModelIdentifier", + "documentation":"Name or Amazon Resource Name (ARN) of the custom model.
", + "location":"uri", + "locationName":"modelIdentifier" + } + } + }, + "GetCustomModelResponse":{ + "type":"structure", + "required":[ + "modelArn", + "modelName", + "jobArn", + "baseModelArn", + "trainingDataConfig", + "outputDataConfig", + "creationTime" + ], + "members":{ + "modelArn":{ + "shape":"ModelArn", + "documentation":"Amazon Resource Name (ARN) associated with this model.
" + }, + "modelName":{ + "shape":"CustomModelName", + "documentation":"Model name associated with this model.
" + }, + "jobName":{ + "shape":"JobName", + "documentation":"Job name associated with this model.
" + }, + "jobArn":{ + "shape":"ModelCustomizationJobArn", + "documentation":"Job Amazon Resource Name (ARN) associated with this model.
" + }, + "baseModelArn":{ + "shape":"ModelArn", + "documentation":"Amazon Resource Name (ARN) of the base model.
" + }, + "customizationType":{ + "shape":"CustomizationType", + "documentation":"The type of model customization.
" + }, + "modelKmsKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The custom model is encrypted at rest using this key.
" + }, + "hyperParameters":{ + "shape":"ModelCustomizationHyperParameters", + "documentation":"Hyperparameter values associated with this model. For details on the format for different models, see Custom model hyperparameters.
" + }, + "trainingDataConfig":{ + "shape":"TrainingDataConfig", + "documentation":"Contains information about the training dataset.
" + }, + "validationDataConfig":{ + "shape":"ValidationDataConfig", + "documentation":"Contains information about the validation dataset.
" + }, + "outputDataConfig":{ + "shape":"OutputDataConfig", + "documentation":"Output data configuration associated with this custom model.
" + }, + "trainingMetrics":{ + "shape":"TrainingMetrics", + "documentation":"Contains training metrics from the job creation.
" + }, + "validationMetrics":{ + "shape":"ValidationMetrics", + "documentation":"The validation metrics from the job creation.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"Creation time of the model.
" + } + } + }, + "GetEvaluationJobRequest":{ + "type":"structure", + "required":["jobIdentifier"], + "members":{ + "jobIdentifier":{ + "shape":"EvaluationJobIdentifier", + "documentation":"The Amazon Resource Name (ARN) of the model evaluation job.
", + "location":"uri", + "locationName":"jobIdentifier" + } + } + }, + "GetEvaluationJobResponse":{ + "type":"structure", + "required":[ + "jobName", + "status", + "jobArn", + "roleArn", + "jobType", + "evaluationConfig", + "inferenceConfig", + "outputDataConfig", + "creationTime" + ], + "members":{ + "jobName":{ + "shape":"EvaluationJobName", + "documentation":"The name of the model evaluation job.
" + }, + "status":{ + "shape":"EvaluationJobStatus", + "documentation":"The status of the model evaluation job.
" + }, + "jobArn":{ + "shape":"EvaluationJobArn", + "documentation":"The Amazon Resource Name (ARN) of the model evaluation job.
" + }, + "jobDescription":{ + "shape":"EvaluationJobDescription", + "documentation":"The description of the model evaluation job.
" + }, + "roleArn":{ + "shape":"RoleArn", + "documentation":"The Amazon Resource Name (ARN) of the IAM service role used in the model evaluation job.
" + }, + "customerEncryptionKeyId":{ + "shape":"KmsKeyId", + "documentation":"The Amazon Resource Name (ARN) of the customer managed key specified when the model evaluation job was created.
" + }, + "jobType":{ + "shape":"EvaluationJobType", + "documentation":"The type of model evaluation job.
" + }, + "evaluationConfig":{ + "shape":"EvaluationConfig", + "documentation":"Contains details about the type of model evaluation job, the metrics used, the task type selected, the datasets used, and any custom metrics you defined.
" + }, + "inferenceConfig":{ + "shape":"EvaluationInferenceConfig", + "documentation":"Details about the models you specified in your model evaluation job.
" + }, + "outputDataConfig":{ + "shape":"EvaluationOutputDataConfig", + "documentation":"Amazon S3 location for where output data is saved.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"When the model evaluation job was created.
" + }, + "lastModifiedTime":{ + "shape":"Timestamp", + "documentation":"When the model evaluation job was last modified.
" + }, + "failureMessages":{ + "shape":"ErrorMessages", + "documentation":"An array of strings the specify why the model evaluation job has failed.
" + } + } + }, + "GetFoundationModelRequest":{ + "type":"structure", + "required":["modelIdentifier"], + "members":{ + "modelIdentifier":{ + "shape":"ModelIdentifier", + "documentation":"The model identifier.
", + "location":"uri", + "locationName":"modelIdentifier" + } + } + }, + "GetFoundationModelResponse":{ + "type":"structure", + "members":{ + "modelDetails":{ + "shape":"FoundationModelDetails", + "documentation":"Information about the foundation model.
" + } + } + }, + "GetGuardrailRequest":{ + "type":"structure", + "required":["guardrailIdentifier"], + "members":{ + "guardrailIdentifier":{ + "shape":"GuardrailIdentifier", + "documentation":"The unique identifier of the guardrail for which to get details. This can be an ID or the ARN.
", + "location":"uri", + "locationName":"guardrailIdentifier" + }, + "guardrailVersion":{ + "shape":"GuardrailVersion", + "documentation":"The version of the guardrail for which to get details. If you don't specify a version, the response returns details for the DRAFT version.
The name of the guardrail.
" + }, + "description":{ + "shape":"GuardrailDescription", + "documentation":"The description of the guardrail.
" + }, + "guardrailId":{ + "shape":"GuardrailId", + "documentation":"The unique identifier of the guardrail.
" + }, + "guardrailArn":{ + "shape":"GuardrailArn", + "documentation":"The ARN of the guardrail.
" + }, + "version":{ + "shape":"GuardrailVersion", + "documentation":"The version of the guardrail.
" + }, + "status":{ + "shape":"GuardrailStatus", + "documentation":"The status of the guardrail.
" + }, + "topicPolicy":{ + "shape":"GuardrailTopicPolicy", + "documentation":"The topic policy that was configured for the guardrail.
" + }, + "contentPolicy":{ + "shape":"GuardrailContentPolicy", + "documentation":"The content policy that was configured for the guardrail.
" + }, + "wordPolicy":{ + "shape":"GuardrailWordPolicy", + "documentation":"The word policy that was configured for the guardrail.
" + }, + "sensitiveInformationPolicy":{ + "shape":"GuardrailSensitiveInformationPolicy", + "documentation":"The sensitive information policy that was configured for the guardrail.
" + }, + "contextualGroundingPolicy":{ + "shape":"GuardrailContextualGroundingPolicy", + "documentation":"The contextual grounding policy used in the guardrail.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time at which the guardrail was created.
" + }, + "updatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time at which the guardrail was updated.
" + }, + "statusReasons":{ + "shape":"GuardrailStatusReasons", + "documentation":"Appears if the status is FAILED. A list of reasons for why the guardrail failed to be created, updated, versioned, or deleted.
Appears if the status of the guardrail is FAILED. A list of recommendations to carry out before retrying the request.
The message that the guardrail returns when it blocks a prompt.
" + }, + "blockedOutputsMessaging":{ + "shape":"GuardrailBlockedMessaging", + "documentation":"The message that the guardrail returns when it blocks a model response.
" + }, + "kmsKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The ARN of the KMS key that encrypts the guardrail.
" + } + } + }, + "GetImportedModelRequest":{ + "type":"structure", + "required":["modelIdentifier"], + "members":{ + "modelIdentifier":{ + "shape":"ImportedModelIdentifier", + "documentation":"Name or Amazon Resource Name (ARN) of the imported model.
", + "location":"uri", + "locationName":"modelIdentifier" + } + } + }, + "GetImportedModelResponse":{ + "type":"structure", + "members":{ + "modelArn":{ + "shape":"ImportedModelArn", + "documentation":"The Amazon Resource Name (ARN) associated with this imported model.
" + }, + "modelName":{ + "shape":"ImportedModelName", + "documentation":"The name of the imported model.
" + }, + "jobName":{ + "shape":"JobName", + "documentation":"Job name associated with the imported model.
" + }, + "jobArn":{ + "shape":"ModelImportJobArn", + "documentation":"Job Amazon Resource Name (ARN) associated with the imported model.
" + }, + "modelDataSource":{ + "shape":"ModelDataSource", + "documentation":"The data source for this imported model.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"Creation time of the imported model.
" + }, + "modelArchitecture":{ + "shape":"String", + "documentation":"The architecture of the imported model.
" + }, + "modelKmsKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The imported model is encrypted at rest using this key.
" + } + } + }, + "GetInferenceProfileRequest":{ + "type":"structure", + "required":["inferenceProfileIdentifier"], + "members":{ + "inferenceProfileIdentifier":{ + "shape":"InferenceProfileIdentifier", + "documentation":"The unique identifier of the inference profile.
", + "location":"uri", + "locationName":"inferenceProfileIdentifier" + } + } + }, + "GetInferenceProfileResponse":{ + "type":"structure", + "required":[ + "inferenceProfileName", + "models", + "inferenceProfileArn", + "inferenceProfileId", + "status", + "type" + ], + "members":{ + "inferenceProfileName":{ + "shape":"InferenceProfileName", + "documentation":"The name of the inference profile.
" + }, + "models":{ + "shape":"InferenceProfileModels", + "documentation":"A list of information about each model in the inference profile.
" + }, + "description":{ + "shape":"InferenceProfileDescription", + "documentation":"The description of the inference profile.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The time at which the inference profile was created.
" + }, + "updatedAt":{ + "shape":"Timestamp", + "documentation":"The time at which the inference profile was last updated.
" + }, + "inferenceProfileArn":{ + "shape":"InferenceProfileArn", + "documentation":"The Amazon Resource Name (ARN) of the inference profile.
" + }, + "inferenceProfileId":{ + "shape":"InferenceProfileId", + "documentation":"The unique identifier of the inference profile.
" + }, + "status":{ + "shape":"InferenceProfileStatus", + "documentation":"The status of the inference profile. ACTIVE means that the inference profile is available to use.
The type of the inference profile. SYSTEM_DEFINED means that the inference profile is defined by Amazon Bedrock.
The Amazon Resource Name (ARN) of the model copy job.
", + "location":"uri", + "locationName":"jobArn" + } + } + }, + "GetModelCopyJobResponse":{ + "type":"structure", + "required":[ + "jobArn", + "status", + "creationTime", + "targetModelArn", + "sourceAccountId", + "sourceModelArn" + ], + "members":{ + "jobArn":{ + "shape":"ModelCopyJobArn", + "documentation":"The Amazon Resource Name (ARN) of the model copy job.
" + }, + "status":{ + "shape":"ModelCopyJobStatus", + "documentation":"The status of the model copy job.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the model copy job was created.
" + }, + "targetModelArn":{ + "shape":"CustomModelArn", + "documentation":"The Amazon Resource Name (ARN) of the copied model.
" + }, + "targetModelName":{ + "shape":"CustomModelName", + "documentation":"The name of the copied model.
" + }, + "sourceAccountId":{ + "shape":"AccountId", + "documentation":"The unique identifier of the account that the model being copied originated from.
" + }, + "sourceModelArn":{ + "shape":"ModelArn", + "documentation":"The Amazon Resource Name (ARN) of the original model being copied.
" + }, + "targetModelKmsKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The Amazon Resource Name (ARN) of the KMS key encrypting the copied model.
" + }, + "targetModelTags":{ + "shape":"TagList", + "documentation":"The tags associated with the copied model.
" + }, + "failureMessage":{ + "shape":"ErrorMessage", + "documentation":"An error message for why the model copy job failed.
" + }, + "sourceModelName":{ + "shape":"CustomModelName", + "documentation":"The name of the original model being copied.
" + } + } + }, + "GetModelCustomizationJobRequest":{ + "type":"structure", + "required":["jobIdentifier"], + "members":{ + "jobIdentifier":{ + "shape":"ModelCustomizationJobIdentifier", + "documentation":"Identifier for the customization job.
", + "location":"uri", + "locationName":"jobIdentifier" + } + } + }, + "GetModelCustomizationJobResponse":{ + "type":"structure", + "required":[ + "jobArn", + "jobName", + "outputModelName", + "roleArn", + "creationTime", + "baseModelArn", + "hyperParameters", + "trainingDataConfig", + "validationDataConfig", + "outputDataConfig" + ], + "members":{ + "jobArn":{ + "shape":"ModelCustomizationJobArn", + "documentation":"The Amazon Resource Name (ARN) of the customization job.
" + }, + "jobName":{ + "shape":"JobName", + "documentation":"The name of the customization job.
" + }, + "outputModelName":{ + "shape":"CustomModelName", + "documentation":"The name of the output model.
" + }, + "outputModelArn":{ + "shape":"CustomModelArn", + "documentation":"The Amazon Resource Name (ARN) of the output model.
" + }, + "clientRequestToken":{ + "shape":"IdempotencyToken", + "documentation":"The token that you specified in the CreateCustomizationJob request.
The Amazon Resource Name (ARN) of the IAM role.
" + }, + "status":{ + "shape":"ModelCustomizationJobStatus", + "documentation":"The status of the job. A successful job transitions from in-progress to completed when the output model is ready to use. If the job failed, the failure message contains information about why the job failed.
" + }, + "failureMessage":{ + "shape":"ErrorMessage", + "documentation":"Information about why the job failed.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"Time that the resource was created.
" + }, + "lastModifiedTime":{ + "shape":"Timestamp", + "documentation":"Time that the resource was last modified.
" + }, + "endTime":{ + "shape":"Timestamp", + "documentation":"Time that the resource transitioned to terminal state.
" + }, + "baseModelArn":{ + "shape":"FoundationModelArn", + "documentation":"Amazon Resource Name (ARN) of the base model.
" + }, + "hyperParameters":{ + "shape":"ModelCustomizationHyperParameters", + "documentation":"The hyperparameter values for the job. For details on the format for different models, see Custom model hyperparameters.
" + }, + "trainingDataConfig":{ + "shape":"TrainingDataConfig", + "documentation":"Contains information about the training dataset.
" + }, + "validationDataConfig":{ + "shape":"ValidationDataConfig", + "documentation":"Contains information about the validation dataset.
" + }, + "outputDataConfig":{ + "shape":"OutputDataConfig", + "documentation":"Output data configuration
" + }, + "customizationType":{ + "shape":"CustomizationType", + "documentation":"The type of model customization.
" + }, + "outputModelKmsKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The custom model is encrypted at rest using this key.
" + }, + "trainingMetrics":{ + "shape":"TrainingMetrics", + "documentation":"Contains training metrics from the job creation.
" + }, + "validationMetrics":{ + "shape":"ValidationMetrics", + "documentation":"The loss metric for each validator that you provided in the createjob request.
" + }, + "vpcConfig":{ + "shape":"VpcConfig", + "documentation":"VPC configuration for the custom model job.
" + } + } + }, + "GetModelImportJobRequest":{ + "type":"structure", + "required":["jobIdentifier"], + "members":{ + "jobIdentifier":{ + "shape":"ModelImportJobIdentifier", + "documentation":"The identifier of the import job.
", + "location":"uri", + "locationName":"jobIdentifier" + } + } + }, + "GetModelImportJobResponse":{ + "type":"structure", + "members":{ + "jobArn":{ + "shape":"ModelImportJobArn", + "documentation":"The Amazon Resource Name (ARN) of the import job.
" + }, + "jobName":{ + "shape":"JobName", + "documentation":"The name of the import job.
" + }, + "importedModelName":{ + "shape":"ImportedModelName", + "documentation":"The name of the imported model.
" + }, + "importedModelArn":{ + "shape":"ImportedModelArn", + "documentation":"The Amazon Resource Name (ARN) of the imported model.
" + }, + "roleArn":{ + "shape":"RoleArn", + "documentation":"The Amazon Resource Name (ARN) of the IAM role associated with this job.
" + }, + "modelDataSource":{ + "shape":"ModelDataSource", + "documentation":"The data source for the imported model.
" + }, + "status":{ + "shape":"ModelImportJobStatus", + "documentation":"The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.
" + }, + "failureMessage":{ + "shape":"ErrorMessage", + "documentation":"Information about why the import job failed.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The time the resource was created.
" + }, + "lastModifiedTime":{ + "shape":"Timestamp", + "documentation":"Time the resource was last modified.
" + }, + "endTime":{ + "shape":"Timestamp", + "documentation":"Time that the resource transitioned to terminal state.
" + }, + "vpcConfig":{ + "shape":"VpcConfig", + "documentation":"The Virtual Private Cloud (VPC) configuration of the import model job.
" + }, + "importedModelKmsKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The imported model is encrypted at rest using this key.
" + } + } + }, + "GetModelInvocationJobRequest":{ + "type":"structure", + "required":["jobIdentifier"], + "members":{ + "jobIdentifier":{ + "shape":"ModelInvocationJobIdentifier", + "documentation":"The Amazon Resource Name (ARN) of the batch inference job.
", + "location":"uri", + "locationName":"jobIdentifier" + } + } + }, + "GetModelInvocationJobResponse":{ + "type":"structure", + "required":[ + "jobArn", + "modelId", + "roleArn", + "submitTime", + "inputDataConfig", + "outputDataConfig" + ], + "members":{ + "jobArn":{ + "shape":"ModelInvocationJobArn", + "documentation":"The Amazon Resource Name (ARN) of the batch inference job.
" + }, + "jobName":{ + "shape":"ModelInvocationJobName", + "documentation":"The name of the batch inference job.
" + }, + "modelId":{ + "shape":"ModelId", + "documentation":"The unique identifier of the foundation model used for model inference.
" + }, + "clientRequestToken":{ + "shape":"ModelInvocationIdempotencyToken", + "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
" + }, + "roleArn":{ + "shape":"RoleArn", + "documentation":"The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. You can use the console to create a default service role or follow the steps at Create a service role for batch inference.
" + }, + "status":{ + "shape":"ModelInvocationJobStatus", + "documentation":"The status of the batch inference job.
" + }, + "message":{ + "shape":"Message", + "documentation":"If the batch inference job failed, this field contains a message describing why the job failed.
" + }, + "submitTime":{ + "shape":"Timestamp", + "documentation":"The time at which the batch inference job was submitted.
" + }, + "lastModifiedTime":{ + "shape":"Timestamp", + "documentation":"The time at which the batch inference job was last modified.
" + }, + "endTime":{ + "shape":"Timestamp", + "documentation":"The time at which the batch inference job ended.
" + }, + "inputDataConfig":{ + "shape":"ModelInvocationJobInputDataConfig", + "documentation":"Details about the location of the input to the batch inference job.
" + }, + "outputDataConfig":{ + "shape":"ModelInvocationJobOutputDataConfig", + "documentation":"Details about the location of the output of the batch inference job.
" + }, + "vpcConfig":{ + "shape":"VpcConfig", + "documentation":"The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see Protect batch inference jobs using a VPC.
" + }, + "timeoutDurationInHours":{ + "shape":"ModelInvocationJobTimeoutDurationInHours", + "documentation":"The number of hours after which batch inference job was set to time out.
" + }, + "jobExpirationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the batch inference job times or timed out.
" + } + } + }, + "GetModelInvocationLoggingConfigurationRequest":{ + "type":"structure", + "members":{ + } + }, + "GetModelInvocationLoggingConfigurationResponse":{ + "type":"structure", + "members":{ + "loggingConfig":{ + "shape":"LoggingConfig", + "documentation":"The current configuration values.
" + } + } + }, + "GetProvisionedModelThroughputRequest":{ + "type":"structure", + "required":["provisionedModelId"], + "members":{ + "provisionedModelId":{ + "shape":"ProvisionedModelId", + "documentation":"The Amazon Resource Name (ARN) or name of the Provisioned Throughput.
", + "location":"uri", + "locationName":"provisionedModelId" + } + } + }, + "GetProvisionedModelThroughputResponse":{ + "type":"structure", + "required":[ + "modelUnits", + "desiredModelUnits", + "provisionedModelName", + "provisionedModelArn", + "modelArn", + "desiredModelArn", + "foundationModelArn", + "status", + "creationTime", + "lastModifiedTime" + ], + "members":{ + "modelUnits":{ + "shape":"PositiveInteger", + "documentation":"The number of model units allocated to this Provisioned Throughput.
" + }, + "desiredModelUnits":{ + "shape":"PositiveInteger", + "documentation":"The number of model units that was requested for this Provisioned Throughput.
" + }, + "provisionedModelName":{ + "shape":"ProvisionedModelName", + "documentation":"The name of the Provisioned Throughput.
" + }, + "provisionedModelArn":{ + "shape":"ProvisionedModelArn", + "documentation":"The Amazon Resource Name (ARN) of the Provisioned Throughput.
" + }, + "modelArn":{ + "shape":"ModelArn", + "documentation":"The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.
" + }, + "desiredModelArn":{ + "shape":"ModelArn", + "documentation":"The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the modelArn if updating hasn't completed.
The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.
" + }, + "status":{ + "shape":"ProvisionedModelStatus", + "documentation":"The status of the Provisioned Throughput.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The timestamp of the creation time for this Provisioned Throughput.
" + }, + "lastModifiedTime":{ + "shape":"Timestamp", + "documentation":"The timestamp of the last time that this Provisioned Throughput was modified.
" + }, + "failureMessage":{ + "shape":"ErrorMessage", + "documentation":"A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.
" + }, + "commitmentDuration":{ + "shape":"CommitmentDuration", + "documentation":"Commitment duration of the Provisioned Throughput.
" + }, + "commitmentExpirationTime":{ + "shape":"Timestamp", + "documentation":"The timestamp for when the commitment term for the Provisioned Throughput expires.
" + } + } + }, + "GuardrailArn":{ + "type":"string", + "max":2048, + "min":0, + "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+" + }, + "GuardrailBlockedMessaging":{ + "type":"string", + "max":500, + "min":1, + "sensitive":true + }, + "GuardrailContentFilter":{ + "type":"structure", + "required":[ + "type", + "inputStrength", + "outputStrength" + ], + "members":{ + "type":{ + "shape":"GuardrailContentFilterType", + "documentation":"The harmful category that the content filter is applied to.
" + }, + "inputStrength":{ + "shape":"GuardrailFilterStrength", + "documentation":"The strength of the content filter to apply to prompts. As you increase the filter strength, the likelihood of filtering harmful content increases and the probability of seeing harmful content in your application reduces.
" + }, + "outputStrength":{ + "shape":"GuardrailFilterStrength", + "documentation":"The strength of the content filter to apply to model responses. As you increase the filter strength, the likelihood of filtering harmful content increases and the probability of seeing harmful content in your application reduces.
" + } + }, + "documentation":"Contains filter strengths for harmful content. Guardrails support the following content filters to detect and filter harmful user inputs and FM-generated outputs.
Hate – Describes language or a statement that discriminates, criticizes, insults, denounces, or dehumanizes a person or group on the basis of an identity (such as race, ethnicity, gender, religion, sexual orientation, ability, and national origin).
Insults – Describes language or a statement that includes demeaning, humiliating, mocking, insulting, or belittling language. This type of language is also labeled as bullying.
Sexual – Describes language or a statement that indicates sexual interest, activity, or arousal using direct or indirect references to body parts, physical traits, or sex.
Violence – Describes language or a statement that includes glorification of or threats to inflict physical pain, hurt, or injury toward a person, group or thing.
Content filtering depends on the confidence classification of user inputs and FM responses across each of the four harmful categories. All input and output statements are classified into one of four confidence levels (NONE, LOW, MEDIUM, HIGH) for each harmful category. For example, if a statement is classified as Hate with HIGH confidence, the likelihood of the statement representing hateful content is high. A single statement can be classified across multiple categories with varying confidence levels. For example, a single statement can be classified as Hate with HIGH confidence, Insults with LOW confidence, Sexual with NONE confidence, and Violence with MEDIUM confidence.
For more information, see Guardrails content filters.
This data type is used in the following API operations:
" + }, + "GuardrailContentFilterConfig":{ + "type":"structure", + "required":[ + "type", + "inputStrength", + "outputStrength" + ], + "members":{ + "type":{ + "shape":"GuardrailContentFilterType", + "documentation":"The harmful category that the content filter is applied to.
" + }, + "inputStrength":{ + "shape":"GuardrailFilterStrength", + "documentation":"The strength of the content filter to apply to prompts. As you increase the filter strength, the likelihood of filtering harmful content increases and the probability of seeing harmful content in your application reduces.
" + }, + "outputStrength":{ + "shape":"GuardrailFilterStrength", + "documentation":"The strength of the content filter to apply to model responses. As you increase the filter strength, the likelihood of filtering harmful content increases and the probability of seeing harmful content in your application reduces.
" + } + }, + "documentation":"Contains filter strengths for harmful content. Guardrails support the following content filters to detect and filter harmful user inputs and FM-generated outputs.
Hate – Describes language or a statement that discriminates, criticizes, insults, denounces, or dehumanizes a person or group on the basis of an identity (such as race, ethnicity, gender, religion, sexual orientation, ability, and national origin).
Insults – Describes language or a statement that includes demeaning, humiliating, mocking, insulting, or belittling language. This type of language is also labeled as bullying.
Sexual – Describes language or a statement that indicates sexual interest, activity, or arousal using direct or indirect references to body parts, physical traits, or sex.
Violence – Describes language or a statement that includes glorification of or threats to inflict physical pain, hurt, or injury toward a person, group or thing.
Content filtering depends on the confidence classification of user inputs and FM responses across each of the four harmful categories. All input and output statements are classified into one of four confidence levels (NONE, LOW, MEDIUM, HIGH) for each harmful category. For example, if a statement is classified as Hate with HIGH confidence, the likelihood of the statement representing hateful content is high. A single statement can be classified across multiple categories with varying confidence levels. For example, a single statement can be classified as Hate with HIGH confidence, Insults with LOW confidence, Sexual with NONE confidence, and Violence with MEDIUM confidence.
For more information, see Guardrails content filters.
" + }, + "GuardrailContentFilterType":{ + "type":"string", + "enum":[ + "SEXUAL", + "VIOLENCE", + "HATE", + "INSULTS", + "MISCONDUCT", + "PROMPT_ATTACK" + ] + }, + "GuardrailContentFilters":{ + "type":"list", + "member":{"shape":"GuardrailContentFilter"}, + "max":6, + "min":1 + }, + "GuardrailContentFiltersConfig":{ + "type":"list", + "member":{"shape":"GuardrailContentFilterConfig"}, + "max":6, + "min":1 + }, + "GuardrailContentPolicy":{ + "type":"structure", + "members":{ + "filters":{ + "shape":"GuardrailContentFilters", + "documentation":"Contains the type of the content filter and how strongly it should apply to prompts and model responses.
" + } + }, + "documentation":"Contains details about how to handle harmful content.
This data type is used in the following API operations:
" + }, + "GuardrailContentPolicyConfig":{ + "type":"structure", + "required":["filtersConfig"], + "members":{ + "filtersConfig":{ + "shape":"GuardrailContentFiltersConfig", + "documentation":"Contains the type of the content filter and how strongly it should apply to prompts and model responses.
" + } + }, + "documentation":"Contains details about how to handle harmful content.
" + }, + "GuardrailContextualGroundingFilter":{ + "type":"structure", + "required":[ + "type", + "threshold" + ], + "members":{ + "type":{ + "shape":"GuardrailContextualGroundingFilterType", + "documentation":"The filter type details for the guardrails contextual grounding filter.
" + }, + "threshold":{ + "shape":"GuardrailContextualGroundingFilterThresholdDouble", + "documentation":"The threshold details for the guardrails contextual grounding filter.
" + } + }, + "documentation":"The details for the guardrails contextual grounding filter.
" + }, + "GuardrailContextualGroundingFilterConfig":{ + "type":"structure", + "required":[ + "type", + "threshold" + ], + "members":{ + "type":{ + "shape":"GuardrailContextualGroundingFilterType", + "documentation":"The filter details for the guardrails contextual grounding filter.
" + }, + "threshold":{ + "shape":"GuardrailContextualGroundingFilterConfigThresholdDouble", + "documentation":"The threshold details for the guardrails contextual grounding filter.
" + } + }, + "documentation":"The filter configuration details for the guardrails contextual grounding filter.
" + }, + "GuardrailContextualGroundingFilterConfigThresholdDouble":{ + "type":"double", + "box":true, + "min":0 + }, + "GuardrailContextualGroundingFilterThresholdDouble":{ + "type":"double", + "box":true, + "min":0 + }, + "GuardrailContextualGroundingFilterType":{ + "type":"string", + "enum":[ + "GROUNDING", + "RELEVANCE" + ] + }, + "GuardrailContextualGroundingFilters":{ + "type":"list", + "member":{"shape":"GuardrailContextualGroundingFilter"}, + "min":1 + }, + "GuardrailContextualGroundingFiltersConfig":{ + "type":"list", + "member":{"shape":"GuardrailContextualGroundingFilterConfig"}, + "min":1 + }, + "GuardrailContextualGroundingPolicy":{ + "type":"structure", + "required":["filters"], + "members":{ + "filters":{ + "shape":"GuardrailContextualGroundingFilters", + "documentation":"The filter details for the guardrails contextual grounding policy.
" + } + }, + "documentation":"The details for the guardrails contextual grounding policy.
" + }, + "GuardrailContextualGroundingPolicyConfig":{ + "type":"structure", + "required":["filtersConfig"], + "members":{ + "filtersConfig":{ + "shape":"GuardrailContextualGroundingFiltersConfig", + "documentation":"The filter configuration details for the guardrails contextual grounding policy.
" + } + }, + "documentation":"The policy configuration details for the guardrails contextual grounding policy.
" + }, + "GuardrailDescription":{ + "type":"string", + "max":200, + "min":1, + "sensitive":true + }, + "GuardrailDraftVersion":{ + "type":"string", + "max":5, + "min":5, + "pattern":"DRAFT" + }, + "GuardrailFailureRecommendation":{ + "type":"string", + "max":200, + "min":1, + "sensitive":true + }, + "GuardrailFailureRecommendations":{ + "type":"list", + "member":{"shape":"GuardrailFailureRecommendation"}, + "max":100, + "min":0 + }, + "GuardrailFilterStrength":{ + "type":"string", + "enum":[ + "NONE", + "LOW", + "MEDIUM", + "HIGH" + ] + }, + "GuardrailId":{ + "type":"string", + "max":64, + "min":0, + "pattern":"[a-z0-9]+" + }, + "GuardrailIdentifier":{ + "type":"string", + "max":2048, + "min":0, + "pattern":"(([a-z0-9]+)|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+))" + }, + "GuardrailManagedWordLists":{ + "type":"list", + "member":{"shape":"GuardrailManagedWords"} + }, + "GuardrailManagedWordListsConfig":{ + "type":"list", + "member":{"shape":"GuardrailManagedWordsConfig"} + }, + "GuardrailManagedWords":{ + "type":"structure", + "required":["type"], + "members":{ + "type":{ + "shape":"GuardrailManagedWordsType", + "documentation":"ManagedWords$type The managed word type that was configured for the guardrail. (For now, we only offer profanity word list)
" + } + }, + "documentation":"The managed word list that was configured for the guardrail. (This is a list of words that are pre-defined and managed by guardrails only.)
" + }, + "GuardrailManagedWordsConfig":{ + "type":"structure", + "required":["type"], + "members":{ + "type":{ + "shape":"GuardrailManagedWordsType", + "documentation":"The managed word type to configure for the guardrail.
" + } + }, + "documentation":"The managed word list to configure for the guardrail.
" + }, + "GuardrailManagedWordsType":{ + "type":"string", + "enum":["PROFANITY"] + }, + "GuardrailName":{ + "type":"string", + "max":50, + "min":1, + "pattern":"[0-9a-zA-Z-_]+", + "sensitive":true + }, + "GuardrailNumericalVersion":{ + "type":"string", + "pattern":"[1-9][0-9]{0,7}" + }, + "GuardrailPiiEntities":{ + "type":"list", + "member":{"shape":"GuardrailPiiEntity"}, + "min":1 + }, + "GuardrailPiiEntitiesConfig":{ + "type":"list", + "member":{"shape":"GuardrailPiiEntityConfig"}, + "min":1 + }, + "GuardrailPiiEntity":{ + "type":"structure", + "required":[ + "type", + "action" + ], + "members":{ + "type":{ + "shape":"GuardrailPiiEntityType", + "documentation":"The type of PII entity. For exampvle, Social Security Number.
" + }, + "action":{ + "shape":"GuardrailSensitiveInformationAction", + "documentation":"The configured guardrail action when PII entity is detected.
" + } + }, + "documentation":"The PII entity configured for the guardrail.
" + }, + "GuardrailPiiEntityConfig":{ + "type":"structure", + "required":[ + "type", + "action" + ], + "members":{ + "type":{ + "shape":"GuardrailPiiEntityType", + "documentation":"Configure guardrail type when the PII entity is detected.
The following PIIs are used to block or mask sensitive information:
General
ADDRESS
A physical address, such as \"100 Main Street, Anytown, USA\" or \"Suite #12, Building 123\". An address can include information such as the street, building, location, city, state, country, county, zip code, precinct, and neighborhood.
AGE
An individual's age, including the quantity and unit of time. For example, in the phrase \"I am 40 years old,\" Guarrails recognizes \"40 years\" as an age.
NAME
An individual's name. This entity type does not include titles, such as Dr., Mr., Mrs., or Miss. guardrails doesn't apply this entity type to names that are part of organizations or addresses. For example, guardrails recognizes the \"John Doe Organization\" as an organization, and it recognizes \"Jane Doe Street\" as an address.
An email address, such as marymajor@email.com.
PHONE
A phone number. This entity type also includes fax and pager numbers.
USERNAME
A user name that identifies an account, such as a login name, screen name, nick name, or handle.
PASSWORD
An alphanumeric string that is used as a password, such as \"*very20special#pass*\".
DRIVER_ID
The number assigned to a driver's license, which is an official document permitting an individual to operate one or more motorized vehicles on a public road. A driver's license number consists of alphanumeric characters.
LICENSE_PLATE
A license plate for a vehicle is issued by the state or country where the vehicle is registered. The format for passenger vehicles is typically five to eight digits, consisting of upper-case letters and numbers. The format varies depending on the location of the issuing state or country.
VEHICLE_IDENTIFICATION_NUMBER
A Vehicle Identification Number (VIN) uniquely identifies a vehicle. VIN content and format are defined in the ISO 3779 specification. Each country has specific codes and formats for VINs.
Finance
REDIT_DEBIT_CARD_CVV
A three-digit card verification code (CVV) that is present on VISA, MasterCard, and Discover credit and debit cards. For American Express credit or debit cards, the CVV is a four-digit numeric code.
CREDIT_DEBIT_CARD_EXPIRY
The expiration date for a credit or debit card. This number is usually four digits long and is often formatted as month/year or MM/YY. Guardrails recognizes expiration dates such as 01/21, 01/2021, and Jan 2021.
CREDIT_DEBIT_CARD_NUMBER
The number for a credit or debit card. These numbers can vary from 13 to 16 digits in length. However, Amazon Comprehend also recognizes credit or debit card numbers when only the last four digits are present.
PIN
A four-digit personal identification number (PIN) with which you can access your bank account.
INTERNATIONAL_BANK_ACCOUNT_NUMBER
An International Bank Account Number has specific formats in each country. For more information, see www.iban.com/structure.
SWIFT_CODE
A SWIFT code is a standard format of Bank Identifier Code (BIC) used to specify a particular bank or branch. Banks use these codes for money transfers such as international wire transfers.
SWIFT codes consist of eight or 11 characters. The 11-digit codes refer to specific branches, while eight-digit codes (or 11-digit codes ending in 'XXX') refer to the head or primary office.
IT
IP_ADDRESS
An IPv4 address, such as 198.51.100.0.
MAC_ADDRESS
A media access control (MAC) address is a unique identifier assigned to a network interface controller (NIC).
URL
A web address, such as www.example.com.
AWS_ACCESS_KEY
A unique identifier that's associated with a secret access key; you use the access key ID and secret access key to sign programmatic Amazon Web Services requests cryptographically.
AWS_SECRET_KEY
A unique identifier that's associated with an access key. You use the access key ID and secret access key to sign programmatic Amazon Web Services requests cryptographically.
USA specific
US_BANK_ACCOUNT_NUMBER
A US bank account number, which is typically 10 to 12 digits long.
US_BANK_ROUTING_NUMBER
A US bank account routing number. These are typically nine digits long,
US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER
A US Individual Taxpayer Identification Number (ITIN) is a nine-digit number that starts with a \"9\" and contain a \"7\" or \"8\" as the fourth digit. An ITIN can be formatted with a space or a dash after the third and forth digits.
US_PASSPORT_NUMBER
A US passport number. Passport numbers range from six to nine alphanumeric characters.
US_SOCIAL_SECURITY_NUMBER
A US Social Security Number (SSN) is a nine-digit number that is issued to US citizens, permanent residents, and temporary working residents.
Canada specific
CA_HEALTH_NUMBER
A Canadian Health Service Number is a 10-digit unique identifier, required for individuals to access healthcare benefits.
CA_SOCIAL_INSURANCE_NUMBER
A Canadian Social Insurance Number (SIN) is a nine-digit unique identifier, required for individuals to access government programs and benefits.
The SIN is formatted as three groups of three digits, such as 123-456-789. A SIN can be validated through a simple check-digit process called the Luhn algorithm.
UK Specific
UK_NATIONAL_HEALTH_SERVICE_NUMBER
A UK National Health Service Number is a 10-17 digit number, such as 485 777 3456. The current system formats the 10-digit number with spaces after the third and sixth digits. The final digit is an error-detecting checksum.
UK_NATIONAL_INSURANCE_NUMBER
A UK National Insurance Number (NINO) provides individuals with access to National Insurance (social security) benefits. It is also used for some purposes in the UK tax system.
The number is nine digits long and starts with two letters, followed by six numbers and one letter. A NINO can be formatted with a space or a dash after the two letters and after the second, forth, and sixth digits.
UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER
A UK Unique Taxpayer Reference (UTR) is a 10-digit number that identifies a taxpayer or a business.
Custom
Regex filter - You can use a regular expressions to define patterns for a guardrail to recognize and act upon such as serial number, booking ID etc..
Configure guardrail action when the PII entity is detected.
" + } + }, + "documentation":"The PII entity to configure for the guardrail.
" + }, + "GuardrailPiiEntityType":{ + "type":"string", + "enum":[ + "ADDRESS", + "AGE", + "AWS_ACCESS_KEY", + "AWS_SECRET_KEY", + "CA_HEALTH_NUMBER", + "CA_SOCIAL_INSURANCE_NUMBER", + "CREDIT_DEBIT_CARD_CVV", + "CREDIT_DEBIT_CARD_EXPIRY", + "CREDIT_DEBIT_CARD_NUMBER", + "DRIVER_ID", + "EMAIL", + "INTERNATIONAL_BANK_ACCOUNT_NUMBER", + "IP_ADDRESS", + "LICENSE_PLATE", + "MAC_ADDRESS", + "NAME", + "PASSWORD", + "PHONE", + "PIN", + "SWIFT_CODE", + "UK_NATIONAL_HEALTH_SERVICE_NUMBER", + "UK_NATIONAL_INSURANCE_NUMBER", + "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER", + "URL", + "USERNAME", + "US_BANK_ACCOUNT_NUMBER", + "US_BANK_ROUTING_NUMBER", + "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER", + "US_PASSPORT_NUMBER", + "US_SOCIAL_SECURITY_NUMBER", + "VEHICLE_IDENTIFICATION_NUMBER" + ] + }, + "GuardrailRegex":{ + "type":"structure", + "required":[ + "name", + "pattern", + "action" + ], + "members":{ + "name":{ + "shape":"GuardrailRegexNameString", + "documentation":"The name of the regular expression for the guardrail.
" + }, + "description":{ + "shape":"GuardrailRegexDescriptionString", + "documentation":"The description of the regular expression for the guardrail.
" + }, + "pattern":{ + "shape":"GuardrailRegexPatternString", + "documentation":"The pattern of the regular expression configured for the guardrail.
" + }, + "action":{ + "shape":"GuardrailSensitiveInformationAction", + "documentation":"The action taken when a match to the regular expression is detected.
" + } + }, + "documentation":"The regular expression configured for the guardrail.
" + }, + "GuardrailRegexConfig":{ + "type":"structure", + "required":[ + "name", + "pattern", + "action" + ], + "members":{ + "name":{ + "shape":"GuardrailRegexConfigNameString", + "documentation":"The name of the regular expression to configure for the guardrail.
" + }, + "description":{ + "shape":"GuardrailRegexConfigDescriptionString", + "documentation":"The description of the regular expression to configure for the guardrail.
" + }, + "pattern":{ + "shape":"GuardrailRegexConfigPatternString", + "documentation":"The regular expression pattern to configure for the guardrail.
" + }, + "action":{ + "shape":"GuardrailSensitiveInformationAction", + "documentation":"The guardrail action to configure when matching regular expression is detected.
" + } + }, + "documentation":"The regular expression to configure for the guardrail.
" + }, + "GuardrailRegexConfigDescriptionString":{ + "type":"string", + "max":1000, + "min":1 + }, + "GuardrailRegexConfigNameString":{ + "type":"string", + "max":100, + "min":1 + }, + "GuardrailRegexConfigPatternString":{ + "type":"string", + "max":500, + "min":1 + }, + "GuardrailRegexDescriptionString":{ + "type":"string", + "max":1000, + "min":1 + }, + "GuardrailRegexNameString":{ + "type":"string", + "max":100, + "min":1 + }, + "GuardrailRegexPatternString":{ + "type":"string", + "max":500, + "min":1 + }, + "GuardrailRegexes":{ + "type":"list", + "member":{"shape":"GuardrailRegex"} + }, + "GuardrailRegexesConfig":{ + "type":"list", + "member":{"shape":"GuardrailRegexConfig"}, + "max":10, + "min":1 + }, + "GuardrailSensitiveInformationAction":{ + "type":"string", + "enum":[ + "BLOCK", + "ANONYMIZE" + ] + }, + "GuardrailSensitiveInformationPolicy":{ + "type":"structure", + "members":{ + "piiEntities":{ + "shape":"GuardrailPiiEntities", + "documentation":"The list of PII entities configured for the guardrail.
" + }, + "regexes":{ + "shape":"GuardrailRegexes", + "documentation":"The list of regular expressions configured for the guardrail.
" + } + }, + "documentation":"Contains details about PII entities and regular expressions configured for the guardrail.
" + }, + "GuardrailSensitiveInformationPolicyConfig":{ + "type":"structure", + "members":{ + "piiEntitiesConfig":{ + "shape":"GuardrailPiiEntitiesConfig", + "documentation":"A list of PII entities to configure to the guardrail.
" + }, + "regexesConfig":{ + "shape":"GuardrailRegexesConfig", + "documentation":"A list of regular expressions to configure to the guardrail.
" + } + }, + "documentation":"Contains details about PII entities and regular expressions to configure for the guardrail.
" + }, + "GuardrailStatus":{ + "type":"string", + "enum":[ + "CREATING", + "UPDATING", + "VERSIONING", + "READY", + "FAILED", + "DELETING" + ] + }, + "GuardrailStatusReason":{ + "type":"string", + "max":200, + "min":1, + "sensitive":true + }, + "GuardrailStatusReasons":{ + "type":"list", + "member":{"shape":"GuardrailStatusReason"}, + "max":100, + "min":0 + }, + "GuardrailSummaries":{ + "type":"list", + "member":{"shape":"GuardrailSummary"}, + "max":1000, + "min":0 + }, + "GuardrailSummary":{ + "type":"structure", + "required":[ + "id", + "arn", + "status", + "name", + "version", + "createdAt", + "updatedAt" + ], + "members":{ + "id":{ + "shape":"GuardrailId", + "documentation":"The unique identifier of the guardrail.
" + }, + "arn":{ + "shape":"GuardrailArn", + "documentation":"The ARN of the guardrail.
" + }, + "status":{ + "shape":"GuardrailStatus", + "documentation":"The status of the guardrail.
" + }, + "name":{ + "shape":"GuardrailName", + "documentation":"The name of the guardrail.
" + }, + "description":{ + "shape":"GuardrailDescription", + "documentation":"A description of the guardrail.
" + }, + "version":{ + "shape":"GuardrailVersion", + "documentation":"The version of the guardrail.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time at which the guardrail was created.
" + }, + "updatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time at which the guardrail was last updated.
" + } + }, + "documentation":"Contains details about a guardrail.
This data type is used in the following API operations:
" + }, + "GuardrailTopic":{ + "type":"structure", + "required":[ + "name", + "definition" + ], + "members":{ + "name":{ + "shape":"GuardrailTopicName", + "documentation":"The name of the topic to deny.
" + }, + "definition":{ + "shape":"GuardrailTopicDefinition", + "documentation":"A definition of the topic to deny.
" + }, + "examples":{ + "shape":"GuardrailTopicExamples", + "documentation":"A list of prompts, each of which is an example of a prompt that can be categorized as belonging to the topic.
" + }, + "type":{ + "shape":"GuardrailTopicType", + "documentation":"Specifies to deny the topic.
" + } + }, + "documentation":"Details about topics for the guardrail to identify and deny.
This data type is used in the following API operations:
" + }, + "GuardrailTopicConfig":{ + "type":"structure", + "required":[ + "name", + "definition", + "type" + ], + "members":{ + "name":{ + "shape":"GuardrailTopicName", + "documentation":"The name of the topic to deny.
" + }, + "definition":{ + "shape":"GuardrailTopicDefinition", + "documentation":"A definition of the topic to deny.
" + }, + "examples":{ + "shape":"GuardrailTopicExamples", + "documentation":"A list of prompts, each of which is an example of a prompt that can be categorized as belonging to the topic.
" + }, + "type":{ + "shape":"GuardrailTopicType", + "documentation":"Specifies to deny the topic.
" + } + }, + "documentation":"Details about topics for the guardrail to identify and deny.
" + }, + "GuardrailTopicDefinition":{ + "type":"string", + "max":200, + "min":1, + "sensitive":true + }, + "GuardrailTopicExample":{ + "type":"string", + "max":100, + "min":1, + "sensitive":true + }, + "GuardrailTopicExamples":{ + "type":"list", + "member":{"shape":"GuardrailTopicExample"}, + "max":5, + "min":0 + }, + "GuardrailTopicName":{ + "type":"string", + "max":100, + "min":1, + "pattern":"[0-9a-zA-Z-_ !?.]+", + "sensitive":true + }, + "GuardrailTopicPolicy":{ + "type":"structure", + "required":["topics"], + "members":{ + "topics":{ + "shape":"GuardrailTopics", + "documentation":"A list of policies related to topics that the guardrail should deny.
" + } + }, + "documentation":"Contains details about topics that the guardrail should identify and deny.
This data type is used in the following API operations:
" + }, + "GuardrailTopicPolicyConfig":{ + "type":"structure", + "required":["topicsConfig"], + "members":{ + "topicsConfig":{ + "shape":"GuardrailTopicsConfig", + "documentation":"A list of policies related to topics that the guardrail should deny.
" + } + }, + "documentation":"Contains details about topics that the guardrail should identify and deny.
" + }, + "GuardrailTopicType":{ + "type":"string", + "enum":["DENY"] + }, + "GuardrailTopics":{ + "type":"list", + "member":{"shape":"GuardrailTopic"}, + "max":30, + "min":1 + }, + "GuardrailTopicsConfig":{ + "type":"list", + "member":{"shape":"GuardrailTopicConfig"}, + "max":30, + "min":1 + }, + "GuardrailVersion":{ + "type":"string", + "pattern":"(([1-9][0-9]{0,7})|(DRAFT))" + }, + "GuardrailWord":{ + "type":"structure", + "required":["text"], + "members":{ + "text":{ + "shape":"GuardrailWordTextString", + "documentation":"Text of the word configured for the guardrail to block.
" + } + }, + "documentation":"A word configured for the guardrail.
" + }, + "GuardrailWordConfig":{ + "type":"structure", + "required":["text"], + "members":{ + "text":{ + "shape":"GuardrailWordConfigTextString", + "documentation":"Text of the word configured for the guardrail to block.
" + } + }, + "documentation":"A word to configure for the guardrail.
" + }, + "GuardrailWordConfigTextString":{ + "type":"string", + "max":100, + "min":1 + }, + "GuardrailWordPolicy":{ + "type":"structure", + "members":{ + "words":{ + "shape":"GuardrailWords", + "documentation":"A list of words configured for the guardrail.
" + }, + "managedWordLists":{ + "shape":"GuardrailManagedWordLists", + "documentation":"A list of managed words configured for the guardrail.
" + } + }, + "documentation":"Contains details about the word policy configured for the guardrail.
" + }, + "GuardrailWordPolicyConfig":{ + "type":"structure", + "members":{ + "wordsConfig":{ + "shape":"GuardrailWordsConfig", + "documentation":"A list of words to configure for the guardrail.
" + }, + "managedWordListsConfig":{ + "shape":"GuardrailManagedWordListsConfig", + "documentation":"A list of managed words to configure for the guardrail.
" + } + }, + "documentation":"Contains details about the word policy to configured for the guardrail.
" + }, + "GuardrailWordTextString":{ + "type":"string", + "max":100, + "min":1 + }, + "GuardrailWords":{ + "type":"list", + "member":{"shape":"GuardrailWord"}, + "max":10000, + "min":1 + }, + "GuardrailWordsConfig":{ + "type":"list", + "member":{"shape":"GuardrailWordConfig"}, + "max":10000, + "min":1 + }, + "HumanEvaluationConfig":{ + "type":"structure", + "required":["datasetMetricConfigs"], + "members":{ + "humanWorkflowConfig":{ + "shape":"HumanWorkflowConfig", + "documentation":"The parameters of the human workflow.
" + }, + "customMetrics":{ + "shape":"HumanEvaluationCustomMetrics", + "documentation":"A HumanEvaluationCustomMetric object. It contains the names the metrics, how the metrics are to be evaluated, an optional description.
Use to specify the metrics, task, and prompt dataset to be used in your model evaluation job.
" + } + }, + "documentation":"Specifies the custom metrics, how tasks will be rated, the flow definition ARN, and your custom prompt datasets. Model evaluation jobs use human workers only support the use of custom prompt datasets. To learn more about custom prompt datasets and the required format, see Custom prompt datasets.
When you create custom metrics in HumanEvaluationCustomMetric you must specify the metric's name. The list of names specified in the HumanEvaluationCustomMetric array, must match the metricNames array of strings specified in EvaluationDatasetMetricConfig. For example, if in the HumanEvaluationCustomMetric array your specified the names \"accuracy\", \"toxicity\", \"readability\" as custom metrics then the metricNames array would need to look like the following [\"accuracy\", \"toxicity\", \"readability\"] in EvaluationDatasetMetricConfig.
The name of the metric. Your human evaluators will see this name in the evaluation UI.
" + }, + "description":{ + "shape":"EvaluationMetricDescription", + "documentation":"An optional description of the metric. Use this parameter to provide more details about the metric.
" + }, + "ratingMethod":{ + "shape":"EvaluationRatingMethod", + "documentation":"Choose how you want your human workers to evaluation your model. Valid values for rating methods are ThumbsUpDown, IndividualLikertScale,ComparisonLikertScale, ComparisonChoice, and ComparisonRank
In a model evaluation job that uses human workers you must define the name of the metric, and how you want that metric rated ratingMethod, and an optional description of the metric.
The Amazon Resource Number (ARN) for the flow definition
" + }, + "instructions":{ + "shape":"HumanTaskInstructions", + "documentation":"Instructions for the flow definition
" + } + }, + "documentation":"Contains SageMakerFlowDefinition object. The object is used to specify the prompt dataset, task type, rating method and metric names.
The Amazon Resource Name (ARN) of the imported model.
" + }, + "modelName":{ + "shape":"ImportedModelName", + "documentation":"Name of the imported model.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"Creation time of the imported model.
" + } + }, + "documentation":"Information about tne imported model.
" + }, + "ImportedModelSummaryList":{ + "type":"list", + "member":{"shape":"ImportedModelSummary"} + }, + "InferenceProfileArn":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{0,20}):(|[0-9]{12}):inference-profile/[a-zA-Z0-9-:.]+" + }, + "InferenceProfileDescription":{ + "type":"string", + "max":500, + "min":1, + "pattern":".+" + }, + "InferenceProfileId":{ + "type":"string", + "max":64, + "min":1, + "pattern":"[a-zA-Z0-9-:.]+" + }, + "InferenceProfileIdentifier":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{0,20}):(|[0-9]{12}):inference-profile/)?[a-zA-Z0-9-:.]+" + }, + "InferenceProfileModel":{ + "type":"structure", + "members":{ + "modelArn":{ + "shape":"FoundationModelArn", + "documentation":"The Amazon Resource Name (ARN) of the model.
" + } + }, + "documentation":"Contains information about a model.
" + }, + "InferenceProfileModels":{ + "type":"list", + "member":{"shape":"InferenceProfileModel"}, + "max":5, + "min":1 + }, + "InferenceProfileName":{ + "type":"string", + "max":64, + "min":1, + "pattern":"([0-9a-zA-Z][ _-]?)+" + }, + "InferenceProfileStatus":{ + "type":"string", + "enum":["ACTIVE"] + }, + "InferenceProfileSummaries":{ + "type":"list", + "member":{"shape":"InferenceProfileSummary"} + }, + "InferenceProfileSummary":{ + "type":"structure", + "required":[ + "inferenceProfileName", + "models", + "inferenceProfileArn", + "inferenceProfileId", + "status", + "type" + ], + "members":{ + "inferenceProfileName":{ + "shape":"InferenceProfileName", + "documentation":"The name of the inference profile.
" + }, + "models":{ + "shape":"InferenceProfileModels", + "documentation":"A list of information about each model in the inference profile.
" + }, + "description":{ + "shape":"InferenceProfileDescription", + "documentation":"The description of the inference profile.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The time at which the inference profile was created.
" + }, + "updatedAt":{ + "shape":"Timestamp", + "documentation":"The time at which the inference profile was last updated.
" + }, + "inferenceProfileArn":{ + "shape":"InferenceProfileArn", + "documentation":"The Amazon Resource Name (ARN) of the inference profile.
" + }, + "inferenceProfileId":{ + "shape":"InferenceProfileId", + "documentation":"The unique identifier of the inference profile.
" + }, + "status":{ + "shape":"InferenceProfileStatus", + "documentation":"The status of the inference profile. ACTIVE means that the inference profile is available to use.
The type of the inference profile. SYSTEM_DEFINED means that the inference profile is defined by Amazon Bedrock.
Contains information about an inference profile.
" + }, + "InferenceProfileType":{ + "type":"string", + "enum":["SYSTEM_DEFINED"] + }, + "InferenceType":{ + "type":"string", + "enum":[ + "ON_DEMAND", + "PROVISIONED" + ] + }, + "InferenceTypeList":{ + "type":"list", + "member":{"shape":"InferenceType"} + }, + "InternalServerException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"An internal server error occurred. Retry your request.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "JobName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"[a-zA-Z0-9](-*[a-zA-Z0-9\\+\\-\\.])*" + }, + "KeyPrefix":{ + "type":"string", + "max":1024, + "min":0 + }, + "KmsKeyArn":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}" + }, + "KmsKeyId":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"(arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:((key/[a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+)))|([a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+)" + }, + "ListCustomModelsRequest":{ + "type":"structure", + "members":{ + "creationTimeBefore":{ + "shape":"Timestamp", + "documentation":"Return custom models created before the specified time.
", + "location":"querystring", + "locationName":"creationTimeBefore" + }, + "creationTimeAfter":{ + "shape":"Timestamp", + "documentation":"Return custom models created after the specified time.
", + "location":"querystring", + "locationName":"creationTimeAfter" + }, + "nameContains":{ + "shape":"CustomModelName", + "documentation":"Return custom models only if the job name contains these characters.
", + "location":"querystring", + "locationName":"nameContains" + }, + "baseModelArnEquals":{ + "shape":"ModelArn", + "documentation":"Return custom models only if the base model Amazon Resource Name (ARN) matches this parameter.
", + "location":"querystring", + "locationName":"baseModelArnEquals" + }, + "foundationModelArnEquals":{ + "shape":"FoundationModelArn", + "documentation":"Return custom models only if the foundation model Amazon Resource Name (ARN) matches this parameter.
", + "location":"querystring", + "locationName":"foundationModelArnEquals" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.
If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.
The field to sort by in the returned list of models.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"The sort order of the results.
", + "location":"querystring", + "locationName":"sortOrder" + }, + "isOwned":{ + "shape":"Boolean", + "documentation":"Return custom models depending on if the current account owns them (true) or if they were shared with the current account (false).
If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field to return the next batch of results.
Model summaries.
" + } + } + }, + "ListEvaluationJobsRequest":{ + "type":"structure", + "members":{ + "creationTimeAfter":{ + "shape":"Timestamp", + "documentation":"A filter that includes model evaluation jobs created after the time specified.
", + "location":"querystring", + "locationName":"creationTimeAfter" + }, + "creationTimeBefore":{ + "shape":"Timestamp", + "documentation":"A filter that includes model evaluation jobs created prior to the time specified.
", + "location":"querystring", + "locationName":"creationTimeBefore" + }, + "statusEquals":{ + "shape":"EvaluationJobStatus", + "documentation":"Only return jobs where the status condition is met.
", + "location":"querystring", + "locationName":"statusEquals" + }, + "nameContains":{ + "shape":"EvaluationJobName", + "documentation":"Query parameter string for model evaluation job names.
", + "location":"querystring", + "locationName":"nameContains" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "sortBy":{ + "shape":"SortJobsBy", + "documentation":"Allows you to sort model evaluation jobs by when they were created.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"How you want the order of jobs sorted.
", + "location":"querystring", + "locationName":"sortOrder" + } + } + }, + "ListEvaluationJobsResponse":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"PaginationToken", + "documentation":"Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
" + }, + "jobSummaries":{ + "shape":"EvaluationSummaries", + "documentation":"A summary of the model evaluation jobs.
" + } + } + }, + "ListFoundationModelsRequest":{ + "type":"structure", + "members":{ + "byProvider":{ + "shape":"Provider", + "documentation":"Return models belonging to the model provider that you specify.
", + "location":"querystring", + "locationName":"byProvider" + }, + "byCustomizationType":{ + "shape":"ModelCustomization", + "documentation":"Return models that support the customization type that you specify. For more information, see Custom models in the Amazon Bedrock User Guide.
", + "location":"querystring", + "locationName":"byCustomizationType" + }, + "byOutputModality":{ + "shape":"ModelModality", + "documentation":"Return models that support the output modality that you specify.
", + "location":"querystring", + "locationName":"byOutputModality" + }, + "byInferenceType":{ + "shape":"InferenceType", + "documentation":"Return models that support the inference type that you specify. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
", + "location":"querystring", + "locationName":"byInferenceType" + } + } + }, + "ListFoundationModelsResponse":{ + "type":"structure", + "members":{ + "modelSummaries":{ + "shape":"FoundationModelSummaryList", + "documentation":"A list of Amazon Bedrock foundation models.
" + } + } + }, + "ListGuardrailsRequest":{ + "type":"structure", + "members":{ + "guardrailIdentifier":{ + "shape":"GuardrailIdentifier", + "documentation":"The unique identifier of the guardrail. This can be an ID or the ARN.
", + "location":"querystring", + "locationName":"guardrailIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in the response.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"If there are more results than were returned in the response, the response returns a nextToken that you can send in another ListGuardrails request to see the next batch of results.
A list of objects, each of which contains details about a guardrail.
" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"If there are more results than were returned in the response, the response returns a nextToken that you can send in another ListGuardrails request to see the next batch of results.
Return imported models that created before the specified time.
", + "location":"querystring", + "locationName":"creationTimeBefore" + }, + "creationTimeAfter":{ + "shape":"Timestamp", + "documentation":"Return imported models that were created after the specified time.
", + "location":"querystring", + "locationName":"creationTimeAfter" + }, + "nameContains":{ + "shape":"ImportedModelName", + "documentation":"Return imported models only if the model name contains these characters.
", + "location":"querystring", + "locationName":"nameContains" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.
If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.
The field to sort by in the returned list of imported models.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"Specifies whetehr to sort the results in ascending or descending order.
", + "location":"querystring", + "locationName":"sortOrder" + } + } + }, + "ListImportedModelsResponse":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"PaginationToken", + "documentation":"If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field to return the next batch of results.
Model summaries.
" + } + } + }, + "ListInferenceProfilesRequest":{ + "type":"structure", + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.
If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.
A list of information about each inference profile that you can use.
" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field to return the next batch of results.
Filters for model copy jobs created after the specified time.
", + "location":"querystring", + "locationName":"creationTimeAfter" + }, + "creationTimeBefore":{ + "shape":"Timestamp", + "documentation":"Filters for model copy jobs created before the specified time.
", + "location":"querystring", + "locationName":"creationTimeBefore" + }, + "statusEquals":{ + "shape":"ModelCopyJobStatus", + "documentation":"Filters for model copy jobs whose status matches the value that you specify.
", + "location":"querystring", + "locationName":"statusEquals" + }, + "sourceAccountEquals":{ + "shape":"AccountId", + "documentation":"Filters for model copy jobs in which the account that the source model belongs to is equal to the value that you specify.
", + "location":"querystring", + "locationName":"sourceAccountEquals" + }, + "sourceModelArnEquals":{ + "shape":"ModelArn", + "documentation":"Filters for model copy jobs in which the Amazon Resource Name (ARN) of the source model to is equal to the value that you specify.
", + "location":"querystring", + "locationName":"sourceModelArnEquals" + }, + "targetModelNameContains":{ + "shape":"CustomModelName", + "documentation":"Filters for model copy jobs in which the name of the copied model contains the string that you specify.
", + "location":"querystring", + "locationName":"outputModelNameContains" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.
If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.
The field to sort by in the returned list of model copy jobs.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"Specifies whether to sort the results in ascending or descending order.
", + "location":"querystring", + "locationName":"sortOrder" + } + } + }, + "ListModelCopyJobsResponse":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"PaginationToken", + "documentation":"If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field to return the next batch of results.
A list of information about each model copy job.
" + } + } + }, + "ListModelCustomizationJobsRequest":{ + "type":"structure", + "members":{ + "creationTimeAfter":{ + "shape":"Timestamp", + "documentation":"Return customization jobs created after the specified time.
", + "location":"querystring", + "locationName":"creationTimeAfter" + }, + "creationTimeBefore":{ + "shape":"Timestamp", + "documentation":"Return customization jobs created before the specified time.
", + "location":"querystring", + "locationName":"creationTimeBefore" + }, + "statusEquals":{ + "shape":"FineTuningJobStatus", + "documentation":"Return customization jobs with the specified status.
", + "location":"querystring", + "locationName":"statusEquals" + }, + "nameContains":{ + "shape":"JobName", + "documentation":"Return customization jobs only if the job name contains these characters.
", + "location":"querystring", + "locationName":"nameContains" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.
If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.
The field to sort by in the returned list of jobs.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"The sort order of the results.
", + "location":"querystring", + "locationName":"sortOrder" + } + } + }, + "ListModelCustomizationJobsResponse":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"PaginationToken", + "documentation":"If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field to return the next batch of results.
Job summaries.
" + } + } + }, + "ListModelImportJobsRequest":{ + "type":"structure", + "members":{ + "creationTimeAfter":{ + "shape":"Timestamp", + "documentation":"Return import jobs that were created after the specified time.
", + "location":"querystring", + "locationName":"creationTimeAfter" + }, + "creationTimeBefore":{ + "shape":"Timestamp", + "documentation":"Return import jobs that were created before the specified time.
", + "location":"querystring", + "locationName":"creationTimeBefore" + }, + "statusEquals":{ + "shape":"ModelImportJobStatus", + "documentation":"Return imported jobs with the specified status.
", + "location":"querystring", + "locationName":"statusEquals" + }, + "nameContains":{ + "shape":"JobName", + "documentation":"Return imported jobs only if the job name contains these characters.
", + "location":"querystring", + "locationName":"nameContains" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.
If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.
The field to sort by in the returned list of imported jobs.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"Specifies whether to sort the results in ascending or descending order.
", + "location":"querystring", + "locationName":"sortOrder" + } + } + }, + "ListModelImportJobsResponse":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"PaginationToken", + "documentation":"If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.
Import job summaries.
" + } + } + }, + "ListModelInvocationJobsRequest":{ + "type":"structure", + "members":{ + "submitTimeAfter":{ + "shape":"Timestamp", + "documentation":"Specify a time to filter for batch inference jobs that were submitted after the time you specify.
", + "location":"querystring", + "locationName":"submitTimeAfter" + }, + "submitTimeBefore":{ + "shape":"Timestamp", + "documentation":"Specify a time to filter for batch inference jobs that were submitted before the time you specify.
", + "location":"querystring", + "locationName":"submitTimeBefore" + }, + "statusEquals":{ + "shape":"ModelInvocationJobStatus", + "documentation":"Specify a status to filter for batch inference jobs whose statuses match the string you specify.
", + "location":"querystring", + "locationName":"statusEquals" + }, + "nameContains":{ + "shape":"ModelInvocationJobName", + "documentation":"Specify a string to filter for batch inference jobs whose names contain the string.
", + "location":"querystring", + "locationName":"nameContains" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return. If there are more results than the number that you specify, a nextToken value is returned. Use the nextToken in a request to return the next batch of results.
If there were more results than the value you specified in the maxResults field in a previous ListModelInvocationJobs request, the response would have returned a nextToken value. To see the next batch of results, send the nextToken value in another request.
An attribute by which to sort the results.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"Specifies whether to sort the results by ascending or descending order.
", + "location":"querystring", + "locationName":"sortOrder" + } + } + }, + "ListModelInvocationJobsResponse":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"PaginationToken", + "documentation":"If there are more results than can fit in the response, a nextToken is returned. Use the nextToken in a request to return the next batch of results.
A list of items, each of which contains a summary about a batch inference job.
" + } + } + }, + "ListProvisionedModelThroughputsRequest":{ + "type":"structure", + "members":{ + "creationTimeAfter":{ + "shape":"Timestamp", + "documentation":"A filter that returns Provisioned Throughputs created after the specified time.
", + "location":"querystring", + "locationName":"creationTimeAfter" + }, + "creationTimeBefore":{ + "shape":"Timestamp", + "documentation":"A filter that returns Provisioned Throughputs created before the specified time.
", + "location":"querystring", + "locationName":"creationTimeBefore" + }, + "statusEquals":{ + "shape":"ProvisionedModelStatus", + "documentation":"A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
", + "location":"querystring", + "locationName":"statusEquals" + }, + "modelArnEquals":{ + "shape":"ModelArn", + "documentation":"A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.
", + "location":"querystring", + "locationName":"modelArnEquals" + }, + "nameContains":{ + "shape":"ProvisionedModelName", + "documentation":"A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
", + "location":"querystring", + "locationName":"nameContains" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"THe maximum number of results to return in the response. If there are more results than the number you specified, the response returns a nextToken value. To see the next batch of results, send the nextToken value in another list request.
If there are more results than the number you specified in the maxResults field, the response returns a nextToken value. To see the next batch of results, specify the nextToken value in this field.
The field by which to sort the returned list of Provisioned Throughputs.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"The sort order of the results.
", + "location":"querystring", + "locationName":"sortOrder" + } + } + }, + "ListProvisionedModelThroughputsResponse":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"PaginationToken", + "documentation":"If there are more results than the number you specified in the maxResults field, this value is returned. To see the next batch of results, include this value in the nextToken field in another list request.
A list of summaries, one for each Provisioned Throughput in the response.
" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceARN"], + "members":{ + "resourceARN":{ + "shape":"TaggableResourcesArn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "tags":{ + "shape":"TagList", + "documentation":"An array of the tags associated with this resource.
" + } + } + }, + "LogGroupName":{ + "type":"string", + "max":512, + "min":1 + }, + "LoggingConfig":{ + "type":"structure", + "members":{ + "cloudWatchConfig":{ + "shape":"CloudWatchConfig", + "documentation":"CloudWatch logging configuration.
" + }, + "s3Config":{ + "shape":"S3Config", + "documentation":"S3 configuration for storing log data.
" + }, + "textDataDeliveryEnabled":{ + "shape":"Boolean", + "documentation":"Set to include text data in the log delivery.
" + }, + "imageDataDeliveryEnabled":{ + "shape":"Boolean", + "documentation":"Set to include image data in the log delivery.
" + }, + "embeddingDataDeliveryEnabled":{ + "shape":"Boolean", + "documentation":"Set to include embeddings data in the log delivery.
" + } + }, + "documentation":"Configuration fields for invocation logging.
" + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":1000, + "min":1 + }, + "Message":{ + "type":"string", + "max":2048, + "min":0, + "sensitive":true + }, + "MetricFloat":{ + "type":"float", + "box":true + }, + "ModelArn":{ + "type":"string", + "max":1011, + "min":20, + "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}))" + }, + "ModelCopyJobArn":{ + "type":"string", + "max":1011, + "min":0, + "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-copy-job/[a-z0-9]{12}" + }, + "ModelCopyJobStatus":{ + "type":"string", + "enum":[ + "InProgress", + "Completed", + "Failed" + ] + }, + "ModelCopyJobSummaries":{ + "type":"list", + "member":{"shape":"ModelCopyJobSummary"} + }, + "ModelCopyJobSummary":{ + "type":"structure", + "required":[ + "jobArn", + "status", + "creationTime", + "targetModelArn", + "sourceAccountId", + "sourceModelArn" + ], + "members":{ + "jobArn":{ + "shape":"ModelCopyJobArn", + "documentation":"The Amazon Resoource Name (ARN) of the model copy job.
" + }, + "status":{ + "shape":"ModelCopyJobStatus", + "documentation":"The status of the model copy job.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The time that the model copy job was created.
" + }, + "targetModelArn":{ + "shape":"CustomModelArn", + "documentation":"The Amazon Resource Name (ARN) of the copied model.
" + }, + "targetModelName":{ + "shape":"CustomModelName", + "documentation":"The name of the copied model.
" + }, + "sourceAccountId":{ + "shape":"AccountId", + "documentation":"The unique identifier of the account that the model being copied originated from.
" + }, + "sourceModelArn":{ + "shape":"ModelArn", + "documentation":"The Amazon Resource Name (ARN) of the original model being copied.
" + }, + "targetModelKmsKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The Amazon Resource Name (ARN) of the KMS key used to encrypt the copied model.
" + }, + "targetModelTags":{ + "shape":"TagList", + "documentation":"Tags associated with the copied model.
" + }, + "failureMessage":{ + "shape":"ErrorMessage", + "documentation":"If a model fails to be copied, a message describing why the job failed is included here.
" + }, + "sourceModelName":{ + "shape":"CustomModelName", + "documentation":"The name of the original model being copied.
" + } + }, + "documentation":"Contains details about each model copy job.
This data type is used in the following API operations:
" + }, + "ModelCustomization":{ + "type":"string", + "enum":[ + "FINE_TUNING", + "CONTINUED_PRE_TRAINING" + ] + }, + "ModelCustomizationHyperParameters":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "ModelCustomizationJobArn":{ + "type":"string", + "max":1011, + "min":0, + "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-customization-job/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}/[a-z0-9]{12}" + }, + "ModelCustomizationJobIdentifier":{ + "type":"string", + "max":1011, + "min":0, + "pattern":"(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-customization-job/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}/[a-z0-9]{12})|([a-zA-Z0-9](-*[a-zA-Z0-9\\+\\-\\.])*)" + }, + "ModelCustomizationJobStatus":{ + "type":"string", + "enum":[ + "InProgress", + "Completed", + "Failed", + "Stopping", + "Stopped" + ] + }, + "ModelCustomizationJobSummaries":{ + "type":"list", + "member":{"shape":"ModelCustomizationJobSummary"} + }, + "ModelCustomizationJobSummary":{ + "type":"structure", + "required":[ + "jobArn", + "baseModelArn", + "jobName", + "status", + "creationTime" + ], + "members":{ + "jobArn":{ + "shape":"ModelCustomizationJobArn", + "documentation":"Amazon Resource Name (ARN) of the customization job.
" + }, + "baseModelArn":{ + "shape":"ModelArn", + "documentation":"Amazon Resource Name (ARN) of the base model.
" + }, + "jobName":{ + "shape":"JobName", + "documentation":"Name of the customization job.
" + }, + "status":{ + "shape":"ModelCustomizationJobStatus", + "documentation":"Status of the customization job.
" + }, + "lastModifiedTime":{ + "shape":"Timestamp", + "documentation":"Time that the customization job was last modified.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"Creation time of the custom model.
" + }, + "endTime":{ + "shape":"Timestamp", + "documentation":"Time that the customization job ended.
" + }, + "customModelArn":{ + "shape":"CustomModelArn", + "documentation":"Amazon Resource Name (ARN) of the custom model.
" + }, + "customModelName":{ + "shape":"CustomModelName", + "documentation":"Name of the custom model.
" + }, + "customizationType":{ + "shape":"CustomizationType", + "documentation":"Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
" + } + }, + "documentation":"Information about one customization job
" + }, + "ModelCustomizationList":{ + "type":"list", + "member":{"shape":"ModelCustomization"} + }, + "ModelDataSource":{ + "type":"structure", + "members":{ + "s3DataSource":{ + "shape":"S3DataSource", + "documentation":"The Amazon S3 data source of the imported model.
" + } + }, + "documentation":"Data source for the imported model.
", + "union":true + }, + "ModelId":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-:]{1,63}/[a-z0-9]{12}$)|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}$)))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(([0-9a-zA-Z][_-]?)+)" + }, + "ModelIdentifier":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}(([:][a-z0-9-]{1,63}){0,2})?/[a-z0-9]{12})|(:foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})))|(([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2}))|(([0-9a-zA-Z][_-]?)+)" + }, + "ModelImportJobArn":{ + "type":"string", + "max":1011, + "min":0, + "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-import-job/[a-z0-9]{12}" + }, + "ModelImportJobIdentifier":{ + "type":"string", + "max":1011, + "min":0, + "pattern":"(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-import-job/[a-z0-9]{12})|([a-zA-Z0-9](-*[a-zA-Z0-9\\+\\-\\.])*)" + }, + "ModelImportJobStatus":{ + "type":"string", + "enum":[ + "InProgress", + "Completed", + "Failed" + ] + }, + "ModelImportJobSummaries":{ + "type":"list", + "member":{"shape":"ModelImportJobSummary"} + }, + "ModelImportJobSummary":{ + "type":"structure", + "required":[ + "jobArn", + "jobName", + "status", + "creationTime" + ], + "members":{ + "jobArn":{ + "shape":"ModelImportJobArn", + "documentation":"The Amazon Resource Name (ARN) of the import job.
" + }, + "jobName":{ + "shape":"JobName", + "documentation":"The name of the import job.
" + }, + "status":{ + "shape":"ModelImportJobStatus", + "documentation":"The status of the imported job.
" + }, + "lastModifiedTime":{ + "shape":"Timestamp", + "documentation":"The time when the import job was last modified.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The time import job was created.
" + }, + "endTime":{ + "shape":"Timestamp", + "documentation":"The time when import job ended.
" + }, + "importedModelArn":{ + "shape":"ImportedModelArn", + "documentation":"The Amazon resource Name (ARN) of the imported model.
" + }, + "importedModelName":{ + "shape":"ImportedModelName", + "documentation":"The name of the imported model.
" + } + }, + "documentation":"Information about the import job.
" + }, + "ModelInvocationIdempotencyToken":{ + "type":"string", + "max":256, + "min":1, + "pattern":"[a-zA-Z0-9]{1,256}(-*[a-zA-Z0-9]){0,256}" + }, + "ModelInvocationJobArn":{ + "type":"string", + "max":1011, + "min":0, + "pattern":"(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-invocation-job/[a-z0-9]{12})" + }, + "ModelInvocationJobIdentifier":{ + "type":"string", + "max":1011, + "min":0, + "pattern":"((arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:model-invocation-job/)?[a-z0-9]{12})" + }, + "ModelInvocationJobInputDataConfig":{ + "type":"structure", + "members":{ + "s3InputDataConfig":{ + "shape":"ModelInvocationJobS3InputDataConfig", + "documentation":"Contains the configuration of the S3 location of the input data.
" + } + }, + "documentation":"Details about the location of the input to the batch inference job.
", + "union":true + }, + "ModelInvocationJobName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"[a-zA-Z0-9]{1,63}(-*[a-zA-Z0-9\\+\\-\\.]){0,63}" + }, + "ModelInvocationJobOutputDataConfig":{ + "type":"structure", + "members":{ + "s3OutputDataConfig":{ + "shape":"ModelInvocationJobS3OutputDataConfig", + "documentation":"Contains the configuration of the S3 location of the output data.
" + } + }, + "documentation":"Contains the configuration of the S3 location of the output data.
", + "union":true + }, + "ModelInvocationJobS3InputDataConfig":{ + "type":"structure", + "required":["s3Uri"], + "members":{ + "s3InputFormat":{ + "shape":"S3InputFormat", + "documentation":"The format of the input data.
" + }, + "s3Uri":{ + "shape":"S3Uri", + "documentation":"The S3 location of the input data.
" + }, + "s3BucketOwner":{ + "shape":"AccountId", + "documentation":"The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.
" + } + }, + "documentation":"Contains the configuration of the S3 location of the input data.
" + }, + "ModelInvocationJobS3OutputDataConfig":{ + "type":"structure", + "required":["s3Uri"], + "members":{ + "s3Uri":{ + "shape":"S3Uri", + "documentation":"The S3 location of the output data.
" + }, + "s3EncryptionKeyId":{ + "shape":"KmsKeyId", + "documentation":"The unique identifier of the key that encrypts the S3 location of the output data.
" + }, + "s3BucketOwner":{ + "shape":"AccountId", + "documentation":"The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.
" + } + }, + "documentation":"Contains the configuration of the S3 location of the output data.
" + }, + "ModelInvocationJobStatus":{ + "type":"string", + "enum":[ + "Submitted", + "InProgress", + "Completed", + "Failed", + "Stopping", + "Stopped", + "PartiallyCompleted", + "Expired", + "Validating", + "Scheduled" + ] + }, + "ModelInvocationJobSummaries":{ + "type":"list", + "member":{"shape":"ModelInvocationJobSummary"} + }, + "ModelInvocationJobSummary":{ + "type":"structure", + "required":[ + "jobArn", + "jobName", + "modelId", + "roleArn", + "submitTime", + "inputDataConfig", + "outputDataConfig" + ], + "members":{ + "jobArn":{ + "shape":"ModelInvocationJobArn", + "documentation":"The Amazon Resource Name (ARN) of the batch inference job.
" + }, + "jobName":{ + "shape":"ModelInvocationJobName", + "documentation":"The name of the batch inference job.
" + }, + "modelId":{ + "shape":"ModelId", + "documentation":"The unique identifier of the foundation model used for model inference.
" + }, + "clientRequestToken":{ + "shape":"ModelInvocationIdempotencyToken", + "documentation":"A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
" + }, + "roleArn":{ + "shape":"RoleArn", + "documentation":"The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. You can use the console to create a default service role or follow the steps at Create a service role for batch inference.
" + }, + "status":{ + "shape":"ModelInvocationJobStatus", + "documentation":"The status of the batch inference job.
" + }, + "message":{ + "shape":"Message", + "documentation":"If the batch inference job failed, this field contains a message describing why the job failed.
" + }, + "submitTime":{ + "shape":"Timestamp", + "documentation":"The time at which the batch inference job was submitted.
" + }, + "lastModifiedTime":{ + "shape":"Timestamp", + "documentation":"The time at which the batch inference job was last modified.
" + }, + "endTime":{ + "shape":"Timestamp", + "documentation":"The time at which the batch inference job ended.
" + }, + "inputDataConfig":{ + "shape":"ModelInvocationJobInputDataConfig", + "documentation":"Details about the location of the input to the batch inference job.
" + }, + "outputDataConfig":{ + "shape":"ModelInvocationJobOutputDataConfig", + "documentation":"Details about the location of the output of the batch inference job.
" + }, + "vpcConfig":{ + "shape":"VpcConfig", + "documentation":"The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see Protect batch inference jobs using a VPC.
" + }, + "timeoutDurationInHours":{ + "shape":"ModelInvocationJobTimeoutDurationInHours", + "documentation":"The number of hours after which the batch inference job was set to time out.
" + }, + "jobExpirationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the batch inference job times or timed out.
" + } + }, + "documentation":"A summary of a batch inference job.
" + }, + "ModelInvocationJobTimeoutDurationInHours":{ + "type":"integer", + "box":true, + "max":168, + "min":24 + }, + "ModelModality":{ + "type":"string", + "enum":[ + "TEXT", + "IMAGE", + "EMBEDDING" + ] + }, + "ModelModalityList":{ + "type":"list", + "member":{"shape":"ModelModality"} + }, + "ModelName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63})" + }, + "NonBlankString":{ + "type":"string", + "pattern":"[\\s\\S]*" + }, + "OutputDataConfig":{ + "type":"structure", + "required":["s3Uri"], + "members":{ + "s3Uri":{ + "shape":"S3Uri", + "documentation":"The S3 URI where the output data is stored.
" + } + }, + "documentation":"S3 Location of the output data.
" + }, + "PaginationToken":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"\\S*" + }, + "PositiveInteger":{ + "type":"integer", + "box":true, + "min":1 + }, + "Provider":{ + "type":"string", + "pattern":"[A-Za-z0-9- ]{1,63}" + }, + "ProvisionedModelArn":{ + "type":"string", + "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:provisioned-model/[a-z0-9]{12}" + }, + "ProvisionedModelId":{ + "type":"string", + "pattern":"((([0-9a-zA-Z][_-]?)+)|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:provisioned-model/[a-z0-9]{12}))" + }, + "ProvisionedModelName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"([0-9a-zA-Z][_-]?)+" + }, + "ProvisionedModelStatus":{ + "type":"string", + "enum":[ + "Creating", + "InService", + "Updating", + "Failed" + ] + }, + "ProvisionedModelSummaries":{ + "type":"list", + "member":{"shape":"ProvisionedModelSummary"} + }, + "ProvisionedModelSummary":{ + "type":"structure", + "required":[ + "provisionedModelName", + "provisionedModelArn", + "modelArn", + "desiredModelArn", + "foundationModelArn", + "modelUnits", + "desiredModelUnits", + "status", + "creationTime", + "lastModifiedTime" + ], + "members":{ + "provisionedModelName":{ + "shape":"ProvisionedModelName", + "documentation":"The name of the Provisioned Throughput.
" + }, + "provisionedModelArn":{ + "shape":"ProvisionedModelArn", + "documentation":"The Amazon Resource Name (ARN) of the Provisioned Throughput.
" + }, + "modelArn":{ + "shape":"ModelArn", + "documentation":"The Amazon Resource Name (ARN) of the model associated with the Provisioned Throughput.
" + }, + "desiredModelArn":{ + "shape":"ModelArn", + "documentation":"The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the modelArn if updating hasn't completed.
The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.
" + }, + "modelUnits":{ + "shape":"PositiveInteger", + "documentation":"The number of model units allocated to the Provisioned Throughput.
" + }, + "desiredModelUnits":{ + "shape":"PositiveInteger", + "documentation":"The number of model units that was requested to be allocated to the Provisioned Throughput.
" + }, + "status":{ + "shape":"ProvisionedModelStatus", + "documentation":"The status of the Provisioned Throughput.
" + }, + "commitmentDuration":{ + "shape":"CommitmentDuration", + "documentation":"The duration for which the Provisioned Throughput was committed.
" + }, + "commitmentExpirationTime":{ + "shape":"Timestamp", + "documentation":"The timestamp for when the commitment term of the Provisioned Throughput expires.
" + }, + "creationTime":{ + "shape":"Timestamp", + "documentation":"The time that the Provisioned Throughput was created.
" + }, + "lastModifiedTime":{ + "shape":"Timestamp", + "documentation":"The time that the Provisioned Throughput was last modified.
" + } + }, + "documentation":"A summary of information about a Provisioned Throughput.
This data type is used in the following API operations:
" + }, + "PutModelInvocationLoggingConfigurationRequest":{ + "type":"structure", + "required":["loggingConfig"], + "members":{ + "loggingConfig":{ + "shape":"LoggingConfig", + "documentation":"The logging configuration values to set.
" + } + } + }, + "PutModelInvocationLoggingConfigurationResponse":{ + "type":"structure", + "members":{ + } + }, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "RoleArn":{ + "type":"string", + "documentation":"ARN of a IAM role
", + "max":2048, + "min":0, + "pattern":"arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+" + }, + "S3Config":{ + "type":"structure", + "required":["bucketName"], + "members":{ + "bucketName":{ + "shape":"BucketName", + "documentation":"S3 bucket name.
" + }, + "keyPrefix":{ + "shape":"KeyPrefix", + "documentation":"S3 prefix.
" + } + }, + "documentation":"S3 configuration for storing log data.
" + }, + "S3DataSource":{ + "type":"structure", + "required":["s3Uri"], + "members":{ + "s3Uri":{ + "shape":"S3Uri", + "documentation":"The URI of the Amazon S3 data source.
" + } + }, + "documentation":"The Amazon S3 data source of the imported job.
" + }, + "S3InputFormat":{ + "type":"string", + "enum":["JSONL"] + }, + "S3Uri":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"s3://[a-z0-9][-.a-z0-9]{1,61}(?:/[-!_*'().a-z0-9A-Z]+(?:/[-!_*'().a-z0-9A-Z]+)*)?/?" + }, + "SageMakerFlowDefinitionArn":{ + "type":"string", + "max":1024, + "min":0, + "pattern":"arn:aws(-[^:]+)?:sagemaker:[a-z0-9-]{1,20}:[0-9]{12}:flow-definition/.*" + }, + "SecurityGroupId":{ + "type":"string", + "max":32, + "min":0, + "pattern":"[-0-9a-zA-Z]+" + }, + "SecurityGroupIds":{ + "type":"list", + "member":{"shape":"SecurityGroupId"}, + "max":5, + "min":1 + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"The number of requests exceeds the service quota. Resubmit your request later.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "SortByProvisionedModels":{ + "type":"string", + "enum":["CreationTime"] + }, + "SortJobsBy":{ + "type":"string", + "enum":["CreationTime"] + }, + "SortModelsBy":{ + "type":"string", + "enum":["CreationTime"] + }, + "SortOrder":{ + "type":"string", + "enum":[ + "Ascending", + "Descending" + ] + }, + "StopEvaluationJobRequest":{ + "type":"structure", + "required":["jobIdentifier"], + "members":{ + "jobIdentifier":{ + "shape":"EvaluationJobIdentifier", + "documentation":"The ARN of the model evaluation job you want to stop.
", + "location":"uri", + "locationName":"jobIdentifier" + } + } + }, + "StopEvaluationJobResponse":{ + "type":"structure", + "members":{ + } + }, + "StopModelCustomizationJobRequest":{ + "type":"structure", + "required":["jobIdentifier"], + "members":{ + "jobIdentifier":{ + "shape":"ModelCustomizationJobIdentifier", + "documentation":"Job identifier of the job to stop.
", + "location":"uri", + "locationName":"jobIdentifier" + } + } + }, + "StopModelCustomizationJobResponse":{ + "type":"structure", + "members":{ + } + }, + "StopModelInvocationJobRequest":{ + "type":"structure", + "required":["jobIdentifier"], + "members":{ + "jobIdentifier":{ + "shape":"ModelInvocationJobIdentifier", + "documentation":"The Amazon Resource Name (ARN) of the batch inference job to stop.
", + "location":"uri", + "locationName":"jobIdentifier" + } + } + }, + "StopModelInvocationJobResponse":{ + "type":"structure", + "members":{ + } + }, + "String":{"type":"string"}, + "SubnetId":{ + "type":"string", + "max":32, + "min":0, + "pattern":"[-0-9a-zA-Z]+" + }, + "SubnetIds":{ + "type":"list", + "member":{"shape":"SubnetId"}, + "max":16, + "min":1 + }, + "Tag":{ + "type":"structure", + "required":[ + "key", + "value" + ], + "members":{ + "key":{ + "shape":"TagKey", + "documentation":"Key for the tag.
" + }, + "value":{ + "shape":"TagValue", + "documentation":"Value for the tag.
" + } + }, + "documentation":"Definition of the key/value pair for a tag.
" + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"[a-zA-Z0-9\\s._:/=+@-]*" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":200, + "min":0 + }, + "TagList":{ + "type":"list", + "member":{"shape":"Tag"}, + "max":200, + "min":0 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceARN", + "tags" + ], + "members":{ + "resourceARN":{ + "shape":"TaggableResourcesArn", + "documentation":"The Amazon Resource Name (ARN) of the resource to tag.
" + }, + "tags":{ + "shape":"TagList", + "documentation":"Tags to associate with the resource.
" + } + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0, + "pattern":"[a-zA-Z0-9\\s._:/=+@-]*" + }, + "TaggableResourcesArn":{ + "type":"string", + "max":1011, + "min":20, + "pattern":".*(^[a-zA-Z0-9][a-zA-Z0-9\\-]*$)|(^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:([0-9]{12}|)((:(fine-tuning-job|model-customization-job|custom-model)/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2}(/[a-z0-9]{12})$)|(:guardrail/[a-z0-9]+$)|(:(provisioned-model|model-invocation-job|model-evaluation-job|evaluation-job|model-import-job|imported-model)/[a-z0-9]{12}$))).*" + }, + "ThrottlingException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"The number of requests exceeds the limit. Resubmit your request later.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true + }, + "Timestamp":{ + "type":"timestamp", + "timestampFormat":"iso8601" + }, + "TooManyTagsException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"}, + "resourceName":{ + "shape":"TaggableResourcesArn", + "documentation":"The name of the resource with too many tags.
" + } + }, + "documentation":"The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "TrainingDataConfig":{ + "type":"structure", + "required":["s3Uri"], + "members":{ + "s3Uri":{ + "shape":"S3Uri", + "documentation":"The S3 URI where the training data is stored.
" + } + }, + "documentation":"S3 Location of the training data.
" + }, + "TrainingMetrics":{ + "type":"structure", + "members":{ + "trainingLoss":{ + "shape":"MetricFloat", + "documentation":"Loss metric associated with the custom job.
" + } + }, + "documentation":"Metrics associated with the custom job.
" + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceARN", + "tagKeys" + ], + "members":{ + "resourceARN":{ + "shape":"TaggableResourcesArn", + "documentation":"The Amazon Resource Name (ARN) of the resource to untag.
" + }, + "tagKeys":{ + "shape":"TagKeyList", + "documentation":"Tag keys of the tags to remove from the resource.
" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateGuardrailRequest":{ + "type":"structure", + "required":[ + "guardrailIdentifier", + "name", + "blockedInputMessaging", + "blockedOutputsMessaging" + ], + "members":{ + "guardrailIdentifier":{ + "shape":"GuardrailIdentifier", + "documentation":"The unique identifier of the guardrail. This can be an ID or the ARN.
", + "location":"uri", + "locationName":"guardrailIdentifier" + }, + "name":{ + "shape":"GuardrailName", + "documentation":"A name for the guardrail.
" + }, + "description":{ + "shape":"GuardrailDescription", + "documentation":"A description of the guardrail.
" + }, + "topicPolicyConfig":{ + "shape":"GuardrailTopicPolicyConfig", + "documentation":"The topic policy to configure for the guardrail.
" + }, + "contentPolicyConfig":{ + "shape":"GuardrailContentPolicyConfig", + "documentation":"The content policy to configure for the guardrail.
" + }, + "wordPolicyConfig":{ + "shape":"GuardrailWordPolicyConfig", + "documentation":"The word policy to configure for the guardrail.
" + }, + "sensitiveInformationPolicyConfig":{ + "shape":"GuardrailSensitiveInformationPolicyConfig", + "documentation":"The sensitive information policy to configure for the guardrail.
" + }, + "contextualGroundingPolicyConfig":{ + "shape":"GuardrailContextualGroundingPolicyConfig", + "documentation":"The contextual grounding policy configuration used to update a guardrail.
" + }, + "blockedInputMessaging":{ + "shape":"GuardrailBlockedMessaging", + "documentation":"The message to return when the guardrail blocks a prompt.
" + }, + "blockedOutputsMessaging":{ + "shape":"GuardrailBlockedMessaging", + "documentation":"The message to return when the guardrail blocks a model response.
" + }, + "kmsKeyId":{ + "shape":"KmsKeyId", + "documentation":"The ARN of the KMS key with which to encrypt the guardrail.
" + } + } + }, + "UpdateGuardrailResponse":{ + "type":"structure", + "required":[ + "guardrailId", + "guardrailArn", + "version", + "updatedAt" + ], + "members":{ + "guardrailId":{ + "shape":"GuardrailId", + "documentation":"The unique identifier of the guardrail
" + }, + "guardrailArn":{ + "shape":"GuardrailArn", + "documentation":"The ARN of the guardrail.
" + }, + "version":{ + "shape":"GuardrailDraftVersion", + "documentation":"The version of the guardrail.
" + }, + "updatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time at which the guardrail was updated.
" + } + } + }, + "UpdateProvisionedModelThroughputRequest":{ + "type":"structure", + "required":["provisionedModelId"], + "members":{ + "provisionedModelId":{ + "shape":"ProvisionedModelId", + "documentation":"The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.
", + "location":"uri", + "locationName":"provisionedModelId" + }, + "desiredProvisionedModelName":{ + "shape":"ProvisionedModelName", + "documentation":"The new name for this Provisioned Throughput.
" + }, + "desiredModelId":{ + "shape":"ModelIdentifier", + "documentation":"The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can't specify this field if this Provisioned Throughput is associated with a base model.
If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:
The base model from which the custom model was customized.
Another custom model that was customized from the same base model as the custom model.
Information about the validators.
" + } + }, + "documentation":"Array of up to 10 validators.
" + }, + "ValidationException":{ + "type":"structure", + "members":{ + "message":{"shape":"NonBlankString"} + }, + "documentation":"Input validation failed. Check your request parameters and retry the request.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ValidationMetrics":{ + "type":"list", + "member":{"shape":"ValidatorMetric"} + }, + "Validator":{ + "type":"structure", + "required":["s3Uri"], + "members":{ + "s3Uri":{ + "shape":"S3Uri", + "documentation":"The S3 URI where the validation data is stored.
" + } + }, + "documentation":"Information about a validator.
" + }, + "ValidatorMetric":{ + "type":"structure", + "members":{ + "validationLoss":{ + "shape":"MetricFloat", + "documentation":"The validation loss associated with this validator.
" + } + }, + "documentation":"The metric for the validator.
" + }, + "Validators":{ + "type":"list", + "member":{"shape":"Validator"}, + "max":10, + "min":0 + }, + "VpcConfig":{ + "type":"structure", + "required":[ + "subnetIds", + "securityGroupIds" + ], + "members":{ + "subnetIds":{ + "shape":"SubnetIds", + "documentation":"An array of IDs for each subnet in the VPC to use.
" + }, + "securityGroupIds":{ + "shape":"SecurityGroupIds", + "documentation":"An array of IDs for each security group in the VPC to use.
" + } + }, + "documentation":"The configuration of a virtual private cloud (VPC). For more information, see Protect your data using Amazon Virtual Private Cloud and Amazon Web Services PrivateLink.
" + } + }, + "documentation":"Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.
" +} diff --git a/testbed/boto__botocore/botocore/data/bedrock/2023-04-20/waiters-2.json b/testbed/boto__botocore/botocore/data/bedrock/2023-04-20/waiters-2.json new file mode 100644 index 0000000000000000000000000000000000000000..4b20636aa4c8b334eca901959d698c0b98cba6d6 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/bedrock/2023-04-20/waiters-2.json @@ -0,0 +1,5 @@ +{ + "version": 2, + "waiters": { + } +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/chatbot/2017-10-11/service-2.json b/testbed/boto__botocore/botocore/data/chatbot/2017-10-11/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..af4332e9c51923e161044e3fec7fe2ab01b657eb --- /dev/null +++ b/testbed/boto__botocore/botocore/data/chatbot/2017-10-11/service-2.json @@ -0,0 +1,2077 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2017-10-11", + "auth":["aws.auth#sigv4"], + "endpointPrefix":"chatbot", + "protocol":"rest-json", + "protocols":["rest-json"], + "serviceFullName":"AWS Chatbot", + "serviceId":"chatbot", + "signatureVersion":"v4", + "signingName":"chatbot", + "uid":"chatbot-2017-10-11" + }, + "operations":{ + "CreateChimeWebhookConfiguration":{ + "name":"CreateChimeWebhookConfiguration", + "http":{ + "method":"POST", + "requestUri":"/create-chime-webhook-configuration", + "responseCode":201 + }, + "input":{"shape":"CreateChimeWebhookConfigurationRequest"}, + "output":{"shape":"CreateChimeWebhookConfigurationResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ConflictException"}, + {"shape":"LimitExceededException"}, + {"shape":"CreateChimeWebhookConfigurationException"} + ], + "documentation":"Creates an AWS Chatbot configuration for Amazon Chime.
" + }, + "CreateMicrosoftTeamsChannelConfiguration":{ + "name":"CreateMicrosoftTeamsChannelConfiguration", + "http":{ + "method":"POST", + "requestUri":"/create-ms-teams-channel-configuration", + "responseCode":201 + }, + "input":{"shape":"CreateTeamsChannelConfigurationRequest"}, + "output":{"shape":"CreateTeamsChannelConfigurationResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ConflictException"}, + {"shape":"LimitExceededException"}, + {"shape":"CreateTeamsChannelConfigurationException"} + ], + "documentation":"Creates an AWS Chatbot configuration for Microsoft Teams.
" + }, + "CreateSlackChannelConfiguration":{ + "name":"CreateSlackChannelConfiguration", + "http":{ + "method":"POST", + "requestUri":"/create-slack-channel-configuration", + "responseCode":201 + }, + "input":{"shape":"CreateSlackChannelConfigurationRequest"}, + "output":{"shape":"CreateSlackChannelConfigurationResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ConflictException"}, + {"shape":"LimitExceededException"}, + {"shape":"CreateSlackChannelConfigurationException"} + ], + "documentation":"Creates an AWS Chatbot confugration for Slack.
" + }, + "DeleteChimeWebhookConfiguration":{ + "name":"DeleteChimeWebhookConfiguration", + "http":{ + "method":"POST", + "requestUri":"/delete-chime-webhook-configuration", + "responseCode":204 + }, + "input":{"shape":"DeleteChimeWebhookConfigurationRequest"}, + "output":{"shape":"DeleteChimeWebhookConfigurationResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"DeleteChimeWebhookConfigurationException"} + ], + "documentation":"Deletes a Amazon Chime webhook configuration for AWS Chatbot.
" + }, + "DeleteMicrosoftTeamsChannelConfiguration":{ + "name":"DeleteMicrosoftTeamsChannelConfiguration", + "http":{ + "method":"POST", + "requestUri":"/delete-ms-teams-channel-configuration", + "responseCode":204 + }, + "input":{"shape":"DeleteTeamsChannelConfigurationRequest"}, + "output":{"shape":"DeleteTeamsChannelConfigurationResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"DeleteTeamsChannelConfigurationException"} + ], + "documentation":"Deletes a Microsoft Teams channel configuration for AWS Chatbot
" + }, + "DeleteMicrosoftTeamsConfiguredTeam":{ + "name":"DeleteMicrosoftTeamsConfiguredTeam", + "http":{ + "method":"POST", + "requestUri":"/delete-ms-teams-configured-teams", + "responseCode":204 + }, + "input":{"shape":"DeleteTeamsConfiguredTeamRequest"}, + "output":{"shape":"DeleteTeamsConfiguredTeamResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"DeleteTeamsConfiguredTeamException"} + ], + "documentation":"Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it.
" + }, + "DeleteMicrosoftTeamsUserIdentity":{ + "name":"DeleteMicrosoftTeamsUserIdentity", + "http":{ + "method":"POST", + "requestUri":"/delete-ms-teams-user-identity", + "responseCode":204 + }, + "input":{"shape":"DeleteMicrosoftTeamsUserIdentityRequest"}, + "output":{"shape":"DeleteMicrosoftTeamsUserIdentityResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"DeleteMicrosoftTeamsUserIdentityException"} + ], + "documentation":"Identifes a user level permission for a channel configuration.
" + }, + "DeleteSlackChannelConfiguration":{ + "name":"DeleteSlackChannelConfiguration", + "http":{ + "method":"POST", + "requestUri":"/delete-slack-channel-configuration", + "responseCode":204 + }, + "input":{"shape":"DeleteSlackChannelConfigurationRequest"}, + "output":{"shape":"DeleteSlackChannelConfigurationResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"DeleteSlackChannelConfigurationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deletes a Slack channel configuration for AWS Chatbot
" + }, + "DeleteSlackUserIdentity":{ + "name":"DeleteSlackUserIdentity", + "http":{ + "method":"POST", + "requestUri":"/delete-slack-user-identity", + "responseCode":204 + }, + "input":{"shape":"DeleteSlackUserIdentityRequest"}, + "output":{"shape":"DeleteSlackUserIdentityResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"DeleteSlackUserIdentityException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deletes a user level permission for a Slack channel configuration.
" + }, + "DeleteSlackWorkspaceAuthorization":{ + "name":"DeleteSlackWorkspaceAuthorization", + "http":{ + "method":"POST", + "requestUri":"/delete-slack-workspace-authorization", + "responseCode":204 + }, + "input":{"shape":"DeleteSlackWorkspaceAuthorizationRequest"}, + "output":{"shape":"DeleteSlackWorkspaceAuthorizationResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"DeleteSlackWorkspaceAuthorizationFault"} + ], + "documentation":"Deletes the Slack workspace authorization that allows channels to be configured in that workspace. This requires all configured channels in the workspace to be deleted.
" + }, + "DescribeChimeWebhookConfigurations":{ + "name":"DescribeChimeWebhookConfigurations", + "http":{ + "method":"POST", + "requestUri":"/describe-chime-webhook-configurations", + "responseCode":200 + }, + "input":{"shape":"DescribeChimeWebhookConfigurationsRequest"}, + "output":{"shape":"DescribeChimeWebhookConfigurationsResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"DescribeChimeWebhookConfigurationsException"} + ], + "documentation":"Lists Amazon Chime webhook configurations optionally filtered by ChatConfigurationArn
" + }, + "DescribeSlackChannelConfigurations":{ + "name":"DescribeSlackChannelConfigurations", + "http":{ + "method":"POST", + "requestUri":"/describe-slack-channel-configurations", + "responseCode":200 + }, + "input":{"shape":"DescribeSlackChannelConfigurationsRequest"}, + "output":{"shape":"DescribeSlackChannelConfigurationsResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"DescribeSlackChannelConfigurationsException"} + ], + "documentation":"Lists Slack channel configurations optionally filtered by ChatConfigurationArn
" + }, + "DescribeSlackUserIdentities":{ + "name":"DescribeSlackUserIdentities", + "http":{ + "method":"POST", + "requestUri":"/describe-slack-user-identities", + "responseCode":200 + }, + "input":{"shape":"DescribeSlackUserIdentitiesRequest"}, + "output":{"shape":"DescribeSlackUserIdentitiesResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"DescribeSlackUserIdentitiesException"} + ], + "documentation":"Lists all Slack user identities with a mapped role.
" + }, + "DescribeSlackWorkspaces":{ + "name":"DescribeSlackWorkspaces", + "http":{ + "method":"POST", + "requestUri":"/describe-slack-workspaces", + "responseCode":200 + }, + "input":{"shape":"DescribeSlackWorkspacesRequest"}, + "output":{"shape":"DescribeSlackWorkspacesResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"DescribeSlackWorkspacesException"}, + {"shape":"InvalidRequestException"} + ], + "documentation":"List all authorized Slack workspaces connected to the AWS Account onboarded with AWS Chatbot.
" + }, + "GetAccountPreferences":{ + "name":"GetAccountPreferences", + "http":{ + "method":"POST", + "requestUri":"/get-account-preferences", + "responseCode":200 + }, + "input":{"shape":"GetAccountPreferencesRequest"}, + "output":{"shape":"GetAccountPreferencesResult"}, + "errors":[ + {"shape":"InvalidRequestException"}, + {"shape":"GetAccountPreferencesException"} + ], + "documentation":"Returns AWS Chatbot account preferences.
" + }, + "GetMicrosoftTeamsChannelConfiguration":{ + "name":"GetMicrosoftTeamsChannelConfiguration", + "http":{ + "method":"POST", + "requestUri":"/get-ms-teams-channel-configuration", + "responseCode":200 + }, + "input":{"shape":"GetTeamsChannelConfigurationRequest"}, + "output":{"shape":"GetTeamsChannelConfigurationResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"GetTeamsChannelConfigurationException"} + ], + "documentation":"Returns a Microsoft Teams channel configuration in an AWS account.
" + }, + "ListMicrosoftTeamsChannelConfigurations":{ + "name":"ListMicrosoftTeamsChannelConfigurations", + "http":{ + "method":"POST", + "requestUri":"/list-ms-teams-channel-configurations", + "responseCode":200 + }, + "input":{"shape":"ListTeamsChannelConfigurationsRequest"}, + "output":{"shape":"ListTeamsChannelConfigurationsResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"ListTeamsChannelConfigurationsException"}, + {"shape":"InvalidRequestException"} + ], + "documentation":"Lists all AWS Chatbot Microsoft Teams channel configurations in an AWS account.
" + }, + "ListMicrosoftTeamsConfiguredTeams":{ + "name":"ListMicrosoftTeamsConfiguredTeams", + "http":{ + "method":"POST", + "requestUri":"/list-ms-teams-configured-teams", + "responseCode":200 + }, + "input":{"shape":"ListMicrosoftTeamsConfiguredTeamsRequest"}, + "output":{"shape":"ListMicrosoftTeamsConfiguredTeamsResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ListMicrosoftTeamsConfiguredTeamsException"} + ], + "documentation":"Lists all authorized Microsoft Teams for an AWS Account
" + }, + "ListMicrosoftTeamsUserIdentities":{ + "name":"ListMicrosoftTeamsUserIdentities", + "http":{ + "method":"POST", + "requestUri":"/list-ms-teams-user-identities", + "responseCode":200 + }, + "input":{"shape":"ListMicrosoftTeamsUserIdentitiesRequest"}, + "output":{"shape":"ListMicrosoftTeamsUserIdentitiesResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ListMicrosoftTeamsUserIdentitiesException"} + ], + "documentation":"A list all Microsoft Teams user identities with a mapped role.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"POST", + "requestUri":"/list-tags-for-resource", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ServiceUnavailableException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServiceError"} + ], + "documentation":"Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a user, server, or role.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tag-resource", + "responseCode":200 + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"ServiceUnavailableException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServiceError"}, + {"shape":"TooManyTagsException"} + ], + "documentation":"Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"POST", + "requestUri":"/untag-resource", + "responseCode":200 + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"ServiceUnavailableException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServiceError"} + ], + "documentation":"Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities.
" + }, + "UpdateAccountPreferences":{ + "name":"UpdateAccountPreferences", + "http":{ + "method":"POST", + "requestUri":"/update-account-preferences", + "responseCode":200 + }, + "input":{"shape":"UpdateAccountPreferencesRequest"}, + "output":{"shape":"UpdateAccountPreferencesResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UpdateAccountPreferencesException"} + ], + "documentation":"Updates AWS Chatbot account preferences.
" + }, + "UpdateChimeWebhookConfiguration":{ + "name":"UpdateChimeWebhookConfiguration", + "http":{ + "method":"POST", + "requestUri":"/update-chime-webhook-configuration", + "responseCode":200 + }, + "input":{"shape":"UpdateChimeWebhookConfigurationRequest"}, + "output":{"shape":"UpdateChimeWebhookConfigurationResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"UpdateChimeWebhookConfigurationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Updates a Amazon Chime webhook configuration.
" + }, + "UpdateMicrosoftTeamsChannelConfiguration":{ + "name":"UpdateMicrosoftTeamsChannelConfiguration", + "http":{ + "method":"POST", + "requestUri":"/update-ms-teams-channel-configuration", + "responseCode":200 + }, + "input":{"shape":"UpdateTeamsChannelConfigurationRequest"}, + "output":{"shape":"UpdateTeamsChannelConfigurationResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"UpdateTeamsChannelConfigurationException"} + ], + "documentation":"Updates an Microsoft Teams channel configuration.
" + }, + "UpdateSlackChannelConfiguration":{ + "name":"UpdateSlackChannelConfiguration", + "http":{ + "method":"POST", + "requestUri":"/update-slack-channel-configuration", + "responseCode":200 + }, + "input":{"shape":"UpdateSlackChannelConfigurationRequest"}, + "output":{"shape":"UpdateSlackChannelConfigurationResult"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"UpdateSlackChannelConfigurationException"} + ], + "documentation":"Updates a Slack channel configuration.
" + } + }, + "shapes":{ + "AccountPreferences":{ + "type":"structure", + "members":{ + "UserAuthorizationRequired":{ + "shape":"BooleanAccountPreference", + "documentation":"Enables use of a user role requirement in your chat configuration.
" + }, + "TrainingDataCollectionEnabled":{ + "shape":"BooleanAccountPreference", + "documentation":"Turns on training data collection.
This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AI technologies for AWS Chatbot.
" + } + }, + "documentation":"Preferences related to AWS Chatbot usage in the calling AWS account.
" + }, + "AmazonResourceName":{ + "type":"string", + "max":1011, + "min":1, + "pattern":"arn:aws:(wheatley|chatbot):[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}" + }, + "Arn":{ + "type":"string", + "max":1224, + "min":12, + "pattern":"arn:aws:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}" + }, + "AwsUserIdentity":{ + "type":"string", + "max":1101, + "min":15, + "pattern":"arn:aws:(iam|sts)::[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}" + }, + "BooleanAccountPreference":{ + "type":"boolean", + "box":true + }, + "ChatConfigurationArn":{ + "type":"string", + "max":1169, + "min":19, + "pattern":"arn:aws:(wheatley|chatbot):[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}" + }, + "ChimeWebhookConfiguration":{ + "type":"structure", + "required":[ + "WebhookDescription", + "ChatConfigurationArn", + "IamRoleArn", + "SnsTopicArns" + ], + "members":{ + "WebhookDescription":{ + "shape":"ChimeWebhookDescription", + "documentation":"A description of the webhook. We recommend using the convention RoomName/WebhookName.
For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide.
" + }, + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Number (ARN) of the ChimeWebhookConfiguration.
" + }, + "IamRoleArn":{ + "shape":"Arn", + "documentation":"A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
" + }, + "SnsTopicArns":{ + "shape":"SnsTopicArnList", + "documentation":"The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
" + }, + "ConfigurationName":{ + "shape":"ConfigurationName", + "documentation":"The name of the configuration.
" + }, + "LoggingLevel":{ + "shape":"CustomerCwLogLevel", + "documentation":"Logging levels include ERROR, INFO, or NONE.
A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.
" + }, + "State":{ + "shape":"ResourceState", + "documentation":"Either ENABLED or DISABLED. The resource returns DISABLED if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.
Provided if State is DISABLED. Provides context as to why the resource is disabled.
An AWS Chatbot configuration for Amazon Chime.
" + }, + "ChimeWebhookConfigurationList":{ + "type":"list", + "member":{"shape":"ChimeWebhookConfiguration"} + }, + "ChimeWebhookDescription":{ + "type":"string", + "max":255, + "min":1, + "sensitive":true + }, + "ChimeWebhookUrl":{ + "type":"string", + "max":255, + "min":1, + "pattern":"https://hooks\\.chime\\.aws/incomingwebhooks/[A-Za-z0-9\\-]+?\\?token=[A-Za-z0-9\\-]+", + "sensitive":true + }, + "ConfigurationName":{ + "type":"string", + "max":128, + "min":1, + "pattern":"[A-Za-z0-9-_]+" + }, + "ConfiguredTeam":{ + "type":"structure", + "required":[ + "TenantId", + "TeamId" + ], + "members":{ + "TenantId":{ + "shape":"UUID", + "documentation":"The ID of the Microsoft Teams tenant.
" + }, + "TeamId":{ + "shape":"UUID", + "documentation":"The ID of the Microsoft Teams authorized with AWS Chatbot.
To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.
" + }, + "TeamName":{ + "shape":"UUID", + "documentation":"The name of the Microsoft Teams Team.
" + }, + "State":{ + "shape":"ResourceState", + "documentation":"Either ENABLED or DISABLED. The resource returns DISABLED if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.
Provided if State is DISABLED. Provides context as to why the resource is disabled.
A Microsoft Teams team that is authorized with AWS Chatbot.
" + }, + "ConfiguredTeamsList":{ + "type":"list", + "member":{"shape":"ConfiguredTeam"} + }, + "ConflictException":{ + "type":"structure", + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"There was an issue processing your request.
", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "CreateChimeWebhookConfigurationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "CreateChimeWebhookConfigurationRequest":{ + "type":"structure", + "required":[ + "WebhookDescription", + "WebhookUrl", + "SnsTopicArns", + "IamRoleArn", + "ConfigurationName" + ], + "members":{ + "WebhookDescription":{ + "shape":"ChimeWebhookDescription", + "documentation":"A description of the webhook. We recommend using the convention RoomName/WebhookName.
For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide.
" + }, + "WebhookUrl":{ + "shape":"ChimeWebhookUrl", + "documentation":"The URL for the Amazon Chime webhook.
" + }, + "SnsTopicArns":{ + "shape":"SnsTopicArnList", + "documentation":"The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
" + }, + "IamRoleArn":{ + "shape":"Arn", + "documentation":"A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
" + }, + "ConfigurationName":{ + "shape":"ConfigurationName", + "documentation":"The name of the configuration.
" + }, + "LoggingLevel":{ + "shape":"CustomerCwLogLevel", + "documentation":"Logging levels include ERROR, INFO, or NONE.
A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.
" + } + } + }, + "CreateChimeWebhookConfigurationResult":{ + "type":"structure", + "members":{ + "WebhookConfiguration":{ + "shape":"ChimeWebhookConfiguration", + "documentation":"An Amazon Chime webhook configuration.
" + } + } + }, + "CreateSlackChannelConfigurationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "CreateSlackChannelConfigurationRequest":{ + "type":"structure", + "required":[ + "SlackTeamId", + "SlackChannelId", + "IamRoleArn", + "ConfigurationName" + ], + "members":{ + "SlackTeamId":{ + "shape":"SlackTeamId", + "documentation":"The ID of the Slack workspace authorized with AWS Chatbot.
" + }, + "SlackChannelId":{ + "shape":"SlackChannelId", + "documentation":"The ID of the Slack channel.
To get this ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ.
" + }, + "SlackChannelName":{ + "shape":"SlackChannelDisplayName", + "documentation":"The name of the Slack channel.
" + }, + "SnsTopicArns":{ + "shape":"SnsTopicArnList", + "documentation":"The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
" + }, + "IamRoleArn":{ + "shape":"Arn", + "documentation":"A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
" + }, + "ConfigurationName":{ + "shape":"ConfigurationName", + "documentation":"The name of the configuration.
" + }, + "LoggingLevel":{ + "shape":"CustomerCwLogLevel", + "documentation":"Logging levels include ERROR, INFO, or NONE.
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set.
Enables use of a user role requirement in your chat configuration.
" + }, + "Tags":{ + "shape":"Tags", + "documentation":"A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.
" + } + } + }, + "CreateSlackChannelConfigurationResult":{ + "type":"structure", + "members":{ + "ChannelConfiguration":{ + "shape":"SlackChannelConfiguration", + "documentation":"The configuration for a Slack channel configured with AWS Chatbot.
" + } + } + }, + "CreateTeamsChannelConfigurationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "CreateTeamsChannelConfigurationRequest":{ + "type":"structure", + "required":[ + "ChannelId", + "TeamId", + "TenantId", + "IamRoleArn", + "ConfigurationName" + ], + "members":{ + "ChannelId":{ + "shape":"TeamsChannelId", + "documentation":"The ID of the Microsoft Teams channel.
" + }, + "ChannelName":{ + "shape":"TeamsChannelName", + "documentation":"The name of the Microsoft Teams channel.
" + }, + "TeamId":{ + "shape":"UUID", + "documentation":"The ID of the Microsoft Teams authorized with AWS Chatbot.
To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.
" + }, + "TeamName":{ + "shape":"TeamName", + "documentation":"The name of the Microsoft Teams Team.
" + }, + "TenantId":{ + "shape":"UUID", + "documentation":"The ID of the Microsoft Teams tenant.
" + }, + "SnsTopicArns":{ + "shape":"SnsTopicArnList", + "documentation":"The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
" + }, + "IamRoleArn":{ + "shape":"Arn", + "documentation":"A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
" + }, + "ConfigurationName":{ + "shape":"ConfigurationName", + "documentation":"The name of the configuration.
" + }, + "LoggingLevel":{ + "shape":"CustomerCwLogLevel", + "documentation":"Logging levels include ERROR, INFO, or NONE.
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set.
Enables use of a user role requirement in your chat configuration.
" + }, + "Tags":{ + "shape":"Tags", + "documentation":"A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.
" + } + } + }, + "CreateTeamsChannelConfigurationResult":{ + "type":"structure", + "members":{ + "ChannelConfiguration":{ + "shape":"TeamsChannelConfiguration", + "documentation":"The configuration for a Microsoft Teams channel configured with AWS Chatbot.
" + } + } + }, + "CustomerCwLogLevel":{ + "type":"string", + "max":5, + "min":4, + "pattern":"(ERROR|INFO|NONE)" + }, + "DeleteChimeWebhookConfigurationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "DeleteChimeWebhookConfigurationRequest":{ + "type":"structure", + "required":["ChatConfigurationArn"], + "members":{ + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to delete.
" + } + } + }, + "DeleteChimeWebhookConfigurationResult":{ + "type":"structure", + "members":{ + } + }, + "DeleteMicrosoftTeamsUserIdentityException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "DeleteMicrosoftTeamsUserIdentityRequest":{ + "type":"structure", + "required":[ + "ChatConfigurationArn", + "UserId" + ], + "members":{ + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.
" + }, + "UserId":{ + "shape":"UUID", + "documentation":"The Microsoft Teams user ID.
" + } + } + }, + "DeleteMicrosoftTeamsUserIdentityResult":{ + "type":"structure", + "members":{ + } + }, + "DeleteSlackChannelConfigurationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "DeleteSlackChannelConfigurationRequest":{ + "type":"structure", + "required":["ChatConfigurationArn"], + "members":{ + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Name (ARN) of the SlackChannelConfiguration to delete.
" + } + } + }, + "DeleteSlackChannelConfigurationResult":{ + "type":"structure", + "members":{ + } + }, + "DeleteSlackUserIdentityException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "DeleteSlackUserIdentityRequest":{ + "type":"structure", + "required":[ + "ChatConfigurationArn", + "SlackTeamId", + "SlackUserId" + ], + "members":{ + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The ARN of the SlackChannelConfiguration associated with the user identity to delete.
" + }, + "SlackTeamId":{ + "shape":"SlackTeamId", + "documentation":"The ID of the Slack workspace authorized with AWS Chatbot.
" + }, + "SlackUserId":{ + "shape":"SlackUserId", + "documentation":"The ID of the user in Slack
" + } + } + }, + "DeleteSlackUserIdentityResult":{ + "type":"structure", + "members":{ + } + }, + "DeleteSlackWorkspaceAuthorizationFault":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"There was an issue deleting your Slack workspace.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "DeleteSlackWorkspaceAuthorizationRequest":{ + "type":"structure", + "required":["SlackTeamId"], + "members":{ + "SlackTeamId":{ + "shape":"SlackTeamId", + "documentation":"The ID of the Slack workspace authorized with AWS Chatbot.
" + } + } + }, + "DeleteSlackWorkspaceAuthorizationResult":{ + "type":"structure", + "members":{ + } + }, + "DeleteTeamsChannelConfigurationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "DeleteTeamsChannelConfigurationRequest":{ + "type":"structure", + "required":["ChatConfigurationArn"], + "members":{ + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.
" + } + } + }, + "DeleteTeamsChannelConfigurationResult":{ + "type":"structure", + "members":{ + } + }, + "DeleteTeamsConfiguredTeamException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "DeleteTeamsConfiguredTeamRequest":{ + "type":"structure", + "required":["TeamId"], + "members":{ + "TeamId":{ + "shape":"UUID", + "documentation":"The ID of the Microsoft Teams team authorized with AWS Chatbot.
To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.
" + } + } + }, + "DeleteTeamsConfiguredTeamResult":{ + "type":"structure", + "members":{ + } + }, + "DescribeChimeWebhookConfigurationsException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "DescribeChimeWebhookConfigurationsRequest":{ + "type":"structure", + "members":{ + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + }, + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"An optional Amazon Resource Number (ARN) of a ChimeWebhookConfiguration to describe.
" + } + } + }, + "DescribeChimeWebhookConfigurationsResult":{ + "type":"structure", + "members":{ + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + }, + "WebhookConfigurations":{ + "shape":"ChimeWebhookConfigurationList", + "documentation":"A list of Amazon Chime webhooks associated with the account.
" + } + } + }, + "DescribeSlackChannelConfigurationsException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "DescribeSlackChannelConfigurationsRequest":{ + "type":"structure", + "members":{ + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + }, + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"An optional Amazon Resource Number (ARN) of a SlackChannelConfiguration to describe.
" + } + } + }, + "DescribeSlackChannelConfigurationsResult":{ + "type":"structure", + "members":{ + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + }, + "SlackChannelConfigurations":{ + "shape":"SlackChannelConfigurationList", + "documentation":"A list of Slack channel configurations.
" + } + } + }, + "DescribeSlackUserIdentitiesException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "DescribeSlackUserIdentitiesRequest":{ + "type":"structure", + "members":{ + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Number (ARN) of the SlackChannelConfiguration associated with the user identities to describe.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
" + } + } + }, + "DescribeSlackUserIdentitiesResult":{ + "type":"structure", + "members":{ + "SlackUserIdentities":{ + "shape":"SlackUserIdentitiesList", + "documentation":"A list of Slack User Identities.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + } + } + }, + "DescribeSlackWorkspacesException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "DescribeSlackWorkspacesRequest":{ + "type":"structure", + "members":{ + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + } + } + }, + "DescribeSlackWorkspacesResult":{ + "type":"structure", + "members":{ + "SlackWorkspaces":{ + "shape":"SlackWorkspacesList", + "documentation":"A list of Slack workspaces registered with AWS Chatbot.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + } + } + }, + "ErrorMessage":{"type":"string"}, + "GetAccountPreferencesException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "GetAccountPreferencesRequest":{ + "type":"structure", + "members":{ + } + }, + "GetAccountPreferencesResult":{ + "type":"structure", + "members":{ + "AccountPreferences":{ + "shape":"AccountPreferences", + "documentation":"The preferences related to AWS Chatbot usage in the calling AWS account.
" + } + } + }, + "GetTeamsChannelConfigurationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "GetTeamsChannelConfigurationRequest":{ + "type":"structure", + "required":["ChatConfigurationArn"], + "members":{ + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Number (ARN) of the MicrosoftTeamsChannelConfiguration to retrieve.
" + } + } + }, + "GetTeamsChannelConfigurationResult":{ + "type":"structure", + "members":{ + "ChannelConfiguration":{ + "shape":"TeamsChannelConfiguration", + "documentation":"The configuration for a Microsoft Teams channel configured with AWS Chatbot.
" + } + } + }, + "GuardrailPolicyArn":{ + "type":"string", + "max":1163, + "min":11, + "pattern":"(^$|(?!.*\\/aws-service-role\\/.*)arn:aws:iam:[A-Za-z0-9_\\/.-]{0,63}:[A-Za-z0-9_\\/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_\\/+=,@.-]{0,1023})" + }, + "GuardrailPolicyArnList":{ + "type":"list", + "member":{"shape":"GuardrailPolicyArn"} + }, + "InternalServiceError":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"Unexpected error during processing of request.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "InvalidParameterException":{ + "type":"structure", + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"Your request input doesn't meet the constraints required by AWS Chatbot.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "InvalidRequestException":{ + "type":"structure", + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"Your request input doesn't meet the constraints required by AWS Chatbot.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "LimitExceededException":{ + "type":"structure", + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"You have exceeded a service limit for AWS Chatbot.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "ListMicrosoftTeamsConfiguredTeamsException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "ListMicrosoftTeamsConfiguredTeamsRequest":{ + "type":"structure", + "members":{ + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + } + } + }, + "ListMicrosoftTeamsConfiguredTeamsResult":{ + "type":"structure", + "members":{ + "ConfiguredTeams":{ + "shape":"ConfiguredTeamsList", + "documentation":"A list of teams in Microsoft Teams that are configured with AWS Chatbot.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + } + } + }, + "ListMicrosoftTeamsUserIdentitiesException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "ListMicrosoftTeamsUserIdentitiesRequest":{ + "type":"structure", + "members":{ + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Number (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identities to list.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
" + } + } + }, + "ListMicrosoftTeamsUserIdentitiesResult":{ + "type":"structure", + "members":{ + "TeamsUserIdentities":{ + "shape":"TeamsUserIdentitiesList", + "documentation":"User level permissions associated to a channel configuration.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["ResourceARN"], + "members":{ + "ResourceARN":{ + "shape":"AmazonResourceName", + "documentation":"The ARN you specified to list the tags of.
" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "Tags":{ + "shape":"TagList", + "documentation":"Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items. Tags are metadata that you define.
" + } + } + }, + "ListTeamsChannelConfigurationsException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "ListTeamsChannelConfigurationsRequest":{ + "type":"structure", + "members":{ + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + }, + "TeamId":{ + "shape":"UUID", + "documentation":"The ID of the Microsoft Teams authorized with AWS Chatbot.
To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.
" + } + } + }, + "ListTeamsChannelConfigurationsResult":{ + "type":"structure", + "members":{ + "NextToken":{ + "shape":"PaginationToken", + "documentation":"An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
" + }, + "TeamChannelConfigurations":{ + "shape":"TeamChannelConfigurationsList", + "documentation":"A list of AWS Chatbot channel configurations for Microsoft Teams.
" + } + } + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":100, + "min":1 + }, + "PaginationToken":{ + "type":"string", + "max":1276, + "min":1, + "pattern":"[a-zA-Z0-9=\\/+_.\\-,#:\\\\\"{}]{4,1276}" + }, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We were unable to find the resource for your request
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "ResourceState":{ + "type":"string", + "pattern":"(ENABLED|DISABLED)" + }, + "ServiceUnavailableException":{ + "type":"structure", + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true + }, + "SlackChannelConfiguration":{ + "type":"structure", + "required":[ + "SlackTeamName", + "SlackTeamId", + "SlackChannelId", + "SlackChannelName", + "ChatConfigurationArn", + "IamRoleArn", + "SnsTopicArns" + ], + "members":{ + "SlackTeamName":{ + "shape":"SlackTeamName", + "documentation":"Name of the Slack workspace.
" + }, + "SlackTeamId":{ + "shape":"SlackTeamId", + "documentation":"The ID of the Slack workspace authorized with Amazon Chime.
" + }, + "SlackChannelId":{ + "shape":"SlackChannelId", + "documentation":"The ID of the Slack channel.
To get this ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ.
" + }, + "SlackChannelName":{ + "shape":"SlackChannelDisplayName", + "documentation":"The name of the Slack channel.
" + }, + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Number (ARN) of the SlackChannelConfiguration.
" + }, + "IamRoleArn":{ + "shape":"Arn", + "documentation":"A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
" + }, + "SnsTopicArns":{ + "shape":"SnsTopicArnList", + "documentation":"The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
" + }, + "ConfigurationName":{ + "shape":"ConfigurationName", + "documentation":"The name of the configuration.
" + }, + "LoggingLevel":{ + "shape":"CustomerCwLogLevel", + "documentation":"Logging levels include ERROR, INFO, or NONE.
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set.
Enables use of a user role requirement in your chat configuration.
" + }, + "Tags":{ + "shape":"Tags", + "documentation":"A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.
" + }, + "State":{ + "shape":"ResourceState", + "documentation":"Either ENABLED or DISABLED. The resource returns DISABLED if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.
Provided if State is DISABLED. Provides context as to why the resource is disabled.
An AWS Chatbot configuration for Slack.
" + }, + "SlackChannelConfigurationList":{ + "type":"list", + "member":{"shape":"SlackChannelConfiguration"} + }, + "SlackChannelDisplayName":{ + "type":"string", + "max":255, + "min":1, + "sensitive":true + }, + "SlackChannelId":{ + "type":"string", + "max":255, + "min":1, + "pattern":"[A-Za-z0-9]+" + }, + "SlackTeamId":{ + "type":"string", + "max":255, + "min":1, + "pattern":"[0-9A-Z]{1,255}" + }, + "SlackTeamName":{ + "type":"string", + "max":255, + "min":1 + }, + "SlackUserId":{ + "type":"string", + "max":255, + "min":1, + "pattern":"(.*)" + }, + "SlackUserIdentitiesList":{ + "type":"list", + "member":{"shape":"SlackUserIdentity"} + }, + "SlackUserIdentity":{ + "type":"structure", + "required":[ + "IamRoleArn", + "ChatConfigurationArn", + "SlackTeamId", + "SlackUserId" + ], + "members":{ + "IamRoleArn":{ + "shape":"Arn", + "documentation":"A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
" + }, + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Number (ARN) of the SlackChannelConfiguration associated with the user identity to delete.
" + }, + "SlackTeamId":{ + "shape":"SlackTeamId", + "documentation":"The ID of the Slack workspace authorized with AWS Chatbot.
" + }, + "SlackUserId":{ + "shape":"SlackUserId", + "documentation":"The ID of the user in Slack
" + }, + "AwsUserIdentity":{ + "shape":"AwsUserIdentity", + "documentation":"The AWS user identity ARN used to associate a Slack user ID with an IAM Role.
" + } + }, + "documentation":"Identifes a user level permission for a channel configuration.
" + }, + "SlackWorkspace":{ + "type":"structure", + "required":[ + "SlackTeamId", + "SlackTeamName" + ], + "members":{ + "SlackTeamId":{ + "shape":"SlackTeamId", + "documentation":"The ID of the Slack workspace authorized with AWS Chatbot.
" + }, + "SlackTeamName":{ + "shape":"SlackTeamName", + "documentation":"The name of the Slack workspace.
" + }, + "State":{ + "shape":"ResourceState", + "documentation":"Either ENABLED or DISABLED. The resource returns DISABLED if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.
Provided if State is DISABLED. Provides context as to why the resource is disabled.
A Slack workspace.
" + }, + "SlackWorkspacesList":{ + "type":"list", + "member":{"shape":"SlackWorkspace"} + }, + "SnsTopicArnList":{ + "type":"list", + "member":{"shape":"Arn"} + }, + "String":{"type":"string"}, + "Tag":{ + "type":"structure", + "required":[ + "TagKey", + "TagValue" + ], + "members":{ + "TagKey":{ + "shape":"TagKey", + "documentation":"The key of the tag.
" + }, + "TagValue":{ + "shape":"TagValue", + "documentation":"The value of the tag.
" + } + }, + "documentation":"A key-value pair. A tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty (null) strings.
Do not include confidential or sensitive information in this field.
For more information, see User-Defined Tag Restrictions in the AWS Billing and Cost Management User Guide.
" + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1 + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":200, + "min":0 + }, + "TagList":{ + "type":"list", + "member":{"shape":"Tag"}, + "max":200, + "min":0 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceARN", + "Tags" + ], + "members":{ + "ResourceARN":{ + "shape":"AmazonResourceName", + "documentation":"The ARN of the configuration.
" + }, + "Tags":{ + "shape":"TagList", + "documentation":"A list of tags to apply to the configuration.
" + } + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0 + }, + "Tags":{ + "type":"list", + "member":{"shape":"Tag"} + }, + "TeamChannelConfigurationsList":{ + "type":"list", + "member":{"shape":"TeamsChannelConfiguration"} + }, + "TeamName":{ + "type":"string", + "max":255, + "min":1, + "pattern":"(.*)", + "sensitive":true + }, + "TeamsChannelConfiguration":{ + "type":"structure", + "required":[ + "ChannelId", + "TeamId", + "TenantId", + "ChatConfigurationArn", + "IamRoleArn", + "SnsTopicArns" + ], + "members":{ + "ChannelId":{ + "shape":"TeamsChannelId", + "documentation":"The ID of the Microsoft Teams channel.
" + }, + "ChannelName":{ + "shape":"TeamsChannelName", + "documentation":"The name of the Microsoft Teams channel.
" + }, + "TeamId":{ + "shape":"UUID", + "documentation":"The ID of the Microsoft Teams authorized with AWS Chatbot.
To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.
" + }, + "TeamName":{ + "shape":"TeamName", + "documentation":"The name of the Microsoft Teams Team.
" + }, + "TenantId":{ + "shape":"UUID", + "documentation":"The ID of the Microsoft Teams tenant.
" + }, + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.
" + }, + "IamRoleArn":{ + "shape":"Arn", + "documentation":"A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
" + }, + "SnsTopicArns":{ + "shape":"SnsTopicArnList", + "documentation":"The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
" + }, + "ConfigurationName":{ + "shape":"ConfigurationName", + "documentation":"The name of the configuration.
" + }, + "LoggingLevel":{ + "shape":"CustomerCwLogLevel", + "documentation":"Logging levels include ERROR, INFO, or NONE.
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set.
Enables use of a user role requirement in your chat configuration.
" + }, + "Tags":{ + "shape":"Tags", + "documentation":"A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.
" + }, + "State":{ + "shape":"ResourceState", + "documentation":"Either ENABLED or DISABLED. The resource returns DISABLED if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.
Provided if State is DISABLED. Provides context as to why the resource is disabled.
An AWS Chatbot configuration for Microsoft Teams.
" + }, + "TeamsChannelId":{ + "type":"string", + "max":255, + "min":1, + "pattern":"([a-zA-Z0-9-_=+\\/.,])*%3[aA]([a-zA-Z0-9-_=+\\/.,])*%40([a-zA-Z0-9-_=+\\/.,])*" + }, + "TeamsChannelName":{ + "type":"string", + "max":1000, + "min":1, + "pattern":"(.*)", + "sensitive":true + }, + "TeamsUserIdentitiesList":{ + "type":"list", + "member":{"shape":"TeamsUserIdentity"} + }, + "TeamsUserIdentity":{ + "type":"structure", + "required":[ + "IamRoleArn", + "ChatConfigurationArn", + "TeamId" + ], + "members":{ + "IamRoleArn":{ + "shape":"Arn", + "documentation":"A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
" + }, + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.
" + }, + "TeamId":{ + "shape":"UUID", + "documentation":"The ID of the Microsoft Teams authorized with AWS Chatbot.
To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.
" + }, + "UserId":{ + "shape":"UUID", + "documentation":"The Microsoft Teams user ID.
" + }, + "AwsUserIdentity":{ + "shape":"AwsUserIdentity", + "documentation":"The AWS user identity ARN used to associate a Microsoft Teams user Identity with an IAM Role.
" + }, + "TeamsChannelId":{ + "shape":"TeamsChannelId", + "documentation":"The ID of the Microsoft Teams channel.
" + }, + "TeamsTenantId":{ + "shape":"UUID", + "documentation":"The ID of the Microsoft Teams tenant.
" + } + }, + "documentation":"Identifes a user level permission for a channel configuration.
" + }, + "TooManyTagsException":{ + "type":"structure", + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"The supplied list of tags contains too many tags.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "UUID":{ + "type":"string", + "max":36, + "min":36, + "pattern":"[0-9A-Fa-f]{8}(?:-[0-9A-Fa-f]{4}){3}-[0-9A-Fa-f]{12}" + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceARN", + "TagKeys" + ], + "members":{ + "ResourceARN":{ + "shape":"AmazonResourceName", + "documentation":"The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific AWS resource, such as a server, user, or role.
" + }, + "TagKeys":{ + "shape":"TagKeyList", + "documentation":"TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.
" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateAccountPreferencesException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "UpdateAccountPreferencesRequest":{ + "type":"structure", + "members":{ + "UserAuthorizationRequired":{ + "shape":"BooleanAccountPreference", + "documentation":"Enables use of a user role requirement in your chat configuration.
" + }, + "TrainingDataCollectionEnabled":{ + "shape":"BooleanAccountPreference", + "documentation":"Turns on training data collection.
This helps improve the AWS Chatbot experience by allowing AWS Chatbot to store and use your customer information, such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot generated responses, and interaction data. This data helps us to continuously improve and develop Artificial Intelligence (AI) technologies. Your data is not shared with any third parties and is protected using sophisticated controls to prevent unauthorized access and misuse. AWS Chatbot does not store or use interactions in chat channels with Amazon Q for training AI technologies for AWS Chatbot.
" + } + } + }, + "UpdateAccountPreferencesResult":{ + "type":"structure", + "members":{ + "AccountPreferences":{ + "shape":"AccountPreferences", + "documentation":"Preferences related to AWS Chatbot usage in the calling AWS account.
" + } + } + }, + "UpdateChimeWebhookConfigurationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "UpdateChimeWebhookConfigurationRequest":{ + "type":"structure", + "required":["ChatConfigurationArn"], + "members":{ + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Number (ARN) of the ChimeWebhookConfiguration to update.
" + }, + "WebhookDescription":{ + "shape":"ChimeWebhookDescription", + "documentation":"A description of the webhook. We recommend using the convention RoomName/WebhookName.
For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide.
" + }, + "WebhookUrl":{ + "shape":"ChimeWebhookUrl", + "documentation":"The URL for the Amazon Chime webhook.
" + }, + "SnsTopicArns":{ + "shape":"SnsTopicArnList", + "documentation":"The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
" + }, + "IamRoleArn":{ + "shape":"Arn", + "documentation":"A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
" + }, + "LoggingLevel":{ + "shape":"CustomerCwLogLevel", + "documentation":"Logging levels include ERROR, INFO, or NONE.
A Amazon Chime webhook configuration.
" + } + } + }, + "UpdateSlackChannelConfigurationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "UpdateSlackChannelConfigurationRequest":{ + "type":"structure", + "required":[ + "ChatConfigurationArn", + "SlackChannelId" + ], + "members":{ + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Number (ARN) of the SlackChannelConfiguration to update.
" + }, + "SlackChannelId":{ + "shape":"SlackChannelId", + "documentation":"The ID of the Slack channel.
To get this ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ.
" + }, + "SlackChannelName":{ + "shape":"SlackChannelDisplayName", + "documentation":"The name of the Slack channel.
" + }, + "SnsTopicArns":{ + "shape":"SnsTopicArnList", + "documentation":"The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
" + }, + "IamRoleArn":{ + "shape":"Arn", + "documentation":"A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
" + }, + "LoggingLevel":{ + "shape":"CustomerCwLogLevel", + "documentation":"Logging levels include ERROR, INFO, or NONE.
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set.
Enables use of a user role requirement in your chat configuration.
" + } + } + }, + "UpdateSlackChannelConfigurationResult":{ + "type":"structure", + "members":{ + "ChannelConfiguration":{ + "shape":"SlackChannelConfiguration", + "documentation":"The configuration for a Slack channel configured with AWS Chatbot.
" + } + } + }, + "UpdateTeamsChannelConfigurationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"We can’t process your request right now because of a server issue. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "UpdateTeamsChannelConfigurationRequest":{ + "type":"structure", + "required":[ + "ChatConfigurationArn", + "ChannelId" + ], + "members":{ + "ChatConfigurationArn":{ + "shape":"ChatConfigurationArn", + "documentation":"The Amazon Resource Number (ARN) of the TeamsChannelConfiguration to update.
" + }, + "ChannelId":{ + "shape":"TeamsChannelId", + "documentation":"The ID of the Microsoft Teams channel.
" + }, + "ChannelName":{ + "shape":"TeamsChannelName", + "documentation":"The name of the Microsoft Teams channel.
" + }, + "SnsTopicArns":{ + "shape":"SnsTopicArnList", + "documentation":"The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
" + }, + "IamRoleArn":{ + "shape":"Arn", + "documentation":"A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
" + }, + "LoggingLevel":{ + "shape":"CustomerCwLogLevel", + "documentation":"Logging levels include ERROR, INFO, or NONE.
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed AdministratorAccess policy is applied by default if this is not set.
Enables use of a user role requirement in your chat configuration.
" + } + } + }, + "UpdateTeamsChannelConfigurationResult":{ + "type":"structure", + "members":{ + "ChannelConfiguration":{ + "shape":"TeamsChannelConfiguration", + "documentation":"The configuration for a Microsoft Teams channel configured with AWS Chatbot.
" + } + } + } + }, + "documentation":"The AWS Chatbot API Reference provides descriptions, API request parameters, and the XML response for each of the AWS Chatbot API actions.
AWS Chatbot APIs are currently available in the following Regions:
US East (Ohio) - us-east-2
US West (Oregon) - us-west-2
Asia Pacific (Singapore) - ap-southeast-1
Europe (Ireland) - eu-west-1
The AWS Chatbot console can only be used in US East (Ohio). Your configuration data however, is stored in each of the relevant available Regions.
Your AWS CloudTrail events are logged in whatever Region you call from, not US East (N. Virginia) by default.
Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.
" + }, + "CreateHost":{ + "name":"CreateHost", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateHostInput"}, + "output":{"shape":"CreateHostOutput"}, + "errors":[ + {"shape":"LimitExceededException"} + ], + "documentation":"Creates a resource that represents the infrastructure where a third-party provider is installed. The host is used when you create connections to an installed third-party provider type, such as GitHub Enterprise Server. You create one host for all connections to that provider.
A host created through the CLI or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by setting up the host in the console.
Creates a link to a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
" + }, + "CreateSyncConfiguration":{ + "name":"CreateSyncConfiguration", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateSyncConfigurationInput"}, + "output":{"shape":"CreateSyncConfigurationOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"LimitExceededException"}, + {"shape":"ResourceAlreadyExistsException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource. Parameters for the sync configuration are determined by the sync type.
" + }, + "DeleteConnection":{ + "name":"DeleteConnection", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteConnectionInput"}, + "output":{"shape":"DeleteConnectionOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"} + ], + "documentation":"The connection to be deleted.
" + }, + "DeleteHost":{ + "name":"DeleteHost", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteHostInput"}, + "output":{"shape":"DeleteHostOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ResourceUnavailableException"} + ], + "documentation":"The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.
A host cannot be deleted if it is in the VPC_CONFIG_INITIALIZING or VPC_CONFIG_DELETING state.
Deletes the association between your connection and a specified external Git repository.
" + }, + "DeleteSyncConfiguration":{ + "name":"DeleteSyncConfiguration", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteSyncConfigurationInput"}, + "output":{"shape":"DeleteSyncConfigurationOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"LimitExceededException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Deletes the sync configuration for a specified repository and connection.
" + }, + "GetConnection":{ + "name":"GetConnection", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetConnectionInput"}, + "output":{"shape":"GetConnectionOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ResourceUnavailableException"} + ], + "documentation":"Returns the connection ARN and details such as status, owner, and provider type.
" + }, + "GetHost":{ + "name":"GetHost", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetHostInput"}, + "output":{"shape":"GetHostOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ResourceUnavailableException"} + ], + "documentation":"Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC configuration.
" + }, + "GetRepositoryLink":{ + "name":"GetRepositoryLink", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetRepositoryLinkInput"}, + "output":{"shape":"GetRepositoryLinkOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns details about a repository link. A repository link allows Git sync to monitor and sync changes from files in a specified Git repository.
" + }, + "GetRepositorySyncStatus":{ + "name":"GetRepositorySyncStatus", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetRepositorySyncStatusInput"}, + "output":{"shape":"GetRepositorySyncStatusOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns details about the sync status for a repository. A repository sync uses Git sync to push and pull changes from your remote repository.
" + }, + "GetResourceSyncStatus":{ + "name":"GetResourceSyncStatus", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetResourceSyncStatusInput"}, + "output":{"shape":"GetResourceSyncStatusOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns the status of the sync with the Git repository for a specific Amazon Web Services resource.
" + }, + "GetSyncBlockerSummary":{ + "name":"GetSyncBlockerSummary", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetSyncBlockerSummaryInput"}, + "output":{"shape":"GetSyncBlockerSummaryOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns a list of the most recent sync blockers.
" + }, + "GetSyncConfiguration":{ + "name":"GetSyncConfiguration", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetSyncConfigurationInput"}, + "output":{"shape":"GetSyncConfigurationOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns details about a sync configuration, including the sync type and resource name. A sync configuration allows the configuration to sync (push and pull) changes from the remote repository for a specified branch in a Git repository.
" + }, + "ListConnections":{ + "name":"ListConnections", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListConnectionsInput"}, + "output":{"shape":"ListConnectionsOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Lists the connections associated with your account.
" + }, + "ListHosts":{ + "name":"ListHosts", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListHostsInput"}, + "output":{"shape":"ListHostsOutput"}, + "documentation":"Lists the hosts associated with your account.
" + }, + "ListRepositoryLinks":{ + "name":"ListRepositoryLinks", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListRepositoryLinksInput"}, + "output":{"shape":"ListRepositoryLinksOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Lists the repository links created for connections in your account.
" + }, + "ListRepositorySyncDefinitions":{ + "name":"ListRepositorySyncDefinitions", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListRepositorySyncDefinitionsInput"}, + "output":{"shape":"ListRepositorySyncDefinitionsOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Lists the repository sync definitions for repository links in your account.
" + }, + "ListSyncConfigurations":{ + "name":"ListSyncConfigurations", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListSyncConfigurationsInput"}, + "output":{"shape":"ListSyncConfigurationsOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns a list of sync configurations for a specified repository.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListTagsForResourceInput"}, + "output":{"shape":"ListTagsForResourceOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Gets the set of key-value pairs (metadata) that are used to manage the resource.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"TagResourceInput"}, + "output":{"shape":"TagResourceOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"LimitExceededException"} + ], + "documentation":"Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UntagResourceInput"}, + "output":{"shape":"UntagResourceOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Removes tags from an Amazon Web Services resource.
" + }, + "UpdateHost":{ + "name":"UpdateHost", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateHostInput"}, + "output":{"shape":"UpdateHostOutput"}, + "errors":[ + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ResourceUnavailableException"}, + {"shape":"UnsupportedOperationException"} + ], + "documentation":"Updates a specified host with the provided configurations.
" + }, + "UpdateRepositoryLink":{ + "name":"UpdateRepositoryLink", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateRepositoryLinkInput"}, + "output":{"shape":"UpdateRepositoryLinkOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ConditionalCheckFailedException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"UpdateOutOfSyncException"} + ], + "documentation":"Updates the association between your connection and a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
" + }, + "UpdateSyncBlocker":{ + "name":"UpdateSyncBlocker", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateSyncBlockerInput"}, + "output":{"shape":"UpdateSyncBlockerOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"RetryLatestCommitFailedException"}, + {"shape":"SyncBlockerDoesNotExistException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
" + }, + "UpdateSyncConfiguration":{ + "name":"UpdateSyncConfiguration", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateSyncConfigurationInput"}, + "output":{"shape":"UpdateSyncConfigurationOutput"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"InternalServerException"}, + {"shape":"InvalidInputException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"UpdateOutOfSyncException"} + ], + "documentation":"Updates the sync configuration for your connection and a specified external Git repository.
" + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"You do not have sufficient access to perform this action.
", + "exception":true + }, + "AccountId":{ + "type":"string", + "max":12, + "min":12, + "pattern":"[0-9]{12}" + }, + "AmazonResourceName":{ + "type":"string", + "max":1011, + "min":1, + "pattern":"arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+" + }, + "BlockerStatus":{ + "type":"string", + "enum":[ + "ACTIVE", + "RESOLVED" + ] + }, + "BlockerType":{ + "type":"string", + "enum":["AUTOMATED"] + }, + "BranchName":{ + "type":"string", + "max":255, + "min":1, + "pattern":"^.*$" + }, + "ConcurrentModificationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
", + "exception":true + }, + "ConditionalCheckFailedException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"The conditional check failed. Try again later.
", + "exception":true + }, + "ConflictException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"Two conflicting operations have been made on the same resource.
", + "exception":true + }, + "Connection":{ + "type":"structure", + "members":{ + "ConnectionName":{ + "shape":"ConnectionName", + "documentation":"The name of the connection. Connection names must be unique in an Amazon Web Services account.
" + }, + "ConnectionArn":{ + "shape":"ConnectionArn", + "documentation":"The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between Amazon Web Servicesservices.
The ARN is never reused if the connection is deleted.
The name of the external provider where your third-party code repository is configured.
" + }, + "OwnerAccountId":{ + "shape":"AccountId", + "documentation":"The identifier of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.
" + }, + "ConnectionStatus":{ + "shape":"ConnectionStatus", + "documentation":"The current status of the connection.
" + }, + "HostArn":{ + "shape":"HostArn", + "documentation":"The Amazon Resource Name (ARN) of the host associated with the connection.
" + } + }, + "documentation":"A resource that is used to connect third-party source providers with services like CodePipeline.
Note: A connection created through CloudFormation, the CLI, or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by updating the connection in the console.
" + }, + "ConnectionArn":{ + "type":"string", + "max":256, + "min":0, + "pattern":"arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+" + }, + "ConnectionList":{ + "type":"list", + "member":{"shape":"Connection"} + }, + "ConnectionName":{ + "type":"string", + "max":32, + "min":1, + "pattern":"[\\s\\S]*" + }, + "ConnectionStatus":{ + "type":"string", + "enum":[ + "PENDING", + "AVAILABLE", + "ERROR" + ] + }, + "CreateConnectionInput":{ + "type":"structure", + "required":["ConnectionName"], + "members":{ + "ProviderType":{ + "shape":"ProviderType", + "documentation":"The name of the external provider where your third-party code repository is configured.
" + }, + "ConnectionName":{ + "shape":"ConnectionName", + "documentation":"The name of the connection to be created.
" + }, + "Tags":{ + "shape":"TagList", + "documentation":"The key-value pair to use when tagging the resource.
" + }, + "HostArn":{ + "shape":"HostArn", + "documentation":"The Amazon Resource Name (ARN) of the host associated with the connection to be created.
" + } + } + }, + "CreateConnectionOutput":{ + "type":"structure", + "required":["ConnectionArn"], + "members":{ + "ConnectionArn":{ + "shape":"ConnectionArn", + "documentation":"The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between Amazon Web Services services.
The ARN is never reused if the connection is deleted.
Specifies the tags applied to the resource.
" + } + } + }, + "CreateHostInput":{ + "type":"structure", + "required":[ + "Name", + "ProviderType", + "ProviderEndpoint" + ], + "members":{ + "Name":{ + "shape":"HostName", + "documentation":"The name of the host to be created.
" + }, + "ProviderType":{ + "shape":"ProviderType", + "documentation":"The name of the installed provider to be associated with your connection. The host resource represents the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise Server.
" + }, + "ProviderEndpoint":{ + "shape":"Url", + "documentation":"The endpoint of the infrastructure to be represented by the host after it is created.
" + }, + "VpcConfiguration":{ + "shape":"VpcConfiguration", + "documentation":"The VPC configuration to be provisioned for the host. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.
" + }, + "Tags":{ + "shape":"TagList", + "documentation":"Tags for the host to be created.
" + } + } + }, + "CreateHostOutput":{ + "type":"structure", + "members":{ + "HostArn":{ + "shape":"HostArn", + "documentation":"The Amazon Resource Name (ARN) of the host to be created.
" + }, + "Tags":{ + "shape":"TagList", + "documentation":"Tags for the created host.
" + } + } + }, + "CreateRepositoryLinkInput":{ + "type":"structure", + "required":[ + "ConnectionArn", + "OwnerId", + "RepositoryName" + ], + "members":{ + "ConnectionArn":{ + "shape":"ConnectionArn", + "documentation":"The Amazon Resource Name (ARN) of the connection to be associated with the repository link.
" + }, + "OwnerId":{ + "shape":"OwnerId", + "documentation":"The owner ID for the repository associated with a specific sync configuration, such as the owner ID in GitHub.
" + }, + "RepositoryName":{ + "shape":"RepositoryName", + "documentation":"The name of the repository to be associated with the repository link.
" + }, + "EncryptionKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The Amazon Resource Name (ARN) encryption key for the repository to be associated with the repository link.
" + }, + "Tags":{ + "shape":"TagList", + "documentation":"The tags for the repository to be associated with the repository link.
" + } + } + }, + "CreateRepositoryLinkOutput":{ + "type":"structure", + "required":["RepositoryLinkInfo"], + "members":{ + "RepositoryLinkInfo":{ + "shape":"RepositoryLinkInfo", + "documentation":"The returned information about the created repository link.
" + } + } + }, + "CreateSyncConfigurationInput":{ + "type":"structure", + "required":[ + "Branch", + "ConfigFile", + "RepositoryLinkId", + "ResourceName", + "RoleArn", + "SyncType" + ], + "members":{ + "Branch":{ + "shape":"BranchName", + "documentation":"The branch in the repository from which changes will be synced.
" + }, + "ConfigFile":{ + "shape":"DeploymentFilePath", + "documentation":"The file name of the configuration file that manages syncing between the connection and the repository. This configuration file is stored in the repository.
" + }, + "RepositoryLinkId":{ + "shape":"RepositoryLinkId", + "documentation":"The ID of the repository link created for the connection. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
" + }, + "ResourceName":{ + "shape":"ResourceName", + "documentation":"The name of the Amazon Web Services resource (for example, a CloudFormation stack in the case of CFN_STACK_SYNC) that will be synchronized from the linked repository.
" + }, + "RoleArn":{ + "shape":"IamRoleArn", + "documentation":"The ARN of the IAM role that grants permission for Amazon Web Services to use Git sync to update a given Amazon Web Services resource on your behalf.
" + }, + "SyncType":{ + "shape":"SyncConfigurationType", + "documentation":"The type of sync configuration.
" + }, + "PublishDeploymentStatus":{ + "shape":"PublishDeploymentStatus", + "documentation":"Whether to enable or disable publishing of deployment status to source providers.
" + }, + "TriggerResourceUpdateOn":{ + "shape":"TriggerResourceUpdateOn", + "documentation":"When to trigger Git sync to begin the stack update.
" + }, + "PullRequestComment":{ + "shape":"PullRequestComment", + "documentation":"A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.
" + } + } + }, + "CreateSyncConfigurationOutput":{ + "type":"structure", + "required":["SyncConfiguration"], + "members":{ + "SyncConfiguration":{ + "shape":"SyncConfiguration", + "documentation":"The created sync configuration for the connection. A sync configuration allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource.
" + } + } + }, + "CreatedReason":{"type":"string"}, + "DeleteConnectionInput":{ + "type":"structure", + "required":["ConnectionArn"], + "members":{ + "ConnectionArn":{ + "shape":"ConnectionArn", + "documentation":"The Amazon Resource Name (ARN) of the connection to be deleted.
The ARN is never reused if the connection is deleted.
The Amazon Resource Name (ARN) of the host to be deleted.
" + } + } + }, + "DeleteHostOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteRepositoryLinkInput":{ + "type":"structure", + "required":["RepositoryLinkId"], + "members":{ + "RepositoryLinkId":{ + "shape":"RepositoryLinkId", + "documentation":"The ID of the repository link to be deleted.
" + } + } + }, + "DeleteRepositoryLinkOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteSyncConfigurationInput":{ + "type":"structure", + "required":[ + "SyncType", + "ResourceName" + ], + "members":{ + "SyncType":{ + "shape":"SyncConfigurationType", + "documentation":"The type of sync configuration to be deleted.
" + }, + "ResourceName":{ + "shape":"ResourceName", + "documentation":"The name of the Amazon Web Services resource associated with the sync configuration to be deleted.
" + } + } + }, + "DeleteSyncConfigurationOutput":{ + "type":"structure", + "members":{ + } + }, + "DeploymentFilePath":{"type":"string"}, + "Directory":{"type":"string"}, + "ErrorMessage":{ + "type":"string", + "max":600 + }, + "Event":{"type":"string"}, + "ExternalId":{"type":"string"}, + "GetConnectionInput":{ + "type":"structure", + "required":["ConnectionArn"], + "members":{ + "ConnectionArn":{ + "shape":"ConnectionArn", + "documentation":"The Amazon Resource Name (ARN) of a connection.
" + } + } + }, + "GetConnectionOutput":{ + "type":"structure", + "members":{ + "Connection":{ + "shape":"Connection", + "documentation":"The connection details, such as status, owner, and provider type.
" + } + } + }, + "GetHostInput":{ + "type":"structure", + "required":["HostArn"], + "members":{ + "HostArn":{ + "shape":"HostArn", + "documentation":"The Amazon Resource Name (ARN) of the requested host.
" + } + } + }, + "GetHostOutput":{ + "type":"structure", + "members":{ + "Name":{ + "shape":"HostName", + "documentation":"The name of the requested host.
" + }, + "Status":{ + "shape":"HostStatus", + "documentation":"The status of the requested host.
" + }, + "ProviderType":{ + "shape":"ProviderType", + "documentation":"The provider type of the requested host, such as GitHub Enterprise Server.
" + }, + "ProviderEndpoint":{ + "shape":"Url", + "documentation":"The endpoint of the infrastructure represented by the requested host.
" + }, + "VpcConfiguration":{ + "shape":"VpcConfiguration", + "documentation":"The VPC configuration of the requested host.
" + } + } + }, + "GetRepositoryLinkInput":{ + "type":"structure", + "required":["RepositoryLinkId"], + "members":{ + "RepositoryLinkId":{ + "shape":"RepositoryLinkId", + "documentation":"The ID of the repository link to get.
" + } + } + }, + "GetRepositoryLinkOutput":{ + "type":"structure", + "required":["RepositoryLinkInfo"], + "members":{ + "RepositoryLinkInfo":{ + "shape":"RepositoryLinkInfo", + "documentation":"The information returned for a specified repository link.
" + } + } + }, + "GetRepositorySyncStatusInput":{ + "type":"structure", + "required":[ + "Branch", + "RepositoryLinkId", + "SyncType" + ], + "members":{ + "Branch":{ + "shape":"BranchName", + "documentation":"The branch of the repository link for the requested repository sync status.
" + }, + "RepositoryLinkId":{ + "shape":"RepositoryLinkId", + "documentation":"The repository link ID for the requested repository sync status.
" + }, + "SyncType":{ + "shape":"SyncConfigurationType", + "documentation":"The sync type of the requested sync status.
" + } + } + }, + "GetRepositorySyncStatusOutput":{ + "type":"structure", + "required":["LatestSync"], + "members":{ + "LatestSync":{ + "shape":"RepositorySyncAttempt", + "documentation":"The status of the latest sync returned for a specified repository and branch.
" + } + } + }, + "GetResourceSyncStatusInput":{ + "type":"structure", + "required":[ + "ResourceName", + "SyncType" + ], + "members":{ + "ResourceName":{ + "shape":"ResourceName", + "documentation":"The name of the Amazon Web Services resource for the sync status with the Git repository.
" + }, + "SyncType":{ + "shape":"SyncConfigurationType", + "documentation":"The sync type for the sync status with the Git repository.
" + } + } + }, + "GetResourceSyncStatusOutput":{ + "type":"structure", + "required":["LatestSync"], + "members":{ + "DesiredState":{ + "shape":"Revision", + "documentation":"The desired state of the Amazon Web Services resource for the sync status with the Git repository.
" + }, + "LatestSuccessfulSync":{ + "shape":"ResourceSyncAttempt", + "documentation":"The latest successful sync for the sync status with the Git repository.
" + }, + "LatestSync":{ + "shape":"ResourceSyncAttempt", + "documentation":"The latest sync for the sync status with the Git repository, whether successful or not.
" + } + } + }, + "GetSyncBlockerSummaryInput":{ + "type":"structure", + "required":[ + "SyncType", + "ResourceName" + ], + "members":{ + "SyncType":{ + "shape":"SyncConfigurationType", + "documentation":"The sync type for the sync blocker summary.
" + }, + "ResourceName":{ + "shape":"ResourceName", + "documentation":"The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git repository.
" + } + } + }, + "GetSyncBlockerSummaryOutput":{ + "type":"structure", + "required":["SyncBlockerSummary"], + "members":{ + "SyncBlockerSummary":{ + "shape":"SyncBlockerSummary", + "documentation":"The list of sync blockers for a specified resource.
" + } + } + }, + "GetSyncConfigurationInput":{ + "type":"structure", + "required":[ + "SyncType", + "ResourceName" + ], + "members":{ + "SyncType":{ + "shape":"SyncConfigurationType", + "documentation":"The sync type for the sync configuration for which you want to retrieve information.
" + }, + "ResourceName":{ + "shape":"ResourceName", + "documentation":"The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve information.
" + } + } + }, + "GetSyncConfigurationOutput":{ + "type":"structure", + "required":["SyncConfiguration"], + "members":{ + "SyncConfiguration":{ + "shape":"SyncConfiguration", + "documentation":"The details about the sync configuration for which you want to retrieve information.
" + } + } + }, + "Host":{ + "type":"structure", + "members":{ + "Name":{ + "shape":"HostName", + "documentation":"The name of the host.
" + }, + "HostArn":{ + "shape":"HostArn", + "documentation":"The Amazon Resource Name (ARN) of the host.
" + }, + "ProviderType":{ + "shape":"ProviderType", + "documentation":"The name of the installed provider to be associated with your connection. The host resource represents the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise Server.
" + }, + "ProviderEndpoint":{ + "shape":"Url", + "documentation":"The endpoint of the infrastructure where your provider type is installed.
" + }, + "VpcConfiguration":{ + "shape":"VpcConfiguration", + "documentation":"The VPC configuration provisioned for the host.
" + }, + "Status":{ + "shape":"HostStatus", + "documentation":"The status of the host, such as PENDING, AVAILABLE, VPC_CONFIG_DELETING, VPC_CONFIG_INITIALIZING, and VPC_CONFIG_FAILED_INITIALIZATION.
" + }, + "StatusMessage":{ + "shape":"HostStatusMessage", + "documentation":"The status description for the host.
" + } + }, + "documentation":"A resource that represents the infrastructure where a third-party provider is installed. The host is used when you create connections to an installed third-party provider type, such as GitHub Enterprise Server. You create one host for all connections to that provider.
A host created through the CLI or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by setting up the host in the console.
Received an internal server exception. Try again later.
", + "exception":true + }, + "InvalidInputException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"The input is not valid. Verify that the action is typed correctly.
", + "exception":true + }, + "KmsKeyArn":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"arn:aws(-[\\w]+)*:kms:[a-z\\-0-9]+:\\d{12}:key/[a-zA-Z0-9\\-]+" + }, + "LatestSyncBlockerList":{ + "type":"list", + "member":{"shape":"SyncBlocker"} + }, + "LimitExceededException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"Exceeded the maximum limit for connections.
", + "exception":true + }, + "ListConnectionsInput":{ + "type":"structure", + "members":{ + "ProviderTypeFilter":{ + "shape":"ProviderType", + "documentation":"Filters the list of connections to those associated with a specified provider, such as Bitbucket.
" + }, + "HostArnFilter":{ + "shape":"HostArn", + "documentation":"Filters the list of connections to those associated with a specified host.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.
The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.
A list of connections and the details for each connection, such as status, owner, and provider type.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.
The token that was returned from the previous ListHosts call, which can be used to return the next set of hosts in the list.
A list of hosts and the details for each host, such as status, endpoint, and provider type.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"A token that can be used in the next ListHosts call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
A non-zero, non-negative integer used to limit the number of returned results.
" + }, + "NextToken":{ + "shape":"SharpNextToken", + "documentation":"An enumeration token that, when provided in a request, returns the next batch of the results.
" + } + } + }, + "ListRepositoryLinksOutput":{ + "type":"structure", + "required":["RepositoryLinks"], + "members":{ + "RepositoryLinks":{ + "shape":"RepositoryLinkList", + "documentation":"Lists the repository links called by the list repository links operation.
" + }, + "NextToken":{ + "shape":"SharpNextToken", + "documentation":"An enumeration token that allows the operation to batch the results of the operation.
" + } + } + }, + "ListRepositorySyncDefinitionsInput":{ + "type":"structure", + "required":[ + "RepositoryLinkId", + "SyncType" + ], + "members":{ + "RepositoryLinkId":{ + "shape":"RepositoryLinkId", + "documentation":"The ID of the repository link for the sync definition for which you want to retrieve information.
" + }, + "SyncType":{ + "shape":"SyncConfigurationType", + "documentation":"The sync type of the repository link for the the sync definition for which you want to retrieve information.
" + } + } + }, + "ListRepositorySyncDefinitionsOutput":{ + "type":"structure", + "required":["RepositorySyncDefinitions"], + "members":{ + "RepositorySyncDefinitions":{ + "shape":"RepositorySyncDefinitionList", + "documentation":"The list of repository sync definitions returned by the request. A RepositorySyncDefinition is a mapping from a repository branch to all the Amazon Web Services resources that are being synced from that branch.
An enumeration token that, when provided in a request, returns the next batch of the results.
" + } + } + }, + "ListSyncConfigurationsInput":{ + "type":"structure", + "required":[ + "RepositoryLinkId", + "SyncType" + ], + "members":{ + "MaxResults":{ + "shape":"MaxResults", + "documentation":"A non-zero, non-negative integer used to limit the number of returned results.
" + }, + "NextToken":{ + "shape":"SharpNextToken", + "documentation":"An enumeration token that allows the operation to batch the results of the operation.
" + }, + "RepositoryLinkId":{ + "shape":"RepositoryLinkId", + "documentation":"The ID of the repository link for the requested list of sync configurations.
" + }, + "SyncType":{ + "shape":"SyncConfigurationType", + "documentation":"The sync type for the requested list of sync configurations.
" + } + } + }, + "ListSyncConfigurationsOutput":{ + "type":"structure", + "required":["SyncConfigurations"], + "members":{ + "SyncConfigurations":{ + "shape":"SyncConfigurationList", + "documentation":"The list of repository sync definitions returned by the request.
" + }, + "NextToken":{ + "shape":"SharpNextToken", + "documentation":"An enumeration token that allows the operation to batch the next results of the operation.
" + } + } + }, + "ListTagsForResourceInput":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ResourceArn":{ + "shape":"AmazonResourceName", + "documentation":"The Amazon Resource Name (ARN) of the resource for which you want to get information about tags, if any.
" + } + } + }, + "ListTagsForResourceOutput":{ + "type":"structure", + "members":{ + "Tags":{ + "shape":"TagList", + "documentation":"A list of tag key and value pairs associated with the specified resource.
" + } + } + }, + "MaxResults":{ + "type":"integer", + "max":100, + "min":0 + }, + "NextToken":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"^.*$" + }, + "OwnerId":{ + "type":"string", + "max":255, + "min":1, + "pattern":"^.*$" + }, + "Parent":{"type":"string"}, + "ProviderType":{ + "type":"string", + "enum":[ + "Bitbucket", + "GitHub", + "GitHubEnterpriseServer", + "GitLab", + "GitLabSelfManaged" + ] + }, + "PublishDeploymentStatus":{ + "type":"string", + "enum":[ + "ENABLED", + "DISABLED" + ] + }, + "PullRequestComment":{ + "type":"string", + "enum":[ + "ENABLED", + "DISABLED" + ] + }, + "RepositoryLinkArn":{ + "type":"string", + "pattern":"^arn:aws(?:-[a-z]+)*:(codestar-connections|codeconnections):[a-z\\-0-9]+:\\d{12}:repository-link\\/[a-zA-Z0-9\\-:/]+" + }, + "RepositoryLinkId":{ + "type":"string", + "pattern":"^[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{12}$" + }, + "RepositoryLinkInfo":{ + "type":"structure", + "required":[ + "ConnectionArn", + "OwnerId", + "ProviderType", + "RepositoryLinkArn", + "RepositoryLinkId", + "RepositoryName" + ], + "members":{ + "ConnectionArn":{ + "shape":"ConnectionArn", + "documentation":"The Amazon Resource Name (ARN) of the connection associated with the repository link.
" + }, + "EncryptionKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.
" + }, + "OwnerId":{ + "shape":"OwnerId", + "documentation":"The owner ID for the repository associated with the repository link, such as the owner ID in GitHub.
" + }, + "ProviderType":{ + "shape":"ProviderType", + "documentation":"The provider type for the connection, such as GitHub, associated with the repository link.
" + }, + "RepositoryLinkArn":{ + "shape":"RepositoryLinkArn", + "documentation":"The Amazon Resource Name (ARN) of the repository link.
" + }, + "RepositoryLinkId":{ + "shape":"RepositoryLinkId", + "documentation":"The ID of the repository link.
" + }, + "RepositoryName":{ + "shape":"RepositoryName", + "documentation":"The name of the repository associated with the repository link.
" + } + }, + "documentation":"Information about the repository link resource, such as the repository link ARN, the associated connection ARN, encryption key ARN, and owner ID.
" + }, + "RepositoryLinkList":{ + "type":"list", + "member":{"shape":"RepositoryLinkInfo"} + }, + "RepositoryName":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^.*$" + }, + "RepositorySyncAttempt":{ + "type":"structure", + "required":[ + "StartedAt", + "Status", + "Events" + ], + "members":{ + "StartedAt":{ + "shape":"Timestamp", + "documentation":"The start time of a specific sync attempt.
" + }, + "Status":{ + "shape":"RepositorySyncStatus", + "documentation":"The status of a specific sync attempt. The following are valid statuses:
INITIATED - A repository sync attempt has been created and will begin soon.
IN_PROGRESS - A repository sync attempt has started and work is being done to reconcile the branch.
SUCCEEDED - The repository sync attempt has completed successfully.
FAILED - The repository sync attempt has failed.
QUEUED - The repository sync attempt didn't execute and was queued.
The events associated with a specific sync attempt.
" + } + }, + "documentation":"Information about a repository sync attempt for a repository with a sync configuration.
" + }, + "RepositorySyncDefinition":{ + "type":"structure", + "required":[ + "Branch", + "Directory", + "Parent", + "Target" + ], + "members":{ + "Branch":{ + "shape":"BranchName", + "documentation":"The branch specified for a repository sync definition.
" + }, + "Directory":{ + "shape":"Directory", + "documentation":"The configuration file for a repository sync definition. This value comes from creating or updating the config-file field of a sync-configuration.
The parent resource specified for a repository sync definition.
" + }, + "Target":{ + "shape":"Target", + "documentation":"The target resource specified for a repository sync definition. In some cases, such as CFN_STACK_SYNC, the parent and target resource are the same.
" + } + }, + "documentation":"The definition for a repository with a sync configuration.
" + }, + "RepositorySyncDefinitionList":{ + "type":"list", + "member":{"shape":"RepositorySyncDefinition"} + }, + "RepositorySyncEvent":{ + "type":"structure", + "required":[ + "Event", + "Time", + "Type" + ], + "members":{ + "Event":{ + "shape":"Event", + "documentation":"A description of a repository sync event.
" + }, + "ExternalId":{ + "shape":"ExternalId", + "documentation":"The ID for a repository sync event.
" + }, + "Time":{ + "shape":"Timestamp", + "documentation":"The time that a repository sync event occurred.
" + }, + "Type":{ + "shape":"Type", + "documentation":"The event type for a repository sync event.
" + } + }, + "documentation":"Information about a repository sync event.
" + }, + "RepositorySyncEventList":{ + "type":"list", + "member":{"shape":"RepositorySyncEvent"} + }, + "RepositorySyncStatus":{ + "type":"string", + "enum":[ + "FAILED", + "INITIATED", + "IN_PROGRESS", + "SUCCEEDED", + "QUEUED" + ] + }, + "ResolvedReason":{ + "type":"string", + "max":250, + "min":1 + }, + "ResourceAlreadyExistsException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"Unable to create resource. Resource already exists.
", + "exception":true + }, + "ResourceName":{ + "type":"string", + "max":100, + "min":1, + "pattern":"^[0-9A-Za-z]+[0-9A-Za-z_\\\\-]*$" + }, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"Resource not found. Verify the connection resource ARN and try again.
", + "exception":true + }, + "ResourceSyncAttempt":{ + "type":"structure", + "required":[ + "Events", + "InitialRevision", + "StartedAt", + "Status", + "TargetRevision", + "Target" + ], + "members":{ + "Events":{ + "shape":"ResourceSyncEventList", + "documentation":"The events related to a resource sync attempt.
" + }, + "InitialRevision":{ + "shape":"Revision", + "documentation":"The current state of the resource as defined in the resource's config-file in the linked repository.
The start time for a resource sync attempt.
" + }, + "Status":{ + "shape":"ResourceSyncStatus", + "documentation":"The status for a resource sync attempt. The follow are valid statuses:
SYNC-INITIATED - A resource sync attempt has been created and will begin soon.
SYNCING - Syncing has started and work is being done to reconcile state.
SYNCED - Syncing has completed successfully.
SYNC_FAILED - A resource sync attempt has failed.
The desired state of the resource as defined in the resource's config-file in the linked repository. Git sync attempts to update the resource to this state.
The name of the Amazon Web Services resource that is attempted to be synchronized.
" + } + }, + "documentation":"Information about a resource sync attempt.
" + }, + "ResourceSyncEvent":{ + "type":"structure", + "required":[ + "Event", + "Time", + "Type" + ], + "members":{ + "Event":{ + "shape":"Event", + "documentation":"The event for a resource sync event.
" + }, + "ExternalId":{ + "shape":"ExternalId", + "documentation":"The ID for a resource sync event.
" + }, + "Time":{ + "shape":"Timestamp", + "documentation":"The time that a resource sync event occurred.
" + }, + "Type":{ + "shape":"Type", + "documentation":"The type of resource sync event.
" + } + }, + "documentation":"Information about a resource sync event for the resource associated with a sync configuration.
" + }, + "ResourceSyncEventList":{ + "type":"list", + "member":{"shape":"ResourceSyncEvent"} + }, + "ResourceSyncStatus":{ + "type":"string", + "enum":[ + "FAILED", + "INITIATED", + "IN_PROGRESS", + "SUCCEEDED" + ] + }, + "ResourceUnavailableException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"Resource not found. Verify the ARN for the host resource and try again.
", + "exception":true + }, + "RetryLatestCommitFailedException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"Retrying the latest commit failed. Try again later.
", + "exception":true + }, + "Revision":{ + "type":"structure", + "required":[ + "Branch", + "Directory", + "OwnerId", + "RepositoryName", + "ProviderType", + "Sha" + ], + "members":{ + "Branch":{ + "shape":"BranchName", + "documentation":"The branch name for a specific revision.
" + }, + "Directory":{ + "shape":"Directory", + "documentation":"The directory, if any, for a specific revision.
" + }, + "OwnerId":{ + "shape":"OwnerId", + "documentation":"The owner ID for a specific revision, such as the GitHub owner ID for a GitHub repository.
" + }, + "RepositoryName":{ + "shape":"RepositoryName", + "documentation":"The repository name for a specific revision.
" + }, + "ProviderType":{ + "shape":"ProviderType", + "documentation":"The provider type for a revision, such as GitHub.
" + }, + "Sha":{ + "shape":"SHA", + "documentation":"The SHA, such as the commit ID, for a specific revision.
" + } + }, + "documentation":"Information about the revision for a specific sync event, such as the branch, owner ID, and name of the repository.
" + }, + "SHA":{ + "type":"string", + "max":255, + "min":1 + }, + "SecurityGroupId":{ + "type":"string", + "max":20, + "min":11, + "pattern":"sg-\\w{8}(\\w{9})?" + }, + "SecurityGroupIds":{ + "type":"list", + "member":{"shape":"SecurityGroupId"}, + "max":10, + "min":1 + }, + "SharpNextToken":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"^.*$" + }, + "SubnetId":{ + "type":"string", + "max":24, + "min":15, + "pattern":"subnet-\\w{8}(\\w{9})?" + }, + "SubnetIds":{ + "type":"list", + "member":{"shape":"SubnetId"}, + "max":10, + "min":1 + }, + "SyncBlocker":{ + "type":"structure", + "required":[ + "Id", + "Type", + "Status", + "CreatedReason", + "CreatedAt" + ], + "members":{ + "Id":{ + "shape":"Id", + "documentation":"The ID for a specific sync blocker.
" + }, + "Type":{ + "shape":"BlockerType", + "documentation":"The sync blocker type.
" + }, + "Status":{ + "shape":"BlockerStatus", + "documentation":"The status for a specific sync blocker.
" + }, + "CreatedReason":{ + "shape":"CreatedReason", + "documentation":"The provided reason for a specific sync blocker.
" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"The creation time for a specific sync blocker.
" + }, + "Contexts":{ + "shape":"SyncBlockerContextList", + "documentation":"The contexts for a specific sync blocker.
" + }, + "ResolvedReason":{ + "shape":"ResolvedReason", + "documentation":"The resolved reason for a specific sync blocker.
" + }, + "ResolvedAt":{ + "shape":"Timestamp", + "documentation":"The time that a specific sync blocker was resolved.
" + } + }, + "documentation":"Information about a blocker for a sync event.
" + }, + "SyncBlockerContext":{ + "type":"structure", + "required":[ + "Key", + "Value" + ], + "members":{ + "Key":{ + "shape":"SyncBlockerContextKey", + "documentation":"The key provided for a context key-value pair for a specific sync blocker.
" + }, + "Value":{ + "shape":"SyncBlockerContextValue", + "documentation":"The value provided for a context key-value pair for a specific sync blocker.
" + } + }, + "documentation":"The context for a specific sync blocker.
" + }, + "SyncBlockerContextKey":{"type":"string"}, + "SyncBlockerContextList":{ + "type":"list", + "member":{"shape":"SyncBlockerContext"} + }, + "SyncBlockerContextValue":{"type":"string"}, + "SyncBlockerDoesNotExistException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"Unable to continue. The sync blocker does not exist.
", + "exception":true + }, + "SyncBlockerSummary":{ + "type":"structure", + "required":["ResourceName"], + "members":{ + "ResourceName":{ + "shape":"ResourceName", + "documentation":"The resource name for sync blocker summary.
" + }, + "ParentResourceName":{ + "shape":"ResourceName", + "documentation":"The parent resource name for a sync blocker summary.
" + }, + "LatestBlockers":{ + "shape":"LatestSyncBlockerList", + "documentation":"The latest events for a sync blocker summary.
" + } + }, + "documentation":"A summary for sync blockers.
" + }, + "SyncConfiguration":{ + "type":"structure", + "required":[ + "Branch", + "OwnerId", + "ProviderType", + "RepositoryLinkId", + "RepositoryName", + "ResourceName", + "RoleArn", + "SyncType" + ], + "members":{ + "Branch":{ + "shape":"BranchName", + "documentation":"The branch associated with a specific sync configuration.
" + }, + "ConfigFile":{ + "shape":"DeploymentFilePath", + "documentation":"The file path to the configuration file associated with a specific sync configuration. The path should point to an actual file in the sync configurations linked repository.
" + }, + "OwnerId":{ + "shape":"OwnerId", + "documentation":"The owner ID for the repository associated with a specific sync configuration, such as the owner ID in GitHub.
" + }, + "ProviderType":{ + "shape":"ProviderType", + "documentation":"The connection provider type associated with a specific sync configuration, such as GitHub.
" + }, + "RepositoryLinkId":{ + "shape":"RepositoryLinkId", + "documentation":"The ID of the repository link associated with a specific sync configuration.
" + }, + "RepositoryName":{ + "shape":"RepositoryName", + "documentation":"The name of the repository associated with a specific sync configuration.
" + }, + "ResourceName":{ + "shape":"ResourceName", + "documentation":"The name of the connection resource associated with a specific sync configuration.
" + }, + "RoleArn":{ + "shape":"IamRoleArn", + "documentation":"The Amazon Resource Name (ARN) of the IAM role associated with a specific sync configuration.
" + }, + "SyncType":{ + "shape":"SyncConfigurationType", + "documentation":"The type of sync for a specific sync configuration.
" + }, + "PublishDeploymentStatus":{ + "shape":"PublishDeploymentStatus", + "documentation":"Whether to enable or disable publishing of deployment status to source providers.
" + }, + "TriggerResourceUpdateOn":{ + "shape":"TriggerResourceUpdateOn", + "documentation":"When to trigger Git sync to begin the stack update.
" + }, + "PullRequestComment":{ + "shape":"PullRequestComment", + "documentation":"A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.
" + } + }, + "documentation":"Information, such as repository, branch, provider, and resource names for a specific sync configuration.
" + }, + "SyncConfigurationList":{ + "type":"list", + "member":{"shape":"SyncConfiguration"} + }, + "SyncConfigurationStillExistsException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"Unable to continue. The sync blocker still exists.
", + "exception":true + }, + "SyncConfigurationType":{ + "type":"string", + "enum":["CFN_STACK_SYNC"] + }, + "Tag":{ + "type":"structure", + "required":[ + "Key", + "Value" + ], + "members":{ + "Key":{ + "shape":"TagKey", + "documentation":"The tag's key.
" + }, + "Value":{ + "shape":"TagValue", + "documentation":"The tag's value.
" + } + }, + "documentation":"A tag is a key-value pair that is used to manage the resource.
This tag is available for use by Amazon Web Services services that support tags.
" + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":".*" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":200, + "min":0 + }, + "TagList":{ + "type":"list", + "member":{"shape":"Tag"}, + "max":200, + "min":0 + }, + "TagResourceInput":{ + "type":"structure", + "required":[ + "ResourceArn", + "Tags" + ], + "members":{ + "ResourceArn":{ + "shape":"AmazonResourceName", + "documentation":"The Amazon Resource Name (ARN) of the resource to which you want to add or update tags.
" + }, + "Tags":{ + "shape":"TagList", + "documentation":"The tags you want to modify or add to the resource.
" + } + } + }, + "TagResourceOutput":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0, + "pattern":".*" + }, + "Target":{"type":"string"}, + "ThrottlingException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"The request was denied due to request throttling.
", + "exception":true + }, + "Timestamp":{"type":"timestamp"}, + "TlsCertificate":{ + "type":"string", + "max":16384, + "min":1, + "pattern":"[\\s\\S]*" + }, + "TriggerResourceUpdateOn":{ + "type":"string", + "enum":[ + "ANY_CHANGE", + "FILE_CHANGE" + ] + }, + "Type":{"type":"string"}, + "UnsupportedOperationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"The operation is not supported. Check the connection status and try again.
", + "exception":true + }, + "UnsupportedProviderTypeException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"The specified provider type is not supported for connections.
", + "exception":true + }, + "UntagResourceInput":{ + "type":"structure", + "required":[ + "ResourceArn", + "TagKeys" + ], + "members":{ + "ResourceArn":{ + "shape":"AmazonResourceName", + "documentation":"The Amazon Resource Name (ARN) of the resource to remove tags from.
" + }, + "TagKeys":{ + "shape":"TagKeyList", + "documentation":"The list of keys for the tags to be removed from the resource.
" + } + } + }, + "UntagResourceOutput":{ + "type":"structure", + "members":{ + } + }, + "UpdateHostInput":{ + "type":"structure", + "required":["HostArn"], + "members":{ + "HostArn":{ + "shape":"HostArn", + "documentation":"The Amazon Resource Name (ARN) of the host to be updated.
" + }, + "ProviderEndpoint":{ + "shape":"Url", + "documentation":"The URL or endpoint of the host to be updated.
" + }, + "VpcConfiguration":{ + "shape":"VpcConfiguration", + "documentation":"The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.
" + } + } + }, + "UpdateHostOutput":{ + "type":"structure", + "members":{ + } + }, + "UpdateOutOfSyncException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"The update is out of sync. Try syncing again.
", + "exception":true + }, + "UpdateRepositoryLinkInput":{ + "type":"structure", + "required":["RepositoryLinkId"], + "members":{ + "ConnectionArn":{ + "shape":"ConnectionArn", + "documentation":"The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link.
" + }, + "EncryptionKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
" + }, + "RepositoryLinkId":{ + "shape":"RepositoryLinkId", + "documentation":"The ID of the repository link to be updated.
" + } + } + }, + "UpdateRepositoryLinkOutput":{ + "type":"structure", + "required":["RepositoryLinkInfo"], + "members":{ + "RepositoryLinkInfo":{ + "shape":"RepositoryLinkInfo", + "documentation":"Information about the repository link to be updated.
" + } + } + }, + "UpdateSyncBlockerInput":{ + "type":"structure", + "required":[ + "Id", + "SyncType", + "ResourceName", + "ResolvedReason" + ], + "members":{ + "Id":{ + "shape":"Id", + "documentation":"The ID of the sync blocker to be updated.
" + }, + "SyncType":{ + "shape":"SyncConfigurationType", + "documentation":"The sync type of the sync blocker to be updated.
" + }, + "ResourceName":{ + "shape":"ResourceName", + "documentation":"The name of the resource for the sync blocker to be updated.
" + }, + "ResolvedReason":{ + "shape":"ResolvedReason", + "documentation":"The reason for resolving the sync blocker.
" + } + } + }, + "UpdateSyncBlockerOutput":{ + "type":"structure", + "required":[ + "ResourceName", + "SyncBlocker" + ], + "members":{ + "ResourceName":{ + "shape":"ResourceName", + "documentation":"The resource name for the sync blocker.
" + }, + "ParentResourceName":{ + "shape":"ResourceName", + "documentation":"The parent resource name for the sync blocker.
" + }, + "SyncBlocker":{ + "shape":"SyncBlocker", + "documentation":"Information about the sync blocker to be updated.
" + } + } + }, + "UpdateSyncConfigurationInput":{ + "type":"structure", + "required":[ + "ResourceName", + "SyncType" + ], + "members":{ + "Branch":{ + "shape":"BranchName", + "documentation":"The branch for the sync configuration to be updated.
" + }, + "ConfigFile":{ + "shape":"DeploymentFilePath", + "documentation":"The configuration file for the sync configuration to be updated.
" + }, + "RepositoryLinkId":{ + "shape":"RepositoryLinkId", + "documentation":"The ID of the repository link for the sync configuration to be updated.
" + }, + "ResourceName":{ + "shape":"ResourceName", + "documentation":"The name of the Amazon Web Services resource for the sync configuration to be updated.
" + }, + "RoleArn":{ + "shape":"IamRoleArn", + "documentation":"The ARN of the IAM role for the sync configuration to be updated.
" + }, + "SyncType":{ + "shape":"SyncConfigurationType", + "documentation":"The sync type for the sync configuration to be updated.
" + }, + "PublishDeploymentStatus":{ + "shape":"PublishDeploymentStatus", + "documentation":"Whether to enable or disable publishing of deployment status to source providers.
" + }, + "TriggerResourceUpdateOn":{ + "shape":"TriggerResourceUpdateOn", + "documentation":"When to trigger Git sync to begin the stack update.
" + }, + "PullRequestComment":{ + "shape":"PullRequestComment", + "documentation":"TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.
" + } + } + }, + "UpdateSyncConfigurationOutput":{ + "type":"structure", + "required":["SyncConfiguration"], + "members":{ + "SyncConfiguration":{ + "shape":"SyncConfiguration", + "documentation":"The information returned for the sync configuration to be updated.
" + } + } + }, + "Url":{ + "type":"string", + "max":512, + "min":1, + "pattern":".*" + }, + "VpcConfiguration":{ + "type":"structure", + "required":[ + "VpcId", + "SubnetIds", + "SecurityGroupIds" + ], + "members":{ + "VpcId":{ + "shape":"VpcId", + "documentation":"The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
" + }, + "SubnetIds":{ + "shape":"SubnetIds", + "documentation":"The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
" + }, + "SecurityGroupIds":{ + "shape":"SecurityGroupIds", + "documentation":"The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
" + }, + "TlsCertificate":{ + "shape":"TlsCertificate", + "documentation":"The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
" + } + }, + "documentation":"The VPC configuration provisioned for the host.
" + }, + "VpcId":{ + "type":"string", + "max":21, + "min":12, + "pattern":"vpc-\\w{8}(\\w{9})?" + } + }, + "documentation":"This Amazon Web Services CodeConnections API Reference provides descriptions and usage examples of the operations and data types for the Amazon Web Services CodeConnections API. You can use the connections API to work with connections and installations.
Connections are configurations that you use to connect Amazon Web Services resources to external code repositories. Each connection is a resource that can be given to services such as CodePipeline to connect to a third-party repository such as Bitbucket. For example, you can add the connection in CodePipeline so that it triggers your pipeline when a code change is made to your third-party code repository. Each connection is named and associated with a unique ARN that is used to reference the connection.
When you create a connection, the console initiates a third-party connection handshake. Installations are the apps that are used to conduct this handshake. For example, the installation for the Bitbucket provider type is the Bitbucket app. When you create a connection, you can choose an existing installation or create one.
When you want to create a connection to an installed provider type such as GitHub Enterprise Server, you create a host for your connections.
You can work with connections by calling:
CreateConnection, which creates a uniquely named connection that can be referenced by services such as CodePipeline.
DeleteConnection, which deletes the specified connection.
GetConnection, which returns information about the connection, including the connection status.
ListConnections, which lists the connections associated with your account.
You can work with hosts by calling:
CreateHost, which creates a host that represents the infrastructure where your provider is installed.
DeleteHost, which deletes the specified host.
GetHost, which returns information about the host, including the setup status.
ListHosts, which lists the hosts associated with your account.
You can work with tags in Amazon Web Services CodeConnections by calling the following:
ListTagsForResource, which gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in Amazon Web Services CodeConnections.
TagResource, which adds or updates tags for a resource in Amazon Web Services CodeConnections.
UntagResource, which removes tags for a resource in Amazon Web Services CodeConnections.
For information about how to use Amazon Web Services CodeConnections, see the Developer Tools User Guide.
" +} diff --git a/testbed/boto__botocore/botocore/data/datazone/2018-05-10/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/datazone/2018-05-10/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..45dcfcf48e9f8e8319e1db87044b15f8085831dd --- /dev/null +++ b/testbed/boto__botocore/botocore/data/datazone/2018-05-10/endpoint-rule-set-1.json @@ -0,0 +1,247 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://datazone-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "endpoint": { + "url": "https://datazone.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://datazone-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "endpoint": { + "url": "https://datazone.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/datazone/2018-05-10/paginators-1.json b/testbed/boto__botocore/botocore/data/datazone/2018-05-10/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..2899e839b10281e5fb209cb4376f1876f12e1ffb --- /dev/null +++ b/testbed/boto__botocore/botocore/data/datazone/2018-05-10/paginators-1.json @@ -0,0 +1,184 @@ +{ + "pagination": { + "ListAssetRevisions": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListDataSourceRunActivities": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListDataSourceRuns": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListDataSources": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListDomains": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListEnvironmentBlueprintConfigurations": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListEnvironmentBlueprints": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListEnvironmentProfiles": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListEnvironments": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListNotifications": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "notifications" + }, + "ListProjectMemberships": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "members" + }, + "ListProjects": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListSubscriptionGrants": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListSubscriptionRequests": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListSubscriptionTargets": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListSubscriptions": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "Search": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "SearchGroupProfiles": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "SearchListings": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "SearchTypes": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "SearchUserProfiles": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListMetadataGenerationRuns": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListTimeSeriesDataPoints": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListEnvironmentActions": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListLineageNodeHistory": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "nodes" + }, + "ListAssetFilters": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListDataProductRevisions": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListDomainUnitsForParent": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "items" + }, + "ListEntityOwners": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "owners" + }, + "ListPolicyGrants": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "grantList" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/datazone/2018-05-10/service-2.json b/testbed/boto__botocore/botocore/data/datazone/2018-05-10/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..25cbe093c1c04d8960092cbff8e907bdab765b57 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/datazone/2018-05-10/service-2.json @@ -0,0 +1,18250 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2018-05-10", + "endpointPrefix":"datazone", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceFullName":"Amazon DataZone", + "serviceId":"DataZone", + "signatureVersion":"v4", + "signingName":"datazone", + "uid":"datazone-2018-05-10" + }, + "operations":{ + "AcceptPredictions":{ + "name":"AcceptPredictions", + "http":{ + "method":"PUT", + "requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/accept-predictions", + "responseCode":200 + }, + "input":{"shape":"AcceptPredictionsInput"}, + "output":{"shape":"AcceptPredictionsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.
", + "idempotent":true + }, + "AcceptSubscriptionRequest":{ + "name":"AcceptSubscriptionRequest", + "http":{ + "method":"PUT", + "requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/accept", + "responseCode":200 + }, + "input":{"shape":"AcceptSubscriptionRequestInput"}, + "output":{"shape":"AcceptSubscriptionRequestOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Accepts a subscription request to a specific asset.
", + "idempotent":true + }, + "AddEntityOwner":{ + "name":"AddEntityOwner", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/addOwner", + "responseCode":201 + }, + "input":{"shape":"AddEntityOwnerInput"}, + "output":{"shape":"AddEntityOwnerOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Adds the owner of an entity (a domain unit).
", + "idempotent":true + }, + "AddPolicyGrant":{ + "name":"AddPolicyGrant", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/addGrant", + "responseCode":201 + }, + "input":{"shape":"AddPolicyGrantInput"}, + "output":{"shape":"AddPolicyGrantOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles.
", + "idempotent":true + }, + "AssociateEnvironmentRole":{ + "name":"AssociateEnvironmentRole", + "http":{ + "method":"PUT", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}", + "responseCode":200 + }, + "input":{"shape":"AssociateEnvironmentRoleInput"}, + "output":{"shape":"AssociateEnvironmentRoleOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Associates the environment role in Amazon DataZone.
" + }, + "CancelMetadataGenerationRun":{ + "name":"CancelMetadataGenerationRun", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs/{identifier}/cancel", + "responseCode":200 + }, + "input":{"shape":"CancelMetadataGenerationRunInput"}, + "output":{"shape":"CancelMetadataGenerationRunOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Cancels the metadata generation run.
" + }, + "CancelSubscription":{ + "name":"CancelSubscription", + "http":{ + "method":"PUT", + "requestUri":"/v2/domains/{domainIdentifier}/subscriptions/{identifier}/cancel", + "responseCode":200 + }, + "input":{"shape":"CancelSubscriptionInput"}, + "output":{"shape":"CancelSubscriptionOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Cancels the subscription to the specified asset.
", + "idempotent":true + }, + "CreateAsset":{ + "name":"CreateAsset", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/assets", + "responseCode":201 + }, + "input":{"shape":"CreateAssetInput"}, + "output":{"shape":"CreateAssetOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates an asset in Amazon DataZone catalog.
", + "idempotent":true + }, + "CreateAssetFilter":{ + "name":"CreateAssetFilter", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters", + "responseCode":201 + }, + "input":{"shape":"CreateAssetFilterInput"}, + "output":{"shape":"CreateAssetFilterOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a data asset filter.
", + "idempotent":true + }, + "CreateAssetRevision":{ + "name":"CreateAssetRevision", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/revisions", + "responseCode":200 + }, + "input":{"shape":"CreateAssetRevisionInput"}, + "output":{"shape":"CreateAssetRevisionOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a revision of the asset.
", + "idempotent":true + }, + "CreateAssetType":{ + "name":"CreateAssetType", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/asset-types", + "responseCode":201 + }, + "input":{"shape":"CreateAssetTypeInput"}, + "output":{"shape":"CreateAssetTypeOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a custom asset type.
" + }, + "CreateDataProduct":{ + "name":"CreateDataProduct", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/data-products", + "responseCode":201 + }, + "input":{"shape":"CreateDataProductInput"}, + "output":{"shape":"CreateDataProductOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a data product.
", + "idempotent":true + }, + "CreateDataProductRevision":{ + "name":"CreateDataProductRevision", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/data-products/{identifier}/revisions", + "responseCode":201 + }, + "input":{"shape":"CreateDataProductRevisionInput"}, + "output":{"shape":"CreateDataProductRevisionOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a data product revision.
", + "idempotent":true + }, + "CreateDataSource":{ + "name":"CreateDataSource", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/data-sources", + "responseCode":201 + }, + "input":{"shape":"CreateDataSourceInput"}, + "output":{"shape":"CreateDataSourceOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates an Amazon DataZone data source.
", + "idempotent":true + }, + "CreateDomain":{ + "name":"CreateDomain", + "http":{ + "method":"POST", + "requestUri":"/v2/domains", + "responseCode":201 + }, + "input":{"shape":"CreateDomainInput"}, + "output":{"shape":"CreateDomainOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates an Amazon DataZone domain.
", + "idempotent":true + }, + "CreateDomainUnit":{ + "name":"CreateDomainUnit", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/domain-units", + "responseCode":201 + }, + "input":{"shape":"CreateDomainUnitInput"}, + "output":{"shape":"CreateDomainUnitOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a domain unit in Amazon DataZone.
", + "idempotent":true + }, + "CreateEnvironment":{ + "name":"CreateEnvironment", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/environments", + "responseCode":201 + }, + "input":{"shape":"CreateEnvironmentInput"}, + "output":{"shape":"CreateEnvironmentOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Create an Amazon DataZone environment.
" + }, + "CreateEnvironmentAction":{ + "name":"CreateEnvironmentAction", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions", + "responseCode":201 + }, + "input":{"shape":"CreateEnvironmentActionInput"}, + "output":{"shape":"CreateEnvironmentActionOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.
" + }, + "CreateEnvironmentProfile":{ + "name":"CreateEnvironmentProfile", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/environment-profiles", + "responseCode":201 + }, + "input":{"shape":"CreateEnvironmentProfileInput"}, + "output":{"shape":"CreateEnvironmentProfileOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates an Amazon DataZone environment profile.
" + }, + "CreateFormType":{ + "name":"CreateFormType", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/form-types", + "responseCode":201 + }, + "input":{"shape":"CreateFormTypeInput"}, + "output":{"shape":"CreateFormTypeOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a metadata form type.
" + }, + "CreateGlossary":{ + "name":"CreateGlossary", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/glossaries", + "responseCode":201 + }, + "input":{"shape":"CreateGlossaryInput"}, + "output":{"shape":"CreateGlossaryOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates an Amazon DataZone business glossary.
", + "idempotent":true + }, + "CreateGlossaryTerm":{ + "name":"CreateGlossaryTerm", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/glossary-terms", + "responseCode":201 + }, + "input":{"shape":"CreateGlossaryTermInput"}, + "output":{"shape":"CreateGlossaryTermOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a business glossary term.
", + "idempotent":true + }, + "CreateGroupProfile":{ + "name":"CreateGroupProfile", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/group-profiles", + "responseCode":201 + }, + "input":{"shape":"CreateGroupProfileInput"}, + "output":{"shape":"CreateGroupProfileOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a group profile in Amazon DataZone.
", + "idempotent":true + }, + "CreateListingChangeSet":{ + "name":"CreateListingChangeSet", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/listings/change-set", + "responseCode":200 + }, + "input":{"shape":"CreateListingChangeSetInput"}, + "output":{"shape":"CreateListingChangeSetOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.
" + }, + "CreateProject":{ + "name":"CreateProject", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/projects", + "responseCode":201 + }, + "input":{"shape":"CreateProjectInput"}, + "output":{"shape":"CreateProjectOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates an Amazon DataZone project.
" + }, + "CreateProjectMembership":{ + "name":"CreateProjectMembership", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/createMembership", + "responseCode":201 + }, + "input":{"shape":"CreateProjectMembershipInput"}, + "output":{"shape":"CreateProjectMembershipOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a project membership in Amazon DataZone.
" + }, + "CreateSubscriptionGrant":{ + "name":"CreateSubscriptionGrant", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/subscription-grants", + "responseCode":200 + }, + "input":{"shape":"CreateSubscriptionGrantInput"}, + "output":{"shape":"CreateSubscriptionGrantOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a subsscription grant in Amazon DataZone.
" + }, + "CreateSubscriptionRequest":{ + "name":"CreateSubscriptionRequest", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/subscription-requests", + "responseCode":200 + }, + "input":{"shape":"CreateSubscriptionRequestInput"}, + "output":{"shape":"CreateSubscriptionRequestOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a subscription request in Amazon DataZone.
" + }, + "CreateSubscriptionTarget":{ + "name":"CreateSubscriptionTarget", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets", + "responseCode":200 + }, + "input":{"shape":"CreateSubscriptionTargetInput"}, + "output":{"shape":"CreateSubscriptionTargetOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a subscription target in Amazon DataZone.
" + }, + "CreateUserProfile":{ + "name":"CreateUserProfile", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/user-profiles", + "responseCode":201 + }, + "input":{"shape":"CreateUserProfileInput"}, + "output":{"shape":"CreateUserProfileOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Creates a user profile in Amazon DataZone.
", + "idempotent":true + }, + "DeleteAsset":{ + "name":"DeleteAsset", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteAssetInput"}, + "output":{"shape":"DeleteAssetOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes an asset in Amazon DataZone.
", + "idempotent":true + }, + "DeleteAssetFilter":{ + "name":"DeleteAssetFilter", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteAssetFilterInput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes an asset filter.
", + "idempotent":true + }, + "DeleteAssetType":{ + "name":"DeleteAssetType", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/asset-types/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteAssetTypeInput"}, + "output":{"shape":"DeleteAssetTypeOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes an asset type in Amazon DataZone.
" + }, + "DeleteDataProduct":{ + "name":"DeleteDataProduct", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/data-products/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteDataProductInput"}, + "output":{"shape":"DeleteDataProductOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes a data product in Amazon DataZone.
", + "idempotent":true + }, + "DeleteDataSource":{ + "name":"DeleteDataSource", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}", + "responseCode":200 + }, + "input":{"shape":"DeleteDataSourceInput"}, + "output":{"shape":"DeleteDataSourceOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes a data source in Amazon DataZone.
", + "idempotent":true + }, + "DeleteDomain":{ + "name":"DeleteDomain", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{identifier}", + "responseCode":202 + }, + "input":{"shape":"DeleteDomainInput"}, + "output":{"shape":"DeleteDomainOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes a Amazon DataZone domain.
", + "idempotent":true + }, + "DeleteDomainUnit":{ + "name":"DeleteDomainUnit", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/domain-units/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteDomainUnitInput"}, + "output":{"shape":"DeleteDomainUnitOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes a domain unit.
", + "idempotent":true + }, + "DeleteEnvironment":{ + "name":"DeleteEnvironment", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteEnvironmentInput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes an environment in Amazon DataZone.
", + "idempotent":true + }, + "DeleteEnvironmentAction":{ + "name":"DeleteEnvironmentAction", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteEnvironmentActionInput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.
", + "idempotent":true + }, + "DeleteEnvironmentBlueprintConfiguration":{ + "name":"DeleteEnvironmentBlueprintConfiguration", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteEnvironmentBlueprintConfigurationInput"}, + "output":{"shape":"DeleteEnvironmentBlueprintConfigurationOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes the blueprint configuration in Amazon DataZone.
", + "idempotent":true + }, + "DeleteEnvironmentProfile":{ + "name":"DeleteEnvironmentProfile", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/environment-profiles/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteEnvironmentProfileInput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes an environment profile in Amazon DataZone.
", + "idempotent":true + }, + "DeleteFormType":{ + "name":"DeleteFormType", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/form-types/{formTypeIdentifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteFormTypeInput"}, + "output":{"shape":"DeleteFormTypeOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Delets and metadata form type in Amazon DataZone.
" + }, + "DeleteGlossary":{ + "name":"DeleteGlossary", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteGlossaryInput"}, + "output":{"shape":"DeleteGlossaryOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes a business glossary in Amazon DataZone.
", + "idempotent":true + }, + "DeleteGlossaryTerm":{ + "name":"DeleteGlossaryTerm", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/glossary-terms/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteGlossaryTermInput"}, + "output":{"shape":"DeleteGlossaryTermOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes a business glossary term in Amazon DataZone.
", + "idempotent":true + }, + "DeleteListing":{ + "name":"DeleteListing", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/listings/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteListingInput"}, + "output":{"shape":"DeleteListingOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes a listing (a record of an asset at a given time).
", + "idempotent":true + }, + "DeleteProject":{ + "name":"DeleteProject", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteProjectInput"}, + "output":{"shape":"DeleteProjectOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes a project in Amazon DataZone.
", + "idempotent":true + }, + "DeleteProjectMembership":{ + "name":"DeleteProjectMembership", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/deleteMembership", + "responseCode":204 + }, + "input":{"shape":"DeleteProjectMembershipInput"}, + "output":{"shape":"DeleteProjectMembershipOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes project membership in Amazon DataZone.
", + "idempotent":true + }, + "DeleteSubscriptionGrant":{ + "name":"DeleteSubscriptionGrant", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/subscription-grants/{identifier}", + "responseCode":200 + }, + "input":{"shape":"DeleteSubscriptionGrantInput"}, + "output":{"shape":"DeleteSubscriptionGrantOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes and subscription grant in Amazon DataZone.
" + }, + "DeleteSubscriptionRequest":{ + "name":"DeleteSubscriptionRequest", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteSubscriptionRequestInput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes a subscription request in Amazon DataZone.
" + }, + "DeleteSubscriptionTarget":{ + "name":"DeleteSubscriptionTarget", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteSubscriptionTargetInput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes a subscription target in Amazon DataZone.
" + }, + "DeleteTimeSeriesDataPoints":{ + "name":"DeleteTimeSeriesDataPoints", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points", + "responseCode":204 + }, + "input":{"shape":"DeleteTimeSeriesDataPointsInput"}, + "output":{"shape":"DeleteTimeSeriesDataPointsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Deletes the specified time series form for the specified asset.
", + "idempotent":true + }, + "DisassociateEnvironmentRole":{ + "name":"DisassociateEnvironmentRole", + "http":{ + "method":"DELETE", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}", + "responseCode":200 + }, + "input":{"shape":"DisassociateEnvironmentRoleInput"}, + "output":{"shape":"DisassociateEnvironmentRoleOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Disassociates the environment role in Amazon DataZone.
" + }, + "GetAsset":{ + "name":"GetAsset", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetAssetInput"}, + "output":{"shape":"GetAssetOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets an Amazon DataZone asset.
" + }, + "GetAssetFilter":{ + "name":"GetAssetFilter", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetAssetFilterInput"}, + "output":{"shape":"GetAssetFilterOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets an asset filter.
" + }, + "GetAssetType":{ + "name":"GetAssetType", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/asset-types/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetAssetTypeInput"}, + "output":{"shape":"GetAssetTypeOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets an Amazon DataZone asset type.
" + }, + "GetDataProduct":{ + "name":"GetDataProduct", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/data-products/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetDataProductInput"}, + "output":{"shape":"GetDataProductOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets the data product.
" + }, + "GetDataSource":{ + "name":"GetDataSource", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetDataSourceInput"}, + "output":{"shape":"GetDataSourceOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets an Amazon DataZone data source.
" + }, + "GetDataSourceRun":{ + "name":"GetDataSourceRun", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/data-source-runs/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetDataSourceRunInput"}, + "output":{"shape":"GetDataSourceRunOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets an Amazon DataZone data source run.
" + }, + "GetDomain":{ + "name":"GetDomain", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetDomainInput"}, + "output":{"shape":"GetDomainOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets an Amazon DataZone domain.
" + }, + "GetDomainUnit":{ + "name":"GetDomainUnit", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/domain-units/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetDomainUnitInput"}, + "output":{"shape":"GetDomainUnitOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets the details of the specified domain unit.
" + }, + "GetEnvironment":{ + "name":"GetEnvironment", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetEnvironmentInput"}, + "output":{"shape":"GetEnvironmentOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets an Amazon DataZone environment.
" + }, + "GetEnvironmentAction":{ + "name":"GetEnvironmentAction", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetEnvironmentActionInput"}, + "output":{"shape":"GetEnvironmentActionOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets the specified environment action.
" + }, + "GetEnvironmentBlueprint":{ + "name":"GetEnvironmentBlueprint", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environment-blueprints/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetEnvironmentBlueprintInput"}, + "output":{"shape":"GetEnvironmentBlueprintOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets an Amazon DataZone blueprint.
" + }, + "GetEnvironmentBlueprintConfiguration":{ + "name":"GetEnvironmentBlueprintConfiguration", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetEnvironmentBlueprintConfigurationInput"}, + "output":{"shape":"GetEnvironmentBlueprintConfigurationOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets the blueprint configuration in Amazon DataZone.
" + }, + "GetEnvironmentCredentials":{ + "name":"GetEnvironmentCredentials", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/credentials", + "responseCode":200 + }, + "input":{"shape":"GetEnvironmentCredentialsInput"}, + "output":{"shape":"GetEnvironmentCredentialsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets the credentials of an environment in Amazon DataZone.
" + }, + "GetEnvironmentProfile":{ + "name":"GetEnvironmentProfile", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environment-profiles/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetEnvironmentProfileInput"}, + "output":{"shape":"GetEnvironmentProfileOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets an evinronment profile in Amazon DataZone.
" + }, + "GetFormType":{ + "name":"GetFormType", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/form-types/{formTypeIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetFormTypeInput"}, + "output":{"shape":"GetFormTypeOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets a metadata form type in Amazon DataZone.
" + }, + "GetGlossary":{ + "name":"GetGlossary", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetGlossaryInput"}, + "output":{"shape":"GetGlossaryOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets a business glossary in Amazon DataZone.
" + }, + "GetGlossaryTerm":{ + "name":"GetGlossaryTerm", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/glossary-terms/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetGlossaryTermInput"}, + "output":{"shape":"GetGlossaryTermOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets a business glossary term in Amazon DataZone.
" + }, + "GetGroupProfile":{ + "name":"GetGroupProfile", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/group-profiles/{groupIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetGroupProfileInput"}, + "output":{"shape":"GetGroupProfileOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets a group profile in Amazon DataZone.
" + }, + "GetIamPortalLoginUrl":{ + "name":"GetIamPortalLoginUrl", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/get-portal-login-url", + "responseCode":200 + }, + "input":{"shape":"GetIamPortalLoginUrlInput"}, + "output":{"shape":"GetIamPortalLoginUrlOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets the data portal URL for the specified Amazon DataZone domain.
" + }, + "GetLineageNode":{ + "name":"GetLineageNode", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/lineage/nodes/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetLineageNodeInput"}, + "output":{"shape":"GetLineageNodeOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets the data lineage node.
" + }, + "GetListing":{ + "name":"GetListing", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/listings/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetListingInput"}, + "output":{"shape":"GetListingOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets a listing (a record of an asset at a given time). If you specify a listing version, only details that are specific to that version are returned.
" + }, + "GetMetadataGenerationRun":{ + "name":"GetMetadataGenerationRun", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetMetadataGenerationRunInput"}, + "output":{"shape":"GetMetadataGenerationRunOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets a metadata generation run in Amazon DataZone.
" + }, + "GetProject":{ + "name":"GetProject", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetProjectInput"}, + "output":{"shape":"GetProjectOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets a project in Amazon DataZone.
" + }, + "GetSubscription":{ + "name":"GetSubscription", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/subscriptions/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetSubscriptionInput"}, + "output":{"shape":"GetSubscriptionOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets a subscription in Amazon DataZone.
" + }, + "GetSubscriptionGrant":{ + "name":"GetSubscriptionGrant", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/subscription-grants/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetSubscriptionGrantInput"}, + "output":{"shape":"GetSubscriptionGrantOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets the subscription grant in Amazon DataZone.
" + }, + "GetSubscriptionRequestDetails":{ + "name":"GetSubscriptionRequestDetails", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetSubscriptionRequestDetailsInput"}, + "output":{"shape":"GetSubscriptionRequestDetailsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets the details of the specified subscription request.
" + }, + "GetSubscriptionTarget":{ + "name":"GetSubscriptionTarget", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetSubscriptionTargetInput"}, + "output":{"shape":"GetSubscriptionTargetOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets the subscription target in Amazon DataZone.
" + }, + "GetTimeSeriesDataPoint":{ + "name":"GetTimeSeriesDataPoint", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points/{identifier}", + "responseCode":200 + }, + "input":{"shape":"GetTimeSeriesDataPointInput"}, + "output":{"shape":"GetTimeSeriesDataPointOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets the existing data point for the asset.
" + }, + "GetUserProfile":{ + "name":"GetUserProfile", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/user-profiles/{userIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetUserProfileInput"}, + "output":{"shape":"GetUserProfileOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Gets a user profile in Amazon DataZone.
" + }, + "ListAssetFilters":{ + "name":"ListAssetFilters", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters", + "responseCode":200 + }, + "input":{"shape":"ListAssetFiltersInput"}, + "output":{"shape":"ListAssetFiltersOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists asset filters.
" + }, + "ListAssetRevisions":{ + "name":"ListAssetRevisions", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/revisions", + "responseCode":200 + }, + "input":{"shape":"ListAssetRevisionsInput"}, + "output":{"shape":"ListAssetRevisionsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists the revisions for the asset.
" + }, + "ListDataProductRevisions":{ + "name":"ListDataProductRevisions", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/data-products/{identifier}/revisions", + "responseCode":200 + }, + "input":{"shape":"ListDataProductRevisionsInput"}, + "output":{"shape":"ListDataProductRevisionsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists data product revisions.
" + }, + "ListDataSourceRunActivities":{ + "name":"ListDataSourceRunActivities", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/data-source-runs/{identifier}/activities", + "responseCode":200 + }, + "input":{"shape":"ListDataSourceRunActivitiesInput"}, + "output":{"shape":"ListDataSourceRunActivitiesOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists data source run activities.
" + }, + "ListDataSourceRuns":{ + "name":"ListDataSourceRuns", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/data-sources/{dataSourceIdentifier}/runs", + "responseCode":200 + }, + "input":{"shape":"ListDataSourceRunsInput"}, + "output":{"shape":"ListDataSourceRunsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists data source runs in Amazon DataZone.
" + }, + "ListDataSources":{ + "name":"ListDataSources", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/data-sources", + "responseCode":200 + }, + "input":{"shape":"ListDataSourcesInput"}, + "output":{"shape":"ListDataSourcesOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists data sources in Amazon DataZone.
" + }, + "ListDomainUnitsForParent":{ + "name":"ListDomainUnitsForParent", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/domain-units", + "responseCode":200 + }, + "input":{"shape":"ListDomainUnitsForParentInput"}, + "output":{"shape":"ListDomainUnitsForParentOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists child domain units for the specified parent domain unit.
" + }, + "ListDomains":{ + "name":"ListDomains", + "http":{ + "method":"GET", + "requestUri":"/v2/domains", + "responseCode":200 + }, + "input":{"shape":"ListDomainsInput"}, + "output":{"shape":"ListDomainsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists Amazon DataZone domains.
" + }, + "ListEntityOwners":{ + "name":"ListEntityOwners", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/owners", + "responseCode":200 + }, + "input":{"shape":"ListEntityOwnersInput"}, + "output":{"shape":"ListEntityOwnersOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists the entity (domain units) owners.
" + }, + "ListEnvironmentActions":{ + "name":"ListEnvironmentActions", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions", + "responseCode":200 + }, + "input":{"shape":"ListEnvironmentActionsInput"}, + "output":{"shape":"ListEnvironmentActionsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists existing environment actions.
" + }, + "ListEnvironmentBlueprintConfigurations":{ + "name":"ListEnvironmentBlueprintConfigurations", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations", + "responseCode":200 + }, + "input":{"shape":"ListEnvironmentBlueprintConfigurationsInput"}, + "output":{"shape":"ListEnvironmentBlueprintConfigurationsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists blueprint configurations for a Amazon DataZone environment.
" + }, + "ListEnvironmentBlueprints":{ + "name":"ListEnvironmentBlueprints", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environment-blueprints", + "responseCode":200 + }, + "input":{"shape":"ListEnvironmentBlueprintsInput"}, + "output":{"shape":"ListEnvironmentBlueprintsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists blueprints in an Amazon DataZone environment.
" + }, + "ListEnvironmentProfiles":{ + "name":"ListEnvironmentProfiles", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environment-profiles", + "responseCode":200 + }, + "input":{"shape":"ListEnvironmentProfilesInput"}, + "output":{"shape":"ListEnvironmentProfilesOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists Amazon DataZone environment profiles.
" + }, + "ListEnvironments":{ + "name":"ListEnvironments", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environments", + "responseCode":200 + }, + "input":{"shape":"ListEnvironmentsInput"}, + "output":{"shape":"ListEnvironmentsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists Amazon DataZone environments.
" + }, + "ListLineageNodeHistory":{ + "name":"ListLineageNodeHistory", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/lineage/nodes/{identifier}/history", + "responseCode":200 + }, + "input":{"shape":"ListLineageNodeHistoryInput"}, + "output":{"shape":"ListLineageNodeHistoryOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists the history of the specified data lineage node.
" + }, + "ListMetadataGenerationRuns":{ + "name":"ListMetadataGenerationRuns", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs", + "responseCode":200 + }, + "input":{"shape":"ListMetadataGenerationRunsInput"}, + "output":{"shape":"ListMetadataGenerationRunsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists all metadata generation runs.
" + }, + "ListNotifications":{ + "name":"ListNotifications", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/notifications", + "responseCode":200 + }, + "input":{"shape":"ListNotificationsInput"}, + "output":{"shape":"ListNotificationsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists all Amazon DataZone notifications.
" + }, + "ListPolicyGrants":{ + "name":"ListPolicyGrants", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/grants", + "responseCode":200 + }, + "input":{"shape":"ListPolicyGrantsInput"}, + "output":{"shape":"ListPolicyGrantsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists policy grants.
" + }, + "ListProjectMemberships":{ + "name":"ListProjectMemberships", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/memberships", + "responseCode":200 + }, + "input":{"shape":"ListProjectMembershipsInput"}, + "output":{"shape":"ListProjectMembershipsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists all members of the specified project.
" + }, + "ListProjects":{ + "name":"ListProjects", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/projects", + "responseCode":200 + }, + "input":{"shape":"ListProjectsInput"}, + "output":{"shape":"ListProjectsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists Amazon DataZone projects.
" + }, + "ListSubscriptionGrants":{ + "name":"ListSubscriptionGrants", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/subscription-grants", + "responseCode":200 + }, + "input":{"shape":"ListSubscriptionGrantsInput"}, + "output":{"shape":"ListSubscriptionGrantsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists subscription grants.
" + }, + "ListSubscriptionRequests":{ + "name":"ListSubscriptionRequests", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/subscription-requests", + "responseCode":200 + }, + "input":{"shape":"ListSubscriptionRequestsInput"}, + "output":{"shape":"ListSubscriptionRequestsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists Amazon DataZone subscription requests.
" + }, + "ListSubscriptionTargets":{ + "name":"ListSubscriptionTargets", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets", + "responseCode":200 + }, + "input":{"shape":"ListSubscriptionTargetsInput"}, + "output":{"shape":"ListSubscriptionTargetsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists subscription targets in Amazon DataZone.
" + }, + "ListSubscriptions":{ + "name":"ListSubscriptions", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/subscriptions", + "responseCode":200 + }, + "input":{"shape":"ListSubscriptionsInput"}, + "output":{"shape":"ListSubscriptionsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists subscriptions in Amazon DataZone.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists tags for the specified resource in Amazon DataZone.
" + }, + "ListTimeSeriesDataPoints":{ + "name":"ListTimeSeriesDataPoints", + "http":{ + "method":"GET", + "requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points", + "responseCode":200 + }, + "input":{"shape":"ListTimeSeriesDataPointsInput"}, + "output":{"shape":"ListTimeSeriesDataPointsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Lists time series data points.
" + }, + "PostLineageEvent":{ + "name":"PostLineageEvent", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/lineage/events", + "responseCode":200 + }, + "input":{"shape":"PostLineageEventInput"}, + "output":{"shape":"PostLineageEventOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Posts a data lineage event.
", + "idempotent":true + }, + "PostTimeSeriesDataPoints":{ + "name":"PostTimeSeriesDataPoints", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points", + "responseCode":201 + }, + "input":{"shape":"PostTimeSeriesDataPointsInput"}, + "output":{"shape":"PostTimeSeriesDataPointsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Posts time series data points to Amazon DataZone for the specified asset.
", + "idempotent":true + }, + "PutEnvironmentBlueprintConfiguration":{ + "name":"PutEnvironmentBlueprintConfiguration", + "http":{ + "method":"PUT", + "requestUri":"/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}", + "responseCode":200 + }, + "input":{"shape":"PutEnvironmentBlueprintConfigurationInput"}, + "output":{"shape":"PutEnvironmentBlueprintConfigurationOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Writes the configuration for the specified environment blueprint in Amazon DataZone.
", + "idempotent":true + }, + "RejectPredictions":{ + "name":"RejectPredictions", + "http":{ + "method":"PUT", + "requestUri":"/v2/domains/{domainIdentifier}/assets/{identifier}/reject-predictions", + "responseCode":200 + }, + "input":{"shape":"RejectPredictionsInput"}, + "output":{"shape":"RejectPredictionsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.
", + "idempotent":true + }, + "RejectSubscriptionRequest":{ + "name":"RejectSubscriptionRequest", + "http":{ + "method":"PUT", + "requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/reject", + "responseCode":200 + }, + "input":{"shape":"RejectSubscriptionRequestInput"}, + "output":{"shape":"RejectSubscriptionRequestOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Rejects the specified subscription request.
", + "idempotent":true + }, + "RemoveEntityOwner":{ + "name":"RemoveEntityOwner", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/removeOwner", + "responseCode":204 + }, + "input":{"shape":"RemoveEntityOwnerInput"}, + "output":{"shape":"RemoveEntityOwnerOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Removes an owner from an entity.
", + "idempotent":true + }, + "RemovePolicyGrant":{ + "name":"RemovePolicyGrant", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/removeGrant", + "responseCode":204 + }, + "input":{"shape":"RemovePolicyGrantInput"}, + "output":{"shape":"RemovePolicyGrantOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Removes a policy grant.
", + "idempotent":true + }, + "RevokeSubscription":{ + "name":"RevokeSubscription", + "http":{ + "method":"PUT", + "requestUri":"/v2/domains/{domainIdentifier}/subscriptions/{identifier}/revoke", + "responseCode":200 + }, + "input":{"shape":"RevokeSubscriptionInput"}, + "output":{"shape":"RevokeSubscriptionOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Revokes a specified subscription in Amazon DataZone.
", + "idempotent":true + }, + "Search":{ + "name":"Search", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/search", + "responseCode":200 + }, + "input":{"shape":"SearchInput"}, + "output":{"shape":"SearchOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Searches for assets in Amazon DataZone.
" + }, + "SearchGroupProfiles":{ + "name":"SearchGroupProfiles", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/search-group-profiles", + "responseCode":200 + }, + "input":{"shape":"SearchGroupProfilesInput"}, + "output":{"shape":"SearchGroupProfilesOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Searches group profiles in Amazon DataZone.
" + }, + "SearchListings":{ + "name":"SearchListings", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/listings/search", + "responseCode":200 + }, + "input":{"shape":"SearchListingsInput"}, + "output":{"shape":"SearchListingsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Searches listings (records of an asset at a given time) in Amazon DataZone.
" + }, + "SearchTypes":{ + "name":"SearchTypes", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/types-search", + "responseCode":200 + }, + "input":{"shape":"SearchTypesInput"}, + "output":{"shape":"SearchTypesOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Searches for types in Amazon DataZone.
" + }, + "SearchUserProfiles":{ + "name":"SearchUserProfiles", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/search-user-profiles", + "responseCode":200 + }, + "input":{"shape":"SearchUserProfilesInput"}, + "output":{"shape":"SearchUserProfilesOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Searches user profiles in Amazon DataZone.
" + }, + "StartDataSourceRun":{ + "name":"StartDataSourceRun", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/data-sources/{dataSourceIdentifier}/runs", + "responseCode":200 + }, + "input":{"shape":"StartDataSourceRunInput"}, + "output":{"shape":"StartDataSourceRunOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Start the run of the specified data source in Amazon DataZone.
", + "idempotent":true + }, + "StartMetadataGenerationRun":{ + "name":"StartMetadataGenerationRun", + "http":{ + "method":"POST", + "requestUri":"/v2/domains/{domainIdentifier}/metadata-generation-runs", + "responseCode":200 + }, + "input":{"shape":"StartMetadataGenerationRunInput"}, + "output":{"shape":"StartMetadataGenerationRunOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Starts the metadata generation run.
", + "idempotent":true + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Tags a resource in Amazon DataZone.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Untags a resource in Amazon DataZone.
", + "idempotent":true + }, + "UpdateAssetFilter":{ + "name":"UpdateAssetFilter", + "http":{ + "method":"PATCH", + "requestUri":"/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateAssetFilterInput"}, + "output":{"shape":"UpdateAssetFilterOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates an asset filter.
", + "idempotent":true + }, + "UpdateDataSource":{ + "name":"UpdateDataSource", + "http":{ + "method":"PATCH", + "requestUri":"/v2/domains/{domainIdentifier}/data-sources/{identifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateDataSourceInput"}, + "output":{"shape":"UpdateDataSourceOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates the specified data source in Amazon DataZone.
", + "idempotent":true + }, + "UpdateDomain":{ + "name":"UpdateDomain", + "http":{ + "method":"PUT", + "requestUri":"/v2/domains/{identifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateDomainInput"}, + "output":{"shape":"UpdateDomainOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates a Amazon DataZone domain.
", + "idempotent":true + }, + "UpdateDomainUnit":{ + "name":"UpdateDomainUnit", + "http":{ + "method":"PUT", + "requestUri":"/v2/domains/{domainIdentifier}/domain-units/{identifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateDomainUnitInput"}, + "output":{"shape":"UpdateDomainUnitOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates the domain unit.
", + "idempotent":true + }, + "UpdateEnvironment":{ + "name":"UpdateEnvironment", + "http":{ + "method":"PATCH", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{identifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateEnvironmentInput"}, + "output":{"shape":"UpdateEnvironmentOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates the specified environment in Amazon DataZone.
" + }, + "UpdateEnvironmentAction":{ + "name":"UpdateEnvironmentAction", + "http":{ + "method":"PATCH", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateEnvironmentActionInput"}, + "output":{"shape":"UpdateEnvironmentActionOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates an environment action.
" + }, + "UpdateEnvironmentProfile":{ + "name":"UpdateEnvironmentProfile", + "http":{ + "method":"PATCH", + "requestUri":"/v2/domains/{domainIdentifier}/environment-profiles/{identifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateEnvironmentProfileInput"}, + "output":{"shape":"UpdateEnvironmentProfileOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates the specified environment profile in Amazon DataZone.
" + }, + "UpdateGlossary":{ + "name":"UpdateGlossary", + "http":{ + "method":"PATCH", + "requestUri":"/v2/domains/{domainIdentifier}/glossaries/{identifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateGlossaryInput"}, + "output":{"shape":"UpdateGlossaryOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates the business glossary in Amazon DataZone.
", + "idempotent":true + }, + "UpdateGlossaryTerm":{ + "name":"UpdateGlossaryTerm", + "http":{ + "method":"PATCH", + "requestUri":"/v2/domains/{domainIdentifier}/glossary-terms/{identifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateGlossaryTermInput"}, + "output":{"shape":"UpdateGlossaryTermOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates a business glossary term in Amazon DataZone.
", + "idempotent":true + }, + "UpdateGroupProfile":{ + "name":"UpdateGroupProfile", + "http":{ + "method":"PUT", + "requestUri":"/v2/domains/{domainIdentifier}/group-profiles/{groupIdentifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateGroupProfileInput"}, + "output":{"shape":"UpdateGroupProfileOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates the specified group profile in Amazon DataZone.
" + }, + "UpdateProject":{ + "name":"UpdateProject", + "http":{ + "method":"PATCH", + "requestUri":"/v2/domains/{domainIdentifier}/projects/{identifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateProjectInput"}, + "output":{"shape":"UpdateProjectOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates the specified project in Amazon DataZone.
", + "idempotent":true + }, + "UpdateSubscriptionGrantStatus":{ + "name":"UpdateSubscriptionGrantStatus", + "http":{ + "method":"PATCH", + "requestUri":"/v2/domains/{domainIdentifier}/subscription-grants/{identifier}/status/{assetIdentifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateSubscriptionGrantStatusInput"}, + "output":{"shape":"UpdateSubscriptionGrantStatusOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates the status of the specified subscription grant status in Amazon DataZone.
", + "idempotent":true + }, + "UpdateSubscriptionRequest":{ + "name":"UpdateSubscriptionRequest", + "http":{ + "method":"PATCH", + "requestUri":"/v2/domains/{domainIdentifier}/subscription-requests/{identifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateSubscriptionRequestInput"}, + "output":{"shape":"UpdateSubscriptionRequestOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates a specified subscription request in Amazon DataZone.
", + "idempotent":true + }, + "UpdateSubscriptionTarget":{ + "name":"UpdateSubscriptionTarget", + "http":{ + "method":"PATCH", + "requestUri":"/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateSubscriptionTargetInput"}, + "output":{"shape":"UpdateSubscriptionTargetOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates the specified subscription target in Amazon DataZone.
", + "idempotent":true + }, + "UpdateUserProfile":{ + "name":"UpdateUserProfile", + "http":{ + "method":"PUT", + "requestUri":"/v2/domains/{domainIdentifier}/user-profiles/{userIdentifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateUserProfileInput"}, + "output":{"shape":"UpdateUserProfileOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"UnauthorizedException"} + ], + "documentation":"Updates the specified user profile in Amazon DataZone.
" + } + }, + "shapes":{ + "AcceptChoice":{ + "type":"structure", + "required":["predictionTarget"], + "members":{ + "editedValue":{ + "shape":"EditedValue", + "documentation":"The edit of the prediction.
" + }, + "predictionChoice":{ + "shape":"Integer", + "documentation":"Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
" + }, + "predictionTarget":{ + "shape":"String", + "documentation":"Specifies the target (for example, a column name) where a prediction can be accepted.
" + } + }, + "documentation":"Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
" + }, + "AcceptChoices":{ + "type":"list", + "member":{"shape":"AcceptChoice"} + }, + "AcceptPredictionsInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "acceptChoices":{ + "shape":"AcceptChoices", + "documentation":"Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
" + }, + "acceptRule":{ + "shape":"AcceptRule", + "documentation":"Specifies the rule (or the conditions) under which a prediction can be accepted.
" + }, + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"AssetIdentifier", + "documentation":"The identifier of the asset.
", + "location":"uri", + "locationName":"identifier" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision that is to be made to the asset.
", + "location":"querystring", + "locationName":"revision" + } + } + }, + "AcceptPredictionsOutput":{ + "type":"structure", + "required":[ + "assetId", + "domainId", + "revision" + ], + "members":{ + "assetId":{ + "shape":"AssetId", + "documentation":"The ID of the asset.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision that is to be made to the asset.
" + } + } + }, + "AcceptRule":{ + "type":"structure", + "members":{ + "rule":{ + "shape":"AcceptRuleBehavior", + "documentation":"Specifies whether you want to accept the top prediction for all targets or none.
" + }, + "threshold":{ + "shape":"Float", + "documentation":"The confidence score that specifies the condition at which a prediction can be accepted.
" + } + }, + "documentation":"Specifies the rule and the threshold under which a prediction can be accepted.
" + }, + "AcceptRuleBehavior":{ + "type":"string", + "enum":[ + "ALL", + "NONE" + ] + }, + "AcceptSubscriptionRequestInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "assetScopes":{ + "shape":"AcceptedAssetScopes", + "documentation":"The asset scopes of the accept subscription request.
" + }, + "decisionComment":{ + "shape":"DecisionComment", + "documentation":"A description that specifies the reason for accepting the specified subscription request.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The Amazon DataZone domain where the specified subscription request is being accepted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"SubscriptionRequestId", + "documentation":"The unique identifier of the subscription request that is to be accepted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "AcceptSubscriptionRequestOutput":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "id", + "requestReason", + "status", + "subscribedListings", + "subscribedPrincipals", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp that specifies when the subscription request was accepted.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"Specifies the Amazon DataZone user that accepted the specified subscription request.
" + }, + "decisionComment":{ + "shape":"DecisionComment", + "documentation":"Specifies the reason for accepting the subscription request.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The unique identifier of the Amazon DataZone domain where the specified subscription request was accepted.
" + }, + "id":{ + "shape":"SubscriptionRequestId", + "documentation":"The identifier of the subscription request.
" + }, + "requestReason":{ + "shape":"RequestReason", + "documentation":"Specifies the reason for requesting a subscription to the asset.
" + }, + "reviewerId":{ + "shape":"String", + "documentation":"Specifes the ID of the Amazon DataZone user who reviewed the subscription request.
" + }, + "status":{ + "shape":"SubscriptionRequestStatus", + "documentation":"Specifies the status of the subscription request.
" + }, + "subscribedListings":{ + "shape":"AcceptSubscriptionRequestOutputSubscribedListingsList", + "documentation":"Specifies the asset for which the subscription request was created.
" + }, + "subscribedPrincipals":{ + "shape":"AcceptSubscriptionRequestOutputSubscribedPrincipalsList", + "documentation":"Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription request.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"Specifies the timestamp when subscription request was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"Specifies the Amazon DataZone user who updated the subscription request.
" + } + } + }, + "AcceptSubscriptionRequestOutputSubscribedListingsList":{ + "type":"list", + "member":{"shape":"SubscribedListing"}, + "max":1, + "min":1 + }, + "AcceptSubscriptionRequestOutputSubscribedPrincipalsList":{ + "type":"list", + "member":{"shape":"SubscribedPrincipal"}, + "max":1, + "min":1 + }, + "AcceptedAssetScope":{ + "type":"structure", + "required":[ + "assetId", + "filterIds" + ], + "members":{ + "assetId":{ + "shape":"AssetId", + "documentation":"The asset ID of the accepted asset scope.
" + }, + "filterIds":{ + "shape":"FilterIds", + "documentation":"The filter IDs of the accepted asset scope.
" + } + }, + "documentation":"The accepted asset scope.
" + }, + "AcceptedAssetScopes":{ + "type":"list", + "member":{"shape":"AcceptedAssetScope"} + }, + "AccessDeniedException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"You do not have sufficient access to perform this action.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "ActionLink":{ + "type":"string", + "sensitive":true + }, + "ActionParameters":{ + "type":"structure", + "members":{ + "awsConsoleLink":{ + "shape":"AwsConsoleLinkParameters", + "documentation":"The console link specified as part of the environment action.
" + } + }, + "documentation":"The parameters of the environment action.
", + "union":true + }, + "AddEntityOwnerInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "entityIdentifier", + "entityType", + "owner" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain in which you want to add the entity owner.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "entityIdentifier":{ + "shape":"String", + "documentation":"The ID of the entity to which you want to add an owner.
", + "location":"uri", + "locationName":"entityIdentifier" + }, + "entityType":{ + "shape":"DataZoneEntityType", + "documentation":"The type of an entity.
", + "location":"uri", + "locationName":"entityType" + }, + "owner":{ + "shape":"OwnerProperties", + "documentation":"The owner that you want to add to the entity.
" + } + } + }, + "AddEntityOwnerOutput":{ + "type":"structure", + "members":{ + } + }, + "AddPolicyGrantInput":{ + "type":"structure", + "required":[ + "detail", + "domainIdentifier", + "entityIdentifier", + "entityType", + "policyType", + "principal" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "detail":{ + "shape":"PolicyGrantDetail", + "documentation":"The details of the policy grant.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to add a policy grant.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "entityIdentifier":{ + "shape":"String", + "documentation":"The ID of the entity (resource) to which you want to add a policy grant.
", + "location":"uri", + "locationName":"entityIdentifier" + }, + "entityType":{ + "shape":"TargetEntityType", + "documentation":"The type of entity (resource) to which the grant is added.
", + "location":"uri", + "locationName":"entityType" + }, + "policyType":{ + "shape":"ManagedPolicyType", + "documentation":"The type of policy that you want to grant.
" + }, + "principal":{ + "shape":"PolicyGrantPrincipal", + "documentation":"The principal to whom the permissions are granted.
" + } + } + }, + "AddPolicyGrantOutput":{ + "type":"structure", + "members":{ + } + }, + "AddToProjectMemberPoolPolicyGrantDetail":{ + "type":"structure", + "members":{ + "includeChildDomainUnits":{ + "shape":"Boolean", + "documentation":"Specifies whether the policy grant is applied to child domain units.
" + } + }, + "documentation":"The details of the policy grant.
" + }, + "AllDomainUnitsGrantFilter":{ + "type":"structure", + "members":{ + }, + "documentation":"The grant filter for all domain units.
" + }, + "AllUsersGrantFilter":{ + "type":"structure", + "members":{ + }, + "documentation":"The all users grant filter.
" + }, + "ApplicableAssetTypes":{ + "type":"list", + "member":{"shape":"TypeName"} + }, + "AssetFilterConfiguration":{ + "type":"structure", + "members":{ + "columnConfiguration":{ + "shape":"ColumnFilterConfiguration", + "documentation":"The column configuration of the asset filter.
" + }, + "rowConfiguration":{ + "shape":"RowFilterConfiguration", + "documentation":"The row configuration of the asset filter.
" + } + }, + "documentation":"The configuration details of the asset filter.
", + "union":true + }, + "AssetFilterSummary":{ + "type":"structure", + "required":[ + "assetId", + "domainId", + "id", + "name" + ], + "members":{ + "assetId":{ + "shape":"AssetId", + "documentation":"The ID of the data asset.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the asset filter was created.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the asset filter.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where the asset filter lives.
" + }, + "effectiveColumnNames":{ + "shape":"ColumnNameList", + "documentation":"The effective column names of the asset filter.
" + }, + "effectiveRowFilter":{ + "shape":"String", + "documentation":"The effective row filter of the asset filter.
" + }, + "errorMessage":{ + "shape":"String", + "documentation":"The error message that is displayed if the action does not succeed.
" + }, + "id":{ + "shape":"FilterId", + "documentation":"The ID of the asset filter.
" + }, + "name":{ + "shape":"FilterName", + "documentation":"The name of the asset filter.
" + }, + "status":{ + "shape":"FilterStatus", + "documentation":"The status of the asset filter.
" + } + }, + "documentation":"The summary of the asset filter.
" + }, + "AssetFilters":{ + "type":"list", + "member":{"shape":"AssetFilterSummary"} + }, + "AssetId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "AssetIdentifier":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "AssetInDataProductListingItem":{ + "type":"structure", + "members":{ + "entityId":{ + "shape":"String", + "documentation":"The entity ID of the listing of the asset in a data product.
" + }, + "entityRevision":{ + "shape":"String", + "documentation":"The entity revision of the listing of the asset in a data product.
" + }, + "entityType":{ + "shape":"String", + "documentation":"The entity type of the listing of the asset in a data product.
" + } + }, + "documentation":"The listing of the asset in a data product.
" + }, + "AssetInDataProductListingItems":{ + "type":"list", + "member":{"shape":"AssetInDataProductListingItem"} + }, + "AssetItem":{ + "type":"structure", + "required":[ + "domainId", + "identifier", + "name", + "owningProjectId", + "typeIdentifier", + "typeRevision" + ], + "members":{ + "additionalAttributes":{ + "shape":"AssetItemAdditionalAttributes", + "documentation":"The additional attributes of a Amazon DataZone inventory asset.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the Amazon DataZone inventory asset was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the inventory asset.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of an Amazon DataZone inventory asset.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the inventory asset exists.
" + }, + "externalIdentifier":{ + "shape":"ExternalIdentifier", + "documentation":"The external identifier of the Amazon DataZone inventory asset.
" + }, + "firstRevisionCreatedAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the first revision of the inventory asset was created.
" + }, + "firstRevisionCreatedBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the first revision of the inventory asset.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms attached to the Amazon DataZone inventory asset.
" + }, + "identifier":{ + "shape":"AssetIdentifier", + "documentation":"the identifier of the Amazon DataZone inventory asset.
" + }, + "name":{ + "shape":"AssetName", + "documentation":"The name of the Amazon DataZone inventory asset.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The identifier of the Amazon DataZone project that owns the inventory asset.
" + }, + "typeIdentifier":{ + "shape":"AssetTypeIdentifier", + "documentation":"The identifier of the asset type of the specified Amazon DataZone inventory asset.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The revision of the inventory asset type.
" + } + }, + "documentation":"A Amazon DataZone inventory asset.
" + }, + "AssetItemAdditionalAttributes":{ + "type":"structure", + "members":{ + "formsOutput":{ + "shape":"FormOutputList", + "documentation":"The forms included in the additional attributes of an inventory asset.
" + }, + "latestTimeSeriesDataPointFormsOutput":{ + "shape":"TimeSeriesDataPointSummaryFormOutputList", + "documentation":"The latest time series data points forms included in the additional attributes of an asset.
" + }, + "readOnlyFormsOutput":{ + "shape":"FormOutputList", + "documentation":"The read-only forms included in the additional attributes of an inventory asset.
" + } + }, + "documentation":"The additional attributes of an inventory asset.
" + }, + "AssetListing":{ + "type":"structure", + "members":{ + "assetId":{ + "shape":"AssetId", + "documentation":"The identifier of an asset published in an Amazon DataZone catalog.
" + }, + "assetRevision":{ + "shape":"Revision", + "documentation":"The revision of an asset published in an Amazon DataZone catalog.
" + }, + "assetType":{ + "shape":"TypeName", + "documentation":"The type of an asset published in an Amazon DataZone catalog.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when an asset published in an Amazon DataZone catalog was created.
" + }, + "forms":{ + "shape":"Forms", + "documentation":"The metadata forms attached to an asset published in an Amazon DataZone catalog.
" + }, + "glossaryTerms":{ + "shape":"DetailedGlossaryTerms", + "documentation":"The glossary terms attached to an asset published in an Amazon DataZone catalog.
" + }, + "latestTimeSeriesDataPointForms":{ + "shape":"TimeSeriesDataPointSummaryFormOutputList", + "documentation":"The latest time series data points forms included in the additional attributes of an asset.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The identifier of the project where an asset published in an Amazon DataZone catalog exists.
" + } + }, + "documentation":"An asset published in an Amazon DataZone catalog.
" + }, + "AssetListingDetails":{ + "type":"structure", + "required":[ + "listingId", + "listingStatus" + ], + "members":{ + "listingId":{ + "shape":"ListingId", + "documentation":"The identifier of an asset published in an Amazon DataZone catalog.
" + }, + "listingStatus":{ + "shape":"ListingStatus", + "documentation":"The status of an asset published in an Amazon DataZone catalog.
" + } + }, + "documentation":"The details of an asset published in an Amazon DataZone catalog.
" + }, + "AssetListingItem":{ + "type":"structure", + "members":{ + "additionalAttributes":{ + "shape":"AssetListingItemAdditionalAttributes", + "documentation":"The additional attributes of an asset published in an Amazon DataZone catalog.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when an asset published in an Amazon DataZone catalog was created.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of an asset published in an Amazon DataZone catalog.
" + }, + "entityId":{ + "shape":"AssetId", + "documentation":"The identifier of the inventory asset.
" + }, + "entityRevision":{ + "shape":"Revision", + "documentation":"The revision of the inventory asset.
" + }, + "entityType":{ + "shape":"TypeName", + "documentation":"The type of the inventory asset.
" + }, + "glossaryTerms":{ + "shape":"DetailedGlossaryTerms", + "documentation":"Glossary terms attached to the inventory asset.
" + }, + "listingCreatedBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the listing.
" + }, + "listingId":{ + "shape":"ListingId", + "documentation":"The identifier of the listing (asset published in Amazon DataZone catalog).
" + }, + "listingRevision":{ + "shape":"Revision", + "documentation":"The revision of the listing (asset published in Amazon DataZone catalog).
" + }, + "listingUpdatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the listing.
" + }, + "name":{ + "shape":"AssetName", + "documentation":"The name of the inventory asset.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The identifier of the project that owns the inventory asset.
" + } + }, + "documentation":"The details of an asset published in an Amazon DataZone catalog.
" + }, + "AssetListingItemAdditionalAttributes":{ + "type":"structure", + "members":{ + "forms":{ + "shape":"Forms", + "documentation":"The metadata forms that form additional attributes of the metadata asset.
" + }, + "latestTimeSeriesDataPointForms":{ + "shape":"TimeSeriesDataPointSummaryFormOutputList", + "documentation":"The latest time series data points forms included in the additional attributes of an asset.
" + } + }, + "documentation":"Additional attributes of an inventory asset.
" + }, + "AssetName":{ + "type":"string", + "max":256, + "min":1, + "sensitive":true + }, + "AssetRevision":{ + "type":"structure", + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when an inventory asset revison was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the asset revision.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The Amazon DataZone user who created the inventory asset.
" + }, + "id":{ + "shape":"AssetId", + "documentation":"The identifier of the inventory asset revision.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision details of the inventory asset.
" + } + }, + "documentation":"The revision of an inventory asset.
" + }, + "AssetRevisions":{ + "type":"list", + "member":{"shape":"AssetRevision"} + }, + "AssetScope":{ + "type":"structure", + "required":[ + "assetId", + "filterIds", + "status" + ], + "members":{ + "assetId":{ + "shape":"AssetId", + "documentation":"The asset ID of the asset scope.
" + }, + "errorMessage":{ + "shape":"String", + "documentation":"The error message of the asset scope.
" + }, + "filterIds":{ + "shape":"FilterIds", + "documentation":"The filter IDs of the asset scope.
" + }, + "status":{ + "shape":"String", + "documentation":"The status of the asset scope.
" + } + }, + "documentation":"The asset scope.
" + }, + "AssetTargetNameMap":{ + "type":"structure", + "required":[ + "assetId", + "targetName" + ], + "members":{ + "assetId":{ + "shape":"AssetId", + "documentation":"The identifier of the inventory asset.
" + }, + "targetName":{ + "shape":"String", + "documentation":"The target name in the asset target name map.
" + } + }, + "documentation":"The name map for assets.
" + }, + "AssetTargetNames":{ + "type":"list", + "member":{"shape":"AssetTargetNameMap"} + }, + "AssetTypeIdentifier":{ + "type":"string", + "max":513, + "min":1, + "pattern":"^(?!\\.)[\\w\\.]*\\w$" + }, + "AssetTypeItem":{ + "type":"structure", + "required":[ + "domainId", + "formsOutput", + "name", + "owningProjectId", + "revision" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the asset type was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the asset type.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the asset type.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain where the asset type exists.
" + }, + "formsOutput":{ + "shape":"FormsOutputMap", + "documentation":"The forms included in the details of the asset type.
" + }, + "name":{ + "shape":"TypeName", + "documentation":"The name of the asset type.
" + }, + "originDomainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain where the asset type was originally created.
" + }, + "originProjectId":{ + "shape":"ProjectId", + "documentation":"The identifier of the Amazon DataZone project where the asset type exists.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The identifier of the Amazon DataZone project that owns the asset type.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the asset type.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the asset type was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the asset type.
" + } + }, + "documentation":"The details of the asset type.
" + }, + "AssociateEnvironmentRoleInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier", + "environmentRoleArn" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the environment role is associated.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The ID of the Amazon DataZone environment.
", + "location":"uri", + "locationName":"environmentIdentifier" + }, + "environmentRoleArn":{ + "shape":"String", + "documentation":"The ARN of the environment role.
", + "location":"uri", + "locationName":"environmentRoleArn" + } + } + }, + "AssociateEnvironmentRoleOutput":{ + "type":"structure", + "members":{ + } + }, + "Attribute":{ + "type":"string", + "max":128, + "min":1 + }, + "AuthType":{ + "type":"string", + "enum":[ + "IAM_IDC", + "DISABLED" + ] + }, + "AuthorizedPrincipalIdentifier":{ + "type":"string", + "pattern":"^[a-zA-Z0-9:/._-]*$" + }, + "AuthorizedPrincipalIdentifiers":{ + "type":"list", + "member":{"shape":"AuthorizedPrincipalIdentifier"}, + "max":10, + "min":1 + }, + "AwsAccountId":{ + "type":"string", + "pattern":"^\\d{12}$" + }, + "AwsConsoleLinkParameters":{ + "type":"structure", + "members":{ + "uri":{ + "shape":"String", + "documentation":"The URI of the console link specified as part of the environment action.
" + } + }, + "documentation":"The parameters of the console link specified as part of the environment action.
" + }, + "AwsRegion":{ + "type":"string", + "pattern":"^[a-z]{2}-[a-z]{4,10}-\\d$" + }, + "Boolean":{ + "type":"boolean", + "box":true + }, + "BusinessNameGenerationConfiguration":{ + "type":"structure", + "members":{ + "enabled":{ + "shape":"Boolean", + "documentation":"Specifies whether the business name generation is enabled.
" + } + }, + "documentation":"The configuration of the business name generation.
" + }, + "CancelMetadataGenerationRunInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the metadata generation run is to be cancelled.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"MetadataGenerationRunIdentifier", + "documentation":"The ID of the metadata generation run.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "CancelMetadataGenerationRunOutput":{ + "type":"structure", + "members":{ + } + }, + "CancelSubscriptionInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"SubscriptionId", + "documentation":"The unique identifier of the subscription that is being cancelled.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "CancelSubscriptionOutput":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "id", + "status", + "subscribedListing", + "subscribedPrincipal", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp that specifies when the request to cancel the subscription was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"Specifies the Amazon DataZone user who is cancelling the subscription.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.
" + }, + "id":{ + "shape":"SubscriptionId", + "documentation":"The identifier of the subscription.
" + }, + "retainPermissions":{ + "shape":"Boolean", + "documentation":"Specifies whether the permissions to the asset are retained after the subscription is cancelled.
" + }, + "status":{ + "shape":"SubscriptionStatus", + "documentation":"The status of the request to cancel the subscription.
" + }, + "subscribedListing":{ + "shape":"SubscribedListing", + "documentation":"The asset to which a subscription is being cancelled.
" + }, + "subscribedPrincipal":{ + "shape":"SubscribedPrincipal", + "documentation":"The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being cancelled.
" + }, + "subscriptionRequestId":{ + "shape":"SubscriptionRequestId", + "documentation":"The unique ID of the subscripton request for the subscription that is being cancelled.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp that specifies when the subscription was cancelled.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user that cancelled the subscription.
" + } + } + }, + "ChangeAction":{ + "type":"string", + "enum":[ + "PUBLISH", + "UNPUBLISH" + ] + }, + "ClientToken":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^[\\x21-\\x7E]+$" + }, + "CloudFormationProperties":{ + "type":"structure", + "required":["templateUrl"], + "members":{ + "templateUrl":{ + "shape":"String", + "documentation":"The template URL of the cloud formation provisioning properties of the environment blueprint.
" + } + }, + "documentation":"Part of the provisioning properties of the environment blueprint.
" + }, + "ColumnFilterConfiguration":{ + "type":"structure", + "members":{ + "includedColumnNames":{ + "shape":"ColumnNameList", + "documentation":"Specifies whether to include column names.
" + } + }, + "documentation":"The column configuration of the asset filter.
" + }, + "ColumnNameList":{ + "type":"list", + "member":{"shape":"String"} + }, + "ConfigurableActionParameter":{ + "type":"structure", + "members":{ + "key":{ + "shape":"String", + "documentation":"The key of the configurable action parameter.
" + }, + "value":{ + "shape":"String", + "documentation":"The value of the configurable action parameter.
" + } + }, + "documentation":"The details of the parameters for the configurable environment action.
" + }, + "ConfigurableActionParameterList":{ + "type":"list", + "member":{"shape":"ConfigurableActionParameter"} + }, + "ConfigurableActionTypeAuthorization":{ + "type":"string", + "enum":[ + "IAM", + "HTTPS" + ] + }, + "ConfigurableEnvironmentAction":{ + "type":"structure", + "required":[ + "parameters", + "type" + ], + "members":{ + "auth":{ + "shape":"ConfigurableActionTypeAuthorization", + "documentation":"The authentication type of a configurable action of a Amazon DataZone environment.
" + }, + "parameters":{ + "shape":"ConfigurableActionParameterList", + "documentation":"The parameters of a configurable action in a Amazon DataZone environment.
" + }, + "type":{ + "shape":"String", + "documentation":"The type of a configurable action in a Amazon DataZone environment.
" + } + }, + "documentation":"The configurable action of a Amazon DataZone environment.
" + }, + "ConflictException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"There is a conflict while performing this action.
", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "CreateAssetFilterInput":{ + "type":"structure", + "required":[ + "assetIdentifier", + "configuration", + "domainIdentifier", + "name" + ], + "members":{ + "assetIdentifier":{ + "shape":"AssetId", + "documentation":"The ID of the data asset.
", + "location":"uri", + "locationName":"assetIdentifier" + }, + "clientToken":{ + "shape":"String", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "configuration":{ + "shape":"AssetFilterConfiguration", + "documentation":"The configuration of the asset filter.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the asset filter.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain in which you want to create an asset filter.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "name":{ + "shape":"FilterName", + "documentation":"The name of the asset filter.
" + } + } + }, + "CreateAssetFilterOutput":{ + "type":"structure", + "required":[ + "assetId", + "configuration", + "domainId", + "id", + "name" + ], + "members":{ + "assetId":{ + "shape":"AssetId", + "documentation":"The ID of the asset.
" + }, + "configuration":{ + "shape":"AssetFilterConfiguration", + "documentation":"The configuration of the asset filter.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the asset filter was created.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the asset filter.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where the asset filter is created.
" + }, + "effectiveColumnNames":{ + "shape":"ColumnNameList", + "documentation":"The column names in the asset filter.
" + }, + "effectiveRowFilter":{ + "shape":"String", + "documentation":"The row filter in the asset filter.
" + }, + "errorMessage":{ + "shape":"String", + "documentation":"The error message that is displayed if the asset filter is not created successfully.
" + }, + "id":{ + "shape":"FilterId", + "documentation":"The ID of the asset filter.
" + }, + "name":{ + "shape":"FilterName", + "documentation":"The name of the asset filter.
" + }, + "status":{ + "shape":"FilterStatus", + "documentation":"The status of the asset filter.
" + } + } + }, + "CreateAssetInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "name", + "owningProjectIdentifier", + "typeIdentifier" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "description":{ + "shape":"Description", + "documentation":"Asset description.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"Amazon DataZone domain where the asset is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "externalIdentifier":{ + "shape":"ExternalIdentifier", + "documentation":"The external identifier of the asset.
" + }, + "formsInput":{ + "shape":"FormInputList", + "documentation":"Metadata forms attached to the asset.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"Glossary terms attached to the asset.
" + }, + "name":{ + "shape":"AssetName", + "documentation":"Asset name.
" + }, + "owningProjectIdentifier":{ + "shape":"ProjectId", + "documentation":"The unique identifier of the project that owns this asset.
" + }, + "predictionConfiguration":{ + "shape":"PredictionConfiguration", + "documentation":"The configuration of the automatically generated business-friendly metadata for the asset.
" + }, + "typeIdentifier":{ + "shape":"AssetTypeIdentifier", + "documentation":"The unique identifier of this asset's type.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The revision of this asset's type.
" + } + } + }, + "CreateAssetOutput":{ + "type":"structure", + "required":[ + "domainId", + "formsOutput", + "id", + "name", + "owningProjectId", + "revision", + "typeIdentifier", + "typeRevision" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the asset was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user that created this asset in the catalog.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the created asset.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the asset was created.
" + }, + "externalIdentifier":{ + "shape":"ExternalIdentifier", + "documentation":"The external identifier of the asset.
" + }, + "firstRevisionCreatedAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the first revision of the asset took place.
" + }, + "firstRevisionCreatedBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user that made the first revision of the asset.
" + }, + "formsOutput":{ + "shape":"FormOutputList", + "documentation":"The metadata forms that are attached to the created asset.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms that are attached to the created asset.
" + }, + "id":{ + "shape":"AssetId", + "documentation":"The unique identifier of the created asset.
" + }, + "latestTimeSeriesDataPointFormsOutput":{ + "shape":"TimeSeriesDataPointSummaryFormOutputList", + "documentation":"The latest data point that was imported into the time series form for the asset.
" + }, + "listing":{ + "shape":"AssetListingDetails", + "documentation":"The details of an asset published in an Amazon DataZone catalog.
" + }, + "name":{ + "shape":"AssetName", + "documentation":"The name of the created asset.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project that owns the created asset.
" + }, + "predictionConfiguration":{ + "shape":"PredictionConfiguration", + "documentation":"The configuration of the automatically generated business-friendly metadata for the asset.
" + }, + "readOnlyFormsOutput":{ + "shape":"FormOutputList", + "documentation":"The read-only metadata forms that are attached to the created asset.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the asset.
" + }, + "typeIdentifier":{ + "shape":"AssetTypeIdentifier", + "documentation":"The identifier of the created asset type.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The revision type of the asset.
" + } + } + }, + "CreateAssetRevisionInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier", + "name" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "description":{ + "shape":"Description", + "documentation":"The revised description of the asset.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The unique identifier of the domain where the asset is being revised.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "formsInput":{ + "shape":"FormInputList", + "documentation":"The metadata forms to be attached to the asset as part of asset revision.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms to be attached to the asset as part of asset revision.
" + }, + "identifier":{ + "shape":"AssetIdentifier", + "documentation":"The identifier of the asset.
", + "location":"uri", + "locationName":"identifier" + }, + "name":{ + "shape":"AssetName", + "documentation":"Te revised name of the asset.
" + }, + "predictionConfiguration":{ + "shape":"PredictionConfiguration", + "documentation":"The configuration of the automatically generated business-friendly metadata for the asset.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The revision type of the asset.
" + } + } + }, + "CreateAssetRevisionOutput":{ + "type":"structure", + "required":[ + "domainId", + "formsOutput", + "id", + "name", + "owningProjectId", + "revision", + "typeIdentifier", + "typeRevision" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the asset revision occured.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who performed the asset revision.
" + }, + "description":{ + "shape":"Description", + "documentation":"The revised asset description.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The unique identifier of the Amazon DataZone domain where the asset was revised.
" + }, + "externalIdentifier":{ + "shape":"ExternalIdentifier", + "documentation":"The external identifier of the asset.
" + }, + "firstRevisionCreatedAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the first asset revision occured.
" + }, + "firstRevisionCreatedBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who performed the first asset revision.
" + }, + "formsOutput":{ + "shape":"FormOutputList", + "documentation":"The metadata forms that were attached to the asset as part of the asset revision.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms that were attached to the asset as part of asset revision.
" + }, + "id":{ + "shape":"AssetId", + "documentation":"The unique identifier of the asset revision.
" + }, + "latestTimeSeriesDataPointFormsOutput":{ + "shape":"TimeSeriesDataPointSummaryFormOutputList", + "documentation":"The latest data point that was imported into the time series form for the asset.
" + }, + "listing":{ + "shape":"AssetListingDetails", + "documentation":"The details of an asset published in an Amazon DataZone catalog.
" + }, + "name":{ + "shape":"AssetName", + "documentation":"The revised name of the asset.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The unique identifier of the revised project that owns the asset.
" + }, + "predictionConfiguration":{ + "shape":"PredictionConfiguration", + "documentation":"The configuration of the automatically generated business-friendly metadata for the asset.
" + }, + "readOnlyFormsOutput":{ + "shape":"FormOutputList", + "documentation":"The read-only metadata forms that were attached to the asset as part of the asset revision.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the asset.
" + }, + "typeIdentifier":{ + "shape":"AssetTypeIdentifier", + "documentation":"The identifier of the revision type.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The revision type of the asset.
" + } + } + }, + "CreateAssetTypeInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "formsInput", + "name", + "owningProjectIdentifier" + ], + "members":{ + "description":{ + "shape":"Description", + "documentation":"The descripton of the custom asset type.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The unique identifier of the Amazon DataZone domain where the custom asset type is being created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "formsInput":{ + "shape":"FormsInputMap", + "documentation":"The metadata forms that are to be attached to the custom asset type.
" + }, + "name":{ + "shape":"TypeName", + "documentation":"The name of the custom asset type.
" + }, + "owningProjectIdentifier":{ + "shape":"ProjectId", + "documentation":"The identifier of the Amazon DataZone project that is to own the custom asset type.
" + } + } + }, + "CreateAssetTypeOutput":{ + "type":"structure", + "required":[ + "domainId", + "formsOutput", + "name", + "revision" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the asset type is to be created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who creates this custom asset type.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the custom asset type.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the asset type was created.
" + }, + "formsOutput":{ + "shape":"FormsOutputMap", + "documentation":"The metadata forms that are attached to the asset type.
" + }, + "name":{ + "shape":"TypeName", + "documentation":"The name of the asset type.
" + }, + "originDomainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain where the asset type was originally created.
" + }, + "originProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project where the asset type was originally created.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project that currently owns this asset type.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the custom asset type.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the custom type was created.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user that created the custom asset type.
" + } + } + }, + "CreateAssetTypePolicyGrantDetail":{ + "type":"structure", + "members":{ + "includeChildDomainUnits":{ + "shape":"Boolean", + "documentation":"Specifies whether the policy grant is applied to child domain units.
" + } + }, + "documentation":"The details of the policy grant.
" + }, + "CreateDataProductInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "name", + "owningProjectIdentifier" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "description":{ + "shape":"DataProductDescription", + "documentation":"The description of the data product.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where the data product is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "formsInput":{ + "shape":"FormInputList", + "documentation":"The metadata forms of the data product.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms of the data product.
" + }, + "items":{ + "shape":"DataProductItems", + "documentation":"The data assets of the data product.
" + }, + "name":{ + "shape":"DataProductName", + "documentation":"The name of the data product.
" + }, + "owningProjectIdentifier":{ + "shape":"ProjectId", + "documentation":"The ID of the owning project of the data product.
" + } + } + }, + "CreateDataProductOutput":{ + "type":"structure", + "required":[ + "domainId", + "id", + "name", + "owningProjectId", + "revision", + "status" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the data product was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the data product.
" + }, + "description":{ + "shape":"DataProductDescription", + "documentation":"The description of the data product.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where the data product lives.
" + }, + "firstRevisionCreatedAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the first revision of the data product was created.
" + }, + "firstRevisionCreatedBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the first revision of the data product.
" + }, + "formsOutput":{ + "shape":"FormOutputList", + "documentation":"The metadata forms of the data product.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms of the data product.
" + }, + "id":{ + "shape":"DataProductId", + "documentation":"The ID of the data product.
" + }, + "items":{ + "shape":"DataProductItems", + "documentation":"The data assets of the data product.
" + }, + "name":{ + "shape":"DataProductName", + "documentation":"The name of the data product.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the owning project of the data product.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the data product.
" + }, + "status":{ + "shape":"DataProductStatus", + "documentation":"The status of the data product.
" + } + } + }, + "CreateDataProductRevisionInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier", + "name" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "description":{ + "shape":"DataProductDescription", + "documentation":"The description of the data product revision.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where the data product revision is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "formsInput":{ + "shape":"FormInputList", + "documentation":"The metadata forms of the data product revision.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms of the data product revision.
" + }, + "identifier":{ + "shape":"DataProductId", + "documentation":"The ID of the data product revision.
", + "location":"uri", + "locationName":"identifier" + }, + "items":{ + "shape":"DataProductItems", + "documentation":"The data assets of the data product revision.
" + }, + "name":{ + "shape":"DataProductName", + "documentation":"The name of the data product revision.
" + } + } + }, + "CreateDataProductRevisionOutput":{ + "type":"structure", + "required":[ + "domainId", + "id", + "name", + "owningProjectId", + "revision", + "status" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the data product revision is created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the data product revision.
" + }, + "description":{ + "shape":"DataProductDescription", + "documentation":"The description of the data product revision.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where data product revision is created.
" + }, + "firstRevisionCreatedAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the first revision of the data product is created.
" + }, + "firstRevisionCreatedBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the first revision of the data product.
" + }, + "formsOutput":{ + "shape":"FormOutputList", + "documentation":"The metadata forms of the data product revision.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms of the data product revision.
" + }, + "id":{ + "shape":"DataProductId", + "documentation":"The ID of the data product revision.
" + }, + "items":{ + "shape":"DataProductItems", + "documentation":"The data assets of the data product revision.
" + }, + "name":{ + "shape":"DataProductName", + "documentation":"The name of the data product revision.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the owning project of the data product revision.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the data product revision.
" + }, + "status":{ + "shape":"DataProductStatus", + "documentation":"The status of the data product revision.
" + } + } + }, + "CreateDataSourceInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier", + "name", + "projectIdentifier", + "type" + ], + "members":{ + "assetFormsInput":{ + "shape":"FormInputList", + "documentation":"The metadata forms that are to be attached to the assets that this data source works with.
" + }, + "clientToken":{ + "shape":"String", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "configuration":{ + "shape":"DataSourceConfigurationInput", + "documentation":"Specifies the configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.
The description of the data source.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain where the data source is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "enableSetting":{ + "shape":"EnableSetting", + "documentation":"Specifies whether the data source is enabled.
" + }, + "environmentIdentifier":{ + "shape":"String", + "documentation":"The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
" + }, + "name":{ + "shape":"Name", + "documentation":"The name of the data source.
" + }, + "projectIdentifier":{ + "shape":"String", + "documentation":"The identifier of the Amazon DataZone project in which you want to add this data source.
" + }, + "publishOnImport":{ + "shape":"Boolean", + "documentation":"Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
" + }, + "recommendation":{ + "shape":"RecommendationConfiguration", + "documentation":"Specifies whether the business name generation is to be enabled for this data source.
" + }, + "schedule":{ + "shape":"ScheduleConfiguration", + "documentation":"The schedule of the data source runs.
" + }, + "type":{ + "shape":"DataSourceType", + "documentation":"The type of the data source.
" + } + } + }, + "CreateDataSourceOutput":{ + "type":"structure", + "required":[ + "domainId", + "environmentId", + "id", + "name", + "projectId" + ], + "members":{ + "assetFormsOutput":{ + "shape":"FormOutputList", + "documentation":"The metadata forms attached to the assets that this data source creates.
" + }, + "configuration":{ + "shape":"DataSourceConfigurationOutput", + "documentation":"Specifies the configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.
The timestamp of when the data source was created.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the data source.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the data source is created.
" + }, + "enableSetting":{ + "shape":"EnableSetting", + "documentation":"Specifies whether the data source is enabled.
" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
" + }, + "errorMessage":{ + "shape":"DataSourceErrorMessage", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "id":{ + "shape":"DataSourceId", + "documentation":"The unique identifier of the data source.
" + }, + "lastRunAt":{ + "shape":"DateTime", + "documentation":"The timestamp that specifies when the data source was last run.
" + }, + "lastRunErrorMessage":{ + "shape":"DataSourceErrorMessage", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "lastRunStatus":{ + "shape":"DataSourceRunStatus", + "documentation":"The status of the last run of this data source.
" + }, + "name":{ + "shape":"Name", + "documentation":"The name of the data source.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project to which the data source is added.
" + }, + "publishOnImport":{ + "shape":"Boolean", + "documentation":"Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
" + }, + "recommendation":{ + "shape":"RecommendationConfiguration", + "documentation":"Specifies whether the business name generation is to be enabled for this data source.
" + }, + "schedule":{ + "shape":"ScheduleConfiguration", + "documentation":"The schedule of the data source runs.
" + }, + "status":{ + "shape":"DataSourceStatus", + "documentation":"The status of the data source.
" + }, + "type":{ + "shape":"DataSourceType", + "documentation":"The type of the data source.
" + }, + "updatedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when the data source was updated.
" + } + } + }, + "CreateDomainInput":{ + "type":"structure", + "required":[ + "domainExecutionRole", + "name" + ], + "members":{ + "clientToken":{ + "shape":"String", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "description":{ + "shape":"String", + "documentation":"The description of the Amazon DataZone domain.
" + }, + "domainExecutionRole":{ + "shape":"RoleArn", + "documentation":"The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.
" + }, + "kmsKeyIdentifier":{ + "shape":"KmsKeyArn", + "documentation":"The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the Amazon DataZone domain.
" + }, + "singleSignOn":{ + "shape":"SingleSignOn", + "documentation":"The single-sign on configuration of the Amazon DataZone domain.
" + }, + "tags":{ + "shape":"Tags", + "documentation":"The tags specified for the Amazon DataZone domain.
" + } + } + }, + "CreateDomainOutput":{ + "type":"structure", + "required":["id"], + "members":{ + "arn":{ + "shape":"String", + "documentation":"The ARN of the Amazon DataZone domain.
" + }, + "description":{ + "shape":"String", + "documentation":"The description of the Amazon DataZone domain.
" + }, + "domainExecutionRole":{ + "shape":"RoleArn", + "documentation":"The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.
" + }, + "id":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain.
" + }, + "kmsKeyIdentifier":{ + "shape":"KmsKeyArn", + "documentation":"The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the Amazon DataZone domain.
" + }, + "portalUrl":{ + "shape":"String", + "documentation":"The URL of the data portal for this Amazon DataZone domain.
" + }, + "rootDomainUnitId":{ + "shape":"DomainUnitId", + "documentation":"The ID of the root domain unit.
" + }, + "singleSignOn":{ + "shape":"SingleSignOn", + "documentation":"The single-sign on configuration of the Amazon DataZone domain.
" + }, + "status":{ + "shape":"DomainStatus", + "documentation":"The status of the Amazon DataZone domain.
" + }, + "tags":{ + "shape":"Tags", + "documentation":"The tags specified for the Amazon DataZone domain.
" + } + } + }, + "CreateDomainUnitInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "name", + "parentDomainUnitIdentifier" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "description":{ + "shape":"DomainUnitDescription", + "documentation":"The description of the domain unit.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to crate a domain unit.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "name":{ + "shape":"DomainUnitName", + "documentation":"The name of the domain unit.
" + }, + "parentDomainUnitIdentifier":{ + "shape":"DomainUnitId", + "documentation":"The ID of the parent domain unit.
" + } + } + }, + "CreateDomainUnitOutput":{ + "type":"structure", + "required":[ + "ancestorDomainUnitIds", + "domainId", + "id", + "name", + "owners" + ], + "members":{ + "ancestorDomainUnitIds":{ + "shape":"DomainUnitIds", + "documentation":"The IDs of the ancestor domain units.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the domain unit was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the domain unit.
" + }, + "description":{ + "shape":"DomainUnitDescription", + "documentation":"The description of the domain unit.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where the domain unit was created.
" + }, + "id":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit.
" + }, + "name":{ + "shape":"DomainUnitName", + "documentation":"The name of the domain unit.
" + }, + "owners":{ + "shape":"DomainUnitOwners", + "documentation":"The owners of the domain unit.
" + }, + "parentDomainUnitId":{ + "shape":"DomainUnitId", + "documentation":"The ID of the parent domain unit.
" + } + } + }, + "CreateDomainUnitPolicyGrantDetail":{ + "type":"structure", + "members":{ + "includeChildDomainUnits":{ + "shape":"Boolean", + "documentation":"Specifies whether the policy grant is applied to child domain units.
" + } + }, + "documentation":"The details of the policy grant.
" + }, + "CreateEnvironmentActionInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier", + "name", + "parameters" + ], + "members":{ + "description":{ + "shape":"String", + "documentation":"The description of the environment action that is being created in the environment.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the environment action is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment in which the environment action is created.
", + "location":"uri", + "locationName":"environmentIdentifier" + }, + "name":{ + "shape":"String", + "documentation":"The name of the environment action.
" + }, + "parameters":{ + "shape":"ActionParameters", + "documentation":"The parameters of the environment action.
" + } + } + }, + "CreateEnvironmentActionOutput":{ + "type":"structure", + "required":[ + "domainId", + "environmentId", + "id", + "name", + "parameters" + ], + "members":{ + "description":{ + "shape":"String", + "documentation":"The description of the environment action.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain in which the environment action is created.
" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment in which the environment is created.
" + }, + "id":{ + "shape":"EnvironmentActionId", + "documentation":"The ID of the environment action.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the environment action.
" + }, + "parameters":{ + "shape":"ActionParameters", + "documentation":"The parameters of the environment action.
" + } + } + }, + "CreateEnvironmentInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentProfileIdentifier", + "name", + "projectIdentifier" + ], + "members":{ + "description":{ + "shape":"String", + "documentation":"The description of the Amazon DataZone environment.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the environment is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentAccountIdentifier":{ + "shape":"String", + "documentation":"The ID of the account in which the environment is being created.
" + }, + "environmentAccountRegion":{ + "shape":"String", + "documentation":"The region of the account in which the environment is being created.
" + }, + "environmentBlueprintIdentifier":{ + "shape":"String", + "documentation":"The ID of the blueprint with which the environment is being created.
" + }, + "environmentProfileIdentifier":{ + "shape":"EnvironmentProfileId", + "documentation":"The identifier of the environment profile that is used to create this Amazon DataZone environment.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms that can be used in this Amazon DataZone environment.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the Amazon DataZone environment.
" + }, + "projectIdentifier":{ + "shape":"ProjectId", + "documentation":"The identifier of the Amazon DataZone project in which this environment is created.
" + }, + "userParameters":{ + "shape":"EnvironmentParametersList", + "documentation":"The user parameters of this Amazon DataZone environment.
" + } + } + }, + "CreateEnvironmentOutput":{ + "type":"structure", + "required":[ + "createdBy", + "domainId", + "name", + "projectId", + "provider" + ], + "members":{ + "awsAccountId":{ + "shape":"AwsAccountId", + "documentation":"The Amazon Web Services account in which the Amazon DataZone environment is created.
" + }, + "awsAccountRegion":{ + "shape":"AwsRegion", + "documentation":"The Amazon Web Services region in which the Amazon DataZone environment is created.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the environment was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The Amazon DataZone user who created this environment.
" + }, + "deploymentProperties":{ + "shape":"DeploymentProperties", + "documentation":"The deployment properties of this Amazon DataZone environment.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of this Amazon DataZone environment.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the environment is created.
" + }, + "environmentActions":{ + "shape":"EnvironmentActionList", + "documentation":"The configurable actions of this Amazon DataZone environment.
" + }, + "environmentBlueprintId":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The ID of the blueprint with which this Amazon DataZone environment was created.
" + }, + "environmentProfileId":{ + "shape":"EnvironmentProfileId", + "documentation":"The ID of the environment profile with which this Amazon DataZone environment was created.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms that can be used in this Amazon DataZone environment.
" + }, + "id":{ + "shape":"EnvironmentId", + "documentation":"The ID of this Amazon DataZone environment.
" + }, + "lastDeployment":{ + "shape":"Deployment", + "documentation":"The details of the last deployment of this Amazon DataZone environment.
" + }, + "name":{ + "shape":"EnvironmentName", + "documentation":"The name of this environment.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project in which this environment is created.
" + }, + "provider":{ + "shape":"String", + "documentation":"The provider of this Amazon DataZone environment.
" + }, + "provisionedResources":{ + "shape":"ResourceList", + "documentation":"The provisioned resources of this Amazon DataZone environment.
" + }, + "provisioningProperties":{ + "shape":"ProvisioningProperties", + "documentation":"The provisioning properties of this Amazon DataZone environment.
" + }, + "status":{ + "shape":"EnvironmentStatus", + "documentation":"The status of this Amazon DataZone environment.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when this environment was updated.
" + }, + "userParameters":{ + "shape":"CustomParameterList", + "documentation":"The user parameters of this Amazon DataZone environment.
" + } + } + }, + "CreateEnvironmentProfileInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentBlueprintIdentifier", + "name", + "projectIdentifier" + ], + "members":{ + "awsAccountId":{ + "shape":"AwsAccountId", + "documentation":"The Amazon Web Services account in which the Amazon DataZone environment is created.
" + }, + "awsAccountRegion":{ + "shape":"AwsRegion", + "documentation":"The Amazon Web Services region in which this environment profile is created.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of this Amazon DataZone environment profile.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this environment profile is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentBlueprintIdentifier":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The ID of the blueprint with which this environment profile is created.
" + }, + "name":{ + "shape":"EnvironmentProfileName", + "documentation":"The name of this Amazon DataZone environment profile.
" + }, + "projectIdentifier":{ + "shape":"ProjectId", + "documentation":"The identifier of the project in which to create the environment profile.
" + }, + "userParameters":{ + "shape":"EnvironmentParametersList", + "documentation":"The user parameters of this Amazon DataZone environment profile.
" + } + } + }, + "CreateEnvironmentProfileOutput":{ + "type":"structure", + "required":[ + "createdBy", + "domainId", + "environmentBlueprintId", + "id", + "name" + ], + "members":{ + "awsAccountId":{ + "shape":"AwsAccountId", + "documentation":"The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.
" + }, + "awsAccountRegion":{ + "shape":"AwsRegion", + "documentation":"The Amazon Web Services region in which this Amazon DataZone environment profile is created.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when this environment profile was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The Amazon DataZone user who created this environment profile.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of this Amazon DataZone environment profile.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this environment profile is created.
" + }, + "environmentBlueprintId":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The ID of the blueprint with which this environment profile is created.
" + }, + "id":{ + "shape":"EnvironmentProfileId", + "documentation":"The ID of this Amazon DataZone environment profile.
" + }, + "name":{ + "shape":"EnvironmentProfileName", + "documentation":"The name of this Amazon DataZone environment profile.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project in which this environment profile is created.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when this environment profile was updated.
" + }, + "userParameters":{ + "shape":"CustomParameterList", + "documentation":"The user parameters of this Amazon DataZone environment profile.
" + } + } + }, + "CreateEnvironmentProfilePolicyGrantDetail":{ + "type":"structure", + "members":{ + "domainUnitId":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit.
" + } + }, + "documentation":"The details of the policy grant.
" + }, + "CreateFormTypeInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "model", + "name", + "owningProjectIdentifier" + ], + "members":{ + "description":{ + "shape":"Description", + "documentation":"The description of this Amazon DataZone metadata form type.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this metadata form type is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "model":{ + "shape":"Model", + "documentation":"The model of this Amazon DataZone metadata form type.
" + }, + "name":{ + "shape":"FormTypeName", + "documentation":"The name of this Amazon DataZone metadata form type.
" + }, + "owningProjectIdentifier":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project that owns this metadata form type.
" + }, + "status":{ + "shape":"FormTypeStatus", + "documentation":"The status of this Amazon DataZone metadata form type.
" + } + } + }, + "CreateFormTypeOutput":{ + "type":"structure", + "required":[ + "domainId", + "name", + "revision" + ], + "members":{ + "description":{ + "shape":"Description", + "documentation":"The description of this Amazon DataZone metadata form type.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this metadata form type is created.
" + }, + "name":{ + "shape":"FormTypeName", + "documentation":"The name of this Amazon DataZone metadata form type.
" + }, + "originDomainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this metadata form type was originally created.
" + }, + "originProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project in which this Amazon DataZone metadata form type was originally created.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project that owns this Amazon DataZone metadata form type.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of this Amazon DataZone metadata form type.
" + } + } + }, + "CreateFormTypePolicyGrantDetail":{ + "type":"structure", + "members":{ + "includeChildDomainUnits":{ + "shape":"Boolean", + "documentation":"Specifies whether the policy grant is applied to child domain units.
" + } + }, + "documentation":"The details of the policy grant.
" + }, + "CreateGlossaryInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "name", + "owningProjectIdentifier" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "description":{ + "shape":"GlossaryDescription", + "documentation":"The description of this business glossary.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this business glossary is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "name":{ + "shape":"GlossaryName", + "documentation":"The name of this business glossary.
" + }, + "owningProjectIdentifier":{ + "shape":"ProjectId", + "documentation":"The ID of the project that currently owns business glossary.
" + }, + "status":{ + "shape":"GlossaryStatus", + "documentation":"The status of this business glossary.
" + } + } + }, + "CreateGlossaryOutput":{ + "type":"structure", + "required":[ + "domainId", + "id", + "name", + "owningProjectId" + ], + "members":{ + "description":{ + "shape":"GlossaryDescription", + "documentation":"The description of this business glossary.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this business glossary is created.
" + }, + "id":{ + "shape":"GlossaryId", + "documentation":"The ID of this business glossary.
" + }, + "name":{ + "shape":"GlossaryName", + "documentation":"The name of this business glossary.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project that currently owns this business glossary.
" + }, + "status":{ + "shape":"GlossaryStatus", + "documentation":"The status of this business glossary.
" + } + } + }, + "CreateGlossaryPolicyGrantDetail":{ + "type":"structure", + "members":{ + "includeChildDomainUnits":{ + "shape":"Boolean", + "documentation":"Specifies whether the policy grant is applied to child domain units.
" + } + }, + "documentation":"The details of the policy grant.
" + }, + "CreateGlossaryTermInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "glossaryIdentifier", + "name" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this business glossary term is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "glossaryIdentifier":{ + "shape":"GlossaryTermId", + "documentation":"The ID of the business glossary in which this term is created.
" + }, + "longDescription":{ + "shape":"LongDescription", + "documentation":"The long description of this business glossary term.
" + }, + "name":{ + "shape":"GlossaryTermName", + "documentation":"The name of this business glossary term.
" + }, + "shortDescription":{ + "shape":"ShortDescription", + "documentation":"The short description of this business glossary term.
" + }, + "status":{ + "shape":"GlossaryTermStatus", + "documentation":"The status of this business glossary term.
" + }, + "termRelations":{ + "shape":"TermRelations", + "documentation":"The term relations of this business glossary term.
" + } + } + }, + "CreateGlossaryTermOutput":{ + "type":"structure", + "required":[ + "domainId", + "glossaryId", + "id", + "name", + "status" + ], + "members":{ + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this business glossary term is created.
" + }, + "glossaryId":{ + "shape":"GlossaryId", + "documentation":"The ID of the business glossary in which this term is created.
" + }, + "id":{ + "shape":"GlossaryTermId", + "documentation":"The ID of this business glossary term.
" + }, + "longDescription":{ + "shape":"LongDescription", + "documentation":"The long description of this business glossary term.
" + }, + "name":{ + "shape":"GlossaryTermName", + "documentation":"The name of this business glossary term.
" + }, + "shortDescription":{ + "shape":"ShortDescription", + "documentation":"The short description of this business glossary term.
" + }, + "status":{ + "shape":"GlossaryTermStatus", + "documentation":"The status of this business glossary term.
" + }, + "termRelations":{ + "shape":"TermRelations", + "documentation":"The term relations of this business glossary term.
" + } + } + }, + "CreateGroupProfileInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "groupIdentifier" + ], + "members":{ + "clientToken":{ + "shape":"String", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the group profile is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "groupIdentifier":{ + "shape":"GroupIdentifier", + "documentation":"The identifier of the group for which the group profile is created.
" + } + } + }, + "CreateGroupProfileOutput":{ + "type":"structure", + "members":{ + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the group profile is created.
" + }, + "groupName":{ + "shape":"GroupProfileName", + "documentation":"The name of the group for which group profile is created.
" + }, + "id":{ + "shape":"GroupProfileId", + "documentation":"The identifier of the group profile.
" + }, + "status":{ + "shape":"GroupProfileStatus", + "documentation":"The status of the group profile.
" + } + } + }, + "CreateListingChangeSetInput":{ + "type":"structure", + "required":[ + "action", + "domainIdentifier", + "entityIdentifier", + "entityType" + ], + "members":{ + "action":{ + "shape":"ChangeAction", + "documentation":"Specifies whether to publish or unpublish a listing.
" + }, + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "entityIdentifier":{ + "shape":"EntityIdentifier", + "documentation":"The ID of the asset.
" + }, + "entityRevision":{ + "shape":"Revision", + "documentation":"The revision of an asset.
" + }, + "entityType":{ + "shape":"EntityType", + "documentation":"The type of an entity.
" + } + } + }, + "CreateListingChangeSetOutput":{ + "type":"structure", + "required":[ + "listingId", + "listingRevision", + "status" + ], + "members":{ + "listingId":{ + "shape":"ListingId", + "documentation":"The ID of the listing (a record of an asset at a given time).
" + }, + "listingRevision":{ + "shape":"Revision", + "documentation":"The revision of a listing.
" + }, + "status":{ + "shape":"ListingStatus", + "documentation":"Specifies the status of the listing.
" + } + } + }, + "CreateProjectInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "name" + ], + "members":{ + "description":{ + "shape":"Description", + "documentation":"The description of the Amazon DataZone project.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this project is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "domainUnitId":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit. This parameter is not required and if it is not specified, then the project is created at the root domain unit level.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms that can be used in this Amazon DataZone project.
" + }, + "name":{ + "shape":"ProjectName", + "documentation":"The name of the Amazon DataZone project.
" + } + } + }, + "CreateProjectMembershipInput":{ + "type":"structure", + "required":[ + "designation", + "domainIdentifier", + "member", + "projectIdentifier" + ], + "members":{ + "designation":{ + "shape":"UserDesignation", + "documentation":"The designation of the project membership.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which project membership is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "member":{ + "shape":"Member", + "documentation":"The project member whose project membership was created.
" + }, + "projectIdentifier":{ + "shape":"ProjectId", + "documentation":"The ID of the project for which this project membership was created.
", + "location":"uri", + "locationName":"projectIdentifier" + } + } + }, + "CreateProjectMembershipOutput":{ + "type":"structure", + "members":{ + } + }, + "CreateProjectOutput":{ + "type":"structure", + "required":[ + "createdBy", + "domainId", + "id", + "name" + ], + "members":{ + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the project was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the project.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the project.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the project was created.
" + }, + "domainUnitId":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit.
" + }, + "failureReasons":{ + "shape":"FailureReasons", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms that can be used in the project.
" + }, + "id":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project.
" + }, + "lastUpdatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the project was last updated.
" + }, + "name":{ + "shape":"ProjectName", + "documentation":"The name of the project.
" + }, + "projectStatus":{ + "shape":"ProjectStatus", + "documentation":"The status of the Amazon DataZone project that was created.
" + } + } + }, + "CreateProjectPolicyGrantDetail":{ + "type":"structure", + "members":{ + "includeChildDomainUnits":{ + "shape":"Boolean", + "documentation":"Specifies whether the policy grant is applied to child domain units.
" + } + }, + "documentation":"The details of the policy grant.
" + }, + "CreateSubscriptionGrantInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier", + "grantedEntity", + "subscriptionTargetIdentifier" + ], + "members":{ + "assetTargetNames":{ + "shape":"AssetTargetNames", + "documentation":"The names of the assets for which the subscription grant is created.
" + }, + "clientToken":{ + "shape":"String", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription grant is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment in which the subscription grant is created.
" + }, + "grantedEntity":{ + "shape":"GrantedEntityInput", + "documentation":"The entity to which the subscription is to be granted.
" + }, + "subscriptionTargetIdentifier":{ + "shape":"SubscriptionTargetId", + "documentation":"The ID of the subscription target for which the subscription grant is created.
" + } + } + }, + "CreateSubscriptionGrantOutput":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "grantedEntity", + "id", + "status", + "subscriptionTargetId", + "updatedAt" + ], + "members":{ + "assets":{ + "shape":"SubscribedAssets", + "documentation":"The assets for which the subscription grant is created.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"A timestamp of when the subscription grant is created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription grant.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription grant is created.
" + }, + "grantedEntity":{ + "shape":"GrantedEntity", + "documentation":"The entity to which the subscription is granted.
" + }, + "id":{ + "shape":"SubscriptionGrantId", + "documentation":"The ID of the subscription grant.
" + }, + "status":{ + "shape":"SubscriptionGrantOverallStatus", + "documentation":"The status of the subscription grant.
" + }, + "subscriptionId":{ + "shape":"SubscriptionId", + "documentation":"The identifier of the subscription grant.
", + "deprecated":true, + "deprecatedMessage":"Multiple subscriptions can exist for a single grant" + }, + "subscriptionTargetId":{ + "shape":"SubscriptionTargetId", + "documentation":"The ID of the subscription target for which the subscription grant is created.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"A timestamp of when the subscription grant was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription grant.
" + } + } + }, + "CreateSubscriptionRequestInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "requestReason", + "subscribedListings", + "subscribedPrincipals" + ], + "members":{ + "clientToken":{ + "shape":"String", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription request is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "requestReason":{ + "shape":"RequestReason", + "documentation":"The reason for the subscription request.
" + }, + "subscribedListings":{ + "shape":"SubscribedListingInputs", + "documentation":"The published asset for which the subscription grant is to be created.
" + }, + "subscribedPrincipals":{ + "shape":"SubscribedPrincipalInputs", + "documentation":"The Amazon DataZone principals for whom the subscription request is created.
" + } + } + }, + "CreateSubscriptionRequestOutput":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "id", + "requestReason", + "status", + "subscribedListings", + "subscribedPrincipals", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"A timestamp of when the subscription request is created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription request.
" + }, + "decisionComment":{ + "shape":"DecisionComment", + "documentation":"The decision comment of the subscription request.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in whcih the subscription request is created.
" + }, + "id":{ + "shape":"SubscriptionRequestId", + "documentation":"The ID of the subscription request.
" + }, + "requestReason":{ + "shape":"RequestReason", + "documentation":"The reason for the subscription request.
" + }, + "reviewerId":{ + "shape":"String", + "documentation":"The ID of the reviewer of the subscription request.
" + }, + "status":{ + "shape":"SubscriptionRequestStatus", + "documentation":"The status of the subscription request.
" + }, + "subscribedListings":{ + "shape":"CreateSubscriptionRequestOutputSubscribedListingsList", + "documentation":"The published asset for which the subscription grant is to be created.
" + }, + "subscribedPrincipals":{ + "shape":"CreateSubscriptionRequestOutputSubscribedPrincipalsList", + "documentation":"The subscribed principals of the subscription request.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription request was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription request.
" + } + } + }, + "CreateSubscriptionRequestOutputSubscribedListingsList":{ + "type":"list", + "member":{"shape":"SubscribedListing"}, + "max":1, + "min":1 + }, + "CreateSubscriptionRequestOutputSubscribedPrincipalsList":{ + "type":"list", + "member":{"shape":"SubscribedPrincipal"}, + "max":1, + "min":1 + }, + "CreateSubscriptionTargetInput":{ + "type":"structure", + "required":[ + "applicableAssetTypes", + "authorizedPrincipals", + "domainIdentifier", + "environmentIdentifier", + "manageAccessRole", + "name", + "subscriptionTargetConfig", + "type" + ], + "members":{ + "applicableAssetTypes":{ + "shape":"ApplicableAssetTypes", + "documentation":"The asset types that can be included in the subscription target.
" + }, + "authorizedPrincipals":{ + "shape":"AuthorizedPrincipalIdentifiers", + "documentation":"The authorized principals of the subscription target.
" + }, + "clientToken":{ + "shape":"String", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which subscription target is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment in which subscription target is created.
", + "location":"uri", + "locationName":"environmentIdentifier" + }, + "manageAccessRole":{ + "shape":"String", + "documentation":"The manage access role that is used to create the subscription target.
" + }, + "name":{ + "shape":"SubscriptionTargetName", + "documentation":"The name of the subscription target.
" + }, + "provider":{ + "shape":"String", + "documentation":"The provider of the subscription target.
" + }, + "subscriptionTargetConfig":{ + "shape":"SubscriptionTargetForms", + "documentation":"The configuration of the subscription target.
" + }, + "type":{ + "shape":"String", + "documentation":"The type of the subscription target.
" + } + } + }, + "CreateSubscriptionTargetOutput":{ + "type":"structure", + "required":[ + "applicableAssetTypes", + "authorizedPrincipals", + "createdAt", + "createdBy", + "domainId", + "environmentId", + "id", + "manageAccessRole", + "name", + "projectId", + "provider", + "subscriptionTargetConfig", + "type" + ], + "members":{ + "applicableAssetTypes":{ + "shape":"ApplicableAssetTypes", + "documentation":"The asset types that can be included in the subscription target.
" + }, + "authorizedPrincipals":{ + "shape":"AuthorizedPrincipalIdentifiers", + "documentation":"The authorised principals of the subscription target.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the subscription target was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription target.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription target was created.
" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment in which the subscription target was created.
" + }, + "id":{ + "shape":"SubscriptionTargetId", + "documentation":"The ID of the subscription target.
" + }, + "manageAccessRole":{ + "shape":"String", + "documentation":"The manage access role with which the subscription target was created.
" + }, + "name":{ + "shape":"SubscriptionTargetName", + "documentation":"The name of the subscription target.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"???
" + }, + "provider":{ + "shape":"String", + "documentation":"The provider of the subscription target.
" + }, + "subscriptionTargetConfig":{ + "shape":"SubscriptionTargetForms", + "documentation":"The configuration of the subscription target.
" + }, + "type":{ + "shape":"String", + "documentation":"The type of the subscription target.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription target was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription target.
" + } + } + }, + "CreateUserProfileInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "userIdentifier" + ], + "members":{ + "clientToken":{ + "shape":"String", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a user profile is created.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "userIdentifier":{ + "shape":"UserIdentifier", + "documentation":"The identifier of the user for which the user profile is created.
" + }, + "userType":{ + "shape":"UserType", + "documentation":"The user type of the user for which the user profile is created.
" + } + } + }, + "CreateUserProfileOutput":{ + "type":"structure", + "members":{ + "details":{"shape":"UserProfileDetails"}, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a user profile is created.
" + }, + "id":{ + "shape":"UserProfileId", + "documentation":"The identifier of the user profile.
" + }, + "status":{ + "shape":"UserProfileStatus", + "documentation":"The status of the user profile.
" + }, + "type":{ + "shape":"UserProfileType", + "documentation":"The type of the user profile.
" + } + } + }, + "CreatedAt":{"type":"timestamp"}, + "CreatedBy":{"type":"string"}, + "CronString":{ + "type":"string", + "max":256, + "min":1, + "pattern":"cron\\((\\b[0-5]?[0-9]\\b) (\\b2[0-3]\\b|\\b[0-1]?[0-9]\\b) (.*){1,5} (.*){1,5} (.*){1,5} (.*){1,5}\\)" + }, + "CustomParameter":{ + "type":"structure", + "required":[ + "fieldType", + "keyName" + ], + "members":{ + "defaultValue":{ + "shape":"String", + "documentation":"The default value of the parameter.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the parameter.
" + }, + "fieldType":{ + "shape":"String", + "documentation":"The filed type of the parameter.
" + }, + "isEditable":{ + "shape":"Boolean", + "documentation":"Specifies whether the parameter is editable.
" + }, + "isOptional":{ + "shape":"Boolean", + "documentation":"Specifies whether the custom parameter is optional.
" + }, + "keyName":{ + "shape":"CustomParameterKeyNameString", + "documentation":"The key name of the parameter.
" + } + }, + "documentation":"The details of user parameters of an environment blueprint.
" + }, + "CustomParameterKeyNameString":{ + "type":"string", + "pattern":"^[a-zA-Z_][a-zA-Z0-9_]*$" + }, + "CustomParameterList":{ + "type":"list", + "member":{"shape":"CustomParameter"} + }, + "DataAssetActivityStatus":{ + "type":"string", + "enum":[ + "FAILED", + "PUBLISHING_FAILED", + "SUCCEEDED_CREATED", + "SUCCEEDED_UPDATED", + "SKIPPED_ALREADY_IMPORTED", + "SKIPPED_ARCHIVED", + "SKIPPED_NO_ACCESS", + "UNCHANGED" + ] + }, + "DataPointIdentifier":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{0,36}$" + }, + "DataProductDescription":{ + "type":"string", + "max":4096, + "min":1, + "sensitive":true + }, + "DataProductId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "DataProductItem":{ + "type":"structure", + "required":[ + "identifier", + "itemType" + ], + "members":{ + "glossaryTerms":{ + "shape":"ItemGlossaryTerms", + "documentation":"The glossary terms of the data product.
" + }, + "identifier":{ + "shape":"EntityIdentifier", + "documentation":"The ID of the data product.
" + }, + "itemType":{ + "shape":"DataProductItemType", + "documentation":"The type of the data product.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the data product.
" + } + }, + "documentation":"The data product.
" + }, + "DataProductItemType":{ + "type":"string", + "enum":["ASSET"] + }, + "DataProductItems":{ + "type":"list", + "member":{"shape":"DataProductItem"}, + "min":1 + }, + "DataProductListing":{ + "type":"structure", + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the data product listing was created.
" + }, + "dataProductId":{ + "shape":"DataProductId", + "documentation":"The ID of the data product listing.
" + }, + "dataProductRevision":{ + "shape":"Revision", + "documentation":"The revision of the data product listing.
" + }, + "forms":{ + "shape":"Forms", + "documentation":"The metadata forms of the data product listing.
" + }, + "glossaryTerms":{ + "shape":"DetailedGlossaryTerms", + "documentation":"The glossary terms of the data product listing.
" + }, + "items":{ + "shape":"ListingSummaries", + "documentation":"The data assets of the data product listing.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the owning project of the data product listing.
" + } + }, + "documentation":"The data product listing.
" + }, + "DataProductListingItem":{ + "type":"structure", + "members":{ + "additionalAttributes":{ + "shape":"DataProductListingItemAdditionalAttributes", + "documentation":"The additional attributes of the asset of the data product.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the asset of the data product listing was created.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the asset of the asset of the data product.
" + }, + "entityId":{ + "shape":"DataProductId", + "documentation":"The entity ID of the asset of the asset of the data product.
" + }, + "entityRevision":{ + "shape":"Revision", + "documentation":"The revision of the asset of the asset of the data product.
" + }, + "glossaryTerms":{ + "shape":"DetailedGlossaryTerms", + "documentation":"The glossary terms of the asset of the asset of the data product.
" + }, + "items":{ + "shape":"ListingSummaryItems", + "documentation":"The data of the asset of the data product.
" + }, + "listingCreatedBy":{ + "shape":"CreatedBy", + "documentation":"The timestamp at which the listing was created.
" + }, + "listingId":{ + "shape":"ListingId", + "documentation":"The ID of the listing.
" + }, + "listingRevision":{ + "shape":"Revision", + "documentation":"The revision of the listing.
" + }, + "listingUpdatedBy":{ + "shape":"UpdatedBy", + "documentation":"The user who updated the listing.
" + }, + "name":{ + "shape":"DataProductName", + "documentation":"The name of the asset of the data product.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the owning project of the asset of the data product.
" + } + }, + "documentation":"The asset of the data product listing.
" + }, + "DataProductListingItemAdditionalAttributes":{ + "type":"structure", + "members":{ + "forms":{ + "shape":"Forms", + "documentation":"The metadata forms of the asset of the data product.
" + } + }, + "documentation":"The additional attributes of the asset of the data product.
" + }, + "DataProductName":{ + "type":"string", + "max":64, + "min":1, + "sensitive":true + }, + "DataProductResultItem":{ + "type":"structure", + "required":[ + "domainId", + "id", + "name", + "owningProjectId" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the data product was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the data product.
" + }, + "description":{ + "shape":"DataProductDescription", + "documentation":"The description of the data product.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where the data product lives.
" + }, + "firstRevisionCreatedAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which first revision of the data product was created.
" + }, + "firstRevisionCreatedBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the first revision of the data product.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms of the data product.
" + }, + "id":{ + "shape":"DataProductId", + "documentation":"The ID of the data product.
" + }, + "name":{ + "shape":"DataProductName", + "documentation":"The name of the data product.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the owning project of the data product.
" + } + }, + "documentation":"The data product.
" + }, + "DataProductRevision":{ + "type":"structure", + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the data product revision was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the data product revision.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where the data product revision lives.
" + }, + "id":{ + "shape":"DataProductId", + "documentation":"The ID of the data product revision.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The data product revision.
" + } + }, + "documentation":"The data product revision.
" + }, + "DataProductRevisions":{ + "type":"list", + "member":{"shape":"DataProductRevision"} + }, + "DataProductStatus":{ + "type":"string", + "enum":[ + "CREATED", + "CREATING", + "CREATE_FAILED" + ] + }, + "DataSourceConfigurationInput":{ + "type":"structure", + "members":{ + "glueRunConfiguration":{ + "shape":"GlueRunConfigurationInput", + "documentation":"The configuration of the Amazon Web Services Glue data source.
" + }, + "redshiftRunConfiguration":{ + "shape":"RedshiftRunConfigurationInput", + "documentation":"The configuration of the Amazon Redshift data source.
" + } + }, + "documentation":"The configuration of the data source.
", + "union":true + }, + "DataSourceConfigurationOutput":{ + "type":"structure", + "members":{ + "glueRunConfiguration":{ + "shape":"GlueRunConfigurationOutput", + "documentation":"The configuration of the Amazon Web Services Glue data source.
" + }, + "redshiftRunConfiguration":{ + "shape":"RedshiftRunConfigurationOutput", + "documentation":"The configuration of the Amazon Redshift data source.
" + } + }, + "documentation":"The configuration of the data source.
", + "union":true + }, + "DataSourceErrorMessage":{ + "type":"structure", + "required":["errorType"], + "members":{ + "errorDetail":{ + "shape":"String", + "documentation":"The details of the error message that is returned if the operation cannot be successfully completed.
" + }, + "errorType":{ + "shape":"DataSourceErrorType", + "documentation":"The type of the error message that is returned if the operation cannot be successfully completed.
" + } + }, + "documentation":"The details of the error message that is returned if the operation cannot be successfully completed.
" + }, + "DataSourceErrorType":{ + "type":"string", + "enum":[ + "ACCESS_DENIED_EXCEPTION", + "CONFLICT_EXCEPTION", + "INTERNAL_SERVER_EXCEPTION", + "RESOURCE_NOT_FOUND_EXCEPTION", + "SERVICE_QUOTA_EXCEEDED_EXCEPTION", + "THROTTLING_EXCEPTION", + "VALIDATION_EXCEPTION" + ] + }, + "DataSourceId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "DataSourceRunActivities":{ + "type":"list", + "member":{"shape":"DataSourceRunActivity"} + }, + "DataSourceRunActivity":{ + "type":"structure", + "required":[ + "createdAt", + "dataAssetStatus", + "dataSourceRunId", + "database", + "projectId", + "technicalName", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when data source run activity was created.
" + }, + "dataAssetId":{ + "shape":"String", + "documentation":"The identifier of the asset included in the data source run activity.
" + }, + "dataAssetStatus":{ + "shape":"DataAssetActivityStatus", + "documentation":"The status of the asset included in the data source run activity.
" + }, + "dataSourceRunId":{ + "shape":"DataSourceRunId", + "documentation":"The identifier of the data source for the data source run activity.
" + }, + "database":{ + "shape":"Name", + "documentation":"The database included in the data source run activity.
" + }, + "errorMessage":{"shape":"DataSourceErrorMessage"}, + "projectId":{ + "shape":"ProjectId", + "documentation":"The project ID included in the data source run activity.
" + }, + "technicalDescription":{ + "shape":"Description", + "documentation":"The technical description included in the data source run activity.
" + }, + "technicalName":{ + "shape":"Name", + "documentation":"The technical name included in the data source run activity.
" + }, + "updatedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when data source run activity was updated.
" + } + }, + "documentation":"The activity details of the data source run.
" + }, + "DataSourceRunId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "DataSourceRunStatus":{ + "type":"string", + "enum":[ + "REQUESTED", + "RUNNING", + "FAILED", + "PARTIALLY_SUCCEEDED", + "SUCCESS" + ] + }, + "DataSourceRunSummaries":{ + "type":"list", + "member":{"shape":"DataSourceRunSummary"} + }, + "DataSourceRunSummary":{ + "type":"structure", + "required":[ + "createdAt", + "dataSourceId", + "id", + "projectId", + "status", + "type", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when a data source run was created.
" + }, + "dataSourceId":{ + "shape":"DataSourceId", + "documentation":"The identifier of the data source of the data source run.
" + }, + "errorMessage":{"shape":"DataSourceErrorMessage"}, + "id":{ + "shape":"DataSourceRunId", + "documentation":"The identifier of the data source run.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The project ID of the data source run.
" + }, + "runStatisticsForAssets":{"shape":"RunStatisticsForAssets"}, + "startedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when a data source run was started.
" + }, + "status":{ + "shape":"DataSourceRunStatus", + "documentation":"The status of the data source run.
" + }, + "stoppedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when a data source run was stopped.
" + }, + "type":{ + "shape":"DataSourceRunType", + "documentation":"The type of the data source run.
" + }, + "updatedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when a data source run was updated.
" + } + }, + "documentation":"The details of a data source run.
" + }, + "DataSourceRunType":{ + "type":"string", + "enum":[ + "PRIORITIZED", + "SCHEDULED" + ] + }, + "DataSourceStatus":{ + "type":"string", + "enum":[ + "CREATING", + "FAILED_CREATION", + "READY", + "UPDATING", + "FAILED_UPDATE", + "RUNNING", + "DELETING", + "FAILED_DELETION" + ] + }, + "DataSourceSummaries":{ + "type":"list", + "member":{"shape":"DataSourceSummary"} + }, + "DataSourceSummary":{ + "type":"structure", + "required":[ + "dataSourceId", + "domainId", + "environmentId", + "name", + "status", + "type" + ], + "members":{ + "createdAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when the data source was created.
" + }, + "dataSourceId":{ + "shape":"DataSourceId", + "documentation":"The ID of the data source.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the data source exists.
" + }, + "enableSetting":{ + "shape":"EnableSetting", + "documentation":"Specifies whether the data source is enabled.
" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment in which the data source exists.
" + }, + "lastRunAssetCount":{ + "shape":"Integer", + "documentation":"The count of the assets created during the last data source run.
" + }, + "lastRunAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when the data source run was last performed.
" + }, + "lastRunErrorMessage":{"shape":"DataSourceErrorMessage"}, + "lastRunStatus":{ + "shape":"DataSourceRunStatus", + "documentation":"The status of the last data source run.
" + }, + "name":{ + "shape":"Name", + "documentation":"The name of the data source.
" + }, + "schedule":{"shape":"ScheduleConfiguration"}, + "status":{ + "shape":"DataSourceStatus", + "documentation":"The status of the data source.
" + }, + "type":{ + "shape":"String", + "documentation":"The type of the data source.
" + }, + "updatedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when the data source was updated.
" + } + }, + "documentation":"The details of the data source.
" + }, + "DataSourceType":{ + "type":"string", + "max":256, + "min":1 + }, + "DataZoneEntityType":{ + "type":"string", + "enum":["DOMAIN_UNIT"] + }, + "DateTime":{ + "type":"timestamp", + "timestampFormat":"iso8601" + }, + "DecisionComment":{ + "type":"string", + "max":4096, + "min":1, + "sensitive":true + }, + "DeleteAssetFilterInput":{ + "type":"structure", + "required":[ + "assetIdentifier", + "domainIdentifier", + "identifier" + ], + "members":{ + "assetIdentifier":{ + "shape":"AssetId", + "documentation":"The ID of the data asset.
", + "location":"uri", + "locationName":"assetIdentifier" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to delete an asset filter.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"FilterId", + "documentation":"The ID of the asset filter that you want to delete.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteAssetInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the asset is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"AssetIdentifier", + "documentation":"The identifier of the asset that is deleted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteAssetOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteAssetTypeInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the asset type is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"AssetTypeIdentifier", + "documentation":"The identifier of the asset type that is deleted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteAssetTypeOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteDataProductInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the data product is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"DataProductId", + "documentation":"The identifier of the data product that is deleted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteDataProductOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteDataSourceInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "clientToken":{ + "shape":"String", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true, + "location":"querystring", + "locationName":"clientToken" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the data source is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"DataSourceId", + "documentation":"The identifier of the data source that is deleted.
", + "location":"uri", + "locationName":"identifier" + }, + "retainPermissionsOnRevokeFailure":{ + "shape":"Boolean", + "documentation":"Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
", + "location":"querystring", + "locationName":"retainPermissionsOnRevokeFailure" + } + } + }, + "DeleteDataSourceOutput":{ + "type":"structure", + "required":[ + "domainId", + "environmentId", + "id", + "name", + "projectId" + ], + "members":{ + "assetFormsOutput":{ + "shape":"FormOutputList", + "documentation":"The asset data forms associated with this data source.
" + }, + "configuration":{ + "shape":"DataSourceConfigurationOutput", + "documentation":"The configuration of the data source that is deleted.
" + }, + "createdAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when this data source was created.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the data source that is deleted.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the data source is deleted.
" + }, + "enableSetting":{ + "shape":"EnableSetting", + "documentation":"The enable setting of the data source that specifies whether the data source is enabled or disabled.
" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environemnt associated with this data source.
" + }, + "errorMessage":{ + "shape":"DataSourceErrorMessage", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "id":{ + "shape":"DataSourceId", + "documentation":"The ID of the data source that is deleted.
" + }, + "lastRunAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when the data source was last run.
" + }, + "lastRunErrorMessage":{ + "shape":"DataSourceErrorMessage", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "lastRunStatus":{ + "shape":"DataSourceRunStatus", + "documentation":"The status of the last run of this data source.
" + }, + "name":{ + "shape":"Name", + "documentation":"The name of the data source that is deleted.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project in which this data source exists and from which it's deleted.
" + }, + "publishOnImport":{ + "shape":"Boolean", + "documentation":"Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
" + }, + "retainPermissionsOnRevokeFailure":{ + "shape":"Boolean", + "documentation":"Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
" + }, + "schedule":{ + "shape":"ScheduleConfiguration", + "documentation":"The schedule of runs for this data source.
" + }, + "selfGrantStatus":{ + "shape":"SelfGrantStatusOutput", + "documentation":"Specifies the status of the self-granting functionality.
" + }, + "status":{ + "shape":"DataSourceStatus", + "documentation":"The status of this data source.
" + }, + "type":{ + "shape":"DataSourceType", + "documentation":"The type of this data source.
" + }, + "updatedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when this data source was updated.
" + } + } + }, + "DeleteDomainInput":{ + "type":"structure", + "required":["identifier"], + "members":{ + "clientToken":{ + "shape":"String", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true, + "location":"querystring", + "locationName":"clientToken" + }, + "identifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon Web Services domain that is to be deleted.
", + "location":"uri", + "locationName":"identifier" + }, + "skipDeletionCheck":{ + "shape":"Boolean", + "documentation":"Specifies the optional flag to delete all child entities within the domain.
", + "location":"querystring", + "locationName":"skipDeletionCheck" + } + } + }, + "DeleteDomainOutput":{ + "type":"structure", + "required":["status"], + "members":{ + "status":{ + "shape":"DomainStatus", + "documentation":"The status of the domain.
" + } + } + }, + "DeleteDomainUnitInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to delete a domain unit.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit that you want to delete.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteDomainUnitOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteEnvironmentActionInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which an environment action is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment where an environment action is deleted.
", + "location":"uri", + "locationName":"environmentIdentifier" + }, + "identifier":{ + "shape":"String", + "documentation":"The ID of the environment action that is deleted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteEnvironmentBlueprintConfigurationInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentBlueprintIdentifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the blueprint configuration is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentBlueprintIdentifier":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The ID of the blueprint the configuration of which is deleted.
", + "location":"uri", + "locationName":"environmentBlueprintIdentifier" + } + } + }, + "DeleteEnvironmentBlueprintConfigurationOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteEnvironmentInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the environment is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"EnvironmentId", + "documentation":"The identifier of the environment that is to be deleted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteEnvironmentProfileInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the environment profile is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"EnvironmentProfileId", + "documentation":"The ID of the environment profile that is deleted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteFormTypeInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "formTypeIdentifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the metadata form type is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "formTypeIdentifier":{ + "shape":"FormTypeIdentifier", + "documentation":"The ID of the metadata form type that is deleted.
", + "location":"uri", + "locationName":"formTypeIdentifier" + } + } + }, + "DeleteFormTypeOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteGlossaryInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the business glossary is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"GlossaryId", + "documentation":"The ID of the business glossary that is deleted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteGlossaryOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteGlossaryTermInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the business glossary term is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"GlossaryTermId", + "documentation":"The ID of the business glossary term that is deleted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteGlossaryTermOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteListingInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"ListingId", + "documentation":"The ID of the listing to be deleted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteListingOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteProjectInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the project is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"ProjectId", + "documentation":"The identifier of the project that is to be deleted.
", + "location":"uri", + "locationName":"identifier" + }, + "skipDeletionCheck":{ + "shape":"Boolean", + "documentation":"Specifies the optional flag to delete all child entities within the project.
", + "location":"querystring", + "locationName":"skipDeletionCheck" + } + } + }, + "DeleteProjectMembershipInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "member", + "projectIdentifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain where project membership is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "member":{ + "shape":"Member", + "documentation":"The project member whose project membership is deleted.
" + }, + "projectIdentifier":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project the membership to which is deleted.
", + "location":"uri", + "locationName":"projectIdentifier" + } + } + }, + "DeleteProjectMembershipOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteProjectOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteSubscriptionGrantInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain where the subscription grant is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"SubscriptionGrantId", + "documentation":"The ID of the subscription grant that is deleted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteSubscriptionGrantOutput":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "grantedEntity", + "id", + "status", + "subscriptionTargetId", + "updatedAt" + ], + "members":{ + "assets":{ + "shape":"SubscribedAssets", + "documentation":"The assets for which the subsctiption grant that is deleted gave access.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the subscription grant that is deleted was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription grant that is deleted.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription grant is deleted.
" + }, + "grantedEntity":{ + "shape":"GrantedEntity", + "documentation":"The entity to which the subscription is deleted.
" + }, + "id":{ + "shape":"SubscriptionGrantId", + "documentation":"The ID of the subscription grant that is deleted.
" + }, + "status":{ + "shape":"SubscriptionGrantOverallStatus", + "documentation":"The status of the subscription grant that is deleted.
" + }, + "subscriptionId":{ + "shape":"SubscriptionId", + "documentation":"The identifier of the subsctiption whose subscription grant is to be deleted.
", + "deprecated":true, + "deprecatedMessage":"Multiple subscriptions can exist for a single grant" + }, + "subscriptionTargetId":{ + "shape":"SubscriptionTargetId", + "documentation":"The ID of the subscription target associated with the subscription grant that is deleted.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription grant that is deleted was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription grant that is deleted.
" + } + } + }, + "DeleteSubscriptionRequestInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription request is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"SubscriptionRequestId", + "documentation":"The ID of the subscription request that is deleted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteSubscriptionTargetInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription target is deleted.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The ID of the Amazon DataZone environment in which the subscription target is deleted.
", + "location":"uri", + "locationName":"environmentIdentifier" + }, + "identifier":{ + "shape":"SubscriptionTargetId", + "documentation":"The ID of the subscription target that is deleted.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "DeleteTimeSeriesDataPointsInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "entityIdentifier", + "entityType", + "formName" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
", + "idempotencyToken":true, + "location":"querystring", + "locationName":"clientToken" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "entityIdentifier":{ + "shape":"EntityIdentifier", + "documentation":"The ID of the asset for which you want to delete a time series form.
", + "location":"uri", + "locationName":"entityIdentifier" + }, + "entityType":{ + "shape":"TimeSeriesEntityType", + "documentation":"The type of the asset for which you want to delete a time series form.
", + "location":"uri", + "locationName":"entityType" + }, + "formName":{ + "shape":"TimeSeriesFormName", + "documentation":"The name of the time series form that you want to delete.
", + "location":"querystring", + "locationName":"formName" + } + } + }, + "DeleteTimeSeriesDataPointsOutput":{ + "type":"structure", + "members":{ + } + }, + "Deployment":{ + "type":"structure", + "members":{ + "deploymentId":{ + "shape":"String", + "documentation":"The identifier of the last deployment of the environment.
" + }, + "deploymentStatus":{ + "shape":"DeploymentStatus", + "documentation":"The status of the last deployment of the environment.
" + }, + "deploymentType":{ + "shape":"DeploymentType", + "documentation":"The type of the last deployment of the environment.
" + }, + "failureReason":{ + "shape":"EnvironmentError", + "documentation":"The failure reason of the last deployment of the environment.
" + }, + "isDeploymentComplete":{ + "shape":"Boolean", + "documentation":"Specifies whether the last deployment of the environment is complete.
" + }, + "messages":{ + "shape":"DeploymentMessagesList", + "documentation":"The messages of the last deployment of the environment.
" + } + }, + "documentation":"The details of the last deployment of the environment.
" + }, + "DeploymentMessage":{"type":"string"}, + "DeploymentMessagesList":{ + "type":"list", + "member":{"shape":"DeploymentMessage"} + }, + "DeploymentProperties":{ + "type":"structure", + "members":{ + "endTimeoutMinutes":{ + "shape":"DeploymentPropertiesEndTimeoutMinutesInteger", + "documentation":"The end timeout of the environment blueprint deployment.
" + }, + "startTimeoutMinutes":{ + "shape":"DeploymentPropertiesStartTimeoutMinutesInteger", + "documentation":"The start timeout of the environment blueprint deployment.
" + } + }, + "documentation":"The deployment properties of the Amazon DataZone blueprint.
" + }, + "DeploymentPropertiesEndTimeoutMinutesInteger":{ + "type":"integer", + "box":true, + "max":225, + "min":1 + }, + "DeploymentPropertiesStartTimeoutMinutesInteger":{ + "type":"integer", + "box":true, + "max":225, + "min":1 + }, + "DeploymentStatus":{ + "type":"string", + "enum":[ + "IN_PROGRESS", + "SUCCESSFUL", + "FAILED", + "PENDING_DEPLOYMENT" + ] + }, + "DeploymentType":{ + "type":"string", + "enum":[ + "CREATE", + "UPDATE", + "DELETE" + ] + }, + "Description":{ + "type":"string", + "max":2048, + "min":0, + "sensitive":true + }, + "DetailedGlossaryTerm":{ + "type":"structure", + "members":{ + "name":{ + "shape":"GlossaryTermName", + "documentation":"The name of a glossary term attached to the inventory asset.
" + }, + "shortDescription":{ + "shape":"ShortDescription", + "documentation":"The shoft description of a glossary term attached to the inventory asset.
" + } + }, + "documentation":"Details of a glossary term attached to the inventory asset.
" + }, + "DetailedGlossaryTerms":{ + "type":"list", + "member":{"shape":"DetailedGlossaryTerm"} + }, + "DisassociateEnvironmentRoleInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier", + "environmentRoleArn" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which an environment role is disassociated.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment.
", + "location":"uri", + "locationName":"environmentIdentifier" + }, + "environmentRoleArn":{ + "shape":"String", + "documentation":"The ARN of the environment role.
", + "location":"uri", + "locationName":"environmentRoleArn" + } + } + }, + "DisassociateEnvironmentRoleOutput":{ + "type":"structure", + "members":{ + } + }, + "DomainDescription":{ + "type":"string", + "sensitive":true + }, + "DomainId":{ + "type":"string", + "pattern":"^dzd[-_][a-zA-Z0-9_-]{1,36}$" + }, + "DomainName":{ + "type":"string", + "sensitive":true + }, + "DomainStatus":{ + "type":"string", + "enum":[ + "CREATING", + "AVAILABLE", + "CREATION_FAILED", + "DELETING", + "DELETED", + "DELETION_FAILED" + ] + }, + "DomainSummaries":{ + "type":"list", + "member":{"shape":"DomainSummary"} + }, + "DomainSummary":{ + "type":"structure", + "required":[ + "arn", + "createdAt", + "id", + "managedAccountId", + "name", + "status" + ], + "members":{ + "arn":{ + "shape":"String", + "documentation":"The ARN of the Amazon DataZone domain.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"A timestamp of when a Amazon DataZone domain was created.
" + }, + "description":{ + "shape":"DomainDescription", + "documentation":"A description of an Amazon DataZone domain.
" + }, + "id":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain.
" + }, + "lastUpdatedAt":{ + "shape":"UpdatedAt", + "documentation":"A timestamp of when a Amazon DataZone domain was last updated.
" + }, + "managedAccountId":{ + "shape":"String", + "documentation":"The identifier of the Amazon Web Services account that manages the domain.
" + }, + "name":{ + "shape":"DomainName", + "documentation":"A name of an Amazon DataZone domain.
" + }, + "portalUrl":{ + "shape":"String", + "documentation":"The data portal URL for the Amazon DataZone domain.
" + }, + "status":{ + "shape":"DomainStatus", + "documentation":"The status of the Amazon DataZone domain.
" + } + }, + "documentation":"A summary of a Amazon DataZone domain.
" + }, + "DomainUnitDescription":{ + "type":"string", + "max":2048, + "min":0, + "sensitive":true + }, + "DomainUnitDesignation":{ + "type":"string", + "enum":["OWNER"] + }, + "DomainUnitFilterForProject":{ + "type":"structure", + "required":["domainUnit"], + "members":{ + "domainUnit":{ + "shape":"DomainUnitId", + "documentation":"The domain unit ID to use in the filter.
" + }, + "includeChildDomainUnits":{ + "shape":"Boolean", + "documentation":"Specifies whether to include child domain units.
", + "box":true + } + }, + "documentation":"The domain unit filter of the project grant filter.
" + }, + "DomainUnitGrantFilter":{ + "type":"structure", + "members":{ + "allDomainUnitsGrantFilter":{ + "shape":"AllDomainUnitsGrantFilter", + "documentation":"Specifies a grant filter containing all domain units.
" + } + }, + "documentation":"The grant filter for the domain unit. In the current release of Amazon DataZone, the only supported filter is the allDomainUnitsGrantFilter.
The ID of the domain unit group.
" + } + }, + "documentation":"The properties of a domain unit group.
" + }, + "DomainUnitId":{ + "type":"string", + "max":256, + "min":1, + "pattern":"^[a-z0-9_\\-]+$" + }, + "DomainUnitIds":{ + "type":"list", + "member":{"shape":"DomainUnitId"} + }, + "DomainUnitName":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^[\\w -]+$", + "sensitive":true + }, + "DomainUnitOwnerProperties":{ + "type":"structure", + "members":{ + "group":{ + "shape":"DomainUnitGroupProperties", + "documentation":"Indicates that the domain unit owner is a group.
" + }, + "user":{ + "shape":"DomainUnitUserProperties", + "documentation":"Indicates that the domain unit owner is a user.
" + } + }, + "documentation":"The properties of the domain unit owner.
", + "union":true + }, + "DomainUnitOwners":{ + "type":"list", + "member":{"shape":"DomainUnitOwnerProperties"}, + "max":20, + "min":0 + }, + "DomainUnitPolicyGrantPrincipal":{ + "type":"structure", + "required":["domainUnitDesignation"], + "members":{ + "domainUnitDesignation":{ + "shape":"DomainUnitDesignation", + "documentation":"Specifes the designation of the domain unit users.
" + }, + "domainUnitGrantFilter":{ + "shape":"DomainUnitGrantFilter", + "documentation":"The grant filter for the domain unit.
" + }, + "domainUnitIdentifier":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit.
" + } + }, + "documentation":"The domain unit principal to whom the policy is granted.
" + }, + "DomainUnitSummaries":{ + "type":"list", + "member":{"shape":"DomainUnitSummary"} + }, + "DomainUnitSummary":{ + "type":"structure", + "required":[ + "id", + "name" + ], + "members":{ + "id":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit summary.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the domain unit summary.
" + } + }, + "documentation":"The summary of the domain unit.
" + }, + "DomainUnitUserProperties":{ + "type":"structure", + "members":{ + "userId":{ + "shape":"String", + "documentation":"The ID of teh domain unit user.
" + } + }, + "documentation":"The properties of the domain unit user.
" + }, + "EdgeDirection":{ + "type":"string", + "enum":[ + "UPSTREAM", + "DOWNSTREAM" + ] + }, + "EditedValue":{ + "type":"string", + "max":5000, + "min":1, + "sensitive":true + }, + "EnableSetting":{ + "type":"string", + "enum":[ + "ENABLED", + "DISABLED" + ] + }, + "EnabledRegionList":{ + "type":"list", + "member":{"shape":"RegionName"}, + "min":0 + }, + "EntityId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "EntityIdentifier":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "EntityOwners":{ + "type":"list", + "member":{"shape":"OwnerPropertiesOutput"} + }, + "EntityType":{ + "type":"string", + "enum":[ + "ASSET", + "DATA_PRODUCT" + ] + }, + "EnvironmentActionId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "EnvironmentActionList":{ + "type":"list", + "member":{"shape":"ConfigurableEnvironmentAction"} + }, + "EnvironmentActionSummary":{ + "type":"structure", + "required":[ + "domainId", + "environmentId", + "id", + "name", + "parameters" + ], + "members":{ + "description":{ + "shape":"String", + "documentation":"The environment action description.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The Amazon DataZone domain ID of the environment action.
" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The environment ID of the environment action.
" + }, + "id":{ + "shape":"EnvironmentActionId", + "documentation":"The ID of the environment action.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the environment action.
" + }, + "parameters":{ + "shape":"ActionParameters", + "documentation":"The parameters of the environment action.
" + } + }, + "documentation":"The details about the specified action configured for an environment. For example, the details of the specified console links for an analytics tool that is available in this environment.
" + }, + "EnvironmentBlueprintConfigurationItem":{ + "type":"structure", + "required":[ + "domainId", + "environmentBlueprintId" + ], + "members":{ + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when an environment blueprint was created.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which an environment blueprint exists.
" + }, + "enabledRegions":{ + "shape":"EnabledRegionList", + "documentation":"The enabled Amazon Web Services Regions specified in a blueprint configuration.
" + }, + "environmentBlueprintId":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The identifier of the environment blueprint.
" + }, + "manageAccessRoleArn":{ + "shape":"RoleArn", + "documentation":"The ARN of the manage access role specified in the environment blueprint configuration.
" + }, + "provisioningConfigurations":{ + "shape":"ProvisioningConfigurationList", + "documentation":"The provisioning configuration of a blueprint.
" + }, + "provisioningRoleArn":{ + "shape":"RoleArn", + "documentation":"The ARN of the provisioning role specified in the environment blueprint configuration.
" + }, + "regionalParameters":{ + "shape":"RegionalParameterMap", + "documentation":"The regional parameters of the environment blueprint.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the environment blueprint was updated.
" + } + }, + "documentation":"The configuration details of an environment blueprint.
" + }, + "EnvironmentBlueprintConfigurations":{ + "type":"list", + "member":{"shape":"EnvironmentBlueprintConfigurationItem"} + }, + "EnvironmentBlueprintId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "EnvironmentBlueprintName":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^[\\w -]+$" + }, + "EnvironmentBlueprintSummaries":{ + "type":"list", + "member":{"shape":"EnvironmentBlueprintSummary"} + }, + "EnvironmentBlueprintSummary":{ + "type":"structure", + "required":[ + "id", + "name", + "provider", + "provisioningProperties" + ], + "members":{ + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when an environment blueprint was created.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of a blueprint.
" + }, + "id":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The identifier of the blueprint.
" + }, + "name":{ + "shape":"EnvironmentBlueprintName", + "documentation":"The name of the blueprint.
" + }, + "provider":{ + "shape":"String", + "documentation":"The provider of the blueprint.
" + }, + "provisioningProperties":{ + "shape":"ProvisioningProperties", + "documentation":"The provisioning properties of the blueprint.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the blueprint was enabled.
" + } + }, + "documentation":"The details of an environment blueprint summary.
" + }, + "EnvironmentError":{ + "type":"structure", + "required":["message"], + "members":{ + "code":{ + "shape":"String", + "documentation":"The error code for the failure reason for the environment deployment.
" + }, + "message":{ + "shape":"String", + "documentation":"The error message for the failure reason for the environment deployment.
" + } + }, + "documentation":"The failure reasons for the environment deployment.
" + }, + "EnvironmentId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "EnvironmentName":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^[\\w -]+$", + "sensitive":true + }, + "EnvironmentParameter":{ + "type":"structure", + "members":{ + "name":{ + "shape":"String", + "documentation":"The name of an environment profile parameter.
" + }, + "value":{ + "shape":"String", + "documentation":"The value of an environment profile parameter.
" + } + }, + "documentation":"The parameter details of an evironment profile.
" + }, + "EnvironmentParametersList":{ + "type":"list", + "member":{"shape":"EnvironmentParameter"} + }, + "EnvironmentProfileId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{0,36}$" + }, + "EnvironmentProfileName":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^[\\w -]+$", + "sensitive":true + }, + "EnvironmentProfileSummaries":{ + "type":"list", + "member":{"shape":"EnvironmentProfileSummary"} + }, + "EnvironmentProfileSummary":{ + "type":"structure", + "required":[ + "createdBy", + "domainId", + "environmentBlueprintId", + "id", + "name" + ], + "members":{ + "awsAccountId":{ + "shape":"AwsAccountId", + "documentation":"The identifier of an Amazon Web Services account in which an environment profile exists.
" + }, + "awsAccountRegion":{ + "shape":"AwsRegion", + "documentation":"The Amazon Web Services Region in which an environment profile exists.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when an environment profile was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The Amazon DataZone user who created the environment profile.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the environment profile.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the environment profile exists.
" + }, + "environmentBlueprintId":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The identifier of a blueprint with which an environment profile is created.
" + }, + "id":{ + "shape":"EnvironmentProfileId", + "documentation":"The identifier of the environment profile.
" + }, + "name":{ + "shape":"EnvironmentProfileName", + "documentation":"The name of the environment profile.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The identifier of a project in which an environment profile exists.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the environment profile was updated.
" + } + }, + "documentation":"The details of an environment profile.
" + }, + "EnvironmentStatus":{ + "type":"string", + "enum":[ + "ACTIVE", + "CREATING", + "UPDATING", + "DELETING", + "CREATE_FAILED", + "UPDATE_FAILED", + "DELETE_FAILED", + "VALIDATION_FAILED", + "SUSPENDED", + "DISABLED", + "EXPIRED", + "DELETED", + "INACCESSIBLE" + ] + }, + "EnvironmentSummaries":{ + "type":"list", + "member":{"shape":"EnvironmentSummary"} + }, + "EnvironmentSummary":{ + "type":"structure", + "required":[ + "createdBy", + "domainId", + "name", + "projectId", + "provider" + ], + "members":{ + "awsAccountId":{ + "shape":"AwsAccountId", + "documentation":"The identifier of the Amazon Web Services account in which an environment exists.
" + }, + "awsAccountRegion":{ + "shape":"AwsRegion", + "documentation":"The Amazon Web Services Region in which an environment exists.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the environment was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The Amazon DataZone user who created the environment.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the environment.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the environment exists.
" + }, + "environmentProfileId":{ + "shape":"EnvironmentProfileId", + "documentation":"The identifier of the environment profile with which the environment was created.
" + }, + "id":{ + "shape":"EnvironmentId", + "documentation":"The identifier of the environment.
" + }, + "name":{ + "shape":"EnvironmentName", + "documentation":"The name of the environment.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The identifier of the project in which the environment exists.
" + }, + "provider":{ + "shape":"String", + "documentation":"The provider of the environment.
" + }, + "status":{ + "shape":"EnvironmentStatus", + "documentation":"The status of the environment.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the environment was updated.
" + } + }, + "documentation":"The details of an environment.
" + }, + "EqualToExpression":{ + "type":"structure", + "required":[ + "columnName", + "value" + ], + "members":{ + "columnName":{ + "shape":"String", + "documentation":"The name of the column.
" + }, + "value":{ + "shape":"String", + "documentation":"The value that might be equal to an expression.
" + } + }, + "documentation":"Specifies whether the value is equal to an expression.
" + }, + "ErrorMessage":{"type":"string"}, + "ExternalIdentifier":{ + "type":"string", + "max":256, + "min":1, + "sensitive":true + }, + "FailureCause":{ + "type":"structure", + "members":{ + "message":{ + "shape":"String", + "documentation":"The description of the error message.
" + } + }, + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "FailureReasons":{ + "type":"list", + "member":{"shape":"ProjectDeletionError"} + }, + "Filter":{ + "type":"structure", + "required":[ + "attribute", + "value" + ], + "members":{ + "attribute":{ + "shape":"Attribute", + "documentation":"A search filter attribute in Amazon DataZone.
" + }, + "value":{ + "shape":"FilterValueString", + "documentation":"A search filter value in Amazon DataZone.
" + } + }, + "documentation":"A search filter in Amazon DataZone.
" + }, + "FilterClause":{ + "type":"structure", + "members":{ + "and":{ + "shape":"FilterList", + "documentation":"The 'and' search filter clause in Amazon DataZone.
" + }, + "filter":{ + "shape":"Filter", + "documentation":"A search filter in Amazon DataZone.
" + }, + "or":{ + "shape":"FilterList", + "documentation":"The 'or' search filter clause in Amazon DataZone.
" + } + }, + "documentation":"A search filter clause in Amazon DataZone.
", + "union":true + }, + "FilterExpression":{ + "type":"structure", + "required":[ + "expression", + "type" + ], + "members":{ + "expression":{ + "shape":"FilterExpressionExpressionString", + "documentation":"The search filter expression.
" + }, + "type":{ + "shape":"FilterExpressionType", + "documentation":"The search filter explresison type.
" + } + }, + "documentation":"A filter expression in Amazon DataZone.
" + }, + "FilterExpressionExpressionString":{ + "type":"string", + "max":2048, + "min":1 + }, + "FilterExpressionType":{ + "type":"string", + "enum":[ + "INCLUDE", + "EXCLUDE" + ] + }, + "FilterExpressions":{ + "type":"list", + "member":{"shape":"FilterExpression"} + }, + "FilterId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "FilterIds":{ + "type":"list", + "member":{"shape":"FilterId"} + }, + "FilterList":{ + "type":"list", + "member":{"shape":"FilterClause"}, + "max":100, + "min":1 + }, + "FilterName":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^[\\w -]+$", + "sensitive":true + }, + "FilterStatus":{ + "type":"string", + "enum":[ + "VALID", + "INVALID" + ] + }, + "FilterValueString":{ + "type":"string", + "max":128, + "min":1 + }, + "FirstName":{ + "type":"string", + "sensitive":true + }, + "Float":{ + "type":"float", + "box":true + }, + "FormEntryInput":{ + "type":"structure", + "required":[ + "typeIdentifier", + "typeRevision" + ], + "members":{ + "required":{ + "shape":"Boolean", + "documentation":"Specifies whether a form entry is required.
" + }, + "typeIdentifier":{ + "shape":"FormTypeIdentifier", + "documentation":"The type ID of the form entry.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The type revision of the form entry.
" + } + }, + "documentation":"The details of the form entry.
" + }, + "FormEntryOutput":{ + "type":"structure", + "required":[ + "typeName", + "typeRevision" + ], + "members":{ + "required":{ + "shape":"Boolean", + "documentation":"Specifies whether a form entry is required.
" + }, + "typeName":{ + "shape":"FormTypeName", + "documentation":"The name of the type of the form entry.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The type revision of the form entry.
" + } + }, + "documentation":"The details of the form entry.
" + }, + "FormInput":{ + "type":"structure", + "required":["formName"], + "members":{ + "content":{ + "shape":"FormInputContentString", + "documentation":"The content of the metadata form.
" + }, + "formName":{ + "shape":"FormName", + "documentation":"The name of the metadata form.
" + }, + "typeIdentifier":{ + "shape":"FormTypeIdentifier", + "documentation":"The ID of the metadata form type.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The revision of the metadata form type.
" + } + }, + "documentation":"The details of a metadata form.
", + "sensitive":true + }, + "FormInputContentString":{ + "type":"string", + "max":300000, + "min":0 + }, + "FormInputList":{ + "type":"list", + "member":{"shape":"FormInput"}, + "max":10, + "min":0, + "sensitive":true + }, + "FormName":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^(?![0-9_])\\w+$|^_\\w*[a-zA-Z0-9]\\w*$" + }, + "FormOutput":{ + "type":"structure", + "required":["formName"], + "members":{ + "content":{ + "shape":"String", + "documentation":"The content of the metadata form.
" + }, + "formName":{ + "shape":"FormName", + "documentation":"The name of the metadata form.
" + }, + "typeName":{ + "shape":"FormTypeName", + "documentation":"The name of the metadata form type.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The revision of the metadata form type.
" + } + }, + "documentation":"The details of a metadata form.
" + }, + "FormOutputList":{ + "type":"list", + "member":{"shape":"FormOutput"}, + "max":10, + "min":0 + }, + "FormTypeData":{ + "type":"structure", + "required":[ + "domainId", + "name", + "revision" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the metadata form type was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created teh metadata form type.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the metadata form type.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the form type exists.
" + }, + "imports":{ + "shape":"ImportList", + "documentation":"The imports specified in the form type.
" + }, + "model":{ + "shape":"Model", + "documentation":"The model of the form type.
" + }, + "name":{ + "shape":"FormTypeName", + "documentation":"The name of the form type.
" + }, + "originDomainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the form type was originally created.
" + }, + "originProjectId":{ + "shape":"ProjectId", + "documentation":"The identifier of the project in which the form type was originally created.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The identifier of the project that owns the form type.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the form type.
" + }, + "status":{ + "shape":"FormTypeStatus", + "documentation":"The status of the form type.
" + } + }, + "documentation":"The details of the metadata form type.
" + }, + "FormTypeIdentifier":{ + "type":"string", + "max":385, + "min":1, + "pattern":"^(?!\\.)[\\w\\.]*\\w$" + }, + "FormTypeName":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^(amazon.datazone.)?(?![0-9_])\\w+$|^_\\w*[a-zA-Z0-9]\\w*$", + "sensitive":true + }, + "FormTypeStatus":{ + "type":"string", + "enum":[ + "ENABLED", + "DISABLED" + ] + }, + "Forms":{"type":"string"}, + "FormsInputMap":{ + "type":"map", + "key":{"shape":"FormName"}, + "value":{"shape":"FormEntryInput"}, + "max":10, + "min":0 + }, + "FormsOutputMap":{ + "type":"map", + "key":{"shape":"FormName"}, + "value":{"shape":"FormEntryOutput"}, + "max":10, + "min":0 + }, + "GetAssetFilterInput":{ + "type":"structure", + "required":[ + "assetIdentifier", + "domainIdentifier", + "identifier" + ], + "members":{ + "assetIdentifier":{ + "shape":"AssetId", + "documentation":"The ID of the data asset.
", + "location":"uri", + "locationName":"assetIdentifier" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to get an asset filter.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"FilterId", + "documentation":"The ID of the asset filter.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetAssetFilterOutput":{ + "type":"structure", + "required":[ + "assetId", + "configuration", + "domainId", + "id", + "name" + ], + "members":{ + "assetId":{ + "shape":"AssetId", + "documentation":"The ID of the data asset.
" + }, + "configuration":{ + "shape":"AssetFilterConfiguration", + "documentation":"The configuration of the asset filter.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the asset filter was created.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the asset filter.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to get an asset filter.
" + }, + "effectiveColumnNames":{ + "shape":"ColumnNameList", + "documentation":"The column names of the asset filter.
" + }, + "effectiveRowFilter":{ + "shape":"String", + "documentation":"The row filter of the asset filter.
" + }, + "errorMessage":{ + "shape":"String", + "documentation":"The error message that is displayed if the action does not complete successfully.
" + }, + "id":{ + "shape":"FilterId", + "documentation":"The ID of the asset filter.
" + }, + "name":{ + "shape":"FilterName", + "documentation":"The name of the asset filter.
" + }, + "status":{ + "shape":"FilterStatus", + "documentation":"The status of the asset filter.
" + } + } + }, + "GetAssetInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain to which the asset belongs.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"AssetIdentifier", + "documentation":"The ID of the Amazon DataZone asset.
", + "location":"uri", + "locationName":"identifier" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the Amazon DataZone asset.
", + "location":"querystring", + "locationName":"revision" + } + } + }, + "GetAssetOutput":{ + "type":"structure", + "required":[ + "domainId", + "formsOutput", + "id", + "name", + "owningProjectId", + "revision", + "typeIdentifier", + "typeRevision" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the asset was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the asset.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the Amazon DataZone asset.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain to which the asset belongs.
" + }, + "externalIdentifier":{ + "shape":"ExternalIdentifier", + "documentation":"The external ID of the asset.
" + }, + "firstRevisionCreatedAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the first revision of the asset was created.
" + }, + "firstRevisionCreatedBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the first revision of the asset.
" + }, + "formsOutput":{ + "shape":"FormOutputList", + "documentation":"The metadata forms attached to the asset.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The business glossary terms attached to the asset.
" + }, + "id":{ + "shape":"AssetId", + "documentation":"The ID of the asset.
" + }, + "latestTimeSeriesDataPointFormsOutput":{ + "shape":"TimeSeriesDataPointSummaryFormOutputList", + "documentation":"The latest data point that was imported into the time series form for the asset.
" + }, + "listing":{ + "shape":"AssetListingDetails", + "documentation":"The listing of the asset.
" + }, + "name":{ + "shape":"AssetName", + "documentation":"The name of the asset.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project that owns the asset.
" + }, + "readOnlyFormsOutput":{ + "shape":"FormOutputList", + "documentation":"The read-only metadata forms attached to the asset.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the asset.
" + }, + "typeIdentifier":{ + "shape":"AssetTypeIdentifier", + "documentation":"The ID of the asset type.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The revision of the asset type.
" + } + } + }, + "GetAssetTypeInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the asset type exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"AssetTypeIdentifier", + "documentation":"The ID of the asset type.
", + "location":"uri", + "locationName":"identifier" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the asset type.
", + "location":"querystring", + "locationName":"revision" + } + } + }, + "GetAssetTypeOutput":{ + "type":"structure", + "required":[ + "domainId", + "formsOutput", + "name", + "owningProjectId", + "revision" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the asset type was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the asset type.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the asset type.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the asset type exists.
" + }, + "formsOutput":{ + "shape":"FormsOutputMap", + "documentation":"The metadata forms attached to the asset type.
" + }, + "name":{ + "shape":"TypeName", + "documentation":"The name of the asset type.
" + }, + "originDomainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the asset type was originally created.
" + }, + "originProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project in which the asset type was originally created.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project that owns the asset type.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the asset type.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the asset type was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user that updated the asset type.
" + } + } + }, + "GetDataProductInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where the data product lives.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"DataProductId", + "documentation":"The ID of the data product.
", + "location":"uri", + "locationName":"identifier" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the data product.
", + "location":"querystring", + "locationName":"revision" + } + } + }, + "GetDataProductOutput":{ + "type":"structure", + "required":[ + "domainId", + "id", + "name", + "owningProjectId", + "revision", + "status" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the data product is created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the data product.
" + }, + "description":{ + "shape":"DataProductDescription", + "documentation":"The description of the data product.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where the data product lives.
" + }, + "firstRevisionCreatedAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the first revision of the data product is created.
" + }, + "firstRevisionCreatedBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the first revision of the data product.
" + }, + "formsOutput":{ + "shape":"FormOutputList", + "documentation":"The metadata forms of the data product.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms of the data product.
" + }, + "id":{ + "shape":"DataProductId", + "documentation":"The ID of the data product.
" + }, + "items":{ + "shape":"DataProductItems", + "documentation":"The data assets of the data product.
" + }, + "name":{ + "shape":"DataProductName", + "documentation":"The name of the data product.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the owning project of the data product.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the data product.
" + }, + "status":{ + "shape":"DataProductStatus", + "documentation":"The status of the data product.
" + } + } + }, + "GetDataSourceInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the data source exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"DataSourceId", + "documentation":"The ID of the Amazon DataZone data source.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetDataSourceOutput":{ + "type":"structure", + "required":[ + "domainId", + "environmentId", + "id", + "name", + "projectId" + ], + "members":{ + "assetFormsOutput":{ + "shape":"FormOutputList", + "documentation":"The metadata forms attached to the assets created by this data source.
" + }, + "configuration":{ + "shape":"DataSourceConfigurationOutput", + "documentation":"The configuration of the data source.
" + }, + "createdAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when the data source was created.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the data source.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the data source exists.
" + }, + "enableSetting":{ + "shape":"EnableSetting", + "documentation":"Specifies whether this data source is enabled or not.
" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment where this data source creates and publishes assets,
" + }, + "errorMessage":{ + "shape":"DataSourceErrorMessage", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "id":{ + "shape":"DataSourceId", + "documentation":"The ID of the data source.
" + }, + "lastRunAssetCount":{ + "shape":"Integer", + "documentation":"The number of assets created by the data source during its last run.
" + }, + "lastRunAt":{ + "shape":"DateTime", + "documentation":"The timestamp of the last run of the data source.
" + }, + "lastRunErrorMessage":{ + "shape":"DataSourceErrorMessage", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "lastRunStatus":{ + "shape":"DataSourceRunStatus", + "documentation":"The status of the last run of the data source.
" + }, + "name":{ + "shape":"Name", + "documentation":"The name of the data source.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project where the data source creates and publishes assets.
" + }, + "publishOnImport":{ + "shape":"Boolean", + "documentation":"Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
" + }, + "recommendation":{ + "shape":"RecommendationConfiguration", + "documentation":"The recommendation configuration of the data source.
" + }, + "schedule":{ + "shape":"ScheduleConfiguration", + "documentation":"The schedule of the data source runs.
" + }, + "selfGrantStatus":{ + "shape":"SelfGrantStatusOutput", + "documentation":"Specifies the status of the self-granting functionality.
" + }, + "status":{ + "shape":"DataSourceStatus", + "documentation":"The status of the data source.
" + }, + "type":{ + "shape":"DataSourceType", + "documentation":"The type of the data source.
" + }, + "updatedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when the data source was updated.
" + } + } + }, + "GetDataSourceRunInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain in which this data source run was performed.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"DataSourceRunId", + "documentation":"The ID of the data source run.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetDataSourceRunOutput":{ + "type":"structure", + "required":[ + "createdAt", + "dataSourceId", + "domainId", + "id", + "projectId", + "status", + "type", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when the data source run was created.
" + }, + "dataSourceConfigurationSnapshot":{ + "shape":"String", + "documentation":"The configuration snapshot of the data source run.
" + }, + "dataSourceId":{ + "shape":"DataSourceId", + "documentation":"The ID of the data source for this data source run.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain in which this data source run was performed.
" + }, + "errorMessage":{ + "shape":"DataSourceErrorMessage", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "id":{ + "shape":"DataSourceRunId", + "documentation":"The ID of the data source run.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project in which this data source run occured.
" + }, + "runStatisticsForAssets":{ + "shape":"RunStatisticsForAssets", + "documentation":"The asset statistics from this data source run.
" + }, + "startedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when this data source run started.
" + }, + "status":{ + "shape":"DataSourceRunStatus", + "documentation":"The status of this data source run.
" + }, + "stoppedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when this data source run stopped.
" + }, + "type":{ + "shape":"DataSourceRunType", + "documentation":"The type of this data source run.
" + }, + "updatedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when this data source run was updated.
" + } + } + }, + "GetDomainInput":{ + "type":"structure", + "required":["identifier"], + "members":{ + "identifier":{ + "shape":"DomainId", + "documentation":"The identifier of the specified Amazon DataZone domain.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetDomainOutput":{ + "type":"structure", + "required":[ + "domainExecutionRole", + "id", + "status" + ], + "members":{ + "arn":{ + "shape":"String", + "documentation":"The ARN of the specified Amazon DataZone domain.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the Amazon DataZone domain was created.
" + }, + "description":{ + "shape":"String", + "documentation":"The description of the Amazon DataZone domain.
" + }, + "domainExecutionRole":{ + "shape":"RoleArn", + "documentation":"The domain execution role with which the Amazon DataZone domain is created.
" + }, + "id":{ + "shape":"DomainId", + "documentation":"The identifier of the specified Amazon DataZone domain.
" + }, + "kmsKeyIdentifier":{ + "shape":"KmsKeyArn", + "documentation":"The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
" + }, + "lastUpdatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the Amazon DataZone domain was last updated.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the Amazon DataZone domain.
" + }, + "portalUrl":{ + "shape":"String", + "documentation":"The URL of the data portal for this Amazon DataZone domain.
" + }, + "rootDomainUnitId":{ + "shape":"DomainUnitId", + "documentation":"The ID of the root domain in Amazon Datazone.
" + }, + "singleSignOn":{ + "shape":"SingleSignOn", + "documentation":"The single sing-on option of the specified Amazon DataZone domain.
" + }, + "status":{ + "shape":"DomainStatus", + "documentation":"The status of the specified Amazon DataZone domain.
" + }, + "tags":{ + "shape":"Tags", + "documentation":"The tags specified for the Amazon DataZone domain.
" + } + } + }, + "GetDomainUnitInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to get a domain unit.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"DomainUnitId", + "documentation":"The identifier of the domain unit that you want to get.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetDomainUnitOutput":{ + "type":"structure", + "required":[ + "domainId", + "id", + "name", + "owners" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The time stamp at which the domain unit was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the domain unit.
" + }, + "description":{ + "shape":"DomainUnitDescription", + "documentation":"The description of the domain unit.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain in which the domain unit lives.
" + }, + "id":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit.
" + }, + "lastUpdatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp at which the domain unit was last updated.
" + }, + "lastUpdatedBy":{ + "shape":"UpdatedBy", + "documentation":"The user who last updated the domain unit.
" + }, + "name":{ + "shape":"DomainUnitName", + "documentation":"The name of the domain unit.
" + }, + "owners":{ + "shape":"DomainUnitOwners", + "documentation":"The owners of the domain unit.
" + }, + "parentDomainUnitId":{ + "shape":"DomainUnitId", + "documentation":"The ID of the parent domain unit.
" + } + } + }, + "GetEnvironmentActionInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the GetEnvironmentAction API is invoked.
The environment ID of the environment action.
", + "location":"uri", + "locationName":"environmentIdentifier" + }, + "identifier":{ + "shape":"String", + "documentation":"The ID of the environment action
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetEnvironmentActionOutput":{ + "type":"structure", + "required":[ + "domainId", + "environmentId", + "id", + "name", + "parameters" + ], + "members":{ + "description":{ + "shape":"String", + "documentation":"The description of the environment action.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the environment action lives.
" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The environment ID of the environment action.
" + }, + "id":{ + "shape":"EnvironmentActionId", + "documentation":"The ID of the environment action.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the environment action.
" + }, + "parameters":{ + "shape":"ActionParameters", + "documentation":"The parameters of the environment action.
" + } + } + }, + "GetEnvironmentBlueprintConfigurationInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentBlueprintIdentifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain where this blueprint exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentBlueprintIdentifier":{ + "shape":"EnvironmentBlueprintId", + "documentation":"He ID of the blueprint.
", + "location":"uri", + "locationName":"environmentBlueprintIdentifier" + } + } + }, + "GetEnvironmentBlueprintConfigurationOutput":{ + "type":"structure", + "required":[ + "domainId", + "environmentBlueprintId" + ], + "members":{ + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when this blueprint was created.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain where this blueprint exists.
" + }, + "enabledRegions":{ + "shape":"EnabledRegionList", + "documentation":"The Amazon Web Services regions in which this blueprint is enabled.
" + }, + "environmentBlueprintId":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The ID of the blueprint.
" + }, + "manageAccessRoleArn":{ + "shape":"RoleArn", + "documentation":"The ARN of the manage access role with which this blueprint is created.
" + }, + "provisioningConfigurations":{ + "shape":"ProvisioningConfigurationList", + "documentation":"The provisioning configuration of a blueprint.
" + }, + "provisioningRoleArn":{ + "shape":"RoleArn", + "documentation":"The ARN of the provisioning role with which this blueprint is created.
" + }, + "regionalParameters":{ + "shape":"RegionalParameterMap", + "documentation":"The regional parameters of the blueprint.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when this blueprint was upated.
" + } + } + }, + "GetEnvironmentBlueprintInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the domain in which this blueprint exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The ID of this Amazon DataZone blueprint.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetEnvironmentBlueprintOutput":{ + "type":"structure", + "required":[ + "id", + "name", + "provider", + "provisioningProperties" + ], + "members":{ + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"A timestamp of when this blueprint was created.
" + }, + "deploymentProperties":{ + "shape":"DeploymentProperties", + "documentation":"The deployment properties of this Amazon DataZone blueprint.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of this Amazon DataZone blueprint.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms attached to this Amazon DataZone blueprint.
" + }, + "id":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The ID of this Amazon DataZone blueprint.
" + }, + "name":{ + "shape":"EnvironmentBlueprintName", + "documentation":"The name of this Amazon DataZone blueprint.
" + }, + "provider":{ + "shape":"String", + "documentation":"The provider of this Amazon DataZone blueprint.
" + }, + "provisioningProperties":{ + "shape":"ProvisioningProperties", + "documentation":"The provisioning properties of this Amazon DataZone blueprint.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when this blueprint was updated.
" + }, + "userParameters":{ + "shape":"CustomParameterList", + "documentation":"The user parameters of this blueprint.
" + } + } + }, + "GetEnvironmentCredentialsInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this environment and its credentials exist.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment whose credentials this operation gets.
", + "location":"uri", + "locationName":"environmentIdentifier" + } + } + }, + "GetEnvironmentCredentialsOutput":{ + "type":"structure", + "members":{ + "accessKeyId":{ + "shape":"String", + "documentation":"The access key ID of the environment.
" + }, + "expiration":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The expiration timestamp of the environment credentials.
" + }, + "secretAccessKey":{ + "shape":"String", + "documentation":"The secret access key of the environment credentials.
" + }, + "sessionToken":{ + "shape":"String", + "documentation":"The session token of the environment credentials.
" + } + }, + "sensitive":true + }, + "GetEnvironmentInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain where the environment exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"EnvironmentId", + "documentation":"The ID of the Amazon DataZone environment.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetEnvironmentOutput":{ + "type":"structure", + "required":[ + "createdBy", + "domainId", + "name", + "projectId", + "provider" + ], + "members":{ + "awsAccountId":{ + "shape":"AwsAccountId", + "documentation":"The ID of the Amazon Web Services account where the environment exists.
" + }, + "awsAccountRegion":{ + "shape":"AwsRegion", + "documentation":"The Amazon Web Services region where the environment exists.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the environment was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The Amazon DataZone user who created the environment.
" + }, + "deploymentProperties":{ + "shape":"DeploymentProperties", + "documentation":"The deployment properties of the environment.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the environment.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain where the environment exists.
" + }, + "environmentActions":{ + "shape":"EnvironmentActionList", + "documentation":"The actions of the environment.
" + }, + "environmentBlueprintId":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The blueprint with which the environment is created.
" + }, + "environmentProfileId":{ + "shape":"EnvironmentProfileId", + "documentation":"The ID of the environment profile with which the environment is created.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The business glossary terms that can be used in this environment.
" + }, + "id":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment.
" + }, + "lastDeployment":{ + "shape":"Deployment", + "documentation":"The details of the last deployment of the environment.
" + }, + "name":{ + "shape":"EnvironmentName", + "documentation":"The name of the environment.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project in which this environment is created.
" + }, + "provider":{ + "shape":"String", + "documentation":"The provider of this Amazon DataZone environment.
" + }, + "provisionedResources":{ + "shape":"ResourceList", + "documentation":"The provisioned resources of this Amazon DataZone environment.
" + }, + "provisioningProperties":{ + "shape":"ProvisioningProperties", + "documentation":"The provisioning properties of this Amazon DataZone environment.
" + }, + "status":{ + "shape":"EnvironmentStatus", + "documentation":"The status of this Amazon DataZone environment.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when this environment was updated.
" + }, + "userParameters":{ + "shape":"CustomParameterList", + "documentation":"The user parameters of this Amazon DataZone environment.
" + } + } + }, + "GetEnvironmentProfileInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this environment profile exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"EnvironmentProfileId", + "documentation":"The ID of the environment profile.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetEnvironmentProfileOutput":{ + "type":"structure", + "required":[ + "createdBy", + "domainId", + "environmentBlueprintId", + "id", + "name" + ], + "members":{ + "awsAccountId":{ + "shape":"AwsAccountId", + "documentation":"The ID of the Amazon Web Services account where this environment profile exists.
" + }, + "awsAccountRegion":{ + "shape":"AwsRegion", + "documentation":"The Amazon Web Services region where this environment profile exists.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when this environment profile was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The Amazon DataZone user who created this environment profile.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the environment profile.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this environment profile exists.
" + }, + "environmentBlueprintId":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The ID of the blueprint with which this environment profile is created.
" + }, + "id":{ + "shape":"EnvironmentProfileId", + "documentation":"The ID of the environment profile.
" + }, + "name":{ + "shape":"EnvironmentProfileName", + "documentation":"The name of the environment profile.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The ID of the Amazon DataZone project in which this environment profile is created.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when this environment profile was upated.
" + }, + "userParameters":{ + "shape":"CustomParameterList", + "documentation":"The user parameters of the environment profile.
" + } + } + }, + "GetFormTypeInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "formTypeIdentifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this metadata form type exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "formTypeIdentifier":{ + "shape":"FormTypeIdentifier", + "documentation":"The ID of the metadata form type.
", + "location":"uri", + "locationName":"formTypeIdentifier" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of this metadata form type.
", + "location":"querystring", + "locationName":"revision" + } + } + }, + "GetFormTypeOutput":{ + "type":"structure", + "required":[ + "domainId", + "model", + "name", + "revision" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when this metadata form type was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created this metadata form type.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the metadata form type.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this metadata form type exists.
" + }, + "imports":{ + "shape":"ImportList", + "documentation":"The imports of the metadata form type.
" + }, + "model":{ + "shape":"Model", + "documentation":"The model of the metadata form type.
" + }, + "name":{ + "shape":"FormTypeName", + "documentation":"The name of the metadata form type.
" + }, + "originDomainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the metadata form type was originally created.
" + }, + "originProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project in which this metadata form type was originally created.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project that owns this metadata form type.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the metadata form type.
" + }, + "status":{ + "shape":"FormTypeStatus", + "documentation":"The status of the metadata form type.
" + } + } + }, + "GetGlossaryInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this business glossary exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"GlossaryId", + "documentation":"The ID of the business glossary.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetGlossaryOutput":{ + "type":"structure", + "required":[ + "domainId", + "id", + "name", + "owningProjectId", + "status" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when this business glossary was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created this business glossary.
" + }, + "description":{ + "shape":"GlossaryDescription", + "documentation":"The description of the business glossary.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this business glossary exists.
" + }, + "id":{ + "shape":"GlossaryId", + "documentation":"The ID of the business glossary.
" + }, + "name":{ + "shape":"GlossaryName", + "documentation":"The name of the business glossary.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project that owns this business glossary.
" + }, + "status":{ + "shape":"GlossaryStatus", + "documentation":"The status of the business glossary.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the business glossary was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the business glossary.
" + } + } + }, + "GetGlossaryTermInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this business glossary term exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"GlossaryTermId", + "documentation":"The ID of the business glossary term.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetGlossaryTermOutput":{ + "type":"structure", + "required":[ + "domainId", + "glossaryId", + "id", + "name", + "status" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the business glossary term was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the business glossary.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which this business glossary term exists.
" + }, + "glossaryId":{ + "shape":"GlossaryId", + "documentation":"The ID of the business glossary to which this term belongs.
" + }, + "id":{ + "shape":"GlossaryTermId", + "documentation":"The ID of the business glossary term.
" + }, + "longDescription":{ + "shape":"LongDescription", + "documentation":"The long description of the business glossary term.
" + }, + "name":{ + "shape":"GlossaryTermName", + "documentation":"The name of the business glossary term.
" + }, + "shortDescription":{ + "shape":"ShortDescription", + "documentation":"The short decription of the business glossary term.
" + }, + "status":{ + "shape":"GlossaryTermStatus", + "documentation":"The status of the business glossary term.
" + }, + "termRelations":{ + "shape":"TermRelations", + "documentation":"The relations of the business glossary term.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the business glossary term was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the business glossary term.
" + } + } + }, + "GetGroupProfileInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "groupIdentifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the group profile exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "groupIdentifier":{ + "shape":"GroupIdentifier", + "documentation":"The identifier of the group profile.
", + "location":"uri", + "locationName":"groupIdentifier" + } + } + }, + "GetGroupProfileOutput":{ + "type":"structure", + "members":{ + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the group profile exists.
" + }, + "groupName":{ + "shape":"GroupProfileName", + "documentation":"The name of the group for which the specified group profile exists.
" + }, + "id":{ + "shape":"GroupProfileId", + "documentation":"The identifier of the group profile.
" + }, + "status":{ + "shape":"GroupProfileStatus", + "documentation":"The identifier of the group profile.
" + } + } + }, + "GetIamPortalLoginUrlInput":{ + "type":"structure", + "required":["domainIdentifier"], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"the ID of the Amazon DataZone domain the data portal of which you want to get.
", + "location":"uri", + "locationName":"domainIdentifier" + } + } + }, + "GetIamPortalLoginUrlOutput":{ + "type":"structure", + "required":["userProfileId"], + "members":{ + "authCodeUrl":{ + "shape":"String", + "documentation":"The data portal URL of the specified Amazon DataZone domain.
" + }, + "userProfileId":{ + "shape":"String", + "documentation":"The ID of the user profile.
" + } + } + }, + "GetLineageNodeInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain in which you want to get the data lineage node.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "eventTimestamp":{ + "shape":"Timestamp", + "documentation":"The event time stamp for which you want to get the data lineage node.
", + "location":"querystring", + "locationName":"timestamp" + }, + "identifier":{ + "shape":"LineageNodeIdentifier", + "documentation":"The ID of the data lineage node that you want to get.
Both, a lineage node identifier generated by Amazon DataZone and a sourceIdentifier of the lineage node are supported. If sourceIdentifier is greater than 1800 characters, you can use lineage node identifier generated by Amazon DataZone to get the node details.
The timestamp at which the data lineage node was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the data lineage node.
" + }, + "description":{ + "shape":"String", + "documentation":"The description of the data lineage node.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you're getting the data lineage node.
" + }, + "downstreamNodes":{ + "shape":"LineageNodeReferenceList", + "documentation":"The downsteam nodes of the specified data lineage node.
" + }, + "eventTimestamp":{ + "shape":"Timestamp", + "documentation":"The timestamp of the event described in the data lineage node.
" + }, + "formsOutput":{ + "shape":"FormOutputList", + "documentation":"The metadata of the specified data lineage node.
" + }, + "id":{ + "shape":"LineageNodeId", + "documentation":"The ID of the data lineage node.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the data lineage node.
" + }, + "sourceIdentifier":{ + "shape":"String", + "documentation":"The source identifier of the data lineage node.
" + }, + "typeName":{ + "shape":"String", + "documentation":"The name of the type of the specified data lineage node.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The revision type of the specified data lineage node.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp at which the data lineage node was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The user who updated the data lineage node.
" + }, + "upstreamNodes":{ + "shape":"LineageNodeReferenceList", + "documentation":"The upstream nodes of the specified data lineage node.
" + } + } + }, + "GetListingInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"ListingId", + "documentation":"The ID of the listing.
", + "location":"uri", + "locationName":"identifier" + }, + "listingRevision":{ + "shape":"Revision", + "documentation":"The revision of the listing.
", + "location":"querystring", + "locationName":"listingRevision" + } + } + }, + "GetListingOutput":{ + "type":"structure", + "required":[ + "domainId", + "id", + "listingRevision" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the listing was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the listing.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the listing.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain.
" + }, + "id":{ + "shape":"ListingId", + "documentation":"The ID of the listing.
" + }, + "item":{ + "shape":"ListingItem", + "documentation":"The details of a listing.
" + }, + "listingRevision":{ + "shape":"Revision", + "documentation":"The revision of a listing.
" + }, + "name":{ + "shape":"ListingName", + "documentation":"The name of the listing.
" + }, + "status":{ + "shape":"ListingStatus", + "documentation":"The status of the listing.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the listing was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the listing.
" + } + } + }, + "GetMetadataGenerationRunInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"MetadataGenerationRunIdentifier", + "documentation":"The identifier of the metadata generation run.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetMetadataGenerationRunOutput":{ + "type":"structure", + "required":[ + "domainId", + "id", + "owningProjectId" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the metadata generation run was start.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who started the metadata generation run.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
" + }, + "id":{ + "shape":"MetadataGenerationRunIdentifier", + "documentation":"The ID of the metadata generation run.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project that owns the assets for which you're running metadata generation.
" + }, + "status":{ + "shape":"MetadataGenerationRunStatus", + "documentation":"The status of the metadata generation run.
" + }, + "target":{ + "shape":"MetadataGenerationRunTarget", + "documentation":"The asset for which you're generating metadata.
" + }, + "type":{ + "shape":"MetadataGenerationRunType", + "documentation":"The type of metadata generation run.
" + } + } + }, + "GetProjectInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the project exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"ProjectId", + "documentation":"The ID of the project.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetProjectOutput":{ + "type":"structure", + "required":[ + "createdBy", + "domainId", + "id", + "name" + ], + "members":{ + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the project was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the project.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the project.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the project exists.
" + }, + "domainUnitId":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit.
" + }, + "failureReasons":{ + "shape":"FailureReasons", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The business glossary terms that can be used in the project.
" + }, + "id":{ + "shape":"ProjectId", + "documentation":">The ID of the project.
" + }, + "lastUpdatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the project was last updated.
" + }, + "name":{ + "shape":"ProjectName", + "documentation":"The name of the project.
" + }, + "projectStatus":{ + "shape":"ProjectStatus", + "documentation":"The status of the project.
" + } + } + }, + "GetSubscriptionGrantInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription grant exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"SubscriptionGrantId", + "documentation":"The ID of the subscription grant.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetSubscriptionGrantOutput":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "grantedEntity", + "id", + "status", + "subscriptionTargetId", + "updatedAt" + ], + "members":{ + "assets":{ + "shape":"SubscribedAssets", + "documentation":"The assets for which the subscription grant is created.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the subscription grant is created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription grant.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription grant exists.
" + }, + "grantedEntity":{ + "shape":"GrantedEntity", + "documentation":"The entity to which the subscription is granted.
" + }, + "id":{ + "shape":"SubscriptionGrantId", + "documentation":"The ID of the subscription grant.
" + }, + "status":{ + "shape":"SubscriptionGrantOverallStatus", + "documentation":"The status of the subscription grant.
" + }, + "subscriptionId":{ + "shape":"SubscriptionId", + "documentation":"The identifier of the subscription.
", + "deprecated":true, + "deprecatedMessage":"Multiple subscriptions can exist for a single grant" + }, + "subscriptionTargetId":{ + "shape":"SubscriptionTargetId", + "documentation":"The subscription target ID associated with the subscription grant.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription grant was upated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription grant.
" + } + } + }, + "GetSubscriptionInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"SubscriptionId", + "documentation":"The ID of the subscription.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetSubscriptionOutput":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "id", + "status", + "subscribedListing", + "subscribedPrincipal", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the subscription was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription exists.
" + }, + "id":{ + "shape":"SubscriptionId", + "documentation":"The ID of the subscription.
" + }, + "retainPermissions":{ + "shape":"Boolean", + "documentation":"The retain permissions of the subscription.
" + }, + "status":{ + "shape":"SubscriptionStatus", + "documentation":"The status of the subscription.
" + }, + "subscribedListing":{ + "shape":"SubscribedListing", + "documentation":"The details of the published asset for which the subscription grant is created.
" + }, + "subscribedPrincipal":{ + "shape":"SubscribedPrincipal", + "documentation":"The principal that owns the subscription.
" + }, + "subscriptionRequestId":{ + "shape":"SubscriptionRequestId", + "documentation":"The ID of the subscription request.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription.
" + } + } + }, + "GetSubscriptionRequestDetailsInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which to get the subscription request details.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"SubscriptionRequestId", + "documentation":"The identifier of the subscription request the details of which to get.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetSubscriptionRequestDetailsOutput":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "id", + "requestReason", + "status", + "subscribedListings", + "subscribedPrincipals", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the specified subscription request was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription request.
" + }, + "decisionComment":{ + "shape":"DecisionComment", + "documentation":"The decision comment of the subscription request.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The Amazon DataZone domain of the subscription request.
" + }, + "id":{ + "shape":"SubscriptionRequestId", + "documentation":"The identifier of the subscription request.
" + }, + "requestReason":{ + "shape":"RequestReason", + "documentation":"The reason for the subscription request.
" + }, + "reviewerId":{ + "shape":"String", + "documentation":"The identifier of the Amazon DataZone user who reviewed the subscription request.
" + }, + "status":{ + "shape":"SubscriptionRequestStatus", + "documentation":"The status of the subscription request.
" + }, + "subscribedListings":{ + "shape":"GetSubscriptionRequestDetailsOutputSubscribedListingsList", + "documentation":"The subscribed listings in the subscription request.
" + }, + "subscribedPrincipals":{ + "shape":"GetSubscriptionRequestDetailsOutputSubscribedPrincipalsList", + "documentation":"The subscribed principals in the subscription request.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription request was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription request.
" + } + } + }, + "GetSubscriptionRequestDetailsOutputSubscribedListingsList":{ + "type":"list", + "member":{"shape":"SubscribedListing"}, + "max":1, + "min":1 + }, + "GetSubscriptionRequestDetailsOutputSubscribedPrincipalsList":{ + "type":"list", + "member":{"shape":"SubscribedPrincipal"}, + "max":1, + "min":1 + }, + "GetSubscriptionTargetInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription target exists.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment associated with the subscription target.
", + "location":"uri", + "locationName":"environmentIdentifier" + }, + "identifier":{ + "shape":"SubscriptionTargetId", + "documentation":"The ID of the subscription target.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetSubscriptionTargetOutput":{ + "type":"structure", + "required":[ + "applicableAssetTypes", + "authorizedPrincipals", + "createdAt", + "createdBy", + "domainId", + "environmentId", + "id", + "manageAccessRole", + "name", + "projectId", + "provider", + "subscriptionTargetConfig", + "type" + ], + "members":{ + "applicableAssetTypes":{ + "shape":"ApplicableAssetTypes", + "documentation":"The asset types associated with the subscription target.
" + }, + "authorizedPrincipals":{ + "shape":"AuthorizedPrincipalIdentifiers", + "documentation":"The authorized principals of the subscription target.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the subscription target was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription target.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the subscription target exists.
" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The ID of the environment associated with the subscription target.
" + }, + "id":{ + "shape":"SubscriptionTargetId", + "documentation":"The ID of the subscription target.
" + }, + "manageAccessRole":{ + "shape":"String", + "documentation":"The manage access role with which the subscription target was created.
" + }, + "name":{ + "shape":"SubscriptionTargetName", + "documentation":"The name of the subscription target.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project associated with the subscription target.
" + }, + "provider":{ + "shape":"String", + "documentation":"The provider of the subscription target.
" + }, + "subscriptionTargetConfig":{ + "shape":"SubscriptionTargetForms", + "documentation":"The configuration of teh subscription target.
" + }, + "type":{ + "shape":"String", + "documentation":"The type of the subscription target.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription target was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription target.
" + } + } + }, + "GetTimeSeriesDataPointInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "entityIdentifier", + "entityType", + "formName", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "entityIdentifier":{ + "shape":"EntityIdentifier", + "documentation":"The ID of the asset for which you want to get the data point.
", + "location":"uri", + "locationName":"entityIdentifier" + }, + "entityType":{ + "shape":"TimeSeriesEntityType", + "documentation":"The type of the asset for which you want to get the data point.
", + "location":"uri", + "locationName":"entityType" + }, + "formName":{ + "shape":"TimeSeriesFormName", + "documentation":"The name of the time series form that houses the data point that you want to get.
", + "location":"querystring", + "locationName":"formName" + }, + "identifier":{ + "shape":"TimeSeriesDataPointIdentifier", + "documentation":"The ID of the data point that you want to get.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "GetTimeSeriesDataPointOutput":{ + "type":"structure", + "members":{ + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
" + }, + "entityId":{ + "shape":"EntityId", + "documentation":"The ID of the asset for which you want to get the data point.
" + }, + "entityType":{ + "shape":"TimeSeriesEntityType", + "documentation":"The type of the asset for which you want to get the data point.
" + }, + "form":{ + "shape":"TimeSeriesDataPointFormOutput", + "documentation":"The time series form that houses the data point that you want to get.
" + }, + "formName":{ + "shape":"TimeSeriesFormName", + "documentation":"The name of the time series form that houses the data point that you want to get.
" + } + } + }, + "GetUserProfileInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "userIdentifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"the ID of the Amazon DataZone domain the data portal of which you want to get.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "type":{ + "shape":"UserProfileType", + "documentation":"The type of the user profile.
", + "location":"querystring", + "locationName":"type" + }, + "userIdentifier":{ + "shape":"UserIdentifier", + "documentation":"The identifier of the user for which you want to get the user profile.
", + "location":"uri", + "locationName":"userIdentifier" + } + } + }, + "GetUserProfileOutput":{ + "type":"structure", + "members":{ + "details":{"shape":"UserProfileDetails"}, + "domainId":{ + "shape":"DomainId", + "documentation":"the identifier of the Amazon DataZone domain of which you want to get the user profile.
" + }, + "id":{ + "shape":"UserProfileId", + "documentation":"The identifier of the user profile.
" + }, + "status":{ + "shape":"UserProfileStatus", + "documentation":"The status of the user profile.
" + }, + "type":{ + "shape":"UserProfileType", + "documentation":"The type of the user profile.
" + } + } + }, + "GlossaryDescription":{ + "type":"string", + "max":4096, + "min":0, + "sensitive":true + }, + "GlossaryId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "GlossaryItem":{ + "type":"structure", + "required":[ + "domainId", + "id", + "name", + "owningProjectId", + "status" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the glossary was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the glossary.
" + }, + "description":{ + "shape":"GlossaryDescription", + "documentation":"The business glossary description.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the business glossary exists.
" + }, + "id":{ + "shape":"GlossaryId", + "documentation":"The identifier of the glossary.
" + }, + "name":{ + "shape":"GlossaryName", + "documentation":"The name of the glossary.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The identifier of the project that owns the business glosary.
" + }, + "status":{ + "shape":"GlossaryStatus", + "documentation":"The business glossary status.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the business glossary was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the business glossary.
" + } + }, + "documentation":"The details of a business glossary.
" + }, + "GlossaryName":{ + "type":"string", + "max":256, + "min":1, + "sensitive":true + }, + "GlossaryStatus":{ + "type":"string", + "enum":[ + "DISABLED", + "ENABLED" + ] + }, + "GlossaryTermId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "GlossaryTermItem":{ + "type":"structure", + "required":[ + "domainId", + "glossaryId", + "id", + "name", + "status" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when a business glossary term was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the business glossary.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the business glossary exists.
" + }, + "glossaryId":{ + "shape":"GlossaryId", + "documentation":"The identifier of the business glossary to which the term belongs.
" + }, + "id":{ + "shape":"GlossaryTermId", + "documentation":"The identifier of the business glossary term.
" + }, + "longDescription":{ + "shape":"LongDescription", + "documentation":"The long description of the business glossary term.
" + }, + "name":{ + "shape":"GlossaryTermName", + "documentation":"The name of the business glossary term.
" + }, + "shortDescription":{ + "shape":"ShortDescription", + "documentation":"The short description of the business glossary term.
" + }, + "status":{ + "shape":"GlossaryTermStatus", + "documentation":"The status of the business glossary term.
" + }, + "termRelations":{ + "shape":"TermRelations", + "documentation":"The relations of the business glossary term.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when a business glossary term was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the business glossary term.
" + } + }, + "documentation":"The details of a business glossary term.
" + }, + "GlossaryTermName":{ + "type":"string", + "max":256, + "min":1, + "sensitive":true + }, + "GlossaryTermStatus":{ + "type":"string", + "enum":[ + "ENABLED", + "DISABLED" + ] + }, + "GlossaryTerms":{ + "type":"list", + "member":{"shape":"GlossaryTermId"}, + "max":20, + "min":1 + }, + "GlueRunConfigurationInput":{ + "type":"structure", + "required":["relationalFilterConfigurations"], + "members":{ + "autoImportDataQualityResult":{ + "shape":"Boolean", + "documentation":"Specifies whether to automatically import data quality metrics as part of the data source run.
" + }, + "dataAccessRole":{ + "shape":"GlueRunConfigurationInputDataAccessRoleString", + "documentation":"The data access role included in the configuration details of the Amazon Web Services Glue data source.
" + }, + "relationalFilterConfigurations":{ + "shape":"RelationalFilterConfigurations", + "documentation":"The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.
" + } + }, + "documentation":"The configuration details of the Amazon Web Services Glue data source.
" + }, + "GlueRunConfigurationInputDataAccessRoleString":{ + "type":"string", + "pattern":"^arn:aws[^:]*:iam::\\d{12}:(role|role/service-role)/[\\w+=,.@-]{1,128}$" + }, + "GlueRunConfigurationOutput":{ + "type":"structure", + "required":["relationalFilterConfigurations"], + "members":{ + "accountId":{ + "shape":"GlueRunConfigurationOutputAccountIdString", + "documentation":"The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source.
" + }, + "autoImportDataQualityResult":{ + "shape":"Boolean", + "documentation":"Specifies whether to automatically import data quality metrics as part of the data source run.
" + }, + "dataAccessRole":{ + "shape":"GlueRunConfigurationOutputDataAccessRoleString", + "documentation":"The data access role included in the configuration details of the Amazon Web Services Glue data source.
" + }, + "region":{ + "shape":"GlueRunConfigurationOutputRegionString", + "documentation":"The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source.
" + }, + "relationalFilterConfigurations":{ + "shape":"RelationalFilterConfigurations", + "documentation":"The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.
" + } + }, + "documentation":"The configuration details of the Amazon Web Services Glue data source.
" + }, + "GlueRunConfigurationOutputAccountIdString":{ + "type":"string", + "max":12, + "min":12, + "pattern":"^\\d{12}$" + }, + "GlueRunConfigurationOutputDataAccessRoleString":{ + "type":"string", + "pattern":"^arn:aws[^:]*:iam::\\d{12}:(role|role/service-role)/[\\w+=,.@-]{1,128}$" + }, + "GlueRunConfigurationOutputRegionString":{ + "type":"string", + "max":16, + "min":4, + "pattern":"[a-z]{2}-?(iso|gov)?-{1}[a-z]*-{1}[0-9]" + }, + "GlueSelfGrantStatusOutput":{ + "type":"structure", + "required":["selfGrantStatusDetails"], + "members":{ + "selfGrantStatusDetails":{ + "shape":"SelfGrantStatusDetails", + "documentation":"The details for the self granting status for a Glue data source.
" + } + }, + "documentation":"The details of the self granting status.
" + }, + "GrantedEntity":{ + "type":"structure", + "members":{ + "listing":{ + "shape":"ListingRevision", + "documentation":"The listing for which a subscription is granted.
" + } + }, + "documentation":"The details of a listing for which a subscription is granted.
", + "union":true + }, + "GrantedEntityInput":{ + "type":"structure", + "members":{ + "listing":{ + "shape":"ListingRevisionInput", + "documentation":"The listing for which a subscription is to be granted.
" + } + }, + "documentation":"The details of a listing for which a subscription is to be granted.
", + "union":true + }, + "GreaterThanExpression":{ + "type":"structure", + "required":[ + "columnName", + "value" + ], + "members":{ + "columnName":{ + "shape":"String", + "documentation":"The name of the column.
" + }, + "value":{ + "shape":"String", + "documentation":"The value that might be greater than an expression.
" + } + }, + "documentation":"Specifies whether the value is greater than an expression.
" + }, + "GreaterThanOrEqualToExpression":{ + "type":"structure", + "required":[ + "columnName", + "value" + ], + "members":{ + "columnName":{ + "shape":"String", + "documentation":"The name of the column.
" + }, + "value":{ + "shape":"String", + "documentation":"The value that might be greater than or equal to an expression.
" + } + }, + "documentation":"Specifies whether the value is greater than or equal to an expression.
" + }, + "GroupDetails":{ + "type":"structure", + "required":["groupId"], + "members":{ + "groupId":{ + "shape":"String", + "documentation":"The identifier of the group in Amazon DataZone.
" + } + }, + "documentation":"The details of a group in Amazon DataZone.
" + }, + "GroupIdentifier":{ + "type":"string", + "pattern":"(^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$|[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\t\\n\\r ]+)" + }, + "GroupPolicyGrantPrincipal":{ + "type":"structure", + "members":{ + "groupIdentifier":{ + "shape":"GroupIdentifier", + "documentation":"The ID Of the group of the group principal.
" + } + }, + "documentation":"The group principal to whom the policy is granted.
", + "union":true + }, + "GroupProfileId":{ + "type":"string", + "pattern":"^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$" + }, + "GroupProfileName":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"^[a-zA-Z_0-9+=,.@-]+$", + "sensitive":true + }, + "GroupProfileStatus":{ + "type":"string", + "enum":[ + "ASSIGNED", + "NOT_ASSIGNED" + ] + }, + "GroupProfileSummaries":{ + "type":"list", + "member":{"shape":"GroupProfileSummary"} + }, + "GroupProfileSummary":{ + "type":"structure", + "members":{ + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain of a group profile.
" + }, + "groupName":{ + "shape":"GroupProfileName", + "documentation":"The group name of a group profile.
" + }, + "id":{ + "shape":"GroupProfileId", + "documentation":"The ID of a group profile.
" + }, + "status":{ + "shape":"GroupProfileStatus", + "documentation":"The status of a group profile.
" + } + }, + "documentation":"The details of a group profile.
" + }, + "GroupSearchText":{ + "type":"string", + "max":1024, + "min":0, + "sensitive":true + }, + "GroupSearchType":{ + "type":"string", + "enum":[ + "SSO_GROUP", + "DATAZONE_SSO_GROUP" + ] + }, + "IamUserProfileDetails":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"String", + "documentation":"The ARN of an IAM user profile in Amazon DataZone.
" + } + }, + "documentation":"The details of an IAM user profile in Amazon DataZone.
" + }, + "Import":{ + "type":"structure", + "required":[ + "name", + "revision" + ], + "members":{ + "name":{ + "shape":"FormTypeName", + "documentation":"The name of the import.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the import.
" + } + }, + "documentation":"The details of the import of the metadata form type.
" + }, + "ImportList":{ + "type":"list", + "member":{"shape":"Import"}, + "max":10, + "min":1 + }, + "InExpression":{ + "type":"structure", + "required":[ + "columnName", + "values" + ], + "members":{ + "columnName":{ + "shape":"String", + "documentation":"The name of the column.
" + }, + "values":{ + "shape":"StringList", + "documentation":"The values that might be in the expression.
" + } + }, + "documentation":"Specifies whether values are in the expression.
" + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalServerException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"The request has failed because of an unknown error, exception or failure.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "InventorySearchScope":{ + "type":"string", + "enum":[ + "ASSET", + "GLOSSARY", + "GLOSSARY_TERM", + "DATA_PRODUCT" + ] + }, + "IsNotNullExpression":{ + "type":"structure", + "required":["columnName"], + "members":{ + "columnName":{ + "shape":"String", + "documentation":"The name of the column.
" + } + }, + "documentation":"Specifies that the expression is not null.
" + }, + "IsNullExpression":{ + "type":"structure", + "required":["columnName"], + "members":{ + "columnName":{ + "shape":"String", + "documentation":"The name of the column.
" + } + }, + "documentation":"Specifies that the expression is null.
" + }, + "ItemGlossaryTerms":{ + "type":"list", + "member":{"shape":"GlossaryTermId"}, + "max":2, + "min":1 + }, + "KmsKeyArn":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$" + }, + "LakeFormationConfiguration":{ + "type":"structure", + "members":{ + "locationRegistrationExcludeS3Locations":{ + "shape":"S3LocationList", + "documentation":"Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.
" + }, + "locationRegistrationRole":{ + "shape":"RoleArn", + "documentation":"The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode.
" + } + }, + "documentation":"The Lake Formation configuration of the Data Lake blueprint.
" + }, + "LastName":{ + "type":"string", + "sensitive":true + }, + "LessThanExpression":{ + "type":"structure", + "required":[ + "columnName", + "value" + ], + "members":{ + "columnName":{ + "shape":"String", + "documentation":"The name of the column.
" + }, + "value":{ + "shape":"String", + "documentation":"The value that might be less than the expression.
" + } + }, + "documentation":"Specifies that a value is less than an expression.
" + }, + "LessThanOrEqualToExpression":{ + "type":"structure", + "required":[ + "columnName", + "value" + ], + "members":{ + "columnName":{ + "shape":"String", + "documentation":"The name of the column.
" + }, + "value":{ + "shape":"String", + "documentation":"The value that might be less than or equal to an expression.
" + } + }, + "documentation":"Specifies that a value is less than or equal to an expression.
" + }, + "LikeExpression":{ + "type":"structure", + "required":[ + "columnName", + "value" + ], + "members":{ + "columnName":{ + "shape":"String", + "documentation":"The name of the column.
" + }, + "value":{ + "shape":"String", + "documentation":"The value that might be like the expression.
" + } + }, + "documentation":"Specifies that a value is like the expression.
" + }, + "LineageEvent":{ + "type":"blob", + "max":300000, + "min":0, + "sensitive":true + }, + "LineageNodeId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "LineageNodeIdentifier":{ + "type":"string", + "max":2086, + "min":1 + }, + "LineageNodeReference":{ + "type":"structure", + "members":{ + "eventTimestamp":{ + "shape":"Timestamp", + "documentation":"The event timestamp of the data lineage node.
" + }, + "id":{ + "shape":"LineageNodeId", + "documentation":"The ID of the data lineage node.
" + } + }, + "documentation":"The reference details for the data lineage node.
" + }, + "LineageNodeReferenceList":{ + "type":"list", + "member":{"shape":"LineageNodeReference"}, + "max":100, + "min":0 + }, + "LineageNodeSummaries":{ + "type":"list", + "member":{"shape":"LineageNodeSummary"} + }, + "LineageNodeSummary":{ + "type":"structure", + "required":[ + "domainId", + "id", + "typeName" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the data lineage node was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the data lineage node.
" + }, + "description":{ + "shape":"String", + "documentation":"The description of the data lineage node.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain of the data lineage node.
" + }, + "eventTimestamp":{ + "shape":"Timestamp", + "documentation":"The event timestamp of the data lineage node.
" + }, + "id":{ + "shape":"LineageNodeId", + "documentation":"The ID of the data lineage node.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the data lineage node.
" + }, + "sourceIdentifier":{ + "shape":"String", + "documentation":"The alternate ID of the data lineage node.
" + }, + "typeName":{ + "shape":"String", + "documentation":"The name of the type of the data lineage node.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The type of the revision of the data lineage node.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp at which the data lineage node was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The user who updated the data lineage node.
" + } + }, + "documentation":"The summary of the data lineage node.
" + }, + "LineageNodeTypeItem":{ + "type":"structure", + "required":[ + "domainId", + "formsOutput", + "revision" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the data lineage node type was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the data lineage node type.
" + }, + "description":{ + "shape":"String", + "documentation":"The description of the data lineage node type.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where the data lineage node type lives.
" + }, + "formsOutput":{ + "shape":"FormsOutputMap", + "documentation":"The forms output of the data lineage node type.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the data lineage node type.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the data lineage node type.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp at which the data lineage node type was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The user who updated the data lineage node type.
" + } + }, + "documentation":"The details of a data lineage node type.
" + }, + "ListAssetFiltersInput":{ + "type":"structure", + "required":[ + "assetIdentifier", + "domainIdentifier" + ], + "members":{ + "assetIdentifier":{ + "shape":"AssetId", + "documentation":"The ID of the data asset.
", + "location":"uri", + "locationName":"assetIdentifier" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to list asset filters.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of asset filters to return in a single call to ListAssetFilters. When the number of asset filters to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListAssetFilters to list the next set of asset filters.
When the number of asset filters is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of asset filters, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAssetFilters to list the next set of asset filters.
The status of the asset filter.
", + "location":"querystring", + "locationName":"status" + } + } + }, + "ListAssetFiltersOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"AssetFilters", + "documentation":"The results of the ListAssetFilters action.
When the number of asset filters is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of asset filters, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAssetFilters to list the next set of asset filters.
The identifier of the domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"AssetIdentifier", + "documentation":"The identifier of the asset.
", + "location":"uri", + "locationName":"identifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of revisions to return in a single call to ListAssetRevisions. When the number of revisions to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListAssetRevisions to list the next set of revisions.
When the number of revisions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of revisions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAssetRevisions to list the next set of revisions.
The results of the ListAssetRevisions action.
When the number of revisions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of revisions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAssetRevisions to list the next set of revisions.
The ID of the domain of the data product revisions that you want to list.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"DataProductId", + "documentation":"The ID of the data product revision.
", + "location":"uri", + "locationName":"identifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of asset filters to return in a single call to ListDataProductRevisions. When the number of data product revisions to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDataProductRevisions to list the next set of data product revisions.
When the number of data product revisions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data product revisions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataProductRevisions to list the next set of data product revisions.
The results of the ListDataProductRevisions action.
When the number of data product revisions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data product revisions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataProductRevisions to list the next set of data product revisions.
The identifier of the Amazon DataZone domain in which to list data source run activities.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"DataSourceRunId", + "documentation":"The identifier of the data source run.
", + "location":"uri", + "locationName":"identifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of activities to return in a single call to ListDataSourceRunActivities. When the number of activities to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDataSourceRunActivities to list the next set of activities.
When the number of activities is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of activities, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataSourceRunActivities to list the next set of activities.
The status of the data source run.
", + "location":"querystring", + "locationName":"status" + } + } + }, + "ListDataSourceRunActivitiesOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"DataSourceRunActivities", + "documentation":"The results of the ListDataSourceRunActivities action.
When the number of activities is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of activities, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataSourceRunActivities to list the next set of activities.
The identifier of the data source.
", + "location":"uri", + "locationName":"dataSourceIdentifier" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which to invoke the ListDataSourceRuns action.
The maximum number of runs to return in a single call to ListDataSourceRuns. When the number of runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDataSourceRuns to list the next set of runs.
When the number of runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataSourceRuns to list the next set of runs.
The status of the data source.
", + "location":"querystring", + "locationName":"status" + } + } + }, + "ListDataSourceRunsOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"DataSourceRunSummaries", + "documentation":"The results of the ListDataSourceRuns action.
When the number of runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataSourceRuns to list the next set of runs.
The identifier of the Amazon DataZone domain in which to list the data sources.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"String", + "documentation":"The identifier of the environment in which to list the data sources.
", + "location":"querystring", + "locationName":"environmentIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of data sources to return in a single call to ListDataSources. When the number of data sources to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDataSources to list the next set of data sources.
The name of the data source.
", + "location":"querystring", + "locationName":"name" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of data sources is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data sources, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataSources to list the next set of data sources.
The identifier of the project in which to list data sources.
", + "location":"querystring", + "locationName":"projectIdentifier" + }, + "status":{ + "shape":"DataSourceStatus", + "documentation":"The status of the data source.
", + "location":"querystring", + "locationName":"status" + }, + "type":{ + "shape":"DataSourceType", + "documentation":"The type of the data source.
", + "location":"querystring", + "locationName":"type" + } + } + }, + "ListDataSourcesOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"DataSourceSummaries", + "documentation":"The results of the ListDataSources action.
When the number of data sources is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data sources, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataSources to list the next set of data sources.
The ID of the domain in which you want to list domain units for a parent domain unit.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "maxResults":{ + "shape":"MaxResultsForListDomains", + "documentation":"The maximum number of domain units to return in a single call to ListDomainUnitsForParent. When the number of domain units to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDomainUnitsForParent to list the next set of domain units.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of domain units is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of domain units, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDomainUnitsForParent to list the next set of domain units.
", + "location":"querystring", + "locationName":"nextToken" + }, + "parentDomainUnitIdentifier":{ + "shape":"DomainUnitId", + "documentation":"The ID of the parent domain unit.
", + "location":"querystring", + "locationName":"parentDomainUnitIdentifier" + } + } + }, + "ListDomainUnitsForParentOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"DomainUnitSummaries", + "documentation":"The results returned by this action.
" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of domain units is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of domain units, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDomainUnitsForParent to list the next set of domain units.
" + } + } + }, + "ListDomainsInput":{ + "type":"structure", + "members":{ + "maxResults":{ + "shape":"MaxResultsForListDomains", + "documentation":"The maximum number of domains to return in a single call to ListDomains. When the number of domains to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDomains to list the next set of domains.
When the number of domains is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of domains, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDomains to list the next set of domains.
The status of the data source.
", + "location":"querystring", + "locationName":"status" + } + } + }, + "ListDomainsOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"DomainSummaries", + "documentation":"The results of the ListDomains action.
When the number of domains is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of domains, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDomains to list the next set of domains.
The ID of the domain where you want to list entity owners.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "entityIdentifier":{ + "shape":"String", + "documentation":"The ID of the entity that you want to list.
", + "location":"uri", + "locationName":"entityIdentifier" + }, + "entityType":{ + "shape":"DataZoneEntityType", + "documentation":"The type of the entity that you want to list.
", + "location":"uri", + "locationName":"entityType" + }, + "maxResults":{ + "shape":"MaxResultsForListDomains", + "documentation":"The maximum number of entities to return in a single call to ListEntityOwners. When the number of entities to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEntityOwners to list the next set of entities.
When the number of entities is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of entities, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEntityOwners to list the next set of entities.
When the number of entities is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of entities, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEntityOwners to list the next set of entities.
The owners of the entity.
" + } + } + }, + "ListEnvironmentActionSummaries":{ + "type":"list", + "member":{"shape":"EnvironmentActionSummary"} + }, + "ListEnvironmentActionsInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the environment actions are listed.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The ID of the envrironment whose environment actions are listed.
", + "location":"uri", + "locationName":"environmentIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of environment actions to return in a single call to ListEnvironmentActions. When the number of environment actions to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentActions to list the next set of environment actions.
When the number of environment actions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environment actions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentActions to list the next set of environment actions.
The results of ListEnvironmentActions.
When the number of environment actions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environment actions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentActions to list the next set of environment actions.
The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of blueprint configurations to return in a single call to ListEnvironmentBlueprintConfigurations. When the number of configurations to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentBlueprintConfigurations to list the next set of configurations.
When the number of blueprint configurations is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of configurations, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentBlueprintConfigurations to list the next set of configurations.
The results of the ListEnvironmentBlueprintConfigurations action.
When the number of blueprint configurations is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of configurations, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentBlueprintConfigurations to list the next set of configurations.
The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "managed":{ + "shape":"Boolean", + "documentation":"Specifies whether the environment blueprint is managed by Amazon DataZone.
", + "location":"querystring", + "locationName":"managed" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of blueprints to return in a single call to ListEnvironmentBlueprints. When the number of blueprints to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentBlueprints to list the next set of blueprints.
The name of the Amazon DataZone environment.
", + "location":"querystring", + "locationName":"name" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of blueprints in the environment is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of blueprints in the environment, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentBlueprintsto list the next set of blueprints.
The results of the ListEnvironmentBlueprints action.
When the number of blueprints in the environment is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of blueprints in the environment, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentBlueprintsto list the next set of blueprints.
The identifier of the Amazon Web Services account where you want to list environment profiles.
", + "location":"querystring", + "locationName":"awsAccountId" + }, + "awsAccountRegion":{ + "shape":"AwsRegion", + "documentation":"The Amazon Web Services region where you want to list environment profiles.
", + "location":"querystring", + "locationName":"awsAccountRegion" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentBlueprintIdentifier":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The identifier of the blueprint that was used to create the environment profiles that you want to list.
", + "location":"querystring", + "locationName":"environmentBlueprintIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of environment profiles to return in a single call to ListEnvironmentProfiles. When the number of environment profiles to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentProfiles to list the next set of environment profiles.
When the number of environment profiles is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environment profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentProfiles to list the next set of environment profiles.
The identifier of the Amazon DataZone project.
", + "location":"querystring", + "locationName":"projectIdentifier" + } + } + }, + "ListEnvironmentProfilesOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"EnvironmentProfileSummaries", + "documentation":"The results of the ListEnvironmentProfiles action.
When the number of environment profiles is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environment profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentProfiles to list the next set of environment profiles.
The identifier of the Amazon Web Services account where you want to list environments.
", + "location":"querystring", + "locationName":"awsAccountId" + }, + "awsAccountRegion":{ + "shape":"AwsRegion", + "documentation":"The Amazon Web Services region where you want to list environments.
", + "location":"querystring", + "locationName":"awsAccountRegion" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentBlueprintIdentifier":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The identifier of the Amazon DataZone blueprint.
", + "location":"querystring", + "locationName":"environmentBlueprintIdentifier" + }, + "environmentProfileIdentifier":{ + "shape":"EnvironmentProfileId", + "documentation":"The identifier of the environment profile.
", + "location":"querystring", + "locationName":"environmentProfileIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of environments to return in a single call to ListEnvironments. When the number of environments to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironments to list the next set of environments.
The name of the environment.
", + "location":"querystring", + "locationName":"name" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of environments is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environments, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironments to list the next set of environments.
The identifier of the Amazon DataZone project.
", + "location":"querystring", + "locationName":"projectIdentifier" + }, + "provider":{ + "shape":"String", + "documentation":"The provider of the environment.
", + "location":"querystring", + "locationName":"provider" + }, + "status":{ + "shape":"EnvironmentStatus", + "documentation":"The status of the environments that you want to list.
", + "location":"querystring", + "locationName":"status" + } + } + }, + "ListEnvironmentsOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"EnvironmentSummaries", + "documentation":"The results of the ListEnvironments action.
When the number of environments is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environments, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironments to list the next set of environments.
The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction is UPSTREAM, the ListLineageNodeHistory API responds with historical versions with upstream neighbors only.
The ID of the domain where you want to list the history of the specified data lineage node.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "eventTimestampGTE":{ + "shape":"Timestamp", + "documentation":"Specifies whether the action is to return data lineage node history from the time after the event timestamp.
", + "location":"querystring", + "locationName":"timestampGTE" + }, + "eventTimestampLTE":{ + "shape":"Timestamp", + "documentation":"Specifies whether the action is to return data lineage node history from the time prior of the event timestamp.
", + "location":"querystring", + "locationName":"timestampLTE" + }, + "identifier":{ + "shape":"LineageNodeIdentifier", + "documentation":"The ID of the data lineage node whose history you want to list.
", + "location":"uri", + "locationName":"identifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of history items to return in a single call to ListLineageNodeHistory. When the number of memberships to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListLineageNodeHistory to list the next set of items.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of history items is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.
", + "location":"querystring", + "locationName":"nextToken" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"The order by which you want data lineage node history to be sorted.
", + "location":"querystring", + "locationName":"sortOrder" + } + } + }, + "ListLineageNodeHistoryOutput":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of history items is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.
" + }, + "nodes":{ + "shape":"LineageNodeSummaries", + "documentation":"The nodes returned by the ListLineageNodeHistory action.
" + } + } + }, + "ListMetadataGenerationRunsInput":{ + "type":"structure", + "required":["domainIdentifier"], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain where you want to list metadata generation runs.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns. When the number of metadata generation runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.
", + "location":"querystring", + "locationName":"nextToken" + }, + "status":{ + "shape":"MetadataGenerationRunStatus", + "documentation":"The status of the metadata generation runs.
", + "location":"querystring", + "locationName":"status" + }, + "type":{ + "shape":"MetadataGenerationRunType", + "documentation":"The type of the metadata generation runs.
", + "location":"querystring", + "locationName":"type" + } + } + }, + "ListMetadataGenerationRunsOutput":{ + "type":"structure", + "members":{ + "items":{ + "shape":"MetadataGenerationRuns", + "documentation":"The results of the ListMetadataGenerationRuns action.
" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.
" + } + } + }, + "ListNotificationsInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "type" + ], + "members":{ + "afterTimestamp":{ + "shape":"Timestamp", + "documentation":"The time after which you want to list notifications.
", + "location":"querystring", + "locationName":"afterTimestamp" + }, + "beforeTimestamp":{ + "shape":"Timestamp", + "documentation":"The time before which you want to list notifications.
", + "location":"querystring", + "locationName":"beforeTimestamp" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of notifications to return in a single call to ListNotifications. When the number of notifications to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListNotifications to list the next set of notifications.
When the number of notifications is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of notifications, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListNotifications to list the next set of notifications.
The subjects of notifications.
", + "location":"querystring", + "locationName":"subjects" + }, + "taskStatus":{ + "shape":"TaskStatus", + "documentation":"The task status of notifications.
", + "location":"querystring", + "locationName":"taskStatus" + }, + "type":{ + "shape":"NotificationType", + "documentation":"The type of notifications.
", + "location":"querystring", + "locationName":"type" + } + } + }, + "ListNotificationsOutput":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of notifications is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of notifications, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListNotifications to list the next set of notifications.
The results of the ListNotifications action.
The ID of the domain where you want to list policy grants.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "entityIdentifier":{ + "shape":"String", + "documentation":"The ID of the entity for which you want to list policy grants.
", + "location":"uri", + "locationName":"entityIdentifier" + }, + "entityType":{ + "shape":"TargetEntityType", + "documentation":"The type of entity for which you want to list policy grants.
", + "location":"uri", + "locationName":"entityType" + }, + "maxResults":{ + "shape":"MaxResultsForListDomains", + "documentation":"The maximum number of grants to return in a single call to ListPolicyGrants. When the number of grants to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListPolicyGrants to list the next set of grants.
When the number of grants is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of grants, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListPolicyGrants to list the next set of grants.
The type of policy that you want to list.
", + "location":"querystring", + "locationName":"policyType" + } + } + }, + "ListPolicyGrantsOutput":{ + "type":"structure", + "required":["grantList"], + "members":{ + "grantList":{ + "shape":"PolicyGrantList", + "documentation":"The results of this action - the listed grants.
" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of grants is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of grants, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListPolicyGrants to list the next set of grants.
The identifier of the Amazon DataZone domain in which you want to list project memberships.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of memberships to return in a single call to ListProjectMemberships. When the number of memberships to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListProjectMemberships to list the next set of memberships.
When the number of memberships is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of memberships, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjectMemberships to list the next set of memberships.
The identifier of the project whose memberships you want to list.
", + "location":"uri", + "locationName":"projectIdentifier" + }, + "sortBy":{ + "shape":"SortFieldProject", + "documentation":"The method by which you want to sort the project memberships.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"The sort order of the project memberships.
", + "location":"querystring", + "locationName":"sortOrder" + } + } + }, + "ListProjectMembershipsOutput":{ + "type":"structure", + "required":["members"], + "members":{ + "members":{ + "shape":"ProjectMembers", + "documentation":"The members of the project.
" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of memberships is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of memberships, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjectMemberships to list the next set of memberships.
The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "groupIdentifier":{ + "shape":"String", + "documentation":"The identifier of a group.
", + "location":"querystring", + "locationName":"groupIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of projects to return in a single call to ListProjects. When the number of projects to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListProjects to list the next set of projects.
The name of the project.
", + "location":"querystring", + "locationName":"name" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of projects is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of projects, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjects to list the next set of projects.
The identifier of the Amazon DataZone user.
", + "location":"querystring", + "locationName":"userIdentifier" + } + } + }, + "ListProjectsOutput":{ + "type":"structure", + "members":{ + "items":{ + "shape":"ProjectSummaries", + "documentation":"The results of the ListProjects action.
When the number of projects is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of projects, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjects to list the next set of projects.
The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The identifier of the Amazon DataZone environment.
", + "location":"querystring", + "locationName":"environmentId" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of subscription grants to return in a single call to ListSubscriptionGrants. When the number of subscription grants to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListSubscriptionGrants to list the next set of subscription grants.
When the number of subscription grants is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscription grants, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionGrants to list the next set of subscription grants.
The ID of the owning project of the subscription grants.
", + "location":"querystring", + "locationName":"owningProjectId" + }, + "sortBy":{ + "shape":"SortKey", + "documentation":"Specifies the way of sorting the results of this action.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"Specifies the sort order of this action.
", + "location":"querystring", + "locationName":"sortOrder" + }, + "subscribedListingId":{ + "shape":"ListingId", + "documentation":"The identifier of the subscribed listing.
", + "location":"querystring", + "locationName":"subscribedListingId" + }, + "subscriptionId":{ + "shape":"SubscriptionId", + "documentation":"The identifier of the subscription.
", + "location":"querystring", + "locationName":"subscriptionId" + }, + "subscriptionTargetId":{ + "shape":"SubscriptionTargetId", + "documentation":"The identifier of the subscription target.
", + "location":"querystring", + "locationName":"subscriptionTargetId" + } + } + }, + "ListSubscriptionGrantsOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"SubscriptionGrants", + "documentation":"The results of the ListSubscriptionGrants action.
When the number of subscription grants is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscription grants, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionGrants to list the next set of subscription grants.
The identifier of the subscription request approver's project.
", + "location":"querystring", + "locationName":"approverProjectId" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of subscription requests to return in a single call to ListSubscriptionRequests. When the number of subscription requests to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListSubscriptionRequests to list the next set of subscription requests.
When the number of subscription requests is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscription requests, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionRequests to list the next set of subscription requests.
The identifier of the project for the subscription requests.
", + "location":"querystring", + "locationName":"owningProjectId" + }, + "sortBy":{ + "shape":"SortKey", + "documentation":"Specifies the way to sort the results of this action.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"Specifies the sort order for the results of this action.
", + "location":"querystring", + "locationName":"sortOrder" + }, + "status":{ + "shape":"SubscriptionRequestStatus", + "documentation":"Specifies the status of the subscription requests.
This is not a required parameter, but if not specified, by default, Amazon DataZone returns only PENDING subscription requests.
The identifier of the subscribed listing.
", + "location":"querystring", + "locationName":"subscribedListingId" + } + } + }, + "ListSubscriptionRequestsOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"SubscriptionRequests", + "documentation":"The results of the ListSubscriptionRequests action.
When the number of subscription requests is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscription requests, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionRequests to list the next set of subscription requests.
The identifier of the Amazon DataZone domain where you want to list subscription targets.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The identifier of the environment where you want to list subscription targets.
", + "location":"uri", + "locationName":"environmentIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of subscription targets to return in a single call to ListSubscriptionTargets. When the number of subscription targets to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListSubscriptionTargets to list the next set of subscription targets.
When the number of subscription targets is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscription targets, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionTargets to list the next set of subscription targets.
Specifies the way in which the results of this action are to be sorted.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"Specifies the sort order for the results of this action.
", + "location":"querystring", + "locationName":"sortOrder" + } + } + }, + "ListSubscriptionTargetsOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"SubscriptionTargets", + "documentation":"The results of the ListSubscriptionTargets action.
When the number of subscription targets is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscription targets, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionTargets to list the next set of subscription targets.
The identifier of the project for the subscription's approver.
", + "location":"querystring", + "locationName":"approverProjectId" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of subscriptions to return in a single call to ListSubscriptions. When the number of subscriptions to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListSubscriptions to list the next set of Subscriptions.
When the number of subscriptions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscriptions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptions to list the next set of subscriptions.
The identifier of the owning project.
", + "location":"querystring", + "locationName":"owningProjectId" + }, + "sortBy":{ + "shape":"SortKey", + "documentation":"Specifies the way in which the results of this action are to be sorted.
", + "location":"querystring", + "locationName":"sortBy" + }, + "sortOrder":{ + "shape":"SortOrder", + "documentation":"Specifies the sort order for the results of this action.
", + "location":"querystring", + "locationName":"sortOrder" + }, + "status":{ + "shape":"SubscriptionStatus", + "documentation":"The status of the subscriptions that you want to list.
This is not a required parameter, but if not provided, by default, Amazon DataZone returns only APPROVED subscriptions.
The identifier of the subscribed listing for the subscriptions that you want to list.
", + "location":"querystring", + "locationName":"subscribedListingId" + }, + "subscriptionRequestIdentifier":{ + "shape":"SubscriptionRequestId", + "documentation":"The identifier of the subscription request for the subscriptions that you want to list.
", + "location":"querystring", + "locationName":"subscriptionRequestIdentifier" + } + } + }, + "ListSubscriptionsOutput":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"Subscriptions", + "documentation":"The results of the ListSubscriptions action.
When the number of subscriptions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscriptions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptions to list the next set of subscriptions.
The ARN of the resource whose tags you want to list.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "tags":{ + "shape":"Tags", + "documentation":"The tags of the specified resource.
" + } + } + }, + "ListTimeSeriesDataPointsInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "entityIdentifier", + "entityType", + "formName" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "endedAt":{ + "shape":"Timestamp", + "documentation":"The timestamp at which the data points that you wanted to list ended.
", + "location":"querystring", + "locationName":"endedAt" + }, + "entityIdentifier":{ + "shape":"EntityIdentifier", + "documentation":"The ID of the asset for which you want to list data points.
", + "location":"uri", + "locationName":"entityIdentifier" + }, + "entityType":{ + "shape":"TimeSeriesEntityType", + "documentation":"The type of the asset for which you want to list data points.
", + "location":"uri", + "locationName":"entityType" + }, + "formName":{ + "shape":"TimeSeriesFormName", + "documentation":"The name of the time series data points form.
", + "location":"querystring", + "locationName":"formName" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of data points to return in a single call to ListTimeSeriesDataPoints. When the number of data points to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of data points is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data points, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
", + "location":"querystring", + "locationName":"nextToken" + }, + "startedAt":{ + "shape":"Timestamp", + "documentation":"The timestamp at which the data points that you want to list started.
", + "location":"querystring", + "locationName":"startedAt" + } + } + }, + "ListTimeSeriesDataPointsOutput":{ + "type":"structure", + "members":{ + "items":{ + "shape":"TimeSeriesDataPointSummaryFormOutputList", + "documentation":"The results of the ListTimeSeriesDataPoints action.
" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"When the number of data points is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data points, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
" + } + } + }, + "ListingId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "ListingItem":{ + "type":"structure", + "members":{ + "assetListing":{ + "shape":"AssetListing", + "documentation":"An asset published in an Amazon DataZone catalog.
" + }, + "dataProductListing":{ + "shape":"DataProductListing", + "documentation":"The data product listing.
" + } + }, + "documentation":"The details of a listing (aka asset published in a Amazon DataZone catalog).
", + "union":true + }, + "ListingName":{ + "type":"string", + "max":64, + "min":1 + }, + "ListingRevision":{ + "type":"structure", + "required":[ + "id", + "revision" + ], + "members":{ + "id":{ + "shape":"ListingId", + "documentation":"An identifier of a revision of an asset published in a Amazon DataZone catalog.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The details of a revision of an asset published in a Amazon DataZone catalog.
" + } + }, + "documentation":"A revision of an asset published in a Amazon DataZone catalog.
" + }, + "ListingRevisionInput":{ + "type":"structure", + "required":[ + "identifier", + "revision" + ], + "members":{ + "identifier":{ + "shape":"ListingId", + "documentation":"An identifier of revision to be made to an asset published in a Amazon DataZone catalog.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The details of a revision to be made to an asset published in a Amazon DataZone catalog.
" + } + }, + "documentation":"A revision to be made to an asset published in a Amazon DataZone catalog.
" + }, + "ListingStatus":{ + "type":"string", + "enum":[ + "CREATING", + "ACTIVE", + "INACTIVE" + ] + }, + "ListingSummaries":{ + "type":"list", + "member":{"shape":"ListingSummary"} + }, + "ListingSummary":{ + "type":"structure", + "members":{ + "glossaryTerms":{ + "shape":"DetailedGlossaryTerms", + "documentation":"The glossary terms of the data product.
" + }, + "listingId":{ + "shape":"ListingId", + "documentation":"The ID of the data product listing.
" + }, + "listingRevision":{ + "shape":"Revision", + "documentation":"The revision of the data product listing.
" + } + }, + "documentation":"The summary of the listing of the data product.
" + }, + "ListingSummaryItem":{ + "type":"structure", + "members":{ + "glossaryTerms":{ + "shape":"DetailedGlossaryTerms", + "documentation":"The glossary terms of the data product listing.
" + }, + "listingId":{ + "shape":"ListingId", + "documentation":"The ID of the data product listing.
" + }, + "listingRevision":{ + "shape":"Revision", + "documentation":"The revision of the data product listing.
" + } + }, + "documentation":"The results of the data product summary.
" + }, + "ListingSummaryItems":{ + "type":"list", + "member":{"shape":"ListingSummaryItem"} + }, + "LongDescription":{ + "type":"string", + "max":4096, + "min":0, + "sensitive":true + }, + "ManagedPolicyType":{ + "type":"string", + "enum":[ + "CREATE_DOMAIN_UNIT", + "OVERRIDE_DOMAIN_UNIT_OWNERS", + "ADD_TO_PROJECT_MEMBER_POOL", + "OVERRIDE_PROJECT_OWNERS", + "CREATE_GLOSSARY", + "CREATE_FORM_TYPE", + "CREATE_ASSET_TYPE", + "CREATE_PROJECT", + "CREATE_ENVIRONMENT_PROFILE", + "DELEGATE_CREATE_ENVIRONMENT_PROFILE", + "CREATE_ENVIRONMENT" + ] + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":50, + "min":1 + }, + "MaxResultsForListDomains":{ + "type":"integer", + "box":true, + "max":25, + "min":1 + }, + "Member":{ + "type":"structure", + "members":{ + "groupIdentifier":{ + "shape":"String", + "documentation":"The ID of the group of a project member.
" + }, + "userIdentifier":{ + "shape":"String", + "documentation":"The user ID of a project member.
" + } + }, + "documentation":"The details about a project member.
", + "union":true + }, + "MemberDetails":{ + "type":"structure", + "members":{ + "group":{ + "shape":"GroupDetails", + "documentation":"The group details of a project member.
" + }, + "user":{ + "shape":"UserDetails", + "documentation":"The user details of a project member.
" + } + }, + "documentation":"The details about a project member.
", + "union":true + }, + "Message":{ + "type":"string", + "max":16384, + "min":0, + "sensitive":true + }, + "MetadataGenerationRunIdentifier":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "MetadataGenerationRunItem":{ + "type":"structure", + "required":[ + "domainId", + "id", + "owningProjectId" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the metadata generation run was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the metadata generation run.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the metadata generation run was created.
" + }, + "id":{ + "shape":"MetadataGenerationRunIdentifier", + "documentation":"The ID of the metadata generation run.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project that owns the asset for which the metadata generation was ran.
" + }, + "status":{ + "shape":"MetadataGenerationRunStatus", + "documentation":"The status of the metadata generation run.
" + }, + "target":{ + "shape":"MetadataGenerationRunTarget", + "documentation":"The asset for which metadata was generated.
" + }, + "type":{ + "shape":"MetadataGenerationRunType", + "documentation":"The type of the metadata generation run.
" + } + }, + "documentation":"The metadata generation run.
" + }, + "MetadataGenerationRunStatus":{ + "type":"string", + "enum":[ + "SUBMITTED", + "IN_PROGRESS", + "CANCELED", + "SUCCEEDED", + "FAILED" + ] + }, + "MetadataGenerationRunTarget":{ + "type":"structure", + "required":[ + "identifier", + "type" + ], + "members":{ + "identifier":{ + "shape":"String", + "documentation":"The ID of the metadata generation run's target.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the asset for which metadata was generated.
" + }, + "type":{ + "shape":"MetadataGenerationTargetType", + "documentation":"The type of the asset for which metadata was generated.
" + } + }, + "documentation":"The asset for which metadata was generated.
" + }, + "MetadataGenerationRunType":{ + "type":"string", + "enum":["BUSINESS_DESCRIPTIONS"] + }, + "MetadataGenerationRuns":{ + "type":"list", + "member":{"shape":"MetadataGenerationRunItem"} + }, + "MetadataGenerationTargetType":{ + "type":"string", + "enum":["ASSET"] + }, + "MetadataMap":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "Model":{ + "type":"structure", + "members":{ + "smithy":{ + "shape":"Smithy", + "documentation":"Indicates the smithy model of the API.
" + } + }, + "documentation":"The model of the API.
", + "sensitive":true, + "union":true + }, + "Name":{ + "type":"string", + "max":256, + "min":1, + "sensitive":true + }, + "NotEqualToExpression":{ + "type":"structure", + "required":[ + "columnName", + "value" + ], + "members":{ + "columnName":{ + "shape":"String", + "documentation":"The name of the column.
" + }, + "value":{ + "shape":"String", + "documentation":"The value that might not be equal to the expression.
" + } + }, + "documentation":"Specifies that a value is not equal to the expression.
" + }, + "NotInExpression":{ + "type":"structure", + "required":[ + "columnName", + "values" + ], + "members":{ + "columnName":{ + "shape":"String", + "documentation":"The name of the column.
" + }, + "values":{ + "shape":"StringList", + "documentation":"The value that might not be in the expression.
" + } + }, + "documentation":"Specifies that a value is not in the expression.
" + }, + "NotLikeExpression":{ + "type":"structure", + "required":[ + "columnName", + "value" + ], + "members":{ + "columnName":{ + "shape":"String", + "documentation":"The name of the column.
" + }, + "value":{ + "shape":"String", + "documentation":"The value that might not be like the expression.
" + } + }, + "documentation":"Specifies that a value might be not like the expression.
" + }, + "NotificationOutput":{ + "type":"structure", + "required":[ + "actionLink", + "creationTimestamp", + "domainIdentifier", + "identifier", + "lastUpdatedTimestamp", + "message", + "title", + "topic", + "type" + ], + "members":{ + "actionLink":{ + "shape":"ActionLink", + "documentation":"The action link included in the notification.
" + }, + "creationTimestamp":{ + "shape":"Timestamp", + "documentation":"The timestamp of when a notification was created.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of a Amazon DataZone domain in which the notification exists.
" + }, + "identifier":{ + "shape":"TaskId", + "documentation":"The identifier of the notification.
" + }, + "lastUpdatedTimestamp":{ + "shape":"Timestamp", + "documentation":"The timestamp of when the notification was last updated.
" + }, + "message":{ + "shape":"Message", + "documentation":"The message included in the notification.
" + }, + "metadata":{ + "shape":"MetadataMap", + "documentation":"The metadata included in the notification.
" + }, + "status":{ + "shape":"TaskStatus", + "documentation":"The status included in the notification.
" + }, + "title":{ + "shape":"Title", + "documentation":"The title of the notification.
" + }, + "topic":{ + "shape":"Topic", + "documentation":"The topic of the notification.
" + }, + "type":{ + "shape":"NotificationType", + "documentation":"The type of the notification.
" + } + }, + "documentation":"The details of a notification generated in Amazon DataZone.
" + }, + "NotificationResource":{ + "type":"structure", + "required":[ + "id", + "type" + ], + "members":{ + "id":{ + "shape":"String", + "documentation":"The ID of the resource mentioned in a notification.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the resource mentioned in a notification.
" + }, + "type":{ + "shape":"NotificationResourceType", + "documentation":"The type of the resource mentioned in a notification.
" + } + }, + "documentation":"The details of the resource mentioned in a notification.
" + }, + "NotificationResourceType":{ + "type":"string", + "enum":["PROJECT"] + }, + "NotificationRole":{ + "type":"string", + "enum":[ + "PROJECT_OWNER", + "PROJECT_CONTRIBUTOR", + "PROJECT_VIEWER", + "DOMAIN_OWNER", + "PROJECT_SUBSCRIBER" + ] + }, + "NotificationSubjects":{ + "type":"list", + "member":{"shape":"String"} + }, + "NotificationType":{ + "type":"string", + "enum":[ + "TASK", + "EVENT" + ] + }, + "NotificationsList":{ + "type":"list", + "member":{"shape":"NotificationOutput"} + }, + "OverrideDomainUnitOwnersPolicyGrantDetail":{ + "type":"structure", + "members":{ + "includeChildDomainUnits":{ + "shape":"Boolean", + "documentation":"Specifies whether the policy is inherited by child domain units.
" + } + }, + "documentation":"The grant details of the override domain unit owners policy.
" + }, + "OverrideProjectOwnersPolicyGrantDetail":{ + "type":"structure", + "members":{ + "includeChildDomainUnits":{ + "shape":"Boolean", + "documentation":"Specifies whether the policy is inherited by child domain units.
" + } + }, + "documentation":"The details of the override project owners policy grant.
" + }, + "OwnerGroupProperties":{ + "type":"structure", + "required":["groupIdentifier"], + "members":{ + "groupIdentifier":{ + "shape":"GroupIdentifier", + "documentation":"The ID of the domain unit owners group.
" + } + }, + "documentation":"The properties of the domain unit owners group.
" + }, + "OwnerGroupPropertiesOutput":{ + "type":"structure", + "members":{ + "groupId":{ + "shape":"String", + "documentation":"The ID of the domain unit owners group.
" + } + }, + "documentation":"The properties of the domain unit owners group.
" + }, + "OwnerProperties":{ + "type":"structure", + "members":{ + "group":{ + "shape":"OwnerGroupProperties", + "documentation":"Specifies that the domain unit owner is a group.
" + }, + "user":{ + "shape":"OwnerUserProperties", + "documentation":"Specifies that the domain unit owner is a user.
" + } + }, + "documentation":"The properties of a domain unit's owner.
", + "union":true + }, + "OwnerPropertiesOutput":{ + "type":"structure", + "members":{ + "group":{ + "shape":"OwnerGroupPropertiesOutput", + "documentation":"Specifies that the domain unit owner is a group.
" + }, + "user":{ + "shape":"OwnerUserPropertiesOutput", + "documentation":"Specifies that the domain unit owner is a user.
" + } + }, + "documentation":"The ID of the domain unit owners group.
", + "union":true + }, + "OwnerUserProperties":{ + "type":"structure", + "required":["userIdentifier"], + "members":{ + "userIdentifier":{ + "shape":"UserIdentifier", + "documentation":"The ID of the owner user.
" + } + }, + "documentation":"The properties of the owner user.
" + }, + "OwnerUserPropertiesOutput":{ + "type":"structure", + "members":{ + "userId":{ + "shape":"String", + "documentation":"The ID of the owner user.
" + } + }, + "documentation":"The properties of the owner user.
" + }, + "PaginationToken":{ + "type":"string", + "max":8192, + "min":1 + }, + "PolicyGrantDetail":{ + "type":"structure", + "members":{ + "addToProjectMemberPool":{ + "shape":"AddToProjectMemberPoolPolicyGrantDetail", + "documentation":"Specifies that the policy grant is to be added to the members of the project.
" + }, + "createAssetType":{ + "shape":"CreateAssetTypePolicyGrantDetail", + "documentation":"Specifies that this is a create asset type policy.
" + }, + "createDomainUnit":{ + "shape":"CreateDomainUnitPolicyGrantDetail", + "documentation":"Specifies that this is a create domain unit policy.
" + }, + "createEnvironment":{ + "shape":"Unit", + "documentation":"Specifies that this is a create environment policy.
" + }, + "createEnvironmentProfile":{ + "shape":"CreateEnvironmentProfilePolicyGrantDetail", + "documentation":"Specifies that this is a create environment profile policy.
" + }, + "createFormType":{ + "shape":"CreateFormTypePolicyGrantDetail", + "documentation":"Specifies that this is a create form type policy.
" + }, + "createGlossary":{ + "shape":"CreateGlossaryPolicyGrantDetail", + "documentation":"Specifies that this is a create glossary policy.
" + }, + "createProject":{ + "shape":"CreateProjectPolicyGrantDetail", + "documentation":"Specifies that this is a create project policy.
" + }, + "delegateCreateEnvironmentProfile":{ + "shape":"Unit", + "documentation":"Specifies that this is the delegation of the create environment profile policy.
" + }, + "overrideDomainUnitOwners":{ + "shape":"OverrideDomainUnitOwnersPolicyGrantDetail", + "documentation":"Specifies whether to override domain unit owners.
" + }, + "overrideProjectOwners":{ + "shape":"OverrideProjectOwnersPolicyGrantDetail", + "documentation":"Specifies whether to override project owners.
" + } + }, + "documentation":"The details of the policy grant.
", + "union":true + }, + "PolicyGrantList":{ + "type":"list", + "member":{"shape":"PolicyGrantMember"} + }, + "PolicyGrantMember":{ + "type":"structure", + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"Specifies the timestamp at which policy grant member was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"Specifies the user who created the policy grant member.
" + }, + "detail":{ + "shape":"PolicyGrantDetail", + "documentation":"The details of the policy grant member.
" + }, + "principal":{ + "shape":"PolicyGrantPrincipal", + "documentation":"The principal of the policy grant member.
" + } + }, + "documentation":"A member of the policy grant list.
" + }, + "PolicyGrantPrincipal":{ + "type":"structure", + "members":{ + "domainUnit":{ + "shape":"DomainUnitPolicyGrantPrincipal", + "documentation":"The domain unit of the policy grant principal.
" + }, + "group":{ + "shape":"GroupPolicyGrantPrincipal", + "documentation":"The group of the policy grant principal.
" + }, + "project":{ + "shape":"ProjectPolicyGrantPrincipal", + "documentation":"The project of the policy grant principal.
" + }, + "user":{ + "shape":"UserPolicyGrantPrincipal", + "documentation":"The user of the policy grant principal.
" + } + }, + "documentation":"The policy grant principal.
", + "union":true + }, + "PostLineageEventInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "event" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true, + "location":"querystring", + "locationName":"clientToken" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to post a data lineage event.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "event":{ + "shape":"LineageEvent", + "documentation":"The data lineage event that you want to post. Only open-lineage run event are supported as events.
" + } + }, + "payload":"event" + }, + "PostLineageEventOutput":{ + "type":"structure", + "members":{ + } + }, + "PostTimeSeriesDataPointsInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "entityIdentifier", + "entityType", + "forms" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which you want to post time series data points.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "entityIdentifier":{ + "shape":"EntityIdentifier", + "documentation":"The ID of the asset for which you want to post time series data points.
", + "location":"uri", + "locationName":"entityIdentifier" + }, + "entityType":{ + "shape":"TimeSeriesEntityType", + "documentation":"The type of the asset for which you want to post data points.
", + "location":"uri", + "locationName":"entityType" + }, + "forms":{ + "shape":"TimeSeriesDataPointFormInputList", + "documentation":"The forms that contain the data points that you want to post.
" + } + } + }, + "PostTimeSeriesDataPointsOutput":{ + "type":"structure", + "members":{ + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which you want to post time series data points.
" + }, + "entityId":{ + "shape":"EntityId", + "documentation":"The ID of the asset for which you want to post time series data points.
" + }, + "entityType":{ + "shape":"TimeSeriesEntityType", + "documentation":"The type of the asset for which you want to post data points.
" + }, + "forms":{ + "shape":"TimeSeriesDataPointFormOutputList", + "documentation":"The forms that contain the data points that you have posted.
" + } + } + }, + "PredictionChoices":{ + "type":"list", + "member":{"shape":"Integer"} + }, + "PredictionConfiguration":{ + "type":"structure", + "members":{ + "businessNameGeneration":{ + "shape":"BusinessNameGenerationConfiguration", + "documentation":"The business name generation mechanism.
" + } + }, + "documentation":"The configuration of the prediction.
" + }, + "ProjectDeletionError":{ + "type":"structure", + "members":{ + "code":{ + "shape":"String", + "documentation":"The code of the project deletion error.
" + }, + "message":{ + "shape":"String", + "documentation":"The message of the project deletion error.
" + } + }, + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "ProjectDesignation":{ + "type":"string", + "enum":[ + "OWNER", + "CONTRIBUTOR" + ] + }, + "ProjectGrantFilter":{ + "type":"structure", + "members":{ + "domainUnitFilter":{ + "shape":"DomainUnitFilterForProject", + "documentation":"The domain unit filter of the project grant filter.
" + } + }, + "documentation":"The project grant filter.
", + "union":true + }, + "ProjectId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "ProjectMember":{ + "type":"structure", + "required":[ + "designation", + "memberDetails" + ], + "members":{ + "designation":{ + "shape":"UserDesignation", + "documentation":"The designated role of a project member.
" + }, + "memberDetails":{ + "shape":"MemberDetails", + "documentation":"The membership details of a project member.
" + } + }, + "documentation":"The details of a project member.
" + }, + "ProjectMembers":{ + "type":"list", + "member":{"shape":"ProjectMember"} + }, + "ProjectName":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^[\\w -]+$", + "sensitive":true + }, + "ProjectPolicyGrantPrincipal":{ + "type":"structure", + "required":["projectDesignation"], + "members":{ + "projectDesignation":{ + "shape":"ProjectDesignation", + "documentation":"The project designation of the project policy grant principal.
" + }, + "projectGrantFilter":{ + "shape":"ProjectGrantFilter", + "documentation":"The project grant filter of the project policy grant principal.
" + }, + "projectIdentifier":{ + "shape":"ProjectId", + "documentation":"The project ID of the project policy grant principal.
" + } + }, + "documentation":"The project policy grant principal.
" + }, + "ProjectStatus":{ + "type":"string", + "enum":[ + "ACTIVE", + "DELETING", + "DELETE_FAILED" + ] + }, + "ProjectSummaries":{ + "type":"list", + "member":{"shape":"ProjectSummary"} + }, + "ProjectSummary":{ + "type":"structure", + "required":[ + "createdBy", + "domainId", + "id", + "name" + ], + "members":{ + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when a project was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the project.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of a project.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of a Amazon DataZone domain where the project exists.
" + }, + "domainUnitId":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit.
" + }, + "failureReasons":{ + "shape":"FailureReasons", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "id":{ + "shape":"ProjectId", + "documentation":"The identifier of a project.
" + }, + "name":{ + "shape":"ProjectName", + "documentation":"The name of a project.
" + }, + "projectStatus":{ + "shape":"ProjectStatus", + "documentation":"The status of the project.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the project was updated.
" + } + }, + "documentation":"The details of a Amazon DataZone project.
" + }, + "ProvisioningConfiguration":{ + "type":"structure", + "members":{ + "lakeFormationConfiguration":{ + "shape":"LakeFormationConfiguration", + "documentation":"The Lake Formation configuration of the Data Lake blueprint.
" + } + }, + "documentation":"The provisioning configuration of the blueprint.
", + "union":true + }, + "ProvisioningConfigurationList":{ + "type":"list", + "member":{"shape":"ProvisioningConfiguration"} + }, + "ProvisioningProperties":{ + "type":"structure", + "members":{ + "cloudFormation":{ + "shape":"CloudFormationProperties", + "documentation":"The cloud formation properties included as part of the provisioning properties of an environment blueprint.
" + } + }, + "documentation":"The provisioning properties of an environment blueprint.
", + "union":true + }, + "PutEnvironmentBlueprintConfigurationInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "enabledRegions", + "environmentBlueprintIdentifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "enabledRegions":{ + "shape":"EnabledRegionList", + "documentation":"Specifies the enabled Amazon Web Services Regions.
" + }, + "environmentBlueprintIdentifier":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The identifier of the environment blueprint.
", + "location":"uri", + "locationName":"environmentBlueprintIdentifier" + }, + "manageAccessRoleArn":{ + "shape":"RoleArn", + "documentation":"The ARN of the manage access role.
" + }, + "provisioningConfigurations":{ + "shape":"ProvisioningConfigurationList", + "documentation":"The provisioning configuration of a blueprint.
" + }, + "provisioningRoleArn":{ + "shape":"RoleArn", + "documentation":"The ARN of the provisioning role.
" + }, + "regionalParameters":{ + "shape":"RegionalParameterMap", + "documentation":"The regional parameters in the environment blueprint.
" + } + } + }, + "PutEnvironmentBlueprintConfigurationOutput":{ + "type":"structure", + "required":[ + "domainId", + "environmentBlueprintId" + ], + "members":{ + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the environment blueprint was created.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain.
" + }, + "enabledRegions":{ + "shape":"EnabledRegionList", + "documentation":"Specifies the enabled Amazon Web Services Regions.
" + }, + "environmentBlueprintId":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The identifier of the environment blueprint.
" + }, + "manageAccessRoleArn":{ + "shape":"RoleArn", + "documentation":"The ARN of the manage access role.
" + }, + "provisioningConfigurations":{ + "shape":"ProvisioningConfigurationList", + "documentation":"The provisioning configuration of a blueprint.
" + }, + "provisioningRoleArn":{ + "shape":"RoleArn", + "documentation":"The ARN of the provisioning role.
" + }, + "regionalParameters":{ + "shape":"RegionalParameterMap", + "documentation":"The regional parameters in the environment blueprint.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the environment blueprint was updated.
" + } + } + }, + "RecommendationConfiguration":{ + "type":"structure", + "members":{ + "enableBusinessNameGeneration":{ + "shape":"Boolean", + "documentation":"Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.
" + } + }, + "documentation":"The recommendation to be updated as part of the UpdateDataSource action.
The name of an Amazon Redshift cluster.
" + } + }, + "documentation":"The details of the Amazon Redshift cluster storage.
" + }, + "RedshiftClusterStorageClusterNameString":{ + "type":"string", + "max":63, + "min":1, + "pattern":"^[0-9a-z].[a-z0-9\\-]*$" + }, + "RedshiftCredentialConfiguration":{ + "type":"structure", + "required":["secretManagerArn"], + "members":{ + "secretManagerArn":{ + "shape":"RedshiftCredentialConfigurationSecretManagerArnString", + "documentation":"The ARN of a secret manager for an Amazon Redshift cluster.
" + } + }, + "documentation":"The details of the credentials required to access an Amazon Redshift cluster.
" + }, + "RedshiftCredentialConfigurationSecretManagerArnString":{ + "type":"string", + "max":256, + "min":0, + "pattern":"^arn:aws[^:]*:secretsmanager:[a-z]{2}-?(iso|gov)?-{1}[a-z]*-{1}[0-9]:\\d{12}:secret:.*$" + }, + "RedshiftRunConfigurationInput":{ + "type":"structure", + "required":[ + "redshiftCredentialConfiguration", + "redshiftStorage", + "relationalFilterConfigurations" + ], + "members":{ + "dataAccessRole":{ + "shape":"RedshiftRunConfigurationInputDataAccessRoleString", + "documentation":"The data access role included in the configuration details of the Amazon Redshift data source.
" + }, + "redshiftCredentialConfiguration":{"shape":"RedshiftCredentialConfiguration"}, + "redshiftStorage":{"shape":"RedshiftStorage"}, + "relationalFilterConfigurations":{ + "shape":"RelationalFilterConfigurations", + "documentation":"The relational filger configurations included in the configuration details of the Amazon Redshift data source.
" + } + }, + "documentation":"The configuration details of the Amazon Redshift data source.
" + }, + "RedshiftRunConfigurationInputDataAccessRoleString":{ + "type":"string", + "pattern":"^arn:aws[^:]*:iam::\\d{12}:(role|role/service-role)/[\\w+=,.@-]{1,128}$" + }, + "RedshiftRunConfigurationOutput":{ + "type":"structure", + "required":[ + "redshiftCredentialConfiguration", + "redshiftStorage", + "relationalFilterConfigurations" + ], + "members":{ + "accountId":{ + "shape":"RedshiftRunConfigurationOutputAccountIdString", + "documentation":"The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.
" + }, + "dataAccessRole":{ + "shape":"RedshiftRunConfigurationOutputDataAccessRoleString", + "documentation":"The data access role included in the configuration details of the Amazon Redshift data source.
" + }, + "redshiftCredentialConfiguration":{"shape":"RedshiftCredentialConfiguration"}, + "redshiftStorage":{"shape":"RedshiftStorage"}, + "region":{ + "shape":"RedshiftRunConfigurationOutputRegionString", + "documentation":"The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.
" + }, + "relationalFilterConfigurations":{ + "shape":"RelationalFilterConfigurations", + "documentation":"The relational filger configurations included in the configuration details of the Amazon Redshift data source.
" + } + }, + "documentation":"The configuration details of the Amazon Redshift data source.
" + }, + "RedshiftRunConfigurationOutputAccountIdString":{ + "type":"string", + "max":12, + "min":12, + "pattern":"^\\d{12}$" + }, + "RedshiftRunConfigurationOutputDataAccessRoleString":{ + "type":"string", + "pattern":"^arn:aws[^:]*:iam::\\d{12}:(role|role/service-role)/[\\w+=,.@-]{1,128}$" + }, + "RedshiftRunConfigurationOutputRegionString":{ + "type":"string", + "max":16, + "min":4, + "pattern":"[a-z]{2}-?(iso|gov)?-{1}[a-z]*-{1}[0-9]" + }, + "RedshiftSelfGrantStatusOutput":{ + "type":"structure", + "required":["selfGrantStatusDetails"], + "members":{ + "selfGrantStatusDetails":{ + "shape":"SelfGrantStatusDetails", + "documentation":"The details for the self granting status for an Amazon Redshift data source.
" + } + }, + "documentation":"The details for the self granting status for an Amazon Redshift data source.
" + }, + "RedshiftServerlessStorage":{ + "type":"structure", + "required":["workgroupName"], + "members":{ + "workgroupName":{ + "shape":"RedshiftServerlessStorageWorkgroupNameString", + "documentation":"The name of the Amazon Redshift Serverless workgroup.
" + } + }, + "documentation":"The details of the Amazon Redshift Serverless workgroup storage.
" + }, + "RedshiftServerlessStorageWorkgroupNameString":{ + "type":"string", + "max":64, + "min":3, + "pattern":"^[a-z0-9-]+$" + }, + "RedshiftStorage":{ + "type":"structure", + "members":{ + "redshiftClusterSource":{ + "shape":"RedshiftClusterStorage", + "documentation":"The details of the Amazon Redshift cluster source.
" + }, + "redshiftServerlessSource":{ + "shape":"RedshiftServerlessStorage", + "documentation":"The details of the Amazon Redshift Serverless workgroup source.
" + } + }, + "documentation":"The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
", + "union":true + }, + "RegionName":{ + "type":"string", + "max":16, + "min":4, + "pattern":"^[a-z]{2}-?(iso|gov)?-{1}[a-z]*-{1}[0-9]$" + }, + "RegionalParameter":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "RegionalParameterMap":{ + "type":"map", + "key":{"shape":"RegionName"}, + "value":{"shape":"RegionalParameter"} + }, + "RejectChoice":{ + "type":"structure", + "required":["predictionTarget"], + "members":{ + "predictionChoices":{ + "shape":"PredictionChoices", + "documentation":"Specifies the the automatically generated business metadata that can be rejected.
" + }, + "predictionTarget":{ + "shape":"String", + "documentation":"Specifies the target (for example, a column name) where a prediction can be rejected.
" + } + }, + "documentation":"The details of the automatically generated business metadata that is rejected.
" + }, + "RejectChoices":{ + "type":"list", + "member":{"shape":"RejectChoice"} + }, + "RejectPredictionsInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"AssetIdentifier", + "documentation":"The identifier of the prediction.
", + "location":"uri", + "locationName":"identifier" + }, + "rejectChoices":{ + "shape":"RejectChoices", + "documentation":"Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected.
" + }, + "rejectRule":{ + "shape":"RejectRule", + "documentation":"Specifies the rule (or the conditions) under which a prediction can be rejected.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision that is to be made to the asset.
", + "location":"querystring", + "locationName":"revision" + } + } + }, + "RejectPredictionsOutput":{ + "type":"structure", + "required":[ + "assetId", + "assetRevision", + "domainId" + ], + "members":{ + "assetId":{ + "shape":"AssetId", + "documentation":"The ID of the asset.
" + }, + "assetRevision":{ + "shape":"Revision", + "documentation":"The revision that is to be made to the asset.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain.
" + } + } + }, + "RejectRule":{ + "type":"structure", + "members":{ + "rule":{ + "shape":"RejectRuleBehavior", + "documentation":"Specifies whether you want to reject the top prediction for all targets or none.
" + }, + "threshold":{ + "shape":"Float", + "documentation":"The confidence score that specifies the condition at which a prediction can be rejected.
" + } + }, + "documentation":"Specifies the rule and the threshold under which a prediction can be rejected.
" + }, + "RejectRuleBehavior":{ + "type":"string", + "enum":[ + "ALL", + "NONE" + ] + }, + "RejectSubscriptionRequestInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "decisionComment":{ + "shape":"DecisionComment", + "documentation":"The decision comment of the rejected subscription request.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the subscription request was rejected.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"SubscriptionRequestId", + "documentation":"The identifier of the subscription request that was rejected.
", + "location":"uri", + "locationName":"identifier" + } + } + }, + "RejectSubscriptionRequestOutput":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "id", + "requestReason", + "status", + "subscribedListings", + "subscribedPrincipals", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the subscription request was rejected.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The timestamp of when the subscription request was rejected.
" + }, + "decisionComment":{ + "shape":"DecisionComment", + "documentation":"The decision comment of the rejected subscription request.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the subscription request was rejected.
" + }, + "id":{ + "shape":"SubscriptionRequestId", + "documentation":"The identifier of the subscription request that was rejected.
" + }, + "requestReason":{ + "shape":"RequestReason", + "documentation":"The reason for the subscription request.
" + }, + "reviewerId":{ + "shape":"String", + "documentation":"The identifier of the subscription request reviewer.
" + }, + "status":{ + "shape":"SubscriptionRequestStatus", + "documentation":"The status of the subscription request.
" + }, + "subscribedListings":{ + "shape":"RejectSubscriptionRequestOutputSubscribedListingsList", + "documentation":"The subscribed listings of the subscription request.
" + }, + "subscribedPrincipals":{ + "shape":"RejectSubscriptionRequestOutputSubscribedPrincipalsList", + "documentation":"The subscribed principals of the subscription request.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription request was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription request.
" + } + } + }, + "RejectSubscriptionRequestOutputSubscribedListingsList":{ + "type":"list", + "member":{"shape":"SubscribedListing"}, + "max":1, + "min":1 + }, + "RejectSubscriptionRequestOutputSubscribedPrincipalsList":{ + "type":"list", + "member":{"shape":"SubscribedPrincipal"}, + "max":1, + "min":1 + }, + "RelationalFilterConfiguration":{ + "type":"structure", + "required":["databaseName"], + "members":{ + "databaseName":{ + "shape":"RelationalFilterConfigurationDatabaseNameString", + "documentation":"The database name specified in the relational filter configuration for the data source.
" + }, + "filterExpressions":{ + "shape":"FilterExpressions", + "documentation":"The filter expressions specified in the relational filter configuration for the data source.
" + }, + "schemaName":{ + "shape":"RelationalFilterConfigurationSchemaNameString", + "documentation":"The schema name specified in the relational filter configuration for the data source.
" + } + }, + "documentation":"The relational filter configuration for the data source.
" + }, + "RelationalFilterConfigurationDatabaseNameString":{ + "type":"string", + "max":128, + "min":1 + }, + "RelationalFilterConfigurationSchemaNameString":{ + "type":"string", + "max":128, + "min":1 + }, + "RelationalFilterConfigurations":{ + "type":"list", + "member":{"shape":"RelationalFilterConfiguration"} + }, + "RemoveEntityOwnerInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "entityIdentifier", + "entityType", + "owner" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to remove an owner from an entity.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "entityIdentifier":{ + "shape":"String", + "documentation":"The ID of the entity from which you want to remove an owner.
", + "location":"uri", + "locationName":"entityIdentifier" + }, + "entityType":{ + "shape":"DataZoneEntityType", + "documentation":"The type of the entity from which you want to remove an owner.
", + "location":"uri", + "locationName":"entityType" + }, + "owner":{ + "shape":"OwnerProperties", + "documentation":"The owner that you want to remove from an entity.
" + } + } + }, + "RemoveEntityOwnerOutput":{ + "type":"structure", + "members":{ + } + }, + "RemovePolicyGrantInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "entityIdentifier", + "entityType", + "policyType", + "principal" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to remove a policy grant.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "entityIdentifier":{ + "shape":"String", + "documentation":"The ID of the entity from which you want to remove a policy grant.
", + "location":"uri", + "locationName":"entityIdentifier" + }, + "entityType":{ + "shape":"TargetEntityType", + "documentation":"The type of the entity from which you want to remove a policy grant.
", + "location":"uri", + "locationName":"entityType" + }, + "policyType":{ + "shape":"ManagedPolicyType", + "documentation":"The type of the policy that you want to remove.
" + }, + "principal":{ + "shape":"PolicyGrantPrincipal", + "documentation":"The principal from which you want to remove a policy grant.
" + } + } + }, + "RemovePolicyGrantOutput":{ + "type":"structure", + "members":{ + } + }, + "RequestReason":{ + "type":"string", + "max":4096, + "min":1, + "sensitive":true + }, + "Resource":{ + "type":"structure", + "required":[ + "type", + "value" + ], + "members":{ + "name":{ + "shape":"String", + "documentation":"The name of a provisioned resource of this Amazon DataZone environment.
" + }, + "provider":{ + "shape":"String", + "documentation":"The provider of a provisioned resource of this Amazon DataZone environment.
" + }, + "type":{ + "shape":"String", + "documentation":"The type of a provisioned resource of this Amazon DataZone environment.
" + }, + "value":{ + "shape":"String", + "documentation":"The value of a provisioned resource of this Amazon DataZone environment.
" + } + }, + "documentation":"The details of a provisioned resource of this Amazon DataZone environment.
" + }, + "ResourceList":{ + "type":"list", + "member":{"shape":"Resource"} + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"The specified resource cannot be found.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "Revision":{ + "type":"string", + "max":64, + "min":1 + }, + "RevokeSubscriptionInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain where you want to revoke a subscription.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"SubscriptionId", + "documentation":"The identifier of the revoked subscription.
", + "location":"uri", + "locationName":"identifier" + }, + "retainPermissions":{ + "shape":"Boolean", + "documentation":"Specifies whether permissions are retained when the subscription is revoked.
" + } + } + }, + "RevokeSubscriptionOutput":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "id", + "status", + "subscribedListing", + "subscribedPrincipal", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the subscription was revoked.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The identifier of the user who revoked the subscription.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain where you want to revoke a subscription.
" + }, + "id":{ + "shape":"SubscriptionId", + "documentation":"The identifier of the revoked subscription.
" + }, + "retainPermissions":{ + "shape":"Boolean", + "documentation":"Specifies whether permissions are retained when the subscription is revoked.
" + }, + "status":{ + "shape":"SubscriptionStatus", + "documentation":"The status of the revoked subscription.
" + }, + "subscribedListing":{ + "shape":"SubscribedListing", + "documentation":"The subscribed listing of the revoked subscription.
" + }, + "subscribedPrincipal":{ + "shape":"SubscribedPrincipal", + "documentation":"The subscribed principal of the revoked subscription.
" + }, + "subscriptionRequestId":{ + "shape":"SubscriptionRequestId", + "documentation":"The identifier of the subscription request for the revoked subscription.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription was revoked.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who revoked the subscription.
" + } + } + }, + "RoleArn":{ + "type":"string", + "pattern":"^arn:aws[^:]*:iam::\\d{12}:(role|role/service-role)/[\\w+=,.@-]*$" + }, + "RowFilter":{ + "type":"structure", + "members":{ + "and":{ + "shape":"RowFilterList", + "documentation":"The 'and' clause of the row filter.
" + }, + "expression":{ + "shape":"RowFilterExpression", + "documentation":"The expression of the row filter.
" + }, + "or":{ + "shape":"RowFilterList", + "documentation":"The 'or' clause of the row filter.
" + } + }, + "documentation":"The row filter.
", + "union":true + }, + "RowFilterConfiguration":{ + "type":"structure", + "required":["rowFilter"], + "members":{ + "rowFilter":{ + "shape":"RowFilter", + "documentation":"The row filter.
" + }, + "sensitive":{ + "shape":"Boolean", + "documentation":"Specifies whether the row filter is sensitive.
" + } + }, + "documentation":"The row filter configuration details.
" + }, + "RowFilterExpression":{ + "type":"structure", + "members":{ + "equalTo":{ + "shape":"EqualToExpression", + "documentation":"The 'equal to' clause of the row filter expression.
" + }, + "greaterThan":{ + "shape":"GreaterThanExpression", + "documentation":"The 'greater than' clause of the row filter expression.
" + }, + "greaterThanOrEqualTo":{ + "shape":"GreaterThanOrEqualToExpression", + "documentation":"The 'greater than or equal to' clause of the filter expression.
" + }, + "in":{ + "shape":"InExpression", + "documentation":"The 'in' clause of the row filter expression.
" + }, + "isNotNull":{ + "shape":"IsNotNullExpression", + "documentation":"The 'is not null' clause of the row filter expression.
" + }, + "isNull":{ + "shape":"IsNullExpression", + "documentation":"The 'is null' clause of the row filter expression.
" + }, + "lessThan":{ + "shape":"LessThanExpression", + "documentation":"The 'less than' clause of the row filter expression.
" + }, + "lessThanOrEqualTo":{ + "shape":"LessThanOrEqualToExpression", + "documentation":"The 'less than or equal to' clause of the row filter expression.
" + }, + "like":{ + "shape":"LikeExpression", + "documentation":"The 'like' clause of the row filter expression.
" + }, + "notEqualTo":{ + "shape":"NotEqualToExpression", + "documentation":"The 'no equal to' clause of the row filter expression.
" + }, + "notIn":{ + "shape":"NotInExpression", + "documentation":"The 'not in' clause of the row filter expression.
" + }, + "notLike":{ + "shape":"NotLikeExpression", + "documentation":"The 'not like' clause of the row filter expression.
" + } + }, + "documentation":"The row filter expression.
", + "union":true + }, + "RowFilterList":{ + "type":"list", + "member":{"shape":"RowFilter"} + }, + "RunStatisticsForAssets":{ + "type":"structure", + "members":{ + "added":{ + "shape":"Integer", + "documentation":"The added statistic for the data source run.
The failed statistic for the data source run.
The skipped statistic for the data source run.
The unchanged statistic for the data source run.
The updated statistic for the data source run.
The asset statistics from the data source run.
" + }, + "S3Location":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"^s3://.+$" + }, + "S3LocationList":{ + "type":"list", + "member":{"shape":"S3Location"}, + "max":20, + "min":0 + }, + "ScheduleConfiguration":{ + "type":"structure", + "members":{ + "schedule":{ + "shape":"CronString", + "documentation":"The schedule of the data source runs.
" + }, + "timezone":{ + "shape":"Timezone", + "documentation":"The timezone of the data source run.
" + } + }, + "documentation":"The details of the schedule of the data source runs.
", + "sensitive":true + }, + "SearchGroupProfilesInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "groupType" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which you want to search group profiles.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "groupType":{ + "shape":"GroupSearchType", + "documentation":"The group type for which to search.
" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in a single call to SearchGroupProfiles. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to SearchGroupProfiles to list the next set of results.
When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchGroupProfiles to list the next set of results.
Specifies the text for which to search.
" + } + } + }, + "SearchGroupProfilesOutput":{ + "type":"structure", + "members":{ + "items":{ + "shape":"GroupProfileSummaries", + "documentation":"The results of the SearchGroupProfiles action.
When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchGroupProfiles to list the next set of results.
The search attribute.
" + } + }, + "documentation":"The details of the search.
" + }, + "SearchInList":{ + "type":"list", + "member":{"shape":"SearchInItem"}, + "max":10, + "min":1 + }, + "SearchInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "searchScope" + ], + "members":{ + "additionalAttributes":{ + "shape":"SearchOutputAdditionalAttributes", + "documentation":"Specifies additional attributes for the Search action.
The identifier of the Amazon DataZone domain.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "filters":{ + "shape":"FilterClause", + "documentation":"Specifies the search filters.
" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in a single call to Search. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to Search to list the next set of results.
When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to Search to list the next set of results.
The identifier of the owning project specified for the search.
" + }, + "searchIn":{ + "shape":"SearchInList", + "documentation":"The details of the search.
" + }, + "searchScope":{ + "shape":"InventorySearchScope", + "documentation":"The scope of the search.
" + }, + "searchText":{ + "shape":"SearchText", + "documentation":"Specifies the text for which to search.
" + }, + "sort":{ + "shape":"SearchSort", + "documentation":"Specifies the way in which the search results are to be sorted.
" + } + } + }, + "SearchInventoryResultItem":{ + "type":"structure", + "members":{ + "assetItem":{ + "shape":"AssetItem", + "documentation":"The asset item included in the search results.
" + }, + "dataProductItem":{ + "shape":"DataProductResultItem", + "documentation":"The data product.
" + }, + "glossaryItem":{ + "shape":"GlossaryItem", + "documentation":"The glossary item included in the search results.
" + }, + "glossaryTermItem":{ + "shape":"GlossaryTermItem", + "documentation":"The glossary term item included in the search results.
" + } + }, + "documentation":"The details of the search results.
", + "union":true + }, + "SearchInventoryResultItems":{ + "type":"list", + "member":{"shape":"SearchInventoryResultItem"} + }, + "SearchListingsInput":{ + "type":"structure", + "required":["domainIdentifier"], + "members":{ + "additionalAttributes":{ + "shape":"SearchOutputAdditionalAttributes", + "documentation":"Specifies additional attributes for the search.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the domain in which to search listings.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "filters":{ + "shape":"FilterClause", + "documentation":"Specifies the filters for the search of listings.
" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in a single call to SearchListings. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to SearchListings to list the next set of results.
When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchListings to list the next set of results.
The details of the search.
" + }, + "searchText":{ + "shape":"String", + "documentation":"Specifies the text for which to search.
" + }, + "sort":{ + "shape":"SearchSort", + "documentation":"Specifies the way for sorting the search results.
" + } + } + }, + "SearchListingsOutput":{ + "type":"structure", + "members":{ + "items":{ + "shape":"SearchResultItems", + "documentation":"The results of the SearchListings action.
When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchListings to list the next set of results.
Total number of search results.
" + } + } + }, + "SearchOutput":{ + "type":"structure", + "members":{ + "items":{ + "shape":"SearchInventoryResultItems", + "documentation":"The results of the Search action.
When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to Search to list the next set of results.
Total number of search results.
" + } + } + }, + "SearchOutputAdditionalAttribute":{ + "type":"string", + "enum":[ + "FORMS", + "TIME_SERIES_DATA_POINT_FORMS" + ] + }, + "SearchOutputAdditionalAttributes":{ + "type":"list", + "member":{"shape":"SearchOutputAdditionalAttribute"} + }, + "SearchResultItem":{ + "type":"structure", + "members":{ + "assetListing":{ + "shape":"AssetListingItem", + "documentation":"The asset listing included in the results of the SearchListings action.
The data product listing.
" + } + }, + "documentation":"The details of the results of the SearchListings action.
The attribute detail of the way to sort search results.
" + }, + "order":{ + "shape":"SortOrder", + "documentation":"The order detail of the wya to sort search results.
" + } + }, + "documentation":"The details of the way to sort search results.
" + }, + "SearchText":{ + "type":"string", + "max":4096, + "min":1 + }, + "SearchTypesInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "managed", + "searchScope" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which to invoke the SearchTypes action.
The filters for the SearchTypes action.
Specifies whether the search is managed.
" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in a single call to SearchTypes. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to SearchTypes to list the next set of results.
When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchTypes to list the next set of results.
The details of the search.
" + }, + "searchScope":{ + "shape":"TypesSearchScope", + "documentation":"Specifies the scope of the search for types.
" + }, + "searchText":{ + "shape":"SearchText", + "documentation":"Specifies the text for which to search.
" + }, + "sort":{ + "shape":"SearchSort", + "documentation":"The specifies the way to sort the SearchTypes results.
The results of the SearchTypes action.
When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchTypes to list the next set of results.
Total number of search results.
" + } + } + }, + "SearchTypesResultItem":{ + "type":"structure", + "members":{ + "assetTypeItem":{ + "shape":"AssetTypeItem", + "documentation":"The asset type included in the results of the SearchTypes action.
The form type included in the results of the SearchTypes action.
The details of a data lineage node type.
" + } + }, + "documentation":"The details of the results of the SearchTypes action.
The identifier of the Amazon DataZone domain in which you want to search user profiles.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return in a single call to SearchUserProfiles. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to SearchUserProfiles to list the next set of results.
When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchUserProfiles to list the next set of results.
Specifies the text for which to search.
" + }, + "userType":{ + "shape":"UserSearchType", + "documentation":"Specifies the user type for the SearchUserProfiles action.
The results of the SearchUserProfiles action.
When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchUserProfiles to list the next set of results.
The name of the database used for the data source.
" + }, + "failureCause":{ + "shape":"String", + "documentation":"The reason for why the operation failed.
" + }, + "schemaName":{ + "shape":"SelfGrantStatusDetailSchemaNameString", + "documentation":"The name of the schema used in the data source.
" + }, + "status":{ + "shape":"SelfGrantStatus", + "documentation":"The self granting status of the data source.
" + } + }, + "documentation":"The details for the self granting status.
" + }, + "SelfGrantStatusDetailDatabaseNameString":{ + "type":"string", + "max":128, + "min":1 + }, + "SelfGrantStatusDetailSchemaNameString":{ + "type":"string", + "max":128, + "min":1 + }, + "SelfGrantStatusDetails":{ + "type":"list", + "member":{"shape":"SelfGrantStatusDetail"} + }, + "SelfGrantStatusOutput":{ + "type":"structure", + "members":{ + "glueSelfGrantStatus":{ + "shape":"GlueSelfGrantStatusOutput", + "documentation":"The details for the self granting status for a Glue data source.
" + }, + "redshiftSelfGrantStatus":{ + "shape":"RedshiftSelfGrantStatusOutput", + "documentation":"The details for the self granting status for an Amazon Redshift data source.
" + } + }, + "documentation":"The details for the self granting status for a data source.
", + "union":true + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"The request has exceeded the specified service quota.
", + "error":{ + "httpStatusCode":402, + "senderFault":true + }, + "exception":true + }, + "ShortDescription":{ + "type":"string", + "max":1024, + "min":0, + "sensitive":true + }, + "SingleSignOn":{ + "type":"structure", + "members":{ + "type":{ + "shape":"AuthType", + "documentation":"The type of single sign-on in Amazon DataZone.
" + }, + "userAssignment":{ + "shape":"UserAssignment", + "documentation":"The single sign-on user assignment in Amazon DataZone.
" + } + }, + "documentation":"The single sign-on details in Amazon DataZone.
" + }, + "Smithy":{ + "type":"string", + "max":100000, + "min":1 + }, + "SortFieldProject":{ + "type":"string", + "enum":["NAME"] + }, + "SortKey":{ + "type":"string", + "enum":[ + "CREATED_AT", + "UPDATED_AT" + ] + }, + "SortOrder":{ + "type":"string", + "enum":[ + "ASCENDING", + "DESCENDING" + ] + }, + "SsoUserProfileDetails":{ + "type":"structure", + "members":{ + "firstName":{ + "shape":"FirstName", + "documentation":"The first name included in the single sign-on details of the user profile.
" + }, + "lastName":{ + "shape":"LastName", + "documentation":"The last name included in the single sign-on details of the user profile.
" + }, + "username":{ + "shape":"UserProfileName", + "documentation":"The username included in the single sign-on details of the user profile.
" + } + }, + "documentation":"The single sign-on details of the user profile.
" + }, + "StartDataSourceRunInput":{ + "type":"structure", + "required":[ + "dataSourceIdentifier", + "domainIdentifier" + ], + "members":{ + "clientToken":{ + "shape":"String", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "dataSourceIdentifier":{ + "shape":"DataSourceId", + "documentation":"The identifier of the data source.
", + "location":"uri", + "locationName":"dataSourceIdentifier" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which to start a data source run.
", + "location":"uri", + "locationName":"domainIdentifier" + } + } + }, + "StartDataSourceRunOutput":{ + "type":"structure", + "required":[ + "createdAt", + "dataSourceId", + "domainId", + "id", + "projectId", + "status", + "type", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when data source run was created.
" + }, + "dataSourceConfigurationSnapshot":{ + "shape":"String", + "documentation":"The configuration snapshot of the data source that is being run.
" + }, + "dataSourceId":{ + "shape":"DataSourceId", + "documentation":"The identifier of the data source.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which to start a data source run.
" + }, + "errorMessage":{ + "shape":"DataSourceErrorMessage", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "id":{ + "shape":"DataSourceRunId", + "documentation":"The identifier of the data source run.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The identifier of the project.
" + }, + "runStatisticsForAssets":{ + "shape":"RunStatisticsForAssets", + "documentation":"Specifies run statistics for assets.
" + }, + "startedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when the data source run was started.
" + }, + "status":{ + "shape":"DataSourceRunStatus", + "documentation":"The status of the data source run.
" + }, + "stoppedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when the data source run was stopped.
" + }, + "type":{ + "shape":"DataSourceRunType", + "documentation":"The type of the data source run.
" + }, + "updatedAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when the data source run was updated.
" + } + } + }, + "StartMetadataGenerationRunInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "owningProjectIdentifier", + "target", + "type" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
", + "idempotencyToken":true + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain where you want to start a metadata generation run.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "owningProjectIdentifier":{ + "shape":"ProjectId", + "documentation":"The ID of the project that owns the asset for which you want to start a metadata generation run.
" + }, + "target":{ + "shape":"MetadataGenerationRunTarget", + "documentation":"The asset for which you want to start a metadata generation run.
" + }, + "type":{ + "shape":"MetadataGenerationRunType", + "documentation":"The type of the metadata generation run.
" + } + } + }, + "StartMetadataGenerationRunOutput":{ + "type":"structure", + "required":[ + "domainId", + "id" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the metadata generation run was started.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The ID of the user who started the metadata generation run.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain in which the metadata generation run was started.
" + }, + "id":{ + "shape":"MetadataGenerationRunIdentifier", + "documentation":"The ID of the metadata generation run.
" + }, + "owningProjectId":{ + "shape":"ProjectId", + "documentation":"The ID of the project that owns the asset for which the metadata generation run was started.
" + }, + "status":{ + "shape":"MetadataGenerationRunStatus", + "documentation":"The status of the metadata generation run.
" + }, + "type":{ + "shape":"MetadataGenerationRunType", + "documentation":"The type of the metadata generation run.
" + } + } + }, + "String":{"type":"string"}, + "StringList":{ + "type":"list", + "member":{"shape":"String"} + }, + "SubscribedAsset":{ + "type":"structure", + "required":[ + "assetId", + "assetRevision", + "status" + ], + "members":{ + "assetId":{ + "shape":"AssetId", + "documentation":"The identifier of the asset for which the subscription grant is created.
" + }, + "assetRevision":{ + "shape":"Revision", + "documentation":"The revision of the asset for which the subscription grant is created.
" + }, + "assetScope":{ + "shape":"AssetScope", + "documentation":"The asset scope of the subscribed asset.
" + }, + "failureCause":{ + "shape":"FailureCause", + "documentation":"The failure cause included in the details of the asset for which the subscription grant is created.
" + }, + "failureTimestamp":{ + "shape":"Timestamp", + "documentation":"The failure timestamp included in the details of the asset for which the subscription grant is created.
" + }, + "grantedTimestamp":{ + "shape":"Timestamp", + "documentation":"The timestamp of when the subscription grant to the asset is created.
" + }, + "status":{ + "shape":"SubscriptionGrantStatus", + "documentation":"The status of the asset for which the subscription grant is created.
" + }, + "targetName":{ + "shape":"String", + "documentation":"The target name of the asset for which the subscription grant is created.
" + } + }, + "documentation":"The details of the asset for which the subscription grant is created.
" + }, + "SubscribedAssetListing":{ + "type":"structure", + "members":{ + "assetScope":{ + "shape":"AssetScope", + "documentation":"The asset scope of the subscribed asset listing.
" + }, + "entityId":{ + "shape":"AssetId", + "documentation":"The identifier of the published asset for which the subscription grant is created.
" + }, + "entityRevision":{ + "shape":"Revision", + "documentation":"The revision of the published asset for which the subscription grant is created.
" + }, + "entityType":{ + "shape":"TypeName", + "documentation":"The type of the published asset for which the subscription grant is created.
" + }, + "forms":{ + "shape":"Forms", + "documentation":"The forms attached to the published asset for which the subscription grant is created.
" + }, + "glossaryTerms":{ + "shape":"DetailedGlossaryTerms", + "documentation":"The glossary terms attached to the published asset for which the subscription grant is created.
" + } + }, + "documentation":"The details of the published asset for which the subscription grant is created.
" + }, + "SubscribedAssets":{ + "type":"list", + "member":{"shape":"SubscribedAsset"} + }, + "SubscribedListing":{ + "type":"structure", + "required":[ + "description", + "id", + "item", + "name", + "ownerProjectId" + ], + "members":{ + "description":{ + "shape":"Description", + "documentation":"The description of the published asset for which the subscription grant is created.
" + }, + "id":{ + "shape":"ListingId", + "documentation":"The identifier of the published asset for which the subscription grant is created.
" + }, + "item":{ + "shape":"SubscribedListingItem", + "documentation":"The published asset for which the subscription grant is created.
" + }, + "name":{ + "shape":"ListingName", + "documentation":"The name of the published asset for which the subscription grant is created.
" + }, + "ownerProjectId":{ + "shape":"ProjectId", + "documentation":"The identifier of the project of the published asset for which the subscription grant is created.
" + }, + "ownerProjectName":{ + "shape":"String", + "documentation":"The name of the project that owns the published asset for which the subscription grant is created.
" + }, + "revision":{ + "shape":"Revision", + "documentation":"The revision of the published asset for which the subscription grant is created.
" + } + }, + "documentation":"The details of the published asset for which the subscription grant is created.
" + }, + "SubscribedListingInput":{ + "type":"structure", + "required":["identifier"], + "members":{ + "identifier":{ + "shape":"ListingId", + "documentation":"The identifier of the published asset for which the subscription grant is to be created.
" + } + }, + "documentation":"The published asset for which the subscription grant is to be created.
" + }, + "SubscribedListingInputs":{ + "type":"list", + "member":{"shape":"SubscribedListingInput"}, + "max":1, + "min":1 + }, + "SubscribedListingItem":{ + "type":"structure", + "members":{ + "assetListing":{ + "shape":"SubscribedAssetListing", + "documentation":"The asset for which the subscription grant is created.
" + }, + "productListing":{ + "shape":"SubscribedProductListing", + "documentation":"The data product listing.
" + } + }, + "documentation":"The published asset for which the subscription grant is created.
", + "union":true + }, + "SubscribedPrincipal":{ + "type":"structure", + "members":{ + "project":{ + "shape":"SubscribedProject", + "documentation":"The project that has the subscription grant.
" + } + }, + "documentation":"The principal that has the subscription grant for the asset.
", + "union":true + }, + "SubscribedPrincipalInput":{ + "type":"structure", + "members":{ + "project":{ + "shape":"SubscribedProjectInput", + "documentation":"The project that is to be given a subscription grant.
" + } + }, + "documentation":"The principal that is to be given a subscriptiong grant.
", + "union":true + }, + "SubscribedPrincipalInputs":{ + "type":"list", + "member":{"shape":"SubscribedPrincipalInput"}, + "max":1, + "min":1 + }, + "SubscribedProductListing":{ + "type":"structure", + "members":{ + "assetListings":{ + "shape":"AssetInDataProductListingItems", + "documentation":"The data assets of the data product listing.
" + }, + "description":{ + "shape":"String", + "documentation":"The description of the data product listing.
" + }, + "entityId":{ + "shape":"AssetId", + "documentation":"The ID of the data product listing.
" + }, + "entityRevision":{ + "shape":"Revision", + "documentation":"The revision of the data product listing.
" + }, + "glossaryTerms":{ + "shape":"DetailedGlossaryTerms", + "documentation":"The glossary terms of the data product listing.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the data product listing.
" + } + }, + "documentation":"The data product listing.
" + }, + "SubscribedProject":{ + "type":"structure", + "members":{ + "id":{ + "shape":"ProjectId", + "documentation":"The identifier of the project that has the subscription grant.
" + }, + "name":{ + "shape":"ProjectName", + "documentation":"The name of the project that has the subscription grant.
" + } + }, + "documentation":"The project that has the subscription grant.
" + }, + "SubscribedProjectInput":{ + "type":"structure", + "members":{ + "identifier":{ + "shape":"ProjectId", + "documentation":"The identifier of the project that is to be given a subscription grant.
" + } + }, + "documentation":"The project that is to be given a subscription grant.
" + }, + "SubscriptionGrantId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "SubscriptionGrantOverallStatus":{ + "type":"string", + "enum":[ + "PENDING", + "IN_PROGRESS", + "GRANT_FAILED", + "REVOKE_FAILED", + "GRANT_AND_REVOKE_FAILED", + "COMPLETED", + "INACCESSIBLE" + ] + }, + "SubscriptionGrantStatus":{ + "type":"string", + "enum":[ + "GRANT_PENDING", + "REVOKE_PENDING", + "GRANT_IN_PROGRESS", + "REVOKE_IN_PROGRESS", + "GRANTED", + "REVOKED", + "GRANT_FAILED", + "REVOKE_FAILED" + ] + }, + "SubscriptionGrantSummary":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "grantedEntity", + "id", + "status", + "subscriptionTargetId", + "updatedAt" + ], + "members":{ + "assets":{ + "shape":"SubscribedAssets", + "documentation":"The assets included in the subscription grant.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when a subscription grant was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The datazone user who created the subscription grant.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a subscription grant exists.
" + }, + "grantedEntity":{ + "shape":"GrantedEntity", + "documentation":"The entity to which the subscription is granted.
" + }, + "id":{ + "shape":"SubscriptionGrantId", + "documentation":"The identifier of the subscription grant.
" + }, + "status":{ + "shape":"SubscriptionGrantOverallStatus", + "documentation":"The status of the subscription grant.
" + }, + "subscriptionId":{ + "shape":"SubscriptionId", + "documentation":"The ID of the subscription.
", + "deprecated":true, + "deprecatedMessage":"Multiple subscriptions can exist for a single grant" + }, + "subscriptionTargetId":{ + "shape":"SubscriptionTargetId", + "documentation":"The identifier of the target of the subscription grant.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestampf of when the subscription grant was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription grant.
" + } + }, + "documentation":"The details of the subscription grant.
" + }, + "SubscriptionGrants":{ + "type":"list", + "member":{"shape":"SubscriptionGrantSummary"} + }, + "SubscriptionId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "SubscriptionRequestId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "SubscriptionRequestStatus":{ + "type":"string", + "enum":[ + "PENDING", + "ACCEPTED", + "REJECTED" + ] + }, + "SubscriptionRequestSummary":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "id", + "requestReason", + "status", + "subscribedListings", + "subscribedPrincipals", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when a subscription request was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription request.
" + }, + "decisionComment":{ + "shape":"DecisionComment", + "documentation":"The decision comment of the subscription request.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a subscription request exists.
" + }, + "id":{ + "shape":"SubscriptionRequestId", + "documentation":"The identifier of the subscription request.
" + }, + "requestReason":{ + "shape":"RequestReason", + "documentation":"The reason for the subscription request.
" + }, + "reviewerId":{ + "shape":"String", + "documentation":"The identifier of the subscription request reviewer.
" + }, + "status":{ + "shape":"SubscriptionRequestStatus", + "documentation":"The status of the subscription request.
" + }, + "subscribedListings":{ + "shape":"SubscriptionRequestSummarySubscribedListingsList", + "documentation":"The listings included in the subscription request.
" + }, + "subscribedPrincipals":{ + "shape":"SubscriptionRequestSummarySubscribedPrincipalsList", + "documentation":"The principals included in the subscription request.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription request was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The identifier of the Amazon DataZone user who updated the subscription request.
" + } + }, + "documentation":"The details of the subscription request.
" + }, + "SubscriptionRequestSummarySubscribedListingsList":{ + "type":"list", + "member":{"shape":"SubscribedListing"}, + "max":1, + "min":1 + }, + "SubscriptionRequestSummarySubscribedPrincipalsList":{ + "type":"list", + "member":{"shape":"SubscribedPrincipal"}, + "max":1, + "min":1 + }, + "SubscriptionRequests":{ + "type":"list", + "member":{"shape":"SubscriptionRequestSummary"} + }, + "SubscriptionStatus":{ + "type":"string", + "enum":[ + "APPROVED", + "REVOKED", + "CANCELLED" + ] + }, + "SubscriptionSummary":{ + "type":"structure", + "required":[ + "createdAt", + "createdBy", + "domainId", + "id", + "status", + "subscribedListing", + "subscribedPrincipal", + "updatedAt" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the subscription was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a subscription exists.
" + }, + "id":{ + "shape":"SubscriptionId", + "documentation":"The identifier of the subscription.
" + }, + "retainPermissions":{ + "shape":"Boolean", + "documentation":"The retain permissions included in the subscription.
" + }, + "status":{ + "shape":"SubscriptionStatus", + "documentation":"The status of the subscription.
" + }, + "subscribedListing":{ + "shape":"SubscribedListing", + "documentation":"The listing included in the subscription.
" + }, + "subscribedPrincipal":{ + "shape":"SubscribedPrincipal", + "documentation":"The principal included in the subscription.
" + }, + "subscriptionRequestId":{ + "shape":"SubscriptionRequestId", + "documentation":"The identifier of the subscription request for the subscription.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription.
" + } + }, + "documentation":"The details of the subscription.
" + }, + "SubscriptionTargetForm":{ + "type":"structure", + "required":[ + "content", + "formName" + ], + "members":{ + "content":{ + "shape":"String", + "documentation":"The content of the subscription target configuration.
" + }, + "formName":{ + "shape":"FormName", + "documentation":"The form name included in the subscription target configuration.
" + } + }, + "documentation":"The details of the subscription target configuration.
" + }, + "SubscriptionTargetForms":{ + "type":"list", + "member":{"shape":"SubscriptionTargetForm"} + }, + "SubscriptionTargetId":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "SubscriptionTargetName":{ + "type":"string", + "max":256, + "min":1, + "sensitive":true + }, + "SubscriptionTargetSummary":{ + "type":"structure", + "required":[ + "applicableAssetTypes", + "authorizedPrincipals", + "createdAt", + "createdBy", + "domainId", + "environmentId", + "id", + "manageAccessRole", + "name", + "projectId", + "provider", + "subscriptionTargetConfig", + "type" + ], + "members":{ + "applicableAssetTypes":{ + "shape":"ApplicableAssetTypes", + "documentation":"The asset types included in the subscription target.
" + }, + "authorizedPrincipals":{ + "shape":"AuthorizedPrincipalIdentifiers", + "documentation":"The authorized principals included in the subscription target.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the subscription target was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription target.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which the subscription target exists.
" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The identifier of the environment of the subscription target.
" + }, + "id":{ + "shape":"SubscriptionTargetId", + "documentation":"The identifier of the subscription target.
" + }, + "manageAccessRole":{ + "shape":"String", + "documentation":"The manage access role specified in the subscription target.
" + }, + "name":{ + "shape":"SubscriptionTargetName", + "documentation":"The name of the subscription target.
" + }, + "projectId":{ + "shape":"ProjectId", + "documentation":"The identifier of the project specified in the subscription target.
" + }, + "provider":{ + "shape":"String", + "documentation":"The provider of the subscription target.
" + }, + "subscriptionTargetConfig":{ + "shape":"SubscriptionTargetForms", + "documentation":"The configuration of the subscription target.
" + }, + "type":{ + "shape":"String", + "documentation":"The type of the subscription target.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription target was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription target.
" + } + }, + "documentation":"The details of the subscription target.
" + }, + "SubscriptionTargets":{ + "type":"list", + "member":{"shape":"SubscriptionTargetSummary"} + }, + "Subscriptions":{ + "type":"list", + "member":{"shape":"SubscriptionSummary"} + }, + "SyntheticTimestamp_date_time":{ + "type":"timestamp", + "timestampFormat":"iso8601" + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^[\\w \\.:/=+@-]+$" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"} + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tags" + ], + "members":{ + "resourceArn":{ + "shape":"String", + "documentation":"The ARN of the resource to be tagged in Amazon DataZone.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tags":{ + "shape":"Tags", + "documentation":"Specifies the tags for the TagResource action.
The classifies of the term relations.
" + }, + "isA":{ + "shape":"TermRelationsIsAList", + "documentation":"The isA property of the term relations.
The details of the term relations.
" + }, + "TermRelationsClassifiesList":{ + "type":"list", + "member":{"shape":"GlossaryTermId"}, + "max":10, + "min":1 + }, + "TermRelationsIsAList":{ + "type":"list", + "member":{"shape":"GlossaryTermId"}, + "max":10, + "min":1 + }, + "ThrottlingException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"The request was denied due to request throttling.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":false} + }, + "TimeSeriesDataPointFormInput":{ + "type":"structure", + "required":[ + "formName", + "timestamp", + "typeIdentifier" + ], + "members":{ + "content":{ + "shape":"TimeSeriesDataPointFormInputContentString", + "documentation":"The content of the time series data points form.
" + }, + "formName":{ + "shape":"TimeSeriesFormName", + "documentation":"The name of the time series data points form.
" + }, + "timestamp":{ + "shape":"Timestamp", + "documentation":"The timestamp of the time series data points form.
" + }, + "typeIdentifier":{ + "shape":"FormTypeIdentifier", + "documentation":"The ID of the type of the time series data points form.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The revision type of the time series data points form.
" + } + }, + "documentation":"The time series data points form.
" + }, + "TimeSeriesDataPointFormInputContentString":{ + "type":"string", + "max":500000, + "min":0 + }, + "TimeSeriesDataPointFormInputList":{ + "type":"list", + "member":{"shape":"TimeSeriesDataPointFormInput"} + }, + "TimeSeriesDataPointFormOutput":{ + "type":"structure", + "required":[ + "formName", + "timestamp", + "typeIdentifier" + ], + "members":{ + "content":{ + "shape":"TimeSeriesDataPointFormOutputContentString", + "documentation":"The content of the time series data points form.
" + }, + "formName":{ + "shape":"TimeSeriesFormName", + "documentation":"The name of the time series data points form.
" + }, + "id":{ + "shape":"DataPointIdentifier", + "documentation":"The ID of the time series data points form.
" + }, + "timestamp":{ + "shape":"Timestamp", + "documentation":"The timestamp of the time series data points form.
" + }, + "typeIdentifier":{ + "shape":"FormTypeIdentifier", + "documentation":"The ID of the type of the time series data points form.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The revision type of the time series data points form.
" + } + }, + "documentation":"The time series data points form.
" + }, + "TimeSeriesDataPointFormOutputContentString":{ + "type":"string", + "max":500000, + "min":0 + }, + "TimeSeriesDataPointFormOutputList":{ + "type":"list", + "member":{"shape":"TimeSeriesDataPointFormOutput"} + }, + "TimeSeriesDataPointIdentifier":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_-]{1,36}$" + }, + "TimeSeriesDataPointSummaryFormOutput":{ + "type":"structure", + "required":[ + "formName", + "timestamp", + "typeIdentifier" + ], + "members":{ + "contentSummary":{ + "shape":"TimeSeriesDataPointSummaryFormOutputContentSummaryString", + "documentation":"The content of the summary of the time series data points form.
" + }, + "formName":{ + "shape":"TimeSeriesFormName", + "documentation":"The name of the time series data points summary form.
" + }, + "id":{ + "shape":"DataPointIdentifier", + "documentation":"The ID of the time series data points summary form.
" + }, + "timestamp":{ + "shape":"Timestamp", + "documentation":"The timestamp of the time series data points summary form.
" + }, + "typeIdentifier":{ + "shape":"FormTypeIdentifier", + "documentation":"The type ID of the time series data points summary form.
" + }, + "typeRevision":{ + "shape":"Revision", + "documentation":"The type revision of the time series data points summary form.
" + } + }, + "documentation":"The summary of the time series data points form.
" + }, + "TimeSeriesDataPointSummaryFormOutputContentSummaryString":{ + "type":"string", + "max":20000, + "min":0 + }, + "TimeSeriesDataPointSummaryFormOutputList":{ + "type":"list", + "member":{"shape":"TimeSeriesDataPointSummaryFormOutput"} + }, + "TimeSeriesEntityType":{ + "type":"string", + "enum":[ + "ASSET", + "LISTING" + ] + }, + "TimeSeriesFormName":{ + "type":"string", + "max":128, + "min":1 + }, + "Timestamp":{"type":"timestamp"}, + "Timezone":{ + "type":"string", + "enum":[ + "UTC", + "AFRICA_JOHANNESBURG", + "AMERICA_MONTREAL", + "AMERICA_SAO_PAULO", + "ASIA_BAHRAIN", + "ASIA_BANGKOK", + "ASIA_CALCUTTA", + "ASIA_DUBAI", + "ASIA_HONG_KONG", + "ASIA_JAKARTA", + "ASIA_KUALA_LUMPUR", + "ASIA_SEOUL", + "ASIA_SHANGHAI", + "ASIA_SINGAPORE", + "ASIA_TAIPEI", + "ASIA_TOKYO", + "AUSTRALIA_MELBOURNE", + "AUSTRALIA_SYDNEY", + "CANADA_CENTRAL", + "CET", + "CST6CDT", + "ETC_GMT", + "ETC_GMT0", + "ETC_GMT_ADD_0", + "ETC_GMT_ADD_1", + "ETC_GMT_ADD_10", + "ETC_GMT_ADD_11", + "ETC_GMT_ADD_12", + "ETC_GMT_ADD_2", + "ETC_GMT_ADD_3", + "ETC_GMT_ADD_4", + "ETC_GMT_ADD_5", + "ETC_GMT_ADD_6", + "ETC_GMT_ADD_7", + "ETC_GMT_ADD_8", + "ETC_GMT_ADD_9", + "ETC_GMT_NEG_0", + "ETC_GMT_NEG_1", + "ETC_GMT_NEG_10", + "ETC_GMT_NEG_11", + "ETC_GMT_NEG_12", + "ETC_GMT_NEG_13", + "ETC_GMT_NEG_14", + "ETC_GMT_NEG_2", + "ETC_GMT_NEG_3", + "ETC_GMT_NEG_4", + "ETC_GMT_NEG_5", + "ETC_GMT_NEG_6", + "ETC_GMT_NEG_7", + "ETC_GMT_NEG_8", + "ETC_GMT_NEG_9", + "EUROPE_DUBLIN", + "EUROPE_LONDON", + "EUROPE_PARIS", + "EUROPE_STOCKHOLM", + "EUROPE_ZURICH", + "ISRAEL", + "MEXICO_GENERAL", + "MST7MDT", + "PACIFIC_AUCKLAND", + "US_CENTRAL", + "US_EASTERN", + "US_MOUNTAIN", + "US_PACIFIC" + ] + }, + "Title":{ + "type":"string", + "max":1000, + "min":0, + "sensitive":true + }, + "Topic":{ + "type":"structure", + "required":[ + "resource", + "role", + "subject" + ], + "members":{ + "resource":{"shape":"NotificationResource"}, + "role":{ + "shape":"NotificationRole", + "documentation":"The role of the resource mentioned in a notification.
" + }, + "subject":{ + "shape":"String", + "documentation":"The subject of the resource mentioned in a notification.
" + } + }, + "documentation":"The topic of the notification.
" + }, + "TypeName":{ + "type":"string", + "max":256, + "min":1, + "pattern":"^[^\\.]*" + }, + "TypesSearchScope":{ + "type":"string", + "enum":[ + "ASSET_TYPE", + "FORM_TYPE", + "LINEAGE_NODE_TYPE" + ] + }, + "UnauthorizedException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"You do not have permission to perform this action.
", + "error":{ + "httpStatusCode":401, + "senderFault":true + }, + "exception":true + }, + "Unit":{ + "type":"structure", + "members":{ + }, + "documentation":"The details of the policy of creating an environment.
" + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"String", + "documentation":"The ARN of the resource to be untagged in Amazon DataZone.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tagKeys":{ + "shape":"TagKeyList", + "documentation":"Specifies the tag keys for the UntagResource action.
The ID of the data asset.
", + "location":"uri", + "locationName":"assetIdentifier" + }, + "configuration":{ + "shape":"AssetFilterConfiguration", + "documentation":"The configuration of the asset filter.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the asset filter.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to update an asset filter.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"FilterId", + "documentation":"The ID of the asset filter.
", + "location":"uri", + "locationName":"identifier" + }, + "name":{ + "shape":"String", + "documentation":"The name of the asset filter.
" + } + } + }, + "UpdateAssetFilterOutput":{ + "type":"structure", + "required":[ + "assetId", + "configuration", + "domainId", + "id", + "name" + ], + "members":{ + "assetId":{ + "shape":"AssetId", + "documentation":"The ID of the data asset.
" + }, + "configuration":{ + "shape":"AssetFilterConfiguration", + "documentation":"The configuration of the asset filter.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp at which the asset filter was created.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the asset filter.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where the asset filter was created.
" + }, + "effectiveColumnNames":{ + "shape":"ColumnNameList", + "documentation":"The column names of the asset filter.
" + }, + "effectiveRowFilter":{ + "shape":"String", + "documentation":"The row filter of the asset filter.
" + }, + "errorMessage":{ + "shape":"String", + "documentation":"The error message that is displayed if the action is not completed successfully.
" + }, + "id":{ + "shape":"FilterId", + "documentation":"The ID of the asset filter.
" + }, + "name":{ + "shape":"FilterName", + "documentation":"The name of the asset filter.
" + }, + "status":{ + "shape":"FilterStatus", + "documentation":"The status of the asset filter.
" + } + } + }, + "UpdateDataSourceInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "assetFormsInput":{ + "shape":"FormInputList", + "documentation":"The asset forms to be updated as part of the UpdateDataSource action.
The configuration to be updated as part of the UpdateDataSource action.
The description to be updated as part of the UpdateDataSource action.
The identifier of the domain in which to update a data source.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "enableSetting":{ + "shape":"EnableSetting", + "documentation":"The enable setting to be updated as part of the UpdateDataSource action.
The identifier of the data source to be updated.
", + "location":"uri", + "locationName":"identifier" + }, + "name":{ + "shape":"Name", + "documentation":"The name to be updated as part of the UpdateDataSource action.
The publish on import setting to be updated as part of the UpdateDataSource action.
The recommendation to be updated as part of the UpdateDataSource action.
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
" + }, + "schedule":{ + "shape":"ScheduleConfiguration", + "documentation":"The schedule to be updated as part of the UpdateDataSource action.
The asset forms to be updated as part of the UpdateDataSource action.
The configuration to be updated as part of the UpdateDataSource action.
The timestamp of when the data source was updated.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description to be updated as part of the UpdateDataSource action.
The identifier of the Amazon DataZone domain in which a data source is to be updated.
" + }, + "enableSetting":{ + "shape":"EnableSetting", + "documentation":"The enable setting to be updated as part of the UpdateDataSource action.
The identifier of the environment in which a data source is to be updated.
" + }, + "errorMessage":{ + "shape":"DataSourceErrorMessage", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "id":{ + "shape":"DataSourceId", + "documentation":"The identifier of the data source to be updated.
" + }, + "lastRunAt":{ + "shape":"DateTime", + "documentation":"The timestamp of when the data source was last run.
" + }, + "lastRunErrorMessage":{ + "shape":"DataSourceErrorMessage", + "documentation":"The last run error message of the data source.
" + }, + "lastRunStatus":{ + "shape":"DataSourceRunStatus", + "documentation":"The last run status of the data source.
" + }, + "name":{ + "shape":"Name", + "documentation":"The name to be updated as part of the UpdateDataSource action.
The identifier of the project where data source is to be updated.
" + }, + "publishOnImport":{ + "shape":"Boolean", + "documentation":"The publish on import setting to be updated as part of the UpdateDataSource action.
The recommendation to be updated as part of the UpdateDataSource action.
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
" + }, + "schedule":{ + "shape":"ScheduleConfiguration", + "documentation":"The schedule to be updated as part of the UpdateDataSource action.
Specifies the status of the self-granting functionality.
" + }, + "status":{ + "shape":"DataSourceStatus", + "documentation":"The status to be updated as part of the UpdateDataSource action.
The type to be updated as part of the UpdateDataSource action.
The timestamp of when the data source was updated.
" + } + } + }, + "UpdateDomainInput":{ + "type":"structure", + "required":["identifier"], + "members":{ + "clientToken":{ + "shape":"String", + "documentation":"A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true, + "location":"querystring", + "locationName":"clientToken" + }, + "description":{ + "shape":"String", + "documentation":"The description to be updated as part of the UpdateDomain action.
The domain execution role to be updated as part of the UpdateDomain action.
The ID of the Amazon Web Services domain that is to be updated.
", + "location":"uri", + "locationName":"identifier" + }, + "name":{ + "shape":"String", + "documentation":"The name to be updated as part of the UpdateDomain action.
The single sign-on option to be updated as part of the UpdateDomain action.
The description to be updated as part of the UpdateDomain action.
The domain execution role to be updated as part of the UpdateDomain action.
The identifier of the Amazon DataZone domain.
" + }, + "lastUpdatedAt":{ + "shape":"UpdatedAt", + "documentation":"Specifies the timestamp of when the domain was last updated.
" + }, + "name":{ + "shape":"String", + "documentation":"The name to be updated as part of the UpdateDomain action.
The ID of the root domain unit.
" + }, + "singleSignOn":{ + "shape":"SingleSignOn", + "documentation":"The single sign-on option of the Amazon DataZone domain.
" + } + } + }, + "UpdateDomainUnitInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "description":{ + "shape":"DomainUnitDescription", + "documentation":"The description of the domain unit that you want to update.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to update a domain unit.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit that you want to update.
", + "location":"uri", + "locationName":"identifier" + }, + "name":{ + "shape":"DomainUnitName", + "documentation":"The name of the domain unit that you want to update.
" + } + } + }, + "UpdateDomainUnitOutput":{ + "type":"structure", + "required":[ + "domainId", + "id", + "name", + "owners" + ], + "members":{ + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The time stamp at which the domain unit that you want to update was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The user who created the domain unit that you want to update.
" + }, + "description":{ + "shape":"DomainUnitDescription", + "documentation":"The description of the domain unit that you want to update.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the domain where you want to update the domain unit.
" + }, + "id":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit that you want to update.
" + }, + "lastUpdatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp at which the domain unit was last updated.
" + }, + "lastUpdatedBy":{ + "shape":"UpdatedBy", + "documentation":"The user who last updated the domain unit.
" + }, + "name":{ + "shape":"DomainUnitName", + "documentation":"The name of the domain unit that you want to update.
" + }, + "owners":{ + "shape":"DomainUnitOwners", + "documentation":"The owners of the domain unit that you want to update.
" + }, + "parentDomainUnitId":{ + "shape":"DomainUnitId", + "documentation":"The ID of the parent domain unit.
" + } + } + }, + "UpdateEnvironmentActionInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier", + "identifier" + ], + "members":{ + "description":{ + "shape":"String", + "documentation":"The description of the environment action.
" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The domain ID of the environment action.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The environment ID of the environment action.
", + "location":"uri", + "locationName":"environmentIdentifier" + }, + "identifier":{ + "shape":"String", + "documentation":"The ID of the environment action.
", + "location":"uri", + "locationName":"identifier" + }, + "name":{ + "shape":"String", + "documentation":"The name of the environment action.
" + }, + "parameters":{ + "shape":"ActionParameters", + "documentation":"The parameters of the environment action.
" + } + } + }, + "UpdateEnvironmentActionOutput":{ + "type":"structure", + "required":[ + "domainId", + "environmentId", + "id", + "name", + "parameters" + ], + "members":{ + "description":{ + "shape":"String", + "documentation":"The description of the environment action.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The domain ID of the environment action.
" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The environment ID of the environment action.
" + }, + "id":{ + "shape":"EnvironmentActionId", + "documentation":"The ID of the environment action.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the environment action.
" + }, + "parameters":{ + "shape":"ActionParameters", + "documentation":"The parameters of the environment action.
" + } + } + }, + "UpdateEnvironmentInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "description":{ + "shape":"String", + "documentation":"The description to be updated as part of the UpdateEnvironment action.
The identifier of the domain in which the environment is to be updated.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms to be updated as part of the UpdateEnvironment action.
The identifier of the environment that is to be updated.
", + "location":"uri", + "locationName":"identifier" + }, + "name":{ + "shape":"String", + "documentation":"The name to be updated as part of the UpdateEnvironment action.
The identifier of the Amazon Web Services account in which the environment is to be updated.
" + }, + "awsAccountRegion":{ + "shape":"AwsRegion", + "documentation":"The Amazon Web Services Region in which the environment is updated.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the environment was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The Amazon DataZone user who created the environment.
" + }, + "deploymentProperties":{ + "shape":"DeploymentProperties", + "documentation":"The deployment properties to be updated as part of the UpdateEnvironment action.
The description to be updated as part of the UpdateEnvironment action.
The identifier of the domain in which the environment is to be updated.
" + }, + "environmentActions":{ + "shape":"EnvironmentActionList", + "documentation":"The environment actions to be updated as part of the UpdateEnvironment action.
The blueprint identifier of the environment.
" + }, + "environmentProfileId":{ + "shape":"EnvironmentProfileId", + "documentation":"The profile identifier of the environment.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms to be updated as part of the UpdateEnvironment action.
The identifier of the environment that is to be updated.
" + }, + "lastDeployment":{ + "shape":"Deployment", + "documentation":"The last deployment of the environment.
" + }, + "name":{ + "shape":"EnvironmentName", + "documentation":"The name to be updated as part of the UpdateEnvironment action.
The project identifier of the environment.
" + }, + "provider":{ + "shape":"String", + "documentation":"The provider identifier of the environment.
" + }, + "provisionedResources":{ + "shape":"ResourceList", + "documentation":"The provisioned resources to be updated as part of the UpdateEnvironment action.
The provisioning properties to be updated as part of the UpdateEnvironment action.
The status to be updated as part of the UpdateEnvironment action.
The timestamp of when the environment was updated.
" + }, + "userParameters":{ + "shape":"CustomParameterList", + "documentation":"The user parameters to be updated as part of the UpdateEnvironment action.
The Amazon Web Services account in which a specified environment profile is to be udpated.
" + }, + "awsAccountRegion":{ + "shape":"AwsRegion", + "documentation":"The Amazon Web Services Region in which a specified environment profile is to be updated.
" + }, + "description":{ + "shape":"String", + "documentation":"The description to be updated as part of the UpdateEnvironmentProfile action.
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"EnvironmentProfileId", + "documentation":"The identifier of the environment profile that is to be updated.
", + "location":"uri", + "locationName":"identifier" + }, + "name":{ + "shape":"EnvironmentProfileName", + "documentation":"The name to be updated as part of the UpdateEnvironmentProfile action.
The user parameters to be updated as part of the UpdateEnvironmentProfile action.
The Amazon Web Services account in which a specified environment profile is to be udpated.
" + }, + "awsAccountRegion":{ + "shape":"AwsRegion", + "documentation":"The Amazon Web Services Region in which a specified environment profile is to be updated.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the environment profile was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The Amazon DataZone user who created the environment profile.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description to be updated as part of the UpdateEnvironmentProfile action.
The identifier of the Amazon DataZone domain in which the environment profile is to be updated.
" + }, + "environmentBlueprintId":{ + "shape":"EnvironmentBlueprintId", + "documentation":"The identifier of the blueprint of the environment profile that is to be updated.
" + }, + "id":{ + "shape":"EnvironmentProfileId", + "documentation":"The identifier of the environment profile that is to be udpated.
" + }, + "name":{ + "shape":"EnvironmentProfileName", + "documentation":"The name to be updated as part of the UpdateEnvironmentProfile action.
The identifier of the project of the environment profile that is to be updated.
" + }, + "updatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the environment profile was updated.
" + }, + "userParameters":{ + "shape":"CustomParameterList", + "documentation":"The user parameters to be updated as part of the UpdateEnvironmentProfile action.
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
", + "idempotencyToken":true + }, + "description":{ + "shape":"GlossaryDescription", + "documentation":"The description to be updated as part of the UpdateGlossary action.
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"GlossaryId", + "documentation":"The identifier of the business glossary to be updated.
", + "location":"uri", + "locationName":"identifier" + }, + "name":{ + "shape":"GlossaryName", + "documentation":"The name to be updated as part of the UpdateGlossary action.
The status to be updated as part of the UpdateGlossary action.
The description to be updated as part of the UpdateGlossary action.
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
" + }, + "id":{ + "shape":"GlossaryId", + "documentation":"The identifier of the business glossary that is to be updated.
" + }, + "name":{ + "shape":"GlossaryName", + "documentation":"The name to be updated as part of the UpdateGlossary action.
The identifier of the project in which to update a business glossary.
" + }, + "status":{ + "shape":"GlossaryStatus", + "documentation":"The status to be updated as part of the UpdateGlossary action.
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "glossaryIdentifier":{ + "shape":"GlossaryTermId", + "documentation":"The identifier of the business glossary in which a term is to be updated.
" + }, + "identifier":{ + "shape":"GlossaryTermId", + "documentation":"The identifier of the business glossary term that is to be updated.
", + "location":"uri", + "locationName":"identifier" + }, + "longDescription":{ + "shape":"LongDescription", + "documentation":"The long description to be updated as part of the UpdateGlossaryTerm action.
The name to be updated as part of the UpdateGlossaryTerm action.
The short description to be updated as part of the UpdateGlossaryTerm action.
The status to be updated as part of the UpdateGlossaryTerm action.
The term relations to be updated as part of the UpdateGlossaryTerm action.
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
" + }, + "glossaryId":{ + "shape":"GlossaryId", + "documentation":"The identifier of the business glossary in which a term is to be updated.
" + }, + "id":{ + "shape":"GlossaryTermId", + "documentation":"The identifier of the business glossary term that is to be updated.
" + }, + "longDescription":{ + "shape":"LongDescription", + "documentation":"The long description to be updated as part of the UpdateGlossaryTerm action.
The name to be updated as part of the UpdateGlossaryTerm action.
The short description to be updated as part of the UpdateGlossaryTerm action.
The status to be updated as part of the UpdateGlossaryTerm action.
The term relations to be updated as part of the UpdateGlossaryTerm action.
The identifier of the Amazon DataZone domain in which a group profile is updated.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "groupIdentifier":{ + "shape":"GroupIdentifier", + "documentation":"The identifier of the group profile that is updated.
", + "location":"uri", + "locationName":"groupIdentifier" + }, + "status":{ + "shape":"GroupProfileStatus", + "documentation":"The status of the group profile that is updated.
" + } + } + }, + "UpdateGroupProfileOutput":{ + "type":"structure", + "members":{ + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a group profile is updated.
" + }, + "groupName":{ + "shape":"GroupProfileName", + "documentation":"The name of the group profile that is updated.
" + }, + "id":{ + "shape":"GroupProfileId", + "documentation":"The identifier of the group profile that is updated.
" + }, + "status":{ + "shape":"GroupProfileStatus", + "documentation":"The status of the group profile that is updated.
" + } + } + }, + "UpdateProjectInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier" + ], + "members":{ + "description":{ + "shape":"Description", + "documentation":"The description to be updated as part of the UpdateProject action.
The ID of the Amazon DataZone domain where a project is being updated.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms to be updated as part of the UpdateProject action.
The identifier of the project that is to be updated.
", + "location":"uri", + "locationName":"identifier" + }, + "name":{ + "shape":"ProjectName", + "documentation":"The name to be updated as part of the UpdateProject action.
The timestamp of when the project was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the project.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the project that is to be updated.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a project is updated.
" + }, + "domainUnitId":{ + "shape":"DomainUnitId", + "documentation":"The ID of the domain unit.
" + }, + "failureReasons":{ + "shape":"FailureReasons", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "glossaryTerms":{ + "shape":"GlossaryTerms", + "documentation":"The glossary terms of the project that are to be updated.
" + }, + "id":{ + "shape":"ProjectId", + "documentation":"The identifier of the project that is to be updated.
" + }, + "lastUpdatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp of when the project was last updated.
" + }, + "name":{ + "shape":"ProjectName", + "documentation":"The name of the project that is to be updated.
" + }, + "projectStatus":{ + "shape":"ProjectStatus", + "documentation":"The status of the project.
" + } + } + }, + "UpdateSubscriptionGrantStatusInput":{ + "type":"structure", + "required":[ + "assetIdentifier", + "domainIdentifier", + "identifier", + "status" + ], + "members":{ + "assetIdentifier":{ + "shape":"AssetId", + "documentation":"The identifier of the asset the subscription grant status of which is to be updated.
", + "location":"uri", + "locationName":"assetIdentifier" + }, + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "failureCause":{ + "shape":"FailureCause", + "documentation":"Specifies the error message that is returned if the operation cannot be successfully completed.
" + }, + "identifier":{ + "shape":"SubscriptionGrantId", + "documentation":"The identifier of the subscription grant the status of which is to be updated.
", + "location":"uri", + "locationName":"identifier" + }, + "status":{ + "shape":"SubscriptionGrantStatus", + "documentation":"The status to be updated as part of the UpdateSubscriptionGrantStatus action.
The target name to be updated as part of the UpdateSubscriptionGrantStatus action.
The details of the asset for which the subscription grant is created.
" + }, + "createdAt":{ + "shape":"CreatedAt", + "documentation":"The timestamp of when the subscription grant status was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone domain user who created the subscription grant status.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
" + }, + "grantedEntity":{ + "shape":"GrantedEntity", + "documentation":"The granted entity to be updated as part of the UpdateSubscriptionGrantStatus action.
The identifier of the subscription grant.
" + }, + "status":{ + "shape":"SubscriptionGrantOverallStatus", + "documentation":"The status to be updated as part of the UpdateSubscriptionGrantStatus action.
The identifier of the subscription.
", + "deprecated":true, + "deprecatedMessage":"Multiple subscriptions can exist for a single grant" + }, + "subscriptionTargetId":{ + "shape":"SubscriptionTargetId", + "documentation":"The identifier of the subscription target whose subscription grant status is to be updated.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription grant status is to be updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription grant status.
" + } + } + }, + "UpdateSubscriptionRequestInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "identifier", + "requestReason" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "identifier":{ + "shape":"SubscriptionRequestId", + "documentation":"The identifier of the subscription request that is to be updated.
", + "location":"uri", + "locationName":"identifier" + }, + "requestReason":{ + "shape":"RequestReason", + "documentation":"The reason for the UpdateSubscriptionRequest action.
The timestamp of when the subscription request was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription request.
" + }, + "decisionComment":{ + "shape":"DecisionComment", + "documentation":"The decision comment of the UpdateSubscriptionRequest action.
The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
" + }, + "id":{ + "shape":"SubscriptionRequestId", + "documentation":"The identifier of the subscription request that is to be updated.
" + }, + "requestReason":{ + "shape":"RequestReason", + "documentation":"The reason for the UpdateSubscriptionRequest action.
The identifier of the Amazon DataZone user who reviews the subscription request.
" + }, + "status":{ + "shape":"SubscriptionRequestStatus", + "documentation":"The status of the subscription request.
" + }, + "subscribedListings":{ + "shape":"UpdateSubscriptionRequestOutputSubscribedListingsList", + "documentation":"The subscribed listings of the subscription request.
" + }, + "subscribedPrincipals":{ + "shape":"UpdateSubscriptionRequestOutputSubscribedPrincipalsList", + "documentation":"The subscribed principals of the subscription request.
" + }, + "updatedAt":{ + "shape":"UpdatedAt", + "documentation":"The timestamp of when the subscription request was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription request.
" + } + } + }, + "UpdateSubscriptionRequestOutputSubscribedListingsList":{ + "type":"list", + "member":{"shape":"SubscribedListing"}, + "max":1, + "min":1 + }, + "UpdateSubscriptionRequestOutputSubscribedPrincipalsList":{ + "type":"list", + "member":{"shape":"SubscribedPrincipal"}, + "max":1, + "min":1 + }, + "UpdateSubscriptionTargetInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "environmentIdentifier", + "identifier" + ], + "members":{ + "applicableAssetTypes":{ + "shape":"ApplicableAssetTypes", + "documentation":"The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.
The authorized principals to be updated as part of the UpdateSubscriptionTarget action.
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "environmentIdentifier":{ + "shape":"EnvironmentId", + "documentation":"The identifier of the environment in which a subscription target is to be updated.
", + "location":"uri", + "locationName":"environmentIdentifier" + }, + "identifier":{ + "shape":"SubscriptionTargetId", + "documentation":"Identifier of the subscription target that is to be updated.
", + "location":"uri", + "locationName":"identifier" + }, + "manageAccessRole":{ + "shape":"String", + "documentation":"The manage access role to be updated as part of the UpdateSubscriptionTarget action.
The name to be updated as part of the UpdateSubscriptionTarget action.
The provider to be updated as part of the UpdateSubscriptionTarget action.
The configuration to be updated as part of the UpdateSubscriptionTarget action.
The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.
The authorized principals to be updated as part of the UpdateSubscriptionTarget action.
The timestamp of when a subscription target was created.
" + }, + "createdBy":{ + "shape":"CreatedBy", + "documentation":"The Amazon DataZone user who created the subscription target.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
" + }, + "environmentId":{ + "shape":"EnvironmentId", + "documentation":"The identifier of the environment in which a subscription target is to be updated.
" + }, + "id":{ + "shape":"SubscriptionTargetId", + "documentation":"Identifier of the subscription target that is to be updated.
" + }, + "manageAccessRole":{ + "shape":"String", + "documentation":"The manage access role to be updated as part of the UpdateSubscriptionTarget action.
The name to be updated as part of the UpdateSubscriptionTarget action.
The identifier of the project in which a subscription target is to be updated.
" + }, + "provider":{ + "shape":"String", + "documentation":"The provider to be updated as part of the UpdateSubscriptionTarget action.
The configuration to be updated as part of the UpdateSubscriptionTarget action.
The type to be updated as part of the UpdateSubscriptionTarget action.
The timestamp of when the subscription target was updated.
" + }, + "updatedBy":{ + "shape":"UpdatedBy", + "documentation":"The Amazon DataZone user who updated the subscription target.
" + } + } + }, + "UpdateUserProfileInput":{ + "type":"structure", + "required":[ + "domainIdentifier", + "status", + "userIdentifier" + ], + "members":{ + "domainIdentifier":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a user profile is updated.
", + "location":"uri", + "locationName":"domainIdentifier" + }, + "status":{ + "shape":"UserProfileStatus", + "documentation":"The status of the user profile that are to be updated.
" + }, + "type":{ + "shape":"UserProfileType", + "documentation":"The type of the user profile that are to be updated.
" + }, + "userIdentifier":{ + "shape":"UserIdentifier", + "documentation":"The identifier of the user whose user profile is to be updated.
", + "location":"uri", + "locationName":"userIdentifier" + } + } + }, + "UpdateUserProfileOutput":{ + "type":"structure", + "members":{ + "details":{"shape":"UserProfileDetails"}, + "domainId":{ + "shape":"DomainId", + "documentation":"The identifier of the Amazon DataZone domain in which a user profile is updated.
" + }, + "id":{ + "shape":"UserProfileId", + "documentation":"The identifier of the user profile.
" + }, + "status":{ + "shape":"UserProfileStatus", + "documentation":"The status of the user profile.
" + }, + "type":{ + "shape":"UserProfileType", + "documentation":"The type of the user profile.
" + } + } + }, + "UpdatedAt":{"type":"timestamp"}, + "UpdatedBy":{"type":"string"}, + "UserAssignment":{ + "type":"string", + "enum":[ + "AUTOMATIC", + "MANUAL" + ] + }, + "UserDesignation":{ + "type":"string", + "enum":[ + "PROJECT_OWNER", + "PROJECT_CONTRIBUTOR" + ] + }, + "UserDetails":{ + "type":"structure", + "required":["userId"], + "members":{ + "userId":{ + "shape":"String", + "documentation":"The identifier of the Amazon DataZone user.
" + } + }, + "documentation":"The user details of a project member.
" + }, + "UserIdentifier":{ + "type":"string", + "pattern":"(^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$|^[a-zA-Z_0-9+=,.@-]+$|^arn:aws:iam::\\d{12}:.+$)" + }, + "UserPolicyGrantPrincipal":{ + "type":"structure", + "members":{ + "allUsersGrantFilter":{ + "shape":"AllUsersGrantFilter", + "documentation":"The all users grant filter of the user policy grant principal.
" + }, + "userIdentifier":{ + "shape":"UserIdentifier", + "documentation":"The user ID of the user policy grant principal.
" + } + }, + "documentation":"The user policy grant principal.
", + "union":true + }, + "UserProfileDetails":{ + "type":"structure", + "members":{ + "iam":{ + "shape":"IamUserProfileDetails", + "documentation":"The IAM details included in the user profile details.
" + }, + "sso":{ + "shape":"SsoUserProfileDetails", + "documentation":"The single sign-on details included in the user profile details.
" + } + }, + "documentation":"The details of the user profile in Amazon DataZone.
", + "union":true + }, + "UserProfileId":{ + "type":"string", + "pattern":"^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$" + }, + "UserProfileName":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"^[a-zA-Z_0-9+=,.@-]+$", + "sensitive":true + }, + "UserProfileStatus":{ + "type":"string", + "enum":[ + "ASSIGNED", + "NOT_ASSIGNED", + "ACTIVATED", + "DEACTIVATED" + ] + }, + "UserProfileSummaries":{ + "type":"list", + "member":{"shape":"UserProfileSummary"} + }, + "UserProfileSummary":{ + "type":"structure", + "members":{ + "details":{ + "shape":"UserProfileDetails", + "documentation":"The details of the user profile.
" + }, + "domainId":{ + "shape":"DomainId", + "documentation":"The ID of the Amazon DataZone domain of the user profile.
" + }, + "id":{ + "shape":"UserProfileId", + "documentation":"The ID of the user profile.
" + }, + "status":{ + "shape":"UserProfileStatus", + "documentation":"The status of the user profile.
" + }, + "type":{ + "shape":"UserProfileType", + "documentation":"The type of the user profile.
" + } + }, + "documentation":"The details of the user profile.
" + }, + "UserProfileType":{ + "type":"string", + "enum":[ + "IAM", + "SSO" + ] + }, + "UserSearchText":{ + "type":"string", + "max":1024, + "min":0, + "sensitive":true + }, + "UserSearchType":{ + "type":"string", + "enum":[ + "SSO_USER", + "DATAZONE_USER", + "DATAZONE_SSO_USER", + "DATAZONE_IAM_USER" + ] + }, + "UserType":{ + "type":"string", + "enum":[ + "IAM_USER", + "IAM_ROLE", + "SSO_USER" + ] + }, + "ValidationException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"ErrorMessage"} + }, + "documentation":"The input fails to satisfy the constraints specified by the Amazon Web Services service.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + } + }, + "documentation":"Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. With Amazon DataZone, you can share and access your data across accounts and supported regions. Amazon DataZone simplifies your experience across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.
" +} diff --git a/testbed/boto__botocore/botocore/data/deadline/2023-10-12/waiters-2.json b/testbed/boto__botocore/botocore/data/deadline/2023-10-12/waiters-2.json new file mode 100644 index 0000000000000000000000000000000000000000..7cb6d90abee917b2cfa2feecf678001dd6e14100 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/deadline/2023-10-12/waiters-2.json @@ -0,0 +1,131 @@ +{ + "version" : 2, + "waiters" : { + "FleetActive" : { + "description" : "Wait until a Fleet is activated. Use this after invoking CreateFleet or UpdateFleet.", + "delay" : 5, + "maxAttempts" : 180, + "operation" : "GetFleet", + "acceptors" : [ { + "matcher" : "path", + "argument" : "status", + "state" : "success", + "expected" : "ACTIVE" + }, { + "matcher" : "path", + "argument" : "status", + "state" : "failure", + "expected" : "CREATE_FAILED" + }, { + "matcher" : "path", + "argument" : "status", + "state" : "failure", + "expected" : "UPDATE_FAILED" + } ] + }, + "JobCreateComplete" : { + "description" : "Wait until a Job is created. Use this after invoking CreateJob.", + "delay" : 1, + "maxAttempts" : 120, + "operation" : "GetJob", + "acceptors" : [ { + "matcher" : "path", + "argument" : "lifecycleStatus", + "state" : "success", + "expected" : "CREATE_COMPLETE" + }, { + "matcher" : "path", + "argument" : "lifecycleStatus", + "state" : "success", + "expected" : "UPDATE_IN_PROGRESS" + }, { + "matcher" : "path", + "argument" : "lifecycleStatus", + "state" : "success", + "expected" : "UPDATE_FAILED" + }, { + "matcher" : "path", + "argument" : "lifecycleStatus", + "state" : "success", + "expected" : "UPDATE_SUCCEEDED" + }, { + "matcher" : "path", + "argument" : "lifecycleStatus", + "state" : "failure", + "expected" : "UPLOAD_FAILED" + }, { + "matcher" : "path", + "argument" : "lifecycleStatus", + "state" : "failure", + "expected" : "CREATE_FAILED" + } ] + }, + "LicenseEndpointDeleted" : { + "description" : "Wait until a LicenseEndpoint is Deleted. Use this after invoking DeleteLicenseEndpoint.", + "delay" : 10, + "maxAttempts" : 234, + "operation" : "GetLicenseEndpoint", + "acceptors" : [ { + "matcher" : "error", + "state" : "success", + "expected" : "ResourceNotFoundException" + }, { + "matcher" : "path", + "argument" : "status", + "state" : "failure", + "expected" : "NOT_READY" + } ] + }, + "LicenseEndpointValid" : { + "description" : "Wait until a LicenseEndpoint is Ready. Use this after invoking CreateLicenseEndpoint.", + "delay" : 10, + "maxAttempts" : 114, + "operation" : "GetLicenseEndpoint", + "acceptors" : [ { + "matcher" : "path", + "argument" : "status", + "state" : "success", + "expected" : "READY" + }, { + "matcher" : "path", + "argument" : "status", + "state" : "failure", + "expected" : "NOT_READY" + } ] + }, + "QueueFleetAssociationStopped" : { + "description" : "Wait until a QueueFleetAssociation is stopped. Use this after setting the status to STOP_SCHEDULING_AND_COMPLETE_TASKS or STOP_SCHEDULING_AND_CANCEL_TASKS to wait for a QueueFleetAssociation to reach STOPPED", + "delay" : 10, + "maxAttempts" : 60, + "operation" : "GetQueueFleetAssociation", + "acceptors" : [ { + "matcher" : "path", + "argument" : "status", + "state" : "success", + "expected" : "STOPPED" + } ] + }, + "QueueScheduling" : { + "delay" : 10, + "maxAttempts" : 70, + "operation" : "GetQueue", + "acceptors" : [ { + "matcher" : "path", + "argument" : "status", + "state" : "success", + "expected" : "SCHEDULING" + } ] + }, + "QueueSchedulingBlocked" : { + "delay" : 10, + "maxAttempts" : 30, + "operation" : "GetQueue", + "acceptors" : [ { + "matcher" : "path", + "argument" : "status", + "state" : "success", + "expected" : "SCHEDULING_BLOCKED" + } ] + } + } +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/ds-data/2023-05-31/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/ds-data/2023-05-31/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..8f4af0f74b5514f47b96791ffb92b58aa019f8dd --- /dev/null +++ b/testbed/boto__botocore/botocore/data/ds-data/2023-05-31/endpoint-rule-set-1.json @@ -0,0 +1,350 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://ds-data-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://ds-data-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://ds-data.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://ds-data.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ], + "type": "tree" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/ds-data/2023-05-31/paginators-1.json b/testbed/boto__botocore/botocore/data/ds-data/2023-05-31/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..5038135506d1293eb4eea7f3a577f2198c2a6ad3 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/ds-data/2023-05-31/paginators-1.json @@ -0,0 +1,40 @@ +{ + "pagination": { + "ListGroupMembers": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Members" + }, + "ListGroups": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Groups" + }, + "ListGroupsForMember": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Groups" + }, + "ListUsers": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Users" + }, + "SearchGroups": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Groups" + }, + "SearchUsers": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Users" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/ds-data/2023-05-31/service-2.json b/testbed/boto__botocore/botocore/data/ds-data/2023-05-31/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..722826c46bfe95c2ed756b76ed1f64f0c53232ba --- /dev/null +++ b/testbed/boto__botocore/botocore/data/ds-data/2023-05-31/service-2.json @@ -0,0 +1,1688 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2023-05-31", + "endpointPrefix":"ds-data", + "jsonVersion":"1.1", + "protocol":"rest-json", + "protocols":["rest-json"], + "serviceFullName":"AWS Directory Service Data", + "serviceId":"Directory Service Data", + "signatureVersion":"v4", + "signingName":"ds-data", + "uid":"directory-service-data-2023-05-31" + }, + "operations":{ + "AddGroupMember":{ + "name":"AddGroupMember", + "http":{ + "method":"POST", + "requestUri":"/GroupMemberships/AddGroupMember", + "responseCode":200 + }, + "input":{"shape":"AddGroupMemberRequest"}, + "output":{"shape":"AddGroupMemberResult"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"DirectoryUnavailableException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Adds an existing user, group, or computer as a group member.
" + }, + "CreateGroup":{ + "name":"CreateGroup", + "http":{ + "method":"POST", + "requestUri":"/Groups/CreateGroup", + "responseCode":200 + }, + "input":{"shape":"CreateGroupRequest"}, + "output":{"shape":"CreateGroupResult"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"DirectoryUnavailableException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Creates a new group.
" + }, + "CreateUser":{ + "name":"CreateUser", + "http":{ + "method":"POST", + "requestUri":"/Users/CreateUser", + "responseCode":200 + }, + "input":{"shape":"CreateUserRequest"}, + "output":{"shape":"CreateUserResult"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"DirectoryUnavailableException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Creates a new user.
" + }, + "DeleteGroup":{ + "name":"DeleteGroup", + "http":{ + "method":"POST", + "requestUri":"/Groups/DeleteGroup", + "responseCode":200 + }, + "input":{"shape":"DeleteGroupRequest"}, + "output":{"shape":"DeleteGroupResult"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"DirectoryUnavailableException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Deletes a group.
" + }, + "DeleteUser":{ + "name":"DeleteUser", + "http":{ + "method":"POST", + "requestUri":"/Users/DeleteUser", + "responseCode":200 + }, + "input":{"shape":"DeleteUserRequest"}, + "output":{"shape":"DeleteUserResult"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"DirectoryUnavailableException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Deletes a user.
" + }, + "DescribeGroup":{ + "name":"DescribeGroup", + "http":{ + "method":"POST", + "requestUri":"/Groups/DescribeGroup", + "responseCode":200 + }, + "input":{"shape":"DescribeGroupRequest"}, + "output":{"shape":"DescribeGroupResult"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"DirectoryUnavailableException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns information about a specific group.
" + }, + "DescribeUser":{ + "name":"DescribeUser", + "http":{ + "method":"POST", + "requestUri":"/Users/DescribeUser", + "responseCode":200 + }, + "input":{"shape":"DescribeUserRequest"}, + "output":{"shape":"DescribeUserResult"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"DirectoryUnavailableException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns information about a specific user.
" + }, + "DisableUser":{ + "name":"DisableUser", + "http":{ + "method":"POST", + "requestUri":"/Users/DisableUser", + "responseCode":200 + }, + "input":{"shape":"DisableUserRequest"}, + "output":{"shape":"DisableUserResult"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"DirectoryUnavailableException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Deactivates an active user account. For information about how to enable an inactive user account, see ResetUserPassword in the Directory Service API Reference.
" + }, + "ListGroupMembers":{ + "name":"ListGroupMembers", + "http":{ + "method":"POST", + "requestUri":"/GroupMemberships/ListGroupMembers", + "responseCode":200 + }, + "input":{"shape":"ListGroupMembersRequest"}, + "output":{"shape":"ListGroupMembersResult"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"DirectoryUnavailableException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns member information for the specified group.
This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the ListGroupMembers.NextToken member contains a token that you pass in the next call to ListGroupMembers. This retrieves the next set of items.
You can also specify a maximum number of return results with the MaxResults parameter.
Returns group information for the specified directory.
This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the ListGroups.NextToken member contains a token that you pass in the next call to ListGroups. This retrieves the next set of items.
You can also specify a maximum number of return results with the MaxResults parameter.
Returns group information for the specified member.
This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the ListGroupsForMember.NextToken member contains a token that you pass in the next call to ListGroupsForMember. This retrieves the next set of items.
You can also specify a maximum number of return results with the MaxResults parameter.
Returns user information for the specified directory.
This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the ListUsers.NextToken member contains a token that you pass in the next call to ListUsers. This retrieves the next set of items.
You can also specify a maximum number of return results with the MaxResults parameter.
Removes a member from a group.
" + }, + "SearchGroups":{ + "name":"SearchGroups", + "http":{ + "method":"POST", + "requestUri":"/Groups/SearchGroups", + "responseCode":200 + }, + "input":{"shape":"SearchGroupsRequest"}, + "output":{"shape":"SearchGroupsResult"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"DirectoryUnavailableException"}, + {"shape":"ThrottlingException"} + ], + "documentation":" Searches the specified directory for a group. You can find groups that match the SearchString parameter with the value of their attributes included in the SearchString parameter.
This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the SearchGroups.NextToken member contains a token that you pass in the next call to SearchGroups. This retrieves the next set of items.
You can also specify a maximum number of return results with the MaxResults parameter.
Searches the specified directory for a user. You can find users that match the SearchString parameter with the value of their attributes included in the SearchString parameter.
This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the SearchUsers.NextToken member contains a token that you pass in the next call to SearchUsers. This retrieves the next set of items.
You can also specify a maximum number of return results with the MaxResults parameter.
Updates group information.
" + }, + "UpdateUser":{ + "name":"UpdateUser", + "http":{ + "method":"POST", + "requestUri":"/Users/UpdateUser", + "responseCode":200 + }, + "input":{"shape":"UpdateUserRequest"}, + "output":{"shape":"UpdateUserResult"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"DirectoryUnavailableException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Updates user information.
" + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ExceptionMessage"}, + "Reason":{ + "shape":"AccessDeniedReason", + "documentation":"Reason the request was unauthorized.
" + } + }, + "documentation":" You don't have permission to perform the request or access the directory. It can also occur when the DirectoryId doesn't exist or the user, member, or group might be outside of your organizational unit (OU).
Make sure that you have the authentication and authorization to perform the action. Review the directory information in the request, and make sure that the object isn't outside of your OU.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "AccessDeniedReason":{ + "type":"string", + "enum":[ + "IAM_AUTH", + "DIRECTORY_AUTH", + "DATA_DISABLED" + ] + }, + "AddGroupMemberRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "GroupName", + "MemberName" + ], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"A unique and case-sensitive identifier that you provide to make sure the idempotency of the request, so multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it completes. After 8 hours, any request with the same client token is treated as a new request. If the request succeeds, any future uses of that token will be idempotent for another 8 hours.
If you submit a request with the same client token but change one of the other parameters within the 8-hour idempotency window, Directory Service Data returns an ConflictException.
This parameter is optional when using the CLI or SDK.
The identifier (ID) of the directory that's associated with the group.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "GroupName":{ + "shape":"GroupName", + "documentation":"The name of the group.
" + }, + "MemberName":{ + "shape":"MemberName", + "documentation":" The SAMAccountName of the user, group, or computer to add as a group member.
The domain name that's associated with the group member. This parameter is required only when adding a member outside of your Managed Microsoft AD domain to a group inside of your Managed Microsoft AD domain. This parameter defaults to the Managed Microsoft AD domain.
This parameter is case insensitive.
Indicates that the attribute type value is a boolean. For example:
\"BOOL\": true
Indicates that the attribute type value is a number. For example:
\"N\": \"16\"
Indicates that the attribute type value is a string. For example:
\"S\": \"S Group\"
Indicates that the attribute type value is a string set. For example:
\"SS\": [\"sample_service_class/host.sample.com:1234/sample_service_name_1\", \"sample_service_class/host.sample.com:1234/sample_service_name_2\"]
The data type for an attribute. Each attribute value is described as a name-value pair. The name is the AD schema name, and the value is the data itself. For a list of supported attributes, see Directory Service Data Attributes.
", + "union":true + }, + "Attributes":{ + "type":"map", + "key":{"shape":"LdapDisplayName"}, + "value":{"shape":"AttributeValue"}, + "max":25, + "min":1 + }, + "Boolean":{ + "type":"boolean", + "box":true + }, + "BooleanAttributeValue":{ + "type":"boolean", + "box":true, + "sensitive":true + }, + "ClientToken":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^[\\x00-\\x7F]+$" + }, + "ConflictException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ExceptionMessage"} + }, + "documentation":"This error will occur when you try to create a resource that conflicts with an existing object. It can also occur when adding a member to a group that the member is already in.
This error can be caused by a request sent within the 8-hour idempotency window with the same client token but different input parameters. Client tokens should not be re-used across different requests. After 8 hours, any request with the same client token is treated as a new request.
", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "CreateGroupRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "SAMAccountName" + ], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"A unique and case-sensitive identifier that you provide to make sure the idempotency of the request, so multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it completes. After 8 hours, any request with the same client token is treated as a new request. If the request succeeds, any future uses of that token will be idempotent for another 8 hours.
If you submit a request with the same client token but change one of the other parameters within the 8-hour idempotency window, Directory Service Data returns an ConflictException.
This parameter is optional when using the CLI or SDK.
The identifier (ID) of the directory that's associated with the group.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "GroupScope":{ + "shape":"GroupScope", + "documentation":"The scope of the AD group. For details, see Active Directory security group scope.
" + }, + "GroupType":{ + "shape":"GroupType", + "documentation":"The AD group type. For details, see Active Directory security group type.
" + }, + "OtherAttributes":{ + "shape":"Attributes", + "documentation":"An expression that defines one or more attributes with the data type and value of each attribute.
" + }, + "SAMAccountName":{ + "shape":"GroupName", + "documentation":"The name of the group.
" + } + } + }, + "CreateGroupResult":{ + "type":"structure", + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier (ID) of the directory that's associated with the group.
" + }, + "SAMAccountName":{ + "shape":"GroupName", + "documentation":"The name of the group.
" + }, + "SID":{ + "shape":"SID", + "documentation":"The unique security identifier (SID) of the group.
" + } + } + }, + "CreateUserRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "SAMAccountName" + ], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"A unique and case-sensitive identifier that you provide to make sure the idempotency of the request, so multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it completes. After 8 hours, any request with the same client token is treated as a new request. If the request succeeds, any future uses of that token will be idempotent for another 8 hours.
If you submit a request with the same client token but change one of the other parameters within the 8-hour idempotency window, Directory Service Data returns an ConflictException.
This parameter is optional when using the CLI or SDK.
The identifier (ID) of the directory that’s associated with the user.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "EmailAddress":{ + "shape":"EmailAddress", + "documentation":"The email address of the user.
" + }, + "GivenName":{ + "shape":"GivenName", + "documentation":"The first name of the user.
" + }, + "OtherAttributes":{ + "shape":"Attributes", + "documentation":"An expression that defines one or more attribute names with the data type and value of each attribute. A key is an attribute name, and the value is a list of maps. For a list of supported attributes, see Directory Service Data Attributes.
Attribute names are case insensitive.
The name of the user.
" + }, + "Surname":{ + "shape":"Surname", + "documentation":"The last name of the user.
" + } + } + }, + "CreateUserResult":{ + "type":"structure", + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier (ID) of the directory where the address block is added.
" + }, + "SAMAccountName":{ + "shape":"UserName", + "documentation":"The name of the user.
" + }, + "SID":{ + "shape":"SID", + "documentation":"The unique security identifier (SID) of the user.
" + } + } + }, + "DeleteGroupRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "SAMAccountName" + ], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"A unique and case-sensitive identifier that you provide to make sure the idempotency of the request, so multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it completes. After 8 hours, any request with the same client token is treated as a new request. If the request succeeds, any future uses of that token will be idempotent for another 8 hours.
If you submit a request with the same client token but change one of the other parameters within the 8-hour idempotency window, Directory Service Data returns an ConflictException.
This parameter is optional when using the CLI or SDK.
The identifier (ID) of the directory that's associated with the group.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "SAMAccountName":{ + "shape":"GroupName", + "documentation":"The name of the group.
" + } + } + }, + "DeleteGroupResult":{ + "type":"structure", + "members":{ + } + }, + "DeleteUserRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "SAMAccountName" + ], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"A unique and case-sensitive identifier that you provide to make sure the idempotency of the request, so multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it completes. After 8 hours, any request with the same client token is treated as a new request. If the request succeeds, any future uses of that token will be idempotent for another 8 hours.
If you submit a request with the same client token but change one of the other parameters within the 8-hour idempotency window, Directory Service Data returns an ConflictException.
This parameter is optional when using the CLI or SDK.
The identifier (ID) of the directory that's associated with the user.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "SAMAccountName":{ + "shape":"UserName", + "documentation":"The name of the user.
" + } + } + }, + "DeleteUserResult":{ + "type":"structure", + "members":{ + } + }, + "DescribeGroupRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "SAMAccountName" + ], + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The Identifier (ID) of the directory associated with the group.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "OtherAttributes":{ + "shape":"LdapDisplayNameList", + "documentation":"One or more attributes to be returned for the group. For a list of supported attributes, see Directory Service Data Attributes.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain name that's associated with the group.
This parameter is optional, so you can return groups outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD groups are returned.
This value is case insensitive.
The name of the group.
" + } + } + }, + "DescribeGroupResult":{ + "type":"structure", + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier (ID) of the directory that's associated with the group.
" + }, + "DistinguishedName":{ + "shape":"DistinguishedName", + "documentation":"The distinguished name of the object.
" + }, + "GroupScope":{ + "shape":"GroupScope", + "documentation":"The scope of the AD group. For details, see Active Directory security groups.
" + }, + "GroupType":{ + "shape":"GroupType", + "documentation":"The AD group type. For details, see Active Directory security group type.
" + }, + "OtherAttributes":{ + "shape":"Attributes", + "documentation":"The attribute values that are returned for the attribute names that are included in the request.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain name that's associated with the group.
" + }, + "SAMAccountName":{ + "shape":"GroupName", + "documentation":"The name of the group.
" + }, + "SID":{ + "shape":"SID", + "documentation":"The unique security identifier (SID) of the group.
" + } + } + }, + "DescribeUserRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "SAMAccountName" + ], + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier (ID) of the directory that's associated with the user.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "OtherAttributes":{ + "shape":"LdapDisplayNameList", + "documentation":"One or more attribute names to be returned for the user. A key is an attribute name, and the value is a list of maps. For a list of supported attributes, see Directory Service Data Attributes.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain name that's associated with the user.
This parameter is optional, so you can return users outside your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD users are returned.
This value is case insensitive.
The name of the user.
" + } + } + }, + "DescribeUserResult":{ + "type":"structure", + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier (ID) of the directory that's associated with the user.
" + }, + "DistinguishedName":{ + "shape":"DistinguishedName", + "documentation":"The distinguished name of the object.
" + }, + "EmailAddress":{ + "shape":"EmailAddress", + "documentation":"The email address of the user.
" + }, + "Enabled":{ + "shape":"Boolean", + "documentation":"Indicates whether the user account is active.
" + }, + "GivenName":{ + "shape":"GivenName", + "documentation":"The first name of the user.
" + }, + "OtherAttributes":{ + "shape":"Attributes", + "documentation":"The attribute values that are returned for the attribute names that are included in the request.
Attribute names are case insensitive.
The domain name that's associated with the user.
" + }, + "SAMAccountName":{ + "shape":"UserName", + "documentation":"The name of the user.
" + }, + "SID":{ + "shape":"SID", + "documentation":"The unique security identifier (SID) of the user.
" + }, + "Surname":{ + "shape":"Surname", + "documentation":"The last name of the user.
" + }, + "UserPrincipalName":{ + "shape":"UserPrincipalName", + "documentation":"The UPN that is an Internet-style login name for a user and is based on the Internet standard RFC 822. The UPN is shorter than the distinguished name and easier to remember.
" + } + } + }, + "DirectoryId":{ + "type":"string", + "pattern":"^d-[0-9a-f]{10}$" + }, + "DirectoryUnavailableException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ExceptionMessage"}, + "Reason":{ + "shape":"DirectoryUnavailableReason", + "documentation":"Reason the request failed for the specified directory.
" + } + }, + "documentation":"The request could not be completed due to a problem in the configuration or current state of the specified directory.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":false} + }, + "DirectoryUnavailableReason":{ + "type":"string", + "enum":[ + "INVALID_DIRECTORY_STATE", + "DIRECTORY_TIMEOUT", + "DIRECTORY_RESOURCES_EXCEEDED", + "NO_DISK_SPACE", + "TRUST_AUTH_FAILURE" + ] + }, + "DisableUserRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "SAMAccountName" + ], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"A unique and case-sensitive identifier that you provide to make sure the idempotency of the request, so multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it completes. After 8 hours, any request with the same client token is treated as a new request. If the request succeeds, any future uses of that token will be idempotent for another 8 hours.
If you submit a request with the same client token but change one of the other parameters within the 8-hour idempotency window, Directory Service Data returns an ConflictException.
This parameter is optional when using the CLI or SDK.
The identifier (ID) of the directory that's associated with the user.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "SAMAccountName":{ + "shape":"UserName", + "documentation":"The name of the user.
" + } + } + }, + "DisableUserResult":{ + "type":"structure", + "members":{ + } + }, + "DistinguishedName":{ + "type":"string", + "max":256, + "min":1, + "sensitive":true + }, + "EmailAddress":{ + "type":"string", + "max":256, + "min":1, + "sensitive":true + }, + "ExceptionMessage":{"type":"string"}, + "GivenName":{ + "type":"string", + "max":64, + "min":1, + "sensitive":true + }, + "Group":{ + "type":"structure", + "required":["SAMAccountName"], + "members":{ + "DistinguishedName":{ + "shape":"DistinguishedName", + "documentation":"The distinguished name of the object.
" + }, + "GroupScope":{ + "shape":"GroupScope", + "documentation":"The scope of the AD group. For details, see Active Directory security groups
" + }, + "GroupType":{ + "shape":"GroupType", + "documentation":"The AD group type. For details, see Active Directory security group type.
" + }, + "OtherAttributes":{ + "shape":"Attributes", + "documentation":"An expression of one or more attributes, data types, and the values of a group.
" + }, + "SAMAccountName":{ + "shape":"GroupName", + "documentation":"The name of the group.
" + }, + "SID":{ + "shape":"SID", + "documentation":"The unique security identifier (SID) of the group.
" + } + }, + "documentation":"A group object that contains identifying information and attributes for a specified group.
" + }, + "GroupList":{ + "type":"list", + "member":{"shape":"Group"} + }, + "GroupName":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^[^:;|=+\"*?<>/\\\\,\\[\\]@]+$" + }, + "GroupScope":{ + "type":"string", + "enum":[ + "DomainLocal", + "Global", + "Universal", + "BuiltinLocal" + ] + }, + "GroupSummary":{ + "type":"structure", + "required":[ + "GroupScope", + "GroupType", + "SAMAccountName", + "SID" + ], + "members":{ + "GroupScope":{ + "shape":"GroupScope", + "documentation":"The scope of the AD group. For details, see Active Directory security groups.
" + }, + "GroupType":{ + "shape":"GroupType", + "documentation":"The AD group type. For details, see Active Directory security group type.
" + }, + "SAMAccountName":{ + "shape":"GroupName", + "documentation":"The name of the group.
" + }, + "SID":{ + "shape":"SID", + "documentation":"The unique security identifier (SID) of the group.
" + } + }, + "documentation":"A structure containing a subset of fields of a group object from a directory.
" + }, + "GroupSummaryList":{ + "type":"list", + "member":{"shape":"GroupSummary"} + }, + "GroupType":{ + "type":"string", + "enum":[ + "Distribution", + "Security" + ] + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalServerException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ExceptionMessage"} + }, + "documentation":"The operation didn't succeed because an internal error occurred. Try again later.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "LdapDisplayName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"^[A-Za-z*][A-Za-z-*]*$" + }, + "LdapDisplayNameList":{ + "type":"list", + "member":{"shape":"LdapDisplayName"}, + "max":25, + "min":1 + }, + "ListGroupMembersRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "SAMAccountName" + ], + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier (ID) of the directory that's associated with the group.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to be returned per request.
" + }, + "MemberRealm":{ + "shape":"Realm", + "documentation":"The domain name that's associated with the group member. This parameter defaults to the Managed Microsoft AD domain.
This parameter is optional and case insensitive.
An encoded paging token for paginated calls that can be passed back to retrieve the next page.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain name that's associated with the group.
This parameter is optional, so you can return members from a group outside of your Managed Microsoft AD domain. When no value is defined, only members of your Managed Microsoft AD groups are returned.
This value is case insensitive.
The name of the group.
" + } + } + }, + "ListGroupMembersResult":{ + "type":"structure", + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"Identifier (ID) of the directory associated with the group.
" + }, + "MemberRealm":{ + "shape":"Realm", + "documentation":"The domain name that's associated with the member.
" + }, + "Members":{ + "shape":"MemberList", + "documentation":"The member information that the request returns.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"An encoded paging token for paginated calls that can be passed back to retrieve the next page.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain name that's associated with the group.
" + } + } + }, + "ListGroupsForMemberRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "SAMAccountName" + ], + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier (ID) of the directory that's associated with the member.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to be returned per request.
" + }, + "MemberRealm":{ + "shape":"Realm", + "documentation":"The domain name that's associated with the group member.
This parameter is optional, so you can limit your results to the group members in a specific domain.
This parameter is case insensitive and defaults to Realm
An encoded paging token for paginated calls that can be passed back to retrieve the next page.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain name that's associated with the group.
This parameter is optional, so you can return groups outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD groups are returned.
This value is case insensitive and defaults to your Managed Microsoft AD domain.
The SAMAccountName of the user, group, or computer that's a member of the group.
The identifier (ID) of the directory that's associated with the member.
" + }, + "Groups":{ + "shape":"GroupSummaryList", + "documentation":"The group information that the request returns.
" + }, + "MemberRealm":{ + "shape":"Realm", + "documentation":"The domain that's associated with the member.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"An encoded paging token for paginated calls that can be passed back to retrieve the next page.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain that's associated with the group.
" + } + } + }, + "ListGroupsRequest":{ + "type":"structure", + "required":["DirectoryId"], + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier (ID) of the directory that's associated with the group.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to be returned per request.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"An encoded paging token for paginated calls that can be passed back to retrieve the next page.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain name associated with the directory.
This parameter is optional, so you can return groups outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD groups are returned.
This value is case insensitive.
The identifier (ID) of the directory that's associated with the group.
" + }, + "Groups":{ + "shape":"GroupSummaryList", + "documentation":"The group information that the request returns.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"An encoded paging token for paginated calls that can be passed back to retrieve the next page.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain name associated with the group.
" + } + } + }, + "ListUsersRequest":{ + "type":"structure", + "required":["DirectoryId"], + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier (ID) of the directory that's associated with the user.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to be returned per request.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"An encoded paging token for paginated calls that can be passed back to retrieve the next page.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain name that's associated with the user.
This parameter is optional, so you can return users outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD users are returned.
This value is case insensitive.
The identifier (ID) of the directory that's associated with the user.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"An encoded paging token for paginated calls that can be passed back to retrieve the next page.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain that's associated with the user.
" + }, + "Users":{ + "shape":"UserSummaryList", + "documentation":"The user information that the request returns.
" + } + } + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":250, + "min":1 + }, + "Member":{ + "type":"structure", + "required":[ + "MemberType", + "SAMAccountName", + "SID" + ], + "members":{ + "MemberType":{ + "shape":"MemberType", + "documentation":"The AD type of the member object.
" + }, + "SAMAccountName":{ + "shape":"MemberName", + "documentation":"The name of the group member.
" + }, + "SID":{ + "shape":"SID", + "documentation":"The unique security identifier (SID) of the group member.
" + } + }, + "documentation":"A member object that contains identifying information for a specified member.
" + }, + "MemberList":{ + "type":"list", + "member":{"shape":"Member"} + }, + "MemberName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"^[^:;|=+\"*?<>/\\\\,\\[\\]@]+$" + }, + "MemberType":{ + "type":"string", + "enum":[ + "USER", + "GROUP", + "COMPUTER" + ] + }, + "NextToken":{ + "type":"string", + "max":6144, + "min":1, + "sensitive":true + }, + "NumberAttributeValue":{ + "type":"long", + "box":true, + "sensitive":true + }, + "Realm":{ + "type":"string", + "max":255, + "min":1, + "pattern":"^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+[.]?$" + }, + "RemoveGroupMemberRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "GroupName", + "MemberName" + ], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"A unique and case-sensitive identifier that you provide to make sure the idempotency of the request, so multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it completes. After 8 hours, any request with the same client token is treated as a new request. If the request succeeds, any future uses of that token will be idempotent for another 8 hours.
If you submit a request with the same client token but change one of the other parameters within the 8-hour idempotency window, Directory Service Data returns an ConflictException.
This parameter is optional when using the CLI or SDK.
The identifier (ID) of the directory that's associated with the member.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "GroupName":{ + "shape":"GroupName", + "documentation":"The name of the group.
" + }, + "MemberName":{ + "shape":"MemberName", + "documentation":" The SAMAccountName of the user, group, or computer to remove from the group.
The domain name that's associated with the group member. This parameter defaults to the Managed Microsoft AD domain.
This parameter is optional and case insensitive.
The resource couldn't be found.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "SID":{ + "type":"string", + "max":256, + "min":1 + }, + "SearchGroupsRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "SearchAttributes", + "SearchString" + ], + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier (ID) of the directory that's associated with the group.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to be returned per request.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"An encoded paging token for paginated calls that can be passed back to retrieve the next page.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain name that's associated with the group.
This parameter is optional, so you can return groups outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD groups are returned.
This value is case insensitive.
One or more data attributes that are used to search for a group. For a list of supported attributes, see Directory Service Data Attributes.
" + }, + "SearchString":{ + "shape":"SearchString", + "documentation":"The attribute value that you want to search for.
Wildcard (*) searches aren't supported. For a list of supported attributes, see Directory Service Data Attributes.
The identifier (ID) of the directory that's associated with the group.
" + }, + "Groups":{ + "shape":"GroupList", + "documentation":"The group information that the request returns.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"An encoded paging token for paginated calls that can be passed back to retrieve the next page.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain that's associated with the group.
" + } + } + }, + "SearchString":{ + "type":"string", + "max":64, + "min":1, + "sensitive":true + }, + "SearchUsersRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "SearchAttributes", + "SearchString" + ], + "members":{ + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier (ID) of the directory that's associated with the user.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to be returned per request.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"An encoded paging token for paginated calls that can be passed back to retrieve the next page.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain name that's associated with the user.
This parameter is optional, so you can return users outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD users are returned.
This value is case insensitive.
One or more data attributes that are used to search for a user. For a list of supported attributes, see Directory Service Data Attributes.
" + }, + "SearchString":{ + "shape":"SearchString", + "documentation":"The attribute value that you want to search for.
Wildcard (*) searches aren't supported. For a list of supported attributes, see Directory Service Data Attributes.
The identifier (ID) of the directory where the address block is added.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"An encoded paging token for paginated calls that can be passed back to retrieve the next page.
" + }, + "Realm":{ + "shape":"Realm", + "documentation":"The domain that's associated with the user.
" + }, + "Users":{ + "shape":"UserList", + "documentation":"The user information that the request returns.
" + } + } + }, + "StringAttributeValue":{ + "type":"string", + "max":1024, + "min":1, + "sensitive":true + }, + "StringSetAttributeValue":{ + "type":"list", + "member":{"shape":"StringAttributeValue"}, + "max":25, + "min":0, + "sensitive":true + }, + "Surname":{ + "type":"string", + "max":64, + "min":1, + "sensitive":true + }, + "ThrottlingException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"ExceptionMessage"}, + "RetryAfterSeconds":{ + "shape":"Integer", + "documentation":"The recommended amount of seconds to retry after a throttling exception.
", + "location":"header", + "locationName":"Retry-After" + } + }, + "documentation":"The limit on the number of requests per second has been exceeded.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":true} + }, + "UpdateGroupRequest":{ + "type":"structure", + "required":[ + "DirectoryId", + "SAMAccountName" + ], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"A unique and case-sensitive identifier that you provide to make sure the idempotency of the request, so multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it completes. After 8 hours, any request with the same client token is treated as a new request. If the request succeeds, any future uses of that token will be idempotent for another 8 hours.
If you submit a request with the same client token but change one of the other parameters within the 8-hour idempotency window, Directory Service Data returns an ConflictException.
This parameter is optional when using the CLI or SDK.
The identifier (ID) of the directory that's associated with the group.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "GroupScope":{ + "shape":"GroupScope", + "documentation":"The scope of the AD group. For details, see Active Directory security groups.
" + }, + "GroupType":{ + "shape":"GroupType", + "documentation":"The AD group type. For details, see Active Directory security group type.
" + }, + "OtherAttributes":{ + "shape":"Attributes", + "documentation":"An expression that defines one or more attributes with the data type and the value of each attribute.
" + }, + "SAMAccountName":{ + "shape":"GroupName", + "documentation":"The name of the group.
" + }, + "UpdateType":{ + "shape":"UpdateType", + "documentation":" The type of update to be performed. If no value exists for the attribute, use ADD. Otherwise, use REPLACE to change an attribute value or REMOVE to clear the attribute value.
A unique and case-sensitive identifier that you provide to make sure the idempotency of the request, so multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it completes. After 8 hours, any request with the same client token is treated as a new request. If the request succeeds, any future uses of that token will be idempotent for another 8 hours.
If you submit a request with the same client token but change one of the other parameters within the 8-hour idempotency window, Directory Service Data returns an ConflictException.
This parameter is optional when using the CLI or SDK.
The identifier (ID) of the directory that's associated with the user.
", + "location":"querystring", + "locationName":"DirectoryId" + }, + "EmailAddress":{ + "shape":"EmailAddress", + "documentation":"The email address of the user.
" + }, + "GivenName":{ + "shape":"GivenName", + "documentation":"The first name of the user.
" + }, + "OtherAttributes":{ + "shape":"Attributes", + "documentation":"An expression that defines one or more attribute names with the data type and value of each attribute. A key is an attribute name, and the value is a list of maps. For a list of supported attributes, see Directory Service Data Attributes.
Attribute names are case insensitive.
The name of the user.
" + }, + "Surname":{ + "shape":"Surname", + "documentation":"The last name of the user.
" + }, + "UpdateType":{ + "shape":"UpdateType", + "documentation":" The type of update to be performed. If no value exists for the attribute, use ADD. Otherwise, use REPLACE to change an attribute value or REMOVE to clear the attribute value.
The distinguished name of the object.
" + }, + "EmailAddress":{ + "shape":"EmailAddress", + "documentation":"The email address of the user.
" + }, + "Enabled":{ + "shape":"Boolean", + "documentation":"Indicates whether the user account is active.
" + }, + "GivenName":{ + "shape":"GivenName", + "documentation":"The first name of the user.
" + }, + "OtherAttributes":{ + "shape":"Attributes", + "documentation":"An expression that includes one or more attributes, data types, and values of a user.
" + }, + "SAMAccountName":{ + "shape":"UserName", + "documentation":"The name of the user.
" + }, + "SID":{ + "shape":"SID", + "documentation":"The unique security identifier (SID) of the user.
" + }, + "Surname":{ + "shape":"Surname", + "documentation":"The last name of the user.
" + }, + "UserPrincipalName":{ + "shape":"UserPrincipalName", + "documentation":"The UPN that is an internet-style login name for a user and based on the internet standard RFC 822. The UPN is shorter than the distinguished name and easier to remember.
" + } + }, + "documentation":"A user object that contains identifying information and attributes for a specified user.
" + }, + "UserList":{ + "type":"list", + "member":{"shape":"User"} + }, + "UserName":{ + "type":"string", + "max":20, + "min":1, + "pattern":"^[\\w\\-.]+$" + }, + "UserPrincipalName":{ + "type":"string", + "max":256, + "min":1, + "sensitive":true + }, + "UserSummary":{ + "type":"structure", + "required":[ + "Enabled", + "SAMAccountName", + "SID" + ], + "members":{ + "Enabled":{ + "shape":"Boolean", + "documentation":"Indicates whether the user account is active.
" + }, + "GivenName":{ + "shape":"GivenName", + "documentation":"The first name of the user.
" + }, + "SAMAccountName":{ + "shape":"UserName", + "documentation":"The name of the user.
" + }, + "SID":{ + "shape":"SID", + "documentation":"The unique security identifier (SID) of the user.
" + }, + "Surname":{ + "shape":"Surname", + "documentation":"The last name of the user.
" + } + }, + "documentation":"A structure containing a subset of the fields of a user object from a directory.
" + }, + "UserSummaryList":{ + "type":"list", + "member":{"shape":"UserSummary"} + }, + "ValidationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ExceptionMessage"}, + "Reason":{ + "shape":"ValidationExceptionReason", + "documentation":"Reason the request failed validation.
" + } + }, + "documentation":"The request isn't valid. Review the details in the error message to update the invalid parameters or values in your request.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ValidationExceptionReason":{ + "type":"string", + "enum":[ + "INVALID_REALM", + "INVALID_DIRECTORY_TYPE", + "INVALID_SECONDARY_REGION", + "INVALID_NEXT_TOKEN", + "INVALID_ATTRIBUTE_VALUE", + "INVALID_ATTRIBUTE_NAME", + "INVALID_ATTRIBUTE_FOR_USER", + "INVALID_ATTRIBUTE_FOR_GROUP", + "INVALID_ATTRIBUTE_FOR_SEARCH", + "INVALID_ATTRIBUTE_FOR_MODIFY", + "DUPLICATE_ATTRIBUTE", + "MISSING_ATTRIBUTE", + "ATTRIBUTE_EXISTS", + "LDAP_SIZE_LIMIT_EXCEEDED", + "LDAP_UNSUPPORTED_OPERATION" + ] + } + }, + "documentation":"Amazon Web Services Directory Service Data is an extension of Directory Service. This API reference provides detailed information about Directory Service Data operations and object types.
With Directory Service Data, you can create, read, update, and delete users, groups, and memberships from your Managed Microsoft AD without additional costs and without deploying dedicated management instances. You can also perform built-in object management tasks across directories without direct network connectivity, which simplifies provisioning and access management to achieve fully automated deployments. Directory Service Data supports user and group write operations, such as CreateUser and CreateGroup, within the organizational unit (OU) of your Managed Microsoft AD. Directory Service Data supports read operations, such as ListUsers and ListGroups, on all users, groups, and group memberships within your Managed Microsoft AD and across trusted realms. Directory Service Data supports adding and removing group members in your OU and the Amazon Web Services Delegated Groups OU, so you can grant and deny access to specific roles and permissions. For more information, see Manage users and groups in the Directory Service Administration Guide.
Directory management operations and configuration changes made against the Directory Service API will also reflect in Directory Service Data API with eventual consistency. You can expect a short delay between management changes, such as adding a new directory trust and calling the Directory Service Data API for the newly created trusted realm.
Directory Service Data connects to your Managed Microsoft AD domain controllers and performs operations on underlying directory objects. When you create your Managed Microsoft AD, you choose subnets for domain controllers that Directory Service creates on your behalf. If a domain controller is unavailable, Directory Service Data uses an available domain controller. As a result, you might notice eventual consistency while objects replicate from one domain controller to another domain controller. For more information, see What gets created in the Directory Service Administration Guide. Directory limits vary by Managed Microsoft AD edition:
Standard edition – Supports 8 transactions per second (TPS) for read operations and 4 TPS for write operations per directory. There's a concurrency limit of 10 concurrent requests.
Enterprise edition – Supports 16 transactions per second (TPS) for read operations and 8 TPS for write operations per directory. There's a concurrency limit of 10 concurrent requests.
Amazon Web Services Account - Supports a total of 100 TPS for Directory Service Data operations across all directories.
Directory Service Data only supports the Managed Microsoft AD directory type and is only available in the primary Amazon Web Services Region. For more information, see Managed Microsoft AD and Primary vs additional Regions in the Directory Service Administration Guide.
" +} diff --git a/testbed/boto__botocore/botocore/data/elastic-inference/2017-07-25/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/elastic-inference/2017-07-25/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..8d0a9e4933a2685440b75104c566d564e3b84dd7 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/elastic-inference/2017-07-25/endpoint-rule-set-1.json @@ -0,0 +1,314 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://api.elastic-inference-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://api.elastic-inference-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://api.elastic-inference.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ] + }, + { + "conditions": [], + "endpoint": { + "url": "https://api.elastic-inference.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/elastic-inference/2017-07-25/examples-1.json b/testbed/boto__botocore/botocore/data/elastic-inference/2017-07-25/examples-1.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea7e3b0bbe917eb027880396ac01509becd1fa0 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/elastic-inference/2017-07-25/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/testbed/boto__botocore/botocore/data/elastic-inference/2017-07-25/paginators-1.json b/testbed/boto__botocore/botocore/data/elastic-inference/2017-07-25/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..909b792bacb639a37db39d8fa4fddcd0dec6ec10 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/elastic-inference/2017-07-25/paginators-1.json @@ -0,0 +1,10 @@ +{ + "pagination": { + "DescribeAccelerators": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "acceleratorSet" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/elastic-inference/2017-07-25/service-2.json b/testbed/boto__botocore/botocore/data/elastic-inference/2017-07-25/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..d17648b02b49fd88bfe7da8f74c41a0136252a36 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/elastic-inference/2017-07-25/service-2.json @@ -0,0 +1,535 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2017-07-25", + "endpointPrefix":"api.elastic-inference", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceAbbreviation":"Amazon Elastic Inference", + "serviceFullName":"Amazon Elastic Inference", + "serviceId":"Elastic Inference", + "signatureVersion":"v4", + "signingName":"elastic-inference", + "uid":"elastic-inference-2017-07-25" + }, + "operations":{ + "DescribeAcceleratorOfferings":{ + "name":"DescribeAcceleratorOfferings", + "http":{ + "method":"POST", + "requestUri":"/describe-accelerator-offerings" + }, + "input":{"shape":"DescribeAcceleratorOfferingsRequest"}, + "output":{"shape":"DescribeAcceleratorOfferingsResponse"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Describes the locations in which a given accelerator type or set of types is present in a given region.
February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
" + }, + "DescribeAcceleratorTypes":{ + "name":"DescribeAcceleratorTypes", + "http":{ + "method":"GET", + "requestUri":"/describe-accelerator-types" + }, + "input":{"shape":"DescribeAcceleratorTypesRequest"}, + "output":{"shape":"DescribeAcceleratorTypesResponse"}, + "errors":[ + {"shape":"InternalServerException"} + ], + "documentation":"Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.
February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
" + }, + "DescribeAccelerators":{ + "name":"DescribeAccelerators", + "http":{ + "method":"POST", + "requestUri":"/describe-accelerators" + }, + "input":{"shape":"DescribeAcceleratorsRequest"}, + "output":{"shape":"DescribeAcceleratorsResponse"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Describes information over a provided set of accelerators belonging to an account.
February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{resourceArn}" + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResult"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Returns all tags of an Elastic Inference Accelerator.
February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tags/{resourceArn}" + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResult"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Adds the specified tags to an Elastic Inference Accelerator.
February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{resourceArn}" + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResult"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Removes the specified tags from an Elastic Inference Accelerator.
February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
" + } + }, + "shapes":{ + "AcceleratorHealthStatus":{ + "type":"string", + "max":256, + "min":1 + }, + "AcceleratorId":{ + "type":"string", + "max":256, + "min":1, + "pattern":"^eia-[0-9a-f]+$" + }, + "AcceleratorIdList":{ + "type":"list", + "member":{"shape":"AcceleratorId"}, + "max":1000, + "min":0 + }, + "AcceleratorType":{ + "type":"structure", + "members":{ + "acceleratorTypeName":{ + "shape":"AcceleratorTypeName", + "documentation":"The name of the Elastic Inference Accelerator type.
" + }, + "memoryInfo":{ + "shape":"MemoryInfo", + "documentation":"The memory information of the Elastic Inference Accelerator type.
" + }, + "throughputInfo":{ + "shape":"ThroughputInfoList", + "documentation":"The throughput information of the Elastic Inference Accelerator type.
" + } + }, + "documentation":"The details of an Elastic Inference Accelerator type.
" + }, + "AcceleratorTypeList":{ + "type":"list", + "member":{"shape":"AcceleratorType"}, + "max":100, + "min":0 + }, + "AcceleratorTypeName":{ + "type":"string", + "max":256, + "min":1, + "pattern":"^\\S+$" + }, + "AcceleratorTypeNameList":{ + "type":"list", + "member":{"shape":"AcceleratorTypeName"}, + "max":100, + "min":0 + }, + "AcceleratorTypeOffering":{ + "type":"structure", + "members":{ + "acceleratorType":{ + "shape":"AcceleratorTypeName", + "documentation":"The name of the Elastic Inference Accelerator type.
" + }, + "locationType":{ + "shape":"LocationType", + "documentation":"The location type for the offering. It can assume the following values: region: defines that the offering is at the regional level. availability-zone: defines that the offering is at the availability zone level. availability-zone-id: defines that the offering is at the availability zone level, defined by the availability zone id.
" + }, + "location":{ + "shape":"Location", + "documentation":"The location for the offering. It will return either the region, availability zone or availability zone id for the offering depending on the locationType value.
" + } + }, + "documentation":"The offering for an Elastic Inference Accelerator type.
" + }, + "AcceleratorTypeOfferingList":{ + "type":"list", + "member":{"shape":"AcceleratorTypeOffering"}, + "max":100, + "min":0 + }, + "AvailabilityZone":{ + "type":"string", + "max":256, + "min":1 + }, + "BadRequestException":{ + "type":"structure", + "members":{ + "message":{"shape":"String"} + }, + "documentation":"Raised when a malformed input has been provided to the API.
", + "error":{"httpStatusCode":400}, + "exception":true + }, + "DescribeAcceleratorOfferingsRequest":{ + "type":"structure", + "required":["locationType"], + "members":{ + "locationType":{ + "shape":"LocationType", + "documentation":"The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.
" + }, + "acceleratorTypes":{ + "shape":"AcceleratorTypeNameList", + "documentation":"The list of accelerator types to describe.
" + } + } + }, + "DescribeAcceleratorOfferingsResponse":{ + "type":"structure", + "members":{ + "acceleratorTypeOfferings":{ + "shape":"AcceleratorTypeOfferingList", + "documentation":"The list of accelerator type offerings for a specific location.
" + } + } + }, + "DescribeAcceleratorTypesRequest":{ + "type":"structure", + "members":{ + } + }, + "DescribeAcceleratorTypesResponse":{ + "type":"structure", + "members":{ + "acceleratorTypes":{ + "shape":"AcceleratorTypeList", + "documentation":"The available accelerator types.
" + } + } + }, + "DescribeAcceleratorsRequest":{ + "type":"structure", + "members":{ + "acceleratorIds":{ + "shape":"AcceleratorIdList", + "documentation":"The IDs of the accelerators to describe.
" + }, + "filters":{ + "shape":"FilterList", + "documentation":"One or more filters. Filter names and values are case-sensitive. Valid filter names are: accelerator-types: can provide a list of accelerator type names to filter for. instance-id: can provide a list of EC2 instance ids to filter for.
" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The total number of items to return in the command's output. If the total number of items available is more than the value specified, a NextToken is provided in the command's output. To resume pagination, provide the NextToken value in the starting-token argument of a subsequent command. Do not use the NextToken response element directly outside of the AWS CLI.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A token to specify where to start paginating. This is the NextToken from a previously truncated response.
" + } + } + }, + "DescribeAcceleratorsResponse":{ + "type":"structure", + "members":{ + "acceleratorSet":{ + "shape":"ElasticInferenceAcceleratorSet", + "documentation":"The details of the Elastic Inference Accelerators.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A token to specify where to start paginating. This is the NextToken from a previously truncated response.
" + } + } + }, + "ElasticInferenceAccelerator":{ + "type":"structure", + "members":{ + "acceleratorHealth":{ + "shape":"ElasticInferenceAcceleratorHealth", + "documentation":"The health of the Elastic Inference Accelerator.
" + }, + "acceleratorType":{ + "shape":"AcceleratorTypeName", + "documentation":"The type of the Elastic Inference Accelerator.
" + }, + "acceleratorId":{ + "shape":"AcceleratorId", + "documentation":"The ID of the Elastic Inference Accelerator.
" + }, + "availabilityZone":{ + "shape":"AvailabilityZone", + "documentation":"The availability zone where the Elastic Inference Accelerator is present.
" + }, + "attachedResource":{ + "shape":"ResourceArn", + "documentation":"The ARN of the resource that the Elastic Inference Accelerator is attached to.
" + } + }, + "documentation":"The details of an Elastic Inference Accelerator.
" + }, + "ElasticInferenceAcceleratorHealth":{ + "type":"structure", + "members":{ + "status":{ + "shape":"AcceleratorHealthStatus", + "documentation":"The health status of the Elastic Inference Accelerator.
" + } + }, + "documentation":"The health details of an Elastic Inference Accelerator.
" + }, + "ElasticInferenceAcceleratorSet":{ + "type":"list", + "member":{"shape":"ElasticInferenceAccelerator"} + }, + "Filter":{ + "type":"structure", + "members":{ + "name":{ + "shape":"FilterName", + "documentation":"The filter name for the Elastic Inference Accelerator list. It can assume the following values: accelerator-type: the type of Elastic Inference Accelerator to filter for. instance-id: an EC2 instance id to filter for.
" + }, + "values":{ + "shape":"ValueStringList", + "documentation":"The values for the filter of the Elastic Inference Accelerator list.
" + } + }, + "documentation":"A filter expression for the Elastic Inference Accelerator list.
" + }, + "FilterList":{ + "type":"list", + "member":{"shape":"Filter"}, + "max":100, + "min":0 + }, + "FilterName":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^\\S+$" + }, + "Integer":{"type":"integer"}, + "InternalServerException":{ + "type":"structure", + "members":{ + "message":{"shape":"String"} + }, + "documentation":"Raised when an unexpected error occurred during request processing.
", + "error":{"httpStatusCode":500}, + "exception":true + }, + "Key":{ + "type":"string", + "max":256, + "min":1, + "pattern":"^\\S+$" + }, + "KeyValuePair":{ + "type":"structure", + "members":{ + "key":{ + "shape":"Key", + "documentation":"The throughput value of the Elastic Inference Accelerator type. It can assume the following values: TFLOPS16bit: the throughput expressed in 16bit TeraFLOPS. TFLOPS32bit: the throughput expressed in 32bit TeraFLOPS.
" + }, + "value":{ + "shape":"Value", + "documentation":"The throughput value of the Elastic Inference Accelerator type.
" + } + }, + "documentation":"A throughput entry for an Elastic Inference Accelerator type.
" + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"ResourceARN", + "documentation":"The ARN of the Elastic Inference Accelerator to list the tags for.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResult":{ + "type":"structure", + "members":{ + "tags":{ + "shape":"TagMap", + "documentation":"The tags of the Elastic Inference Accelerator.
" + } + } + }, + "Location":{ + "type":"string", + "max":256, + "min":1 + }, + "LocationType":{ + "type":"string", + "enum":[ + "region", + "availability-zone", + "availability-zone-id" + ], + "max":256, + "min":1 + }, + "MaxResults":{ + "type":"integer", + "max":100, + "min":0 + }, + "MemoryInfo":{ + "type":"structure", + "members":{ + "sizeInMiB":{ + "shape":"Integer", + "documentation":"The size in mebibytes of the Elastic Inference Accelerator type.
" + } + }, + "documentation":"The memory information of an Elastic Inference Accelerator type.
" + }, + "NextToken":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"^[A-Za-z0-9+/]+={0,2}$" + }, + "ResourceARN":{ + "type":"string", + "max":1011, + "min":1, + "pattern":"^arn:aws[^\\s:]*:elastic-inference:[^\\s:]+:\\d{12}:elastic-inference-accelerator/eia-[0-9a-f]+$" + }, + "ResourceArn":{ + "type":"string", + "max":1283, + "min":1 + }, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + "message":{"shape":"String"} + }, + "documentation":"Raised when the requested resource cannot be found.
", + "error":{"httpStatusCode":404}, + "exception":true + }, + "String":{ + "type":"string", + "max":500000, + "pattern":"^.*$" + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^\\S$" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":50, + "min":1 + }, + "TagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":50, + "min":1 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tags" + ], + "members":{ + "resourceArn":{ + "shape":"ResourceARN", + "documentation":"The ARN of the Elastic Inference Accelerator to tag.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags to add to the Elastic Inference Accelerator.
" + } + } + }, + "TagResourceResult":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "pattern":".*" + }, + "ThroughputInfoList":{ + "type":"list", + "member":{"shape":"KeyValuePair"}, + "max":100, + "min":0 + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"ResourceARN", + "documentation":"The ARN of the Elastic Inference Accelerator to untag.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tagKeys":{ + "shape":"TagKeyList", + "documentation":"The list of tags to remove from the Elastic Inference Accelerator.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResult":{ + "type":"structure", + "members":{ + } + }, + "Value":{"type":"integer"}, + "ValueStringList":{ + "type":"list", + "member":{"shape":"String"}, + "max":100, + "min":0 + } + }, + "documentation":"Elastic Inference public APIs.
February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
" +} diff --git a/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..e6fea0075e8f8f280e6844aa879991a45bbcc89d --- /dev/null +++ b/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/endpoint-rule-set-1.json @@ -0,0 +1,314 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://elastictranscoder-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://elastictranscoder-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://elastictranscoder.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "endpoint": { + "url": "https://elastictranscoder.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/examples-1.json b/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/examples-1.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea7e3b0bbe917eb027880396ac01509becd1fa0 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/paginators-1.json b/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..5a145d3688b88b3c244142635377a2fc03565462 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/paginators-1.json @@ -0,0 +1,24 @@ +{ + "pagination": { + "ListJobsByPipeline": { + "input_token": "PageToken", + "output_token": "NextPageToken", + "result_key": "Jobs" + }, + "ListJobsByStatus": { + "input_token": "PageToken", + "output_token": "NextPageToken", + "result_key": "Jobs" + }, + "ListPipelines": { + "input_token": "PageToken", + "output_token": "NextPageToken", + "result_key": "Pipelines" + }, + "ListPresets": { + "input_token": "PageToken", + "output_token": "NextPageToken", + "result_key": "Presets" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/service-2.json b/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..e589644af158139da5730164fde01a4504825eee --- /dev/null +++ b/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/service-2.json @@ -0,0 +1,2339 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2012-09-25", + "endpointPrefix":"elastictranscoder", + "protocol":"rest-json", + "protocols":["rest-json"], + "serviceFullName":"Amazon Elastic Transcoder", + "serviceId":"Elastic Transcoder", + "signatureVersion":"v4", + "uid":"elastictranscoder-2012-09-25", + "auth":["aws.auth#sigv4"] + }, + "operations":{ + "CancelJob":{ + "name":"CancelJob", + "http":{ + "method":"DELETE", + "requestUri":"/2012-09-25/jobs/{Id}", + "responseCode":202 + }, + "input":{"shape":"CancelJobRequest"}, + "output":{"shape":"CancelJobResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"IncompatibleVersionException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ResourceInUseException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServiceException"} + ], + "documentation":"The CancelJob operation cancels an unfinished job.
You can only cancel a job that has a status of Submitted. To prevent a pipeline from starting to process a job while you're getting the job identifier, use UpdatePipelineStatus to temporarily pause the pipeline.
When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created.
If you have specified more than one output for your jobs (for example, one output for the Kindle Fire and another output for the Apple iPhone 4s), you currently must use the Elastic Transcoder API to list the jobs (as opposed to the AWS Console).
" + }, + "CreatePipeline":{ + "name":"CreatePipeline", + "http":{ + "method":"POST", + "requestUri":"/2012-09-25/pipelines", + "responseCode":201 + }, + "input":{"shape":"CreatePipelineRequest"}, + "output":{"shape":"CreatePipelineResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"IncompatibleVersionException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"LimitExceededException"}, + {"shape":"InternalServiceException"} + ], + "documentation":"The CreatePipeline operation creates a pipeline with settings that you specify.
" + }, + "CreatePreset":{ + "name":"CreatePreset", + "http":{ + "method":"POST", + "requestUri":"/2012-09-25/presets", + "responseCode":201 + }, + "input":{"shape":"CreatePresetRequest"}, + "output":{"shape":"CreatePresetResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"IncompatibleVersionException"}, + {"shape":"AccessDeniedException"}, + {"shape":"LimitExceededException"}, + {"shape":"InternalServiceException"} + ], + "documentation":"The CreatePreset operation creates a preset with settings that you specify.
Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic Transcoder requirements and to determine whether they comply with H.264 standards. If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns an HTTP 400 response (ValidationException) and does not create the preset. If the settings are valid for Elastic Transcoder but aren't strictly compliant with the H.264 standard, Elastic Transcoder creates the preset and returns a warning message in the response. This helps you determine whether your settings comply with the H.264 standard while giving you greater flexibility with respect to the video that Elastic Transcoder produces.
Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services.
" + }, + "DeletePipeline":{ + "name":"DeletePipeline", + "http":{ + "method":"DELETE", + "requestUri":"/2012-09-25/pipelines/{Id}", + "responseCode":202 + }, + "input":{"shape":"DeletePipelineRequest"}, + "output":{"shape":"DeletePipelineResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"IncompatibleVersionException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ResourceInUseException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServiceException"} + ], + "documentation":"The DeletePipeline operation removes a pipeline.
You can only delete a pipeline that has never been used or that is not currently in use (doesn't contain any active jobs). If the pipeline is currently in use, DeletePipeline returns an error.
The DeletePreset operation removes a preset that you've added in an AWS region.
You can't delete the default presets that are included with Elastic Transcoder.
The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.
Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.
" + }, + "ListJobsByStatus":{ + "name":"ListJobsByStatus", + "http":{ + "method":"GET", + "requestUri":"/2012-09-25/jobsByStatus/{Status}" + }, + "input":{"shape":"ListJobsByStatusRequest"}, + "output":{"shape":"ListJobsByStatusResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"IncompatibleVersionException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServiceException"} + ], + "documentation":"The ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria.
" + }, + "ListPipelines":{ + "name":"ListPipelines", + "http":{ + "method":"GET", + "requestUri":"/2012-09-25/pipelines" + }, + "input":{"shape":"ListPipelinesRequest"}, + "output":{"shape":"ListPipelinesResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"IncompatibleVersionException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServiceException"} + ], + "documentation":"The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
" + }, + "ListPresets":{ + "name":"ListPresets", + "http":{ + "method":"GET", + "requestUri":"/2012-09-25/presets" + }, + "input":{"shape":"ListPresetsRequest"}, + "output":{"shape":"ListPresetsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"IncompatibleVersionException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServiceException"} + ], + "documentation":"The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.
" + }, + "ReadJob":{ + "name":"ReadJob", + "http":{ + "method":"GET", + "requestUri":"/2012-09-25/jobs/{Id}" + }, + "input":{"shape":"ReadJobRequest"}, + "output":{"shape":"ReadJobResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"IncompatibleVersionException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServiceException"} + ], + "documentation":"The ReadJob operation returns detailed information about a job.
" + }, + "ReadPipeline":{ + "name":"ReadPipeline", + "http":{ + "method":"GET", + "requestUri":"/2012-09-25/pipelines/{Id}" + }, + "input":{"shape":"ReadPipelineRequest"}, + "output":{"shape":"ReadPipelineResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"IncompatibleVersionException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServiceException"} + ], + "documentation":"The ReadPipeline operation gets detailed information about a pipeline.
" + }, + "ReadPreset":{ + "name":"ReadPreset", + "http":{ + "method":"GET", + "requestUri":"/2012-09-25/presets/{Id}" + }, + "input":{"shape":"ReadPresetRequest"}, + "output":{"shape":"ReadPresetResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"IncompatibleVersionException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServiceException"} + ], + "documentation":"The ReadPreset operation gets detailed information about a preset.
" + }, + "TestRole":{ + "name":"TestRole", + "http":{ + "method":"POST", + "requestUri":"/2012-09-25/roleTests", + "responseCode":200 + }, + "input":{"shape":"TestRoleRequest"}, + "output":{"shape":"TestRoleResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"IncompatibleVersionException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServiceException"} + ], + "documentation":"The TestRole operation tests the IAM role used to create the pipeline.
The TestRole action lets you determine whether the IAM role you are using has sufficient permissions to let Elastic Transcoder perform tasks associated with the transcoding process. The action attempts to assume the specified IAM role, checks read access to the input and output buckets, and tries to send a test notification to Amazon SNS topics that you specify.
Use the UpdatePipeline operation to update settings for a pipeline.
When you change pipeline settings, your changes take effect immediately. Jobs that you have already submitted and that Elastic Transcoder has not started to process are affected in addition to jobs that you submit after you change settings.
With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.
When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.
" + }, + "UpdatePipelineStatus":{ + "name":"UpdatePipelineStatus", + "http":{ + "method":"POST", + "requestUri":"/2012-09-25/pipelines/{Id}/status" + }, + "input":{"shape":"UpdatePipelineStatusRequest"}, + "output":{"shape":"UpdatePipelineStatusResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"IncompatibleVersionException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ResourceInUseException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServiceException"} + ], + "documentation":"The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
Changing the pipeline status is useful if you want to cancel one or more jobs. You can't cancel jobs after Elastic Transcoder has started processing them; if you pause the pipeline to which you submitted the jobs, you have more time to get the job IDs for the jobs that you want to cancel, and to send a CancelJob request.
" + } + }, + "shapes":{ + "AccessControl":{ + "type":"string", + "pattern":"(^FullControl$)|(^Read$)|(^ReadAcp$)|(^WriteAcp$)" + }, + "AccessControls":{ + "type":"list", + "member":{"shape":"AccessControl"}, + "max":30 + }, + "AccessDeniedException":{ + "type":"structure", + "members":{ + }, + "documentation":"General authentication failure. The request was not signed correctly.
", + "error":{"httpStatusCode":403}, + "exception":true + }, + "Artwork":{ + "type":"structure", + "members":{ + "InputKey":{ + "shape":"WatermarkKey", + "documentation":"The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
Specify one of the following values to control scaling of the output album art:
Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.
Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.
Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.
Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.
ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.
ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.
When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.
The format of album art, if any. Valid formats are .jpg and .png.
The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
" + } + }, + "documentation":"The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20.
To remove artwork or leave the artwork empty, you can either set Artwork to null, or set the Merge Policy to \"Replace\" and use an empty Artwork array.
To pass through existing artwork unchanged, set the Merge Policy to \"Prepend\", \"Append\", or \"Fallback\", and use an empty Artwork array.
You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.
AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.
HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.
HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.
All outputs in a Smooth playlist must have the same value for Profile.
If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.
The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are 16 and 24.
The most common bit depth is 24.
You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.
The order the bits of a PCM sample are stored in.
The supported value is LittleEndian.
You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.
Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is Signed.
Options associated with your audio codec.
" + }, + "AudioCodecProfile":{ + "type":"string", + "pattern":"(^auto$)|(^AAC-LC$)|(^HE-AAC$)|(^HE-AACv2$)" + }, + "AudioPackingMode":{ + "type":"string", + "pattern":"(^SingleTrack$)|(^OneChannelPerTrack$)|(^OneChannelPerTrackWithMosTo8Tracks$)" + }, + "AudioParameters":{ + "type":"structure", + "members":{ + "Codec":{ + "shape":"AudioCodec", + "documentation":"The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto, 22050, 32000, 44100, 48000, 96000
If you specify auto, Elastic Transcoder automatically detects the sample rate.
The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
" + }, + "Channels":{ + "shape":"AudioChannels", + "documentation":"The number of audio channels in the output file. The following values are valid:
auto, 0, 1, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.
The output of a specific channel value and inputs are as follows:
auto channel specified, with any input: Pass through up to eight input channels.
0 channels specified, with any input: Audio omitted from the output.
1 channel specified, with at least one input channel: Mono sound.
2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.
The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.
The following values are valid:
SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.
The outputs of SingleTrack for a specific channel value and inputs are as follows:
0 channels with any input: Audio omitted from the output
1, 2, or auto channels with no audio input: Audio omitted from the output
1 channel with any input with audio: One track with one channel, downmixed if necessary
2 channels with one track with one channel: One track with two identical channels
2 or auto channels with two tracks with one channel each: One track with two channels
2 or auto channels with one track with two channels: One track with two channels
2 channels with one track with multiple channels: One track with two channels
auto channels with one track with one channel: One track with one channel
auto channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:
0 channels with any input: Audio omitted from the output
1, 2, or auto channels with no audio input: Audio omitted from the output
1 channel with any input with audio: One track with one channel, downmixed if necessary
2 channels with one track with one channel: Two tracks with one identical channel each
2 or auto channels with two tracks with one channel each: Two tracks with one channel each
2 or auto channels with one track with two channels: Two tracks with one channel each
2 channels with one track with multiple channels: Two tracks with one channel each
auto channels with one track with one channel: One track with one channel
auto channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:
0 channels with any input: Audio omitted from the output
1, 2, or auto channels with no audio input: Audio omitted from the output
1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks
2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks
2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks
2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks
2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks
auto channels with one track with one channel: One track with one channel, plus seven MOS tracks
auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:
auto, AAC-LC, HE-AAC, HE-AACv2
If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.
Parameters required for transcoding audio.
" + }, + "AudioSampleRate":{ + "type":"string", + "pattern":"(^auto$)|(^22050$)|(^32000$)|(^44100$)|(^48000$)|(^96000$)|(^192000$)" + }, + "AudioSigned":{ + "type":"string", + "pattern":"(^Unsigned$)|(^Signed$)" + }, + "Base64EncodedString":{ + "type":"string", + "pattern":"^$|(^(?:[A-Za-z0-9\\+/]{4})*(?:[A-Za-z0-9\\+/]{2}==|[A-Za-z0-9\\+/]{3}=)?$)" + }, + "BucketName":{ + "type":"string", + "pattern":"^(\\w|\\.|-){1,255}$" + }, + "CancelJobRequest":{ + "type":"structure", + "required":["Id"], + "members":{ + "Id":{ + "shape":"Id", + "documentation":"The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.
The CancelJobRequest structure.
The response body contains a JSON object. If the job is successfully canceled, the value of Success is true.
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4 captions have an extension of .ismt
The prefix for caption filenames, in the form description-{language}, where:
description is a description of the video.
{language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.
If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.
For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.
" + }, + "Encryption":{ + "shape":"Encryption", + "documentation":"The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
" + } + }, + "documentation":"The file format of the output captions. If you leave this value blank, Elastic Transcoder returns an error.
" + }, + "CaptionFormatFormat":{ + "type":"string", + "pattern":"(^mov-text$)|(^srt$)|(^scc$)|(^webvtt$)|(^dfxp$)|(^cea-708$)" + }, + "CaptionFormatPattern":{ + "type":"string", + "pattern":"(^$)|(^.*\\{language\\}.*$)" + }, + "CaptionFormats":{ + "type":"list", + "member":{"shape":"CaptionFormat"}, + "max":4 + }, + "CaptionMergePolicy":{ + "type":"string", + "pattern":"(^MergeOverride$)|(^MergeRetain$)|(^Override$)" + }, + "CaptionSource":{ + "type":"structure", + "members":{ + "Key":{ + "shape":"LongKey", + "documentation":"The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
" + }, + "Language":{ + "shape":"Key", + "documentation":"A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
" + }, + "TimeOffset":{ + "shape":"TimeOffset", + "documentation":"For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.
Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
" + }, + "Label":{ + "shape":"Name", + "documentation":"The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
" + }, + "Encryption":{ + "shape":"Encryption", + "documentation":"The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.
" + } + }, + "documentation":"A source file for the input sidecar captions used during the transcoding process.
" + }, + "CaptionSources":{ + "type":"list", + "member":{"shape":"CaptionSource"}, + "max":20 + }, + "Captions":{ + "type":"structure", + "members":{ + "MergePolicy":{ + "shape":"CaptionMergePolicy", + "documentation":"A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.
MergePolicy cannot be null.
Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.
The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
" + } + }, + "documentation":"The captions to be created, if any.
" + }, + "Clip":{ + "type":"structure", + "members":{ + "TimeSpan":{ + "shape":"TimeSpan", + "documentation":"Settings that determine when a clip begins and how long it lasts.
" + } + }, + "documentation":"Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.
", + "deprecated":true + }, + "CodecOption":{ + "type":"string", + "max":255, + "min":1 + }, + "CodecOptions":{ + "type":"map", + "key":{"shape":"CodecOption"}, + "value":{"shape":"CodecOption"}, + "max":30 + }, + "Composition":{ + "type":"list", + "member":{"shape":"Clip"}, + "deprecated":true + }, + "CreateJobOutput":{ + "type":"structure", + "members":{ + "Key":{ + "shape":"Key", + "documentation":" The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
{count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.
{resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.
The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
" + }, + "Rotate":{ + "shape":"Rotate", + "documentation":" The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.
The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
(Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
" + }, + "AlbumArt":{ + "shape":"JobAlbumArt", + "documentation":"Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.
" + }, + "Composition":{ + "shape":"Composition", + "documentation":"You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
", + "deprecated":true + }, + "Captions":{ + "shape":"Captions", + "documentation":"You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt
Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
" + }, + "Encryption":{ + "shape":"Encryption", + "documentation":"You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
" + } + }, + "documentation":"The CreateJobOutput structure.
The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.
Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.
The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.
For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:
OutputKeyPrefixOutputs:Key
If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:
OutputKeyPrefixOutputs:Key.m3u8
OutputKeyPrefixOutputs:Key00000.ts
If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:
OutputKeyPrefixOutputs:Key_v4.m3u8
OutputKeyPrefixOutputs:Key_iframe.m3u8
OutputKeyPrefixOutputs:Key.ts
Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
" + }, + "PlayReadyDrm":{ + "shape":"PlayReadyDrm", + "documentation":"The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
" + } + }, + "documentation":"Information about the master playlist.
" + }, + "CreateJobPlaylists":{ + "type":"list", + "member":{"shape":"CreateJobPlaylist"}, + "max":30 + }, + "CreateJobRequest":{ + "type":"structure", + "required":["PipelineId"], + "members":{ + "PipelineId":{ + "shape":"Id", + "documentation":"The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
A section of the request body that provides information about the file that is being transcoded.
" + }, + "Inputs":{ + "shape":"JobInputs", + "documentation":"A section of the request body that provides information about the files that are being transcoded.
" + }, + "Output":{ + "shape":"CreateJobOutput", + "documentation":" A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.
A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.
The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
" + }, + "Playlists":{ + "shape":"CreateJobPlaylists", + "documentation":"If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
" + }, + "UserMetadata":{ + "shape":"UserMetadata", + "documentation":"User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.
The CreateJobRequest structure.
A section of the response body that provides information about the job that is created.
" + } + }, + "documentation":"The CreateJobResponse structure.
" + }, + "CreatePipelineRequest":{ + "type":"structure", + "required":[ + "Name", + "InputBucket", + "Role" + ], + "members":{ + "Name":{ + "shape":"Name", + "documentation":"The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
" + }, + "InputBucket":{ + "shape":"BucketName", + "documentation":"The Amazon S3 bucket in which you saved the media files that you want to transcode.
" + }, + "OutputBucket":{ + "shape":"BucketName", + "documentation":"The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.
You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
" + }, + "AwsKmsKeyArn":{ + "shape":"KeyArn", + "documentation":"The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either s3 or s3-aws-kms as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of aes-cbc-pkcs7, aes-ctr, or aes-gcm.
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
Complete: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.
If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.
If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.
Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
Grantee Type: Specify the type of value that appears in the Grantee object:
Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.
A canonical user ID is not the same as an AWS account number.
Email: The value in the Grantee object is the registered email address of an AWS account.
Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.
Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.
READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.
WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.
FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.
StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.
If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.
If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.
Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
GranteeType: Specify the type of value that appears in the Grantee object:
Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.
A canonical user ID is not the same as an AWS account number.
Email: The value in the Grantee object is the registered email address of an AWS account.
Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.
Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.
READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.
The CreatePipelineRequest structure.
A section of the response body that provides information about the pipeline that is created.
" + }, + "Warnings":{ + "shape":"Warnings", + "documentation":"Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
" + } + }, + "documentation":"When you create a pipeline, Elastic Transcoder returns the values that you specified in the request.
" + }, + "CreatePresetRequest":{ + "type":"structure", + "required":[ + "Name", + "Container" + ], + "members":{ + "Name":{ + "shape":"Name", + "documentation":"The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
" + }, + "Description":{ + "shape":"Description", + "documentation":"A description of the preset.
" + }, + "Container":{ + "shape":"PresetContainer", + "documentation":"The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.
A section of the request body that specifies the video parameters.
" + }, + "Audio":{ + "shape":"AudioParameters", + "documentation":"A section of the request body that specifies the audio parameters.
" + }, + "Thumbnails":{ + "shape":"Thumbnails", + "documentation":"A section of the request body that specifies the thumbnail parameters, if any.
" + } + }, + "documentation":"The CreatePresetRequest structure.
A section of the response body that provides information about the preset that is created.
" + }, + "Warning":{ + "shape":"String", + "documentation":"If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
" + } + }, + "documentation":"The CreatePresetResponse structure.
The identifier of the pipeline that you want to delete.
", + "location":"uri", + "locationName":"Id" + } + }, + "documentation":"The DeletePipelineRequest structure.
The DeletePipelineResponse structure.
The identifier of the preset for which you want to get detailed information.
", + "location":"uri", + "locationName":"Id" + } + }, + "documentation":"The DeletePresetRequest structure.
The DeletePresetResponse structure.
The detected width of the input file, in pixels.
" + }, + "Height":{ + "shape":"NullableInteger", + "documentation":"The detected height of the input file, in pixels.
" + }, + "FrameRate":{ + "shape":"FloatString", + "documentation":"The detected frame rate of the input file, in frames per second.
" + }, + "FileSize":{ + "shape":"NullableLong", + "documentation":"The detected file size of the input file, in bytes.
" + }, + "DurationMillis":{ + "shape":"NullableLong", + "documentation":"The detected duration of the input file, in milliseconds.
" + } + }, + "documentation":"The detected properties of the input file. Elastic Transcoder identifies these values from the input file.
" + }, + "Digits":{ + "type":"string", + "pattern":"^\\d{1,5}$" + }, + "DigitsOrAuto":{ + "type":"string", + "pattern":"(^auto$)|(^\\d{2,4}$)" + }, + "Encryption":{ + "type":"structure", + "members":{ + "Mode":{ + "shape":"EncryptionMode", + "documentation":"The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
s3: Amazon S3 creates and manages the keys used for encrypting your files.
s3-aws-kms: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify s3-aws-kms and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.
aes-cbc-pkcs7: A padded cipher-block mode of operation originally used for HLS files.
aes-ctr: AES Counter Mode.
aes-gcm: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128, 192, or 256.
The key must also be encrypted by using the Amazon Key Management Service.
" + }, + "KeyMd5":{ + "shape":"Base64EncodedString", + "documentation":"The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
" + }, + "InitializationVector":{ + "shape":"ZeroTo255String", + "documentation":"The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
" + } + }, + "documentation":"The encryption settings, if any, that are used for decrypting your input files or encrypting your output files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file, otherwise you must specify the mode you want Elastic Transcoder to use to encrypt your output files.
" + }, + "EncryptionMode":{ + "type":"string", + "pattern":"(^s3$)|(^s3-aws-kms$)|(^aes-cbc-pkcs7$)|(^aes-ctr$)|(^aes-gcm$)" + }, + "ExceptionMessages":{ + "type":"list", + "member":{"shape":"String"} + }, + "Filename":{ + "type":"string", + "max":255, + "min":1 + }, + "FixedGOP":{ + "type":"string", + "pattern":"(^true$)|(^false$)" + }, + "FloatString":{ + "type":"string", + "pattern":"^\\d{1,5}(\\.\\d{0,5})?$" + }, + "FrameRate":{ + "type":"string", + "pattern":"(^auto$)|(^10$)|(^15$)|(^23.97$)|(^24$)|(^25$)|(^29.97$)|(^30$)|(^50$)|(^60$)" + }, + "Grantee":{ + "type":"string", + "max":255, + "min":1 + }, + "GranteeType":{ + "type":"string", + "pattern":"(^Canonical$)|(^Email$)|(^Group$)" + }, + "HlsContentProtection":{ + "type":"structure", + "members":{ + "Method":{ + "shape":"HlsContentProtectionMethod", + "documentation":"The content protection method for your output. The only valid value is: aes-128.
This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.
If you want Elastic Transcoder to generate a key for you, leave this field blank.
If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128, 192, or 256.
If Elastic Transcoder is generating your key for you, you must leave this field blank.
The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.
" + }, + "InitializationVector":{ + "shape":"ZeroTo255String", + "documentation":"If Elastic Transcoder is generating your key for you, you must leave this field blank.
The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
" + }, + "LicenseAcquisitionUrl":{ + "shape":"ZeroTo512String", + "documentation":"The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.
" + }, + "KeyStoragePolicy":{ + "shape":"KeyStoragePolicy", + "documentation":"Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to your output files.
" + }, + "HlsContentProtectionMethod":{ + "type":"string", + "pattern":"(^aes-128$)" + }, + "HorizontalAlign":{ + "type":"string", + "pattern":"(^Left$)|(^Right$)|(^Center$)" + }, + "Id":{ + "type":"string", + "pattern":"^\\d{13}-\\w{6}$" + }, + "IncompatibleVersionException":{ + "type":"structure", + "members":{ + }, + "error":{"httpStatusCode":400}, + "exception":true + }, + "InputCaptions":{ + "type":"structure", + "members":{ + "MergePolicy":{ + "shape":"CaptionMergePolicy", + "documentation":"A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.
MergePolicy cannot be null.
Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.
The captions to be created, if any.
" + }, + "Interlaced":{ + "type":"string", + "pattern":"(^auto$)|(^true$)|(^false$)" + }, + "InternalServiceException":{ + "type":"structure", + "members":{ + }, + "documentation":"Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
", + "exception":true, + "fault":true + }, + "Job":{ + "type":"structure", + "members":{ + "Id":{ + "shape":"Id", + "documentation":"The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
" + }, + "Arn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) for the job.
" + }, + "PipelineId":{ + "shape":"Id", + "documentation":" The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
A section of the request or response body that provides information about the file that is being transcoded.
" + }, + "Inputs":{ + "shape":"JobInputs", + "documentation":"Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.
" + }, + "Output":{ + "shape":"JobOutput", + "documentation":"If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
Outputs recommended instead.
A section of the request or response body that provides information about the transcoded (target) file.
" + }, + "Outputs":{ + "shape":"JobOutputs", + "documentation":"Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.
If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
" + }, + "OutputKeyPrefix":{ + "shape":"Key", + "documentation":"The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.
Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
" + }, + "Status":{ + "shape":"JobStatus", + "documentation":" The status of the job: Submitted, Progressing, Complete, Canceled, or Error.
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.
Metadata keys and values must use characters from the following list:
0-9
A-Z and a-z
Space
The following symbols: _.:/=+-%@
Details about the timing of a job.
" + } + }, + "documentation":"A section of the response body that provides information about the job that is created.
" + }, + "JobAlbumArt":{ + "type":"structure", + "members":{ + "MergePolicy":{ + "shape":"MergePolicy", + "documentation":"A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.
Replace: The specified album art replaces any existing album art.
Prepend: The specified album art is placed in front of any existing album art.
Append: The specified album art is placed after any existing album art.
Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.
The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png
The .jpg or .png file associated with an audio file.
" + }, + "JobContainer":{ + "type":"string", + "pattern":"(^auto$)|(^3gp$)|(^asf$)|(^avi$)|(^divx$)|(^flv$)|(^mkv$)|(^mov$)|(^mp4$)|(^mpeg$)|(^mpeg-ps$)|(^mpeg-ts$)|(^mxf$)|(^ogg$)|(^ts$)|(^vob$)|(^wav$)|(^webm$)|(^mp3$)|(^m4a$)|(^aac$)" + }, + "JobInput":{ + "type":"structure", + "members":{ + "Key":{ + "shape":"LongKey", + "documentation":" The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.
If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:
10, 15, 23.97, 24, 25, 29.97, 30, 60
If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.
This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.
The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:
1:1, 4:3, 3:2, 16:9
If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.
Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:
true, false
If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.
The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:
3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm
The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.
" + }, + "TimeSpan":{ + "shape":"TimeSpan", + "documentation":"Settings for clipping an input. Each input can have different clip settings.
" + }, + "InputCaptions":{ + "shape":"InputCaptions", + "documentation":"You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt
Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
" + }, + "DetectedProperties":{ + "shape":"DetectedProperties", + "documentation":"The detected properties of the input file.
" + } + }, + "documentation":"Information about the file that you're transcoding.
" + }, + "JobInputs":{ + "type":"list", + "member":{"shape":"JobInput"}, + "max":200 + }, + "JobOutput":{ + "type":"structure", + "members":{ + "Id":{ + "shape":"String", + "documentation":"A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.
" + }, + "Key":{ + "shape":"Key", + "documentation":" The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
{count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.
If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.
Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.
{resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.
The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
" + }, + "Rotate":{ + "shape":"Rotate", + "documentation":"The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:
auto, 0, 90, 180, 270
The value auto generally works only if the file that you're transcoding contains rotation metadata.
The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.
(Outputs in Fragmented MP4 or MPEG-TS format only.
If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.
The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:
Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.
When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.
Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.
When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.
The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.
Information that further explains Status.
Duration of the output file, in seconds.
" + }, + "Width":{ + "shape":"NullableInteger", + "documentation":"Specifies the width of the output file in pixels.
" + }, + "Height":{ + "shape":"NullableInteger", + "documentation":"Height of the output file, in pixels.
" + }, + "FrameRate":{ + "shape":"FloatString", + "documentation":"Frame rate of the output file, in frames per second.
" + }, + "FileSize":{ + "shape":"NullableLong", + "documentation":"File size of the output file, in bytes.
" + }, + "DurationMillis":{ + "shape":"NullableLong", + "documentation":"Duration of the output file, in milliseconds.
" + }, + "Watermarks":{ + "shape":"JobWatermarks", + "documentation":"Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.
Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.
" + }, + "AlbumArt":{ + "shape":"JobAlbumArt", + "documentation":"The album art to be associated with the output file, if any.
" + }, + "Composition":{ + "shape":"Composition", + "documentation":"You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
", + "deprecated":true + }, + "Captions":{ + "shape":"Captions", + "documentation":"You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text
Valid outputs include: mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt
Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
" + }, + "Encryption":{ + "shape":"Encryption", + "documentation":"The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.
" + }, + "AppliedColorSpaceConversion":{ + "shape":"String", + "documentation":"If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.
Outputs recommended instead.
If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
" + }, + "InputKey":{ + "shape":"WatermarkKey", + "documentation":" The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
" + }, + "Encryption":{ + "shape":"Encryption", + "documentation":"The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
" + } + }, + "documentation":"Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.
" + }, + "JobWatermarks":{ + "type":"list", + "member":{"shape":"JobWatermark"} + }, + "Jobs":{ + "type":"list", + "member":{"shape":"Job"} + }, + "JpgOrPng":{ + "type":"string", + "pattern":"(^jpg$)|(^png$)" + }, + "Key":{ + "type":"string", + "max":255, + "min":1 + }, + "KeyArn":{ + "type":"string", + "max":255, + "min":0 + }, + "KeyIdGuid":{ + "type":"string", + "pattern":"(^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$)|(^[0-9A-Fa-f]{32}$)" + }, + "KeyStoragePolicy":{ + "type":"string", + "pattern":"(^NoStore$)|(^WithVariantPlaylists$)" + }, + "KeyframesMaxDist":{ + "type":"string", + "pattern":"^\\d{1,6}$" + }, + "LimitExceededException":{ + "type":"structure", + "members":{ + }, + "documentation":"Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.
", + "error":{"httpStatusCode":429}, + "exception":true + }, + "ListJobsByPipelineRequest":{ + "type":"structure", + "required":["PipelineId"], + "members":{ + "PipelineId":{ + "shape":"Id", + "documentation":"The ID of the pipeline for which you want to get job information.
", + "location":"uri", + "locationName":"PipelineId" + }, + "Ascending":{ + "shape":"Ascending", + "documentation":" To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.
When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.
The ListJobsByPipelineRequest structure.
An array of Job objects that are in the specified pipeline.
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.
The ListJobsByPipelineResponse structure.
To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.
To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.
When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.
The ListJobsByStatusRequest structure.
An array of Job objects that have the specified status.
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.
The ListJobsByStatusResponse structure.
To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.
When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.
The ListPipelineRequest structure.
An array of Pipeline objects.
A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.
A list of the pipelines associated with the current AWS account.
" + }, + "ListPresetsRequest":{ + "type":"structure", + "members":{ + "Ascending":{ + "shape":"Ascending", + "documentation":"To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.
When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.
The ListPresetsRequest structure.
An array of Preset objects.
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.
The ListPresetsResponse structure.
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
" + }, + "Completed":{ + "shape":"SnsTopic", + "documentation":"The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
" + }, + "Warning":{ + "shape":"SnsTopic", + "documentation":"The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
" + }, + "Error":{ + "shape":"SnsTopic", + "documentation":"The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
" + } + }, + "documentation":"The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
The type of value that appears in the Grantee object:
Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.
A canonical user ID is not the same as an AWS account number.
Email: The registered email address of an AWS account.
Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.
The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
" + }, + "Access":{ + "shape":"AccessControls", + "documentation":"The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
The Permission structure.
The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.
" + }, + "Arn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) for the pipeline.
" + }, + "Name":{ + "shape":"Name", + "documentation":"The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
" + }, + "Status":{ + "shape":"PipelineStatus", + "documentation":"The current status of the pipeline:
Active: The pipeline is processing jobs.
Paused: The pipeline is not currently processing jobs.
The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.
" + }, + "OutputBucket":{ + "shape":"BucketName", + "documentation":"The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.
The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.
" + }, + "AwsKmsKeyArn":{ + "shape":"KeyArn", + "documentation":"The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either s3 or s3-aws-kms as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of aes-cbc-pkcs7, aes-ctr, or aes-gcm.
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
Complete (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.
Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.
GranteeType: The type of value that appears in the Grantee object:
Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.
Email: The registered email address of an AWS account.
Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.
Grantee: The AWS user or group that you want to have access to transcoded files and playlists.
Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.
READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.
WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.
FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.
StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.
Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.
GranteeType: The type of value that appears in the Grantee object:
Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.
A canonical user ID is not the same as an AWS account number.
Email: The registered email address of an AWS account.
Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.
Grantee: The AWS user or group that you want to have access to thumbnail files.
Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.
The pipeline (queue) that is used to manage jobs.
" + }, + "PipelineOutputConfig":{ + "type":"structure", + "members":{ + "Bucket":{ + "shape":"BucketName", + "documentation":"The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
You do not want to specify the permissions that Elastic Transcoder grants to the files.
You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.
The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.
The PipelineOutputConfig structure.
The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
" + }, + "Key":{ + "shape":"NonEmptyBase64EncodedString", + "documentation":"The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128, 192, or 256.
The key must also be encrypted by using AWS KMS.
" + }, + "KeyMd5":{ + "shape":"NonEmptyBase64EncodedString", + "documentation":"The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
" + }, + "KeyId":{ + "shape":"KeyIdGuid", + "documentation":"The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
" + }, + "InitializationVector":{ + "shape":"ZeroTo255String", + "documentation":"The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
" + }, + "LicenseAcquisitionUrl":{ + "shape":"OneTo512String", + "documentation":"The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/
The PlayReady DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
PlayReady DRM encrypts your media files using aes-ctr encryption.
If you use DRM for an HLSv3 playlist, your outputs must have a master playlist.
The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.
Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.
The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.
For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:
OutputKeyPrefixOutputs:Key
If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:
OutputKeyPrefixOutputs:Key.m3u8
OutputKeyPrefixOutputs:Key00000.ts
If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:
OutputKeyPrefixOutputs:Key_v4.m3u8
OutputKeyPrefixOutputs:Key_iframe.m3u8
OutputKeyPrefixOutputs:Key.ts
Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.
The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
" + }, + "PlayReadyDrm":{ + "shape":"PlayReadyDrm", + "documentation":"The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
" + }, + "Status":{ + "shape":"JobStatus", + "documentation":"The status of the job with which the playlist is associated.
" + }, + "StatusDetail":{ + "shape":"Description", + "documentation":"Information that further explains the status.
" + } + }, + "documentation":" Use Only for Fragmented MP4 or MPEG-TS Outputs. If you specify a preset for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. We recommend that you create only one master playlist per output format. The maximum number of master playlists in a job is 30.
Identifier for the new preset. You use this value to get settings for the preset or to delete it.
" + }, + "Arn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) for the preset.
" + }, + "Name":{ + "shape":"Name", + "documentation":"The name of the preset.
" + }, + "Description":{ + "shape":"Description", + "documentation":"A description of the preset.
" + }, + "Container":{ + "shape":"PresetContainer", + "documentation":"The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.
A section of the response body that provides information about the audio preset values.
" + }, + "Video":{ + "shape":"VideoParameters", + "documentation":"A section of the response body that provides information about the video preset values.
" + }, + "Thumbnails":{ + "shape":"Thumbnails", + "documentation":"A section of the response body that provides information about the thumbnail preset values, if any.
" + }, + "Type":{ + "shape":"PresetType", + "documentation":"Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).
Presets are templates that contain most of the settings for transcoding media files from one format to another. Elastic Transcoder includes some default presets for common formats, for example, several iPod and iPhone versions. You can also create your own presets for formats that aren't included among the default presets. You specify which preset you want to use when you create a job.
" + }, + "PresetContainer":{ + "type":"string", + "pattern":"(^mp4$)|(^ts$)|(^webm$)|(^mp3$)|(^flac$)|(^oga$)|(^ogg$)|(^fmp4$)|(^mpg$)|(^flv$)|(^gif$)|(^mxf$)|(^wav$)|(^mp2$)" + }, + "PresetType":{ + "type":"string", + "pattern":"(^System$)|(^Custom$)" + }, + "PresetWatermark":{ + "type":"structure", + "members":{ + "Id":{ + "shape":"PresetWatermarkId", + "documentation":" A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.
The maximum width of the watermark in one of the following formats:
number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.
integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.
The maximum height of the watermark in one of the following formats:
number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.
integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.
A value that controls scaling of the watermark:
Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.
Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.
ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:
Left: The left edge of the watermark is aligned with the left border of the video.
Right: The right edge of the watermark is aligned with the right border of the video.
Center: The watermark is centered between the left and right borders.
The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
integer percentage (%): The range of valid values is 0 to 100.
For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.
HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:
Top: The top edge of the watermark is aligned with the top border of the video.
Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
Center: The watermark is centered between the top and bottom borders.
VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.
integer percentage (%): The range of valid values is 0 to 100.
For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.
VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.
A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:
Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.
Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.
Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.
Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.
When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.
" + }, + "PresetWatermarkId":{ + "type":"string", + "max":40, + "min":1 + }, + "PresetWatermarks":{ + "type":"list", + "member":{"shape":"PresetWatermark"} + }, + "Presets":{ + "type":"list", + "member":{"shape":"Preset"} + }, + "ReadJobRequest":{ + "type":"structure", + "required":["Id"], + "members":{ + "Id":{ + "shape":"Id", + "documentation":"The identifier of the job for which you want to get detailed information.
", + "location":"uri", + "locationName":"Id" + } + }, + "documentation":"The ReadJobRequest structure.
A section of the response body that provides information about the job.
" + } + }, + "documentation":"The ReadJobResponse structure.
The identifier of the pipeline to read.
", + "location":"uri", + "locationName":"Id" + } + }, + "documentation":"The ReadPipelineRequest structure.
A section of the response body that provides information about the pipeline.
" + }, + "Warnings":{ + "shape":"Warnings", + "documentation":"Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
" + } + }, + "documentation":"The ReadPipelineResponse structure.
The identifier of the preset for which you want to get detailed information.
", + "location":"uri", + "locationName":"Id" + } + }, + "documentation":"The ReadPresetRequest structure.
A section of the response body that provides information about the preset.
" + } + }, + "documentation":"The ReadPresetResponse structure.
The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
", + "error":{"httpStatusCode":409}, + "exception":true + }, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + }, + "documentation":"The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
", + "error":{"httpStatusCode":404}, + "exception":true + }, + "Role":{ + "type":"string", + "pattern":"^arn:aws:iam::\\w{12}:role/.+$" + }, + "Rotate":{ + "type":"string", + "pattern":"(^auto$)|(^0$)|(^90$)|(^180$)|(^270$)" + }, + "SizingPolicy":{ + "type":"string", + "pattern":"(^Fit$)|(^Fill$)|(^Stretch$)|(^Keep$)|(^ShrinkToFit$)|(^ShrinkToFill$)" + }, + "SnsTopic":{ + "type":"string", + "pattern":"(^$)|(^arn:aws:sns:.*:\\w{12}:.+$)" + }, + "SnsTopics":{ + "type":"list", + "member":{"shape":"SnsTopic"}, + "max":30 + }, + "StorageClass":{ + "type":"string", + "pattern":"(^ReducedRedundancy$)|(^Standard$)" + }, + "String":{"type":"string"}, + "Success":{ + "type":"string", + "pattern":"(^true$)|(^false$)" + }, + "Target":{ + "type":"string", + "pattern":"(^Content$)|(^Frame$)" + }, + "TestRoleRequest":{ + "type":"structure", + "required":[ + "Role", + "InputBucket", + "OutputBucket", + "Topics" + ], + "members":{ + "Role":{ + "shape":"Role", + "documentation":"The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
" + }, + "InputBucket":{ + "shape":"BucketName", + "documentation":"The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
" + }, + "OutputBucket":{ + "shape":"BucketName", + "documentation":"The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.
" + }, + "Topics":{ + "shape":"SnsTopics", + "documentation":"The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
" + } + }, + "documentation":" The TestRoleRequest structure.
If the operation is successful, this value is true; otherwise, the value is false.
If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.
The TestRoleResponse structure.
The format of thumbnails, if any. Valid values are jpg and png.
You specify whether you want Elastic Transcoder to create thumbnails when you create a job.
" + }, + "Interval":{ + "shape":"Digits", + "documentation":"The approximate number of seconds between thumbnails. Specify an integer value.
" + }, + "Resolution":{ + "shape":"ThumbnailResolution", + "documentation":"To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.
The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.
To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.
The aspect ratio of thumbnails. Valid values include:
auto, 1:1, 4:3, 3:2, 16:9
If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.
The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.
" + }, + "MaxHeight":{ + "shape":"DigitsOrAuto", + "documentation":"The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.
" + }, + "SizingPolicy":{ + "shape":"SizingPolicy", + "documentation":"Specify one of the following values to control scaling of thumbnails:
Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.
Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.
Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.
Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.
ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.
ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.
When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.
Thumbnails for videos.
" + }, + "Time":{ + "type":"string", + "pattern":"(^\\d{1,5}(\\.\\d{0,3})?$)|(^([0-1]?[0-9]:|2[0-3]:)?([0-5]?[0-9]:)?[0-5]?[0-9](\\.\\d{0,3})?$)" + }, + "TimeOffset":{ + "type":"string", + "pattern":"(^[+-]?\\d{1,5}(\\.\\d{0,3})?$)|(^[+-]?([0-1]?[0-9]:|2[0-3]:)?([0-5]?[0-9]:)?[0-5]?[0-9](\\.\\d{0,3})?$)" + }, + "TimeSpan":{ + "type":"structure", + "members":{ + "StartTime":{ + "shape":"Time", + "documentation":"The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.
" + }, + "Duration":{ + "shape":"Time", + "documentation":"The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.
If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.
" + } + }, + "documentation":"Settings that determine when a clip begins and how long it lasts.
" + }, + "Timing":{ + "type":"structure", + "members":{ + "SubmitTimeMillis":{ + "shape":"NullableLong", + "documentation":"The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
" + }, + "StartTimeMillis":{ + "shape":"NullableLong", + "documentation":"The time the job began transcoding, in epoch milliseconds.
" + }, + "FinishTimeMillis":{ + "shape":"NullableLong", + "documentation":"The time the job finished transcoding, in epoch milliseconds.
" + } + }, + "documentation":"Details about the timing of a job.
" + }, + "UpdatePipelineNotificationsRequest":{ + "type":"structure", + "required":[ + "Id", + "Notifications" + ], + "members":{ + "Id":{ + "shape":"Id", + "documentation":"The identifier of the pipeline for which you want to change notification settings.
", + "location":"uri", + "locationName":"Id" + }, + "Notifications":{ + "shape":"Notifications", + "documentation":"The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
Complete: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
The UpdatePipelineNotificationsRequest structure.
A section of the response body that provides information about the pipeline associated with this notification.
" + } + }, + "documentation":"The UpdatePipelineNotificationsResponse structure.
The ID of the pipeline that you want to update.
", + "location":"uri", + "locationName":"Id" + }, + "Name":{ + "shape":"Name", + "documentation":"The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
" + }, + "InputBucket":{ + "shape":"BucketName", + "documentation":"The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
" + }, + "Role":{ + "shape":"Role", + "documentation":"The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
" + }, + "AwsKmsKeyArn":{ + "shape":"KeyArn", + "documentation":"The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either s3 or s3-aws-kms as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of aes-cbc-pkcs7, aes-ctr, or aes-gcm.
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
Complete: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.
If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.
If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.
Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
Grantee Type: Specify the type of value that appears in the Grantee object:
Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.
A canonical user ID is not the same as an AWS account number.
Email: The value in the Grantee object is the registered email address of an AWS account.
Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.
Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.
READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.
WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.
FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.
StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.
If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.
If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.
Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
GranteeType: Specify the type of value that appears in the Grantee object:
Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.
A canonical user ID is not the same as an AWS account number.
Email: The value in the Grantee object is the registered email address of an AWS account.
Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.
Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.
READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.
The UpdatePipelineRequest structure.
The pipeline updated by this UpdatePipelineResponse call.
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
" + } + }, + "documentation":"When you update a pipeline, Elastic Transcoder returns the values that you specified in the request.
" + }, + "UpdatePipelineStatusRequest":{ + "type":"structure", + "required":[ + "Id", + "Status" + ], + "members":{ + "Id":{ + "shape":"Id", + "documentation":"The identifier of the pipeline to update.
", + "location":"uri", + "locationName":"Id" + }, + "Status":{ + "shape":"PipelineStatus", + "documentation":"The desired status of the pipeline:
Active: The pipeline is processing jobs.
Paused: The pipeline is not currently processing jobs.
The UpdatePipelineStatusRequest structure.
A section of the response body that provides information about the pipeline.
" + } + }, + "documentation":"When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request.
" + }, + "UserMetadata":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "ValidationException":{ + "type":"structure", + "members":{ + }, + "documentation":"One or more required parameter values were not provided in the request.
", + "error":{"httpStatusCode":400}, + "exception":true + }, + "VerticalAlign":{ + "type":"string", + "pattern":"(^Top$)|(^Bottom$)|(^Center$)" + }, + "VideoBitRate":{ + "type":"string", + "pattern":"(^\\d{2,5}$)|(^auto$)" + }, + "VideoCodec":{ + "type":"string", + "pattern":"(^H\\.264$)|(^vp8$)|(^vp9$)|(^mpeg2$)|(^gif$)" + }, + "VideoParameters":{ + "type":"structure", + "members":{ + "Codec":{ + "shape":"VideoCodec", + "documentation":"The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.
Profile (H.264/VP8/VP9 Only)
The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:
baseline: The profile most commonly used for videoconferencing and for mobile applications.
main: The profile used for standard-definition digital TV broadcasts.
high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.
Level (H.264 Only)
The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:
1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1
MaxReferenceFrames (H.264 Only)
Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:
Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)
where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)
1 - 396
1b - 396
1.1 - 900
1.2 - 2376
1.3 - 2376
2 - 2376
2.1 - 4752
2.2 - 8100
3 - 8100
3.1 - 18000
3.2 - 20480
4 - 32768
4.1 - 32768
MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)
The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.
BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)
The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.
InterlacedMode (Optional, H.264/MPEG2 Only)
The interlace mode for the output video.
Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.
Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.
If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.
ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)
The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.
Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.
If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:
Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709
Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709
HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601
HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601
Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.
If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.
ChromaSubsampling
The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.
yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.
LoopCount (Gif Only)
The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.
Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.
The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.
For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.
For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.
Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.
Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.
Whether to use a fixed value for FixedGOP. Valid values are true and false:
true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).
false: The distance between key frames can vary.
FixedGOP must be set to true for fmp4 containers.
The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:
Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)
1 - 64 : 80
1b - 128 : 160
1.1 - 192 : 240
1.2 - 384 : 480
1.3 - 768 : 960
2 - 2000 : 2500
3 - 10000 : 12500
3.1 - 14000 : 17500
3.2 - 20000 : 25000
4 - 20000 : 25000
4.1 - 50000 : 62500
The frames per second for the video stream in the output file. Valid values include:
auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60
If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:
Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)
where:
width in pixels and height in pixels represent the Resolution of the output video.
maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.
The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):
1 - 380160
1b - 380160
1.1 - 76800
1.2 - 1536000
1.3 - 3041280
2 - 3041280
2.1 - 5068800
2.2 - 5184000
3 - 10368000
3.1 - 27648000
3.2 - 55296000
4 - 62914560
4.1 - 62914560
If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.
To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.
The width and height of the video in the output file, in pixels. Valid values are auto and width x height:
auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.
width x height : The width and height of the output video in pixels.
Note the following about specifying the width and height:
The width must be an even integer between 128 and 4096, inclusive.
The height must be an even integer between 96 and 3072, inclusive.
If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.
If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.
We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):
1 - 25344
1b - 25344
1.1 - 101376
1.2 - 101376
1.3 - 101376
2 - 101376
2.1 - 202752
2.2 - 404720
3 - 404720
3.1 - 921600
3.2 - 1310720
4 - 2097152
4.1 - 2097152
To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.
The display aspect ratio of the video in the output file. Valid values include:
auto, 1:1, 4:3, 3:2, 16:9
If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.
If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.
" + }, + "MaxWidth":{ + "shape":"DigitsOrAuto", + "documentation":" The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.
The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.
The value that Elastic Transcoder adds to the metadata in the output file.
" + }, + "SizingPolicy":{ + "shape":"SizingPolicy", + "documentation":"Specify one of the following values to control scaling of the output video:
Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.
Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.
Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.
Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.
ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.
ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.
When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.
Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.
Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.
When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.
" + } + }, + "documentation":"The VideoParameters structure.
The code of the cross-regional warning.
" + }, + "Message":{ + "shape":"String", + "documentation":"The message explaining what resources are in a different region from the pipeline.
AWS KMS keys must be in the same region as the pipeline.
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
" + }, + "Warnings":{ + "type":"list", + "member":{"shape":"Warning"} + }, + "WatermarkKey":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"(^.{1,1020}.jpg$)|(^.{1,1019}.jpeg$)|(^.{1,1020}.png$)" + }, + "WatermarkSizingPolicy":{ + "type":"string", + "pattern":"(^Fit$)|(^Stretch$)|(^ShrinkToFit$)" + }, + "ZeroTo255String":{ + "type":"string", + "max":255, + "min":0 + }, + "ZeroTo512String":{ + "type":"string", + "max":512, + "min":0 + } + }, + "documentation":"The AWS Elastic Transcoder Service.
" +} diff --git a/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/waiters-2.json b/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/waiters-2.json new file mode 100644 index 0000000000000000000000000000000000000000..55c362807c2b9cfd91acc54512546c677a60d39e --- /dev/null +++ b/testbed/boto__botocore/botocore/data/elastictranscoder/2012-09-25/waiters-2.json @@ -0,0 +1,30 @@ +{ + "version": 2, + "waiters": { + "JobComplete": { + "delay": 30, + "operation": "ReadJob", + "maxAttempts": 120, + "acceptors": [ + { + "expected": "Complete", + "matcher": "path", + "state": "success", + "argument": "Job.Status" + }, + { + "expected": "Canceled", + "matcher": "path", + "state": "failure", + "argument": "Job.Status" + }, + { + "expected": "Error", + "matcher": "path", + "state": "failure", + "argument": "Job.Status" + } + ] + } + } +} diff --git a/testbed/boto__botocore/botocore/data/endpoints.json b/testbed/boto__botocore/botocore/data/endpoints.json new file mode 100644 index 0000000000000000000000000000000000000000..d80b5640cc60743103e53bf67f8f0d584e317228 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/endpoints.json @@ -0,0 +1,30537 @@ +{ + "partitions" : [ { + "defaults" : { + "hostname" : "{service}.{region}.{dnsSuffix}", + "protocols" : [ "https" ], + "signatureVersions" : [ "v4" ], + "variants" : [ { + "dnsSuffix" : "amazonaws.com", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + }, { + "dnsSuffix" : "api.aws", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "dualstack", "fips" ] + }, { + "dnsSuffix" : "api.aws", + "hostname" : "{service}.{region}.{dnsSuffix}", + "tags" : [ "dualstack" ] + } ] + }, + "dnsSuffix" : "amazonaws.com", + "partition" : "aws", + "partitionName" : "AWS Standard", + "regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$", + "regions" : { + "af-south-1" : { + "description" : "Africa (Cape Town)" + }, + "ap-east-1" : { + "description" : "Asia Pacific (Hong Kong)" + }, + "ap-northeast-1" : { + "description" : "Asia Pacific (Tokyo)" + }, + "ap-northeast-2" : { + "description" : "Asia Pacific (Seoul)" + }, + "ap-northeast-3" : { + "description" : "Asia Pacific (Osaka)" + }, + "ap-south-1" : { + "description" : "Asia Pacific (Mumbai)" + }, + "ap-south-2" : { + "description" : "Asia Pacific (Hyderabad)" + }, + "ap-southeast-1" : { + "description" : "Asia Pacific (Singapore)" + }, + "ap-southeast-2" : { + "description" : "Asia Pacific (Sydney)" + }, + "ap-southeast-3" : { + "description" : "Asia Pacific (Jakarta)" + }, + "ap-southeast-4" : { + "description" : "Asia Pacific (Melbourne)" + }, + "ap-southeast-5" : { + "description" : "Asia Pacific (Malaysia)" + }, + "ca-central-1" : { + "description" : "Canada (Central)" + }, + "ca-west-1" : { + "description" : "Canada West (Calgary)" + }, + "eu-central-1" : { + "description" : "Europe (Frankfurt)" + }, + "eu-central-2" : { + "description" : "Europe (Zurich)" + }, + "eu-north-1" : { + "description" : "Europe (Stockholm)" + }, + "eu-south-1" : { + "description" : "Europe (Milan)" + }, + "eu-south-2" : { + "description" : "Europe (Spain)" + }, + "eu-west-1" : { + "description" : "Europe (Ireland)" + }, + "eu-west-2" : { + "description" : "Europe (London)" + }, + "eu-west-3" : { + "description" : "Europe (Paris)" + }, + "il-central-1" : { + "description" : "Israel (Tel Aviv)" + }, + "me-central-1" : { + "description" : "Middle East (UAE)" + }, + "me-south-1" : { + "description" : "Middle East (Bahrain)" + }, + "sa-east-1" : { + "description" : "South America (Sao Paulo)" + }, + "us-east-1" : { + "description" : "US East (N. Virginia)" + }, + "us-east-2" : { + "description" : "US East (Ohio)" + }, + "us-west-1" : { + "description" : "US West (N. California)" + }, + "us-west-2" : { + "description" : "US West (Oregon)" + } + }, + "services" : { + "access-analyzer" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "access-analyzer-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "access-analyzer-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "access-analyzer-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "access-analyzer-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "access-analyzer-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "access-analyzer-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "access-analyzer-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "access-analyzer-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "access-analyzer-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "access-analyzer-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "account" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "account.us-east-1.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "acm" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "acm-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "acm-fips.ca-central-1.amazonaws.com" + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "acm-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1-fips" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "acm-fips.ca-west-1.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "acm-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "acm-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "acm-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "acm-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "acm-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "acm-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "acm-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "acm-fips.us-west-2.amazonaws.com" + } + } + }, + "acm-pca" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "acm-pca-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "acm-pca-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "acm-pca-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "acm-pca-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "acm-pca-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "acm-pca-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "acm-pca-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "acm-pca-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "acm-pca-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "acm-pca-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "acm-pca-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "acm-pca-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "agreement-marketplace" : { + "endpoints" : { + "us-east-1" : { } + } + }, + "airflow" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "amplify" : { + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "amplifybackend" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "amplifyuibuilder" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "aoss" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "api.detective" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "api.detective-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "api.detective-fips.ca-central-1.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "api.detective-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "api.detective-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "api.detective-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "api.detective-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "api.detective-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "api.detective-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "api.detective-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "api.detective-fips.us-west-2.amazonaws.com" + } + } + }, + "api.ecr" : { + "defaults" : { + "variants" : [ { + "hostname" : "ecr-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "af-south-1" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "hostname" : "api.ecr.af-south-1.amazonaws.com" + }, + "ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "hostname" : "api.ecr.ap-east-1.amazonaws.com" + }, + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "api.ecr.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "api.ecr.ap-northeast-2.amazonaws.com" + }, + "ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "hostname" : "api.ecr.ap-northeast-3.amazonaws.com" + }, + "ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "api.ecr.ap-south-1.amazonaws.com" + }, + "ap-south-2" : { + "credentialScope" : { + "region" : "ap-south-2" + }, + "hostname" : "api.ecr.ap-south-2.amazonaws.com" + }, + "ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "api.ecr.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "api.ecr.ap-southeast-2.amazonaws.com" + }, + "ap-southeast-3" : { + "credentialScope" : { + "region" : "ap-southeast-3" + }, + "hostname" : "api.ecr.ap-southeast-3.amazonaws.com" + }, + "ap-southeast-4" : { + "credentialScope" : { + "region" : "ap-southeast-4" + }, + "hostname" : "api.ecr.ap-southeast-4.amazonaws.com" + }, + "ap-southeast-5" : { + "credentialScope" : { + "region" : "ap-southeast-5" + }, + "hostname" : "api.ecr.ap-southeast-5.amazonaws.com" + }, + "ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "api.ecr.ca-central-1.amazonaws.com" + }, + "ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "hostname" : "api.ecr.ca-west-1.amazonaws.com" + }, + "dkr-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "ecr-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "dkr-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "ecr-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "dkr-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "ecr-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "dkr-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "ecr-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "api.ecr.eu-central-1.amazonaws.com" + }, + "eu-central-2" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "hostname" : "api.ecr.eu-central-2.amazonaws.com" + }, + "eu-north-1" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "hostname" : "api.ecr.eu-north-1.amazonaws.com" + }, + "eu-south-1" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "hostname" : "api.ecr.eu-south-1.amazonaws.com" + }, + "eu-south-2" : { + "credentialScope" : { + "region" : "eu-south-2" + }, + "hostname" : "api.ecr.eu-south-2.amazonaws.com" + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "api.ecr.eu-west-1.amazonaws.com" + }, + "eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "api.ecr.eu-west-2.amazonaws.com" + }, + "eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "hostname" : "api.ecr.eu-west-3.amazonaws.com" + }, + "fips-dkr-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "ecr-fips.us-east-1.amazonaws.com" + }, + "fips-dkr-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "ecr-fips.us-east-2.amazonaws.com" + }, + "fips-dkr-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "ecr-fips.us-west-1.amazonaws.com" + }, + "fips-dkr-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "ecr-fips.us-west-2.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "ecr-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "ecr-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "ecr-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "ecr-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "credentialScope" : { + "region" : "il-central-1" + }, + "hostname" : "api.ecr.il-central-1.amazonaws.com" + }, + "me-central-1" : { + "credentialScope" : { + "region" : "me-central-1" + }, + "hostname" : "api.ecr.me-central-1.amazonaws.com" + }, + "me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "hostname" : "api.ecr.me-south-1.amazonaws.com" + }, + "sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "api.ecr.sa-east-1.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "api.ecr.us-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "ecr-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "api.ecr.us-east-2.amazonaws.com", + "variants" : [ { + "hostname" : "ecr-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "hostname" : "api.ecr.us-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "ecr-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "api.ecr.us-west-2.amazonaws.com", + "variants" : [ { + "hostname" : "ecr-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "api.ecr-public" : { + "endpoints" : { + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "api.ecr-public.us-east-1.amazonaws.com" + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "api.ecr-public.us-west-2.amazonaws.com" + } + } + }, + "api.elastic-inference" : { + "endpoints" : { + "ap-northeast-1" : { + "hostname" : "api.elastic-inference.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2" : { + "hostname" : "api.elastic-inference.ap-northeast-2.amazonaws.com" + }, + "eu-west-1" : { + "hostname" : "api.elastic-inference.eu-west-1.amazonaws.com" + }, + "us-east-1" : { + "hostname" : "api.elastic-inference.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "hostname" : "api.elastic-inference.us-east-2.amazonaws.com" + }, + "us-west-2" : { + "hostname" : "api.elastic-inference.us-west-2.amazonaws.com" + } + } + }, + "api.fleethub.iot" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "api.fleethub.iot-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "api.fleethub.iot-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "api.fleethub.iot-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "api.fleethub.iot-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "api.fleethub.iot-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "api.fleethub.iot-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "api.fleethub.iot-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "api.fleethub.iot-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "api.iotdeviceadvisor" : { + "endpoints" : { + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "api.iotdeviceadvisor.ap-northeast-1.amazonaws.com" + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "api.iotdeviceadvisor.eu-west-1.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "api.iotdeviceadvisor.us-east-1.amazonaws.com" + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "api.iotdeviceadvisor.us-west-2.amazonaws.com" + } + } + }, + "api.iotwireless" : { + "endpoints" : { + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "api.iotwireless.ap-northeast-1.amazonaws.com" + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com" + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "api.iotwireless.eu-central-1.amazonaws.com" + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "api.iotwireless.eu-west-1.amazonaws.com" + }, + "sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "api.iotwireless.sa-east-1.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "api.iotwireless.us-east-1.amazonaws.com" + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "api.iotwireless.us-west-2.amazonaws.com" + } + } + }, + "api.mediatailor" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-3" : { }, + "me-central-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "api.pricing" : { + "defaults" : { + "credentialScope" : { + "service" : "pricing" + } + }, + "endpoints" : { + "ap-south-1" : { }, + "eu-central-1" : { }, + "us-east-1" : { } + } + }, + "api.sagemaker" : { + "defaults" : { + "variants" : [ { + "hostname" : "api-fips.sagemaker.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "api-fips.sagemaker.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "api-fips.sagemaker.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "api-fips.sagemaker.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "api-fips.sagemaker.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "api-fips.sagemaker.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "api-fips.sagemaker.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "api-fips.sagemaker.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "api-fips.sagemaker.us-west-2.amazonaws.com" + } + } + }, + "api.tunneling.iot" : { + "defaults" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com" + }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "apigateway" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "apigateway-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "apigateway-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "apigateway-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "apigateway-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "apigateway-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "apigateway-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "apigateway-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "apigateway-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "apigateway-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "apigateway-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "apigateway-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "apigateway-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "app-integrations" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "appconfig" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "appconfigdata" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "appflow" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "appflow-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "appflow-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "appflow-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "appflow-fips.us-west-2.amazonaws.com" + }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "appflow-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "appflow-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "appflow-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "appflow-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "application-autoscaling" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "applicationinsights" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "appmesh" : { + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "hostname" : "appmesh.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "appmesh.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "appmesh.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "appmesh.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "appmesh.ap-northeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "appmesh.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "appmesh.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "appmesh.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "appmesh.ap-southeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "appmesh-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "appmesh-fips.ca-central-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "appmesh.ca-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "appmesh-fips.ca-central-1.amazonaws.com" + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "appmesh.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "appmesh.eu-central-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "appmesh.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "appmesh.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { + "variants" : [ { + "hostname" : "appmesh.eu-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "appmesh.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "appmesh.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "appmesh.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "il-central-1" : { + "variants" : [ { + "hostname" : "appmesh.il-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "appmesh.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "appmesh.sa-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "appmesh-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "appmesh-fips.us-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "appmesh.us-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "appmesh-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "appmesh-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "appmesh-fips.us-east-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "appmesh.us-east-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "appmesh-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "appmesh-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "appmesh-fips.us-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "appmesh.us-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "appmesh-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "appmesh-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "appmesh-fips.us-west-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "appmesh.us-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "appmesh-fips.us-west-2.amazonaws.com" + } + } + }, + "apprunner" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "apprunner-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "apprunner-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "apprunner-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "apprunner-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "apprunner-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "apprunner-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "appstream2" : { + "defaults" : { + "credentialScope" : { + "service" : "appstream" + }, + "protocols" : [ "https" ] + }, + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "appstream2-fips.us-west-2.amazonaws.com" + }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "appstream2-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "appstream2-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { }, + "us-west-2" : { + "variants" : [ { + "hostname" : "appstream2-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "appstream2-fips.us-west-2.amazonaws.com" + } + } + }, + "appsync" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "apptest" : { + "endpoints" : { + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "fips-us-east-1" : { + "deprecated" : true + }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + } + } + }, + "aps" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "arc-zonal-shift" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "athena" : { + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "hostname" : "athena.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "athena.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "athena.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "athena.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "athena.ap-northeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "athena.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-2" : { + "variants" : [ { + "hostname" : "athena.ap-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "athena.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "athena.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "athena.ap-southeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-4" : { + "variants" : [ { + "hostname" : "athena.ap-southeast-4.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "athena-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "athena-fips.ca-central-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "athena.ca-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "athena-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "athena-fips.ca-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "athena.ca-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "athena.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "athena.eu-central-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "athena.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "athena.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { + "variants" : [ { + "hostname" : "athena.eu-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "athena.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "athena.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "athena.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "athena-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "athena-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "athena-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "athena-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "athena-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "athena-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "variants" : [ { + "hostname" : "athena.il-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-central-1" : { + "variants" : [ { + "hostname" : "athena.me-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "athena.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "athena.sa-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "athena-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "athena-fips.us-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "athena.us-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "athena-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "athena-fips.us-east-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "athena.us-east-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "athena-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "athena-fips.us-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "athena.us-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "athena-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "athena-fips.us-west-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "athena.us-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "auditmanager" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "auditmanager-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "auditmanager-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "auditmanager-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "auditmanager-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "auditmanager-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "auditmanager-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "auditmanager-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "auditmanager-fips.us-west-2.amazonaws.com" + } + } + }, + "autoscaling" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "autoscaling-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "autoscaling-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "autoscaling-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "autoscaling-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "autoscaling-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "autoscaling-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "autoscaling-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "autoscaling-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "autoscaling-plans" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "backup" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "backup-gateway" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "batch" : { + "defaults" : { + "variants" : [ { + "hostname" : "fips.batch.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "fips.batch.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "fips.batch.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "fips.batch.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "fips.batch.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "fips.batch.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "fips.batch.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "fips.batch.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "fips.batch.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "bedrock" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "bedrock-ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "bedrock.ap-northeast-1.amazonaws.com" + }, + "bedrock-ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "bedrock.ap-south-1.amazonaws.com" + }, + "bedrock-ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "bedrock.ap-southeast-1.amazonaws.com" + }, + "bedrock-ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "bedrock.ap-southeast-2.amazonaws.com" + }, + "bedrock-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "bedrock.ca-central-1.amazonaws.com" + }, + "bedrock-eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "bedrock.eu-central-1.amazonaws.com" + }, + "bedrock-eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "bedrock.eu-west-1.amazonaws.com" + }, + "bedrock-eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "bedrock.eu-west-2.amazonaws.com" + }, + "bedrock-eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "hostname" : "bedrock.eu-west-3.amazonaws.com" + }, + "bedrock-fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "bedrock-fips.ca-central-1.amazonaws.com" + }, + "bedrock-fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "bedrock-fips.us-east-1.amazonaws.com" + }, + "bedrock-fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "bedrock-fips.us-west-2.amazonaws.com" + }, + "bedrock-runtime-ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com" + }, + "bedrock-runtime-ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "bedrock-runtime.ap-south-1.amazonaws.com" + }, + "bedrock-runtime-ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com" + }, + "bedrock-runtime-ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com" + }, + "bedrock-runtime-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "bedrock-runtime.ca-central-1.amazonaws.com" + }, + "bedrock-runtime-eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "bedrock-runtime.eu-central-1.amazonaws.com" + }, + "bedrock-runtime-eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "bedrock-runtime.eu-west-1.amazonaws.com" + }, + "bedrock-runtime-eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "bedrock-runtime.eu-west-2.amazonaws.com" + }, + "bedrock-runtime-eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "hostname" : "bedrock-runtime.eu-west-3.amazonaws.com" + }, + "bedrock-runtime-fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "bedrock-runtime-fips.ca-central-1.amazonaws.com" + }, + "bedrock-runtime-fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "bedrock-runtime-fips.us-east-1.amazonaws.com" + }, + "bedrock-runtime-fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "bedrock-runtime-fips.us-west-2.amazonaws.com" + }, + "bedrock-runtime-sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "bedrock-runtime.sa-east-1.amazonaws.com" + }, + "bedrock-runtime-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "bedrock-runtime.us-east-1.amazonaws.com" + }, + "bedrock-runtime-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "bedrock-runtime.us-west-2.amazonaws.com" + }, + "bedrock-sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "bedrock.sa-east-1.amazonaws.com" + }, + "bedrock-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "bedrock.us-east-1.amazonaws.com" + }, + "bedrock-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "bedrock.us-west-2.amazonaws.com" + }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "billingconductor" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "billingconductor.us-east-1.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "braket" : { + "endpoints" : { + "eu-north-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "budgets" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "budgets.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "cases" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-2" : { }, + "fips-us-east-1" : { + "deprecated" : true + }, + "fips-us-west-2" : { + "deprecated" : true + }, + "us-east-1" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + } + } + }, + "cassandra" : { + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "cassandra-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "cassandra-fips.us-west-2.amazonaws.com" + }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "cassandra-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { + "variants" : [ { + "hostname" : "cassandra-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "catalog.marketplace" : { + "endpoints" : { + "us-east-1" : { } + } + }, + "ce" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "ce.us-east-1.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "chime" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "chime.us-east-1.amazonaws.com", + "protocols" : [ "https" ] + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "cleanrooms" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "cleanrooms-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "cleanrooms-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "cleanrooms-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "cleanrooms-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "cleanrooms-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "cleanrooms-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "cloud9" : { + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "hostname" : "cloud9-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloud9-fips.ca-central-1.api.aws", + "tags" : [ "dualstack", "fips" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "cloud9-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "cloud9-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "cloud9-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "cloud9-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "cloud9-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "hostname" : "cloud9-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloud9-fips.us-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "hostname" : "cloud9-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloud9-fips.us-east-2.api.aws", + "tags" : [ "dualstack", "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "hostname" : "cloud9-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloud9-fips.us-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "hostname" : "cloud9-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloud9-fips.us-west-2.api.aws", + "tags" : [ "dualstack", "fips" ] + } ] + } + } + }, + "cloudcontrolapi" : { + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.ap-northeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-2" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.ap-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.ap-southeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-4" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.ap-southeast-4.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-5" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.ap-southeast-5.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloudcontrolapi-fips.ca-central-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "cloudcontrolapi.ca-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloudcontrolapi-fips.ca-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "cloudcontrolapi.ca-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.eu-central-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.eu-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "cloudcontrolapi-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "cloudcontrolapi-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "cloudcontrolapi-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.il-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-central-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.me-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.sa-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloudcontrolapi-fips.us-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "cloudcontrolapi.us-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "cloudcontrolapi-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloudcontrolapi-fips.us-east-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "cloudcontrolapi.us-east-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloudcontrolapi-fips.us-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "cloudcontrolapi.us-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloudcontrolapi-fips.us-west-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "cloudcontrolapi.us-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "clouddirectory" : { + "endpoints" : { + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "cloudformation" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "cloudformation-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "cloudformation-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "cloudformation-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "cloudformation-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "cloudformation-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "cloudformation-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "cloudformation-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "cloudformation-fips.us-west-2.amazonaws.com" + } + } + }, + "cloudfront" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "cloudfront.amazonaws.com", + "protocols" : [ "http", "https" ] + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "cloudhsm" : { + "endpoints" : { + "us-east-1" : { } + } + }, + "cloudhsmv2" : { + "defaults" : { + "credentialScope" : { + "service" : "cloudhsm" + } + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "cloudsearch" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "cloudtrail" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "cloudtrail-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "cloudtrail-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "cloudtrail-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "cloudtrail-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "cloudtrail-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "cloudtrail-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "cloudtrail-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "cloudtrail-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "cloudtrail-data" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "codeartifact" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "codebuild" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "codebuild-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "codebuild-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "codebuild-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "codebuild-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "codebuild-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "codebuild-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "codebuild-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "codebuild-fips.us-west-2.amazonaws.com" + } + } + }, + "codecatalyst" : { + "endpoints" : { + "aws-global" : { + "hostname" : "codecatalyst.global.api.aws" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "codecommit" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "codecommit-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "codecommit-fips.ca-central-1.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "codecommit-fips.ca-central-1.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "codecommit-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "codecommit-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "codecommit-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "codecommit-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "codecommit-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "codecommit-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "codecommit-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "codecommit-fips.us-west-2.amazonaws.com" + } + } + }, + "codedeploy" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "codedeploy-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "codedeploy-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "codedeploy-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "codedeploy-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "codedeploy-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "codedeploy-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "codedeploy-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "codedeploy-fips.us-west-2.amazonaws.com" + } + } + }, + "codeguru-reviewer" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "codepipeline" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "codepipeline-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "codepipeline-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "codepipeline-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "codepipeline-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "codepipeline-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "codepipeline-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "codepipeline-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "codepipeline-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "codepipeline-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "codepipeline-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "codestar-connections" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "codestar-notifications" : { + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "cognito-identity" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "cognito-identity-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "cognito-identity-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "cognito-identity-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "cognito-identity-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "cognito-identity-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "cognito-identity-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "cognito-identity-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "cognito-identity-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "cognito-idp" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "cognito-idp-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "cognito-idp-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "cognito-idp-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "cognito-idp-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "cognito-idp-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "cognito-idp-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "cognito-idp-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "cognito-idp-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "cognito-sync" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "comprehend" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "comprehend-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "comprehend-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "comprehend-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "comprehend-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "comprehend-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "comprehend-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "comprehendmedical" : { + "endpoints" : { + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "comprehendmedical-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "comprehendmedical-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "comprehendmedical-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "comprehendmedical-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "comprehendmedical-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "comprehendmedical-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "comprehendmedical-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "comprehendmedical-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "compute-optimizer" : { + "endpoints" : { + "af-south-1" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "hostname" : "compute-optimizer.af-south-1.amazonaws.com" + }, + "ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "hostname" : "compute-optimizer.ap-east-1.amazonaws.com" + }, + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "compute-optimizer.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "compute-optimizer.ap-northeast-2.amazonaws.com" + }, + "ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "hostname" : "compute-optimizer.ap-northeast-3.amazonaws.com" + }, + "ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "compute-optimizer.ap-south-1.amazonaws.com" + }, + "ap-south-2" : { + "credentialScope" : { + "region" : "ap-south-2" + }, + "hostname" : "compute-optimizer.ap-south-2.amazonaws.com" + }, + "ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "compute-optimizer.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "compute-optimizer.ap-southeast-2.amazonaws.com" + }, + "ap-southeast-3" : { + "credentialScope" : { + "region" : "ap-southeast-3" + }, + "hostname" : "compute-optimizer.ap-southeast-3.amazonaws.com" + }, + "ap-southeast-4" : { + "credentialScope" : { + "region" : "ap-southeast-4" + }, + "hostname" : "compute-optimizer.ap-southeast-4.amazonaws.com" + }, + "ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "compute-optimizer.ca-central-1.amazonaws.com" + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "compute-optimizer.eu-central-1.amazonaws.com" + }, + "eu-central-2" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "hostname" : "compute-optimizer.eu-central-2.amazonaws.com" + }, + "eu-north-1" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "hostname" : "compute-optimizer.eu-north-1.amazonaws.com" + }, + "eu-south-1" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "hostname" : "compute-optimizer.eu-south-1.amazonaws.com" + }, + "eu-south-2" : { + "credentialScope" : { + "region" : "eu-south-2" + }, + "hostname" : "compute-optimizer.eu-south-2.amazonaws.com" + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "compute-optimizer.eu-west-1.amazonaws.com" + }, + "eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "compute-optimizer.eu-west-2.amazonaws.com" + }, + "eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "hostname" : "compute-optimizer.eu-west-3.amazonaws.com" + }, + "il-central-1" : { + "credentialScope" : { + "region" : "il-central-1" + }, + "hostname" : "compute-optimizer.il-central-1.amazonaws.com" + }, + "me-central-1" : { + "credentialScope" : { + "region" : "me-central-1" + }, + "hostname" : "compute-optimizer.me-central-1.amazonaws.com" + }, + "me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "hostname" : "compute-optimizer.me-south-1.amazonaws.com" + }, + "sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "compute-optimizer.sa-east-1.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "compute-optimizer.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "compute-optimizer.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "hostname" : "compute-optimizer.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "compute-optimizer.us-west-2.amazonaws.com" + } + } + }, + "config" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "config-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "config-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "config-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "config-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "config-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "config-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "config-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "config-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "connect" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-2" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "connect-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "connect-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "connect-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "connect-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "connect-campaigns" : { + "endpoints" : { + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-2" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "connect-campaigns-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "connect-campaigns-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "connect-campaigns-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "connect-campaigns-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "contact-lens" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "controltower" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "controltower-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "controltower-fips.ca-central-1.amazonaws.com" + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "controltower-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1-fips" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "controltower-fips.ca-west-1.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "controltower-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "controltower-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "controltower-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "controltower-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "controltower-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "controltower-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "controltower-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "controltower-fips.us-west-2.amazonaws.com" + } + } + }, + "cost-optimization-hub" : { + "endpoints" : { + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "cost-optimization-hub.us-east-1.amazonaws.com" + } + } + }, + "cur" : { + "endpoints" : { + "us-east-1" : { } + } + }, + "data-ats.iot" : { + "defaults" : { + "credentialScope" : { + "service" : "iotdata" + }, + "protocols" : [ "https" ] + }, + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "data.iot-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.us-west-2.amazonaws.com" + }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "data.iot-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "data.iot-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "data.iot-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "data.iot-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "data.iot" : { + "defaults" : { + "credentialScope" : { + "service" : "iotdata" + }, + "protocols" : [ "https" ] + }, + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "data.iot-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.us-west-2.amazonaws.com" + }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "data.iot-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "data.iot-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "data.iot-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "data.iot-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "data.jobs.iot" : { + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "data.jobs.iot-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "data.jobs.iot-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "data.jobs.iot-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "data.jobs.iot-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "data.jobs.iot-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "data.jobs.iot-fips.us-west-2.amazonaws.com" + }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "data.jobs.iot-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "data.jobs.iot-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "data.jobs.iot-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "data.jobs.iot-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "data.mediastore" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "databrew" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "databrew-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "databrew-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "databrew-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "databrew-fips.us-west-2.amazonaws.com" + }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "databrew-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "databrew-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "databrew-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "databrew-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "dataexchange" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "datapipeline" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-2" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "datasync" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "datasync-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "datasync-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "datasync-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "datasync-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "datasync-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "datasync-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "datasync-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "datasync-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "datasync-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "datasync-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "datasync-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "datasync-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "datazone" : { + "defaults" : { + "dnsSuffix" : "api.aws", + "variants" : [ { + "dnsSuffix" : "api.aws", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "ap-northeast-1" : { + "hostname" : "datazone.ap-northeast-1.api.aws" + }, + "ap-northeast-2" : { + "hostname" : "datazone.ap-northeast-2.api.aws" + }, + "ap-northeast-3" : { + "hostname" : "datazone.ap-northeast-3.api.aws" + }, + "ap-south-2" : { + "hostname" : "datazone.ap-south-2.api.aws" + }, + "ap-southeast-1" : { + "hostname" : "datazone.ap-southeast-1.api.aws" + }, + "ap-southeast-2" : { + "hostname" : "datazone.ap-southeast-2.api.aws" + }, + "ap-southeast-3" : { + "hostname" : "datazone.ap-southeast-3.api.aws" + }, + "ap-southeast-4" : { + "hostname" : "datazone.ap-southeast-4.api.aws" + }, + "ap-southeast-5" : { + "hostname" : "datazone.ap-southeast-5.api.aws" + }, + "ca-central-1" : { + "hostname" : "datazone.ca-central-1.api.aws", + "variants" : [ { + "hostname" : "datazone-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "hostname" : "datazone.ca-west-1.api.aws" + }, + "eu-central-1" : { + "hostname" : "datazone.eu-central-1.api.aws" + }, + "eu-north-1" : { + "hostname" : "datazone.eu-north-1.api.aws" + }, + "eu-south-1" : { + "hostname" : "datazone.eu-south-1.api.aws" + }, + "eu-west-1" : { + "hostname" : "datazone.eu-west-1.api.aws" + }, + "eu-west-2" : { + "hostname" : "datazone.eu-west-2.api.aws" + }, + "eu-west-3" : { + "hostname" : "datazone.eu-west-3.api.aws" + }, + "il-central-1" : { + "hostname" : "datazone.il-central-1.api.aws" + }, + "me-central-1" : { + "hostname" : "datazone.me-central-1.api.aws" + }, + "me-south-1" : { + "hostname" : "datazone.me-south-1.api.aws" + }, + "sa-east-1" : { + "hostname" : "datazone.sa-east-1.api.aws" + }, + "us-east-1" : { + "hostname" : "datazone.us-east-1.api.aws", + "variants" : [ { + "hostname" : "datazone-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "hostname" : "datazone.us-east-2.api.aws", + "variants" : [ { + "hostname" : "datazone-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "hostname" : "datazone.us-west-1.api.aws" + }, + "us-west-2" : { + "hostname" : "datazone.us-west-2.api.aws", + "variants" : [ { + "hostname" : "datazone-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "dax" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "devicefarm" : { + "endpoints" : { + "us-west-2" : { } + } + }, + "devops-guru" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "devops-guru-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "devops-guru-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "devops-guru-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "devops-guru-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "devops-guru-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "devops-guru-fips.us-west-2.amazonaws.com" + }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "devops-guru-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "devops-guru-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "devops-guru-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "devops-guru-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "directconnect" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "directconnect-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "directconnect-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "directconnect-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "directconnect-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "directconnect-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "directconnect-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "directconnect-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "directconnect-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "directconnect-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "directconnect-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "directconnect-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "directconnect-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "discovery" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "dlm" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "dms" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "dms" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "dms-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "dms-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "dms-fips.us-west-1.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "dms-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "dms-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "dms-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "dms-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "dms-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "dms-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "dms-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "dms-fips.us-west-2.amazonaws.com" + } + } + }, + "docdb" : { + "endpoints" : { + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "rds.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "rds.ap-northeast-2.amazonaws.com" + }, + "ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "rds.ap-south-1.amazonaws.com" + }, + "ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "rds.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "rds.ap-southeast-2.amazonaws.com" + }, + "ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "rds.ca-central-1.amazonaws.com" + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "rds.eu-central-1.amazonaws.com" + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "rds.eu-west-1.amazonaws.com" + }, + "eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "rds.eu-west-2.amazonaws.com" + }, + "eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "hostname" : "rds.eu-west-3.amazonaws.com" + }, + "sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "rds.sa-east-1.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "rds.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "rds.us-east-2.amazonaws.com" + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "rds.us-west-2.amazonaws.com" + } + } + }, + "drs" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "drs-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "drs-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "drs-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "drs-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "drs-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "drs-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "drs-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "drs-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "ds" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "ds-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "ds-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "ds-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "ds-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "ds-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "ds-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "ds-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "ds-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "ds-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "ds-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "ds-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "ds-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "dynamodb" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com" + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1-fips" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "local" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "localhost:8000", + "protocols" : [ "http" ] + }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "dynamodb-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "dynamodb-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "dynamodb-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "dynamodb-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "dynamodb-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "dynamodb-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "dynamodb-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "dynamodb-fips.us-west-2.amazonaws.com" + } + } + }, + "ebs" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "ebs-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "ebs-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "ebs-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "ebs-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "ebs-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "ebs-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "ebs-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "ebs-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "ebs-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "ebs-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "ebs-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "ebs-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "ec2" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "hostname" : "ec2.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "ec2.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "ec2.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "ec2.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "ec2.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-2" : { }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "ec2.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "ec2.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "ec2-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "ec2.ca-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "ec2-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "ec2.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "ec2.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "ec2.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "ec2.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "ec2.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "ec2.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "ec2-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "ec2-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "ec2-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "ec2-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "ec2-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "ec2-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { + "variants" : [ { + "hostname" : "ec2.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "ec2.sa-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "ec2-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "ec2.us-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "ec2-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "ec2.us-east-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "ec2-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "ec2.us-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "ec2-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "ec2.us-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "ecs" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "ecs-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "ecs-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "ecs-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "ecs-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "ecs-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "ecs-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "ecs-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "ecs-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "edge.sagemaker" : { + "endpoints" : { + "ap-northeast-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "eks" : { + "defaults" : { + "protocols" : [ "http", "https" ], + "variants" : [ { + "hostname" : "fips.eks.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "fips.eks.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "fips.eks.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "fips.eks.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "fips.eks.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "fips.eks.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "fips.eks.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "fips.eks.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "fips.eks.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "eks-auth" : { + "defaults" : { + "dnsSuffix" : "api.aws", + "variants" : [ { + "dnsSuffix" : "api.aws", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "af-south-1" : { + "hostname" : "eks-auth.af-south-1.api.aws" + }, + "ap-east-1" : { + "hostname" : "eks-auth.ap-east-1.api.aws" + }, + "ap-northeast-1" : { + "hostname" : "eks-auth.ap-northeast-1.api.aws" + }, + "ap-northeast-2" : { + "hostname" : "eks-auth.ap-northeast-2.api.aws" + }, + "ap-northeast-3" : { + "hostname" : "eks-auth.ap-northeast-3.api.aws" + }, + "ap-south-1" : { + "hostname" : "eks-auth.ap-south-1.api.aws" + }, + "ap-south-2" : { + "hostname" : "eks-auth.ap-south-2.api.aws" + }, + "ap-southeast-1" : { + "hostname" : "eks-auth.ap-southeast-1.api.aws" + }, + "ap-southeast-2" : { + "hostname" : "eks-auth.ap-southeast-2.api.aws" + }, + "ap-southeast-3" : { + "hostname" : "eks-auth.ap-southeast-3.api.aws" + }, + "ap-southeast-4" : { + "hostname" : "eks-auth.ap-southeast-4.api.aws" + }, + "ap-southeast-5" : { + "hostname" : "eks-auth.ap-southeast-5.api.aws" + }, + "ca-central-1" : { + "hostname" : "eks-auth.ca-central-1.api.aws" + }, + "ca-west-1" : { + "hostname" : "eks-auth.ca-west-1.api.aws" + }, + "eu-central-1" : { + "hostname" : "eks-auth.eu-central-1.api.aws" + }, + "eu-central-2" : { + "hostname" : "eks-auth.eu-central-2.api.aws" + }, + "eu-north-1" : { + "hostname" : "eks-auth.eu-north-1.api.aws" + }, + "eu-south-1" : { + "hostname" : "eks-auth.eu-south-1.api.aws" + }, + "eu-south-2" : { + "hostname" : "eks-auth.eu-south-2.api.aws" + }, + "eu-west-1" : { + "hostname" : "eks-auth.eu-west-1.api.aws" + }, + "eu-west-2" : { + "hostname" : "eks-auth.eu-west-2.api.aws" + }, + "eu-west-3" : { + "hostname" : "eks-auth.eu-west-3.api.aws" + }, + "il-central-1" : { + "hostname" : "eks-auth.il-central-1.api.aws" + }, + "me-central-1" : { + "hostname" : "eks-auth.me-central-1.api.aws" + }, + "me-south-1" : { + "hostname" : "eks-auth.me-south-1.api.aws" + }, + "sa-east-1" : { + "hostname" : "eks-auth.sa-east-1.api.aws" + }, + "us-east-1" : { + "hostname" : "eks-auth.us-east-1.api.aws" + }, + "us-east-2" : { + "hostname" : "eks-auth.us-east-2.api.aws" + }, + "us-west-1" : { + "hostname" : "eks-auth.us-west-1.api.aws" + }, + "us-west-2" : { + "hostname" : "eks-auth.us-west-2.api.aws" + } + } + }, + "elasticache" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "elasticache-fips.us-west-1.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "elasticache-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "elasticache-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "elasticache-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "elasticache-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "elasticache-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "elasticache-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "elasticache-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "elasticache-fips.us-west-2.amazonaws.com" + } + } + }, + "elasticbeanstalk" : { + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-northeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ap-southeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.ca-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "elasticbeanstalk-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "elasticbeanstalk-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "elasticbeanstalk-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.il-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk.sa-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "elasticbeanstalk-fips.us-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "elasticbeanstalk.us-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "elasticbeanstalk-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "elasticbeanstalk-fips.us-east-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "elasticbeanstalk.us-east-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "elasticbeanstalk-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "elasticbeanstalk-fips.us-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "elasticbeanstalk.us-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "elasticbeanstalk-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "elasticbeanstalk-fips.us-west-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "elasticbeanstalk.us-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "elasticfilesystem" : { + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.af-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ap-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ap-northeast-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ap-northeast-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ap-northeast-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-south-2" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ap-southeast-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ap-southeast-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-4" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ap-southeast-4.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-5" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.eu-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.eu-central-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.eu-north-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.eu-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-south-2" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.eu-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.eu-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.eu-west-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-af-south-1" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.af-south-1.amazonaws.com" + }, + "fips-ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ap-east-1.amazonaws.com" + }, + "fips-ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ap-northeast-1.amazonaws.com" + }, + "fips-ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ap-northeast-2.amazonaws.com" + }, + "fips-ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ap-northeast-3.amazonaws.com" + }, + "fips-ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com" + }, + "fips-ap-south-2" : { + "credentialScope" : { + "region" : "ap-south-2" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com" + }, + "fips-ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com" + }, + "fips-ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ap-southeast-2.amazonaws.com" + }, + "fips-ap-southeast-3" : { + "credentialScope" : { + "region" : "ap-southeast-3" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ap-southeast-3.amazonaws.com" + }, + "fips-ap-southeast-4" : { + "credentialScope" : { + "region" : "ap-southeast-4" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ap-southeast-4.amazonaws.com" + }, + "fips-ap-southeast-5" : { + "credentialScope" : { + "region" : "ap-southeast-5" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com" + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.ca-west-1.amazonaws.com" + }, + "fips-eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.eu-central-1.amazonaws.com" + }, + "fips-eu-central-2" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.eu-central-2.amazonaws.com" + }, + "fips-eu-north-1" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.eu-north-1.amazonaws.com" + }, + "fips-eu-south-1" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.eu-south-1.amazonaws.com" + }, + "fips-eu-south-2" : { + "credentialScope" : { + "region" : "eu-south-2" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com" + }, + "fips-eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.eu-west-1.amazonaws.com" + }, + "fips-eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.eu-west-2.amazonaws.com" + }, + "fips-eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.eu-west-3.amazonaws.com" + }, + "fips-il-central-1" : { + "credentialScope" : { + "region" : "il-central-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.il-central-1.amazonaws.com" + }, + "fips-me-central-1" : { + "credentialScope" : { + "region" : "me-central-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.me-central-1.amazonaws.com" + }, + "fips-me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.me-south-1.amazonaws.com" + }, + "fips-sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.sa-east-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.il-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "me-central-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.me-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.me-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.sa-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "elasticloadbalancing" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "elasticloadbalancing-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "elasticloadbalancing-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "elasticloadbalancing-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "elasticloadbalancing-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "elasticloadbalancing-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "elasticloadbalancing-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "elasticloadbalancing-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "elasticloadbalancing-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "elasticmapreduce" : { + "defaults" : { + "protocols" : [ "https" ], + "sslCommonName" : "{region}.{service}.{dnsSuffix}" + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { + "sslCommonName" : "{service}.{region}.{dnsSuffix}" + }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "elasticmapreduce-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "elasticmapreduce-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "elasticmapreduce-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "elasticmapreduce-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "sslCommonName" : "{service}.{region}.{dnsSuffix}", + "variants" : [ { + "hostname" : "elasticmapreduce-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "elasticmapreduce-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "elasticmapreduce.us-east-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "elasticmapreduce-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "elasticmapreduce-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "elastictranscoder" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "email" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "email-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "email-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "email-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "email-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "email-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "email-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "email-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "email-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "email-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "email-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "emr-containers" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "emr-containers-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "emr-containers-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "emr-containers-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "emr-containers-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "emr-containers-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "emr-containers-fips.us-west-2.amazonaws.com" + }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "emr-containers-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "emr-containers-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "emr-containers-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "emr-containers-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "emr-serverless" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "emr-serverless-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "emr-serverless-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "emr-serverless-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com" + }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "emr-serverless-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "emr-serverless-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "emr-serverless-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "entitlement.marketplace" : { + "defaults" : { + "credentialScope" : { + "service" : "aws-marketplace" + } + }, + "endpoints" : { + "us-east-1" : { } + } + }, + "es" : { + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "hostname" : "aos.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "aos.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "aos.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "aos.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "aos.ap-northeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "aos.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-2" : { + "variants" : [ { + "hostname" : "aos.ap-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "aos.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "aos.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "aos.ap-southeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-4" : { + "variants" : [ { + "hostname" : "aos.ap-southeast-4.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-5" : { + "variants" : [ { + "hostname" : "aos.ap-southeast-5.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "aos.ca-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "aos.ca-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "aos.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "aos.eu-central-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "aos.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "aos.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { + "variants" : [ { + "hostname" : "aos.eu-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "aos.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "aos.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "aos.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "es-fips.us-west-1.amazonaws.com" + }, + "il-central-1" : { + "variants" : [ { + "hostname" : "aos.il-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-central-1" : { + "variants" : [ { + "hostname" : "aos.me-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "aos.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "aos.sa-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "aos.us-east-1.api.aws", + "tags" : [ "dualstack" ] + }, { + "hostname" : "es-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "es-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "aos.us-east-2.api.aws", + "tags" : [ "dualstack" ] + }, { + "hostname" : "es-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "es-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "aos.us-west-1.api.aws", + "tags" : [ "dualstack" ] + }, { + "hostname" : "es-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "es-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "aos.us-west-2.api.aws", + "tags" : [ "dualstack" ] + }, { + "hostname" : "es-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "es-fips.us-west-2.amazonaws.com" + } + } + }, + "events" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "events-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "events-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "events-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "events-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "events-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "events-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "events-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "events-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "evidently" : { + "endpoints" : { + "ap-northeast-1" : { + "hostname" : "evidently.ap-northeast-1.amazonaws.com" + }, + "ap-southeast-1" : { + "hostname" : "evidently.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2" : { + "hostname" : "evidently.ap-southeast-2.amazonaws.com" + }, + "eu-central-1" : { + "hostname" : "evidently.eu-central-1.amazonaws.com" + }, + "eu-north-1" : { + "hostname" : "evidently.eu-north-1.amazonaws.com" + }, + "eu-west-1" : { + "hostname" : "evidently.eu-west-1.amazonaws.com" + }, + "us-east-1" : { + "hostname" : "evidently.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "hostname" : "evidently.us-east-2.amazonaws.com" + }, + "us-west-2" : { + "hostname" : "evidently.us-west-2.amazonaws.com" + } + } + }, + "finspace" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "finspace-api" : { + "endpoints" : { + "ca-central-1" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "firehose" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "firehose-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "firehose-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "firehose-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "firehose-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "firehose-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "firehose-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "firehose-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "firehose-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "fms" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "hostname" : "fms-fips.af-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "fms-fips.ap-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "fms-fips.ap-northeast-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "fms-fips.ap-northeast-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-3" : { }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "fms-fips.ap-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-south-2" : { }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "fms-fips.ap-southeast-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "fms-fips.ap-southeast-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "fms-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "fms-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "fms-fips.eu-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "fms-fips.eu-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-south-2" : { }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "fms-fips.eu-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "fms-fips.eu-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "fms-fips.eu-west-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-af-south-1" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.af-south-1.amazonaws.com" + }, + "fips-ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.ap-east-1.amazonaws.com" + }, + "fips-ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.ap-northeast-1.amazonaws.com" + }, + "fips-ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "deprecated" : true, + "hostname" : "fms-fips.ap-northeast-2.amazonaws.com" + }, + "fips-ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.ap-south-1.amazonaws.com" + }, + "fips-ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.ap-southeast-1.amazonaws.com" + }, + "fips-ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "deprecated" : true, + "hostname" : "fms-fips.ap-southeast-2.amazonaws.com" + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.ca-west-1.amazonaws.com" + }, + "fips-eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.eu-central-1.amazonaws.com" + }, + "fips-eu-south-1" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.eu-south-1.amazonaws.com" + }, + "fips-eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.eu-west-1.amazonaws.com" + }, + "fips-eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "deprecated" : true, + "hostname" : "fms-fips.eu-west-2.amazonaws.com" + }, + "fips-eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "deprecated" : true, + "hostname" : "fms-fips.eu-west-3.amazonaws.com" + }, + "fips-me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.me-south-1.amazonaws.com" + }, + "fips-sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.sa-east-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "fms-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "fms-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { + "variants" : [ { + "hostname" : "fms-fips.me-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "fms-fips.sa-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "fms-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "fms-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "fms-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "fms-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "forecast" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "forecast-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "forecast-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "forecast-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "forecast-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "forecast-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "forecast-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "forecastquery" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "forecastquery-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "forecastquery-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "forecastquery-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "forecastquery-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "forecastquery-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "forecastquery-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "frauddetector" : { + "endpoints" : { + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "fsx" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "fsx-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "fsx-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.ca-west-1.amazonaws.com" + }, + "fips-prod-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.ca-central-1.amazonaws.com" + }, + "fips-prod-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.ca-west-1.amazonaws.com" + }, + "fips-prod-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-east-1.amazonaws.com" + }, + "fips-prod-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-east-2.amazonaws.com" + }, + "fips-prod-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-west-1.amazonaws.com" + }, + "fips-prod-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-west-2.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "prod-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "fsx-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "prod-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "fsx-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "prod-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "fsx-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "prod-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "fsx-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "prod-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "fsx-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "prod-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "fsx-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "fsx-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "fsx-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "fsx-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "fsx-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "gamelift" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "geo" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "glacier" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "glacier-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "glacier-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "glacier-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "glacier-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "glacier-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "glacier-fips.us-west-2.amazonaws.com" + }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "glacier-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "glacier-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "glacier-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "glacier-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "globalaccelerator" : { + "endpoints" : { + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "globalaccelerator-fips.us-west-2.amazonaws.com" + } + } + }, + "glue" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "glue-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "glue-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "glue-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "glue-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "glue-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "glue-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "glue-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "glue-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "grafana" : { + "endpoints" : { + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "grafana.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "grafana.ap-northeast-2.amazonaws.com" + }, + "ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "grafana.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "grafana.ap-southeast-2.amazonaws.com" + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "grafana.eu-central-1.amazonaws.com" + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "grafana.eu-west-1.amazonaws.com" + }, + "eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "grafana.eu-west-2.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "grafana.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "grafana.us-east-2.amazonaws.com" + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "grafana.us-west-2.amazonaws.com" + } + } + }, + "greengrass" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "greengrass-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "greengrass-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "greengrass-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "greengrass-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "greengrass-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "greengrass-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "greengrass-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "greengrass-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + }, + "isRegionalized" : true + }, + "groundstation" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "groundstation-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "groundstation-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "groundstation-fips.us-west-2.amazonaws.com" + }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "groundstation-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "groundstation-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "groundstation-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "guardduty" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "guardduty-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "guardduty-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "guardduty-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "guardduty-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "guardduty-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "guardduty-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "guardduty-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "guardduty-fips.us-west-2.amazonaws.com" + } + }, + "isRegionalized" : true + }, + "health" : { + "defaults" : { + "protocols" : [ "https" ], + "sslCommonName" : "health.us-east-1.amazonaws.com" + }, + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "global.health.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "health-fips.us-east-2.amazonaws.com" + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "health-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "healthlake" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "ap-south-1" : { }, + "ap-southeast-2" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "iam" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "iam.amazonaws.com", + "variants" : [ { + "hostname" : "iam-fips.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "aws-global-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "iam-fips.amazonaws.com" + }, + "iam" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "iam-fips.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "iam-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "iam-fips.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "identity-chime" : { + "endpoints" : { + "eu-central-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "identity-chime-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "identity-chime-fips.us-east-1.amazonaws.com" + } + } + }, + "identitystore" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "importexport" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1", + "service" : "IngestionService" + }, + "hostname" : "importexport.amazonaws.com", + "signatureVersions" : [ "v2", "v4" ] + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "ingest.timestream" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "ingest-fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "ingest.timestream-fips.us-east-1.amazonaws.com" + }, + "ingest-fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "ingest.timestream-fips.us-east-2.amazonaws.com" + }, + "ingest-fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "ingest.timestream-fips.us-west-2.amazonaws.com" + }, + "ingest-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "ingest.timestream-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ingest-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "ingest.timestream-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ingest-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "ingest.timestream-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "inspector" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "inspector-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "inspector-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "inspector-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "inspector-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "inspector-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "inspector-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "inspector-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "inspector-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "inspector2" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "inspector2-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "inspector2-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "inspector2-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "inspector2-fips.us-west-2.amazonaws.com" + }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "inspector2-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "inspector2-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "inspector2-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "inspector2-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "internetmonitor" : { + "defaults" : { + "dnsSuffix" : "api.aws", + "variants" : [ { + "dnsSuffix" : "api.aws", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "af-south-1" : { + "hostname" : "internetmonitor.af-south-1.api.aws" + }, + "ap-east-1" : { + "hostname" : "internetmonitor.ap-east-1.api.aws" + }, + "ap-northeast-1" : { + "hostname" : "internetmonitor.ap-northeast-1.api.aws" + }, + "ap-northeast-2" : { + "hostname" : "internetmonitor.ap-northeast-2.api.aws" + }, + "ap-northeast-3" : { + "hostname" : "internetmonitor.ap-northeast-3.api.aws" + }, + "ap-south-1" : { + "hostname" : "internetmonitor.ap-south-1.api.aws" + }, + "ap-south-2" : { + "hostname" : "internetmonitor.ap-south-2.api.aws" + }, + "ap-southeast-1" : { + "hostname" : "internetmonitor.ap-southeast-1.api.aws" + }, + "ap-southeast-2" : { + "hostname" : "internetmonitor.ap-southeast-2.api.aws" + }, + "ap-southeast-3" : { + "hostname" : "internetmonitor.ap-southeast-3.api.aws" + }, + "ap-southeast-4" : { + "hostname" : "internetmonitor.ap-southeast-4.api.aws" + }, + "ap-southeast-5" : { + "hostname" : "internetmonitor.ap-southeast-5.api.aws" + }, + "ca-central-1" : { + "hostname" : "internetmonitor.ca-central-1.api.aws", + "variants" : [ { + "hostname" : "internetmonitor-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "hostname" : "internetmonitor.ca-west-1.api.aws" + }, + "eu-central-1" : { + "hostname" : "internetmonitor.eu-central-1.api.aws" + }, + "eu-central-2" : { + "hostname" : "internetmonitor.eu-central-2.api.aws" + }, + "eu-north-1" : { + "hostname" : "internetmonitor.eu-north-1.api.aws" + }, + "eu-south-1" : { + "hostname" : "internetmonitor.eu-south-1.api.aws" + }, + "eu-south-2" : { + "hostname" : "internetmonitor.eu-south-2.api.aws" + }, + "eu-west-1" : { + "hostname" : "internetmonitor.eu-west-1.api.aws" + }, + "eu-west-2" : { + "hostname" : "internetmonitor.eu-west-2.api.aws" + }, + "eu-west-3" : { + "hostname" : "internetmonitor.eu-west-3.api.aws" + }, + "il-central-1" : { + "hostname" : "internetmonitor.il-central-1.api.aws" + }, + "me-central-1" : { + "hostname" : "internetmonitor.me-central-1.api.aws" + }, + "me-south-1" : { + "hostname" : "internetmonitor.me-south-1.api.aws" + }, + "sa-east-1" : { + "hostname" : "internetmonitor.sa-east-1.api.aws" + }, + "us-east-1" : { + "hostname" : "internetmonitor.us-east-1.api.aws", + "variants" : [ { + "hostname" : "internetmonitor-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "hostname" : "internetmonitor.us-east-2.api.aws", + "variants" : [ { + "hostname" : "internetmonitor-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "hostname" : "internetmonitor.us-west-1.api.aws", + "variants" : [ { + "hostname" : "internetmonitor-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "hostname" : "internetmonitor.us-west-2.api.aws", + "variants" : [ { + "hostname" : "internetmonitor-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "iot" : { + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "iot-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "deprecated" : true, + "hostname" : "iot-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "deprecated" : true, + "hostname" : "iot-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "deprecated" : true, + "hostname" : "iot-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "deprecated" : true, + "hostname" : "iot-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "deprecated" : true, + "hostname" : "iot-fips.us-west-2.amazonaws.com" + }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "iot-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "iot-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "iot-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "iot-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "iotanalytics" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-south-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "iotevents" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "iotevents-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "iotevents-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "iotevents-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "iotevents-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "iotevents-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "iotevents-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "iotevents-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "iotevents-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "ioteventsdata" : { + "endpoints" : { + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "data.iotevents.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "data.iotevents.ap-northeast-2.amazonaws.com" + }, + "ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "data.iotevents.ap-south-1.amazonaws.com" + }, + "ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "data.iotevents.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "data.iotevents.ap-southeast-2.amazonaws.com" + }, + "ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "data.iotevents.ca-central-1.amazonaws.com", + "variants" : [ { + "hostname" : "data.iotevents-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "data.iotevents.eu-central-1.amazonaws.com" + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "data.iotevents.eu-west-1.amazonaws.com" + }, + "eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "data.iotevents.eu-west-2.amazonaws.com" + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "data.iotevents-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "data.iotevents-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "data.iotevents-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "data.iotevents-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "data.iotevents.us-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "data.iotevents-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "data.iotevents.us-east-2.amazonaws.com", + "variants" : [ { + "hostname" : "data.iotevents-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "data.iotevents.us-west-2.amazonaws.com", + "variants" : [ { + "hostname" : "data.iotevents-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "iotfleetwise" : { + "endpoints" : { + "eu-central-1" : { }, + "us-east-1" : { } + } + }, + "iotsecuredtunneling" : { + "defaults" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com" + }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "iotsitewise" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "iotsitewise-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "iotsitewise-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "iotsitewise-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "iotsitewise-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "iotsitewise-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "iotsitewise-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "iotsitewise-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "iotsitewise-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "iotthingsgraph" : { + "defaults" : { + "credentialScope" : { + "service" : "iotthingsgraph" + } + }, + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-2" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "iottwinmaker" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "api-ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "api.iottwinmaker.ap-northeast-1.amazonaws.com" + }, + "api-ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "api.iottwinmaker.ap-northeast-2.amazonaws.com" + }, + "api-ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "api.iottwinmaker.ap-south-1.amazonaws.com" + }, + "api-ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "api.iottwinmaker.ap-southeast-1.amazonaws.com" + }, + "api-ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "api.iottwinmaker.ap-southeast-2.amazonaws.com" + }, + "api-eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "api.iottwinmaker.eu-central-1.amazonaws.com" + }, + "api-eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "api.iottwinmaker.eu-west-1.amazonaws.com" + }, + "api-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "api.iottwinmaker.us-east-1.amazonaws.com" + }, + "api-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "api.iottwinmaker.us-west-2.amazonaws.com" + }, + "data-ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "data.iottwinmaker.ap-northeast-1.amazonaws.com" + }, + "data-ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "data.iottwinmaker.ap-northeast-2.amazonaws.com" + }, + "data-ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "data.iottwinmaker.ap-south-1.amazonaws.com" + }, + "data-ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "data.iottwinmaker.ap-southeast-1.amazonaws.com" + }, + "data-ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "data.iottwinmaker.ap-southeast-2.amazonaws.com" + }, + "data-eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "data.iottwinmaker.eu-central-1.amazonaws.com" + }, + "data-eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "data.iottwinmaker.eu-west-1.amazonaws.com" + }, + "data-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "data.iottwinmaker.us-east-1.amazonaws.com" + }, + "data-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "data.iottwinmaker.us-west-2.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "fips-api-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "api.iottwinmaker-fips.us-east-1.amazonaws.com" + }, + "fips-api-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "api.iottwinmaker-fips.us-west-2.amazonaws.com" + }, + "fips-data-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "data.iottwinmaker-fips.us-east-1.amazonaws.com" + }, + "fips-data-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "data.iottwinmaker-fips.us-west-2.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "iottwinmaker-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "iottwinmaker-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "iottwinmaker-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "iottwinmaker-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "iotwireless" : { + "endpoints" : { + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "api.iotwireless.ap-northeast-1.amazonaws.com" + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com" + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "api.iotwireless.eu-west-1.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "api.iotwireless.us-east-1.amazonaws.com" + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "api.iotwireless.us-west-2.amazonaws.com" + } + } + }, + "ivs" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "ivschat" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "ivsrealtime" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "kafka" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "kafka-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "kafka-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "kafka-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "kafka-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "kafka-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "kafka-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "kafka-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "kafka-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "kafka-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "kafka-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "kafka-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "kafka-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "kafkaconnect" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "kendra" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "kendra-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "kendra-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "kendra-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "kendra-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "kendra-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "kendra-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "kendra-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "kendra-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "kendra-ranking" : { + "defaults" : { + "dnsSuffix" : "api.aws", + "variants" : [ { + "dnsSuffix" : "api.aws", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "af-south-1" : { + "hostname" : "kendra-ranking.af-south-1.api.aws" + }, + "ap-east-1" : { + "hostname" : "kendra-ranking.ap-east-1.api.aws" + }, + "ap-northeast-1" : { + "hostname" : "kendra-ranking.ap-northeast-1.api.aws" + }, + "ap-northeast-2" : { + "hostname" : "kendra-ranking.ap-northeast-2.api.aws" + }, + "ap-northeast-3" : { + "hostname" : "kendra-ranking.ap-northeast-3.api.aws" + }, + "ap-south-1" : { + "hostname" : "kendra-ranking.ap-south-1.api.aws" + }, + "ap-south-2" : { + "hostname" : "kendra-ranking.ap-south-2.api.aws" + }, + "ap-southeast-1" : { + "hostname" : "kendra-ranking.ap-southeast-1.api.aws" + }, + "ap-southeast-2" : { + "hostname" : "kendra-ranking.ap-southeast-2.api.aws" + }, + "ap-southeast-3" : { + "hostname" : "kendra-ranking.ap-southeast-3.api.aws" + }, + "ap-southeast-4" : { + "hostname" : "kendra-ranking.ap-southeast-4.api.aws" + }, + "ap-southeast-5" : { + "hostname" : "kendra-ranking.ap-southeast-5.api.aws" + }, + "ca-central-1" : { + "hostname" : "kendra-ranking.ca-central-1.api.aws", + "variants" : [ { + "hostname" : "kendra-ranking-fips.ca-central-1.api.aws", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "hostname" : "kendra-ranking.ca-west-1.api.aws" + }, + "eu-central-2" : { + "hostname" : "kendra-ranking.eu-central-2.api.aws" + }, + "eu-north-1" : { + "hostname" : "kendra-ranking.eu-north-1.api.aws" + }, + "eu-south-1" : { + "hostname" : "kendra-ranking.eu-south-1.api.aws" + }, + "eu-south-2" : { + "hostname" : "kendra-ranking.eu-south-2.api.aws" + }, + "eu-west-1" : { + "hostname" : "kendra-ranking.eu-west-1.api.aws" + }, + "eu-west-3" : { + "hostname" : "kendra-ranking.eu-west-3.api.aws" + }, + "il-central-1" : { + "hostname" : "kendra-ranking.il-central-1.api.aws" + }, + "me-central-1" : { + "hostname" : "kendra-ranking.me-central-1.api.aws" + }, + "me-south-1" : { + "hostname" : "kendra-ranking.me-south-1.api.aws" + }, + "sa-east-1" : { + "hostname" : "kendra-ranking.sa-east-1.api.aws" + }, + "us-east-1" : { + "hostname" : "kendra-ranking.us-east-1.api.aws", + "variants" : [ { + "hostname" : "kendra-ranking-fips.us-east-1.api.aws", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "hostname" : "kendra-ranking.us-east-2.api.aws", + "variants" : [ { + "hostname" : "kendra-ranking-fips.us-east-2.api.aws", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "hostname" : "kendra-ranking.us-west-1.api.aws" + }, + "us-west-2" : { + "hostname" : "kendra-ranking.us-west-2.api.aws", + "variants" : [ { + "hostname" : "kendra-ranking-fips.us-west-2.api.aws", + "tags" : [ "fips" ] + } ] + } + } + }, + "kinesis" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "kinesis-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "kinesis-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "kinesis-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "kinesis-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "kinesis-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "kinesis-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "kinesis-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "kinesis-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "kinesisanalytics" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "kinesisanalytics-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "kinesisanalytics-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "kinesisanalytics-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "kinesisanalytics-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "kinesisanalytics-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "kinesisanalytics-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "kinesisanalytics-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "kinesisanalytics-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "kinesisanalytics-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "kinesisanalytics-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "kinesisanalytics-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "kinesisanalytics-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "kinesisvideo" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "kms" : { + "endpoints" : { + "ProdFips" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "deprecated" : true, + "hostname" : "kms-fips.eu-central-2.amazonaws.com" + }, + "af-south-1" : { + "variants" : [ { + "hostname" : "kms-fips.af-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "af-south-1-fips" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.af-south-1.amazonaws.com" + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "kms-fips.ap-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-east-1-fips" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.ap-east-1.amazonaws.com" + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "kms-fips.ap-northeast-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-1-fips" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "kms-fips.ap-northeast-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-2-fips" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "deprecated" : true, + "hostname" : "kms-fips.ap-northeast-2.amazonaws.com" + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "kms-fips.ap-northeast-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-3-fips" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "deprecated" : true, + "hostname" : "kms-fips.ap-northeast-3.amazonaws.com" + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "kms-fips.ap-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-south-1-fips" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.ap-south-1.amazonaws.com" + }, + "ap-south-2" : { + "variants" : [ { + "hostname" : "kms-fips.ap-south-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-south-2-fips" : { + "credentialScope" : { + "region" : "ap-south-2" + }, + "deprecated" : true, + "hostname" : "kms-fips.ap-south-2.amazonaws.com" + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "kms-fips.ap-southeast-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-1-fips" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "kms-fips.ap-southeast-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-2-fips" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "deprecated" : true, + "hostname" : "kms-fips.ap-southeast-2.amazonaws.com" + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "kms-fips.ap-southeast-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-3-fips" : { + "credentialScope" : { + "region" : "ap-southeast-3" + }, + "deprecated" : true, + "hostname" : "kms-fips.ap-southeast-3.amazonaws.com" + }, + "ap-southeast-4" : { + "variants" : [ { + "hostname" : "kms-fips.ap-southeast-4.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-4-fips" : { + "credentialScope" : { + "region" : "ap-southeast-4" + }, + "deprecated" : true, + "hostname" : "kms-fips.ap-southeast-4.amazonaws.com" + }, + "ap-southeast-5" : { + "variants" : [ { + "hostname" : "kms-fips.ap-southeast-5.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-5-fips" : { + "credentialScope" : { + "region" : "ap-southeast-5" + }, + "deprecated" : true, + "hostname" : "kms-fips.ap-southeast-5.amazonaws.com" + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "kms-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.ca-central-1.amazonaws.com" + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "kms-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1-fips" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.ca-west-1.amazonaws.com" + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "kms-fips.eu-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1-fips" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.eu-central-1.amazonaws.com" + }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "kms-fips.eu-central-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-2-fips" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "deprecated" : true, + "hostname" : "kms-fips.eu-central-2.amazonaws.com" + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "kms-fips.eu-north-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-north-1-fips" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.eu-north-1.amazonaws.com" + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "kms-fips.eu-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-south-1-fips" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.eu-south-1.amazonaws.com" + }, + "eu-south-2" : { + "variants" : [ { + "hostname" : "kms-fips.eu-south-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-south-2-fips" : { + "credentialScope" : { + "region" : "eu-south-2" + }, + "deprecated" : true, + "hostname" : "kms-fips.eu-south-2.amazonaws.com" + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "kms-fips.eu-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-1-fips" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.eu-west-1.amazonaws.com" + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "kms-fips.eu-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-2-fips" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "deprecated" : true, + "hostname" : "kms-fips.eu-west-2.amazonaws.com" + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "kms-fips.eu-west-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-3-fips" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "deprecated" : true, + "hostname" : "kms-fips.eu-west-3.amazonaws.com" + }, + "il-central-1" : { + "variants" : [ { + "hostname" : "kms-fips.il-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "il-central-1-fips" : { + "credentialScope" : { + "region" : "il-central-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.il-central-1.amazonaws.com" + }, + "me-central-1" : { + "variants" : [ { + "hostname" : "kms-fips.me-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "me-central-1-fips" : { + "credentialScope" : { + "region" : "me-central-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.me-central-1.amazonaws.com" + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "kms-fips.me-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "me-south-1-fips" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.me-south-1.amazonaws.com" + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "kms-fips.sa-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "sa-east-1-fips" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.sa-east-1.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "kms-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "kms-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "kms-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "kms-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "kms-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "kms-fips.us-west-2.amazonaws.com" + } + } + }, + "lakeformation" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "lakeformation-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "lakeformation-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "lakeformation-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "lakeformation-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "lakeformation-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "lakeformation-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "lakeformation-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "lakeformation-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "lambda" : { + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "hostname" : "lambda.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "lambda.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "lambda.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "lambda.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "lambda.ap-northeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "lambda.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-2" : { + "variants" : [ { + "hostname" : "lambda.ap-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "lambda.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "lambda.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "lambda.ap-southeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-4" : { + "variants" : [ { + "hostname" : "lambda.ap-southeast-4.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-5" : { + "variants" : [ { + "hostname" : "lambda.ap-southeast-5.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "lambda.ca-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "lambda.ca-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "lambda.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "lambda.eu-central-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "lambda.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "lambda.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { + "variants" : [ { + "hostname" : "lambda.eu-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "lambda.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "lambda.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "lambda.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "lambda-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "lambda-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "lambda-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "lambda-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "variants" : [ { + "hostname" : "lambda.il-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-central-1" : { + "variants" : [ { + "hostname" : "lambda.me-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "lambda.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "lambda.sa-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "lambda-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "lambda.us-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "lambda-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "lambda.us-east-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "lambda-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "lambda.us-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "lambda-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "lambda.us-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "license-manager" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "license-manager-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "license-manager-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "license-manager-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "license-manager-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "license-manager-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "license-manager-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "license-manager-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "license-manager-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "license-manager-linux-subscriptions" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "license-manager-linux-subscriptions-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "license-manager-linux-subscriptions-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "license-manager-linux-subscriptions-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "license-manager-linux-subscriptions-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "license-manager-linux-subscriptions-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "license-manager-linux-subscriptions-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "license-manager-user-subscriptions" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "license-manager-user-subscriptions-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "license-manager-user-subscriptions-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "license-manager-user-subscriptions-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "license-manager-user-subscriptions-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "license-manager-user-subscriptions-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "license-manager-user-subscriptions-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "lightsail" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "logs" : { + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "hostname" : "logs.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "logs.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "logs.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "logs.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "logs.ap-northeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "logs.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-2" : { + "variants" : [ { + "hostname" : "logs.ap-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "logs.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "logs.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "logs.ap-southeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-4" : { + "variants" : [ { + "hostname" : "logs.ap-southeast-4.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-5" : { + "variants" : [ { + "hostname" : "logs.ap-southeast-5.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "logs-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "logs.ca-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "logs-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "logs.ca-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "logs.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "logs.eu-central-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "logs.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "logs.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { + "variants" : [ { + "hostname" : "logs.eu-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "logs.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "logs.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "logs.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "logs-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "logs-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "logs-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "logs-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "logs-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "logs-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "variants" : [ { + "hostname" : "logs.il-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-central-1" : { + "variants" : [ { + "hostname" : "logs.me-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "logs.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "logs.sa-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "logs-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "logs.us-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "logs-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "logs.us-east-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "logs-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "logs.us-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "logs-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "logs.us-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "lookoutequipment" : { + "endpoints" : { + "ap-northeast-2" : { }, + "eu-west-1" : { }, + "us-east-1" : { } + } + }, + "lookoutmetrics" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "lookoutvision" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "m2" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "deprecated" : true + }, + "fips-us-east-1" : { + "deprecated" : true + }, + "fips-us-east-2" : { + "deprecated" : true + }, + "fips-us-west-1" : { + "deprecated" : true + }, + "fips-us-west-2" : { + "deprecated" : true + }, + "il-central-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + } + } + }, + "machinelearning" : { + "endpoints" : { + "eu-west-1" : { }, + "us-east-1" : { } + } + }, + "macie2" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "macie2-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "macie2-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "macie2-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "macie2-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "macie2-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "macie2-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "macie2-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "macie2-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "managedblockchain" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { } + } + }, + "managedblockchain-query" : { + "endpoints" : { + "us-east-1" : { } + } + }, + "marketplacecommerceanalytics" : { + "endpoints" : { + "us-east-1" : { } + } + }, + "media-pipelines-chime" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "media-pipelines-chime-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "media-pipelines-chime-fips.us-west-2.amazonaws.com" + } + } + }, + "mediaconnect" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-central-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "mediaconvert" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "mediaconvert-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "mediaconvert-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "mediaconvert-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "mediaconvert-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "mediaconvert-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "mediaconvert-fips.us-west-2.amazonaws.com" + }, + "me-central-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "mediaconvert-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "mediaconvert-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "mediaconvert-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "mediaconvert-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "medialive" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "medialive-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "medialive-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "medialive-fips.us-west-2.amazonaws.com" + }, + "me-central-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "medialive-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "medialive-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "medialive-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "mediapackage" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "mediapackage-vod" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "mediapackagev2" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-central-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "mediastore" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "meetings-chime" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "meetings-chime-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "meetings-chime-fips.ca-central-1.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-west-2" : { }, + "il-central-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "meetings-chime-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "meetings-chime-fips.us-east-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "meetings-chime-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "meetings-chime-fips.us-west-2.amazonaws.com" + } + } + }, + "memory-db" : { + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "hostname" : "memory-db-fips.us-west-1.amazonaws.com" + }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "messaging-chime" : { + "endpoints" : { + "eu-central-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "messaging-chime-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "messaging-chime-fips.us-east-1.amazonaws.com" + } + } + }, + "metering.marketplace" : { + "defaults" : { + "credentialScope" : { + "service" : "aws-marketplace" + } + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "metrics.sagemaker" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "mgh" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "mgn" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "mgn-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "mgn-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "mgn-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "mgn-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "mgn-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "mgn-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "mgn-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "mgn-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "migrationhub-orchestrator" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "migrationhub-strategy" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "mobileanalytics" : { + "endpoints" : { + "us-east-1" : { } + } + }, + "models-v2-lex" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "models.lex" : { + "defaults" : { + "credentialScope" : { + "service" : "lex" + }, + "variants" : [ { + "hostname" : "models-fips.lex.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "models-fips.lex.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "models-fips.lex.us-east-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "models-fips.lex.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "models-fips.lex.us-west-2.amazonaws.com" + } + } + }, + "monitoring" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "monitoring-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "monitoring-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "monitoring-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "monitoring-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "monitoring-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "monitoring-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "monitoring-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "monitoring-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "mq" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "mq-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "mq-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "mq-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "mq-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "mq-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "mq-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "mq-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "mq-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "mturk-requester" : { + "endpoints" : { + "sandbox" : { + "hostname" : "mturk-requester-sandbox.us-east-1.amazonaws.com" + }, + "us-east-1" : { } + }, + "isRegionalized" : false + }, + "neptune" : { + "endpoints" : { + "ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "hostname" : "rds.ap-east-1.amazonaws.com" + }, + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "rds.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "rds.ap-northeast-2.amazonaws.com" + }, + "ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "rds.ap-south-1.amazonaws.com" + }, + "ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "rds.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "rds.ap-southeast-2.amazonaws.com" + }, + "ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "rds.ca-central-1.amazonaws.com" + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "rds.eu-central-1.amazonaws.com" + }, + "eu-north-1" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "hostname" : "rds.eu-north-1.amazonaws.com" + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "rds.eu-west-1.amazonaws.com" + }, + "eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "rds.eu-west-2.amazonaws.com" + }, + "eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "hostname" : "rds.eu-west-3.amazonaws.com" + }, + "me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "hostname" : "rds.me-south-1.amazonaws.com" + }, + "sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "rds.sa-east-1.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "rds.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "rds.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "hostname" : "rds.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "rds.us-west-2.amazonaws.com" + } + } + }, + "network-firewall" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "network-firewall-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "network-firewall-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "network-firewall-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "network-firewall-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "network-firewall-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "network-firewall-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "network-firewall-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "network-firewall-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "networkmanager" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "networkmanager.us-west-2.amazonaws.com", + "variants" : [ { + "hostname" : "networkmanager-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-aws-global" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "networkmanager-fips.us-west-2.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "nimble" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "oam" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "oidc" : { + "endpoints" : { + "af-south-1" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "hostname" : "oidc.af-south-1.amazonaws.com" + }, + "ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "hostname" : "oidc.ap-east-1.amazonaws.com" + }, + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "oidc.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "oidc.ap-northeast-2.amazonaws.com" + }, + "ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "hostname" : "oidc.ap-northeast-3.amazonaws.com" + }, + "ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "oidc.ap-south-1.amazonaws.com" + }, + "ap-south-2" : { + "credentialScope" : { + "region" : "ap-south-2" + }, + "hostname" : "oidc.ap-south-2.amazonaws.com" + }, + "ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "oidc.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "oidc.ap-southeast-2.amazonaws.com" + }, + "ap-southeast-3" : { + "credentialScope" : { + "region" : "ap-southeast-3" + }, + "hostname" : "oidc.ap-southeast-3.amazonaws.com" + }, + "ap-southeast-4" : { + "credentialScope" : { + "region" : "ap-southeast-4" + }, + "hostname" : "oidc.ap-southeast-4.amazonaws.com" + }, + "ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "oidc.ca-central-1.amazonaws.com" + }, + "ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "hostname" : "oidc.ca-west-1.amazonaws.com" + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "oidc.eu-central-1.amazonaws.com" + }, + "eu-central-2" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "hostname" : "oidc.eu-central-2.amazonaws.com" + }, + "eu-north-1" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "hostname" : "oidc.eu-north-1.amazonaws.com" + }, + "eu-south-1" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "hostname" : "oidc.eu-south-1.amazonaws.com" + }, + "eu-south-2" : { + "credentialScope" : { + "region" : "eu-south-2" + }, + "hostname" : "oidc.eu-south-2.amazonaws.com" + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "oidc.eu-west-1.amazonaws.com" + }, + "eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "oidc.eu-west-2.amazonaws.com" + }, + "eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "hostname" : "oidc.eu-west-3.amazonaws.com" + }, + "il-central-1" : { + "credentialScope" : { + "region" : "il-central-1" + }, + "hostname" : "oidc.il-central-1.amazonaws.com" + }, + "me-central-1" : { + "credentialScope" : { + "region" : "me-central-1" + }, + "hostname" : "oidc.me-central-1.amazonaws.com" + }, + "me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "hostname" : "oidc.me-south-1.amazonaws.com" + }, + "sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "oidc.sa-east-1.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "oidc.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "oidc.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "hostname" : "oidc.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "oidc.us-west-2.amazonaws.com" + } + } + }, + "omics" : { + "endpoints" : { + "ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "omics.ap-southeast-1.amazonaws.com" + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "omics.eu-central-1.amazonaws.com" + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "omics.eu-west-1.amazonaws.com" + }, + "eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "omics.eu-west-2.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "omics-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "omics-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "credentialScope" : { + "region" : "il-central-1" + }, + "hostname" : "omics.il-central-1.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "omics.us-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "omics-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "omics.us-west-2.amazonaws.com", + "variants" : [ { + "hostname" : "omics-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "opsworks" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "opsworks-cm" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "organizations" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "organizations.us-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "organizations-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "organizations-fips.us-east-1.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "osis" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "outposts" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "outposts-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "outposts-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "outposts-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "outposts-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "outposts-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "outposts-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "outposts-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "outposts-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "outposts-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "outposts-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "participant.connect" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-2" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "participant.connect-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "participant.connect-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "participant.connect-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "participant.connect-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "personalize" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "pi" : { + "endpoints" : { + "af-south-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.ap-northeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-2" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.ap-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.ap-southeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-4" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.ap-southeast-4.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-5" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.ap-southeast-5.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "pi-fips.ca-central-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "pi.ca-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-west-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "pi-fips.ca-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "pi.ca-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.eu-central-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.eu-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "pi-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "pi-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "pi-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "pi-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "pi-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "pi-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.il-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-central-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.me-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.sa-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "pi-fips.us-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "pi.us-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-2" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "pi-fips.us-east-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "pi.us-east-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "pi-fips.us-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "pi.us-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-2" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "pi-fips.us-west-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "pi.us-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "pinpoint" : { + "defaults" : { + "credentialScope" : { + "service" : "mobiletargeting" + } + }, + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "pinpoint.ca-central-1.amazonaws.com", + "variants" : [ { + "hostname" : "pinpoint-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "pinpoint-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "pinpoint-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "pinpoint-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "pinpoint-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "pinpoint.us-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "pinpoint-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "pinpoint.us-east-2.amazonaws.com", + "variants" : [ { + "hostname" : "pinpoint-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "pinpoint.us-west-2.amazonaws.com", + "variants" : [ { + "hostname" : "pinpoint-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "pipes" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "polly" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "polly-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "polly-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "polly-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "polly-fips.us-west-2.amazonaws.com" + }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "polly-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "polly-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "polly-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "polly-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "portal.sso" : { + "endpoints" : { + "af-south-1" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "hostname" : "portal.sso.af-south-1.amazonaws.com" + }, + "ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "hostname" : "portal.sso.ap-east-1.amazonaws.com" + }, + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "portal.sso.ap-northeast-1.amazonaws.com" + }, + "ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "portal.sso.ap-northeast-2.amazonaws.com" + }, + "ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "hostname" : "portal.sso.ap-northeast-3.amazonaws.com" + }, + "ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "portal.sso.ap-south-1.amazonaws.com" + }, + "ap-south-2" : { + "credentialScope" : { + "region" : "ap-south-2" + }, + "hostname" : "portal.sso.ap-south-2.amazonaws.com" + }, + "ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "portal.sso.ap-southeast-1.amazonaws.com" + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "portal.sso.ap-southeast-2.amazonaws.com" + }, + "ap-southeast-3" : { + "credentialScope" : { + "region" : "ap-southeast-3" + }, + "hostname" : "portal.sso.ap-southeast-3.amazonaws.com" + }, + "ap-southeast-4" : { + "credentialScope" : { + "region" : "ap-southeast-4" + }, + "hostname" : "portal.sso.ap-southeast-4.amazonaws.com" + }, + "ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "portal.sso.ca-central-1.amazonaws.com" + }, + "ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "hostname" : "portal.sso.ca-west-1.amazonaws.com" + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "portal.sso.eu-central-1.amazonaws.com" + }, + "eu-central-2" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "hostname" : "portal.sso.eu-central-2.amazonaws.com" + }, + "eu-north-1" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "hostname" : "portal.sso.eu-north-1.amazonaws.com" + }, + "eu-south-1" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "hostname" : "portal.sso.eu-south-1.amazonaws.com" + }, + "eu-south-2" : { + "credentialScope" : { + "region" : "eu-south-2" + }, + "hostname" : "portal.sso.eu-south-2.amazonaws.com" + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "portal.sso.eu-west-1.amazonaws.com" + }, + "eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "portal.sso.eu-west-2.amazonaws.com" + }, + "eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "hostname" : "portal.sso.eu-west-3.amazonaws.com" + }, + "il-central-1" : { + "credentialScope" : { + "region" : "il-central-1" + }, + "hostname" : "portal.sso.il-central-1.amazonaws.com" + }, + "me-central-1" : { + "credentialScope" : { + "region" : "me-central-1" + }, + "hostname" : "portal.sso.me-central-1.amazonaws.com" + }, + "me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "hostname" : "portal.sso.me-south-1.amazonaws.com" + }, + "sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "portal.sso.sa-east-1.amazonaws.com" + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "portal.sso.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "portal.sso.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "hostname" : "portal.sso.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "portal.sso.us-west-2.amazonaws.com" + } + } + }, + "private-networks" : { + "endpoints" : { + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "profile" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "profile-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-west-2" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "profile-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "profile-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "profile-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "profile-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "profile-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "projects.iot1click" : { + "endpoints" : { + "ap-northeast-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "proton" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "qbusiness" : { + "defaults" : { + "dnsSuffix" : "api.aws", + "variants" : [ { + "dnsSuffix" : "api.aws", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "af-south-1" : { + "hostname" : "qbusiness.af-south-1.api.aws" + }, + "ap-east-1" : { + "hostname" : "qbusiness.ap-east-1.api.aws" + }, + "ap-northeast-1" : { + "hostname" : "qbusiness.ap-northeast-1.api.aws" + }, + "ap-northeast-2" : { + "hostname" : "qbusiness.ap-northeast-2.api.aws" + }, + "ap-northeast-3" : { + "hostname" : "qbusiness.ap-northeast-3.api.aws" + }, + "ap-south-1" : { + "hostname" : "qbusiness.ap-south-1.api.aws" + }, + "ap-south-2" : { + "hostname" : "qbusiness.ap-south-2.api.aws" + }, + "ap-southeast-1" : { + "hostname" : "qbusiness.ap-southeast-1.api.aws" + }, + "ap-southeast-2" : { + "hostname" : "qbusiness.ap-southeast-2.api.aws" + }, + "ap-southeast-3" : { + "hostname" : "qbusiness.ap-southeast-3.api.aws" + }, + "ap-southeast-4" : { + "hostname" : "qbusiness.ap-southeast-4.api.aws" + }, + "ap-southeast-5" : { + "hostname" : "qbusiness.ap-southeast-5.api.aws" + }, + "ca-central-1" : { + "hostname" : "qbusiness.ca-central-1.api.aws" + }, + "ca-west-1" : { + "hostname" : "qbusiness.ca-west-1.api.aws" + }, + "eu-central-1" : { + "hostname" : "qbusiness.eu-central-1.api.aws" + }, + "eu-central-2" : { + "hostname" : "qbusiness.eu-central-2.api.aws" + }, + "eu-north-1" : { + "hostname" : "qbusiness.eu-north-1.api.aws" + }, + "eu-south-1" : { + "hostname" : "qbusiness.eu-south-1.api.aws" + }, + "eu-south-2" : { + "hostname" : "qbusiness.eu-south-2.api.aws" + }, + "eu-west-1" : { + "hostname" : "qbusiness.eu-west-1.api.aws" + }, + "eu-west-2" : { + "hostname" : "qbusiness.eu-west-2.api.aws" + }, + "eu-west-3" : { + "hostname" : "qbusiness.eu-west-3.api.aws" + }, + "il-central-1" : { + "hostname" : "qbusiness.il-central-1.api.aws" + }, + "me-central-1" : { + "hostname" : "qbusiness.me-central-1.api.aws" + }, + "me-south-1" : { + "hostname" : "qbusiness.me-south-1.api.aws" + }, + "sa-east-1" : { + "hostname" : "qbusiness.sa-east-1.api.aws" + }, + "us-east-1" : { + "hostname" : "qbusiness.us-east-1.api.aws" + }, + "us-east-2" : { + "hostname" : "qbusiness.us-east-2.api.aws" + }, + "us-west-1" : { + "hostname" : "qbusiness.us-west-1.api.aws" + }, + "us-west-2" : { + "hostname" : "qbusiness.us-west-2.api.aws" + } + } + }, + "qldb" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "qldb-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "qldb-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "qldb-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "qldb-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "qldb-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "qldb-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "qldb-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "qldb-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "quicksight" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "api" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "ram" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "ram-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "ram-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "ram-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "ram-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "ram-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "ram-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "ram-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "ram-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "ram-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "ram-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "ram-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "ram-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "rbin" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "rbin-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "rbin-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "rbin-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "rbin-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "rbin-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "rbin-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "rbin-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "rbin-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "rbin-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "rbin-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "rbin-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "rbin-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "rds" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "rds-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "rds-fips.ca-central-1.amazonaws.com" + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "rds-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1-fips" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "rds-fips.ca-west-1.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "rds-fips.ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "rds-fips.ca-central-1.amazonaws.com" + }, + "rds-fips.ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "rds-fips.ca-west-1.amazonaws.com" + }, + "rds-fips.us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "rds-fips.us-east-1.amazonaws.com" + }, + "rds-fips.us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "rds-fips.us-east-2.amazonaws.com" + }, + "rds-fips.us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "rds-fips.us-west-1.amazonaws.com" + }, + "rds-fips.us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "rds-fips.us-west-2.amazonaws.com" + }, + "rds.ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "rds-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "rds.ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "rds-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "rds.us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "rds-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "rds.us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "rds-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "rds.us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "rds-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "rds.us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "rds-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "sa-east-1" : { }, + "us-east-1" : { + "sslCommonName" : "{service}.{dnsSuffix}", + "variants" : [ { + "hostname" : "rds-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "rds-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "rds-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "rds-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "rds-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "rds-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "rds-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "rds-fips.us-west-2.amazonaws.com" + } + } + }, + "rds-data" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "rds-data-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "rds-data-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "rds-data-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "rds-data-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "rds-data-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "rds-data-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "rds-data-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "rds-data-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "redshift" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "redshift-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "redshift-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "redshift-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "redshift-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "redshift-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "redshift-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "redshift-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "redshift-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "redshift-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "redshift-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "redshift-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "redshift-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "redshift-serverless" : { + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "redshift-serverless-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "redshift-serverless-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "redshift-serverless-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "redshift-serverless-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "rekognition" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "rekognition-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "rekognition-fips.ca-central-1.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "il-central-1" : { }, + "rekognition-fips.ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "rekognition-fips.ca-central-1.amazonaws.com" + }, + "rekognition-fips.us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "rekognition-fips.us-east-1.amazonaws.com" + }, + "rekognition-fips.us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "rekognition-fips.us-east-2.amazonaws.com" + }, + "rekognition-fips.us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "rekognition-fips.us-west-1.amazonaws.com" + }, + "rekognition-fips.us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "rekognition-fips.us-west-2.amazonaws.com" + }, + "rekognition.ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "rekognition-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "rekognition.us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "rekognition-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "rekognition.us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "rekognition-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "rekognition.us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "rekognition-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "rekognition.us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "rekognition-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "rekognition-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "rekognition-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "rekognition-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "rekognition-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "rekognition-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "rekognition-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "rekognition-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "rekognition-fips.us-west-2.amazonaws.com" + } + } + }, + "resiliencehub" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "resource-explorer-2" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "resource-groups" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "resource-groups-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "resource-groups-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "resource-groups-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "resource-groups-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "resource-groups-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "resource-groups-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "resource-groups-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "resource-groups-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "robomaker" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "rolesanywhere" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "rolesanywhere-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "rolesanywhere-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "rolesanywhere-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "rolesanywhere-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "rolesanywhere-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "rolesanywhere-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "route53" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "route53.amazonaws.com", + "variants" : [ { + "hostname" : "route53-fips.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "route53-fips.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "route53-recovery-control-config" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "route53-recovery-control-config.us-west-2.amazonaws.com" + } + } + }, + "route53domains" : { + "endpoints" : { + "us-east-1" : { } + } + }, + "route53resolver" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "route53resolver-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "route53resolver-fips.ca-central-1.amazonaws.com" + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "route53resolver-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1-fips" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "route53resolver-fips.ca-west-1.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "route53resolver-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "route53resolver-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "route53resolver-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "route53resolver-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "route53resolver-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "route53resolver-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "route53resolver-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "route53resolver-fips.us-west-2.amazonaws.com" + } + } + }, + "rum" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "runtime-v2-lex" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "runtime.lex" : { + "defaults" : { + "credentialScope" : { + "service" : "lex" + }, + "variants" : [ { + "hostname" : "runtime-fips.lex.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "runtime-fips.lex.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "runtime-fips.lex.us-east-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "runtime-fips.lex.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "runtime-fips.lex.us-west-2.amazonaws.com" + } + } + }, + "runtime.sagemaker" : { + "defaults" : { + "variants" : [ { + "hostname" : "runtime-fips.sagemaker.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "runtime-fips.sagemaker.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "runtime-fips.sagemaker.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "runtime-fips.sagemaker.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "runtime-fips.sagemaker.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "runtime-fips.sagemaker.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "runtime-fips.sagemaker.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "runtime-fips.sagemaker.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "runtime-fips.sagemaker.us-west-2.amazonaws.com" + } + } + }, + "s3" : { + "defaults" : { + "protocols" : [ "http", "https" ], + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "dnsSuffix" : "amazonaws.com", + "hostname" : "{service}-fips.dualstack.{region}.{dnsSuffix}", + "tags" : [ "dualstack", "fips" ] + }, { + "dnsSuffix" : "amazonaws.com", + "hostname" : "{service}.dualstack.{region}.{dnsSuffix}", + "tags" : [ "dualstack" ] + } ] + }, + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "hostname" : "s3.dualstack.af-south-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "s3.dualstack.ap-east-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "hostname" : "s3.ap-northeast-1.amazonaws.com", + "signatureVersions" : [ "s3", "s3v4" ], + "variants" : [ { + "hostname" : "s3.dualstack.ap-northeast-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "s3.dualstack.ap-northeast-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "s3.dualstack.ap-northeast-3.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "s3.dualstack.ap-south-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-2" : { + "variants" : [ { + "hostname" : "s3.dualstack.ap-south-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "hostname" : "s3.ap-southeast-1.amazonaws.com", + "signatureVersions" : [ "s3", "s3v4" ], + "variants" : [ { + "hostname" : "s3.dualstack.ap-southeast-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "hostname" : "s3.ap-southeast-2.amazonaws.com", + "signatureVersions" : [ "s3", "s3v4" ], + "variants" : [ { + "hostname" : "s3.dualstack.ap-southeast-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "s3.dualstack.ap-southeast-3.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-4" : { + "variants" : [ { + "hostname" : "s3.dualstack.ap-southeast-4.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-5" : { + "variants" : [ { + "hostname" : "s3.dualstack.ap-southeast-5.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "s3.amazonaws.com", + "signatureVersions" : [ "s3", "s3v4" ] + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "s3-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-fips.dualstack.ca-central-1.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3.dualstack.ca-central-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "s3-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-fips.dualstack.ca-west-1.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3.dualstack.ca-west-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "s3.dualstack.eu-central-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "s3.dualstack.eu-central-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "s3.dualstack.eu-north-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "s3.dualstack.eu-south-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { + "variants" : [ { + "hostname" : "s3.dualstack.eu-south-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "hostname" : "s3.eu-west-1.amazonaws.com", + "signatureVersions" : [ "s3", "s3v4" ], + "variants" : [ { + "hostname" : "s3.dualstack.eu-west-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "s3.dualstack.eu-west-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "s3.dualstack.eu-west-3.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "s3-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "s3-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "s3-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "s3-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "s3-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "s3-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "variants" : [ { + "hostname" : "s3.dualstack.il-central-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "me-central-1" : { + "variants" : [ { + "hostname" : "s3.dualstack.me-central-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "s3.dualstack.me-south-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "s3-external-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "s3-external-1.amazonaws.com", + "signatureVersions" : [ "s3", "s3v4" ] + }, + "sa-east-1" : { + "hostname" : "s3.sa-east-1.amazonaws.com", + "signatureVersions" : [ "s3", "s3v4" ], + "variants" : [ { + "hostname" : "s3.dualstack.sa-east-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "hostname" : "s3.us-east-1.amazonaws.com", + "signatureVersions" : [ "s3", "s3v4" ], + "variants" : [ { + "hostname" : "s3-fips.dualstack.us-east-1.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3.dualstack.us-east-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "s3-fips.dualstack.us-east-2.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3.dualstack.us-east-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1" : { + "hostname" : "s3.us-west-1.amazonaws.com", + "signatureVersions" : [ "s3", "s3v4" ], + "variants" : [ { + "hostname" : "s3-fips.dualstack.us-west-1.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3.dualstack.us-west-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-2" : { + "hostname" : "s3.us-west-2.amazonaws.com", + "signatureVersions" : [ "s3", "s3v4" ], + "variants" : [ { + "hostname" : "s3-fips.dualstack.us-west-2.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3.dualstack.us-west-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + } + }, + "isRegionalized" : true, + "partitionEndpoint" : "aws-global" + }, + "s3-control" : { + "defaults" : { + "protocols" : [ "https" ], + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "dnsSuffix" : "amazonaws.com", + "hostname" : "{service}-fips.dualstack.{region}.{dnsSuffix}", + "tags" : [ "dualstack", "fips" ] + }, { + "dnsSuffix" : "amazonaws.com", + "hostname" : "{service}.dualstack.{region}.{dnsSuffix}", + "tags" : [ "dualstack" ] + } ] + }, + "endpoints" : { + "af-south-1" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "hostname" : "s3-control.af-south-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.af-south-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "hostname" : "s3-control.ap-east-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.ap-east-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "s3-control.ap-northeast-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.ap-northeast-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "s3-control.ap-northeast-2.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.ap-northeast-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "hostname" : "s3-control.ap-northeast-3.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.ap-northeast-3.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "s3-control.ap-south-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.ap-south-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-2" : { + "credentialScope" : { + "region" : "ap-south-2" + }, + "hostname" : "s3-control.ap-south-2.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.ap-south-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "s3-control.ap-southeast-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.ap-southeast-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "s3-control.ap-southeast-2.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.ap-southeast-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "credentialScope" : { + "region" : "ap-southeast-3" + }, + "hostname" : "s3-control.ap-southeast-3.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.ap-southeast-3.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-4" : { + "credentialScope" : { + "region" : "ap-southeast-4" + }, + "hostname" : "s3-control.ap-southeast-4.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.ap-southeast-4.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "s3-control.ca-central-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-control-fips.dualstack.ca-central-1.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-control.dualstack.ca-central-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "s3-control-fips.ca-central-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ] + }, + "ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "hostname" : "s3-control.ca-west-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-control-fips.dualstack.ca-west-1.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-control.dualstack.ca-west-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "ca-west-1-fips" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "s3-control-fips.ca-west-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ] + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "s3-control.eu-central-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.eu-central-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "hostname" : "s3-control.eu-central-2.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.eu-central-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "hostname" : "s3-control.eu-north-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.eu-north-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "hostname" : "s3-control.eu-south-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.eu-south-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { + "credentialScope" : { + "region" : "eu-south-2" + }, + "hostname" : "s3-control.eu-south-2.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.eu-south-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "s3-control.eu-west-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.eu-west-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "s3-control.eu-west-2.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.eu-west-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "hostname" : "s3-control.eu-west-3.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.eu-west-3.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "il-central-1" : { + "credentialScope" : { + "region" : "il-central-1" + }, + "hostname" : "s3-control.il-central-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.il-central-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "me-central-1" : { + "credentialScope" : { + "region" : "me-central-1" + }, + "hostname" : "s3-control.me-central-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.me-central-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "hostname" : "s3-control.me-south-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.me-south-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "s3-control.sa-east-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.sa-east-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "s3-control.us-east-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control-fips.dualstack.us-east-1.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-control-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-control.dualstack.us-east-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "s3-control-fips.us-east-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ] + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "s3-control.us-east-2.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control-fips.dualstack.us-east-2.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-control-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-control.dualstack.us-east-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "s3-control-fips.us-east-2.amazonaws.com", + "signatureVersions" : [ "s3v4" ] + }, + "us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "hostname" : "s3-control.us-west-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control-fips.dualstack.us-west-1.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-control-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-control.dualstack.us-west-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "s3-control-fips.us-west-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ] + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "s3-control.us-west-2.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control-fips.dualstack.us-west-2.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-control-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-control.dualstack.us-west-2.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "s3-control-fips.us-west-2.amazonaws.com", + "signatureVersions" : [ "s3v4" ] + } + } + }, + "s3-outposts" : { + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "fips-ca-central-1" : { + "deprecated" : true + }, + "fips-us-east-1" : { + "deprecated" : true + }, + "fips-us-east-2" : { + "deprecated" : true + }, + "fips-us-west-1" : { + "deprecated" : true + }, + "fips-us-west-2" : { + "deprecated" : true + }, + "il-central-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + } + } + }, + "sagemaker-geospatial" : { + "endpoints" : { + "us-west-2" : { } + } + }, + "savingsplans" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "savingsplans.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "scheduler" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "schemas" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "sdb" : { + "defaults" : { + "protocols" : [ "http", "https" ], + "signatureVersions" : [ "v2" ] + }, + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-west-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "hostname" : "sdb.amazonaws.com" + }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "secretsmanager" : { + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-4" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-5" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "deprecated" : true + }, + "ca-west-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "ca-west-1-fips" : { + "deprecated" : true + }, + "eu-central-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "il-central-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "me-central-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "deprecated" : true + }, + "us-east-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "deprecated" : true + }, + "us-west-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "deprecated" : true + }, + "us-west-2" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "deprecated" : true + } + } + }, + "securityhub" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "securityhub-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "securityhub-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "securityhub-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "securityhub-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "securityhub-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "securityhub-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "securityhub-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "securityhub-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "securitylake" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "securitylake-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "securitylake-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "securitylake-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "securitylake-fips.us-west-2.amazonaws.com" + }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "securitylake-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "securitylake-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "securitylake-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "securitylake-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "serverlessrepo" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "ap-east-1" : { + "protocols" : [ "https" ] + }, + "ap-northeast-1" : { + "protocols" : [ "https" ] + }, + "ap-northeast-2" : { + "protocols" : [ "https" ] + }, + "ap-south-1" : { + "protocols" : [ "https" ] + }, + "ap-southeast-1" : { + "protocols" : [ "https" ] + }, + "ap-southeast-2" : { + "protocols" : [ "https" ] + }, + "ca-central-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "serverlessrepo-fips.ca-central-1.amazonaws.com" + }, + "eu-central-1" : { + "protocols" : [ "https" ] + }, + "eu-north-1" : { + "protocols" : [ "https" ] + }, + "eu-west-1" : { + "protocols" : [ "https" ] + }, + "eu-west-2" : { + "protocols" : [ "https" ] + }, + "eu-west-3" : { + "protocols" : [ "https" ] + }, + "me-south-1" : { + "protocols" : [ "https" ] + }, + "sa-east-1" : { + "protocols" : [ "https" ] + }, + "us-east-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "serverlessrepo-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "serverlessrepo-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "serverlessrepo-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "serverlessrepo-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "serverlessrepo-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "serverlessrepo-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "serverlessrepo-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "serverlessrepo-fips.us-west-2.amazonaws.com" + } + } + }, + "servicecatalog" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "servicecatalog-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "servicecatalog-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "servicecatalog-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "servicecatalog-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "servicecatalog-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "servicecatalog-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "servicecatalog-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "servicecatalog-fips.us-west-2.amazonaws.com" + } + } + }, + "servicecatalog-appregistry" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "servicecatalog-appregistry-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "servicecatalog-appregistry-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "servicecatalog-appregistry-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "servicecatalog-appregistry-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "servicecatalog-appregistry-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "servicecatalog-appregistry-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "servicecatalog-appregistry-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "servicecatalog-appregistry-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "servicediscovery" : { + "endpoints" : { + "af-south-1" : { + "variants" : [ { + "hostname" : "servicediscovery.af-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-east-1" : { + "variants" : [ { + "hostname" : "servicediscovery.ap-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "servicediscovery.ap-northeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "servicediscovery.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "servicediscovery.ap-northeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "servicediscovery.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-2" : { + "variants" : [ { + "hostname" : "servicediscovery.ap-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "servicediscovery.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "servicediscovery.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-3" : { + "variants" : [ { + "hostname" : "servicediscovery.ap-southeast-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-4" : { + "variants" : [ { + "hostname" : "servicediscovery.ap-southeast-4.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-5" : { + "variants" : [ { + "hostname" : "servicediscovery.ap-southeast-5.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "servicediscovery-fips.ca-central-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "servicediscovery.ca-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com" + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "servicediscovery-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "servicediscovery-fips.ca-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "servicediscovery.ca-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-west-1-fips" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "servicediscovery-fips.ca-west-1.amazonaws.com" + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "servicediscovery.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-2" : { + "variants" : [ { + "hostname" : "servicediscovery.eu-central-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-north-1" : { + "variants" : [ { + "hostname" : "servicediscovery.eu-north-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-1" : { + "variants" : [ { + "hostname" : "servicediscovery.eu-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-south-2" : { + "variants" : [ { + "hostname" : "servicediscovery.eu-south-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "servicediscovery.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "servicediscovery.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "servicediscovery.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "il-central-1" : { + "variants" : [ { + "hostname" : "servicediscovery.il-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-central-1" : { + "variants" : [ { + "hostname" : "servicediscovery.me-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "me-south-1" : { + "variants" : [ { + "hostname" : "servicediscovery.me-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "servicediscovery.sa-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "servicediscovery-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "servicediscovery-fips.us-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "servicediscovery.us-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "servicediscovery-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "servicediscovery-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "servicediscovery-fips.us-east-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "servicediscovery.us-east-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "servicediscovery-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "servicediscovery-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "servicediscovery-fips.us-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "servicediscovery.us-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "servicediscovery-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "servicediscovery-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "servicediscovery-fips.us-west-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "servicediscovery.us-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "servicediscovery-fips.us-west-2.amazonaws.com" + } + } + }, + "servicequotas" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "session.qldb" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "session.qldb-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "session.qldb-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "session.qldb-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "session.qldb-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "session.qldb-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "session.qldb-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "shield" : { + "defaults" : { + "protocols" : [ "https" ], + "sslCommonName" : "shield.us-east-1.amazonaws.com" + }, + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "shield.us-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "shield-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "shield-fips.us-east-1.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "signer" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "signer-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "signer-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "signer-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "signer-fips.us-west-2.amazonaws.com" + }, + "fips-verification-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "verification.signer-fips.us-east-1.amazonaws.com" + }, + "fips-verification-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "verification.signer-fips.us-east-2.amazonaws.com" + }, + "fips-verification-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "hostname" : "verification.signer-fips.us-west-1.amazonaws.com" + }, + "fips-verification-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "verification.signer-fips.us-west-2.amazonaws.com" + }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "signer-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "signer-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "signer-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "signer-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "verification-af-south-1" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "hostname" : "verification.signer.af-south-1.amazonaws.com" + }, + "verification-ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "hostname" : "verification.signer.ap-east-1.amazonaws.com" + }, + "verification-ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "verification.signer.ap-northeast-1.amazonaws.com" + }, + "verification-ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "verification.signer.ap-northeast-2.amazonaws.com" + }, + "verification-ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "verification.signer.ap-south-1.amazonaws.com" + }, + "verification-ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "verification.signer.ap-southeast-1.amazonaws.com" + }, + "verification-ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "verification.signer.ap-southeast-2.amazonaws.com" + }, + "verification-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "verification.signer.ca-central-1.amazonaws.com" + }, + "verification-eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "verification.signer.eu-central-1.amazonaws.com" + }, + "verification-eu-north-1" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "hostname" : "verification.signer.eu-north-1.amazonaws.com" + }, + "verification-eu-south-1" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "hostname" : "verification.signer.eu-south-1.amazonaws.com" + }, + "verification-eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "verification.signer.eu-west-1.amazonaws.com" + }, + "verification-eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "verification.signer.eu-west-2.amazonaws.com" + }, + "verification-eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "hostname" : "verification.signer.eu-west-3.amazonaws.com" + }, + "verification-me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "hostname" : "verification.signer.me-south-1.amazonaws.com" + }, + "verification-sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "verification.signer.sa-east-1.amazonaws.com" + }, + "verification-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "verification.signer.us-east-1.amazonaws.com" + }, + "verification-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "verification.signer.us-east-2.amazonaws.com" + }, + "verification-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "hostname" : "verification.signer.us-west-1.amazonaws.com" + }, + "verification-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "verification.signer.us-west-2.amazonaws.com" + } + } + }, + "simspaceweaver" : { + "endpoints" : { + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, + "sms" : { + "endpoints" : { + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "sms-fips.us-west-2.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "sms-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "sms-voice" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "sms-voice-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "sms-voice-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "sms-voice-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "sms-voice-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "sms-voice-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "sms-voice-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "sms-voice-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "sms-voice-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "sms-voice-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "sms-voice-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "snowball" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { + "variants" : [ { + "hostname" : "snowball-fips.ap-northeast-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "snowball-fips.ap-northeast-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-3" : { + "variants" : [ { + "hostname" : "snowball-fips.ap-northeast-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "snowball-fips.ap-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "snowball-fips.ap-southeast-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "snowball-fips.ap-southeast-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-3" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "snowball-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "snowball-fips.eu-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "snowball-fips.eu-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "snowball-fips.eu-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "snowball-fips.eu-west-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.ap-northeast-1.amazonaws.com" + }, + "fips-ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "deprecated" : true, + "hostname" : "snowball-fips.ap-northeast-2.amazonaws.com" + }, + "fips-ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "deprecated" : true, + "hostname" : "snowball-fips.ap-northeast-3.amazonaws.com" + }, + "fips-ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.ap-south-1.amazonaws.com" + }, + "fips-ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.ap-southeast-1.amazonaws.com" + }, + "fips-ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "deprecated" : true, + "hostname" : "snowball-fips.ap-southeast-2.amazonaws.com" + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.ca-central-1.amazonaws.com" + }, + "fips-eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.eu-central-1.amazonaws.com" + }, + "fips-eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.eu-west-1.amazonaws.com" + }, + "fips-eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "deprecated" : true, + "hostname" : "snowball-fips.eu-west-2.amazonaws.com" + }, + "fips-eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "deprecated" : true, + "hostname" : "snowball-fips.eu-west-3.amazonaws.com" + }, + "fips-sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.sa-east-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "snowball-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "snowball-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "sa-east-1" : { + "variants" : [ { + "hostname" : "snowball-fips.sa-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "snowball-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "snowball-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "snowball-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "snowball-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "sns" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "sns-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "sns-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "sns-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "sns-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "sns-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "sns-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "sns-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "sns-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "sns-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "sns-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "sqs" : { + "defaults" : { + "protocols" : [ "http", "https" ], + "sslCommonName" : "{region}.queue.{dnsSuffix}" + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "sqs-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "sqs-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "sqs-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "sqs-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "sslCommonName" : "queue.{dnsSuffix}", + "variants" : [ { + "hostname" : "sqs-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "sqs-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "sqs-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "sqs-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "ssm" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "ssm-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "ssm-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "ssm-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "ssm-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "ssm-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "ssm-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "ssm-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "ssm-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "ssm-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "ssm-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "ssm-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "ssm-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "ssm-contacts" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "ssm-contacts-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "ssm-contacts-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "ssm-contacts-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "ssm-contacts-fips.us-west-2.amazonaws.com" + }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "ssm-contacts-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "ssm-contacts-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "ssm-contacts-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "ssm-contacts-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "ssm-incidents" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "ssm-incidents-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "ssm-incidents-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "ssm-incidents-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "ssm-incidents-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "ssm-incidents-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com" + }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "ssm-incidents-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "ssm-incidents-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "ssm-incidents-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "ssm-sap" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "ssm-sap-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "ssm-sap-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "ssm-sap-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "ssm-sap-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "ssm-sap-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "ssm-sap-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "ssm-sap-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "ssm-sap-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "sso" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "states" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "states-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "states-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "states-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "states-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "states-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "states-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "states-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "states-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "storagegateway" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com" + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "storagegateway-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1-fips" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "storagegateway-fips.ca-west-1.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "storagegateway-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "storagegateway-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "storagegateway-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "storagegateway-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "storagegateway-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "storagegateway-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "storagegateway-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "storagegateway-fips.us-west-2.amazonaws.com" + } + } + }, + "streams.dynamodb" : { + "defaults" : { + "credentialScope" : { + "service" : "dynamodb" + }, + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "local" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "localhost:8000", + "protocols" : [ "http" ] + }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "sts" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "sts.amazonaws.com" + }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "sts-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "sts-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "sts-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "sts-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "sts-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "sts-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "sts-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "sts-fips.us-west-2.amazonaws.com" + } + }, + "partitionEndpoint" : "aws-global" + }, + "support" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "support.us-east-1.amazonaws.com" + } + }, + "partitionEndpoint" : "aws-global" + }, + "supportapp" : { + "endpoints" : { + "eu-west-1" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "swf" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "swf-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "swf-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "swf-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "swf-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "swf-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "swf-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "swf-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "swf-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "synthetics" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "synthetics-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "synthetics-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "synthetics-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "synthetics-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "synthetics-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "synthetics-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "synthetics-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "synthetics-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "synthetics-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "synthetics-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "synthetics-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "synthetics-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "tagging" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "tax" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "tax.us-east-1.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "textract" : { + "endpoints" : { + "ap-northeast-2" : { + "variants" : [ { + "hostname" : "textract.ap-northeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-south-1" : { + "variants" : [ { + "hostname" : "textract.ap-south-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-1" : { + "variants" : [ { + "hostname" : "textract.ap-southeast-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ap-southeast-2" : { + "variants" : [ { + "hostname" : "textract.ap-southeast-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "textract-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "textract-fips.ca-central-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "textract.ca-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-central-1" : { + "variants" : [ { + "hostname" : "textract.eu-central-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-1" : { + "variants" : [ { + "hostname" : "textract.eu-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-2" : { + "variants" : [ { + "hostname" : "textract.eu-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "eu-west-3" : { + "variants" : [ { + "hostname" : "textract.eu-west-3.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "textract-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "textract-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "textract-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "textract-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "textract-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "textract-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "textract-fips.us-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "textract.us-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "textract-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "textract-fips.us-east-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "textract.us-east-2.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "textract-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "textract-fips.us-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "textract.us-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "textract-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "textract-fips.us-west-2.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "textract.us-west-2.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "thinclient" : { + "endpoints" : { + "ap-south-1" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "tnb" : { + "endpoints" : { + "ap-northeast-2" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-2" : { }, + "eu-west-3" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "transcribe" : { + "defaults" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "fips.transcribe.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "fips.transcribe.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "fips.transcribe.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "fips.transcribe.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "fips.transcribe.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "fips.transcribe.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "fips.transcribe.us-west-2.amazonaws.com" + }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "fips.transcribe.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "fips.transcribe.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "fips.transcribe.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "fips.transcribe.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "transcribestreaming" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com" + }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "transfer" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "transfer-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "transfer-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "transfer-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "transfer-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "transfer-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "transfer-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "transfer-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "transfer-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "transfer-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "transfer-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "transfer-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "transfer-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "translate" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "translate-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "translate-fips.us-east-1.amazonaws.com" + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "translate-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2-fips" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "translate-fips.us-east-2.amazonaws.com" + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "translate-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1-fips" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "translate-fips.us-west-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "translate-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "translate-fips.us-west-2.amazonaws.com" + } + } + }, + "verifiedpermissions" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "verifiedpermissions-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "verifiedpermissions-fips.ca-west-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "verifiedpermissions-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "verifiedpermissions-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "verifiedpermissions-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "verifiedpermissions-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "verifiedpermissions-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "verifiedpermissions-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "voice-chime" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "voice-chime-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "voice-chime-fips.ca-central-1.amazonaws.com" + }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "voice-chime-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "voice-chime-fips.us-east-1.amazonaws.com" + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "voice-chime-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2-fips" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "voice-chime-fips.us-west-2.amazonaws.com" + } + } + }, + "voiceid" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "voiceid-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { }, + "eu-west-2" : { }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "voiceid-fips.ca-central-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "voiceid-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "voiceid-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "voiceid-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "voiceid-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "vpc-lattice" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "waf" : { + "endpoints" : { + "aws" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "waf-fips.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "aws-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "waf-fips.amazonaws.com" + }, + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "waf.amazonaws.com", + "variants" : [ { + "hostname" : "waf-fips.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "aws-global-fips" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "waf-fips.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, + "waf-regional" : { + "endpoints" : { + "af-south-1" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "hostname" : "waf-regional.af-south-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.af-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "hostname" : "waf-regional.ap-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.ap-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "waf-regional.ap-northeast-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.ap-northeast-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "waf-regional.ap-northeast-2.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.ap-northeast-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "hostname" : "waf-regional.ap-northeast-3.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.ap-northeast-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "waf-regional.ap-south-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.ap-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-south-2" : { + "credentialScope" : { + "region" : "ap-south-2" + }, + "hostname" : "waf-regional.ap-south-2.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.ap-south-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "waf-regional.ap-southeast-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.ap-southeast-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "waf-regional.ap-southeast-2.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.ap-southeast-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-3" : { + "credentialScope" : { + "region" : "ap-southeast-3" + }, + "hostname" : "waf-regional.ap-southeast-3.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-4" : { + "credentialScope" : { + "region" : "ap-southeast-4" + }, + "hostname" : "waf-regional.ap-southeast-4.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.ap-southeast-4.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "waf-regional.ca-central-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "waf-regional.eu-central-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.eu-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-2" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "hostname" : "waf-regional.eu-central-2.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.eu-central-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-north-1" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "hostname" : "waf-regional.eu-north-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.eu-north-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-south-1" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "hostname" : "waf-regional.eu-south-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.eu-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-south-2" : { + "credentialScope" : { + "region" : "eu-south-2" + }, + "hostname" : "waf-regional.eu-south-2.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.eu-south-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "waf-regional.eu-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.eu-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "waf-regional.eu-west-2.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.eu-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "hostname" : "waf-regional.eu-west-3.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.eu-west-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-af-south-1" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.af-south-1.amazonaws.com" + }, + "fips-ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.ap-east-1.amazonaws.com" + }, + "fips-ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.ap-northeast-1.amazonaws.com" + }, + "fips-ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.ap-northeast-2.amazonaws.com" + }, + "fips-ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.ap-northeast-3.amazonaws.com" + }, + "fips-ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.ap-south-1.amazonaws.com" + }, + "fips-ap-south-2" : { + "credentialScope" : { + "region" : "ap-south-2" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.ap-south-2.amazonaws.com" + }, + "fips-ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.ap-southeast-1.amazonaws.com" + }, + "fips-ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.ap-southeast-2.amazonaws.com" + }, + "fips-ap-southeast-3" : { + "credentialScope" : { + "region" : "ap-southeast-3" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com" + }, + "fips-ap-southeast-4" : { + "credentialScope" : { + "region" : "ap-southeast-4" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.ap-southeast-4.amazonaws.com" + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.ca-central-1.amazonaws.com" + }, + "fips-eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.eu-central-1.amazonaws.com" + }, + "fips-eu-central-2" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.eu-central-2.amazonaws.com" + }, + "fips-eu-north-1" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.eu-north-1.amazonaws.com" + }, + "fips-eu-south-1" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.eu-south-1.amazonaws.com" + }, + "fips-eu-south-2" : { + "credentialScope" : { + "region" : "eu-south-2" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.eu-south-2.amazonaws.com" + }, + "fips-eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.eu-west-1.amazonaws.com" + }, + "fips-eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.eu-west-2.amazonaws.com" + }, + "fips-eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.eu-west-3.amazonaws.com" + }, + "fips-il-central-1" : { + "credentialScope" : { + "region" : "il-central-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.il-central-1.amazonaws.com" + }, + "fips-me-central-1" : { + "credentialScope" : { + "region" : "me-central-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.me-central-1.amazonaws.com" + }, + "fips-me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.me-south-1.amazonaws.com" + }, + "fips-sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.sa-east-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "credentialScope" : { + "region" : "il-central-1" + }, + "hostname" : "waf-regional.il-central-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.il-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "me-central-1" : { + "credentialScope" : { + "region" : "me-central-1" + }, + "hostname" : "waf-regional.me-central-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.me-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "hostname" : "waf-regional.me-south-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.me-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "waf-regional.sa-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.sa-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "waf-regional.us-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "waf-regional.us-east-2.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "hostname" : "waf-regional.us-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "waf-regional.us-west-2.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "wafv2" : { + "endpoints" : { + "af-south-1" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "hostname" : "wafv2.af-south-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.af-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "hostname" : "wafv2.ap-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.ap-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "hostname" : "wafv2.ap-northeast-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "hostname" : "wafv2.ap-northeast-2.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "hostname" : "wafv2.ap-northeast-3.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "hostname" : "wafv2.ap-south-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.ap-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-south-2" : { + "credentialScope" : { + "region" : "ap-south-2" + }, + "hostname" : "wafv2.ap-south-2.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.ap-south-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "hostname" : "wafv2.ap-southeast-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "hostname" : "wafv2.ap-southeast-2.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-3" : { + "credentialScope" : { + "region" : "ap-southeast-3" + }, + "hostname" : "wafv2.ap-southeast-3.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ap-southeast-4" : { + "credentialScope" : { + "region" : "ap-southeast-4" + }, + "hostname" : "wafv2.ap-southeast-4.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.ap-southeast-4.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "hostname" : "wafv2.ca-central-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "hostname" : "wafv2.ca-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "hostname" : "wafv2.eu-central-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.eu-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-central-2" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "hostname" : "wafv2.eu-central-2.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.eu-central-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-north-1" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "hostname" : "wafv2.eu-north-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.eu-north-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-south-1" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "hostname" : "wafv2.eu-south-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.eu-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-south-2" : { + "credentialScope" : { + "region" : "eu-south-2" + }, + "hostname" : "wafv2.eu-south-2.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.eu-south-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "hostname" : "wafv2.eu-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.eu-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "hostname" : "wafv2.eu-west-2.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.eu-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "hostname" : "wafv2.eu-west-3.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.eu-west-3.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-af-south-1" : { + "credentialScope" : { + "region" : "af-south-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.af-south-1.amazonaws.com" + }, + "fips-ap-east-1" : { + "credentialScope" : { + "region" : "ap-east-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.ap-east-1.amazonaws.com" + }, + "fips-ap-northeast-1" : { + "credentialScope" : { + "region" : "ap-northeast-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.ap-northeast-1.amazonaws.com" + }, + "fips-ap-northeast-2" : { + "credentialScope" : { + "region" : "ap-northeast-2" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.ap-northeast-2.amazonaws.com" + }, + "fips-ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.ap-northeast-3.amazonaws.com" + }, + "fips-ap-south-1" : { + "credentialScope" : { + "region" : "ap-south-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.ap-south-1.amazonaws.com" + }, + "fips-ap-south-2" : { + "credentialScope" : { + "region" : "ap-south-2" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.ap-south-2.amazonaws.com" + }, + "fips-ap-southeast-1" : { + "credentialScope" : { + "region" : "ap-southeast-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.ap-southeast-1.amazonaws.com" + }, + "fips-ap-southeast-2" : { + "credentialScope" : { + "region" : "ap-southeast-2" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.ap-southeast-2.amazonaws.com" + }, + "fips-ap-southeast-3" : { + "credentialScope" : { + "region" : "ap-southeast-3" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com" + }, + "fips-ap-southeast-4" : { + "credentialScope" : { + "region" : "ap-southeast-4" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.ap-southeast-4.amazonaws.com" + }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.ca-west-1.amazonaws.com" + }, + "fips-eu-central-1" : { + "credentialScope" : { + "region" : "eu-central-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.eu-central-1.amazonaws.com" + }, + "fips-eu-central-2" : { + "credentialScope" : { + "region" : "eu-central-2" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.eu-central-2.amazonaws.com" + }, + "fips-eu-north-1" : { + "credentialScope" : { + "region" : "eu-north-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.eu-north-1.amazonaws.com" + }, + "fips-eu-south-1" : { + "credentialScope" : { + "region" : "eu-south-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.eu-south-1.amazonaws.com" + }, + "fips-eu-south-2" : { + "credentialScope" : { + "region" : "eu-south-2" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.eu-south-2.amazonaws.com" + }, + "fips-eu-west-1" : { + "credentialScope" : { + "region" : "eu-west-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.eu-west-1.amazonaws.com" + }, + "fips-eu-west-2" : { + "credentialScope" : { + "region" : "eu-west-2" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.eu-west-2.amazonaws.com" + }, + "fips-eu-west-3" : { + "credentialScope" : { + "region" : "eu-west-3" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.eu-west-3.amazonaws.com" + }, + "fips-il-central-1" : { + "credentialScope" : { + "region" : "il-central-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.il-central-1.amazonaws.com" + }, + "fips-me-central-1" : { + "credentialScope" : { + "region" : "me-central-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.me-central-1.amazonaws.com" + }, + "fips-me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.me-south-1.amazonaws.com" + }, + "fips-sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.sa-east-1.amazonaws.com" + }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { + "credentialScope" : { + "region" : "il-central-1" + }, + "hostname" : "wafv2.il-central-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.il-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "me-central-1" : { + "credentialScope" : { + "region" : "me-central-1" + }, + "hostname" : "wafv2.me-central-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.me-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "me-south-1" : { + "credentialScope" : { + "region" : "me-south-1" + }, + "hostname" : "wafv2.me-south-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.me-south-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "sa-east-1" : { + "credentialScope" : { + "region" : "sa-east-1" + }, + "hostname" : "wafv2.sa-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.sa-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "wafv2.us-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "wafv2.us-east-2.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "hostname" : "wafv2.us-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "wafv2.us-west-2.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "wellarchitected" : { + "endpoints" : { + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-north-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-1" : { }, + "us-west-2" : { } + } + }, + "wisdom" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-2" : { }, + "fips-us-east-1" : { + "deprecated" : true + }, + "fips-us-west-2" : { + "deprecated" : true + }, + "ui-ap-northeast-1" : { }, + "ui-ap-northeast-2" : { }, + "ui-ap-southeast-1" : { }, + "ui-ap-southeast-2" : { }, + "ui-ca-central-1" : { }, + "ui-eu-central-1" : { }, + "ui-eu-west-2" : { }, + "ui-us-east-1" : { }, + "ui-us-west-2" : { }, + "us-east-1" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + } + } + }, + "workdocs" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "eu-west-1" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "workdocs-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "workdocs-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "workdocs-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "workdocs-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "workmail" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "eu-west-1" : { }, + "us-east-1" : { }, + "us-west-2" : { } + } + }, + "workspaces" : { + "endpoints" : { + "af-south-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "workspaces-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "workspaces-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "workspaces-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "workspaces-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "workspaces-web" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-south-1" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ca-central-1" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "workspaces-web-fips.us-east-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "workspaces-web-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { + "variants" : [ { + "hostname" : "workspaces-web-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "workspaces-web-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "xray" : { + "endpoints" : { + "af-south-1" : { }, + "ap-east-1" : { }, + "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-northeast-3" : { }, + "ap-south-1" : { }, + "ap-south-2" : { }, + "ap-southeast-1" : { }, + "ap-southeast-2" : { }, + "ap-southeast-3" : { }, + "ap-southeast-4" : { }, + "ap-southeast-5" : { }, + "ca-central-1" : { }, + "ca-west-1" : { }, + "eu-central-1" : { }, + "eu-central-2" : { }, + "eu-north-1" : { }, + "eu-south-1" : { }, + "eu-south-2" : { }, + "eu-west-1" : { }, + "eu-west-2" : { }, + "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "xray-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "xray-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "xray-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "xray-fips.us-west-2.amazonaws.com" + }, + "il-central-1" : { }, + "me-central-1" : { }, + "me-south-1" : { }, + "sa-east-1" : { }, + "us-east-1" : { + "variants" : [ { + "hostname" : "xray-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "xray-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "xray-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "xray-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + } + } + }, { + "defaults" : { + "hostname" : "{service}.{region}.{dnsSuffix}", + "protocols" : [ "https" ], + "signatureVersions" : [ "v4" ], + "variants" : [ { + "dnsSuffix" : "amazonaws.com.cn", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + }, { + "dnsSuffix" : "api.amazonwebservices.com.cn", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "dualstack", "fips" ] + }, { + "dnsSuffix" : "api.amazonwebservices.com.cn", + "hostname" : "{service}.{region}.{dnsSuffix}", + "tags" : [ "dualstack" ] + } ] + }, + "dnsSuffix" : "amazonaws.com.cn", + "partition" : "aws-cn", + "partitionName" : "AWS China", + "regionRegex" : "^cn\\-\\w+\\-\\d+$", + "regions" : { + "cn-north-1" : { + "description" : "China (Beijing)" + }, + "cn-northwest-1" : { + "description" : "China (Ningxia)" + } + }, + "services" : { + "access-analyzer" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "account" : { + "endpoints" : { + "aws-cn-global" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "account.cn-northwest-1.amazonaws.com.cn" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-cn-global" + }, + "acm" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "acm-pca" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "airflow" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "api.ecr" : { + "endpoints" : { + "cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "api.ecr.cn-north-1.amazonaws.com.cn" + }, + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "api.ecr.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "api.pricing" : { + "defaults" : { + "credentialScope" : { + "service" : "pricing" + } + }, + "endpoints" : { + "cn-northwest-1" : { } + } + }, + "api.sagemaker" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "api.tunneling.iot" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "apigateway" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "appconfig" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "appconfigdata" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "application-autoscaling" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "applicationinsights" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "appmesh" : { + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "hostname" : "appmesh.cn-north-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "appmesh.cn-northwest-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "appsync" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "arc-zonal-shift" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "athena" : { + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "hostname" : "athena.cn-north-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "athena.cn-northwest-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "autoscaling" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "autoscaling-plans" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "backup" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "batch" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "budgets" : { + "endpoints" : { + "aws-cn-global" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "budgets.amazonaws.com.cn" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-cn-global" + }, + "cassandra" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "ce" : { + "endpoints" : { + "aws-cn-global" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "ce.cn-northwest-1.amazonaws.com.cn" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-cn-global" + }, + "cloudcontrolapi" : { + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.cn-north-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi.cn-northwest-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "cloudformation" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "cloudfront" : { + "endpoints" : { + "aws-cn-global" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "cloudfront.cn-northwest-1.amazonaws.com.cn", + "protocols" : [ "http", "https" ] + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-cn-global" + }, + "cloudtrail" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "codebuild" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "codecommit" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "codedeploy" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "codepipeline" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "cognito-identity" : { + "endpoints" : { + "cn-north-1" : { } + } + }, + "compute-optimizer" : { + "endpoints" : { + "cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "compute-optimizer.cn-north-1.amazonaws.com.cn" + }, + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "compute-optimizer.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "config" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "cur" : { + "endpoints" : { + "cn-northwest-1" : { } + } + }, + "data-ats.iot" : { + "defaults" : { + "credentialScope" : { + "service" : "iotdata" + }, + "protocols" : [ "https" ] + }, + "endpoints" : { + "cn-north-1" : { + "hostname" : "data.ats.iot.cn-north-1.amazonaws.com.cn", + "protocols" : [ "https" ] + }, + "cn-northwest-1" : { } + } + }, + "data.iot" : { + "defaults" : { + "credentialScope" : { + "service" : "iotdata" + }, + "protocols" : [ "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "data.jobs.iot" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "databrew" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "datasync" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "datazone" : { + "defaults" : { + "dnsSuffix" : "api.amazonwebservices.com.cn", + "variants" : [ { + "dnsSuffix" : "api.amazonwebservices.com.cn", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "cn-north-1" : { + "hostname" : "datazone.cn-north-1.api.amazonwebservices.com.cn" + }, + "cn-northwest-1" : { + "hostname" : "datazone.cn-northwest-1.api.amazonwebservices.com.cn" + } + } + }, + "dax" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "directconnect" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "dlm" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "dms" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "docdb" : { + "endpoints" : { + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "rds.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "ds" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "dynamodb" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "ebs" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "ec2" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "ecs" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "eks" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "eks-auth" : { + "defaults" : { + "dnsSuffix" : "api.amazonwebservices.com.cn", + "variants" : [ { + "dnsSuffix" : "api.amazonwebservices.com.cn", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "cn-north-1" : { + "hostname" : "eks-auth.cn-north-1.api.amazonwebservices.com.cn" + }, + "cn-northwest-1" : { + "hostname" : "eks-auth.cn-northwest-1.api.amazonwebservices.com.cn" + } + } + }, + "elasticache" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "elasticbeanstalk" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "elasticfilesystem" : { + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn", + "tags" : [ "fips" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn", + "tags" : [ "fips" ] + } ] + }, + "fips-cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.cn-north-1.amazonaws.com.cn" + }, + "fips-cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "elasticloadbalancing" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "elasticmapreduce" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "hostname" : "elasticmapreduce.cn-north-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "elasticmapreduce.cn-northwest-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "emr-containers" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "emr-serverless" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "entitlement.marketplace" : { + "endpoints" : { + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn", + "protocols" : [ "https" ] + } + } + }, + "es" : { + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "hostname" : "aos.cn-north-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "aos.cn-northwest-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "events" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "firehose" : { + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "hostname" : "firehose.cn-north-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "firehose.cn-northwest-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "fms" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "fsx" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "gamelift" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "glacier" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "glue" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "greengrass" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "cn-north-1" : { } + }, + "isRegionalized" : true + }, + "guardduty" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + }, + "isRegionalized" : true + }, + "health" : { + "defaults" : { + "protocols" : [ "https" ], + "sslCommonName" : "health.cn-northwest-1.amazonaws.com.cn" + }, + "endpoints" : { + "aws-cn-global" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "global.health.amazonaws.com.cn" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-cn-global" + }, + "iam" : { + "endpoints" : { + "aws-cn-global" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "iam.cn-north-1.amazonaws.com.cn" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-cn-global" + }, + "identitystore" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "inspector2" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "internetmonitor" : { + "defaults" : { + "dnsSuffix" : "api.amazonwebservices.com.cn", + "variants" : [ { + "dnsSuffix" : "api.amazonwebservices.com.cn", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "cn-north-1" : { + "hostname" : "internetmonitor.cn-north-1.api.amazonwebservices.com.cn" + }, + "cn-northwest-1" : { + "hostname" : "internetmonitor.cn-northwest-1.api.amazonwebservices.com.cn" + } + } + }, + "iot" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "iotanalytics" : { + "endpoints" : { + "cn-north-1" : { } + } + }, + "iotevents" : { + "endpoints" : { + "cn-north-1" : { } + } + }, + "ioteventsdata" : { + "endpoints" : { + "cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "data.iotevents.cn-north-1.amazonaws.com.cn" + } + } + }, + "iotsecuredtunneling" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "iotsitewise" : { + "endpoints" : { + "cn-north-1" : { } + } + }, + "iottwinmaker" : { + "endpoints" : { + "api-cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "api.iottwinmaker.cn-north-1.amazonaws.com.cn" + }, + "cn-north-1" : { }, + "data-cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "data.iottwinmaker.cn-north-1.amazonaws.com.cn" + } + } + }, + "kafka" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "kendra-ranking" : { + "defaults" : { + "dnsSuffix" : "api.amazonwebservices.com.cn", + "variants" : [ { + "dnsSuffix" : "api.amazonwebservices.com.cn", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "cn-north-1" : { + "hostname" : "kendra-ranking.cn-north-1.api.amazonwebservices.com.cn" + }, + "cn-northwest-1" : { + "hostname" : "kendra-ranking.cn-northwest-1.api.amazonwebservices.com.cn" + } + } + }, + "kinesis" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "kinesisanalytics" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "kinesisvideo" : { + "endpoints" : { + "cn-north-1" : { } + } + }, + "kms" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "lakeformation" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "lambda" : { + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "hostname" : "lambda.cn-north-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "lambda.cn-northwest-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "license-manager" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "license-manager-linux-subscriptions" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "logs" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "mediaconvert" : { + "endpoints" : { + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "mediaconvert.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "memory-db" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "metrics.sagemaker" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "monitoring" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "mq" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "neptune" : { + "endpoints" : { + "cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "rds.cn-north-1.amazonaws.com.cn" + }, + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "rds.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "network-firewall" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "oam" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "oidc" : { + "endpoints" : { + "cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "oidc.cn-north-1.amazonaws.com.cn" + }, + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "oidc.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "organizations" : { + "endpoints" : { + "aws-cn-global" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "organizations.cn-northwest-1.amazonaws.com.cn" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-cn-global" + }, + "personalize" : { + "endpoints" : { + "cn-north-1" : { } + } + }, + "pi" : { + "endpoints" : { + "cn-north-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.cn-north-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi.cn-northwest-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "pipes" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "polly" : { + "endpoints" : { + "cn-northwest-1" : { } + } + }, + "portal.sso" : { + "endpoints" : { + "cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "portal.sso.cn-north-1.amazonaws.com.cn" + }, + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "portal.sso.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "qbusiness" : { + "defaults" : { + "dnsSuffix" : "api.amazonwebservices.com.cn", + "variants" : [ { + "dnsSuffix" : "api.amazonwebservices.com.cn", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "cn-north-1" : { + "hostname" : "qbusiness.cn-north-1.api.amazonwebservices.com.cn" + }, + "cn-northwest-1" : { + "hostname" : "qbusiness.cn-northwest-1.api.amazonwebservices.com.cn" + } + } + }, + "quicksight" : { + "endpoints" : { + "cn-north-1" : { } + } + }, + "ram" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "rbin" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "rds" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "redshift" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "redshift-serverless" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "resource-groups" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "rolesanywhere" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "route53" : { + "endpoints" : { + "aws-cn-global" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "route53.amazonaws.com.cn" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-cn-global" + }, + "route53resolver" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "runtime.sagemaker" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "s3" : { + "defaults" : { + "protocols" : [ "http", "https" ], + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "dnsSuffix" : "amazonaws.com.cn", + "hostname" : "{service}.dualstack.{region}.{dnsSuffix}", + "tags" : [ "dualstack" ] + } ] + }, + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "hostname" : "s3.dualstack.cn-north-1.amazonaws.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "s3.dualstack.cn-northwest-1.amazonaws.com.cn", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "s3-control" : { + "defaults" : { + "protocols" : [ "https" ], + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "dnsSuffix" : "amazonaws.com.cn", + "hostname" : "{service}.dualstack.{region}.{dnsSuffix}", + "tags" : [ "dualstack" ] + } ] + }, + "endpoints" : { + "cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "s3-control.cn-north-1.amazonaws.com.cn", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.cn-north-1.amazonaws.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "s3-control.cn-northwest-1.amazonaws.com.cn", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control.dualstack.cn-northwest-1.amazonaws.com.cn", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "savingsplans" : { + "endpoints" : { + "cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "savingsplans.cn-north-1.amazonaws.com.cn" + }, + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "savingsplans.cn-northwest-1.amazonaws.com.cn" + } + }, + "isRegionalized" : true + }, + "schemas" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "secretsmanager" : { + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + } ] + } + } + }, + "securityhub" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "serverlessrepo" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "cn-north-1" : { + "protocols" : [ "https" ] + }, + "cn-northwest-1" : { + "protocols" : [ "https" ] + } + } + }, + "servicecatalog" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "servicediscovery" : { + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "hostname" : "servicediscovery.cn-north-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "servicediscovery.cn-northwest-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "servicequotas" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "signer" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { }, + "verification-cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "verification.signer.cn-north-1.amazonaws.com.cn" + }, + "verification-cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "verification.signer.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "sms" : { + "endpoints" : { + "cn-north-1" : { } + } + }, + "snowball" : { + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "hostname" : "snowball-fips.cn-north-1.amazonaws.com.cn", + "tags" : [ "fips" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "snowball-fips.cn-northwest-1.amazonaws.com.cn", + "tags" : [ "fips" ] + } ] + }, + "fips-cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.cn-north-1.amazonaws.com.cn" + }, + "fips-cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "sns" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "sqs" : { + "defaults" : { + "protocols" : [ "http", "https" ], + "sslCommonName" : "{region}.queue.{dnsSuffix}" + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "ssm" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "sso" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "states" : { + "endpoints" : { + "cn-north-1" : { + "variants" : [ { + "hostname" : "states.cn-north-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + }, + "cn-northwest-1" : { + "variants" : [ { + "hostname" : "states.cn-northwest-1.api.amazonwebservices.com.cn", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "storagegateway" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "streams.dynamodb" : { + "defaults" : { + "credentialScope" : { + "service" : "dynamodb" + }, + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "sts" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "support" : { + "endpoints" : { + "aws-cn-global" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "support.cn-north-1.amazonaws.com.cn" + } + }, + "partitionEndpoint" : "aws-cn-global" + }, + "swf" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "synthetics" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "tagging" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "transcribe" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn" + }, + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "transcribestreaming" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "transfer" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + }, + "waf-regional" : { + "endpoints" : { + "cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "waf-regional.cn-north-1.amazonaws.com.cn", + "variants" : [ { + "hostname" : "waf-regional-fips.cn-north-1.amazonaws.com.cn", + "tags" : [ "fips" ] + } ] + }, + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "waf-regional.cn-northwest-1.amazonaws.com.cn", + "variants" : [ { + "hostname" : "waf-regional-fips.cn-northwest-1.amazonaws.com.cn", + "tags" : [ "fips" ] + } ] + }, + "fips-cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.cn-north-1.amazonaws.com.cn" + }, + "fips-cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "wafv2" : { + "endpoints" : { + "cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "hostname" : "wafv2.cn-north-1.amazonaws.com.cn", + "variants" : [ { + "hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn", + "tags" : [ "fips" ] + } ] + }, + "cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "hostname" : "wafv2.cn-northwest-1.amazonaws.com.cn", + "variants" : [ { + "hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn", + "tags" : [ "fips" ] + } ] + }, + "fips-cn-north-1" : { + "credentialScope" : { + "region" : "cn-north-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.cn-north-1.amazonaws.com.cn" + }, + "fips-cn-northwest-1" : { + "credentialScope" : { + "region" : "cn-northwest-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.cn-northwest-1.amazonaws.com.cn" + } + } + }, + "workspaces" : { + "endpoints" : { + "cn-northwest-1" : { } + } + }, + "xray" : { + "endpoints" : { + "cn-north-1" : { }, + "cn-northwest-1" : { } + } + } + } + }, { + "defaults" : { + "hostname" : "{service}.{region}.{dnsSuffix}", + "protocols" : [ "https" ], + "signatureVersions" : [ "v4" ], + "variants" : [ { + "dnsSuffix" : "amazonaws.com", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + }, { + "dnsSuffix" : "api.aws", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "dualstack", "fips" ] + }, { + "dnsSuffix" : "api.aws", + "hostname" : "{service}.{region}.{dnsSuffix}", + "tags" : [ "dualstack" ] + } ] + }, + "dnsSuffix" : "amazonaws.com", + "partition" : "aws-us-gov", + "partitionName" : "AWS GovCloud (US)", + "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$", + "regions" : { + "us-gov-east-1" : { + "description" : "AWS GovCloud (US-East)" + }, + "us-gov-west-1" : { + "description" : "AWS GovCloud (US-West)" + } + }, + "services" : { + "access-analyzer" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com" + } + } + }, + "acm" : { + "defaults" : { + "variants" : [ { + "hostname" : "acm.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "acm.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "acm.us-gov-west-1.amazonaws.com" + } + } + }, + "acm-pca" : { + "defaults" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "acm-pca.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "acm-pca.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "acm-pca.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "acm-pca.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "acm-pca.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "aoss" : { + "endpoints" : { + "us-gov-west-1" : { } + } + }, + "api.detective" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "api.ecr" : { + "defaults" : { + "variants" : [ { + "hostname" : "ecr-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "dkr-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "dkr-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-dkr-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com" + }, + "fips-dkr-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com" + }, + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "api.ecr.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "api.ecr.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "api.sagemaker" : { + "defaults" : { + "variants" : [ { + "hostname" : "api-fips.sagemaker.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1-fips-secondary" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "api.sagemaker.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1-secondary" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "api.sagemaker.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "api.tunneling.iot" : { + "defaults" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "apigateway" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "appconfig" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "appconfig.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "appconfig.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "appconfig.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "appconfig.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "appconfigdata" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "appconfigdata.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "appconfigdata.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "appconfigdata.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "appconfigdata.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "application-autoscaling" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "us-gov-east-1" : { + "hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com", + "protocols" : [ "http", "https" ], + "variants" : [ { + "hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "deprecated" : true, + "hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com", + "protocols" : [ "http", "https" ] + }, + "us-gov-west-1" : { + "hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com", + "protocols" : [ "http", "https" ], + "variants" : [ { + "hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "deprecated" : true, + "hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com", + "protocols" : [ "http", "https" ] + } + } + }, + "applicationinsights" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "applicationinsights.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "applicationinsights.us-gov-west-1.amazonaws.com" + } + } + }, + "appstream2" : { + "defaults" : { + "credentialScope" : { + "service" : "appstream" + }, + "protocols" : [ "https" ] + }, + "endpoints" : { + "fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "appstream2-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "appstream2-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "arc-zonal-shift" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "athena" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "athena-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "athena-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "athena-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "athena-fips.us-gov-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "athena.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "athena-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "athena-fips.us-gov-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "athena.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "autoscaling" : { + "defaults" : { + "variants" : [ { + "hostname" : "autoscaling.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "protocols" : [ "http", "https" ] + }, + "us-gov-west-1" : { + "protocols" : [ "http", "https" ] + } + } + }, + "autoscaling-plans" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "deprecated" : true, + "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com", + "protocols" : [ "http", "https" ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "deprecated" : true, + "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com", + "protocols" : [ "http", "https" ] + } + } + }, + "backup" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "backup-gateway" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "batch" : { + "defaults" : { + "variants" : [ { + "hostname" : "batch.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "batch.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "batch.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "batch.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "batch.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "bedrock" : { + "endpoints" : { + "bedrock-fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "bedrock-fips.us-gov-west-1.amazonaws.com" + }, + "bedrock-runtime-fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "bedrock-runtime-fips.us-gov-west-1.amazonaws.com" + }, + "bedrock-runtime-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "bedrock-runtime.us-gov-west-1.amazonaws.com" + }, + "bedrock-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "bedrock.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { } + } + }, + "cassandra" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "cassandra.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "cassandra.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "cassandra.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "cassandra.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "cassandra.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "cassandra.us-gov-west-1.amazonaws.com" + } + } + }, + "cloudcontrolapi" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloudcontrolapi-fips.us-gov-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "cloudcontrolapi.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "cloudcontrolapi-fips.us-gov-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "cloudcontrolapi.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "clouddirectory" : { + "endpoints" : { + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "clouddirectory.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "clouddirectory.us-gov-west-1.amazonaws.com" + } + } + }, + "cloudformation" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "cloudformation.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "cloudformation.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "cloudformation.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "cloudformation.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "cloudformation.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "cloudformation.us-gov-west-1.amazonaws.com" + } + } + }, + "cloudhsm" : { + "endpoints" : { + "us-gov-west-1" : { } + } + }, + "cloudhsmv2" : { + "defaults" : { + "credentialScope" : { + "service" : "cloudhsm" + } + }, + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "cloudtrail" : { + "defaults" : { + "variants" : [ { + "hostname" : "cloudtrail.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "cloudtrail.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "cloudtrail.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "cloudtrail.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "cloudtrail.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "codebuild" : { + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "codebuild-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "codebuild-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "codebuild-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "codebuild-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "codecommit" : { + "endpoints" : { + "fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "codecommit-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "codecommit-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "codecommit-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "codecommit-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "codecommit-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "codedeploy" : { + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "codedeploy-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "codedeploy-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "codedeploy-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "codedeploy-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "codepipeline" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "codestar-connections" : { + "endpoints" : { + "us-gov-east-1" : { } + } + }, + "cognito-identity" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "cognito-idp" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "comprehend" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "comprehend-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "comprehend-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "comprehendmedical" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "comprehendmedical-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "comprehendmedical-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "compute-optimizer" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "compute-optimizer-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "compute-optimizer-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "config" : { + "defaults" : { + "variants" : [ { + "hostname" : "config.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "config.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "config.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "config.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "config.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "connect" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "connect.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "connect.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "controltower" : { + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "controltower-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "controltower-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "controltower-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "controltower-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "data-ats.iot" : { + "defaults" : { + "credentialScope" : { + "service" : "iotdata" + }, + "protocols" : [ "https" ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "data.iot" : { + "defaults" : { + "credentialScope" : { + "service" : "iotdata" + }, + "protocols" : [ "https" ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "service" : "iotdata" + }, + "deprecated" : true, + "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "data.jobs.iot" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "data.jobs.iot-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "data.jobs.iot-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "data.jobs.iot-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "data.jobs.iot-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "databrew" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "databrew.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "databrew.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "datasync" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "datasync-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "datasync-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "datasync-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "datasync-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "datazone" : { + "defaults" : { + "dnsSuffix" : "api.aws", + "variants" : [ { + "dnsSuffix" : "api.aws", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "hostname" : "datazone.us-gov-east-1.api.aws" + }, + "us-gov-west-1" : { + "hostname" : "datazone.us-gov-west-1.api.aws" + } + } + }, + "directconnect" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "directconnect-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "directconnect-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "directconnect-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "directconnect-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "dlm" : { + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "dlm.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "dlm.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "dlm.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "dlm.us-gov-west-1.amazonaws.com" + } + } + }, + "dms" : { + "defaults" : { + "variants" : [ { + "hostname" : "dms.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "dms" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "dms.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "dms-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "dms.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "dms.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "dms.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "dms.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "dms.us-gov-west-1.amazonaws.com" + } + } + }, + "docdb" : { + "endpoints" : { + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "rds.us-gov-west-1.amazonaws.com" + } + } + }, + "drs" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "drs-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "drs-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "drs-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "drs-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "ds" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "ds-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "ds-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "ds-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "ds-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "dynamodb" : { + "defaults" : { + "variants" : [ { + "hostname" : "dynamodb.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "dynamodb.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "dynamodb.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "dynamodb.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "dynamodb.us-gov-west-1.amazonaws.com" + } + } + }, + "ebs" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "ec2" : { + "defaults" : { + "variants" : [ { + "hostname" : "ec2.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "ec2.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "ec2.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "ec2.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "ec2.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "ecs" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "ecs-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "ecs-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "ecs-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "ecs-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "eks" : { + "defaults" : { + "protocols" : [ "http", "https" ], + "variants" : [ { + "hostname" : "eks.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "eks.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "eks.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "eks.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "eks.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "eks-auth" : { + "defaults" : { + "dnsSuffix" : "api.aws", + "variants" : [ { + "dnsSuffix" : "api.aws", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "hostname" : "eks-auth.us-gov-east-1.api.aws" + }, + "us-gov-west-1" : { + "hostname" : "eks-auth.us-gov-west-1.api.aws" + } + } + }, + "elasticache" : { + "defaults" : { + "variants" : [ { + "hostname" : "elasticache.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "elasticache.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "elasticache.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "elasticache.us-gov-west-1.amazonaws.com" + } + } + }, + "elasticbeanstalk" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "elasticbeanstalk.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "elasticbeanstalk.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com" + } + } + }, + "elasticfilesystem" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "elasticloadbalancing" : { + "defaults" : { + "variants" : [ { + "hostname" : "elasticloadbalancing.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "elasticloadbalancing.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "elasticloadbalancing.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "elasticloadbalancing.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "protocols" : [ "http", "https" ], + "variants" : [ { + "hostname" : "elasticloadbalancing.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "elasticmapreduce" : { + "defaults" : { + "variants" : [ { + "hostname" : "elasticmapreduce.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "elasticmapreduce.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "elasticmapreduce.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "elasticmapreduce.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "elasticmapreduce.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "elasticmapreduce.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "elasticmapreduce.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "email" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "email-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "email-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "email-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "email-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "emr-containers" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "emr-containers.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "emr-containers.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "emr-containers.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "emr-containers.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "emr-serverless" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "emr-serverless.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "emr-serverless.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "emr-serverless.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "emr-serverless.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "es" : { + "endpoints" : { + "fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "es-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "aos.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + }, { + "hostname" : "es-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "es-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "aos.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + }, { + "hostname" : "es-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "es-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "events" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "events.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "events.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "events.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "events.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "firehose" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "firehose-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "firehose-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "firehose-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "firehose-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "fms" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "fms-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "fms-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "fsx" : { + "endpoints" : { + "fips-prod-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-gov-east-1.amazonaws.com" + }, + "fips-prod-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-gov-west-1.amazonaws.com" + }, + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-gov-west-1.amazonaws.com" + }, + "prod-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "fsx-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "prod-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "fsx-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "fsx-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "fsx-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "geo" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "geo-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "geo-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "glacier" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "glacier.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "glacier.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "glacier.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "protocols" : [ "http", "https" ], + "variants" : [ { + "hostname" : "glacier.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "glue" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "glue-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "glue-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "glue-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "glue-fips.us-gov-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "glue.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "glue-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "glue-fips.us-gov-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "glue.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "greengrass" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "dataplane-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "greengrass-ats.iot.us-gov-east-1.amazonaws.com" + }, + "dataplane-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "greengrass-ats.iot.us-gov-west-1.amazonaws.com" + }, + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "greengrass.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "greengrass.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "greengrass.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "greengrass.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + }, + "isRegionalized" : true + }, + "guardduty" : { + "defaults" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "guardduty.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "guardduty.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "guardduty.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "guardduty.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "guardduty.us-gov-west-1.amazonaws.com" + } + }, + "isRegionalized" : true + }, + "health" : { + "defaults" : { + "protocols" : [ "https" ], + "sslCommonName" : "health.us-gov-west-1.amazonaws.com" + }, + "endpoints" : { + "aws-us-gov-global" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "global.health.us-gov.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "health-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "health-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "iam" : { + "endpoints" : { + "aws-us-gov-global" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "iam.us-gov.amazonaws.com", + "variants" : [ { + "hostname" : "iam.us-gov.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "aws-us-gov-global-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "iam.us-gov.amazonaws.com" + }, + "iam-govcloud" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "iam.us-gov.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "iam-govcloud-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "iam.us-gov.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-us-gov-global" + }, + "identitystore" : { + "defaults" : { + "variants" : [ { + "hostname" : "identitystore.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "identitystore.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "identitystore.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "identitystore.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "identitystore.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "ingest.timestream" : { + "endpoints" : { + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com" + } + } + }, + "inspector" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "inspector-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "inspector-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "inspector-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "inspector-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "inspector2" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "inspector2-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "inspector2-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "inspector2-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "inspector2-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "internetmonitor" : { + "defaults" : { + "dnsSuffix" : "api.aws", + "variants" : [ { + "dnsSuffix" : "api.aws", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "hostname" : "internetmonitor.us-gov-east-1.api.aws" + }, + "us-gov-west-1" : { + "hostname" : "internetmonitor.us-gov-west-1.api.aws" + } + } + }, + "iot" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "deprecated" : true, + "hostname" : "iot-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "deprecated" : true, + "hostname" : "iot-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "iot-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "iot-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "iotevents" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "iotevents-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "iotevents-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "ioteventsdata" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "data.iotevents-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "data.iotevents.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "data.iotevents-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "iotsecuredtunneling" : { + "defaults" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "iotsitewise" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "iotsitewise-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "iotsitewise-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "iottwinmaker" : { + "endpoints" : { + "api-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "api.iottwinmaker.us-gov-west-1.amazonaws.com" + }, + "data-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "data.iottwinmaker.us-gov-west-1.amazonaws.com" + }, + "fips-api-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "api.iottwinmaker-fips.us-gov-west-1.amazonaws.com" + }, + "fips-data-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "data.iottwinmaker-fips.us-gov-west-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "iottwinmaker-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "iottwinmaker-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "kafka" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "kafka.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "kafka.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "kafka.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "kafka.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "kafka.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "kafka.us-gov-west-1.amazonaws.com" + } + } + }, + "kendra" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "kendra-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "kendra-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "kendra-ranking" : { + "defaults" : { + "dnsSuffix" : "api.aws", + "variants" : [ { + "dnsSuffix" : "api.aws", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "hostname" : "kendra-ranking.us-gov-east-1.api.aws" + }, + "us-gov-west-1" : { + "hostname" : "kendra-ranking.us-gov-west-1.api.aws" + } + } + }, + "kinesis" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "kinesis.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "kinesis.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "kinesis.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "kinesis.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "kinesis.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "kinesis.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "kinesisanalytics" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "kinesisanalytics-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "kinesisanalytics-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "kinesisanalytics-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "kinesisanalytics-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "kinesisvideo" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "kinesisvideo-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "kinesisvideo-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "kms" : { + "endpoints" : { + "ProdFips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "kms-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "kms-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "lakeformation" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "lakeformation-fips.us-gov-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "lakeformation.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "lakeformation-fips.us-gov-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "lakeformation.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "lambda" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "lambda-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "lambda-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "lambda-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "lambda.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "lambda-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "lambda.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "license-manager" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "license-manager-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "license-manager-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "license-manager-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "license-manager-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "license-manager-linux-subscriptions" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "license-manager-user-subscriptions" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "logs" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "logs.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "logs.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "logs.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "logs.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "m2" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "deprecated" : true + }, + "fips-us-gov-west-1" : { + "deprecated" : true + }, + "us-gov-east-1" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + } + } + }, + "managedblockchain" : { + "endpoints" : { + "us-gov-west-1" : { } + } + }, + "mediaconvert" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "mediaconvert.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "mediaconvert.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "meetings-chime" : { + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "meetings-chime-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "meetings-chime-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "meetings-chime-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "meetings-chime-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "metering.marketplace" : { + "defaults" : { + "credentialScope" : { + "service" : "aws-marketplace" + } + }, + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "metrics.sagemaker" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "mgn" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "mgn-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "mgn-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "mgn-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "mgn-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "models-v2-lex" : { + "endpoints" : { + "us-gov-west-1" : { } + } + }, + "models.lex" : { + "defaults" : { + "credentialScope" : { + "service" : "lex" + }, + "variants" : [ { + "hostname" : "models-fips.lex.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "models-fips.lex.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "models-fips.lex.us-gov-west-1.amazonaws.com" + } + } + }, + "monitoring" : { + "defaults" : { + "variants" : [ { + "hostname" : "monitoring.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "monitoring.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "monitoring.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "monitoring.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "monitoring.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "mq" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "mq-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "mq-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "mq-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "mq-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "neptune" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "rds.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "rds.us-gov-west-1.amazonaws.com" + } + } + }, + "network-firewall" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "network-firewall-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "network-firewall-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "network-firewall-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "network-firewall-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "networkmanager" : { + "endpoints" : { + "aws-us-gov-global" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "networkmanager.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "networkmanager.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-aws-us-gov-global" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "networkmanager.us-gov-west-1.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-us-gov-global" + }, + "oam" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "oidc" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "oidc.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "oidc.us-gov-west-1.amazonaws.com" + } + } + }, + "organizations" : { + "endpoints" : { + "aws-us-gov-global" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "organizations.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "organizations.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-aws-us-gov-global" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "organizations.us-gov-west-1.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-us-gov-global" + }, + "outposts" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "outposts.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "outposts.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "outposts.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "outposts.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "participant.connect" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "participant.connect.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "participant.connect.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "pi" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "pi-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "pi-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "pi-fips.us-gov-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "pi.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "pi-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "pi-fips.us-gov-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "pi.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "pinpoint" : { + "defaults" : { + "credentialScope" : { + "service" : "mobiletargeting" + } + }, + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "pinpoint-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "pinpoint.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "pinpoint-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "polly" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "polly-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "polly-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "portal.sso" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "portal.sso.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "portal.sso.us-gov-west-1.amazonaws.com" + } + } + }, + "qbusiness" : { + "defaults" : { + "dnsSuffix" : "api.aws", + "variants" : [ { + "dnsSuffix" : "api.aws", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "hostname" : "qbusiness.us-gov-east-1.api.aws" + }, + "us-gov-west-1" : { + "hostname" : "qbusiness.us-gov-west-1.api.aws" + } + } + }, + "quicksight" : { + "endpoints" : { + "api" : { }, + "us-gov-west-1" : { } + } + }, + "ram" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "ram.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "ram.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "ram.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "ram.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "ram.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "ram.us-gov-west-1.amazonaws.com" + } + } + }, + "rbin" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "rbin-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "rbin-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "rbin-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "rbin-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "rds" : { + "defaults" : { + "variants" : [ { + "hostname" : "rds.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "rds.us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "rds.us-gov-east-1.amazonaws.com" + }, + "rds.us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "rds.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "rds.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "rds.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "rds.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "rds.us-gov-west-1.amazonaws.com" + } + } + }, + "redshift" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "redshift.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "redshift.us-gov-west-1.amazonaws.com" + } + } + }, + "rekognition" : { + "endpoints" : { + "rekognition-fips.us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com" + }, + "rekognition.us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "resiliencehub" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "resource-groups" : { + "defaults" : { + "variants" : [ { + "hostname" : "resource-groups.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "resource-groups.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "resource-groups.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "resource-groups.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "resource-groups.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "robomaker" : { + "endpoints" : { + "us-gov-west-1" : { } + } + }, + "rolesanywhere" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "rolesanywhere-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "rolesanywhere-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "rolesanywhere-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "rolesanywhere-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "route53" : { + "endpoints" : { + "aws-us-gov-global" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "route53.us-gov.amazonaws.com", + "variants" : [ { + "hostname" : "route53.us-gov.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "fips-aws-us-gov-global" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "route53.us-gov.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-us-gov-global" + }, + "route53resolver" : { + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "route53resolver.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "deprecated" : true, + "hostname" : "route53resolver.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "route53resolver.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "deprecated" : true, + "hostname" : "route53resolver.us-gov-west-1.amazonaws.com" + } + } + }, + "runtime-v2-lex" : { + "endpoints" : { + "us-gov-west-1" : { } + } + }, + "runtime.lex" : { + "defaults" : { + "credentialScope" : { + "service" : "lex" + }, + "variants" : [ { + "hostname" : "runtime-fips.lex.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "runtime-fips.lex.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "runtime-fips.lex.us-gov-west-1.amazonaws.com" + } + } + }, + "runtime.sagemaker" : { + "defaults" : { + "variants" : [ { + "hostname" : "runtime.sagemaker.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "runtime.sagemaker.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "runtime.sagemaker.us-gov-west-1.amazonaws.com" + } + } + }, + "s3" : { + "defaults" : { + "signatureVersions" : [ "s3", "s3v4" ], + "variants" : [ { + "dnsSuffix" : "amazonaws.com", + "hostname" : "{service}-fips.dualstack.{region}.{dnsSuffix}", + "tags" : [ "dualstack", "fips" ] + }, { + "dnsSuffix" : "amazonaws.com", + "hostname" : "{service}.dualstack.{region}.{dnsSuffix}", + "tags" : [ "dualstack" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "s3-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "s3-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "hostname" : "s3.us-gov-east-1.amazonaws.com", + "protocols" : [ "http", "https" ], + "variants" : [ { + "hostname" : "s3-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3.dualstack.us-gov-east-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1" : { + "hostname" : "s3.us-gov-west-1.amazonaws.com", + "protocols" : [ "http", "https" ], + "variants" : [ { + "hostname" : "s3-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3.dualstack.us-gov-west-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "s3-control" : { + "defaults" : { + "protocols" : [ "https" ], + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "dnsSuffix" : "amazonaws.com", + "hostname" : "{service}-fips.dualstack.{region}.{dnsSuffix}", + "tags" : [ "dualstack", "fips" ] + }, { + "dnsSuffix" : "amazonaws.com", + "hostname" : "{service}.dualstack.{region}.{dnsSuffix}", + "tags" : [ "dualstack" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "s3-control.us-gov-east-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control-fips.dualstack.us-gov-east-1.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-control-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-control.dualstack.us-gov-east-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "s3-control-fips.us-gov-east-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ] + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "s3-control.us-gov-west-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control-fips.dualstack.us-gov-west-1.amazonaws.com", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-control-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-control.dualstack.us-gov-west-1.amazonaws.com", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "s3-control-fips.us-gov-west-1.amazonaws.com", + "signatureVersions" : [ "s3v4" ] + } + } + }, + "s3-outposts" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "deprecated" : true + }, + "fips-us-gov-west-1" : { + "deprecated" : true + }, + "us-gov-east-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + } + } + }, + "secretsmanager" : { + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "deprecated" : true + }, + "us-gov-west-1" : { + "variants" : [ { + "tags" : [ "dualstack" ] + }, { + "tags" : [ "dualstack", "fips" ] + }, { + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "deprecated" : true + } + } + }, + "securityhub" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "securityhub-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "securityhub-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "securityhub-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "securityhub-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "securitylake" : { + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "securitylake.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "securitylake.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "securitylake.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "securitylake.us-gov-west-1.amazonaws.com" + } + } + }, + "serverlessrepo" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "us-gov-east-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "serverlessrepo.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "serverlessrepo.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "serverlessrepo.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "serverlessrepo.us-gov-west-1.amazonaws.com" + } + } + }, + "servicecatalog" : { + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "servicecatalog-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "servicecatalog-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "servicecatalog-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "servicecatalog-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "servicecatalog-appregistry" : { + "defaults" : { + "variants" : [ { + "hostname" : "servicecatalog-appregistry.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "servicediscovery" : { + "endpoints" : { + "servicediscovery" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "servicediscovery-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "servicediscovery-fips.us-gov-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "servicediscovery.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "servicediscovery-fips.us-gov-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "servicediscovery.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "servicequotas" : { + "defaults" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "servicequotas.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "servicequotas.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "servicequotas.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "servicequotas.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "servicequotas.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "signer" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "signer-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "signer-fips.us-gov-west-1.amazonaws.com" + }, + "fips-verification-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "verification.signer-fips.us-gov-east-1.amazonaws.com" + }, + "fips-verification-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "verification.signer-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "signer-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "signer-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "verification-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "verification.signer.us-gov-east-1.amazonaws.com" + }, + "verification-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "verification.signer.us-gov-west-1.amazonaws.com" + } + } + }, + "simspaceweaver" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "sms" : { + "endpoints" : { + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "sms-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "sms-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "sms-voice" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "snowball" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "snowball-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "snowball-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "snowball-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "sns" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "sns.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "sns.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "sns.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "sns.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "sqs" : { + "defaults" : { + "variants" : [ { + "hostname" : "sqs.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "sqs.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "sqs.us-gov-west-1.amazonaws.com", + "protocols" : [ "http", "https" ], + "sslCommonName" : "{region}.queue.{dnsSuffix}" + } + } + }, + "ssm" : { + "defaults" : { + "variants" : [ { + "hostname" : "ssm.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "ssm.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "ssm.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "ssm.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "ssm.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "sso" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "sso.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "sso.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "sso.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "sso.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "sso.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "sso.us-gov-west-1.amazonaws.com" + } + } + }, + "states" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "states-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "states.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "states-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "states.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "storagegateway" : { + "endpoints" : { + "fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "storagegateway-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "storagegateway-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "storagegateway-fips.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "storagegateway-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "storagegateway-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "streams.dynamodb" : { + "defaults" : { + "credentialScope" : { + "service" : "dynamodb" + }, + "variants" : [ { + "hostname" : "streams.dynamodb.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com" + } + } + }, + "sts" : { + "defaults" : { + "variants" : [ { + "hostname" : "sts.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "sts.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "sts.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "sts.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "sts.us-gov-west-1.amazonaws.com" + } + } + }, + "support" : { + "endpoints" : { + "aws-us-gov-global" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "support.us-gov-west-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "support.us-gov-west-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "support.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + }, + "partitionEndpoint" : "aws-us-gov-global" + }, + "swf" : { + "endpoints" : { + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "swf.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "swf.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-east-1-fips" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "swf.us-gov-east-1.amazonaws.com" + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "swf.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "swf.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "swf.us-gov-west-1.amazonaws.com" + } + } + }, + "synthetics" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "synthetics-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "synthetics-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "synthetics-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "synthetics-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "tagging" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "textract" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "textract-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "textract-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "textract-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "textract-fips.us-gov-east-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "textract.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "textract-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "textract-fips.us-gov-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "textract.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] + } + } + }, + "transcribe" : { + "defaults" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "fips.transcribe.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "fips.transcribe.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "fips.transcribe.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "fips.transcribe.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "fips.transcribe.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "transcribestreaming" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "transfer" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "transfer-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "transfer-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "transfer-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "transfer-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "translate" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "translate-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1-fips" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "translate-fips.us-gov-west-1.amazonaws.com" + } + } + }, + "verifiedpermissions" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "verifiedpermissions-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "verifiedpermissions-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "verifiedpermissions-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "verifiedpermissions-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "waf-regional" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "waf-regional-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "waf-regional.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "waf-regional.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "waf-regional-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "wafv2" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "hostname" : "wafv2.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "hostname" : "wafv2.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "wafv2-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "wellarchitected" : { + "endpoints" : { + "us-gov-east-1" : { }, + "us-gov-west-1" : { } + } + }, + "workspaces" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "workspaces-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "workspaces-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + }, + "xray" : { + "endpoints" : { + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "xray-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "xray-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "xray-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "xray-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } + } + } + } + }, { + "defaults" : { + "hostname" : "{service}.{region}.{dnsSuffix}", + "protocols" : [ "https" ], + "signatureVersions" : [ "v4" ], + "variants" : [ { + "dnsSuffix" : "c2s.ic.gov", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "dnsSuffix" : "c2s.ic.gov", + "partition" : "aws-iso", + "partitionName" : "AWS ISO (US)", + "regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$", + "regions" : { + "us-iso-east-1" : { + "description" : "US ISO East" + }, + "us-iso-west-1" : { + "description" : "US ISO WEST" + } + }, + "services" : { + "api.ecr" : { + "endpoints" : { + "us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "hostname" : "api.ecr.us-iso-east-1.c2s.ic.gov" + }, + "us-iso-west-1" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "hostname" : "api.ecr.us-iso-west-1.c2s.ic.gov" + } + } + }, + "api.pricing" : { + "defaults" : { + "credentialScope" : { + "service" : "pricing" + } + }, + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "api.sagemaker" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "apigateway" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "appconfig" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "appconfigdata" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "application-autoscaling" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "arc-zonal-shift" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "athena" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "autoscaling" : { + "endpoints" : { + "us-iso-east-1" : { + "protocols" : [ "http", "https" ] + }, + "us-iso-west-1" : { } + } + }, + "cloudcontrolapi" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "cloudformation" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "cloudtrail" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "codedeploy" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "comprehend" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "config" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "datapipeline" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "datasync" : { + "endpoints" : { + "fips-us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov" + }, + "fips-us-iso-west-1" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "deprecated" : true, + "hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov" + }, + "us-iso-east-1" : { + "variants" : [ { + "hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-west-1" : { + "variants" : [ { + "hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + } + } + }, + "directconnect" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "dlm" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "dms" : { + "defaults" : { + "variants" : [ { + "hostname" : "dms.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "dms" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "dms.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "dms-fips" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "dms.us-iso-east-1.c2s.ic.gov" + }, + "us-iso-east-1" : { + "variants" : [ { + "hostname" : "dms.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-east-1-fips" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "dms.us-iso-east-1.c2s.ic.gov" + }, + "us-iso-west-1" : { + "variants" : [ { + "hostname" : "dms.us-iso-west-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-west-1-fips" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "deprecated" : true, + "hostname" : "dms.us-iso-west-1.c2s.ic.gov" + } + } + }, + "ds" : { + "endpoints" : { + "fips-us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov" + }, + "fips-us-iso-west-1" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "deprecated" : true, + "hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov" + }, + "us-iso-east-1" : { + "variants" : [ { + "hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-west-1" : { + "variants" : [ { + "hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + } + } + }, + "dynamodb" : { + "endpoints" : { + "us-iso-east-1" : { + "protocols" : [ "http", "https" ] + }, + "us-iso-west-1" : { } + } + }, + "ebs" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "ec2" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "ecs" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "eks" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "elasticache" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "elasticfilesystem" : { + "endpoints" : { + "fips-us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov" + }, + "fips-us-iso-west-1" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.us-iso-west-1.c2s.ic.gov" + }, + "us-iso-east-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-west-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.us-iso-west-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + } + } + }, + "elasticloadbalancing" : { + "endpoints" : { + "us-iso-east-1" : { + "protocols" : [ "http", "https" ] + }, + "us-iso-west-1" : { } + } + }, + "elasticmapreduce" : { + "endpoints" : { + "fips-us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "elasticmapreduce.us-iso-east-1.c2s.ic.gov" + }, + "fips-us-iso-west-1" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "deprecated" : true, + "hostname" : "elasticmapreduce.us-iso-west-1.c2s.ic.gov" + }, + "us-iso-east-1" : { + "protocols" : [ "https" ], + "variants" : [ { + "hostname" : "elasticmapreduce.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-west-1" : { + "variants" : [ { + "hostname" : "elasticmapreduce.us-iso-west-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + } + } + }, + "es" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "events" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "firehose" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "fsx" : { + "endpoints" : { + "fips-prod-us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov" + }, + "fips-us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov" + }, + "prod-us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-east-1" : { + "variants" : [ { + "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + } + } + }, + "glacier" : { + "endpoints" : { + "us-iso-east-1" : { + "protocols" : [ "http", "https" ] + }, + "us-iso-west-1" : { } + } + }, + "glue" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "guardduty" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "us-iso-east-1" : { } + }, + "isRegionalized" : true + }, + "health" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "iam" : { + "endpoints" : { + "aws-iso-global" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "hostname" : "iam.us-iso-east-1.c2s.ic.gov" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-iso-global" + }, + "kinesis" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "kms" : { + "endpoints" : { + "ProdFips" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.us-iso-east-1.c2s.ic.gov" + }, + "us-iso-east-1" : { + "variants" : [ { + "hostname" : "kms-fips.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-east-1-fips" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.us-iso-east-1.c2s.ic.gov" + }, + "us-iso-west-1" : { + "variants" : [ { + "hostname" : "kms-fips.us-iso-west-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-west-1-fips" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.us-iso-west-1.c2s.ic.gov" + } + } + }, + "lambda" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "license-manager" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "logs" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "medialive" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "mediapackage" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "metrics.sagemaker" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "monitoring" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "oam" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "outposts" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "ram" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "rbin" : { + "endpoints" : { + "fips-us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "rbin-fips.us-iso-east-1.c2s.ic.gov" + }, + "fips-us-iso-west-1" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "deprecated" : true, + "hostname" : "rbin-fips.us-iso-west-1.c2s.ic.gov" + }, + "us-iso-east-1" : { + "variants" : [ { + "hostname" : "rbin-fips.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-west-1" : { + "variants" : [ { + "hostname" : "rbin-fips.us-iso-west-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + } + } + }, + "rds" : { + "endpoints" : { + "rds.us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "rds.us-iso-east-1.c2s.ic.gov" + }, + "rds.us-iso-west-1" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "deprecated" : true, + "hostname" : "rds.us-iso-west-1.c2s.ic.gov" + }, + "us-iso-east-1" : { + "variants" : [ { + "hostname" : "rds.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-east-1-fips" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "rds.us-iso-east-1.c2s.ic.gov" + }, + "us-iso-west-1" : { + "variants" : [ { + "hostname" : "rds.us-iso-west-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-west-1-fips" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "deprecated" : true, + "hostname" : "rds.us-iso-west-1.c2s.ic.gov" + } + } + }, + "redshift" : { + "endpoints" : { + "us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "hostname" : "redshift.us-iso-east-1.c2s.ic.gov" + }, + "us-iso-west-1" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "hostname" : "redshift.us-iso-west-1.c2s.ic.gov" + } + } + }, + "resource-groups" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "route53" : { + "endpoints" : { + "aws-iso-global" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "hostname" : "route53.c2s.ic.gov" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-iso-global" + }, + "route53resolver" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "runtime.sagemaker" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "s3" : { + "defaults" : { + "signatureVersions" : [ "s3v4" ] + }, + "endpoints" : { + "fips-us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "s3-fips.us-iso-east-1.c2s.ic.gov" + }, + "fips-us-iso-west-1" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "deprecated" : true, + "hostname" : "s3-fips.us-iso-west-1.c2s.ic.gov" + }, + "us-iso-east-1" : { + "protocols" : [ "http", "https" ], + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-fips.dualstack.us-iso-east-1.c2s.ic.gov", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-fips.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + }, + "us-iso-west-1" : { + "variants" : [ { + "hostname" : "s3-fips.dualstack.us-iso-west-1.c2s.ic.gov", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-fips.us-iso-west-1.c2s.ic.gov", + "tags" : [ "fips" ] + } ] + } + } + }, + "s3-control" : { + "defaults" : { + "protocols" : [ "https" ], + "signatureVersions" : [ "s3v4" ] + }, + "endpoints" : { + "us-iso-east-1" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "hostname" : "s3-control.us-iso-east-1.c2s.ic.gov", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control-fips.dualstack.us-iso-east-1.c2s.ic.gov", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-control-fips.us-iso-east-1.c2s.ic.gov", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-control.dualstack.us-iso-east-1.c2s.ic.gov", + "tags" : [ "dualstack" ] + } ] + }, + "us-iso-east-1-fips" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "deprecated" : true, + "hostname" : "s3-control-fips.us-iso-east-1.c2s.ic.gov", + "signatureVersions" : [ "s3v4" ] + }, + "us-iso-west-1" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "hostname" : "s3-control.us-iso-west-1.c2s.ic.gov", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control-fips.dualstack.us-iso-west-1.c2s.ic.gov", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-control-fips.us-iso-west-1.c2s.ic.gov", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-control.dualstack.us-iso-west-1.c2s.ic.gov", + "tags" : [ "dualstack" ] + } ] + }, + "us-iso-west-1-fips" : { + "credentialScope" : { + "region" : "us-iso-west-1" + }, + "deprecated" : true, + "hostname" : "s3-control-fips.us-iso-west-1.c2s.ic.gov", + "signatureVersions" : [ "s3v4" ] + } + } + }, + "s3-outposts" : { + "endpoints" : { + "fips-us-iso-east-1" : { + "deprecated" : true + }, + "us-iso-east-1" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + } + } + }, + "secretsmanager" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "snowball" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "sns" : { + "endpoints" : { + "us-iso-east-1" : { + "protocols" : [ "http", "https" ] + }, + "us-iso-west-1" : { } + } + }, + "sqs" : { + "endpoints" : { + "us-iso-east-1" : { + "protocols" : [ "http", "https" ] + }, + "us-iso-west-1" : { } + } + }, + "ssm" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "states" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "streams.dynamodb" : { + "defaults" : { + "credentialScope" : { + "service" : "dynamodb" + } + }, + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "sts" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "support" : { + "endpoints" : { + "aws-iso-global" : { + "credentialScope" : { + "region" : "us-iso-east-1" + }, + "hostname" : "support.us-iso-east-1.c2s.ic.gov" + } + }, + "partitionEndpoint" : "aws-iso-global" + }, + "swf" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "synthetics" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "tagging" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + }, + "textract" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "transcribe" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "transcribestreaming" : { + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "translate" : { + "defaults" : { + "protocols" : [ "https" ] + }, + "endpoints" : { + "us-iso-east-1" : { } + } + }, + "workspaces" : { + "endpoints" : { + "us-iso-east-1" : { }, + "us-iso-west-1" : { } + } + } + } + }, { + "defaults" : { + "hostname" : "{service}.{region}.{dnsSuffix}", + "protocols" : [ "https" ], + "signatureVersions" : [ "v4" ], + "variants" : [ { + "dnsSuffix" : "sc2s.sgov.gov", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "dnsSuffix" : "sc2s.sgov.gov", + "partition" : "aws-iso-b", + "partitionName" : "AWS ISOB (US)", + "regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$", + "regions" : { + "us-isob-east-1" : { + "description" : "US ISOB East (Ohio)" + } + }, + "services" : { + "api.ecr" : { + "endpoints" : { + "us-isob-east-1" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "hostname" : "api.ecr.us-isob-east-1.sc2s.sgov.gov" + } + } + }, + "api.pricing" : { + "defaults" : { + "credentialScope" : { + "service" : "pricing" + } + }, + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "api.sagemaker" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "apigateway" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "appconfig" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "appconfigdata" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "application-autoscaling" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "arc-zonal-shift" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "autoscaling" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "budgets" : { + "endpoints" : { + "us-isob-east-1" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "hostname" : "budgets.us-isob-east-1.sc2s.sgov.gov" + } + } + }, + "cloudcontrolapi" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "cloudformation" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "cloudtrail" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "codedeploy" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "config" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "directconnect" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "dlm" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "dms" : { + "defaults" : { + "variants" : [ { + "hostname" : "dms.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "endpoints" : { + "dms" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "variants" : [ { + "hostname" : "dms.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "fips" ] + } ] + }, + "dms-fips" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "dms.us-isob-east-1.sc2s.sgov.gov" + }, + "us-isob-east-1" : { + "variants" : [ { + "hostname" : "dms.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "fips" ] + } ] + }, + "us-isob-east-1-fips" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "dms.us-isob-east-1.sc2s.sgov.gov" + } + } + }, + "ds" : { + "endpoints" : { + "fips-us-isob-east-1" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov" + }, + "us-isob-east-1" : { + "variants" : [ { + "hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "fips" ] + } ] + } + } + }, + "dynamodb" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "ebs" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "ec2" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "ecs" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "eks" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "elasticache" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "elasticfilesystem" : { + "endpoints" : { + "fips-us-isob-east-1" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov" + }, + "us-isob-east-1" : { + "variants" : [ { + "hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "fips" ] + } ] + } + } + }, + "elasticloadbalancing" : { + "endpoints" : { + "us-isob-east-1" : { + "protocols" : [ "https" ] + } + } + }, + "elasticmapreduce" : { + "endpoints" : { + "fips-us-isob-east-1" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov" + }, + "us-isob-east-1" : { + "variants" : [ { + "hostname" : "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "fips" ] + } ] + } + } + }, + "es" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "events" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "firehose" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "glacier" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "health" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "iam" : { + "endpoints" : { + "aws-iso-b-global" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "hostname" : "iam.us-isob-east-1.sc2s.sgov.gov" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-iso-b-global" + }, + "kinesis" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "kms" : { + "endpoints" : { + "ProdFips" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.us-isob-east-1.sc2s.sgov.gov" + }, + "us-isob-east-1" : { + "variants" : [ { + "hostname" : "kms-fips.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "fips" ] + } ] + }, + "us-isob-east-1-fips" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "kms-fips.us-isob-east-1.sc2s.sgov.gov" + } + } + }, + "lambda" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "license-manager" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "logs" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "medialive" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "mediapackage" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "metering.marketplace" : { + "defaults" : { + "credentialScope" : { + "service" : "aws-marketplace" + } + }, + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "metrics.sagemaker" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "monitoring" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "oam" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "outposts" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "ram" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "rbin" : { + "endpoints" : { + "fips-us-isob-east-1" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "rbin-fips.us-isob-east-1.sc2s.sgov.gov" + }, + "us-isob-east-1" : { + "variants" : [ { + "hostname" : "rbin-fips.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "fips" ] + } ] + } + } + }, + "rds" : { + "endpoints" : { + "rds.us-isob-east-1" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov" + }, + "us-isob-east-1" : { + "variants" : [ { + "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "fips" ] + } ] + }, + "us-isob-east-1-fips" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "rds.us-isob-east-1.sc2s.sgov.gov" + } + } + }, + "redshift" : { + "endpoints" : { + "us-isob-east-1" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "hostname" : "redshift.us-isob-east-1.sc2s.sgov.gov" + } + } + }, + "resource-groups" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "route53" : { + "endpoints" : { + "aws-iso-b-global" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "hostname" : "route53.sc2s.sgov.gov" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-iso-b-global" + }, + "route53resolver" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "runtime.sagemaker" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "s3" : { + "defaults" : { + "protocols" : [ "http", "https" ], + "signatureVersions" : [ "s3v4" ] + }, + "endpoints" : { + "fips-us-isob-east-1" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "s3-fips.us-isob-east-1.sc2s.sgov.gov" + }, + "us-isob-east-1" : { + "variants" : [ { + "hostname" : "s3-fips.dualstack.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-fips.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "fips" ] + } ] + } + } + }, + "s3-control" : { + "defaults" : { + "protocols" : [ "https" ], + "signatureVersions" : [ "s3v4" ] + }, + "endpoints" : { + "us-isob-east-1" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "hostname" : "s3-control.us-isob-east-1.sc2s.sgov.gov", + "signatureVersions" : [ "s3v4" ], + "variants" : [ { + "hostname" : "s3-control-fips.dualstack.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "dualstack", "fips" ] + }, { + "hostname" : "s3-control-fips.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "fips" ] + }, { + "hostname" : "s3-control.dualstack.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "dualstack" ] + } ] + }, + "us-isob-east-1-fips" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "s3-control-fips.us-isob-east-1.sc2s.sgov.gov", + "signatureVersions" : [ "s3v4" ] + } + } + }, + "s3-outposts" : { + "endpoints" : { + "fips-us-isob-east-1" : { + "deprecated" : true + }, + "us-isob-east-1" : { + "variants" : [ { + "tags" : [ "fips" ] + } ] + } + } + }, + "secretsmanager" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "snowball" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "sns" : { + "defaults" : { + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "sqs" : { + "defaults" : { + "protocols" : [ "http", "https" ], + "sslCommonName" : "{region}.queue.{dnsSuffix}" + }, + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "ssm" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "states" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "storagegateway" : { + "endpoints" : { + "fips" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov" + }, + "us-isob-east-1" : { + "variants" : [ { + "hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov", + "tags" : [ "fips" ] + } ] + }, + "us-isob-east-1-fips" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "deprecated" : true, + "hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov" + } + } + }, + "streams.dynamodb" : { + "defaults" : { + "credentialScope" : { + "service" : "dynamodb" + }, + "protocols" : [ "http", "https" ] + }, + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "sts" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "support" : { + "endpoints" : { + "aws-iso-b-global" : { + "credentialScope" : { + "region" : "us-isob-east-1" + }, + "hostname" : "support.us-isob-east-1.sc2s.sgov.gov" + } + }, + "partitionEndpoint" : "aws-iso-b-global" + }, + "swf" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "synthetics" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "tagging" : { + "endpoints" : { + "us-isob-east-1" : { } + } + }, + "workspaces" : { + "endpoints" : { + "us-isob-east-1" : { } + } + } + } + }, { + "defaults" : { + "hostname" : "{service}.{region}.{dnsSuffix}", + "protocols" : [ "https" ], + "signatureVersions" : [ "v4" ], + "variants" : [ { + "dnsSuffix" : "cloud.adc-e.uk", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "dnsSuffix" : "cloud.adc-e.uk", + "partition" : "aws-iso-e", + "partitionName" : "AWS ISOE (Europe)", + "regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$", + "regions" : { + "eu-isoe-west-1" : { + "description" : "EU ISOE West" + } + }, + "services" : { } + }, { + "defaults" : { + "hostname" : "{service}.{region}.{dnsSuffix}", + "protocols" : [ "https" ], + "signatureVersions" : [ "v4" ], + "variants" : [ { + "dnsSuffix" : "csp.hci.ic.gov", + "hostname" : "{service}-fips.{region}.{dnsSuffix}", + "tags" : [ "fips" ] + } ] + }, + "dnsSuffix" : "csp.hci.ic.gov", + "partition" : "aws-iso-f", + "partitionName" : "AWS ISOF", + "regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$", + "regions" : { }, + "services" : { } + } ], + "version" : 3 +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/iot1click-devices/2018-05-14/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/iot1click-devices/2018-05-14/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..b23e238a19ad393933b5807392adeda174a8025c --- /dev/null +++ b/testbed/boto__botocore/botocore/data/iot1click-devices/2018-05-14/endpoint-rule-set-1.json @@ -0,0 +1,314 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://devices.iot1click-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://devices.iot1click-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://devices.iot1click.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ] + }, + { + "conditions": [], + "endpoint": { + "url": "https://devices.iot1click.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/iot1click-devices/2018-05-14/paginators-1.json b/testbed/boto__botocore/botocore/data/iot1click-devices/2018-05-14/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..237e5581a68e70adcf14b67523830484f8891c57 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/iot1click-devices/2018-05-14/paginators-1.json @@ -0,0 +1,16 @@ +{ + "pagination": { + "ListDeviceEvents": { + "input_token": "NextToken", + "limit_key": "MaxResults", + "output_token": "NextToken", + "result_key": "Events" + }, + "ListDevices": { + "input_token": "NextToken", + "limit_key": "MaxResults", + "output_token": "NextToken", + "result_key": "Devices" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/iot1click-devices/2018-05-14/service-2.json b/testbed/boto__botocore/botocore/data/iot1click-devices/2018-05-14/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..0d4547606420ceca5aeb58c27885673a2f71afe8 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/iot1click-devices/2018-05-14/service-2.json @@ -0,0 +1,1042 @@ +{ + "metadata" : { + "apiVersion" : "2018-05-14", + "endpointPrefix" : "devices.iot1click", + "signingName" : "iot1click", + "serviceFullName" : "AWS IoT 1-Click Devices Service", + "serviceId" : "IoT 1Click Devices Service", + "protocol" : "rest-json", + "jsonVersion" : "1.1", + "uid" : "devices-2018-05-14", + "signatureVersion" : "v4" + }, + "operations" : { + "ClaimDevicesByClaimCode" : { + "name" : "ClaimDevicesByClaimCode", + "http" : { + "method" : "PUT", + "requestUri" : "/claims/{claimCode}", + "responseCode" : 200 + }, + "input" : { + "shape" : "ClaimDevicesByClaimCodeRequest" + }, + "output" : { + "shape" : "ClaimDevicesByClaimCodeResponse", + "documentation" : "200 response
" + }, + "errors" : [ { + "shape" : "InvalidRequestException", + "documentation" : "400 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + }, { + "shape" : "ForbiddenException", + "documentation" : "403 response
" + } ], + "documentation" : "Adds device(s) to your account (i.e., claim one or more devices) if and only if you\n received a claim code with the device(s).
" + }, + "DescribeDevice" : { + "name" : "DescribeDevice", + "http" : { + "method" : "GET", + "requestUri" : "/devices/{deviceId}", + "responseCode" : 200 + }, + "input" : { + "shape" : "DescribeDeviceRequest" + }, + "output" : { + "shape" : "DescribeDeviceResponse", + "documentation" : "200 response
" + }, + "errors" : [ { + "shape" : "ResourceNotFoundException", + "documentation" : "404 response
" + }, { + "shape" : "InvalidRequestException", + "documentation" : "400 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + } ], + "documentation" : "Given a device ID, returns a DescribeDeviceResponse object describing the\n details of the device.
" + }, + "FinalizeDeviceClaim" : { + "name" : "FinalizeDeviceClaim", + "http" : { + "method" : "PUT", + "requestUri" : "/devices/{deviceId}/finalize-claim", + "responseCode" : 200 + }, + "input" : { + "shape" : "FinalizeDeviceClaimRequest" + }, + "output" : { + "shape" : "FinalizeDeviceClaimResponse", + "documentation" : "200 response
" + }, + "errors" : [ { + "shape" : "ResourceNotFoundException", + "documentation" : "404 response
" + }, { + "shape" : "InvalidRequestException", + "documentation" : "400 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + }, { + "shape" : "PreconditionFailedException", + "documentation" : "412 response
" + }, { + "shape" : "ResourceConflictException", + "documentation" : "409 response
" + } ], + "documentation" : "Given a device ID, finalizes the claim request for the associated device.
Claiming a device consists of initiating a claim, then publishing a device event,\n and finalizing the claim. For a device of type button, a device event can\n be published by simply clicking the device.
\n200 response
" + }, + "errors" : [ { + "shape" : "ResourceNotFoundException", + "documentation" : "404 response
" + }, { + "shape" : "InvalidRequestException", + "documentation" : "400 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + } ], + "documentation" : "Given a device ID, returns the invokable methods associated with the device.
" + }, + "InitiateDeviceClaim" : { + "name" : "InitiateDeviceClaim", + "http" : { + "method" : "PUT", + "requestUri" : "/devices/{deviceId}/initiate-claim", + "responseCode" : 200 + }, + "input" : { + "shape" : "InitiateDeviceClaimRequest" + }, + "output" : { + "shape" : "InitiateDeviceClaimResponse", + "documentation" : "200 response
" + }, + "errors" : [ { + "shape" : "ResourceNotFoundException", + "documentation" : "404 response
" + }, { + "shape" : "InvalidRequestException", + "documentation" : "400 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + }, { + "shape" : "ResourceConflictException", + "documentation" : "409 response
" + } ], + "documentation" : "Given a device ID, initiates a claim request for the associated device.
Claiming a device consists of initiating a claim, then publishing a device event,\n and finalizing the claim. For a device of type button, a device event can\n be published by simply clicking the device.
\n200 response
" + }, + "errors" : [ { + "shape" : "InvalidRequestException", + "documentation" : "400 response
" + }, { + "shape" : "PreconditionFailedException", + "documentation" : "412 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + }, { + "shape" : "ResourceNotFoundException", + "documentation" : "404 response
" + }, { + "shape" : "RangeNotSatisfiableException", + "documentation" : "416 response
" + }, { + "shape" : "ResourceConflictException", + "documentation" : "409 response
" + } ], + "documentation" : "Given a device ID, issues a request to invoke a named device method (with possible\n parameters). See the \"Example POST\" code snippet below.
" + }, + "ListDeviceEvents" : { + "name" : "ListDeviceEvents", + "http" : { + "method" : "GET", + "requestUri" : "/devices/{deviceId}/events", + "responseCode" : 200 + }, + "input" : { + "shape" : "ListDeviceEventsRequest" + }, + "output" : { + "shape" : "ListDeviceEventsResponse", + "documentation" : "200 response
" + }, + "errors" : [ { + "shape" : "ResourceNotFoundException", + "documentation" : "404 response
" + }, { + "shape" : "RangeNotSatisfiableException", + "documentation" : "416 response
" + }, { + "shape" : "InvalidRequestException", + "documentation" : "400 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + } ], + "documentation" : "Using a device ID, returns a DeviceEventsResponse object containing an\n array of events for the device.
" + }, + "ListDevices" : { + "name" : "ListDevices", + "http" : { + "method" : "GET", + "requestUri" : "/devices", + "responseCode" : 200 + }, + "input" : { + "shape" : "ListDevicesRequest" + }, + "output" : { + "shape" : "ListDevicesResponse", + "documentation" : "200 response
" + }, + "errors" : [ { + "shape" : "RangeNotSatisfiableException", + "documentation" : "416 response
" + }, { + "shape" : "InvalidRequestException", + "documentation" : "400 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + } ], + "documentation" : "Lists the 1-Click compatible devices associated with your AWS account.
" + }, + "ListTagsForResource" : { + "name" : "ListTagsForResource", + "http" : { + "method" : "GET", + "requestUri" : "/tags/{resource-arn}", + "responseCode" : 200 + }, + "input" : { + "shape" : "ListTagsForResourceRequest" + }, + "output" : { + "shape" : "ListTagsForResourceResponse" + }, + "errors" : [ { + "shape" : "ResourceNotFoundException", + "documentation" : "404 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + } ], + "documentation" : "Lists the tags associated with the specified resource ARN.
" + }, + "TagResource" : { + "name" : "TagResource", + "http" : { + "method" : "POST", + "requestUri" : "/tags/{resource-arn}", + "responseCode" : 204 + }, + "input" : { + "shape" : "TagResourceRequest" + }, + "errors" : [ { + "shape" : "ResourceNotFoundException", + "documentation" : "404 response
" + }, { + "shape" : "InvalidRequestException", + "documentation" : "400 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + } ], + "documentation" : "Adds or updates the tags associated with the resource ARN. See AWS IoT 1-Click Service Limits for the maximum number of tags allowed per\n resource.
" + }, + "UnclaimDevice" : { + "name" : "UnclaimDevice", + "http" : { + "method" : "PUT", + "requestUri" : "/devices/{deviceId}/unclaim", + "responseCode" : 200 + }, + "input" : { + "shape" : "UnclaimDeviceRequest" + }, + "output" : { + "shape" : "UnclaimDeviceResponse", + "documentation" : "200 response
" + }, + "errors" : [ { + "shape" : "ResourceNotFoundException", + "documentation" : "404 response
" + }, { + "shape" : "InvalidRequestException", + "documentation" : "400 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + } ], + "documentation" : "Disassociates a device from your AWS account using its device ID.
" + }, + "UntagResource" : { + "name" : "UntagResource", + "http" : { + "method" : "DELETE", + "requestUri" : "/tags/{resource-arn}", + "responseCode" : 204 + }, + "input" : { + "shape" : "UntagResourceRequest" + }, + "errors" : [ { + "shape" : "ResourceNotFoundException", + "documentation" : "404 response
" + }, { + "shape" : "InvalidRequestException", + "documentation" : "400 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + } ], + "documentation" : "Using tag keys, deletes the tags (key/value pairs) associated with the specified\n resource ARN.
" + }, + "UpdateDeviceState" : { + "name" : "UpdateDeviceState", + "http" : { + "method" : "PUT", + "requestUri" : "/devices/{deviceId}/state", + "responseCode" : 200 + }, + "input" : { + "shape" : "UpdateDeviceStateRequest" + }, + "output" : { + "shape" : "UpdateDeviceStateResponse", + "documentation" : "200 response
" + }, + "errors" : [ { + "shape" : "ResourceNotFoundException", + "documentation" : "404 response
" + }, { + "shape" : "InvalidRequestException", + "documentation" : "400 response
" + }, { + "shape" : "InternalFailureException", + "documentation" : "500 response
" + } ], + "documentation" : "Using a Boolean value (true or false), this operation\n enables or disables the device given a device ID.
" + } + }, + "shapes" : { + "Attributes" : { + "type" : "structure", + "members" : { } + }, + "ClaimDevicesByClaimCodeRequest" : { + "type" : "structure", + "members" : { + "ClaimCode" : { + "shape" : "__string", + "location" : "uri", + "locationName" : "claimCode", + "documentation" : "The claim code, starting with \"C-\", as provided by the device manufacturer.
" + } + }, + "required" : [ "ClaimCode" ] + }, + "ClaimDevicesByClaimCodeResponse" : { + "type" : "structure", + "members" : { + "ClaimCode" : { + "shape" : "__stringMin12Max40", + "locationName" : "claimCode", + "documentation" : "The claim code provided by the device manufacturer.
" + }, + "Total" : { + "shape" : "__integer", + "locationName" : "total", + "documentation" : "The total number of devices associated with the claim code that has been processed in\n the claim request.
" + } + } + }, + "DescribeDeviceRequest" : { + "type" : "structure", + "members" : { + "DeviceId" : { + "shape" : "__string", + "location" : "uri", + "locationName" : "deviceId", + "documentation" : "The unique identifier of the device.
" + } + }, + "required" : [ "DeviceId" ] + }, + "DescribeDeviceResponse" : { + "type" : "structure", + "members" : { + "DeviceDescription" : { + "shape" : "DeviceDescription", + "locationName" : "deviceDescription", + "documentation" : "Device details.
" + } + } + }, + "Device" : { + "type" : "structure", + "members" : { + "Attributes" : { + "shape" : "Attributes", + "locationName" : "attributes", + "documentation" : "The user specified attributes associated with the device for an event.
" + }, + "DeviceId" : { + "shape" : "__string", + "locationName" : "deviceId", + "documentation" : "The unique identifier of the device.
" + }, + "Type" : { + "shape" : "__string", + "locationName" : "type", + "documentation" : "The device type, such as \"button\".
" + } + } + }, + "DeviceAttributes" : { + "type" : "map", + "documentation" : "\n DeviceAttributes is a string-to-string map specified by the user.
", + "key" : { + "shape" : "__string" + }, + "value" : { + "shape" : "__string" + } + }, + "DeviceClaimResponse" : { + "type" : "structure", + "members" : { + "State" : { + "shape" : "__string", + "locationName" : "state", + "documentation" : "The device's final claim state.
" + } + } + }, + "DeviceDescription" : { + "type" : "structure", + "members" : { + "Arn" : { + "shape" : "__string", + "locationName" : "arn", + "documentation" : "The ARN of the device.
" + }, + "Attributes" : { + "shape" : "DeviceAttributes", + "locationName" : "attributes", + "documentation" : "An array of zero or more elements of DeviceAttribute objects providing\n user specified device attributes.
" + }, + "DeviceId" : { + "shape" : "__string", + "locationName" : "deviceId", + "documentation" : "The unique identifier of the device.
" + }, + "Enabled" : { + "shape" : "__boolean", + "locationName" : "enabled", + "documentation" : "A Boolean value indicating whether or not the device is enabled.
" + }, + "RemainingLife" : { + "shape" : "__doubleMin0Max100", + "locationName" : "remainingLife", + "documentation" : "A value between 0 and 1 inclusive, representing the fraction of life remaining for the\n device.
" + }, + "Type" : { + "shape" : "__string", + "locationName" : "type", + "documentation" : "The type of the device, such as \"button\".
" + }, + "Tags" : { + "shape" : "__mapOf__string", + "locationName" : "tags", + "documentation" : "The tags currently associated with the AWS IoT 1-Click device.
" + } + } + }, + "DeviceEvent" : { + "type" : "structure", + "members" : { + "Device" : { + "shape" : "Device", + "locationName" : "device", + "documentation" : "An object representing the device associated with the event.
" + }, + "StdEvent" : { + "shape" : "__string", + "locationName" : "stdEvent", + "documentation" : "A serialized JSON object representing the device-type specific event.
" + } + } + }, + "DeviceEventsResponse" : { + "type" : "structure", + "members" : { + "Events" : { + "shape" : "__listOfDeviceEvent", + "locationName" : "events", + "documentation" : "An array of zero or more elements describing the event(s) associated with the\n device.
" + }, + "NextToken" : { + "shape" : "__string", + "locationName" : "nextToken", + "documentation" : "The token to retrieve the next set of results.
" + } + } + }, + "DeviceMethod" : { + "type" : "structure", + "members" : { + "DeviceType" : { + "shape" : "__string", + "locationName" : "deviceType", + "documentation" : "The type of the device, such as \"button\".
" + }, + "MethodName" : { + "shape" : "__string", + "locationName" : "methodName", + "documentation" : "The name of the method applicable to the deviceType.
" + } + } + }, + "Empty" : { + "type" : "structure", + "members" : { }, + "documentation" : "On success, an empty object is returned.
" + }, + "FinalizeDeviceClaimRequest" : { + "type" : "structure", + "members" : { + "DeviceId" : { + "shape" : "__string", + "location" : "uri", + "locationName" : "deviceId", + "documentation" : "The unique identifier of the device.
" + }, + "Tags" : { + "shape" : "__mapOf__string", + "locationName" : "tags", + "documentation" : "A collection of key/value pairs defining the resource tags. For example, {\n \"tags\": {\"key1\": \"value1\", \"key2\": \"value2\"} }. For more information, see AWS\n Tagging Strategies.
\n \n
" + } + }, + "required" : [ "DeviceId" ] + }, + "FinalizeDeviceClaimResponse" : { + "type" : "structure", + "members" : { + "State" : { + "shape" : "__string", + "locationName" : "state", + "documentation" : "The device's final claim state.
" + } + } + }, + "ForbiddenException" : { + "type" : "structure", + "members" : { + "Code" : { + "shape" : "__string", + "locationName" : "code", + "documentation" : "403
" + }, + "Message" : { + "shape" : "__string", + "locationName" : "message", + "documentation" : "The 403 error message returned by the web server.
" + } + }, + "exception" : true, + "error" : { + "httpStatusCode" : 403 + } + }, + "GetDeviceMethodsRequest" : { + "type" : "structure", + "members" : { + "DeviceId" : { + "shape" : "__string", + "location" : "uri", + "locationName" : "deviceId", + "documentation" : "The unique identifier of the device.
" + } + }, + "required" : [ "DeviceId" ] + }, + "GetDeviceMethodsResponse" : { + "type" : "structure", + "members" : { + "DeviceMethods" : { + "shape" : "__listOfDeviceMethod", + "locationName" : "deviceMethods", + "documentation" : "List of available device APIs.
" + } + } + }, + "InitiateDeviceClaimRequest" : { + "type" : "structure", + "members" : { + "DeviceId" : { + "shape" : "__string", + "location" : "uri", + "locationName" : "deviceId", + "documentation" : "The unique identifier of the device.
" + } + }, + "required" : [ "DeviceId" ] + }, + "InitiateDeviceClaimResponse" : { + "type" : "structure", + "members" : { + "State" : { + "shape" : "__string", + "locationName" : "state", + "documentation" : "The device's final claim state.
" + } + } + }, + "InternalFailureException" : { + "type" : "structure", + "members" : { + "Code" : { + "shape" : "__string", + "locationName" : "code", + "documentation" : "500
" + }, + "Message" : { + "shape" : "__string", + "locationName" : "message", + "documentation" : "The 500 error message returned by the web server.
" + } + }, + "exception" : true, + "error" : { + "httpStatusCode" : 500 + } + }, + "InvalidRequestException" : { + "type" : "structure", + "members" : { + "Code" : { + "shape" : "__string", + "locationName" : "code", + "documentation" : "400
" + }, + "Message" : { + "shape" : "__string", + "locationName" : "message", + "documentation" : "The 400 error message returned by the web server.
" + } + }, + "exception" : true, + "error" : { + "httpStatusCode" : 400 + } + }, + "InvokeDeviceMethodRequest" : { + "type" : "structure", + "members" : { + "DeviceId" : { + "shape" : "__string", + "location" : "uri", + "locationName" : "deviceId", + "documentation" : "The unique identifier of the device.
" + }, + "DeviceMethod" : { + "shape" : "DeviceMethod", + "locationName" : "deviceMethod", + "documentation" : "The device method to invoke.
" + }, + "DeviceMethodParameters" : { + "shape" : "__string", + "locationName" : "deviceMethodParameters", + "documentation" : "A JSON encoded string containing the device method request parameters.
" + } + }, + "required" : [ "DeviceId" ] + }, + "InvokeDeviceMethodResponse" : { + "type" : "structure", + "members" : { + "DeviceMethodResponse" : { + "shape" : "__string", + "locationName" : "deviceMethodResponse", + "documentation" : "A JSON encoded string containing the device method response.
" + } + } + }, + "ListDeviceEventsRequest" : { + "type" : "structure", + "members" : { + "DeviceId" : { + "shape" : "__string", + "location" : "uri", + "locationName" : "deviceId", + "documentation" : "The unique identifier of the device.
" + }, + "FromTimeStamp" : { + "shape" : "__timestampIso8601", + "location" : "querystring", + "locationName" : "fromTimeStamp", + "documentation" : "The start date for the device event query, in ISO8061 format. For example,\n 2018-03-28T15:45:12.880Z\n
" + }, + "MaxResults" : { + "shape" : "MaxResults", + "location" : "querystring", + "locationName" : "maxResults", + "documentation" : "The maximum number of results to return per request. If not set, a default value of\n 100 is used.
" + }, + "NextToken" : { + "shape" : "__string", + "location" : "querystring", + "locationName" : "nextToken", + "documentation" : "The token to retrieve the next set of results.
" + }, + "ToTimeStamp" : { + "shape" : "__timestampIso8601", + "location" : "querystring", + "locationName" : "toTimeStamp", + "documentation" : "The end date for the device event query, in ISO8061 format. For example,\n 2018-03-28T15:45:12.880Z\n
" + } + }, + "required" : [ "DeviceId", "FromTimeStamp", "ToTimeStamp" ] + }, + "ListDeviceEventsResponse" : { + "type" : "structure", + "members" : { + "Events" : { + "shape" : "__listOfDeviceEvent", + "locationName" : "events", + "documentation" : "An array of zero or more elements describing the event(s) associated with the\n device.
" + }, + "NextToken" : { + "shape" : "__string", + "locationName" : "nextToken", + "documentation" : "The token to retrieve the next set of results.
" + } + } + }, + "ListDevicesRequest" : { + "type" : "structure", + "members" : { + "DeviceType" : { + "shape" : "__string", + "location" : "querystring", + "locationName" : "deviceType", + "documentation" : "The type of the device, such as \"button\".
" + }, + "MaxResults" : { + "shape" : "MaxResults", + "location" : "querystring", + "locationName" : "maxResults", + "documentation" : "The maximum number of results to return per request. If not set, a default value of\n 100 is used.
" + }, + "NextToken" : { + "shape" : "__string", + "location" : "querystring", + "locationName" : "nextToken", + "documentation" : "The token to retrieve the next set of results.
" + } + } + }, + "ListDevicesResponse" : { + "type" : "structure", + "members" : { + "Devices" : { + "shape" : "__listOfDeviceDescription", + "locationName" : "devices", + "documentation" : "A list of devices.
" + }, + "NextToken" : { + "shape" : "__string", + "locationName" : "nextToken", + "documentation" : "The token to retrieve the next set of results.
" + } + } + }, + "ListTagsForResourceRequest" : { + "type" : "structure", + "members" : { + "ResourceArn" : { + "shape" : "__string", + "location" : "uri", + "locationName" : "resource-arn", + "documentation" : "The ARN of the resource.
" + } + }, + "required" : [ "ResourceArn" ] + }, + "ListTagsForResourceResponse" : { + "type" : "structure", + "members" : { + "Tags" : { + "shape" : "__mapOf__string", + "locationName" : "tags", + "documentation" : "A collection of key/value pairs defining the resource tags. For example, {\n \"tags\": {\"key1\": \"value1\", \"key2\": \"value2\"} }. For more information, see AWS\n Tagging Strategies.
\n \n
" + } + } + }, + "MaxResults" : { + "type" : "integer", + "min" : 1, + "max" : 250 + }, + "PreconditionFailedException" : { + "type" : "structure", + "members" : { + "Code" : { + "shape" : "__string", + "locationName" : "code", + "documentation" : "412
" + }, + "Message" : { + "shape" : "__string", + "locationName" : "message", + "documentation" : "An error message explaining the error or its remedy.
" + } + }, + "exception" : true, + "error" : { + "httpStatusCode" : 412 + } + }, + "RangeNotSatisfiableException" : { + "type" : "structure", + "members" : { + "Code" : { + "shape" : "__string", + "locationName" : "code", + "documentation" : "416
" + }, + "Message" : { + "shape" : "__string", + "locationName" : "message", + "documentation" : "The requested number of results specified by nextToken cannot be\n satisfied.
" + } + }, + "exception" : true, + "error" : { + "httpStatusCode" : 416 + } + }, + "ResourceConflictException" : { + "type" : "structure", + "members" : { + "Code" : { + "shape" : "__string", + "locationName" : "code", + "documentation" : "409
" + }, + "Message" : { + "shape" : "__string", + "locationName" : "message", + "documentation" : "An error message explaining the error or its remedy.
" + } + }, + "exception" : true, + "error" : { + "httpStatusCode" : 409 + } + }, + "ResourceNotFoundException" : { + "type" : "structure", + "members" : { + "Code" : { + "shape" : "__string", + "locationName" : "code", + "documentation" : "404
" + }, + "Message" : { + "shape" : "__string", + "locationName" : "message", + "documentation" : "The requested device could not be found.
" + } + }, + "exception" : true, + "error" : { + "httpStatusCode" : 404 + } + }, + "TagResourceRequest" : { + "type" : "structure", + "members" : { + "ResourceArn" : { + "shape" : "__string", + "location" : "uri", + "locationName" : "resource-arn", + "documentation" : "The ARN of the resource.
" + }, + "Tags" : { + "shape" : "__mapOf__string", + "locationName" : "tags", + "documentation" : "A collection of key/value pairs defining the resource tags. For example, {\n \"tags\": {\"key1\": \"value1\", \"key2\": \"value2\"} }. For more information, see AWS\n Tagging Strategies.
\n \n
" + } + }, + "required" : [ "ResourceArn", "Tags" ] + }, + "UnclaimDeviceRequest" : { + "type" : "structure", + "members" : { + "DeviceId" : { + "shape" : "__string", + "location" : "uri", + "locationName" : "deviceId", + "documentation" : "The unique identifier of the device.
" + } + }, + "required" : [ "DeviceId" ] + }, + "UnclaimDeviceResponse" : { + "type" : "structure", + "members" : { + "State" : { + "shape" : "__string", + "locationName" : "state", + "documentation" : "The device's final claim state.
" + } + } + }, + "UntagResourceRequest" : { + "type" : "structure", + "members" : { + "ResourceArn" : { + "shape" : "__string", + "location" : "uri", + "locationName" : "resource-arn", + "documentation" : "The ARN of the resource.
" + }, + "TagKeys" : { + "shape" : "__listOf__string", + "location" : "querystring", + "locationName" : "tagKeys", + "documentation" : "A collections of tag keys. For example, {\"key1\",\"key2\"}
" + } + }, + "required" : [ "TagKeys", "ResourceArn" ] + }, + "UpdateDeviceStateRequest" : { + "type" : "structure", + "members" : { + "DeviceId" : { + "shape" : "__string", + "location" : "uri", + "locationName" : "deviceId", + "documentation" : "The unique identifier of the device.
" + }, + "Enabled" : { + "shape" : "__boolean", + "locationName" : "enabled", + "documentation" : "If true, the device is enabled. If false, the device is\n disabled.
" + } + }, + "required" : [ "DeviceId" ] + }, + "UpdateDeviceStateResponse" : { + "type" : "structure", + "members" : { } + }, + "__boolean" : { + "type" : "boolean" + }, + "__double" : { + "type" : "double" + }, + "__doubleMin0Max100" : { + "type" : "double" + }, + "__integer" : { + "type" : "integer" + }, + "__listOfDeviceDescription" : { + "type" : "list", + "member" : { + "shape" : "DeviceDescription" + } + }, + "__listOfDeviceEvent" : { + "type" : "list", + "member" : { + "shape" : "DeviceEvent" + } + }, + "__listOfDeviceMethod" : { + "type" : "list", + "member" : { + "shape" : "DeviceMethod" + } + }, + "__listOf__string" : { + "type" : "list", + "member" : { + "shape" : "__string" + } + }, + "__long" : { + "type" : "long" + }, + "__mapOf__string" : { + "type" : "map", + "key" : { + "shape" : "__string" + }, + "value" : { + "shape" : "__string" + } + }, + "__string" : { + "type" : "string" + }, + "__stringMin12Max40" : { + "type" : "string", + "min" : 12, + "max" : 40 + }, + "__timestampIso8601" : { + "type" : "timestamp", + "timestampFormat" : "iso8601" + }, + "__timestampUnix" : { + "type" : "timestamp", + "timestampFormat" : "unixTimestamp" + } + }, + "documentation" : "Describes all of the AWS IoT 1-Click device-related API operations for the service.\n Also provides sample requests, responses, and errors for the supported web services\n protocols.
" +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/iot1click-projects/2018-05-14/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/iot1click-projects/2018-05-14/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..02e37ba5c89674eaf67a1a107a6f72099438fc10 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/iot1click-projects/2018-05-14/endpoint-rule-set-1.json @@ -0,0 +1,314 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://projects.iot1click-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://projects.iot1click-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://projects.iot1click.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ] + }, + { + "conditions": [], + "endpoint": { + "url": "https://projects.iot1click.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/iot1click-projects/2018-05-14/examples-1.json b/testbed/boto__botocore/botocore/data/iot1click-projects/2018-05-14/examples-1.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea7e3b0bbe917eb027880396ac01509becd1fa0 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/iot1click-projects/2018-05-14/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/testbed/boto__botocore/botocore/data/iot1click-projects/2018-05-14/paginators-1.json b/testbed/boto__botocore/botocore/data/iot1click-projects/2018-05-14/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..d17d5df6fa4e44472f14a110080e5cd8df1ff1cb --- /dev/null +++ b/testbed/boto__botocore/botocore/data/iot1click-projects/2018-05-14/paginators-1.json @@ -0,0 +1,16 @@ +{ + "pagination": { + "ListPlacements": { + "input_token": "nextToken", + "limit_key": "maxResults", + "output_token": "nextToken", + "result_key": "placements" + }, + "ListProjects": { + "input_token": "nextToken", + "limit_key": "maxResults", + "output_token": "nextToken", + "result_key": "projects" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/iot1click-projects/2018-05-14/service-2.json b/testbed/boto__botocore/botocore/data/iot1click-projects/2018-05-14/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..229e3f011b6daa2ed4eda24be401b86b4f14efa1 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/iot1click-projects/2018-05-14/service-2.json @@ -0,0 +1,1070 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2018-05-14", + "endpointPrefix":"projects.iot1click", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceAbbreviation":"AWS IoT 1-Click Projects", + "serviceFullName":"AWS IoT 1-Click Projects Service", + "serviceId":"IoT 1Click Projects", + "signatureVersion":"v4", + "signingName":"iot1click", + "uid":"iot1click-projects-2018-05-14" + }, + "operations":{ + "AssociateDeviceWithPlacement":{ + "name":"AssociateDeviceWithPlacement", + "http":{ + "method":"PUT", + "requestUri":"/projects/{projectName}/placements/{placementName}/devices/{deviceTemplateName}" + }, + "input":{"shape":"AssociateDeviceWithPlacementRequest"}, + "output":{"shape":"AssociateDeviceWithPlacementResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceConflictException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Associates a physical device with a placement.
" + }, + "CreatePlacement":{ + "name":"CreatePlacement", + "http":{ + "method":"POST", + "requestUri":"/projects/{projectName}/placements" + }, + "input":{"shape":"CreatePlacementRequest"}, + "output":{"shape":"CreatePlacementResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceConflictException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Creates an empty placement.
" + }, + "CreateProject":{ + "name":"CreateProject", + "http":{ + "method":"POST", + "requestUri":"/projects" + }, + "input":{"shape":"CreateProjectRequest"}, + "output":{"shape":"CreateProjectResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceConflictException"} + ], + "documentation":"Creates an empty project with a placement template. A project contains zero or more placements that adhere to the placement template defined in the project.
" + }, + "DeletePlacement":{ + "name":"DeletePlacement", + "http":{ + "method":"DELETE", + "requestUri":"/projects/{projectName}/placements/{placementName}" + }, + "input":{"shape":"DeletePlacementRequest"}, + "output":{"shape":"DeletePlacementResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Deletes a placement. To delete a placement, it must not have any devices associated with it.
When you delete a placement, all associated data becomes irretrievable.
Deletes a project. To delete a project, it must not have any placements associated with it.
When you delete a project, all associated data becomes irretrievable.
Describes a placement in a project.
" + }, + "DescribeProject":{ + "name":"DescribeProject", + "http":{ + "method":"GET", + "requestUri":"/projects/{projectName}" + }, + "input":{"shape":"DescribeProjectRequest"}, + "output":{"shape":"DescribeProjectResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Returns an object describing a project.
" + }, + "DisassociateDeviceFromPlacement":{ + "name":"DisassociateDeviceFromPlacement", + "http":{ + "method":"DELETE", + "requestUri":"/projects/{projectName}/placements/{placementName}/devices/{deviceTemplateName}" + }, + "input":{"shape":"DisassociateDeviceFromPlacementRequest"}, + "output":{"shape":"DisassociateDeviceFromPlacementResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Removes a physical device from a placement.
" + }, + "GetDevicesInPlacement":{ + "name":"GetDevicesInPlacement", + "http":{ + "method":"GET", + "requestUri":"/projects/{projectName}/placements/{placementName}/devices" + }, + "input":{"shape":"GetDevicesInPlacementRequest"}, + "output":{"shape":"GetDevicesInPlacementResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Returns an object enumerating the devices in a placement.
" + }, + "ListPlacements":{ + "name":"ListPlacements", + "http":{ + "method":"GET", + "requestUri":"/projects/{projectName}/placements" + }, + "input":{"shape":"ListPlacementsRequest"}, + "output":{"shape":"ListPlacementsResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Lists the placement(s) of a project.
" + }, + "ListProjects":{ + "name":"ListProjects", + "http":{ + "method":"GET", + "requestUri":"/projects" + }, + "input":{"shape":"ListProjectsRequest"}, + "output":{"shape":"ListProjectsResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"} + ], + "documentation":"Lists the AWS IoT 1-Click project(s) associated with your AWS account and region.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{resourceArn}" + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Lists the tags (metadata key/value pairs) which you have assigned to the resource.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tags/{resourceArn}" + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Creates or modifies tags for a resource. Tags are key/value pairs (metadata) that can be used to manage a resource. For more information, see AWS Tagging Strategies.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{resourceArn}" + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Removes one or more tags (metadata key/value pairs) from a resource.
" + }, + "UpdatePlacement":{ + "name":"UpdatePlacement", + "http":{ + "method":"PUT", + "requestUri":"/projects/{projectName}/placements/{placementName}" + }, + "input":{"shape":"UpdatePlacementRequest"}, + "output":{"shape":"UpdatePlacementResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Updates a placement with the given attributes. To clear an attribute, pass an empty value (i.e., \"\").
" + }, + "UpdateProject":{ + "name":"UpdateProject", + "http":{ + "method":"PUT", + "requestUri":"/projects/{projectName}" + }, + "input":{"shape":"UpdateProjectRequest"}, + "output":{"shape":"UpdateProjectResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Updates a project associated with your AWS account and region. With the exception of device template names, you can pass just the values that need to be updated because the update request will change only the values that are provided. To clear a value, pass the empty string (i.e., \"\").
The name of the project containing the placement in which to associate the device.
", + "location":"uri", + "locationName":"projectName" + }, + "placementName":{ + "shape":"PlacementName", + "documentation":"The name of the placement in which to associate the device.
", + "location":"uri", + "locationName":"placementName" + }, + "deviceId":{ + "shape":"DeviceId", + "documentation":"The ID of the physical device to be associated with the given placement in the project. Note that a mandatory 4 character prefix is required for all deviceId values.
The device template name to associate with the device ID.
", + "location":"uri", + "locationName":"deviceTemplateName" + } + } + }, + "AssociateDeviceWithPlacementResponse":{ + "type":"structure", + "members":{ + } + }, + "AttributeDefaultValue":{ + "type":"string", + "max":800 + }, + "AttributeName":{ + "type":"string", + "max":128, + "min":1 + }, + "AttributeValue":{ + "type":"string", + "max":800 + }, + "Code":{"type":"string"}, + "CreatePlacementRequest":{ + "type":"structure", + "required":[ + "placementName", + "projectName" + ], + "members":{ + "placementName":{ + "shape":"PlacementName", + "documentation":"The name of the placement to be created.
" + }, + "projectName":{ + "shape":"ProjectName", + "documentation":"The name of the project in which to create the placement.
", + "location":"uri", + "locationName":"projectName" + }, + "attributes":{ + "shape":"PlacementAttributeMap", + "documentation":"Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.
" + } + } + }, + "CreatePlacementResponse":{ + "type":"structure", + "members":{ + } + }, + "CreateProjectRequest":{ + "type":"structure", + "required":["projectName"], + "members":{ + "projectName":{ + "shape":"ProjectName", + "documentation":"The name of the project to create.
" + }, + "description":{ + "shape":"Description", + "documentation":"An optional description for the project.
" + }, + "placementTemplate":{ + "shape":"PlacementTemplate", + "documentation":"The schema defining the placement to be created. A placement template defines placement default attributes and device templates. You cannot add or remove device templates after the project has been created. However, you can update callbackOverrides for the device templates using the UpdateProject API.
Optional tags (metadata key/value pairs) to be associated with the project. For example, { {\"key1\": \"value1\", \"key2\": \"value2\"} }. For more information, see AWS Tagging Strategies.
The name of the empty placement to delete.
", + "location":"uri", + "locationName":"placementName" + }, + "projectName":{ + "shape":"ProjectName", + "documentation":"The project containing the empty placement to delete.
", + "location":"uri", + "locationName":"projectName" + } + } + }, + "DeletePlacementResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteProjectRequest":{ + "type":"structure", + "required":["projectName"], + "members":{ + "projectName":{ + "shape":"ProjectName", + "documentation":"The name of the empty project to delete.
", + "location":"uri", + "locationName":"projectName" + } + } + }, + "DeleteProjectResponse":{ + "type":"structure", + "members":{ + } + }, + "DescribePlacementRequest":{ + "type":"structure", + "required":[ + "placementName", + "projectName" + ], + "members":{ + "placementName":{ + "shape":"PlacementName", + "documentation":"The name of the placement within a project.
", + "location":"uri", + "locationName":"placementName" + }, + "projectName":{ + "shape":"ProjectName", + "documentation":"The project containing the placement to be described.
", + "location":"uri", + "locationName":"projectName" + } + } + }, + "DescribePlacementResponse":{ + "type":"structure", + "required":["placement"], + "members":{ + "placement":{ + "shape":"PlacementDescription", + "documentation":"An object describing the placement.
" + } + } + }, + "DescribeProjectRequest":{ + "type":"structure", + "required":["projectName"], + "members":{ + "projectName":{ + "shape":"ProjectName", + "documentation":"The name of the project to be described.
", + "location":"uri", + "locationName":"projectName" + } + } + }, + "DescribeProjectResponse":{ + "type":"structure", + "required":["project"], + "members":{ + "project":{ + "shape":"ProjectDescription", + "documentation":"An object describing the project.
" + } + } + }, + "Description":{ + "type":"string", + "max":500, + "min":0 + }, + "DeviceCallbackKey":{ + "type":"string", + "max":128, + "min":1 + }, + "DeviceCallbackOverrideMap":{ + "type":"map", + "key":{"shape":"DeviceCallbackKey"}, + "value":{"shape":"DeviceCallbackValue"} + }, + "DeviceCallbackValue":{ + "type":"string", + "max":200 + }, + "DeviceId":{ + "type":"string", + "max":32, + "min":1 + }, + "DeviceMap":{ + "type":"map", + "key":{"shape":"DeviceTemplateName"}, + "value":{"shape":"DeviceId"} + }, + "DeviceTemplate":{ + "type":"structure", + "members":{ + "deviceType":{ + "shape":"DeviceType", + "documentation":"The device type, which currently must be \"button\".
An optional Lambda function to invoke instead of the default Lambda function provided by the placement template.
" + } + }, + "documentation":"An object representing a device for a placement template (see PlacementTemplate).
" + }, + "DeviceTemplateMap":{ + "type":"map", + "key":{"shape":"DeviceTemplateName"}, + "value":{"shape":"DeviceTemplate"} + }, + "DeviceTemplateName":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^[a-zA-Z0-9_-]+$" + }, + "DeviceType":{ + "type":"string", + "max":128 + }, + "DisassociateDeviceFromPlacementRequest":{ + "type":"structure", + "required":[ + "projectName", + "placementName", + "deviceTemplateName" + ], + "members":{ + "projectName":{ + "shape":"ProjectName", + "documentation":"The name of the project that contains the placement.
", + "location":"uri", + "locationName":"projectName" + }, + "placementName":{ + "shape":"PlacementName", + "documentation":"The name of the placement that the device should be removed from.
", + "location":"uri", + "locationName":"placementName" + }, + "deviceTemplateName":{ + "shape":"DeviceTemplateName", + "documentation":"The device ID that should be removed from the placement.
", + "location":"uri", + "locationName":"deviceTemplateName" + } + } + }, + "DisassociateDeviceFromPlacementResponse":{ + "type":"structure", + "members":{ + } + }, + "GetDevicesInPlacementRequest":{ + "type":"structure", + "required":[ + "projectName", + "placementName" + ], + "members":{ + "projectName":{ + "shape":"ProjectName", + "documentation":"The name of the project containing the placement.
", + "location":"uri", + "locationName":"projectName" + }, + "placementName":{ + "shape":"PlacementName", + "documentation":"The name of the placement to get the devices from.
", + "location":"uri", + "locationName":"placementName" + } + } + }, + "GetDevicesInPlacementResponse":{ + "type":"structure", + "required":["devices"], + "members":{ + "devices":{ + "shape":"DeviceMap", + "documentation":"An object containing the devices (zero or more) within the placement.
" + } + } + }, + "InternalFailureException":{ + "type":"structure", + "required":[ + "code", + "message" + ], + "members":{ + "code":{"shape":"Code"}, + "message":{"shape":"Message"} + }, + "documentation":"", + "error":{"httpStatusCode":500}, + "exception":true + }, + "InvalidRequestException":{ + "type":"structure", + "required":[ + "code", + "message" + ], + "members":{ + "code":{"shape":"Code"}, + "message":{"shape":"Message"} + }, + "documentation":"", + "error":{"httpStatusCode":400}, + "exception":true + }, + "ListPlacementsRequest":{ + "type":"structure", + "required":["projectName"], + "members":{ + "projectName":{ + "shape":"ProjectName", + "documentation":"The project containing the placements to be listed.
", + "location":"uri", + "locationName":"projectName" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token to retrieve the next set of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return per request. If not set, a default value of 100 is used.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListPlacementsResponse":{ + "type":"structure", + "required":["placements"], + "members":{ + "placements":{ + "shape":"PlacementSummaryList", + "documentation":"An object listing the requested placements.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token used to retrieve the next set of results - will be effectively empty if there are no further results.
" + } + } + }, + "ListProjectsRequest":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"NextToken", + "documentation":"The token to retrieve the next set of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return per request. If not set, a default value of 100 is used.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListProjectsResponse":{ + "type":"structure", + "required":["projects"], + "members":{ + "projects":{ + "shape":"ProjectSummaryList", + "documentation":"An object containing the list of projects.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"The token used to retrieve the next set of results - will be effectively empty if there are no further results.
" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"ProjectArn", + "documentation":"The ARN of the resource whose tags you want to list.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "tags":{ + "shape":"TagMap", + "documentation":"The tags (metadata key/value pairs) which you have assigned to the resource.
" + } + } + }, + "MaxResults":{ + "type":"integer", + "max":250, + "min":1 + }, + "Message":{"type":"string"}, + "NextToken":{ + "type":"string", + "max":1024, + "min":1 + }, + "PlacementAttributeMap":{ + "type":"map", + "key":{"shape":"AttributeName"}, + "value":{"shape":"AttributeValue"} + }, + "PlacementDescription":{ + "type":"structure", + "required":[ + "projectName", + "placementName", + "attributes", + "createdDate", + "updatedDate" + ], + "members":{ + "projectName":{ + "shape":"ProjectName", + "documentation":"The name of the project containing the placement.
" + }, + "placementName":{ + "shape":"PlacementName", + "documentation":"The name of the placement.
" + }, + "attributes":{ + "shape":"PlacementAttributeMap", + "documentation":"The user-defined attributes associated with the placement.
" + }, + "createdDate":{ + "shape":"Time", + "documentation":"The date when the placement was initially created, in UNIX epoch time format.
" + }, + "updatedDate":{ + "shape":"Time", + "documentation":"The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then createdDate and updatedDate are the same.
An object describing a project's placement.
" + }, + "PlacementName":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^[a-zA-Z0-9_-]+$" + }, + "PlacementSummary":{ + "type":"structure", + "required":[ + "projectName", + "placementName", + "createdDate", + "updatedDate" + ], + "members":{ + "projectName":{ + "shape":"ProjectName", + "documentation":"The name of the project containing the placement.
" + }, + "placementName":{ + "shape":"PlacementName", + "documentation":"The name of the placement being summarized.
" + }, + "createdDate":{ + "shape":"Time", + "documentation":"The date when the placement was originally created, in UNIX epoch time format.
" + }, + "updatedDate":{ + "shape":"Time", + "documentation":"The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then createdDate and updatedDate are the same.
An object providing summary information for a particular placement.
" + }, + "PlacementSummaryList":{ + "type":"list", + "member":{"shape":"PlacementSummary"} + }, + "PlacementTemplate":{ + "type":"structure", + "members":{ + "defaultAttributes":{ + "shape":"DefaultPlacementAttributeMap", + "documentation":"The default attributes (key/value pairs) to be applied to all placements using this template.
" + }, + "deviceTemplates":{ + "shape":"DeviceTemplateMap", + "documentation":"An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.
" + } + }, + "documentation":"An object defining the template for a placement.
" + }, + "ProjectArn":{ + "type":"string", + "pattern":"^arn:aws:iot1click:[A-Za-z0-9_/.-]{0,63}:\\d+:projects/[0-9A-Za-z_-]{1,128}$" + }, + "ProjectDescription":{ + "type":"structure", + "required":[ + "projectName", + "createdDate", + "updatedDate" + ], + "members":{ + "arn":{ + "shape":"ProjectArn", + "documentation":"The ARN of the project.
" + }, + "projectName":{ + "shape":"ProjectName", + "documentation":"The name of the project for which to obtain information from.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the project.
" + }, + "createdDate":{ + "shape":"Time", + "documentation":"The date when the project was originally created, in UNIX epoch time format.
" + }, + "updatedDate":{ + "shape":"Time", + "documentation":"The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then createdDate and updatedDate are the same.
An object describing the project's placement specifications.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags (metadata key/value pairs) associated with the project.
" + } + }, + "documentation":"An object providing detailed information for a particular project associated with an AWS account and region.
" + }, + "ProjectName":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^[0-9A-Za-z_-]+$" + }, + "ProjectSummary":{ + "type":"structure", + "required":[ + "projectName", + "createdDate", + "updatedDate" + ], + "members":{ + "arn":{ + "shape":"ProjectArn", + "documentation":"The ARN of the project.
" + }, + "projectName":{ + "shape":"ProjectName", + "documentation":"The name of the project being summarized.
" + }, + "createdDate":{ + "shape":"Time", + "documentation":"The date when the project was originally created, in UNIX epoch time format.
" + }, + "updatedDate":{ + "shape":"Time", + "documentation":"The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then createdDate and updatedDate are the same.
The tags (metadata key/value pairs) associated with the project.
" + } + }, + "documentation":"An object providing summary information for a particular project for an associated AWS account and region.
" + }, + "ProjectSummaryList":{ + "type":"list", + "member":{"shape":"ProjectSummary"} + }, + "ResourceConflictException":{ + "type":"structure", + "required":[ + "code", + "message" + ], + "members":{ + "code":{"shape":"Code"}, + "message":{"shape":"Message"} + }, + "documentation":"", + "error":{"httpStatusCode":409}, + "exception":true + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":[ + "code", + "message" + ], + "members":{ + "code":{"shape":"Code"}, + "message":{"shape":"Message"} + }, + "documentation":"", + "error":{"httpStatusCode":404}, + "exception":true + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":50, + "min":1 + }, + "TagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":50, + "min":1 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tags" + ], + "members":{ + "resourceArn":{ + "shape":"ProjectArn", + "documentation":"The ARN of the resouce for which tag(s) should be added or modified.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The new or modifying tag(s) for the resource. See AWS IoT 1-Click Service Limits for the maximum number of tags allowed per resource.
" + } + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256 + }, + "Time":{"type":"timestamp"}, + "TooManyRequestsException":{ + "type":"structure", + "required":[ + "code", + "message" + ], + "members":{ + "code":{"shape":"Code"}, + "message":{"shape":"Message"} + }, + "documentation":"", + "error":{"httpStatusCode":429}, + "exception":true + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"ProjectArn", + "documentation":"The ARN of the resource whose tag you want to remove.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tagKeys":{ + "shape":"TagKeyList", + "documentation":"The keys of those tags which you want to remove.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdatePlacementRequest":{ + "type":"structure", + "required":[ + "placementName", + "projectName" + ], + "members":{ + "placementName":{ + "shape":"PlacementName", + "documentation":"The name of the placement to update.
", + "location":"uri", + "locationName":"placementName" + }, + "projectName":{ + "shape":"ProjectName", + "documentation":"The name of the project containing the placement to be updated.
", + "location":"uri", + "locationName":"projectName" + }, + "attributes":{ + "shape":"PlacementAttributeMap", + "documentation":"The user-defined object of attributes used to update the placement. The maximum number of key/value pairs is 50.
" + } + } + }, + "UpdatePlacementResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateProjectRequest":{ + "type":"structure", + "required":["projectName"], + "members":{ + "projectName":{ + "shape":"ProjectName", + "documentation":"The name of the project to be updated.
", + "location":"uri", + "locationName":"projectName" + }, + "description":{ + "shape":"Description", + "documentation":"An optional user-defined description for the project.
" + }, + "placementTemplate":{ + "shape":"PlacementTemplate", + "documentation":"An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given placementTemplate, you can update the associated callbackOverrides for the device definition using this API.
The AWS IoT 1-Click Projects API Reference
" +} diff --git a/testbed/boto__botocore/botocore/data/iotfleethub/2020-11-03/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/iotfleethub/2020-11-03/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..bd6d7696a909cce3bebc1965a4d2251e38a1b518 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/iotfleethub/2020-11-03/endpoint-rule-set-1.json @@ -0,0 +1,314 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://api.fleethub.iot-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://api.fleethub.iot-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://api.fleethub.iot.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "endpoint": { + "url": "https://api.fleethub.iot.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/iotfleethub/2020-11-03/examples-1.json b/testbed/boto__botocore/botocore/data/iotfleethub/2020-11-03/examples-1.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea7e3b0bbe917eb027880396ac01509becd1fa0 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/iotfleethub/2020-11-03/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/testbed/boto__botocore/botocore/data/iotfleethub/2020-11-03/paginators-1.json b/testbed/boto__botocore/botocore/data/iotfleethub/2020-11-03/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..74c96f5177962a430ea5e1d9fc4479d60cc381c0 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/iotfleethub/2020-11-03/paginators-1.json @@ -0,0 +1,9 @@ +{ + "pagination": { + "ListApplications": { + "input_token": "nextToken", + "output_token": "nextToken", + "result_key": "applicationSummaries" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/iotfleethub/2020-11-03/service-2.json b/testbed/boto__botocore/botocore/data/iotfleethub/2020-11-03/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..c82ff6be8eb1dc7081df2b4ffa43e750b8bac380 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/iotfleethub/2020-11-03/service-2.json @@ -0,0 +1,597 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2020-11-03", + "endpointPrefix":"api.fleethub.iot", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceFullName":"AWS IoT Fleet Hub", + "serviceId":"IoTFleetHub", + "signatureVersion":"v4", + "signingName":"iotfleethub", + "uid":"iotfleethub-2020-11-03" + }, + "operations":{ + "CreateApplication":{ + "name":"CreateApplication", + "http":{ + "method":"POST", + "requestUri":"/applications", + "responseCode":201 + }, + "input":{"shape":"CreateApplicationRequest"}, + "output":{"shape":"CreateApplicationResponse"}, + "errors":[ + {"shape":"InvalidRequestException"}, + {"shape":"InternalFailureException"}, + {"shape":"ThrottlingException"}, + {"shape":"LimitExceededException"} + ], + "documentation":"Creates a Fleet Hub for IoT Device Management web application.
When creating a Fleet Hub application, you must create an organization instance of IAM Identity Center if you don't already have one. The Fleet Hub application you create must also be in the same Amazon Web Services Region of the organization instance of IAM Identity Center. For more information see Enabling IAM Identity Center and Organization instances of IAM Identity Center.
" + }, + "DeleteApplication":{ + "name":"DeleteApplication", + "http":{ + "method":"DELETE", + "requestUri":"/applications/{applicationId}", + "responseCode":204 + }, + "input":{"shape":"DeleteApplicationRequest"}, + "output":{"shape":"DeleteApplicationResponse"}, + "errors":[ + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalFailureException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Deletes a Fleet Hub for IoT Device Management web application.
" + }, + "DescribeApplication":{ + "name":"DescribeApplication", + "http":{ + "method":"GET", + "requestUri":"/applications/{applicationId}", + "responseCode":200 + }, + "input":{"shape":"DescribeApplicationRequest"}, + "output":{"shape":"DescribeApplicationResponse"}, + "errors":[ + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalFailureException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Gets information about a Fleet Hub for IoT Device Management web application.
" + }, + "ListApplications":{ + "name":"ListApplications", + "http":{ + "method":"GET", + "requestUri":"/applications", + "responseCode":200 + }, + "input":{"shape":"ListApplicationsRequest"}, + "output":{"shape":"ListApplicationsResponse"}, + "errors":[ + {"shape":"InvalidRequestException"}, + {"shape":"InternalFailureException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Gets a list of Fleet Hub for IoT Device Management web applications for the current account.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{resourceArn}" + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Lists the tags for the specified resource.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tags/{resourceArn}" + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{resourceArn}" + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"InternalFailureException"}, + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Removes the specified tags (metadata) from the resource.
" + }, + "UpdateApplication":{ + "name":"UpdateApplication", + "http":{ + "method":"PATCH", + "requestUri":"/applications/{applicationId}", + "responseCode":202 + }, + "input":{"shape":"UpdateApplicationRequest"}, + "output":{"shape":"UpdateApplicationResponse"}, + "errors":[ + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalFailureException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Updates information about a Fleet Hub for IoT Device Management web application.
" + } + }, + "shapes":{ + "ApplicationState":{ + "type":"string", + "enum":[ + "CREATING", + "DELETING", + "ACTIVE", + "CREATE_FAILED", + "DELETE_FAILED" + ] + }, + "ApplicationSummaries":{ + "type":"list", + "member":{"shape":"ApplicationSummary"} + }, + "ApplicationSummary":{ + "type":"structure", + "required":[ + "applicationId", + "applicationName", + "applicationUrl" + ], + "members":{ + "applicationId":{ + "shape":"Id", + "documentation":"The unique Id of the web application.
" + }, + "applicationName":{ + "shape":"Name", + "documentation":"The name of the web application.
" + }, + "applicationDescription":{ + "shape":"Description", + "documentation":"An optional description of the web application.
" + }, + "applicationUrl":{ + "shape":"Url", + "documentation":"The URL of the web application.
" + }, + "applicationCreationDate":{ + "shape":"Timestamp", + "documentation":"The date (in Unix epoch time) when the web application was created.
" + }, + "applicationLastUpdateDate":{ + "shape":"Timestamp", + "documentation":"The date (in Unix epoch time) when the web application was last updated.
" + }, + "applicationState":{ + "shape":"ApplicationState", + "documentation":"The current state of the web application.
" + } + }, + "documentation":"A summary of information about a Fleet Hub for IoT Device Management web application.
" + }, + "Arn":{ + "type":"string", + "max":1600, + "min":1, + "pattern":"^arn:[!-~]+$" + }, + "ClientRequestToken":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^[a-zA-Z0-9-_]+$" + }, + "ConflictException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "documentation":"The request conflicts with the current state of the resource.
", + "error":{"httpStatusCode":409}, + "exception":true + }, + "CreateApplicationRequest":{ + "type":"structure", + "required":[ + "applicationName", + "roleArn" + ], + "members":{ + "applicationName":{ + "shape":"Name", + "documentation":"The name of the web application.
" + }, + "applicationDescription":{ + "shape":"Description", + "documentation":"An optional description of the web application.
" + }, + "clientToken":{ + "shape":"ClientRequestToken", + "documentation":"A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
", + "idempotencyToken":true + }, + "roleArn":{ + "shape":"Arn", + "documentation":"The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.
The name of the role must be in the form AWSIotFleetHub_random_string .
A set of key/value pairs that you can use to manage the web application resource.
" + } + } + }, + "CreateApplicationResponse":{ + "type":"structure", + "required":[ + "applicationId", + "applicationArn" + ], + "members":{ + "applicationId":{ + "shape":"Id", + "documentation":"The unique Id of the web application.
" + }, + "applicationArn":{ + "shape":"Arn", + "documentation":"The ARN of the web application.
" + } + } + }, + "DeleteApplicationRequest":{ + "type":"structure", + "required":["applicationId"], + "members":{ + "applicationId":{ + "shape":"Id", + "documentation":"The unique Id of the web application.
", + "location":"uri", + "locationName":"applicationId" + }, + "clientToken":{ + "shape":"ClientRequestToken", + "documentation":"A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
", + "idempotencyToken":true, + "location":"querystring", + "locationName":"clientToken" + } + } + }, + "DeleteApplicationResponse":{ + "type":"structure", + "members":{ + } + }, + "DescribeApplicationRequest":{ + "type":"structure", + "required":["applicationId"], + "members":{ + "applicationId":{ + "shape":"Id", + "documentation":"The unique Id of the web application.
", + "location":"uri", + "locationName":"applicationId" + } + } + }, + "DescribeApplicationResponse":{ + "type":"structure", + "required":[ + "applicationId", + "applicationArn", + "applicationName", + "applicationUrl", + "applicationState", + "applicationCreationDate", + "applicationLastUpdateDate", + "roleArn" + ], + "members":{ + "applicationId":{ + "shape":"Id", + "documentation":"The unique Id of the web application.
" + }, + "applicationArn":{ + "shape":"Arn", + "documentation":"The ARN of the web application.
" + }, + "applicationName":{ + "shape":"Name", + "documentation":"The name of the web application.
" + }, + "applicationDescription":{ + "shape":"Description", + "documentation":"An optional description of the web application.
" + }, + "applicationUrl":{ + "shape":"Url", + "documentation":"The URL of the web application.
" + }, + "applicationState":{ + "shape":"ApplicationState", + "documentation":"The current state of the web application.
" + }, + "applicationCreationDate":{ + "shape":"Timestamp", + "documentation":"The date (in Unix epoch time) when the application was created.
" + }, + "applicationLastUpdateDate":{ + "shape":"Timestamp", + "documentation":"The date (in Unix epoch time) when the application was last updated.
" + }, + "roleArn":{ + "shape":"Arn", + "documentation":"The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.
" + }, + "ssoClientId":{ + "shape":"SsoClientId", + "documentation":"The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
" + }, + "errorMessage":{ + "shape":"ErrorMessage", + "documentation":"A message that explains any failures included in the applicationState response field. This message explains failures in the CreateApplication and DeleteApplication actions.
A set of key/value pairs that you can use to manage the web application resource.
" + } + } + }, + "Description":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"^[ -~]*$" + }, + "ErrorMessage":{"type":"string"}, + "Id":{ + "type":"string", + "max":36, + "min":36, + "pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$" + }, + "InternalFailureException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "documentation":"An unexpected error has occurred.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "InvalidRequestException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "documentation":"The request is not valid.
", + "error":{"httpStatusCode":400}, + "exception":true + }, + "LimitExceededException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "documentation":"A limit has been exceeded.
", + "error":{"httpStatusCode":410}, + "exception":true + }, + "ListApplicationsRequest":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"NextToken", + "documentation":"A token used to get the next set of results.
", + "location":"querystring", + "locationName":"nextToken" + } + } + }, + "ListApplicationsResponse":{ + "type":"structure", + "members":{ + "applicationSummaries":{ + "shape":"ApplicationSummaries", + "documentation":"An array of objects that provide summaries of information about the web applications in the list.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A token used to get the next set of results.
" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"The ARN of the resource.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "tags":{ + "shape":"TagMap", + "documentation":"The list of tags assigned to the resource.
" + } + } + }, + "Name":{ + "type":"string", + "max":100, + "min":1, + "pattern":"^[ -~]*$" + }, + "NextToken":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"^[A-Za-z0-9+/=]+$" + }, + "ResourceArn":{"type":"string"}, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "documentation":"The specified resource does not exist.
", + "error":{"httpStatusCode":404}, + "exception":true + }, + "SsoClientId":{"type":"string"}, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"} + }, + "TagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":50, + "min":1 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tags" + ], + "members":{ + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"The ARN of the resource.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The new or modified tags for the resource.
" + } + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":1 + }, + "ThrottlingException":{ + "type":"structure", + "members":{ + "message":{"shape":"errorMessage"} + }, + "documentation":"The rate exceeds the limit.
", + "error":{"httpStatusCode":400}, + "exception":true + }, + "Timestamp":{"type":"long"}, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"The ARN of the resource.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tagKeys":{ + "shape":"TagKeyList", + "documentation":"A list of the keys of the tags to be removed from the resource.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateApplicationRequest":{ + "type":"structure", + "required":["applicationId"], + "members":{ + "applicationId":{ + "shape":"Id", + "documentation":"The unique Id of the web application.
", + "location":"uri", + "locationName":"applicationId" + }, + "applicationName":{ + "shape":"Name", + "documentation":"The name of the web application.
" + }, + "applicationDescription":{ + "shape":"Description", + "documentation":"An optional description of the web application.
" + }, + "clientToken":{ + "shape":"ClientRequestToken", + "documentation":"A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
", + "idempotencyToken":true + } + } + }, + "UpdateApplicationResponse":{ + "type":"structure", + "members":{ + } + }, + "Url":{ + "type":"string", + "max":256, + "min":1, + "pattern":"^https\\://\\S+$" + }, + "errorMessage":{"type":"string"} + }, + "documentation":"With Fleet Hub for IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.
" +} diff --git a/testbed/boto__botocore/botocore/data/lookoutmetrics/2017-07-25/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/lookoutmetrics/2017-07-25/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..de5e5c85a39dac2bb5244513a80db0ee0c285307 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/lookoutmetrics/2017-07-25/endpoint-rule-set-1.json @@ -0,0 +1,314 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://lookoutmetrics-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://lookoutmetrics-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://lookoutmetrics.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ] + }, + { + "conditions": [], + "endpoint": { + "url": "https://lookoutmetrics.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/lookoutmetrics/2017-07-25/examples-1.json b/testbed/boto__botocore/botocore/data/lookoutmetrics/2017-07-25/examples-1.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea7e3b0bbe917eb027880396ac01509becd1fa0 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/lookoutmetrics/2017-07-25/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/testbed/boto__botocore/botocore/data/lookoutmetrics/2017-07-25/paginators-1.json b/testbed/boto__botocore/botocore/data/lookoutmetrics/2017-07-25/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..ea142457a6a77d6e6a54942329f1199bc2f2a60c --- /dev/null +++ b/testbed/boto__botocore/botocore/data/lookoutmetrics/2017-07-25/paginators-1.json @@ -0,0 +1,3 @@ +{ + "pagination": {} +} diff --git a/testbed/boto__botocore/botocore/data/lookoutmetrics/2017-07-25/service-2.json b/testbed/boto__botocore/botocore/data/lookoutmetrics/2017-07-25/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..903ac54d414c94c254151ed7bb2934d6545b1bab --- /dev/null +++ b/testbed/boto__botocore/botocore/data/lookoutmetrics/2017-07-25/service-2.json @@ -0,0 +1,3361 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2017-07-25", + "endpointPrefix":"lookoutmetrics", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceAbbreviation":"LookoutMetrics", + "serviceFullName":"Amazon Lookout for Metrics", + "serviceId":"LookoutMetrics", + "signatureVersion":"v4", + "signingName":"lookoutmetrics", + "uid":"lookoutmetrics-2017-07-25" + }, + "operations":{ + "ActivateAnomalyDetector":{ + "name":"ActivateAnomalyDetector", + "http":{ + "method":"POST", + "requestUri":"/ActivateAnomalyDetector" + }, + "input":{"shape":"ActivateAnomalyDetectorRequest"}, + "output":{"shape":"ActivateAnomalyDetectorResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Activates an anomaly detector.
" + }, + "BackTestAnomalyDetector":{ + "name":"BackTestAnomalyDetector", + "http":{ + "method":"POST", + "requestUri":"/BackTestAnomalyDetector" + }, + "input":{"shape":"BackTestAnomalyDetectorRequest"}, + "output":{"shape":"BackTestAnomalyDetectorResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Runs a backtest for anomaly detection for the specified resource.
" + }, + "CreateAlert":{ + "name":"CreateAlert", + "http":{ + "method":"POST", + "requestUri":"/CreateAlert" + }, + "input":{"shape":"CreateAlertRequest"}, + "output":{"shape":"CreateAlertResponse"}, + "errors":[ + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates an alert for an anomaly detector.
" + }, + "CreateAnomalyDetector":{ + "name":"CreateAnomalyDetector", + "http":{ + "method":"POST", + "requestUri":"/CreateAnomalyDetector" + }, + "input":{"shape":"CreateAnomalyDetectorRequest"}, + "output":{"shape":"CreateAnomalyDetectorResponse"}, + "errors":[ + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates an anomaly detector.
" + }, + "CreateMetricSet":{ + "name":"CreateMetricSet", + "http":{ + "method":"POST", + "requestUri":"/CreateMetricSet" + }, + "input":{"shape":"CreateMetricSetRequest"}, + "output":{"shape":"CreateMetricSetResponse"}, + "errors":[ + {"shape":"ConflictException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates a dataset.
" + }, + "DeactivateAnomalyDetector":{ + "name":"DeactivateAnomalyDetector", + "http":{ + "method":"POST", + "requestUri":"/DeactivateAnomalyDetector" + }, + "input":{"shape":"DeactivateAnomalyDetectorRequest"}, + "output":{"shape":"DeactivateAnomalyDetectorResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deactivates an anomaly detector.
" + }, + "DeleteAlert":{ + "name":"DeleteAlert", + "http":{ + "method":"POST", + "requestUri":"/DeleteAlert" + }, + "input":{"shape":"DeleteAlertRequest"}, + "output":{"shape":"DeleteAlertResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes an alert.
" + }, + "DeleteAnomalyDetector":{ + "name":"DeleteAnomalyDetector", + "http":{ + "method":"POST", + "requestUri":"/DeleteAnomalyDetector" + }, + "input":{"shape":"DeleteAnomalyDetectorRequest"}, + "output":{"shape":"DeleteAnomalyDetectorResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any configured datasets and alerts.
" + }, + "DescribeAlert":{ + "name":"DescribeAlert", + "http":{ + "method":"POST", + "requestUri":"/DescribeAlert" + }, + "input":{"shape":"DescribeAlertRequest"}, + "output":{"shape":"DescribeAlertResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Describes an alert.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
" + }, + "DescribeAnomalyDetectionExecutions":{ + "name":"DescribeAnomalyDetectionExecutions", + "http":{ + "method":"POST", + "requestUri":"/DescribeAnomalyDetectionExecutions" + }, + "input":{"shape":"DescribeAnomalyDetectionExecutionsRequest"}, + "output":{"shape":"DescribeAnomalyDetectionExecutionsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Returns information about the status of the specified anomaly detection jobs.
" + }, + "DescribeAnomalyDetector":{ + "name":"DescribeAnomalyDetector", + "http":{ + "method":"POST", + "requestUri":"/DescribeAnomalyDetector" + }, + "input":{"shape":"DescribeAnomalyDetectorRequest"}, + "output":{"shape":"DescribeAnomalyDetectorResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Describes a detector.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
" + }, + "DescribeMetricSet":{ + "name":"DescribeMetricSet", + "http":{ + "method":"POST", + "requestUri":"/DescribeMetricSet" + }, + "input":{"shape":"DescribeMetricSetRequest"}, + "output":{"shape":"DescribeMetricSetResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Describes a dataset.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
" + }, + "DetectMetricSetConfig":{ + "name":"DetectMetricSetConfig", + "http":{ + "method":"POST", + "requestUri":"/DetectMetricSetConfig" + }, + "input":{"shape":"DetectMetricSetConfigRequest"}, + "output":{"shape":"DetectMetricSetConfigResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Detects an Amazon S3 dataset's file format, interval, and offset.
" + }, + "GetAnomalyGroup":{ + "name":"GetAnomalyGroup", + "http":{ + "method":"POST", + "requestUri":"/GetAnomalyGroup" + }, + "input":{"shape":"GetAnomalyGroupRequest"}, + "output":{"shape":"GetAnomalyGroupResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Returns details about a group of anomalous metrics.
" + }, + "GetDataQualityMetrics":{ + "name":"GetDataQualityMetrics", + "http":{ + "method":"POST", + "requestUri":"/GetDataQualityMetrics" + }, + "input":{"shape":"GetDataQualityMetricsRequest"}, + "output":{"shape":"GetDataQualityMetricsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Returns details about the requested data quality metrics.
" + }, + "GetFeedback":{ + "name":"GetFeedback", + "http":{ + "method":"POST", + "requestUri":"/GetFeedback" + }, + "input":{"shape":"GetFeedbackRequest"}, + "output":{"shape":"GetFeedbackResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Get feedback for an anomaly group.
" + }, + "GetSampleData":{ + "name":"GetSampleData", + "http":{ + "method":"POST", + "requestUri":"/GetSampleData" + }, + "input":{"shape":"GetSampleDataRequest"}, + "output":{"shape":"GetSampleDataResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Returns a selection of sample records from an Amazon S3 datasource.
" + }, + "ListAlerts":{ + "name":"ListAlerts", + "http":{ + "method":"POST", + "requestUri":"/ListAlerts" + }, + "input":{"shape":"ListAlertsRequest"}, + "output":{"shape":"ListAlertsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"ValidationException"} + ], + "documentation":"Lists the alerts attached to a detector.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
" + }, + "ListAnomalyDetectors":{ + "name":"ListAnomalyDetectors", + "http":{ + "method":"POST", + "requestUri":"/ListAnomalyDetectors" + }, + "input":{"shape":"ListAnomalyDetectorsRequest"}, + "output":{"shape":"ListAnomalyDetectorsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the detectors in the current AWS Region.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
" + }, + "ListAnomalyGroupRelatedMetrics":{ + "name":"ListAnomalyGroupRelatedMetrics", + "http":{ + "method":"POST", + "requestUri":"/ListAnomalyGroupRelatedMetrics" + }, + "input":{"shape":"ListAnomalyGroupRelatedMetricsRequest"}, + "output":{"shape":"ListAnomalyGroupRelatedMetricsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Returns a list of measures that are potential causes or effects of an anomaly group.
" + }, + "ListAnomalyGroupSummaries":{ + "name":"ListAnomalyGroupSummaries", + "http":{ + "method":"POST", + "requestUri":"/ListAnomalyGroupSummaries" + }, + "input":{"shape":"ListAnomalyGroupSummariesRequest"}, + "output":{"shape":"ListAnomalyGroupSummariesResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Returns a list of anomaly groups.
" + }, + "ListAnomalyGroupTimeSeries":{ + "name":"ListAnomalyGroupTimeSeries", + "http":{ + "method":"POST", + "requestUri":"/ListAnomalyGroupTimeSeries" + }, + "input":{"shape":"ListAnomalyGroupTimeSeriesRequest"}, + "output":{"shape":"ListAnomalyGroupTimeSeriesResponse"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Gets a list of anomalous metrics for a measure in an anomaly group.
" + }, + "ListMetricSets":{ + "name":"ListMetricSets", + "http":{ + "method":"POST", + "requestUri":"/ListMetricSets" + }, + "input":{"shape":"ListMetricSetsRequest"}, + "output":{"shape":"ListMetricSetsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the datasets in the current AWS Region.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Gets a list of tags for a detector, dataset, or alert.
" + }, + "PutFeedback":{ + "name":"PutFeedback", + "http":{ + "method":"POST", + "requestUri":"/PutFeedback" + }, + "input":{"shape":"PutFeedbackRequest"}, + "output":{"shape":"PutFeedbackResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Add feedback for an anomalous metric.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tags/{resourceArn}", + "responseCode":204 + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Adds tags to a detector, dataset, or alert.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{resourceArn}", + "responseCode":204 + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Removes tags from a detector, dataset, or alert.
" + }, + "UpdateAlert":{ + "name":"UpdateAlert", + "http":{ + "method":"POST", + "requestUri":"/UpdateAlert" + }, + "input":{"shape":"UpdateAlertRequest"}, + "output":{"shape":"UpdateAlertResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Make changes to an existing alert.
" + }, + "UpdateAnomalyDetector":{ + "name":"UpdateAnomalyDetector", + "http":{ + "method":"POST", + "requestUri":"/UpdateAnomalyDetector" + }, + "input":{"shape":"UpdateAnomalyDetectorRequest"}, + "output":{"shape":"UpdateAnomalyDetectorResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Updates a detector. After activation, you can only change a detector's ingestion delay and description.
" + }, + "UpdateMetricSet":{ + "name":"UpdateMetricSet", + "http":{ + "method":"POST", + "requestUri":"/UpdateMetricSet" + }, + "input":{"shape":"UpdateMetricSetRequest"}, + "output":{"shape":"UpdateMetricSetResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Updates a dataset.
" + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"Message"} + }, + "documentation":"You do not have sufficient permissions to perform this action.
", + "error":{"httpStatusCode":403}, + "exception":true + }, + "Action":{ + "type":"structure", + "members":{ + "SNSConfiguration":{ + "shape":"SNSConfiguration", + "documentation":"A configuration for an Amazon SNS channel.
" + }, + "LambdaConfiguration":{ + "shape":"LambdaConfiguration", + "documentation":"A configuration for an AWS Lambda channel.
" + } + }, + "documentation":"A configuration that specifies the action to perform when anomalies are detected.
" + }, + "ActivateAnomalyDetectorRequest":{ + "type":"structure", + "required":["AnomalyDetectorArn"], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the anomaly detector.
" + } + } + }, + "ActivateAnomalyDetectorResponse":{ + "type":"structure", + "members":{ + } + }, + "AggregationFunction":{ + "type":"string", + "enum":[ + "AVG", + "SUM" + ] + }, + "Alert":{ + "type":"structure", + "members":{ + "Action":{ + "shape":"Action", + "documentation":"Action that will be triggered when there is an alert.
" + }, + "AlertDescription":{ + "shape":"AlertDescription", + "documentation":"A description of the alert.
" + }, + "AlertArn":{ + "shape":"Arn", + "documentation":"The ARN of the alert.
" + }, + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the detector to which the alert is attached.
" + }, + "AlertName":{ + "shape":"AlertName", + "documentation":"The name of the alert.
" + }, + "AlertSensitivityThreshold":{ + "shape":"SensitivityThreshold", + "documentation":"The minimum severity for an anomaly to trigger the alert.
" + }, + "AlertType":{ + "shape":"AlertType", + "documentation":"The type of the alert.
" + }, + "AlertStatus":{ + "shape":"AlertStatus", + "documentation":"The status of the alert.
" + }, + "LastModificationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the alert was last modified.
" + }, + "CreationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the alert was created.
" + }, + "AlertFilters":{ + "shape":"AlertFilters", + "documentation":"The configuration of the alert filters, containing MetricList and DimensionFilter.
" + } + }, + "documentation":"A configuration for Amazon SNS-integrated notifications.
" + }, + "AlertDescription":{ + "type":"string", + "max":256, + "pattern":".*\\S.*" + }, + "AlertFilters":{ + "type":"structure", + "members":{ + "MetricList":{ + "shape":"MetricNameList", + "documentation":"The list of measures that you want to get alerts for.
" + }, + "DimensionFilterList":{ + "shape":"DimensionFilterList", + "documentation":"The list of DimensionFilter objects that are used for dimension-based filtering.
" + } + }, + "documentation":"The configuration of the alert filters.
" + }, + "AlertName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"^[a-zA-Z0-9][a-zA-Z0-9\\-_]*" + }, + "AlertStatus":{ + "type":"string", + "enum":[ + "ACTIVE", + "INACTIVE" + ] + }, + "AlertSummary":{ + "type":"structure", + "members":{ + "AlertArn":{ + "shape":"Arn", + "documentation":"The ARN of the alert.
" + }, + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the detector to which the alert is attached.
" + }, + "AlertName":{ + "shape":"AlertName", + "documentation":"The name of the alert.
" + }, + "AlertSensitivityThreshold":{ + "shape":"SensitivityThreshold", + "documentation":"The minimum severity for an anomaly to trigger the alert.
" + }, + "AlertType":{ + "shape":"AlertType", + "documentation":"The type of the alert.
" + }, + "AlertStatus":{ + "shape":"AlertStatus", + "documentation":"The status of the alert.
" + }, + "LastModificationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the alert was last modified.
" + }, + "CreationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the alert was created.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"The alert's tags.
" + } + }, + "documentation":"Provides a summary of an alert's configuration.
" + }, + "AlertSummaryList":{ + "type":"list", + "member":{"shape":"AlertSummary"} + }, + "AlertType":{ + "type":"string", + "enum":[ + "SNS", + "LAMBDA" + ] + }, + "AnomalyDetectionTaskStatus":{ + "type":"string", + "enum":[ + "PENDING", + "IN_PROGRESS", + "COMPLETED", + "FAILED", + "FAILED_TO_SCHEDULE" + ] + }, + "AnomalyDetectionTaskStatusMessage":{ + "type":"string", + "max":256, + "min":1, + "pattern":".*\\S.*" + }, + "AnomalyDetectorConfig":{ + "type":"structure", + "members":{ + "AnomalyDetectorFrequency":{ + "shape":"Frequency", + "documentation":"The frequency at which the detector analyzes its source data.
" + } + }, + "documentation":"Contains information about a detector's configuration.
" + }, + "AnomalyDetectorConfigSummary":{ + "type":"structure", + "members":{ + "AnomalyDetectorFrequency":{ + "shape":"Frequency", + "documentation":"The interval at which the detector analyzes its source data.
" + } + }, + "documentation":"Contains information about a detector's configuration.
" + }, + "AnomalyDetectorDataQualityMetric":{ + "type":"structure", + "members":{ + "StartTimestamp":{ + "shape":"Timestamp", + "documentation":"The start time for the data quality metrics collection.
" + }, + "MetricSetDataQualityMetricList":{ + "shape":"MetricSetDataQualityMetricList", + "documentation":"An array of DataQualityMetricList objects. Each object in the array contains information about a data quality metric.
Aggregated details about the data quality metrics collected for the AnomalyDetectorArn provided in the GetDataQualityMetrics object.
The ARN of the detector.
" + }, + "AnomalyDetectorName":{ + "shape":"AnomalyDetectorName", + "documentation":"The name of the detector.
" + }, + "AnomalyDetectorDescription":{ + "shape":"AnomalyDetectorDescription", + "documentation":"A description of the detector.
" + }, + "CreationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the detector was created.
" + }, + "LastModificationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the detector was last modified.
" + }, + "Status":{ + "shape":"AnomalyDetectorStatus", + "documentation":"The status of detector.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"The detector's tags.
" + } + }, + "documentation":"Contains information about an an anomaly detector.
" + }, + "AnomalyDetectorSummaryList":{ + "type":"list", + "member":{"shape":"AnomalyDetectorSummary"} + }, + "AnomalyGroup":{ + "type":"structure", + "members":{ + "StartTime":{ + "shape":"TimestampString", + "documentation":"The start time for the group.
" + }, + "EndTime":{ + "shape":"TimestampString", + "documentation":"The end time for the group.
" + }, + "AnomalyGroupId":{ + "shape":"UUID", + "documentation":"The ID of the anomaly group.
" + }, + "AnomalyGroupScore":{ + "shape":"Score", + "documentation":"The severity score of the group.
" + }, + "PrimaryMetricName":{ + "shape":"MetricName", + "documentation":"The name of the primary affected measure for the group.
" + }, + "MetricLevelImpactList":{ + "shape":"MetricLevelImpactList", + "documentation":"A list of measures affected by the anomaly.
" + } + }, + "documentation":"A group of anomalous metrics
" + }, + "AnomalyGroupStatistics":{ + "type":"structure", + "members":{ + "EvaluationStartDate":{ + "shape":"TimestampString", + "documentation":"The start of the time range that was searched.
" + }, + "TotalCount":{ + "shape":"Integer", + "documentation":"The number of groups found.
" + }, + "ItemizedMetricStatsList":{ + "shape":"ItemizedMetricStatsList", + "documentation":"Statistics for individual metrics within the group.
" + } + }, + "documentation":"Aggregated statistics for a group of anomalous metrics.
" + }, + "AnomalyGroupSummary":{ + "type":"structure", + "members":{ + "StartTime":{ + "shape":"TimestampString", + "documentation":"The start time for the group.
" + }, + "EndTime":{ + "shape":"TimestampString", + "documentation":"The end time for the group.
" + }, + "AnomalyGroupId":{ + "shape":"UUID", + "documentation":"The ID of the anomaly group.
" + }, + "AnomalyGroupScore":{ + "shape":"Score", + "documentation":"The severity score of the group.
" + }, + "PrimaryMetricName":{ + "shape":"MetricName", + "documentation":"The name of the primary affected measure for the group.
" + } + }, + "documentation":"Details about a group of anomalous metrics.
" + }, + "AnomalyGroupSummaryList":{ + "type":"list", + "member":{"shape":"AnomalyGroupSummary"} + }, + "AnomalyGroupTimeSeries":{ + "type":"structure", + "required":["AnomalyGroupId"], + "members":{ + "AnomalyGroupId":{ + "shape":"UUID", + "documentation":"The ID of the anomaly group.
" + }, + "TimeSeriesId":{ + "shape":"TimeSeriesId", + "documentation":"The ID of the metric.
" + } + }, + "documentation":"An anomalous metric in an anomaly group.
" + }, + "AnomalyGroupTimeSeriesFeedback":{ + "type":"structure", + "required":[ + "AnomalyGroupId", + "TimeSeriesId", + "IsAnomaly" + ], + "members":{ + "AnomalyGroupId":{ + "shape":"UUID", + "documentation":"The ID of the anomaly group.
" + }, + "TimeSeriesId":{ + "shape":"TimeSeriesId", + "documentation":"The ID of the metric.
" + }, + "IsAnomaly":{ + "shape":"Boolean", + "documentation":"Feedback on whether the metric is a legitimate anomaly.
" + } + }, + "documentation":"Feedback for an anomalous metric.
" + }, + "AppFlowConfig":{ + "type":"structure", + "members":{ + "RoleArn":{ + "shape":"Arn", + "documentation":"An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
" + }, + "FlowName":{ + "shape":"FlowName", + "documentation":"name of the flow.
" + } + }, + "documentation":"Details about an Amazon AppFlow flow datasource.
" + }, + "Arn":{ + "type":"string", + "max":256, + "pattern":"arn:([a-z\\d-]+):.*:.*:.*:.+" + }, + "AthenaDataCatalog":{ + "type":"string", + "max":256, + "min":1, + "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" + }, + "AthenaDatabaseName":{ + "type":"string", + "max":255, + "min":1, + "pattern":"[a-zA-Z0-9_]+" + }, + "AthenaS3ResultsPath":{ + "type":"string", + "max":1024, + "pattern":"^s3://[a-z0-9].+$" + }, + "AthenaSourceConfig":{ + "type":"structure", + "members":{ + "RoleArn":{ + "shape":"Arn", + "documentation":"An IAM role that gives Amazon Lookout for Metrics permission to access the data.
" + }, + "DatabaseName":{ + "shape":"AthenaDatabaseName", + "documentation":"The database's name.
" + }, + "DataCatalog":{ + "shape":"AthenaDataCatalog", + "documentation":"The database's data catalog.
" + }, + "TableName":{ + "shape":"AthenaTableName", + "documentation":"The database's table name.
" + }, + "WorkGroupName":{ + "shape":"AthenaWorkGroupName", + "documentation":"The database's work group name.
" + }, + "S3ResultsPath":{ + "shape":"AthenaS3ResultsPath", + "documentation":"The database's results path.
" + }, + "BackTestConfiguration":{ + "shape":"BackTestConfiguration", + "documentation":"Settings for backtest mode.
" + } + }, + "documentation":"Details about an Amazon Athena datasource.
" + }, + "AthenaTableName":{ + "type":"string", + "max":128, + "min":1, + "pattern":"[a-zA-Z0-9_]+" + }, + "AthenaWorkGroupName":{ + "type":"string", + "max":128, + "min":1, + "pattern":"[a-zA-Z0-9._-]{1,128}" + }, + "AttributeValue":{ + "type":"structure", + "members":{ + "S":{ + "shape":"StringAttributeValue", + "documentation":"A string.
" + }, + "N":{ + "shape":"NumberAttributeValue", + "documentation":"A number.
" + }, + "B":{ + "shape":"BinaryAttributeValue", + "documentation":"A binary value.
" + }, + "SS":{ + "shape":"StringListAttributeValue", + "documentation":"A list of strings.
" + }, + "NS":{ + "shape":"NumberListAttributeValue", + "documentation":"A list of numbers.
" + }, + "BS":{ + "shape":"BinaryListAttributeValue", + "documentation":"A list of binary values.
" + } + }, + "documentation":"An attribute value.
" + }, + "AutoDetectionMetricSource":{ + "type":"structure", + "members":{ + "S3SourceConfig":{ + "shape":"AutoDetectionS3SourceConfig", + "documentation":"The source's source config.
" + } + }, + "documentation":"An auto detection metric source.
" + }, + "AutoDetectionS3SourceConfig":{ + "type":"structure", + "members":{ + "TemplatedPathList":{ + "shape":"TemplatedPathList", + "documentation":"The config's templated path list.
" + }, + "HistoricalDataPathList":{ + "shape":"HistoricalDataPathList", + "documentation":"The config's historical data path list.
" + } + }, + "documentation":"An auto detection source config.
" + }, + "BackTestAnomalyDetectorRequest":{ + "type":"structure", + "required":["AnomalyDetectorArn"], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the anomaly detector.
" + } + } + }, + "BackTestAnomalyDetectorResponse":{ + "type":"structure", + "members":{ + } + }, + "BackTestConfiguration":{ + "type":"structure", + "required":["RunBackTestMode"], + "members":{ + "RunBackTestMode":{ + "shape":"Boolean", + "documentation":"Run a backtest instead of monitoring new data.
" + } + }, + "documentation":"Settings for backtest mode.
" + }, + "BinaryAttributeValue":{"type":"string"}, + "BinaryListAttributeValue":{ + "type":"list", + "member":{"shape":"BinaryAttributeValue"} + }, + "Boolean":{"type":"boolean"}, + "CSVFileCompression":{ + "type":"string", + "enum":[ + "NONE", + "GZIP" + ] + }, + "Charset":{ + "type":"string", + "max":63, + "pattern":"^[a-zA-Z0-9][a-zA-Z0-9\\-_]*" + }, + "CloudWatchConfig":{ + "type":"structure", + "members":{ + "RoleArn":{ + "shape":"Arn", + "documentation":"An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.
" + }, + "BackTestConfiguration":{ + "shape":"BackTestConfiguration", + "documentation":"Settings for backtest mode.
" + } + }, + "documentation":"Details about an Amazon CloudWatch datasource.
" + }, + "ColumnName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"^[a-zA-Z0-9][a-zA-Z0-9\\-_]*" + }, + "Confidence":{ + "type":"string", + "enum":[ + "HIGH", + "LOW", + "NONE" + ] + }, + "ConflictException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"Message"}, + "ResourceId":{ + "shape":"ResourceId", + "documentation":"The ID of the resource.
" + }, + "ResourceType":{ + "shape":"ResourceType", + "documentation":"The type of the resource.
" + } + }, + "documentation":"There was a conflict processing the request. Try your request again.
", + "error":{"httpStatusCode":409}, + "exception":true + }, + "ContributionMatrix":{ + "type":"structure", + "members":{ + "DimensionContributionList":{ + "shape":"DimensionContributionList", + "documentation":"A list of contributing dimensions.
" + } + }, + "documentation":"Details about dimensions that contributed to an anomaly.
" + }, + "CreateAlertRequest":{ + "type":"structure", + "required":[ + "AlertName", + "AnomalyDetectorArn", + "Action" + ], + "members":{ + "AlertName":{ + "shape":"AlertName", + "documentation":"The name of the alert.
" + }, + "AlertSensitivityThreshold":{ + "shape":"SensitivityThreshold", + "documentation":"An integer from 0 to 100 specifying the alert sensitivity threshold.
" + }, + "AlertDescription":{ + "shape":"AlertDescription", + "documentation":"A description of the alert.
" + }, + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the detector to which the alert is attached.
" + }, + "Action":{ + "shape":"Action", + "documentation":"Action that will be triggered when there is an alert.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"A list of tags to apply to the alert.
" + }, + "AlertFilters":{ + "shape":"AlertFilters", + "documentation":"The configuration of the alert filters, containing MetricList and DimensionFilterList.
" + } + } + }, + "CreateAlertResponse":{ + "type":"structure", + "members":{ + "AlertArn":{ + "shape":"Arn", + "documentation":"The ARN of the alert.
" + } + } + }, + "CreateAnomalyDetectorRequest":{ + "type":"structure", + "required":[ + "AnomalyDetectorName", + "AnomalyDetectorConfig" + ], + "members":{ + "AnomalyDetectorName":{ + "shape":"AnomalyDetectorName", + "documentation":"The name of the detector.
" + }, + "AnomalyDetectorDescription":{ + "shape":"AnomalyDetectorDescription", + "documentation":"A description of the detector.
" + }, + "AnomalyDetectorConfig":{ + "shape":"AnomalyDetectorConfig", + "documentation":"Contains information about the configuration of the anomaly detector.
" + }, + "KmsKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The ARN of the KMS key to use to encrypt your data.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"A list of tags to apply to the anomaly detector.
" + } + } + }, + "CreateAnomalyDetectorResponse":{ + "type":"structure", + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the detector.
" + } + } + }, + "CreateMetricSetRequest":{ + "type":"structure", + "required":[ + "AnomalyDetectorArn", + "MetricSetName", + "MetricList", + "MetricSource" + ], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the anomaly detector that will use the dataset.
" + }, + "MetricSetName":{ + "shape":"MetricSetName", + "documentation":"The name of the dataset.
" + }, + "MetricSetDescription":{ + "shape":"MetricSetDescription", + "documentation":"A description of the dataset you are creating.
" + }, + "MetricList":{ + "shape":"MetricList", + "documentation":"A list of metrics that the dataset will contain.
" + }, + "Offset":{ + "shape":"Offset", + "documentation":"After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.
", + "box":true + }, + "TimestampColumn":{ + "shape":"TimestampColumn", + "documentation":"Contains information about the column used for tracking time in your source data.
" + }, + "DimensionList":{ + "shape":"DimensionList", + "documentation":"A list of the fields you want to treat as dimensions.
" + }, + "MetricSetFrequency":{ + "shape":"Frequency", + "documentation":"The frequency with which the source data will be analyzed for anomalies.
" + }, + "MetricSource":{ + "shape":"MetricSource", + "documentation":"Contains information about how the source data should be interpreted.
" + }, + "Timezone":{ + "shape":"Timezone", + "documentation":"The time zone in which your source data was recorded.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"A list of tags to apply to the dataset.
" + }, + "DimensionFilterList":{ + "shape":"MetricSetDimensionFilterList", + "documentation":"A list of filters that specify which data is kept for anomaly detection.
" + } + } + }, + "CreateMetricSetResponse":{ + "type":"structure", + "members":{ + "MetricSetArn":{ + "shape":"Arn", + "documentation":"The ARN of the dataset.
" + } + } + }, + "CsvFormatDescriptor":{ + "type":"structure", + "members":{ + "FileCompression":{ + "shape":"CSVFileCompression", + "documentation":"The level of compression of the source CSV file.
" + }, + "Charset":{ + "shape":"Charset", + "documentation":"The character set in which the source CSV file is written.
" + }, + "ContainsHeader":{ + "shape":"Boolean", + "documentation":"Whether or not the source CSV file contains a header.
" + }, + "Delimiter":{ + "shape":"Delimiter", + "documentation":"The character used to delimit the source CSV file.
" + }, + "HeaderList":{ + "shape":"HeaderList", + "documentation":"A list of the source CSV file's headers, if any.
" + }, + "QuoteSymbol":{ + "shape":"QuoteSymbol", + "documentation":"The character used as a quote character.
" + } + }, + "documentation":"Contains information about how a source CSV data file should be analyzed.
" + }, + "DataItem":{"type":"string"}, + "DataQualityMetric":{ + "type":"structure", + "members":{ + "MetricType":{ + "shape":"DataQualityMetricType", + "documentation":"The name of the data quality metric.
" + }, + "MetricDescription":{ + "shape":"DataQualityMetricDescription", + "documentation":"A description of the data quality metric.
" + }, + "RelatedColumnName":{ + "shape":"RelatedColumnName", + "documentation":"The column that is being monitored.
" + }, + "MetricValue":{ + "shape":"Double", + "documentation":"The value of the data quality metric.
" + } + }, + "documentation":"An array that describes a data quality metric. Each DataQualityMetric object contains the data quality metric name, its value, a description of the metric, and the affected column.
The Amazon Resource Name (ARN) of the anomaly detector.
" + } + } + }, + "DeactivateAnomalyDetectorResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteAlertRequest":{ + "type":"structure", + "required":["AlertArn"], + "members":{ + "AlertArn":{ + "shape":"Arn", + "documentation":"The ARN of the alert to delete.
" + } + } + }, + "DeleteAlertResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteAnomalyDetectorRequest":{ + "type":"structure", + "required":["AnomalyDetectorArn"], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the detector to delete.
" + } + } + }, + "DeleteAnomalyDetectorResponse":{ + "type":"structure", + "members":{ + } + }, + "Delimiter":{ + "type":"string", + "max":1, + "pattern":"[^\\r\\n]" + }, + "DescribeAlertRequest":{ + "type":"structure", + "required":["AlertArn"], + "members":{ + "AlertArn":{ + "shape":"Arn", + "documentation":"The ARN of the alert to describe.
" + } + } + }, + "DescribeAlertResponse":{ + "type":"structure", + "members":{ + "Alert":{ + "shape":"Alert", + "documentation":"Contains information about an alert.
" + } + } + }, + "DescribeAnomalyDetectionExecutionsRequest":{ + "type":"structure", + "required":["AnomalyDetectorArn"], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the anomaly detector.
" + }, + "Timestamp":{ + "shape":"TimestampString", + "documentation":"The timestamp of the anomaly detection job.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The number of items to return in the response.
", + "box":true + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"Specify the pagination token that's returned by a previous request to retrieve the next page of results.
" + } + } + }, + "DescribeAnomalyDetectionExecutionsResponse":{ + "type":"structure", + "members":{ + "ExecutionList":{ + "shape":"ExecutionList", + "documentation":"A list of detection jobs.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The pagination token that's included if more results are available.
" + } + } + }, + "DescribeAnomalyDetectorRequest":{ + "type":"structure", + "required":["AnomalyDetectorArn"], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the detector to describe.
" + } + } + }, + "DescribeAnomalyDetectorResponse":{ + "type":"structure", + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the detector.
" + }, + "AnomalyDetectorName":{ + "shape":"AnomalyDetectorName", + "documentation":"The name of the detector.
" + }, + "AnomalyDetectorDescription":{ + "shape":"AnomalyDetectorDescription", + "documentation":"A description of the detector.
" + }, + "AnomalyDetectorConfig":{ + "shape":"AnomalyDetectorConfigSummary", + "documentation":"Contains information about the detector's configuration.
" + }, + "CreationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the detector was created.
" + }, + "LastModificationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the detector was last modified.
" + }, + "Status":{ + "shape":"AnomalyDetectorStatus", + "documentation":"The status of the detector.
" + }, + "FailureReason":{ + "shape":"ErrorMessage", + "documentation":"The reason that the detector failed.
" + }, + "KmsKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The ARN of the KMS key to use to encrypt your data.
" + }, + "FailureType":{ + "shape":"AnomalyDetectorFailureType", + "documentation":"The process that caused the detector to fail.
" + } + } + }, + "DescribeMetricSetRequest":{ + "type":"structure", + "required":["MetricSetArn"], + "members":{ + "MetricSetArn":{ + "shape":"Arn", + "documentation":"The ARN of the dataset.
" + } + } + }, + "DescribeMetricSetResponse":{ + "type":"structure", + "members":{ + "MetricSetArn":{ + "shape":"Arn", + "documentation":"The ARN of the dataset.
" + }, + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the detector that contains the dataset.
" + }, + "MetricSetName":{ + "shape":"MetricSetName", + "documentation":"The name of the dataset.
" + }, + "MetricSetDescription":{ + "shape":"MetricSetDescription", + "documentation":"The dataset's description.
" + }, + "CreationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the dataset was created.
" + }, + "LastModificationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the dataset was last modified.
" + }, + "Offset":{ + "shape":"Offset", + "documentation":"After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.
", + "box":true + }, + "MetricList":{ + "shape":"MetricList", + "documentation":"A list of the metrics defined by the dataset.
" + }, + "TimestampColumn":{ + "shape":"TimestampColumn", + "documentation":"Contains information about the column used for tracking time in your source data.
" + }, + "DimensionList":{ + "shape":"DimensionList", + "documentation":"A list of the dimensions chosen for analysis.
" + }, + "MetricSetFrequency":{ + "shape":"Frequency", + "documentation":"The interval at which the data will be analyzed for anomalies.
" + }, + "Timezone":{ + "shape":"Timezone", + "documentation":"The time zone in which the dataset's data was recorded.
" + }, + "MetricSource":{ + "shape":"MetricSource", + "documentation":"Contains information about the dataset's source data.
" + }, + "DimensionFilterList":{ + "shape":"MetricSetDimensionFilterList", + "documentation":"The dimensions and their values that were used to filter the dataset.
" + } + } + }, + "DetectMetricSetConfigRequest":{ + "type":"structure", + "required":[ + "AnomalyDetectorArn", + "AutoDetectionMetricSource" + ], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"An anomaly detector ARN.
" + }, + "AutoDetectionMetricSource":{ + "shape":"AutoDetectionMetricSource", + "documentation":"A data source.
" + } + } + }, + "DetectMetricSetConfigResponse":{ + "type":"structure", + "members":{ + "DetectedMetricSetConfig":{ + "shape":"DetectedMetricSetConfig", + "documentation":"The inferred dataset configuration for the datasource.
" + } + } + }, + "DetectedCsvFormatDescriptor":{ + "type":"structure", + "members":{ + "FileCompression":{ + "shape":"DetectedField", + "documentation":"The format's file compression.
" + }, + "Charset":{ + "shape":"DetectedField", + "documentation":"The format's charset.
" + }, + "ContainsHeader":{ + "shape":"DetectedField", + "documentation":"Whether the format includes a header.
" + }, + "Delimiter":{ + "shape":"DetectedField", + "documentation":"The format's delimiter.
" + }, + "HeaderList":{ + "shape":"DetectedField", + "documentation":"The format's header list.
" + }, + "QuoteSymbol":{ + "shape":"DetectedField", + "documentation":"The format's quote symbol.
" + } + }, + "documentation":"Properties of an inferred CSV format.
" + }, + "DetectedField":{ + "type":"structure", + "members":{ + "Value":{ + "shape":"AttributeValue", + "documentation":"The field's value.
" + }, + "Confidence":{ + "shape":"Confidence", + "documentation":"The field's confidence.
" + }, + "Message":{ + "shape":"Message", + "documentation":"The field's message.
" + } + }, + "documentation":"An inferred field.
" + }, + "DetectedFileFormatDescriptor":{ + "type":"structure", + "members":{ + "CsvFormatDescriptor":{ + "shape":"DetectedCsvFormatDescriptor", + "documentation":"Details about a CSV format.
" + }, + "JsonFormatDescriptor":{ + "shape":"DetectedJsonFormatDescriptor", + "documentation":"Details about a JSON format.
" + } + }, + "documentation":"Properties of an inferred data format.
" + }, + "DetectedJsonFormatDescriptor":{ + "type":"structure", + "members":{ + "FileCompression":{ + "shape":"DetectedField", + "documentation":"The format's file compression.
" + }, + "Charset":{ + "shape":"DetectedField", + "documentation":"The format's character set.
" + } + }, + "documentation":"A detected JSON format descriptor.
" + }, + "DetectedMetricSetConfig":{ + "type":"structure", + "members":{ + "Offset":{ + "shape":"DetectedField", + "documentation":"The dataset's offset.
" + }, + "MetricSetFrequency":{ + "shape":"DetectedField", + "documentation":"The dataset's interval.
" + }, + "MetricSource":{ + "shape":"DetectedMetricSource", + "documentation":"The dataset's data source.
" + } + }, + "documentation":"An inferred dataset configuration.
" + }, + "DetectedMetricSource":{ + "type":"structure", + "members":{ + "S3SourceConfig":{ + "shape":"DetectedS3SourceConfig", + "documentation":"The data source's source configuration.
" + } + }, + "documentation":"An inferred data source.
" + }, + "DetectedS3SourceConfig":{ + "type":"structure", + "members":{ + "FileFormatDescriptor":{ + "shape":"DetectedFileFormatDescriptor", + "documentation":"The source's file format descriptor.
" + } + }, + "documentation":"An inferred source configuration.
" + }, + "DimensionContribution":{ + "type":"structure", + "members":{ + "DimensionName":{ + "shape":"ColumnName", + "documentation":"The name of the dimension.
" + }, + "DimensionValueContributionList":{ + "shape":"DimensionValueContributionList", + "documentation":"A list of dimension values that contributed to the anomaly.
" + } + }, + "documentation":"Details about a dimension that contributed to an anomaly.
" + }, + "DimensionContributionList":{ + "type":"list", + "member":{"shape":"DimensionContribution"} + }, + "DimensionFilter":{ + "type":"structure", + "members":{ + "DimensionName":{ + "shape":"ColumnName", + "documentation":"The name of the dimension to filter on.
" + }, + "DimensionValueList":{ + "shape":"DimensionValueList", + "documentation":"The list of values for the dimension specified in DimensionName that you want to filter on.
" + } + }, + "documentation":"The dimension filter, containing DimensionName and DimensionValueList.
" + }, + "DimensionFilterList":{ + "type":"list", + "member":{"shape":"DimensionFilter"}, + "max":5, + "min":1 + }, + "DimensionList":{ + "type":"list", + "member":{"shape":"ColumnName"}, + "min":1 + }, + "DimensionNameValue":{ + "type":"structure", + "required":[ + "DimensionName", + "DimensionValue" + ], + "members":{ + "DimensionName":{ + "shape":"ColumnName", + "documentation":"The name of the dimension.
" + }, + "DimensionValue":{ + "shape":"DimensionValue", + "documentation":"The value of the dimension.
" + } + }, + "documentation":"A dimension name and value.
" + }, + "DimensionNameValueList":{ + "type":"list", + "member":{"shape":"DimensionNameValue"} + }, + "DimensionValue":{"type":"string"}, + "DimensionValueContribution":{ + "type":"structure", + "members":{ + "DimensionValue":{ + "shape":"DimensionValue", + "documentation":"The value of the dimension.
" + }, + "ContributionScore":{ + "shape":"Score", + "documentation":"The severity score of the value.
" + } + }, + "documentation":"The severity of a value of a dimension that contributed to an anomaly.
" + }, + "DimensionValueContributionList":{ + "type":"list", + "member":{"shape":"DimensionValueContribution"} + }, + "DimensionValueList":{ + "type":"list", + "member":{"shape":"DimensionValue"}, + "max":10, + "min":1 + }, + "Double":{"type":"double"}, + "ErrorMessage":{ + "type":"string", + "max":256 + }, + "ExecutionList":{ + "type":"list", + "member":{"shape":"ExecutionStatus"} + }, + "ExecutionStatus":{ + "type":"structure", + "members":{ + "Timestamp":{ + "shape":"TimestampString", + "documentation":"The run's timestamp.
" + }, + "Status":{ + "shape":"AnomalyDetectionTaskStatus", + "documentation":"The run's status.
" + }, + "FailureReason":{ + "shape":"AnomalyDetectionTaskStatusMessage", + "documentation":"The reason that the run failed, if applicable.
" + } + }, + "documentation":"The status of an anomaly detector run.
" + }, + "FieldName":{"type":"string"}, + "FileFormatDescriptor":{ + "type":"structure", + "members":{ + "CsvFormatDescriptor":{ + "shape":"CsvFormatDescriptor", + "documentation":"Contains information about how a source CSV data file should be analyzed.
" + }, + "JsonFormatDescriptor":{ + "shape":"JsonFormatDescriptor", + "documentation":"Contains information about how a source JSON data file should be analyzed.
" + } + }, + "documentation":"Contains information about a source file's formatting.
" + }, + "Filter":{ + "type":"structure", + "members":{ + "DimensionValue":{ + "shape":"DimensionValue", + "documentation":"The value that you want to include in the filter.
" + }, + "FilterOperation":{ + "shape":"FilterOperation", + "documentation":"The condition to apply.
" + } + }, + "documentation":"Describes a filter for choosing a subset of dimension values. Each filter consists of the dimension that you want to include and the condition statement. The condition statement is specified in the FilterOperation object.
The ID of the anomaly group.
" + }, + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the anomaly detector.
" + } + } + }, + "GetAnomalyGroupResponse":{ + "type":"structure", + "members":{ + "AnomalyGroup":{ + "shape":"AnomalyGroup", + "documentation":"Details about the anomaly group.
" + } + } + }, + "GetDataQualityMetricsRequest":{ + "type":"structure", + "required":["AnomalyDetectorArn"], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the anomaly detector that you want to investigate.
" + }, + "MetricSetArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of a specific data quality metric set.
" + } + } + }, + "GetDataQualityMetricsResponse":{ + "type":"structure", + "members":{ + "AnomalyDetectorDataQualityMetricList":{ + "shape":"AnomalyDetectorDataQualityMetricList", + "documentation":"A list of the data quality metrics for the AnomalyDetectorArn that you requested.
The Amazon Resource Name (ARN) of the anomaly detector.
" + }, + "AnomalyGroupTimeSeriesFeedback":{ + "shape":"AnomalyGroupTimeSeries", + "documentation":"The anomalous metric and group ID.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "box":true + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"Specify the pagination token that's returned by a previous request to retrieve the next page of results.
" + } + } + }, + "GetFeedbackResponse":{ + "type":"structure", + "members":{ + "AnomalyGroupTimeSeriesFeedback":{ + "shape":"TimeSeriesFeedbackList", + "documentation":"Feedback for an anomalous metric.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The pagination token that's included if more results are available.
" + } + } + }, + "GetSampleDataRequest":{ + "type":"structure", + "members":{ + "S3SourceConfig":{ + "shape":"SampleDataS3SourceConfig", + "documentation":"A datasource bucket in Amazon S3.
" + } + } + }, + "GetSampleDataResponse":{ + "type":"structure", + "members":{ + "HeaderValues":{ + "shape":"HeaderValueList", + "documentation":"A list of header labels for the records.
" + }, + "SampleRows":{ + "shape":"SampleRows", + "documentation":"A list of records.
" + } + } + }, + "HeaderList":{ + "type":"list", + "member":{"shape":"ColumnName"} + }, + "HeaderValue":{"type":"string"}, + "HeaderValueList":{ + "type":"list", + "member":{"shape":"HeaderValue"} + }, + "HistoricalDataPath":{ + "type":"string", + "max":1024, + "pattern":"^s3://[a-z0-9].+$" + }, + "HistoricalDataPathList":{ + "type":"list", + "member":{"shape":"HistoricalDataPath"}, + "max":1, + "min":1 + }, + "Integer":{"type":"integer"}, + "InterMetricImpactDetails":{ + "type":"structure", + "members":{ + "MetricName":{ + "shape":"MetricName", + "documentation":"The name of the measure.
" + }, + "AnomalyGroupId":{ + "shape":"UUID", + "documentation":"The ID of the anomaly group.
" + }, + "RelationshipType":{ + "shape":"RelationshipType", + "documentation":"Whether a measure is a potential cause of the anomaly group (CAUSE_OF_INPUT_ANOMALY_GROUP), or whether the measure is impacted by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP).
For potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP), the percentage contribution the measure has in causing the anomalies.
Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.
" + }, + "InterMetricImpactList":{ + "type":"list", + "member":{"shape":"InterMetricImpactDetails"} + }, + "InternalServerException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"Message"} + }, + "documentation":"The request processing has failed because of an unknown error, exception, or failure.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "ItemizedMetricStats":{ + "type":"structure", + "members":{ + "MetricName":{ + "shape":"ColumnName", + "documentation":"The name of the measure.
" + }, + "OccurrenceCount":{ + "shape":"Integer", + "documentation":"The number of times that the measure appears.
" + } + }, + "documentation":"Aggregated statistics about a measure affected by an anomaly.
" + }, + "ItemizedMetricStatsList":{ + "type":"list", + "member":{"shape":"ItemizedMetricStats"} + }, + "JsonFileCompression":{ + "type":"string", + "enum":[ + "NONE", + "GZIP" + ] + }, + "JsonFormatDescriptor":{ + "type":"structure", + "members":{ + "FileCompression":{ + "shape":"JsonFileCompression", + "documentation":"The level of compression of the source CSV file.
" + }, + "Charset":{ + "shape":"Charset", + "documentation":"The character set in which the source JSON file is written.
" + } + }, + "documentation":"Contains information about how a source JSON data file should be analyzed.
" + }, + "KmsKeyArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"arn:aws.*:kms:.*:[0-9]{12}:key/[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}" + }, + "LambdaConfiguration":{ + "type":"structure", + "required":[ + "RoleArn", + "LambdaArn" + ], + "members":{ + "RoleArn":{ + "shape":"Arn", + "documentation":"The ARN of an IAM role that has permission to invoke the Lambda function.
" + }, + "LambdaArn":{ + "shape":"Arn", + "documentation":"The ARN of the Lambda function.
" + } + }, + "documentation":"Contains information about a Lambda configuration.
" + }, + "ListAlertsRequest":{ + "type":"structure", + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the alert's detector.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"If the result of the previous request is truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
The maximum number of results that will be displayed by the request.
", + "box":true + } + } + }, + "ListAlertsResponse":{ + "type":"structure", + "members":{ + "AlertSummaryList":{ + "shape":"AlertSummaryList", + "documentation":"Contains information about an alert.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"If the response is truncated, the service returns this token. To retrieve the next set of results, use this token in the next request.
" + } + } + }, + "ListAnomalyDetectorsRequest":{ + "type":"structure", + "members":{ + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "box":true + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
A list of anomaly detectors in the account in the current region.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"If the response is truncated, the service returns this token. To retrieve the next set of results, use the token in the next request.
" + } + } + }, + "ListAnomalyGroupRelatedMetricsRequest":{ + "type":"structure", + "required":[ + "AnomalyDetectorArn", + "AnomalyGroupId" + ], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the anomaly detector.
" + }, + "AnomalyGroupId":{ + "shape":"UUID", + "documentation":"The ID of the anomaly group.
" + }, + "RelationshipTypeFilter":{ + "shape":"RelationshipType", + "documentation":"Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.
The maximum number of results to return.
", + "box":true + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"Specify the pagination token that's returned by a previous request to retrieve the next page of results.
" + } + } + }, + "ListAnomalyGroupRelatedMetricsResponse":{ + "type":"structure", + "members":{ + "InterMetricImpactList":{ + "shape":"InterMetricImpactList", + "documentation":"Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The pagination token that's included if more results are available.
" + } + } + }, + "ListAnomalyGroupSummariesRequest":{ + "type":"structure", + "required":[ + "AnomalyDetectorArn", + "SensitivityThreshold" + ], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the anomaly detector.
" + }, + "SensitivityThreshold":{ + "shape":"SensitivityThreshold", + "documentation":"The minimum severity score for inclusion in the output.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "box":true + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"Specify the pagination token that's returned by a previous request to retrieve the next page of results.
" + } + } + }, + "ListAnomalyGroupSummariesResponse":{ + "type":"structure", + "members":{ + "AnomalyGroupSummaryList":{ + "shape":"AnomalyGroupSummaryList", + "documentation":"A list of anomaly group summaries.
" + }, + "AnomalyGroupStatistics":{ + "shape":"AnomalyGroupStatistics", + "documentation":"Aggregated details about the anomaly groups.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The pagination token that's included if more results are available.
" + } + } + }, + "ListAnomalyGroupTimeSeriesRequest":{ + "type":"structure", + "required":[ + "AnomalyDetectorArn", + "AnomalyGroupId", + "MetricName" + ], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the anomaly detector.
" + }, + "AnomalyGroupId":{ + "shape":"UUID", + "documentation":"The ID of the anomaly group.
" + }, + "MetricName":{ + "shape":"MetricName", + "documentation":"The name of the measure field.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "box":true + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"Specify the pagination token that's returned by a previous request to retrieve the next page of results.
" + } + } + }, + "ListAnomalyGroupTimeSeriesResponse":{ + "type":"structure", + "members":{ + "AnomalyGroupId":{ + "shape":"UUID", + "documentation":"The ID of the anomaly group.
" + }, + "MetricName":{ + "shape":"MetricName", + "documentation":"The name of the measure field.
" + }, + "TimestampList":{ + "shape":"TimestampList", + "documentation":"Timestamps for the anomalous metrics.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The pagination token that's included if more results are available.
" + }, + "TimeSeriesList":{ + "shape":"TimeSeriesList", + "documentation":"A list of anomalous metrics.
" + } + } + }, + "ListMetricSetsRequest":{ + "type":"structure", + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the anomaly detector containing the metrics sets to list.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "box":true + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
A list of the datasets in the AWS Region, with configuration details for each.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"If the response is truncated, the list call returns this token. To retrieve the next set of results, use the token in the next list request.
" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ResourceArn":{ + "shape":"Arn", + "documentation":"The resource's Amazon Resource Name (ARN).
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "Tags":{ + "shape":"TagMap", + "documentation":"The resource's tags.
", + "locationName":"Tags" + } + } + }, + "MaxResults":{ + "type":"integer", + "max":100, + "min":1 + }, + "Message":{"type":"string"}, + "Metric":{ + "type":"structure", + "required":[ + "MetricName", + "AggregationFunction" + ], + "members":{ + "MetricName":{ + "shape":"ColumnName", + "documentation":"The name of the metric.
" + }, + "AggregationFunction":{ + "shape":"AggregationFunction", + "documentation":"The function with which the metric is calculated.
" + }, + "Namespace":{ + "shape":"Namespace", + "documentation":"The namespace for the metric.
" + } + }, + "documentation":"A calculation made by contrasting a measure and a dimension from your source data.
" + }, + "MetricChangePercentage":{ + "type":"double", + "max":100.0, + "min":0.0 + }, + "MetricLevelImpact":{ + "type":"structure", + "members":{ + "MetricName":{ + "shape":"MetricName", + "documentation":"The name of the measure.
" + }, + "NumTimeSeries":{ + "shape":"Integer", + "documentation":"The number of anomalous metrics for the measure.
" + }, + "ContributionMatrix":{ + "shape":"ContributionMatrix", + "documentation":"Details about the dimensions that contributed to the anomaly.
" + } + }, + "documentation":"Details about a measure affected by an anomaly.
" + }, + "MetricLevelImpactList":{ + "type":"list", + "member":{"shape":"MetricLevelImpact"} + }, + "MetricList":{ + "type":"list", + "member":{"shape":"Metric"}, + "min":1 + }, + "MetricName":{ + "type":"string", + "max":256, + "pattern":"^[a-zA-Z0-9][a-zA-Z0-9\\-_]*" + }, + "MetricNameList":{ + "type":"list", + "member":{"shape":"MetricName"}, + "max":5, + "min":1 + }, + "MetricSetDataQualityMetric":{ + "type":"structure", + "members":{ + "MetricSetArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the data quality metric array.
" + }, + "DataQualityMetricList":{ + "shape":"DataQualityMetricList", + "documentation":"The array of data quality metrics contained in the data quality metric set.
" + } + }, + "documentation":"An array of DataQualityMetric objects that describes one or more data quality metrics.
The dimension that you want to filter on.
" + }, + "FilterList":{ + "shape":"FilterList", + "documentation":"The list of filters that you are applying.
" + } + }, + "documentation":"Describes a list of filters for choosing a subset of dimension values. Each filter consists of the dimension and one of its values that you want to include. When multiple dimensions or values are specified, the dimensions are joined with an AND operation and the values are joined with an OR operation.
" + }, + "MetricSetDimensionFilterList":{ + "type":"list", + "member":{"shape":"MetricSetDimensionFilter"} + }, + "MetricSetName":{ + "type":"string", + "max":63, + "min":1, + "pattern":"^[a-zA-Z0-9][a-zA-Z0-9\\-_]*" + }, + "MetricSetSummary":{ + "type":"structure", + "members":{ + "MetricSetArn":{ + "shape":"Arn", + "documentation":"The ARN of the dataset.
" + }, + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the detector to which the dataset belongs.
" + }, + "MetricSetDescription":{ + "shape":"MetricSetDescription", + "documentation":"The description of the dataset.
" + }, + "MetricSetName":{ + "shape":"MetricSetName", + "documentation":"The name of the dataset.
" + }, + "CreationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the dataset was created.
" + }, + "LastModificationTime":{ + "shape":"Timestamp", + "documentation":"The time at which the dataset was last modified.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"The dataset's tags.
" + } + }, + "documentation":"Contains information about a dataset.
" + }, + "MetricSetSummaryList":{ + "type":"list", + "member":{"shape":"MetricSetSummary"} + }, + "MetricSource":{ + "type":"structure", + "members":{ + "S3SourceConfig":{"shape":"S3SourceConfig"}, + "AppFlowConfig":{ + "shape":"AppFlowConfig", + "documentation":"Details about an AppFlow datasource.
" + }, + "CloudWatchConfig":{ + "shape":"CloudWatchConfig", + "documentation":"Details about an Amazon CloudWatch monitoring datasource.
" + }, + "RDSSourceConfig":{ + "shape":"RDSSourceConfig", + "documentation":"Details about an Amazon Relational Database Service (RDS) datasource.
" + }, + "RedshiftSourceConfig":{ + "shape":"RedshiftSourceConfig", + "documentation":"Details about an Amazon Redshift database datasource.
" + }, + "AthenaSourceConfig":{ + "shape":"AthenaSourceConfig", + "documentation":"Details about an Amazon Athena datasource.
" + } + }, + "documentation":"Contains information about source data used to generate metrics.
" + }, + "MetricValue":{"type":"double"}, + "MetricValueList":{ + "type":"list", + "member":{"shape":"MetricValue"} + }, + "Namespace":{ + "type":"string", + "max":255, + "min":1, + "pattern":"[^:].*" + }, + "NextToken":{ + "type":"string", + "max":3000, + "min":1, + "pattern":".*\\S.*" + }, + "NumberAttributeValue":{"type":"string"}, + "NumberListAttributeValue":{ + "type":"list", + "member":{"shape":"NumberAttributeValue"} + }, + "Offset":{ + "type":"integer", + "max":432000, + "min":0 + }, + "PoirotSecretManagerArn":{ + "type":"string", + "max":256, + "pattern":"arn:([a-z\\d-]+):.*:.*:secret:AmazonLookoutMetrics-.+" + }, + "PutFeedbackRequest":{ + "type":"structure", + "required":[ + "AnomalyDetectorArn", + "AnomalyGroupTimeSeriesFeedback" + ], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the anomaly detector.
" + }, + "AnomalyGroupTimeSeriesFeedback":{ + "shape":"AnomalyGroupTimeSeriesFeedback", + "documentation":"Feedback for an anomalous metric.
" + } + } + }, + "PutFeedbackResponse":{ + "type":"structure", + "members":{ + } + }, + "QuotaCode":{"type":"string"}, + "QuoteSymbol":{ + "type":"string", + "max":1, + "pattern":"[^\\r\\n]|^$" + }, + "RDSDatabaseIdentifier":{ + "type":"string", + "max":63, + "min":1, + "pattern":"^[a-zA-Z](?!.*--)(?!.*-$)[0-9a-zA-Z\\-]*$" + }, + "RDSDatabaseName":{ + "type":"string", + "max":64, + "min":1, + "pattern":"[a-zA-Z0-9_.]+" + }, + "RDSSourceConfig":{ + "type":"structure", + "members":{ + "DBInstanceIdentifier":{ + "shape":"RDSDatabaseIdentifier", + "documentation":"A string identifying the database instance.
" + }, + "DatabaseHost":{ + "shape":"DatabaseHost", + "documentation":"The host name of the database.
" + }, + "DatabasePort":{ + "shape":"DatabasePort", + "documentation":"The port number where the database can be accessed.
", + "box":true + }, + "SecretManagerArn":{ + "shape":"PoirotSecretManagerArn", + "documentation":"The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
" + }, + "DatabaseName":{ + "shape":"RDSDatabaseName", + "documentation":"The name of the RDS database.
" + }, + "TableName":{ + "shape":"TableName", + "documentation":"The name of the table in the database.
" + }, + "RoleArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the role.
" + }, + "VpcConfiguration":{ + "shape":"VpcConfiguration", + "documentation":"An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
" + } + }, + "documentation":"Contains information about the Amazon Relational Database Service (RDS) configuration.
" + }, + "RedshiftClusterIdentifier":{ + "type":"string", + "max":63, + "min":1, + "pattern":"^[a-z](?!.*--)(?!.*-$)[0-9a-z\\-]*$" + }, + "RedshiftDatabaseName":{ + "type":"string", + "max":100, + "min":1, + "pattern":"[a-zA-Z0-9_.]+" + }, + "RedshiftSourceConfig":{ + "type":"structure", + "members":{ + "ClusterIdentifier":{ + "shape":"RedshiftClusterIdentifier", + "documentation":"A string identifying the Redshift cluster.
" + }, + "DatabaseHost":{ + "shape":"DatabaseHost", + "documentation":"The name of the database host.
" + }, + "DatabasePort":{ + "shape":"DatabasePort", + "documentation":"The port number where the database can be accessed.
", + "box":true + }, + "SecretManagerArn":{ + "shape":"PoirotSecretManagerArn", + "documentation":"The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
" + }, + "DatabaseName":{ + "shape":"RedshiftDatabaseName", + "documentation":"The Redshift database name.
" + }, + "TableName":{ + "shape":"TableName", + "documentation":"The table name of the Redshift database.
" + }, + "RoleArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the role providing access to the database.
" + }, + "VpcConfiguration":{ + "shape":"VpcConfiguration", + "documentation":"Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
" + } + }, + "documentation":"Provides information about the Amazon Redshift database configuration.
" + }, + "RelatedColumnName":{ + "type":"string", + "max":256, + "min":1, + "pattern":".*\\S.*" + }, + "RelationshipType":{ + "type":"string", + "enum":[ + "CAUSE_OF_INPUT_ANOMALY_GROUP", + "EFFECT_OF_INPUT_ANOMALY_GROUP" + ] + }, + "ResourceId":{"type":"string"}, + "ResourceNotFoundException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"Message"}, + "ResourceId":{ + "shape":"ResourceId", + "documentation":"The ID of the resource.
" + }, + "ResourceType":{ + "shape":"ResourceType", + "documentation":"The type of the resource.
" + } + }, + "documentation":"The specified resource cannot be found. Check the ARN of the resource and try again.
", + "error":{"httpStatusCode":400}, + "exception":true + }, + "ResourceType":{"type":"string"}, + "S3SourceConfig":{ + "type":"structure", + "members":{ + "RoleArn":{ + "shape":"Arn", + "documentation":"The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
" + }, + "TemplatedPathList":{ + "shape":"TemplatedPathList", + "documentation":"A list of templated paths to the source files.
" + }, + "HistoricalDataPathList":{ + "shape":"HistoricalDataPathList", + "documentation":"A list of paths to the historical data files.
" + }, + "FileFormatDescriptor":{ + "shape":"FileFormatDescriptor", + "documentation":"Contains information about a source file's formatting.
" + } + }, + "documentation":"Contains information about the configuration of the S3 bucket that contains source files.
" + }, + "SNSConfiguration":{ + "type":"structure", + "required":[ + "RoleArn", + "SnsTopicArn" + ], + "members":{ + "RoleArn":{ + "shape":"Arn", + "documentation":"The ARN of the IAM role that has access to the target SNS topic.
" + }, + "SnsTopicArn":{ + "shape":"Arn", + "documentation":"The ARN of the target SNS topic.
" + }, + "SnsFormat":{ + "shape":"SnsFormat", + "documentation":"The format of the SNS topic.
JSON – Send JSON alerts with an anomaly ID and a link to the anomaly detail page. This is the default.
LONG_TEXT – Send human-readable alerts with information about the impacted timeseries and a link to the anomaly detail page. We recommend this for email.
SHORT_TEXT – Send human-readable alerts with a link to the anomaly detail page. We recommend this for SMS.
Contains information about the SNS topic to which you want to send your alerts and the IAM role that has access to that topic.
" + }, + "SampleDataS3SourceConfig":{ + "type":"structure", + "required":[ + "RoleArn", + "FileFormatDescriptor" + ], + "members":{ + "RoleArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the role.
" + }, + "TemplatedPathList":{ + "shape":"TemplatedPathList", + "documentation":"An array of strings containing the list of templated paths.
" + }, + "HistoricalDataPathList":{ + "shape":"HistoricalDataPathList", + "documentation":"An array of strings containing the historical set of data paths.
" + }, + "FileFormatDescriptor":{"shape":"FileFormatDescriptor"} + }, + "documentation":"Contains information about the source configuration in Amazon S3.
" + }, + "SampleRow":{ + "type":"list", + "member":{"shape":"DataItem"} + }, + "SampleRows":{ + "type":"list", + "member":{"shape":"SampleRow"} + }, + "Score":{ + "type":"double", + "max":100.0, + "min":0.0 + }, + "SecurityGroupId":{ + "type":"string", + "max":255, + "min":1, + "pattern":"[-0-9a-zA-Z]+" + }, + "SecurityGroupIdList":{ + "type":"list", + "member":{"shape":"SecurityGroupId"} + }, + "SensitivityThreshold":{ + "type":"integer", + "max":100, + "min":0 + }, + "ServiceCode":{"type":"string"}, + "ServiceQuotaExceededException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"Message"}, + "ResourceId":{ + "shape":"ResourceId", + "documentation":"The ID of the resource.
" + }, + "ResourceType":{ + "shape":"ResourceType", + "documentation":"The type of the resource.
" + }, + "QuotaCode":{ + "shape":"QuotaCode", + "documentation":"The quota code.
" + }, + "ServiceCode":{ + "shape":"ServiceCode", + "documentation":"The service code.
" + } + }, + "documentation":"The request exceeded the service's quotas. Check the service quotas and try again.
", + "error":{"httpStatusCode":402}, + "exception":true + }, + "SnsFormat":{ + "type":"string", + "enum":[ + "LONG_TEXT", + "SHORT_TEXT", + "JSON" + ] + }, + "StringAttributeValue":{"type":"string"}, + "StringListAttributeValue":{ + "type":"list", + "member":{"shape":"StringAttributeValue"} + }, + "SubnetId":{ + "type":"string", + "max":255, + "pattern":"[\\-0-9a-zA-Z]+" + }, + "SubnetIdList":{ + "type":"list", + "member":{"shape":"SubnetId"} + }, + "TableName":{ + "type":"string", + "max":100, + "min":1, + "pattern":"^[a-zA-Z][a-zA-Z0-9_.]*$" + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1 + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":50, + "min":1 + }, + "TagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":50, + "min":1 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceArn", + "Tags" + ], + "members":{ + "ResourceArn":{ + "shape":"Arn", + "documentation":"The resource's Amazon Resource Name (ARN).
", + "location":"uri", + "locationName":"resourceArn" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"Tags to apply to the resource. Tag keys and values can contain letters, numbers, spaces, and the following symbols: _.:/=+@-
The ID of the metric.
" + }, + "DimensionList":{ + "shape":"DimensionNameValueList", + "documentation":"The dimensions of the metric.
" + }, + "MetricValueList":{ + "shape":"MetricValueList", + "documentation":"The values for the metric.
" + } + }, + "documentation":"Details about a metric. A metric is an aggregation of the values of a measure for a dimension value, such as availability in the us-east-1 Region.
" + }, + "TimeSeriesFeedback":{ + "type":"structure", + "members":{ + "TimeSeriesId":{ + "shape":"TimeSeriesId", + "documentation":"The ID of the metric.
" + }, + "IsAnomaly":{ + "shape":"Boolean", + "documentation":"Feedback on whether the metric is a legitimate anomaly.
" + } + }, + "documentation":"Details about feedback submitted for an anomalous metric.
" + }, + "TimeSeriesFeedbackList":{ + "type":"list", + "member":{"shape":"TimeSeriesFeedback"} + }, + "TimeSeriesId":{ + "type":"string", + "max":520, + "pattern":".*\\S.*" + }, + "TimeSeriesList":{ + "type":"list", + "member":{"shape":"TimeSeries"} + }, + "Timestamp":{"type":"timestamp"}, + "TimestampColumn":{ + "type":"structure", + "members":{ + "ColumnName":{ + "shape":"ColumnName", + "documentation":"The name of the timestamp column.
" + }, + "ColumnFormat":{ + "shape":"DateTimeFormat", + "documentation":"The format of the timestamp column.
" + } + }, + "documentation":"Contains information about the column used to track time in a source data file.
" + }, + "TimestampList":{ + "type":"list", + "member":{"shape":"TimestampString"} + }, + "TimestampString":{ + "type":"string", + "max":60, + "pattern":"^([12]\\d{3})-(1[0-2]|0[1-9])-(0[1-9]|[12]\\d|3[01])T([01]\\d|2[0-3]):([0-5]\\d):([0-5]\\d)(Z|(\\+|\\-)(0\\d|1[0-2]):([0-5]\\d)(\\[[[:alnum:]\\/\\_]+\\])?)$" + }, + "Timezone":{ + "type":"string", + "max":60, + "pattern":".*\\S.*" + }, + "TooManyRequestsException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"Message"} + }, + "documentation":"The request was denied due to too many requests being submitted at the same time.
", + "error":{"httpStatusCode":429}, + "exception":true + }, + "UUID":{ + "type":"string", + "max":63, + "pattern":"[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}" + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceArn", + "TagKeys" + ], + "members":{ + "ResourceArn":{ + "shape":"Arn", + "documentation":"The resource's Amazon Resource Name (ARN).
", + "location":"uri", + "locationName":"resourceArn" + }, + "TagKeys":{ + "shape":"TagKeyList", + "documentation":"Keys to remove from the resource's tags.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateAlertRequest":{ + "type":"structure", + "required":["AlertArn"], + "members":{ + "AlertArn":{ + "shape":"Arn", + "documentation":"The ARN of the alert to update.
" + }, + "AlertDescription":{ + "shape":"AlertDescription", + "documentation":"A description of the alert.
" + }, + "AlertSensitivityThreshold":{ + "shape":"SensitivityThreshold", + "documentation":"An integer from 0 to 100 specifying the alert sensitivity threshold.
" + }, + "Action":{ + "shape":"Action", + "documentation":"Action that will be triggered when there is an alert.
" + }, + "AlertFilters":{ + "shape":"AlertFilters", + "documentation":"The configuration of the alert filters, containing MetricList and DimensionFilterList.
" + } + } + }, + "UpdateAlertResponse":{ + "type":"structure", + "members":{ + "AlertArn":{ + "shape":"Arn", + "documentation":"The ARN of the updated alert.
" + } + } + }, + "UpdateAnomalyDetectorRequest":{ + "type":"structure", + "required":["AnomalyDetectorArn"], + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the detector to update.
" + }, + "KmsKeyArn":{ + "shape":"KmsKeyArn", + "documentation":"The Amazon Resource Name (ARN) of an AWS KMS encryption key.
" + }, + "AnomalyDetectorDescription":{ + "shape":"AnomalyDetectorDescription", + "documentation":"The updated detector description.
" + }, + "AnomalyDetectorConfig":{ + "shape":"AnomalyDetectorConfig", + "documentation":"Contains information about the configuration to which the detector will be updated.
" + } + } + }, + "UpdateAnomalyDetectorResponse":{ + "type":"structure", + "members":{ + "AnomalyDetectorArn":{ + "shape":"Arn", + "documentation":"The ARN of the updated detector.
" + } + } + }, + "UpdateMetricSetRequest":{ + "type":"structure", + "required":["MetricSetArn"], + "members":{ + "MetricSetArn":{ + "shape":"Arn", + "documentation":"The ARN of the dataset to update.
" + }, + "MetricSetDescription":{ + "shape":"MetricSetDescription", + "documentation":"The dataset's description.
" + }, + "MetricList":{ + "shape":"MetricList", + "documentation":"The metric list.
" + }, + "Offset":{ + "shape":"Offset", + "documentation":"After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.
", + "box":true + }, + "TimestampColumn":{ + "shape":"TimestampColumn", + "documentation":"The timestamp column.
" + }, + "DimensionList":{ + "shape":"DimensionList", + "documentation":"The dimension list.
" + }, + "MetricSetFrequency":{ + "shape":"Frequency", + "documentation":"The dataset's interval.
" + }, + "MetricSource":{"shape":"MetricSource"}, + "DimensionFilterList":{ + "shape":"MetricSetDimensionFilterList", + "documentation":"Describes a list of filters for choosing specific dimensions and specific values. Each filter consists of the dimension and one of its values that you want to include. When multiple dimensions or values are specified, the dimensions are joined with an AND operation and the values are joined with an OR operation.
" + } + } + }, + "UpdateMetricSetResponse":{ + "type":"structure", + "members":{ + "MetricSetArn":{ + "shape":"Arn", + "documentation":"The ARN of the dataset.
" + } + } + }, + "ValidationException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"Message"}, + "Reason":{ + "shape":"ValidationExceptionReason", + "documentation":"The reason that validation failed.
" + }, + "Fields":{ + "shape":"ValidationExceptionFieldList", + "documentation":"Fields that failed validation.
" + } + }, + "documentation":"The input fails to satisfy the constraints specified by the AWS service. Check your input values and try again.
", + "error":{"httpStatusCode":400}, + "exception":true + }, + "ValidationExceptionField":{ + "type":"structure", + "required":[ + "Name", + "Message" + ], + "members":{ + "Name":{ + "shape":"FieldName", + "documentation":"The name of the field.
" + }, + "Message":{ + "shape":"Message", + "documentation":"The message with more information about the validation exception.
" + } + }, + "documentation":"Contains information about a a field in a validation exception.
" + }, + "ValidationExceptionFieldList":{ + "type":"list", + "member":{"shape":"ValidationExceptionField"} + }, + "ValidationExceptionReason":{ + "type":"string", + "enum":[ + "UNKNOWN_OPERATION", + "CANNOT_PARSE", + "FIELD_VALIDATION_FAILED", + "OTHER" + ] + }, + "VpcConfiguration":{ + "type":"structure", + "required":[ + "SubnetIdList", + "SecurityGroupIdList" + ], + "members":{ + "SubnetIdList":{ + "shape":"SubnetIdList", + "documentation":"An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE.
An array of strings containing the list of security groups.
" + } + }, + "documentation":"Contains configuration information about the Amazon Virtual Private Cloud (VPC).
" + } + }, + "documentation":"This is the Amazon Lookout for Metrics API Reference. For an introduction to the service with tutorials for getting started, visit Amazon Lookout for Metrics Developer Guide.
" +} diff --git a/testbed/boto__botocore/botocore/data/lookoutvision/2020-11-20/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/lookoutvision/2020-11-20/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..b265c71af6e29370e50993afdbb470b642489e28 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/lookoutvision/2020-11-20/endpoint-rule-set-1.json @@ -0,0 +1,314 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://lookoutvision-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://lookoutvision-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://lookoutvision.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ] + }, + { + "conditions": [], + "endpoint": { + "url": "https://lookoutvision.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/lookoutvision/2020-11-20/examples-1.json b/testbed/boto__botocore/botocore/data/lookoutvision/2020-11-20/examples-1.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea7e3b0bbe917eb027880396ac01509becd1fa0 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/lookoutvision/2020-11-20/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/testbed/boto__botocore/botocore/data/lookoutvision/2020-11-20/paginators-1.json b/testbed/boto__botocore/botocore/data/lookoutvision/2020-11-20/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..14c4ce73905bbaeaa96d2759699f7ed9210de47c --- /dev/null +++ b/testbed/boto__botocore/botocore/data/lookoutvision/2020-11-20/paginators-1.json @@ -0,0 +1,28 @@ +{ + "pagination": { + "ListDatasetEntries": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "DatasetEntries" + }, + "ListModels": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Models" + }, + "ListProjects": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Projects" + }, + "ListModelPackagingJobs": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "ModelPackagingJobs" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/lookoutvision/2020-11-20/service-2.json b/testbed/boto__botocore/botocore/data/lookoutvision/2020-11-20/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..911d411b058b0a8668b726c8781bffedee46c5fe --- /dev/null +++ b/testbed/boto__botocore/botocore/data/lookoutvision/2020-11-20/service-2.json @@ -0,0 +1,2266 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2020-11-20", + "endpointPrefix":"lookoutvision", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceFullName":"Amazon Lookout for Vision", + "serviceId":"LookoutVision", + "signatureVersion":"v4", + "signingName":"lookoutvision", + "uid":"lookoutvision-2020-11-20" + }, + "operations":{ + "CreateDataset":{ + "name":"CreateDataset", + "http":{ + "method":"POST", + "requestUri":"/2020-11-20/projects/{projectName}/datasets", + "responseCode":202 + }, + "input":{"shape":"CreateDatasetRequest"}, + "output":{"shape":"CreateDatasetResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Creates a new dataset in an Amazon Lookout for Vision project. CreateDataset can create a training or a test dataset from a valid dataset source (DatasetSource).
If you want a single dataset project, specify train for the value of DatasetType.
To have a project with separate training and test datasets, call CreateDataset twice. On the first call, specify train for the value of DatasetType. On the second call, specify test for the value of DatasetType.
This operation requires permissions to perform the lookoutvision:CreateDataset operation.
Creates a new version of a model within an an Amazon Lookout for Vision project. CreateModel is an asynchronous operation in which Amazon Lookout for Vision trains, tests, and evaluates a new version of a model.
To get the current status, check the Status field returned in the response from DescribeModel.
If the project has a single dataset, Amazon Lookout for Vision internally splits the dataset to create a training and a test dataset. If the project has a training and a test dataset, Lookout for Vision uses the respective datasets to train and test the model.
After training completes, the evaluation metrics are stored at the location specified in OutputConfig.
This operation requires permissions to perform the lookoutvision:CreateModel operation. If you want to tag your model, you also require permission to the lookoutvision:TagResource operation.
Creates an empty Amazon Lookout for Vision project. After you create the project, add a dataset by calling CreateDataset.
This operation requires permissions to perform the lookoutvision:CreateProject operation.
Deletes an existing Amazon Lookout for Vision dataset.
If your the project has a single dataset, you must create a new dataset before you can create a model.
If you project has a training dataset and a test dataset consider the following.
If you delete the test dataset, your project reverts to a single dataset project. If you then train the model, Amazon Lookout for Vision internally splits the remaining dataset into a training and test dataset.
If you delete the training dataset, you must create a training dataset before you can create a model.
This operation requires permissions to perform the lookoutvision:DeleteDataset operation.
Deletes an Amazon Lookout for Vision model. You can't delete a running model. To stop a running model, use the StopModel operation.
It might take a few seconds to delete a model. To determine if a model has been deleted, call ListModels and check if the version of the model (ModelVersion) is in the Models array.
This operation requires permissions to perform the lookoutvision:DeleteModel operation.
Deletes an Amazon Lookout for Vision project.
To delete a project, you must first delete each version of the model associated with the project. To delete a model use the DeleteModel operation.
You also have to delete the dataset(s) associated with the model. For more information, see DeleteDataset. The images referenced by the training and test datasets aren't deleted.
This operation requires permissions to perform the lookoutvision:DeleteProject operation.
Describe an Amazon Lookout for Vision dataset.
This operation requires permissions to perform the lookoutvision:DescribeDataset operation.
Describes a version of an Amazon Lookout for Vision model.
This operation requires permissions to perform the lookoutvision:DescribeModel operation.
Describes an Amazon Lookout for Vision model packaging job.
This operation requires permissions to perform the lookoutvision:DescribeModelPackagingJob operation.
For more information, see Using your Amazon Lookout for Vision model on an edge device in the Amazon Lookout for Vision Developer Guide.
" + }, + "DescribeProject":{ + "name":"DescribeProject", + "http":{ + "method":"GET", + "requestUri":"/2020-11-20/projects/{projectName}" + }, + "input":{"shape":"DescribeProjectRequest"}, + "output":{"shape":"DescribeProjectResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Describes an Amazon Lookout for Vision project.
This operation requires permissions to perform the lookoutvision:DescribeProject operation.
Detects anomalies in an image that you supply.
The response from DetectAnomalies includes a boolean prediction that the image contains one or more anomalies and a confidence value for the prediction. If the model is an image segmentation model, the response also includes segmentation information for each type of anomaly found in the image.
Before calling DetectAnomalies, you must first start your model with the StartModel operation. You are charged for the amount of time, in minutes, that a model runs and for the number of anomaly detection units that your model uses. If you are not using a model, use the StopModel operation to stop your model.
For more information, see Detecting anomalies in an image in the Amazon Lookout for Vision developer guide.
This operation requires permissions to perform the lookoutvision:DetectAnomalies operation.
Lists the JSON Lines within a dataset. An Amazon Lookout for Vision JSON Line contains the anomaly information for a single image, including the image location and the assigned label.
This operation requires permissions to perform the lookoutvision:ListDatasetEntries operation.
Lists the model packaging jobs created for an Amazon Lookout for Vision project.
This operation requires permissions to perform the lookoutvision:ListModelPackagingJobs operation.
For more information, see Using your Amazon Lookout for Vision model on an edge device in the Amazon Lookout for Vision Developer Guide.
" + }, + "ListModels":{ + "name":"ListModels", + "http":{ + "method":"GET", + "requestUri":"/2020-11-20/projects/{projectName}/models" + }, + "input":{"shape":"ListModelsRequest"}, + "output":{"shape":"ListModelsResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Lists the versions of a model in an Amazon Lookout for Vision project.
The ListModels operation is eventually consistent. Recent calls to CreateModel might take a while to appear in the response from ListProjects.
This operation requires permissions to perform the lookoutvision:ListModels operation.
Lists the Amazon Lookout for Vision projects in your AWS account that are in the AWS Region in which you call ListProjects.
The ListProjects operation is eventually consistent. Recent calls to CreateProject and DeleteProject might take a while to appear in the response from ListProjects.
This operation requires permissions to perform the lookoutvision:ListProjects operation.
Returns a list of tags attached to the specified Amazon Lookout for Vision model.
This operation requires permissions to perform the lookoutvision:ListTagsForResource operation.
Starts the running of the version of an Amazon Lookout for Vision model. Starting a model takes a while to complete. To check the current state of the model, use DescribeModel.
A model is ready to use when its status is HOSTED.
Once the model is running, you can detect custom labels in new images by calling DetectAnomalies.
You are charged for the amount of time that the model is running. To stop a running model, call StopModel.
This operation requires permissions to perform the lookoutvision:StartModel operation.
Starts an Amazon Lookout for Vision model packaging job. A model packaging job creates an AWS IoT Greengrass component for a Lookout for Vision model. You can use the component to deploy your model to an edge device managed by Greengrass.
Use the DescribeModelPackagingJob API to determine the current status of the job. The model packaging job is complete if the value of Status is SUCCEEDED.
To deploy the component to the target device, use the component name and component version with the AWS IoT Greengrass CreateDeployment API.
This operation requires the following permissions:
lookoutvision:StartModelPackagingJob
s3:PutObject
s3:GetBucketLocation
kms:GenerateDataKey
greengrass:CreateComponentVersion
greengrass:DescribeComponent
(Optional) greengrass:TagResource. Only required if you want to tag the component.
For more information, see Using your Amazon Lookout for Vision model on an edge device in the Amazon Lookout for Vision Developer Guide.
" + }, + "StopModel":{ + "name":"StopModel", + "http":{ + "method":"POST", + "requestUri":"/2020-11-20/projects/{projectName}/models/{modelVersion}/stop", + "responseCode":202 + }, + "input":{"shape":"StopModelRequest"}, + "output":{"shape":"StopModelResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Stops the hosting of a running model. The operation might take a while to complete. To check the current status, call DescribeModel.
After the model hosting stops, the Status of the model is TRAINED.
This operation requires permissions to perform the lookoutvision:StopModel operation.
Adds one or more key-value tags to an Amazon Lookout for Vision model. For more information, see Tagging a model in the Amazon Lookout for Vision Developer Guide.
This operation requires permissions to perform the lookoutvision:TagResource operation.
Removes one or more tags from an Amazon Lookout for Vision model. For more information, see Tagging a model in the Amazon Lookout for Vision Developer Guide.
This operation requires permissions to perform the lookoutvision:UntagResource operation.
Adds or updates one or more JSON Line entries in a dataset. A JSON Line includes information about an image used for training or testing an Amazon Lookout for Vision model.
To update an existing JSON Line, use the source-ref field to identify the JSON Line. The JSON line that you supply replaces the existing JSON line. Any existing annotations that are not in the new JSON line are removed from the dataset.
For more information, see Defining JSON lines for anomaly classification in the Amazon Lookout for Vision Developer Guide.
The images you reference in the source-ref field of a JSON line, must be in the same S3 bucket as the existing images in the dataset.
Updating a dataset might take a while to complete. To check the current status, call DescribeDataset and check the Status field in the response.
This operation requires permissions to perform the lookoutvision:UpdateDatasetEntries operation.
You are not authorized to perform the action.
", + "error":{"httpStatusCode":403}, + "exception":true + }, + "Anomaly":{ + "type":"structure", + "members":{ + "Name":{ + "shape":"AnomalyName", + "documentation":"The name of an anomaly type found in an image. Name maps to an anomaly type in the training dataset, apart from the anomaly type background. The service automatically inserts the background anomaly type into the response from DetectAnomalies.
Information about the pixel mask that covers an anomaly type.
" + } + }, + "documentation":"Information about an anomaly type found on an image by an image segmentation model. For more information, see DetectAnomalies.
" + }, + "AnomalyClassFilter":{ + "type":"string", + "max":10, + "min":1, + "pattern":"(normal|anomaly)" + }, + "AnomalyList":{ + "type":"list", + "member":{"shape":"Anomaly"} + }, + "AnomalyMask":{ + "type":"blob", + "max":5242880, + "min":1 + }, + "AnomalyName":{ + "type":"string", + "max":256, + "min":1, + "pattern":"[a-zA-Z0-9]*" + }, + "Boolean":{"type":"boolean"}, + "ClientToken":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^[a-zA-Z0-9-]+$" + }, + "Color":{ + "type":"string", + "max":7, + "min":7, + "pattern":"\\#[a-zA-Z0-9]{6}" + }, + "CompilerOptions":{ + "type":"string", + "max":1024, + "min":3, + "pattern":".*" + }, + "ComponentDescription":{ + "type":"string", + "max":256, + "min":1, + "pattern":"[a-zA-Z0-9-_. ()':,;?]+" + }, + "ComponentName":{ + "type":"string", + "max":128, + "min":1, + "pattern":"[a-zA-Z0-9-_.]+" + }, + "ComponentVersion":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^([0-9]{1,6})\\.([0-9]{1,6})\\.([0-9]{1,6})$" + }, + "ComponentVersionArn":{ + "type":"string", + "pattern":"arn:[^:]*:greengrass:[^:]*:aws:components:[^:]+" + }, + "ConflictException":{ + "type":"structure", + "required":[ + "Message", + "ResourceId", + "ResourceType" + ], + "members":{ + "Message":{"shape":"ExceptionString"}, + "ResourceId":{ + "shape":"ExceptionString", + "documentation":"The ID of the resource.
" + }, + "ResourceType":{ + "shape":"ResourceType", + "documentation":"The type of the resource.
" + } + }, + "documentation":"The update or deletion of a resource caused an inconsistent state.
", + "error":{"httpStatusCode":409}, + "exception":true + }, + "ContentType":{ + "type":"string", + "max":255, + "min":1, + "pattern":".*" + }, + "CreateDatasetRequest":{ + "type":"structure", + "required":[ + "ProjectName", + "DatasetType" + ], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project in which you want to create a dataset.
", + "location":"uri", + "locationName":"projectName" + }, + "DatasetType":{ + "shape":"DatasetType", + "documentation":"The type of the dataset. Specify train for a training dataset. Specify test for a test dataset.
The location of the manifest file that Amazon Lookout for Vision uses to create the dataset.
If you don't specify DatasetSource, an empty dataset is created and the operation synchronously returns. Later, you can add JSON Lines by calling UpdateDatasetEntries.
If you specify a value for DataSource, the manifest at the S3 location is validated and used to create the dataset. The call to CreateDataset is asynchronous and might take a while to complete. To find out the current status, Check the value of Status returned in a call to DescribeDataset.
ClientToken is an idempotency token that ensures a call to CreateDataset completes only once. You choose the value to pass. For example, An issue might prevent you from getting a response from CreateDataset. In this case, safely retry your call to CreateDataset by using the same ClientToken parameter value.
If you don't supply a value for ClientToken, the AWS SDK you are using inserts a value for you. This prevents retries after a network error from making multiple dataset creation requests. You'll need to provide your own value for other use cases.
An error occurs if the other input parameters are not the same as in the first request. Using a different value for ClientToken is considered a new call to CreateDataset. An idempotency token is active for 8 hours.
Information about the dataset.
" + } + } + }, + "CreateModelRequest":{ + "type":"structure", + "required":[ + "ProjectName", + "OutputConfig" + ], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project in which you want to create a model version.
", + "location":"uri", + "locationName":"projectName" + }, + "Description":{ + "shape":"ModelDescriptionMessage", + "documentation":"A description for the version of the model.
" + }, + "ClientToken":{ + "shape":"ClientToken", + "documentation":"ClientToken is an idempotency token that ensures a call to CreateModel completes only once. You choose the value to pass. For example, An issue might prevent you from getting a response from CreateModel. In this case, safely retry your call to CreateModel by using the same ClientToken parameter value.
If you don't supply a value for ClientToken, the AWS SDK you are using inserts a value for you. This prevents retries after a network error from starting multiple training jobs. You'll need to provide your own value for other use cases.
An error occurs if the other input parameters are not the same as in the first request. Using a different value for ClientToken is considered a new call to CreateModel. An idempotency token is active for 8 hours.
The location where Amazon Lookout for Vision saves the training results.
" + }, + "KmsKeyId":{ + "shape":"KmsKeyId", + "documentation":"The identifier for your AWS KMS key. The key is used to encrypt training and test images copied into the service for model training. Your source images are unaffected. If this parameter is not specified, the copied images are encrypted by a key that AWS owns and manages.
" + }, + "Tags":{ + "shape":"TagList", + "documentation":"A set of tags (key-value pairs) that you want to attach to the model.
" + } + } + }, + "CreateModelResponse":{ + "type":"structure", + "members":{ + "ModelMetadata":{ + "shape":"ModelMetadata", + "documentation":"The response from a call to CreateModel.
The name for the project.
" + }, + "ClientToken":{ + "shape":"ClientToken", + "documentation":"ClientToken is an idempotency token that ensures a call to CreateProject completes only once. You choose the value to pass. For example, An issue might prevent you from getting a response from CreateProject. In this case, safely retry your call to CreateProject by using the same ClientToken parameter value.
If you don't supply a value for ClientToken, the AWS SDK you are using inserts a value for you. This prevents retries after a network error from making multiple project creation requests. You'll need to provide your own value for other use cases.
An error occurs if the other input parameters are not the same as in the first request. Using a different value for ClientToken is considered a new call to CreateProject. An idempotency token is active for 8 hours.
Information about the project.
" + } + } + }, + "DatasetChanges":{ + "type":"blob", + "max":10485760, + "min":1 + }, + "DatasetDescription":{ + "type":"structure", + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project that contains the dataset.
" + }, + "DatasetType":{ + "shape":"DatasetType", + "documentation":"The type of the dataset. The value train represents a training dataset or single dataset project. The value test represents a test dataset.
The Unix timestamp for the time and date that the dataset was created.
" + }, + "LastUpdatedTimestamp":{ + "shape":"DateTime", + "documentation":"The Unix timestamp for the date and time that the dataset was last updated.
" + }, + "Status":{ + "shape":"DatasetStatus", + "documentation":"The status of the dataset.
" + }, + "StatusMessage":{ + "shape":"DatasetStatusMessage", + "documentation":"The status message for the dataset.
" + }, + "ImageStats":{ + "shape":"DatasetImageStats", + "documentation":"Statistics about the images in a dataset.
" + } + }, + "documentation":"The description for a dataset. For more information, see DescribeDataset.
" + }, + "DatasetEntry":{ + "type":"string", + "max":8192, + "min":2, + "pattern":"^\\{.*\\}$" + }, + "DatasetEntryList":{ + "type":"list", + "member":{"shape":"DatasetEntry"} + }, + "DatasetGroundTruthManifest":{ + "type":"structure", + "members":{ + "S3Object":{ + "shape":"InputS3Object", + "documentation":"The S3 bucket location for the manifest file.
" + } + }, + "documentation":"Location information about a manifest file. You can use a manifest file to create a dataset.
" + }, + "DatasetImageStats":{ + "type":"structure", + "members":{ + "Total":{ + "shape":"Integer", + "documentation":"The total number of images in the dataset.
" + }, + "Labeled":{ + "shape":"Integer", + "documentation":"The total number of labeled images.
" + }, + "Normal":{ + "shape":"Integer", + "documentation":"The total number of images labeled as normal.
" + }, + "Anomaly":{ + "shape":"Integer", + "documentation":"the total number of images labeled as an anomaly.
" + } + }, + "documentation":"Statistics about the images in a dataset.
" + }, + "DatasetMetadata":{ + "type":"structure", + "members":{ + "DatasetType":{ + "shape":"DatasetType", + "documentation":"The type of the dataset.
" + }, + "CreationTimestamp":{ + "shape":"DateTime", + "documentation":"The Unix timestamp for the date and time that the dataset was created.
" + }, + "Status":{ + "shape":"DatasetStatus", + "documentation":"The status for the dataset.
" + }, + "StatusMessage":{ + "shape":"DatasetStatusMessage", + "documentation":"The status message for the dataset.
" + } + }, + "documentation":"Summary information for an Amazon Lookout for Vision dataset. For more information, see DescribeDataset and ProjectDescription.
" + }, + "DatasetMetadataList":{ + "type":"list", + "member":{"shape":"DatasetMetadata"} + }, + "DatasetSource":{ + "type":"structure", + "members":{ + "GroundTruthManifest":{ + "shape":"DatasetGroundTruthManifest", + "documentation":"Location information for the manifest file.
" + } + }, + "documentation":"Information about the location of a manifest file that Amazon Lookout for Vision uses to to create a dataset.
" + }, + "DatasetStatus":{ + "type":"string", + "enum":[ + "CREATE_IN_PROGRESS", + "CREATE_COMPLETE", + "CREATE_FAILED", + "UPDATE_IN_PROGRESS", + "UPDATE_COMPLETE", + "UPDATE_FAILED_ROLLBACK_IN_PROGRESS", + "UPDATE_FAILED_ROLLBACK_COMPLETE", + "DELETE_IN_PROGRESS", + "DELETE_COMPLETE", + "DELETE_FAILED" + ] + }, + "DatasetStatusMessage":{"type":"string"}, + "DatasetType":{ + "type":"string", + "max":10, + "min":1, + "pattern":"train|test" + }, + "DateTime":{"type":"timestamp"}, + "DeleteDatasetRequest":{ + "type":"structure", + "required":[ + "ProjectName", + "DatasetType" + ], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project that contains the dataset that you want to delete.
", + "location":"uri", + "locationName":"projectName" + }, + "DatasetType":{ + "shape":"DatasetType", + "documentation":"The type of the dataset to delete. Specify train to delete the training dataset. Specify test to delete the test dataset. To delete the dataset in a single dataset project, specify train.
ClientToken is an idempotency token that ensures a call to DeleteDataset completes only once. You choose the value to pass. For example, An issue might prevent you from getting a response from DeleteDataset. In this case, safely retry your call to DeleteDataset by using the same ClientToken parameter value.
If you don't supply a value for ClientToken, the AWS SDK you are using inserts a value for you. This prevents retries after a network error from making multiple deletetion requests. You'll need to provide your own value for other use cases.
An error occurs if the other input parameters are not the same as in the first request. Using a different value for ClientToken is considered a new call to DeleteDataset. An idempotency token is active for 8 hours.
The name of the project that contains the model that you want to delete.
", + "location":"uri", + "locationName":"projectName" + }, + "ModelVersion":{ + "shape":"ModelVersionNoLatest", + "documentation":"The version of the model that you want to delete.
", + "location":"uri", + "locationName":"modelVersion" + }, + "ClientToken":{ + "shape":"ClientToken", + "documentation":"ClientToken is an idempotency token that ensures a call to DeleteModel completes only once. You choose the value to pass. For example, an issue might prevent you from getting a response from DeleteModel. In this case, safely retry your call to DeleteModel by using the same ClientToken parameter value.
If you don't supply a value for ClientToken, the AWS SDK you are using inserts a value for you. This prevents retries after a network error from making multiple model deletion requests. You'll need to provide your own value for other use cases.
An error occurs if the other input parameters are not the same as in the first request. Using a different value for ClientToken is considered a new call to DeleteModel. An idempotency token is active for 8 hours.
The Amazon Resource Name (ARN) of the model that was deleted.
" + } + } + }, + "DeleteProjectRequest":{ + "type":"structure", + "required":["ProjectName"], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project to delete.
", + "location":"uri", + "locationName":"projectName" + }, + "ClientToken":{ + "shape":"ClientToken", + "documentation":"ClientToken is an idempotency token that ensures a call to DeleteProject completes only once. You choose the value to pass. For example, An issue might prevent you from getting a response from DeleteProject. In this case, safely retry your call to DeleteProject by using the same ClientToken parameter value.
If you don't supply a value for ClientToken, the AWS SDK you are using inserts a value for you. This prevents retries after a network error from making multiple project deletion requests. You'll need to provide your own value for other use cases.
An error occurs if the other input parameters are not the same as in the first request. Using a different value for ClientToken is considered a new call to DeleteProject. An idempotency token is active for 8 hours.
The Amazon Resource Name (ARN) of the project that was deleted.
" + } + } + }, + "DescribeDatasetRequest":{ + "type":"structure", + "required":[ + "ProjectName", + "DatasetType" + ], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project that contains the dataset that you want to describe.
", + "location":"uri", + "locationName":"projectName" + }, + "DatasetType":{ + "shape":"DatasetType", + "documentation":"The type of the dataset to describe. Specify train to describe the training dataset. Specify test to describe the test dataset. If you have a single dataset project, specify train
The description of the requested dataset.
" + } + } + }, + "DescribeModelPackagingJobRequest":{ + "type":"structure", + "required":[ + "ProjectName", + "JobName" + ], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project that contains the model packaging job that you want to describe.
", + "location":"uri", + "locationName":"projectName" + }, + "JobName":{ + "shape":"ModelPackagingJobName", + "documentation":"The job name for the model packaging job.
", + "location":"uri", + "locationName":"jobName" + } + } + }, + "DescribeModelPackagingJobResponse":{ + "type":"structure", + "members":{ + "ModelPackagingDescription":{ + "shape":"ModelPackagingDescription", + "documentation":"The description of the model packaging job.
" + } + } + }, + "DescribeModelRequest":{ + "type":"structure", + "required":[ + "ProjectName", + "ModelVersion" + ], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The project that contains the version of a model that you want to describe.
", + "location":"uri", + "locationName":"projectName" + }, + "ModelVersion":{ + "shape":"ModelVersion", + "documentation":"The version of the model that you want to describe.
", + "location":"uri", + "locationName":"modelVersion" + } + } + }, + "DescribeModelResponse":{ + "type":"structure", + "members":{ + "ModelDescription":{ + "shape":"ModelDescription", + "documentation":"Contains the description of the model.
" + } + } + }, + "DescribeProjectRequest":{ + "type":"structure", + "required":["ProjectName"], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project that you want to describe.
", + "location":"uri", + "locationName":"projectName" + } + } + }, + "DescribeProjectResponse":{ + "type":"structure", + "members":{ + "ProjectDescription":{ + "shape":"ProjectDescription", + "documentation":"The description of the project.
" + } + } + }, + "DetectAnomaliesRequest":{ + "type":"structure", + "required":[ + "ProjectName", + "ModelVersion", + "Body", + "ContentType" + ], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project that contains the model version that you want to use.
", + "location":"uri", + "locationName":"projectName" + }, + "ModelVersion":{ + "shape":"ModelVersion", + "documentation":"The version of the model that you want to use.
", + "location":"uri", + "locationName":"modelVersion" + }, + "Body":{ + "shape":"Stream", + "documentation":"The unencrypted image bytes that you want to analyze.
" + }, + "ContentType":{ + "shape":"ContentType", + "documentation":"The type of the image passed in Body. Valid values are image/png (PNG format images) and image/jpeg (JPG format images).
The results of the DetectAnomalies operation.
The source of the image that was analyzed. direct means that the images was supplied from the local computer. No other values are supported.
True if Amazon Lookout for Vision classifies the image as containing an anomaly, otherwise false.
" + }, + "Confidence":{ + "shape":"Float", + "documentation":"The confidence that Lookout for Vision has in the accuracy of the classification in IsAnomalous.
If the model is an image segmentation model, Anomalies contains a list of anomaly types found in the image. There is one entry for each type of anomaly found (even if multiple instances of an anomaly type exist on the image). The first element in the list is always an anomaly type representing the image background ('background') and shouldn't be considered an anomaly. Amazon Lookout for Vision automatically add the background anomaly type to the response, and you don't need to declare a background anomaly type in your dataset.
If the list has one entry ('background'), no anomalies were found on the image.
An image classification model doesn't return an Anomalies list.
If the model is an image segmentation model, AnomalyMask contains pixel masks that covers all anomaly types found on the image. Each anomaly type has a different mask color. To map a color to an anomaly type, see the color field of the PixelAnomaly object.
An image classification model doesn't return an Anomalies list.
The prediction results from a call to DetectAnomalies. DetectAnomalyResult includes classification information for the prediction (IsAnomalous and Confidence). If the model you use is an image segementation model, DetectAnomalyResult also includes segmentation information (Anomalies and AnomalyMask). Classification information is calculated separately from segmentation information and you shouldn't assume a relationship between them.
Additional compiler options for the Greengrass component. Currently, only NVIDIA Graphics Processing Units (GPU) and CPU accelerators are supported. If you specify TargetDevice, don't specify CompilerOptions.
For more information, see Compiler options in the Amazon Lookout for Vision Developer Guide.
" + }, + "TargetDevice":{ + "shape":"TargetDevice", + "documentation":"The target device for the model. Currently the only supported value is jetson_xavier. If you specify TargetDevice, you can't specify TargetPlatform.
The target platform for the model. If you specify TargetPlatform, you can't specify TargetDevice.
An S3 location in which Lookout for Vision stores the component artifacts.
" + }, + "ComponentName":{ + "shape":"ComponentName", + "documentation":"A name for the AWS IoT Greengrass component.
" + }, + "ComponentVersion":{ + "shape":"ComponentVersion", + "documentation":"A Version for the AWS IoT Greengrass component. If you don't provide a value, a default value of Model Version.0.0 is used.
A description for the AWS IoT Greengrass component.
" + }, + "Tags":{ + "shape":"TagList", + "documentation":"A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
" + } + }, + "documentation":"Configuration information for the AWS IoT Greengrass component created in a model packaging job. For more information, see StartModelPackagingJob.
You can't specify a component with the same ComponentName and Componentversion as an existing component with the same component name and component version.
The Amazon Resource Name (ARN) of the component.
" + }, + "ComponentName":{ + "shape":"ComponentName", + "documentation":"The name of the component.
" + }, + "ComponentVersion":{ + "shape":"ComponentVersion", + "documentation":"The version of the component.
" + } + }, + "documentation":"Information about the AWS IoT Greengrass component created by a model packaging job.
" + }, + "ImageSource":{ + "type":"structure", + "members":{ + "Type":{ + "shape":"ImageSourceType", + "documentation":"The type of the image.
" + } + }, + "documentation":"The source for an image.
" + }, + "ImageSourceType":{ + "type":"string", + "pattern":"direct" + }, + "InferenceUnits":{ + "type":"integer", + "min":1 + }, + "InputS3Object":{ + "type":"structure", + "required":[ + "Bucket", + "Key" + ], + "members":{ + "Bucket":{ + "shape":"S3BucketName", + "documentation":"The Amazon S3 bucket that contains the manifest.
" + }, + "Key":{ + "shape":"S3ObjectKey", + "documentation":"The name and location of the manifest file withiin the bucket.
" + }, + "VersionId":{ + "shape":"S3ObjectVersion", + "documentation":"The version ID of the bucket.
" + } + }, + "documentation":"Amazon S3 Location information for an input manifest file.
" + }, + "Integer":{"type":"integer"}, + "InternalServerException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"ExceptionString"}, + "RetryAfterSeconds":{ + "shape":"RetryAfterSeconds", + "documentation":"The period of time, in seconds, before the operation can be retried.
", + "location":"header", + "locationName":"Retry-After" + } + }, + "documentation":"Amazon Lookout for Vision experienced a service issue. Try your call again.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "IsLabeled":{"type":"boolean"}, + "KmsKeyId":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$" + }, + "ListDatasetEntriesRequest":{ + "type":"structure", + "required":[ + "ProjectName", + "DatasetType" + ], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project that contains the dataset that you want to list.
", + "location":"uri", + "locationName":"projectName" + }, + "DatasetType":{ + "shape":"DatasetType", + "documentation":"The type of the dataset that you want to list. Specify train to list the training dataset. Specify test to list the test dataset. If you have a single dataset project, specify train.
Specify true to include labeled entries, otherwise specify false. If you don't specify a value, Lookout for Vision returns all entries.
Specify normal to include only normal images. Specify anomaly to only include anomalous entries. If you don't specify a value, Amazon Lookout for Vision returns normal and anomalous images.
Only includes entries before the specified date in the response. For example, 2020-06-23T00:00:00.
Only includes entries after the specified date in the response. For example, 2020-06-23T00:00:00.
If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of dataset entries.
", + "location":"querystring", + "locationName":"nextToken" + }, + "MaxResults":{ + "shape":"PageSize", + "documentation":"The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.
", + "location":"querystring", + "locationName":"maxResults" + }, + "SourceRefContains":{ + "shape":"QueryString", + "documentation":"Perform a \"contains\" search on the values of the source-ref key within the dataset. For example a value of \"IMG_17\" returns all JSON Lines where the source-ref key value matches *IMG_17*.
A list of the entries (JSON Lines) within the dataset.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set ofdataset entries.
" + } + } + }, + "ListModelPackagingJobsRequest":{ + "type":"structure", + "required":["ProjectName"], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project for which you want to list the model packaging jobs.
", + "location":"uri", + "locationName":"projectName" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "MaxResults":{ + "shape":"PageSize", + "documentation":"The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListModelPackagingJobsResponse":{ + "type":"structure", + "members":{ + "ModelPackagingJobs":{ + "shape":"ModelPackagingJobsList", + "documentation":"A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
" + } + } + }, + "ListModelsRequest":{ + "type":"structure", + "required":["ProjectName"], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project that contains the model versions that you want to list.
", + "location":"uri", + "locationName":"projectName" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of models.
", + "location":"querystring", + "locationName":"nextToken" + }, + "MaxResults":{ + "shape":"PageSize", + "documentation":"The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListModelsResponse":{ + "type":"structure", + "members":{ + "Models":{ + "shape":"ModelMetadataList", + "documentation":"A list of model versions in the specified project.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set of models.
" + } + } + }, + "ListProjectsRequest":{ + "type":"structure", + "members":{ + "NextToken":{ + "shape":"PaginationToken", + "documentation":"If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of projects.
", + "location":"querystring", + "locationName":"nextToken" + }, + "MaxResults":{ + "shape":"PageSize", + "documentation":"The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.
", + "location":"querystring", + "locationName":"maxResults" + } + } + }, + "ListProjectsResponse":{ + "type":"structure", + "members":{ + "Projects":{ + "shape":"ProjectMetadataList", + "documentation":"A list of projects in your AWS account.
" + }, + "NextToken":{ + "shape":"PaginationToken", + "documentation":"If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set of projects.
" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ResourceArn":{ + "shape":"TagArn", + "documentation":"The Amazon Resource Name (ARN) of the model for which you want to list tags.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "Tags":{ + "shape":"TagList", + "documentation":"A map of tag keys and values attached to the specified model.
" + } + } + }, + "ModelArn":{"type":"string"}, + "ModelDescription":{ + "type":"structure", + "members":{ + "ModelVersion":{ + "shape":"ModelVersion", + "documentation":"The version of the model
" + }, + "ModelArn":{ + "shape":"ModelArn", + "documentation":"The Amazon Resource Name (ARN) of the model.
" + }, + "CreationTimestamp":{ + "shape":"DateTime", + "documentation":"The unix timestamp for the date and time that the model was created.
" + }, + "Description":{ + "shape":"ModelDescriptionMessage", + "documentation":"The description for the model.
" + }, + "Status":{ + "shape":"ModelStatus", + "documentation":"The status of the model.
" + }, + "StatusMessage":{ + "shape":"ModelStatusMessage", + "documentation":"The status message for the model.
" + }, + "Performance":{ + "shape":"ModelPerformance", + "documentation":"Performance metrics for the model. Created during training.
" + }, + "OutputConfig":{ + "shape":"OutputConfig", + "documentation":"The S3 location where Amazon Lookout for Vision saves model training files.
" + }, + "EvaluationManifest":{ + "shape":"OutputS3Object", + "documentation":"The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained model and generate the performance scores.
" + }, + "EvaluationResult":{ + "shape":"OutputS3Object", + "documentation":"The S3 location where Amazon Lookout for Vision saves the performance metrics.
" + }, + "EvaluationEndTimestamp":{ + "shape":"DateTime", + "documentation":"The unix timestamp for the date and time that the evaluation ended.
" + }, + "KmsKeyId":{ + "shape":"KmsKeyId", + "documentation":"The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt the model during training.
" + }, + "MinInferenceUnits":{ + "shape":"InferenceUnits", + "documentation":"The minimum number of inference units used by the model. For more information, see StartModel
" + }, + "MaxInferenceUnits":{ + "shape":"InferenceUnits", + "documentation":"The maximum number of inference units Amazon Lookout for Vision uses to auto-scale the model. For more information, see StartModel.
" + } + }, + "documentation":"Describes an Amazon Lookout for Vision model.
" + }, + "ModelDescriptionMessage":{ + "type":"string", + "max":500, + "min":1, + "pattern":"[0-9A-Za-z\\.\\-_]*" + }, + "ModelHostingStatus":{ + "type":"string", + "enum":[ + "STARTING_HOSTING", + "HOSTED", + "HOSTING_FAILED", + "STOPPING_HOSTING", + "SYSTEM_UPDATING" + ] + }, + "ModelMetadata":{ + "type":"structure", + "members":{ + "CreationTimestamp":{ + "shape":"DateTime", + "documentation":"The unix timestamp for the date and time that the model was created.
" + }, + "ModelVersion":{ + "shape":"ModelVersion", + "documentation":"The version of the model.
" + }, + "ModelArn":{ + "shape":"ModelArn", + "documentation":"The Amazon Resource Name (ARN) of the model.
" + }, + "Description":{ + "shape":"ModelDescriptionMessage", + "documentation":"The description for the model.
" + }, + "Status":{ + "shape":"ModelStatus", + "documentation":"The status of the model.
" + }, + "StatusMessage":{ + "shape":"ModelStatusMessage", + "documentation":"The status message for the model.
" + }, + "Performance":{ + "shape":"ModelPerformance", + "documentation":"Performance metrics for the model. Not available until training has successfully completed.
" + } + }, + "documentation":"Describes an Amazon Lookout for Vision model.
" + }, + "ModelMetadataList":{ + "type":"list", + "member":{"shape":"ModelMetadata"} + }, + "ModelPackagingConfiguration":{ + "type":"structure", + "required":["Greengrass"], + "members":{ + "Greengrass":{ + "shape":"GreengrassConfiguration", + "documentation":"Configuration information for the AWS IoT Greengrass component in a model packaging job.
" + } + }, + "documentation":"Configuration information for a Amazon Lookout for Vision model packaging job. For more information, see StartModelPackagingJob.
" + }, + "ModelPackagingDescription":{ + "type":"structure", + "members":{ + "JobName":{ + "shape":"ModelPackagingJobName", + "documentation":"The name of the model packaging job.
" + }, + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project that's associated with a model that's in the model package.
" + }, + "ModelVersion":{ + "shape":"ModelVersion", + "documentation":"The version of the model used in the model packaging job.
" + }, + "ModelPackagingConfiguration":{ + "shape":"ModelPackagingConfiguration", + "documentation":"The configuration information used in the model packaging job.
" + }, + "ModelPackagingJobDescription":{ + "shape":"ModelPackagingJobDescription", + "documentation":"The description for the model packaging job.
" + }, + "ModelPackagingMethod":{ + "shape":"ModelPackagingMethod", + "documentation":"The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.
" + }, + "ModelPackagingOutputDetails":{ + "shape":"ModelPackagingOutputDetails", + "documentation":"Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.
" + }, + "Status":{ + "shape":"ModelPackagingJobStatus", + "documentation":"The status of the model packaging job.
" + }, + "StatusMessage":{ + "shape":"ModelPackagingStatusMessage", + "documentation":"The status message for the model packaging job.
" + }, + "CreationTimestamp":{ + "shape":"DateTime", + "documentation":"The Unix timestamp for the time and date that the model packaging job was created.
" + }, + "LastUpdatedTimestamp":{ + "shape":"DateTime", + "documentation":"The Unix timestamp for the time and date that the model packaging job was last updated.
" + } + }, + "documentation":"Information about a model packaging job. For more information, see DescribeModelPackagingJob.
" + }, + "ModelPackagingJobDescription":{ + "type":"string", + "max":256, + "min":1, + "pattern":"[a-zA-Z0-9-_. ()':,;?]+" + }, + "ModelPackagingJobMetadata":{ + "type":"structure", + "members":{ + "JobName":{ + "shape":"ModelPackagingJobName", + "documentation":"The name of the model packaging job.
" + }, + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The project that contains the model that is in the model package.
" + }, + "ModelVersion":{ + "shape":"ModelVersion", + "documentation":"The version of the model that is in the model package.
" + }, + "ModelPackagingJobDescription":{ + "shape":"ModelPackagingJobDescription", + "documentation":"The description for the model packaging job.
" + }, + "ModelPackagingMethod":{ + "shape":"ModelPackagingMethod", + "documentation":"The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.
" + }, + "Status":{ + "shape":"ModelPackagingJobStatus", + "documentation":"The status of the model packaging job.
" + }, + "StatusMessage":{ + "shape":"ModelPackagingStatusMessage", + "documentation":"The status message for the model packaging job.
" + }, + "CreationTimestamp":{ + "shape":"DateTime", + "documentation":"The Unix timestamp for the time and date that the model packaging job was created.
" + }, + "LastUpdatedTimestamp":{ + "shape":"DateTime", + "documentation":"The Unix timestamp for the time and date that the model packaging job was last updated.
" + } + }, + "documentation":"Metadata for a model packaging job. For more information, see ListModelPackagingJobs.
" + }, + "ModelPackagingJobName":{ + "type":"string", + "max":64, + "min":1, + "pattern":"[a-zA-Z0-9-]+" + }, + "ModelPackagingJobStatus":{ + "type":"string", + "enum":[ + "CREATED", + "RUNNING", + "SUCCEEDED", + "FAILED" + ] + }, + "ModelPackagingJobsList":{ + "type":"list", + "member":{"shape":"ModelPackagingJobMetadata"} + }, + "ModelPackagingMethod":{ + "type":"string", + "max":32, + "min":1, + "pattern":"^[a-zA-Z0-9]+" + }, + "ModelPackagingOutputDetails":{ + "type":"structure", + "members":{ + "Greengrass":{ + "shape":"GreengrassOutputDetails", + "documentation":"Information about the AWS IoT Greengrass component in a model packaging job.
" + } + }, + "documentation":"Information about the output from a model packaging job.
" + }, + "ModelPackagingStatusMessage":{"type":"string"}, + "ModelPerformance":{ + "type":"structure", + "members":{ + "F1Score":{ + "shape":"Float", + "documentation":"The overall F1 score metric for the trained model.
" + }, + "Recall":{ + "shape":"Float", + "documentation":"The overall recall metric value for the trained model.
" + }, + "Precision":{ + "shape":"Float", + "documentation":"The overall precision metric value for the trained model.
" + } + }, + "documentation":"Information about the evaluation performance of a trained model.
" + }, + "ModelStatus":{ + "type":"string", + "enum":[ + "TRAINING", + "TRAINED", + "TRAINING_FAILED", + "STARTING_HOSTING", + "HOSTED", + "HOSTING_FAILED", + "STOPPING_HOSTING", + "SYSTEM_UPDATING", + "DELETING" + ] + }, + "ModelStatusMessage":{"type":"string"}, + "ModelVersion":{ + "type":"string", + "max":10, + "min":1, + "pattern":"([1-9][0-9]*|latest)" + }, + "ModelVersionNoLatest":{ + "type":"string", + "max":10, + "min":1, + "pattern":"([1-9][0-9]*)" + }, + "OutputConfig":{ + "type":"structure", + "required":["S3Location"], + "members":{ + "S3Location":{ + "shape":"S3Location", + "documentation":"The S3 location for the output.
" + } + }, + "documentation":"The S3 location where Amazon Lookout for Vision saves model training files.
" + }, + "OutputS3Object":{ + "type":"structure", + "required":[ + "Bucket", + "Key" + ], + "members":{ + "Bucket":{ + "shape":"S3BucketName", + "documentation":"The bucket that contains the training output.
" + }, + "Key":{ + "shape":"S3ObjectKey", + "documentation":"The location of the training output in the bucket.
" + } + }, + "documentation":"The S3 location where Amazon Lookout for Vision saves training output.
" + }, + "PageSize":{ + "type":"integer", + "max":100, + "min":1 + }, + "PaginationToken":{ + "type":"string", + "max":2048, + "pattern":"^[a-zA-Z0-9\\/\\+\\=]{0,2048}$" + }, + "PixelAnomaly":{ + "type":"structure", + "members":{ + "TotalPercentageArea":{ + "shape":"Float", + "documentation":"The percentage area of the image that the anomaly type covers.
" + }, + "Color":{ + "shape":"Color", + "documentation":"A hex color value for the mask that covers an anomaly type. Each anomaly type has a different mask color. The color maps to the color of the anomaly type used in the training dataset.
" + } + }, + "documentation":"Information about the pixels in an anomaly mask. For more information, see Anomaly. PixelAnomaly is only returned by image segmentation models.
The Amazon Resource Name (ARN) of the project.
" + }, + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project.
" + }, + "CreationTimestamp":{ + "shape":"DateTime", + "documentation":"The unix timestamp for the date and time that the project was created.
" + }, + "Datasets":{ + "shape":"DatasetMetadataList", + "documentation":"A list of datasets in the project.
" + } + }, + "documentation":"Describe an Amazon Lookout for Vision project. For more information, see DescribeProject.
" + }, + "ProjectMetadata":{ + "type":"structure", + "members":{ + "ProjectArn":{ + "shape":"ProjectArn", + "documentation":"The Amazon Resource Name (ARN) of the project.
" + }, + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project.
" + }, + "CreationTimestamp":{ + "shape":"DateTime", + "documentation":"The unix timestamp for the date and time that the project was created.
" + } + }, + "documentation":"Metadata about an Amazon Lookout for Vision project.
" + }, + "ProjectMetadataList":{ + "type":"list", + "member":{"shape":"ProjectMetadata"} + }, + "ProjectName":{ + "type":"string", + "max":255, + "min":1, + "pattern":"[a-zA-Z0-9][a-zA-Z0-9_\\-]*" + }, + "QueryString":{ + "type":"string", + "max":2048, + "min":1, + "pattern":".*\\S.*" + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":[ + "Message", + "ResourceId", + "ResourceType" + ], + "members":{ + "Message":{"shape":"ExceptionString"}, + "ResourceId":{ + "shape":"ExceptionString", + "documentation":"The ID of the resource.
" + }, + "ResourceType":{ + "shape":"ResourceType", + "documentation":"The type of the resource.
" + } + }, + "documentation":"The resource could not be found.
", + "error":{"httpStatusCode":404}, + "exception":true + }, + "ResourceType":{ + "type":"string", + "enum":[ + "PROJECT", + "DATASET", + "MODEL", + "TRIAL", + "MODEL_PACKAGE_JOB" + ] + }, + "RetryAfterSeconds":{"type":"integer"}, + "S3BucketName":{ + "type":"string", + "max":63, + "min":3, + "pattern":"[0-9A-Za-z\\.\\-_]*" + }, + "S3KeyPrefix":{ + "type":"string", + "max":1024, + "pattern":"^([a-zA-Z0-9!_.*'()-][/a-zA-Z0-9!_.*'()-]*)?$" + }, + "S3Location":{ + "type":"structure", + "required":["Bucket"], + "members":{ + "Bucket":{ + "shape":"S3BucketName", + "documentation":"The S3 bucket that contains the training or model packaging job output. If you are training a model, the bucket must in your AWS account. If you use an S3 bucket for a model packaging job, the S3 bucket must be in the same AWS Region and AWS account in which you use AWS IoT Greengrass.
" + }, + "Prefix":{ + "shape":"S3KeyPrefix", + "documentation":"The path of the folder, within the S3 bucket, that contains the output.
" + } + }, + "documentation":"Information about the location of training output or the output of a model packaging job.
" + }, + "S3ObjectKey":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"^([a-zA-Z0-9!_.*'()-][/a-zA-Z0-9!_.*'()-]*)?$" + }, + "S3ObjectVersion":{ + "type":"string", + "max":1024, + "min":1, + "pattern":".*" + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "required":[ + "Message", + "QuotaCode", + "ServiceCode" + ], + "members":{ + "Message":{"shape":"ExceptionString"}, + "ResourceId":{ + "shape":"ExceptionString", + "documentation":"The ID of the resource.
" + }, + "ResourceType":{ + "shape":"ResourceType", + "documentation":"The type of the resource.
" + }, + "QuotaCode":{ + "shape":"ExceptionString", + "documentation":"The quota code.
" + }, + "ServiceCode":{ + "shape":"ExceptionString", + "documentation":"The service code.
" + } + }, + "documentation":"A service quota was exceeded the allowed limit. For more information, see Limits in Amazon Lookout for Vision in the Amazon Lookout for Vision Developer Guide.
", + "error":{"httpStatusCode":402}, + "exception":true + }, + "StartModelPackagingJobRequest":{ + "type":"structure", + "required":[ + "ProjectName", + "ModelVersion", + "Configuration" + ], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project which contains the version of the model that you want to package.
", + "location":"uri", + "locationName":"projectName" + }, + "ModelVersion":{ + "shape":"ModelVersion", + "documentation":"The version of the model within the project that you want to package.
" + }, + "JobName":{ + "shape":"ModelPackagingJobName", + "documentation":"A name for the model packaging job. If you don't supply a value, the service creates a job name for you.
" + }, + "Configuration":{ + "shape":"ModelPackagingConfiguration", + "documentation":"The configuration for the model packaging job.
" + }, + "Description":{ + "shape":"ModelPackagingJobDescription", + "documentation":"A description for the model packaging job.
" + }, + "ClientToken":{ + "shape":"ClientToken", + "documentation":"ClientToken is an idempotency token that ensures a call to StartModelPackagingJob completes only once. You choose the value to pass. For example, An issue might prevent you from getting a response from StartModelPackagingJob. In this case, safely retry your call to StartModelPackagingJob by using the same ClientToken parameter value.
If you don't supply a value for ClientToken, the AWS SDK you are using inserts a value for you. This prevents retries after a network error from making multiple dataset creation requests. You'll need to provide your own value for other use cases.
An error occurs if the other input parameters are not the same as in the first request. Using a different value for ClientToken is considered a new call to StartModelPackagingJob. An idempotency token is active for 8 hours.
The job name for the model packaging job. If you don't supply a job name in the JobName input parameter, the service creates a job name for you.
The name of the project that contains the model that you want to start.
", + "location":"uri", + "locationName":"projectName" + }, + "ModelVersion":{ + "shape":"ModelVersion", + "documentation":"The version of the model that you want to start.
", + "location":"uri", + "locationName":"modelVersion" + }, + "MinInferenceUnits":{ + "shape":"InferenceUnits", + "documentation":"The minimum number of inference units to use. A single inference unit represents 1 hour of processing. Use a higher number to increase the TPS throughput of your model. You are charged for the number of inference units that you use.
" + }, + "ClientToken":{ + "shape":"ClientToken", + "documentation":"ClientToken is an idempotency token that ensures a call to StartModel completes only once. You choose the value to pass. For example, An issue might prevent you from getting a response from StartModel. In this case, safely retry your call to StartModel by using the same ClientToken parameter value.
If you don't supply a value for ClientToken, the AWS SDK you are using inserts a value for you. This prevents retries after a network error from making multiple start requests. You'll need to provide your own value for other use cases.
An error occurs if the other input parameters are not the same as in the first request. Using a different value for ClientToken is considered a new call to StartModel. An idempotency token is active for 8 hours.
The maximum number of inference units to use for auto-scaling the model. If you don't specify a value, Amazon Lookout for Vision doesn't auto-scale the model.
" + } + } + }, + "StartModelResponse":{ + "type":"structure", + "members":{ + "Status":{ + "shape":"ModelHostingStatus", + "documentation":"The current running status of the model.
" + } + } + }, + "StopModelRequest":{ + "type":"structure", + "required":[ + "ProjectName", + "ModelVersion" + ], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project that contains the model that you want to stop.
", + "location":"uri", + "locationName":"projectName" + }, + "ModelVersion":{ + "shape":"ModelVersion", + "documentation":"The version of the model that you want to stop.
", + "location":"uri", + "locationName":"modelVersion" + }, + "ClientToken":{ + "shape":"ClientToken", + "documentation":"ClientToken is an idempotency token that ensures a call to StopModel completes only once. You choose the value to pass. For example, An issue might prevent you from getting a response from StopModel. In this case, safely retry your call to StopModel by using the same ClientToken parameter value.
If you don't supply a value for ClientToken, the AWS SDK you are using inserts a value for you. This prevents retries after a network error from making multiple stop requests. You'll need to provide your own value for other use cases.
An error occurs if the other input parameters are not the same as in the first request. Using a different value for ClientToken is considered a new call to StopModel. An idempotency token is active for 8 hours.
The status of the model.
" + } + } + }, + "Stream":{ + "type":"blob", + "requiresLength":true, + "streaming":true + }, + "Tag":{ + "type":"structure", + "required":[ + "Key", + "Value" + ], + "members":{ + "Key":{ + "shape":"TagKey", + "documentation":"The key of the tag that is attached to the specified model.
" + }, + "Value":{ + "shape":"TagValue", + "documentation":"The value of the tag that is attached to the specified model.
" + } + }, + "documentation":"A key and value pair that is attached to the specified Amazon Lookout for Vision model.
" + }, + "TagArn":{ + "type":"string", + "max":1011, + "min":1 + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":200, + "min":0 + }, + "TagList":{ + "type":"list", + "member":{"shape":"Tag"}, + "max":200, + "min":0 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceArn", + "Tags" + ], + "members":{ + "ResourceArn":{ + "shape":"TagArn", + "documentation":"The Amazon Resource Name (ARN) of the model to assign the tags.
", + "location":"uri", + "locationName":"resourceArn" + }, + "Tags":{ + "shape":"TagList", + "documentation":"The key-value tags to assign to the model.
" + } + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0, + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + }, + "TargetDevice":{ + "type":"string", + "enum":["jetson_xavier"] + }, + "TargetPlatform":{ + "type":"structure", + "required":[ + "Os", + "Arch" + ], + "members":{ + "Os":{ + "shape":"TargetPlatformOs", + "documentation":"The target operating system for the model. Linux is the only operating system that is currently supported.
" + }, + "Arch":{ + "shape":"TargetPlatformArch", + "documentation":"The target architecture for the model. The currently supported architectures are X86_64 (64-bit version of the x86 instruction set) and ARM_64 (ARMv8 64-bit CPU).
" + }, + "Accelerator":{ + "shape":"TargetPlatformAccelerator", + "documentation":"The target accelerator for the model. Currently, Amazon Lookout for Vision only supports NVIDIA (Nvidia graphics processing unit) and CPU accelerators. If you specify NVIDIA as an accelerator, you must also specify the gpu-code, trt-ver, and cuda-ver compiler options. If you don't specify an accelerator, Lookout for Vision uses the CPU for compilation and we highly recommend that you use the GreengrassConfiguration$CompilerOptions field. For example, you can use the following compiler options for CPU:
mcpu: CPU micro-architecture. For example, {'mcpu': 'skylake-avx512'}
mattr: CPU flags. For example, {'mattr': ['+neon', '+vfpv4']}
The platform on which a model runs on an AWS IoT Greengrass core device.
" + }, + "TargetPlatformAccelerator":{ + "type":"string", + "enum":["NVIDIA"] + }, + "TargetPlatformArch":{ + "type":"string", + "enum":[ + "ARM64", + "X86_64" + ] + }, + "TargetPlatformOs":{ + "type":"string", + "enum":["LINUX"] + }, + "ThrottlingException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"ExceptionString"}, + "QuotaCode":{ + "shape":"ExceptionString", + "documentation":"The quota code.
" + }, + "ServiceCode":{ + "shape":"ExceptionString", + "documentation":"The service code.
" + }, + "RetryAfterSeconds":{ + "shape":"RetryAfterSeconds", + "documentation":"The period of time, in seconds, before the operation can be retried.
", + "location":"header", + "locationName":"Retry-After" + } + }, + "documentation":"Amazon Lookout for Vision is temporarily unable to process the request. Try your call again.
", + "error":{"httpStatusCode":429}, + "exception":true + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceArn", + "TagKeys" + ], + "members":{ + "ResourceArn":{ + "shape":"TagArn", + "documentation":"The Amazon Resource Name (ARN) of the model from which you want to remove tags.
", + "location":"uri", + "locationName":"resourceArn" + }, + "TagKeys":{ + "shape":"TagKeyList", + "documentation":"A list of the keys of the tags that you want to remove.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateDatasetEntriesRequest":{ + "type":"structure", + "required":[ + "ProjectName", + "DatasetType", + "Changes" + ], + "members":{ + "ProjectName":{ + "shape":"ProjectName", + "documentation":"The name of the project that contains the dataset that you want to update.
", + "location":"uri", + "locationName":"projectName" + }, + "DatasetType":{ + "shape":"DatasetType", + "documentation":"The type of the dataset that you want to update. Specify train to update the training dataset. Specify test to update the test dataset. If you have a single dataset project, specify train.
The entries to add to the dataset.
" + }, + "ClientToken":{ + "shape":"ClientToken", + "documentation":"ClientToken is an idempotency token that ensures a call to UpdateDatasetEntries completes only once. You choose the value to pass. For example, An issue might prevent you from getting a response from UpdateDatasetEntries. In this case, safely retry your call to UpdateDatasetEntries by using the same ClientToken parameter value.
If you don't supply a value for ClientToken, the AWS SDK you are using inserts a value for you. This prevents retries after a network error from making multiple updates with the same dataset entries. You'll need to provide your own value for other use cases.
An error occurs if the other input parameters are not the same as in the first request. Using a different value for ClientToken is considered a new call to UpdateDatasetEntries. An idempotency token is active for 8 hours.
The status of the dataset update.
" + } + } + }, + "ValidationException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"ExceptionString"} + }, + "documentation":"An input validation error occured. For example, invalid characters in a project name, or if a pagination token is invalid.
", + "error":{"httpStatusCode":400}, + "exception":true + } + }, + "documentation":"This is the Amazon Lookout for Vision API Reference. It provides descriptions of actions, data types, common parameters, and common errors.
Amazon Lookout for Vision enables you to find visual defects in industrial products, accurately and at scale. It uses computer vision to identify missing components in an industrial product, damage to vehicles or structures, irregularities in production lines, and even minuscule defects in silicon wafers — or any other physical item where quality is important such as a missing capacitor on printed circuit boards.
" +} diff --git a/testbed/boto__botocore/botocore/data/neptunedata/2023-08-01/paginators-1.json b/testbed/boto__botocore/botocore/data/neptunedata/2023-08-01/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..ea142457a6a77d6e6a54942329f1199bc2f2a60c --- /dev/null +++ b/testbed/boto__botocore/botocore/data/neptunedata/2023-08-01/paginators-1.json @@ -0,0 +1,3 @@ +{ + "pagination": {} +} diff --git a/testbed/boto__botocore/botocore/data/neptunedata/2023-08-01/service-2.json b/testbed/boto__botocore/botocore/data/neptunedata/2023-08-01/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..25ab06cd4dc6241f2eab61c54a29e568abe93810 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/neptunedata/2023-08-01/service-2.json @@ -0,0 +1,4511 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2023-08-01", + "endpointPrefix":"neptune-db", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceFullName":"Amazon NeptuneData", + "serviceId":"neptunedata", + "signatureVersion":"v4", + "signingName":"neptune-db", + "uid":"neptunedata-2023-08-01" + }, + "operations":{ + "CancelGremlinQuery":{ + "name":"CancelGremlinQuery", + "http":{ + "method":"DELETE", + "requestUri":"/gremlin/status/{queryId}", + "responseCode":200 + }, + "input":{"shape":"CancelGremlinQueryInput"}, + "output":{"shape":"CancelGremlinQueryOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"FailureByQueryException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ParsingException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"TimeLimitExceededException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Cancels a Gremlin query. See Gremlin query cancellation for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelQuery IAM action in that cluster.
", + "idempotent":true + }, + "CancelLoaderJob":{ + "name":"CancelLoaderJob", + "http":{ + "method":"DELETE", + "requestUri":"/loader/{loadId}", + "responseCode":200 + }, + "input":{"shape":"CancelLoaderJobInput"}, + "output":{"shape":"CancelLoaderJobOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"BulkLoadIdNotFoundException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"LoadUrlAccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"InternalFailureException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Cancels a specified load job. This is an HTTP DELETE request. See Neptune Loader Get-Status API for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelLoaderJob IAM action in that cluster..
", + "idempotent":true + }, + "CancelMLDataProcessingJob":{ + "name":"CancelMLDataProcessingJob", + "http":{ + "method":"DELETE", + "requestUri":"/ml/dataprocessing/{id}", + "responseCode":200 + }, + "input":{"shape":"CancelMLDataProcessingJobInput"}, + "output":{"shape":"CancelMLDataProcessingJobOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Cancels a Neptune ML data processing job. See The dataprocessing command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelMLDataProcessingJob IAM action in that cluster.
", + "idempotent":true + }, + "CancelMLModelTrainingJob":{ + "name":"CancelMLModelTrainingJob", + "http":{ + "method":"DELETE", + "requestUri":"/ml/modeltraining/{id}", + "responseCode":200 + }, + "input":{"shape":"CancelMLModelTrainingJobInput"}, + "output":{"shape":"CancelMLModelTrainingJobOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Cancels a Neptune ML model training job. See Model training using the modeltraining command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelMLModelTrainingJob IAM action in that cluster.
", + "idempotent":true + }, + "CancelMLModelTransformJob":{ + "name":"CancelMLModelTransformJob", + "http":{ + "method":"DELETE", + "requestUri":"/ml/modeltransform/{id}", + "responseCode":200 + }, + "input":{"shape":"CancelMLModelTransformJobInput"}, + "output":{"shape":"CancelMLModelTransformJobOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Cancels a specified model transform job. See Use a trained model to generate new model artifacts.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelMLModelTransformJob IAM action in that cluster.
", + "idempotent":true + }, + "CancelOpenCypherQuery":{ + "name":"CancelOpenCypherQuery", + "http":{ + "method":"DELETE", + "requestUri":"/opencypher/status/{queryId}", + "responseCode":200 + }, + "input":{"shape":"CancelOpenCypherQueryInput"}, + "output":{"shape":"CancelOpenCypherQueryOutput"}, + "errors":[ + {"shape":"InvalidNumericDataException"}, + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"FailureByQueryException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ParsingException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"TimeLimitExceededException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Cancels a specified openCypher query. See Neptune openCypher status endpoint for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelQuery IAM action in that cluster.
", + "idempotent":true + }, + "CreateMLEndpoint":{ + "name":"CreateMLEndpoint", + "http":{ + "method":"POST", + "requestUri":"/ml/endpoints", + "responseCode":200 + }, + "input":{"shape":"CreateMLEndpointInput"}, + "output":{"shape":"CreateMLEndpointOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed. See Managing inference endpoints using the endpoints command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CreateMLEndpoint IAM action in that cluster.
" + }, + "DeleteMLEndpoint":{ + "name":"DeleteMLEndpoint", + "http":{ + "method":"DELETE", + "requestUri":"/ml/endpoints/{id}", + "responseCode":200 + }, + "input":{"shape":"DeleteMLEndpointInput"}, + "output":{"shape":"DeleteMLEndpointOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Cancels the creation of a Neptune ML inference endpoint. See Managing inference endpoints using the endpoints command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:DeleteMLEndpoint IAM action in that cluster.
", + "idempotent":true + }, + "DeletePropertygraphStatistics":{ + "name":"DeletePropertygraphStatistics", + "http":{ + "method":"DELETE", + "requestUri":"/propertygraph/statistics", + "responseCode":200 + }, + "output":{"shape":"DeletePropertygraphStatisticsOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"StatisticsNotAvailableException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Deletes statistics for Gremlin and openCypher (property graph) data.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:DeleteStatistics IAM action in that cluster.
", + "idempotent":true + }, + "DeleteSparqlStatistics":{ + "name":"DeleteSparqlStatistics", + "http":{ + "method":"DELETE", + "requestUri":"/sparql/statistics", + "responseCode":200 + }, + "output":{"shape":"DeleteSparqlStatisticsOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"StatisticsNotAvailableException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Deletes SPARQL statistics
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:DeleteStatistics IAM action in that cluster.
", + "idempotent":true + }, + "ExecuteFastReset":{ + "name":"ExecuteFastReset", + "http":{ + "method":"POST", + "requestUri":"/system", + "responseCode":200 + }, + "input":{"shape":"ExecuteFastResetInput"}, + "output":{"shape":"ExecuteFastResetOutput"}, + "errors":[ + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"ServerShutdownException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"MethodNotAllowedException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data.
Neptune fast reset is a two-step process. First you call ExecuteFastReset with action set to initiateDatabaseReset. This returns a UUID token which you then include when calling ExecuteFastReset again with action set to performDatabaseReset. See Empty an Amazon Neptune DB cluster using the fast reset API.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ResetDatabase IAM action in that cluster.
", + "idempotent":true + }, + "ExecuteGremlinExplainQuery":{ + "name":"ExecuteGremlinExplainQuery", + "http":{ + "method":"POST", + "requestUri":"/gremlin/explain", + "responseCode":200 + }, + "input":{"shape":"ExecuteGremlinExplainQueryInput"}, + "output":{"shape":"ExecuteGremlinExplainQueryOutput"}, + "errors":[ + {"shape":"QueryTooLargeException"}, + {"shape":"BadRequestException"}, + {"shape":"QueryLimitExceededException"}, + {"shape":"InvalidParameterException"}, + {"shape":"QueryLimitException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"CancelledByUserException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"FailureByQueryException"}, + {"shape":"MemoryLimitExceededException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"MalformedQueryException"}, + {"shape":"ParsingException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"TimeLimitExceededException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Executes a Gremlin Explain query.
Amazon Neptune has added a Gremlin feature named explain that provides is a self-service tool for understanding the execution approach being taken by the Neptune engine for the query. You invoke it by adding an explain parameter to an HTTP call that submits a Gremlin query.
The explain feature provides information about the logical structure of query execution plans. You can use this information to identify potential evaluation and execution bottlenecks and to tune your query, as explained in Tuning Gremlin queries. You can also use query hints to improve query execution plans.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query:
Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
" + }, + "ExecuteGremlinProfileQuery":{ + "name":"ExecuteGremlinProfileQuery", + "http":{ + "method":"POST", + "requestUri":"/gremlin/profile", + "responseCode":200 + }, + "input":{"shape":"ExecuteGremlinProfileQueryInput"}, + "output":{"shape":"ExecuteGremlinProfileQueryOutput"}, + "errors":[ + {"shape":"QueryTooLargeException"}, + {"shape":"BadRequestException"}, + {"shape":"QueryLimitExceededException"}, + {"shape":"InvalidParameterException"}, + {"shape":"QueryLimitException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"CancelledByUserException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"FailureByQueryException"}, + {"shape":"MemoryLimitExceededException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"MalformedQueryException"}, + {"shape":"ParsingException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"TimeLimitExceededException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output. See Gremlin profile API in Neptune for details.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ReadDataViaQuery IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
" + }, + "ExecuteGremlinQuery":{ + "name":"ExecuteGremlinQuery", + "http":{ + "method":"POST", + "requestUri":"/gremlin", + "responseCode":200 + }, + "input":{"shape":"ExecuteGremlinQueryInput"}, + "output":{"shape":"ExecuteGremlinQueryOutput"}, + "errors":[ + {"shape":"QueryTooLargeException"}, + {"shape":"BadRequestException"}, + {"shape":"QueryLimitExceededException"}, + {"shape":"InvalidParameterException"}, + {"shape":"QueryLimitException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"CancelledByUserException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"FailureByQueryException"}, + {"shape":"MemoryLimitExceededException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"MalformedQueryException"}, + {"shape":"ParsingException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"TimeLimitExceededException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"This commands executes a Gremlin query. Amazon Neptune is compatible with Apache TinkerPop3 and Gremlin, so you can use the Gremlin traversal language to query the graph, as described under The Graph in the Apache TinkerPop3 documentation. More details can also be found in Accessing a Neptune graph with Gremlin.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that enables one of the following IAM actions in that cluster, depending on the query:
Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
" + }, + "ExecuteOpenCypherExplainQuery":{ + "name":"ExecuteOpenCypherExplainQuery", + "http":{ + "method":"POST", + "requestUri":"/opencypher/explain", + "responseCode":200 + }, + "input":{"shape":"ExecuteOpenCypherExplainQueryInput"}, + "output":{"shape":"ExecuteOpenCypherExplainQueryOutput"}, + "errors":[ + {"shape":"QueryTooLargeException"}, + {"shape":"InvalidNumericDataException"}, + {"shape":"BadRequestException"}, + {"shape":"QueryLimitExceededException"}, + {"shape":"InvalidParameterException"}, + {"shape":"QueryLimitException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"CancelledByUserException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"FailureByQueryException"}, + {"shape":"MemoryLimitExceededException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"MalformedQueryException"}, + {"shape":"ParsingException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"TimeLimitExceededException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Executes an openCypher explain request. See The openCypher explain feature for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ReadDataViaQuery IAM action in that cluster.
Note that the neptune-db:QueryLanguage:OpenCypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
" + }, + "ExecuteOpenCypherQuery":{ + "name":"ExecuteOpenCypherQuery", + "http":{ + "method":"POST", + "requestUri":"/opencypher", + "responseCode":200 + }, + "input":{"shape":"ExecuteOpenCypherQueryInput"}, + "output":{"shape":"ExecuteOpenCypherQueryOutput"}, + "errors":[ + {"shape":"QueryTooLargeException"}, + {"shape":"InvalidNumericDataException"}, + {"shape":"BadRequestException"}, + {"shape":"QueryLimitExceededException"}, + {"shape":"InvalidParameterException"}, + {"shape":"QueryLimitException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"CancelledByUserException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"FailureByQueryException"}, + {"shape":"MemoryLimitExceededException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"MalformedQueryException"}, + {"shape":"ParsingException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"TimeLimitExceededException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Executes an openCypher query. See Accessing the Neptune Graph with openCypher for more information.
Neptune supports building graph applications using openCypher, which is currently one of the most popular query languages among developers working with graph databases. Developers, business analysts, and data scientists like openCypher's declarative, SQL-inspired syntax because it provides a familiar structure in which to querying property graphs.
The openCypher language was originally developed by Neo4j, then open-sourced in 2015 and contributed to the openCypher project under an Apache 2 open-source license.
Note that when invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query:
Note also that the neptune-db:QueryLanguage:OpenCypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
" + }, + "GetEngineStatus":{ + "name":"GetEngineStatus", + "http":{ + "method":"GET", + "requestUri":"/status", + "responseCode":200 + }, + "output":{"shape":"GetEngineStatusOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"InternalFailureException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Retrieves the status of the graph database on the host.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetEngineStatus IAM action in that cluster.
" + }, + "GetGremlinQueryStatus":{ + "name":"GetGremlinQueryStatus", + "http":{ + "method":"GET", + "requestUri":"/gremlin/status/{queryId}", + "responseCode":200 + }, + "input":{"shape":"GetGremlinQueryStatusInput"}, + "output":{"shape":"GetGremlinQueryStatusOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"FailureByQueryException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ParsingException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"TimeLimitExceededException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Gets the status of a specified Gremlin query.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
" + }, + "GetLoaderJobStatus":{ + "name":"GetLoaderJobStatus", + "http":{ + "method":"GET", + "requestUri":"/loader/{loadId}", + "responseCode":200 + }, + "input":{"shape":"GetLoaderJobStatusInput"}, + "output":{"shape":"GetLoaderJobStatusOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"BulkLoadIdNotFoundException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"LoadUrlAccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"InternalFailureException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Gets status information about a specified load job. Neptune keeps track of the most recent 1,024 bulk load jobs, and stores the last 10,000 error details per job.
See Neptune Loader Get-Status API for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetLoaderJobStatus IAM action in that cluster..
" + }, + "GetMLDataProcessingJob":{ + "name":"GetMLDataProcessingJob", + "http":{ + "method":"GET", + "requestUri":"/ml/dataprocessing/{id}", + "responseCode":200 + }, + "input":{"shape":"GetMLDataProcessingJobInput"}, + "output":{"shape":"GetMLDataProcessingJobOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Retrieves information about a specified data processing job. See The dataprocessing command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:neptune-db:GetMLDataProcessingJobStatus IAM action in that cluster.
" + }, + "GetMLEndpoint":{ + "name":"GetMLEndpoint", + "http":{ + "method":"GET", + "requestUri":"/ml/endpoints/{id}", + "responseCode":200 + }, + "input":{"shape":"GetMLEndpointInput"}, + "output":{"shape":"GetMLEndpointOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Retrieves details about an inference endpoint. See Managing inference endpoints using the endpoints command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetMLEndpointStatus IAM action in that cluster.
" + }, + "GetMLModelTrainingJob":{ + "name":"GetMLModelTrainingJob", + "http":{ + "method":"GET", + "requestUri":"/ml/modeltraining/{id}", + "responseCode":200 + }, + "input":{"shape":"GetMLModelTrainingJobInput"}, + "output":{"shape":"GetMLModelTrainingJobOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Retrieves information about a Neptune ML model training job. See Model training using the modeltraining command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetMLModelTrainingJobStatus IAM action in that cluster.
" + }, + "GetMLModelTransformJob":{ + "name":"GetMLModelTransformJob", + "http":{ + "method":"GET", + "requestUri":"/ml/modeltransform/{id}", + "responseCode":200 + }, + "input":{"shape":"GetMLModelTransformJobInput"}, + "output":{"shape":"GetMLModelTransformJobOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Gets information about a specified model transform job. See Use a trained model to generate new model artifacts.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetMLModelTransformJobStatus IAM action in that cluster.
" + }, + "GetOpenCypherQueryStatus":{ + "name":"GetOpenCypherQueryStatus", + "http":{ + "method":"GET", + "requestUri":"/opencypher/status/{queryId}", + "responseCode":200 + }, + "input":{"shape":"GetOpenCypherQueryStatusInput"}, + "output":{"shape":"GetOpenCypherQueryStatusOutput"}, + "errors":[ + {"shape":"InvalidNumericDataException"}, + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"FailureByQueryException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ParsingException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"TimeLimitExceededException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Retrieves the status of a specified openCypher query.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster.
Note that the neptune-db:QueryLanguage:OpenCypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
" + }, + "GetPropertygraphStatistics":{ + "name":"GetPropertygraphStatistics", + "http":{ + "method":"GET", + "requestUri":"/propertygraph/statistics", + "responseCode":200 + }, + "output":{"shape":"GetPropertygraphStatisticsOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"StatisticsNotAvailableException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Gets property graph statistics (Gremlin and openCypher).
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
" + }, + "GetPropertygraphStream":{ + "name":"GetPropertygraphStream", + "http":{ + "method":"GET", + "requestUri":"/propertygraph/stream", + "responseCode":200 + }, + "input":{"shape":"GetPropertygraphStreamInput"}, + "output":{"shape":"GetPropertygraphStreamOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"ExpiredStreamException"}, + {"shape":"InvalidParameterException"}, + {"shape":"MemoryLimitExceededException"}, + {"shape":"StreamRecordsNotFoundException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Gets a stream for a property graph.
With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetPropertygraphStream lets you collect these change-log entries for a property graph.
The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1.
See Capturing graph changes in real time using Neptune streams.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStreamRecords IAM action in that cluster.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that enables one of the following IAM actions, depending on the query:
Note that you can restrict property-graph queries using the following IAM context keys:
See Condition keys available in Neptune IAM data-access policy statements).
" + }, + "GetPropertygraphSummary":{ + "name":"GetPropertygraphSummary", + "http":{ + "method":"GET", + "requestUri":"/propertygraph/statistics/summary", + "responseCode":200 + }, + "input":{"shape":"GetPropertygraphSummaryInput"}, + "output":{"shape":"GetPropertygraphSummaryOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"StatisticsNotAvailableException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Gets a graph summary for a property graph.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetGraphSummary IAM action in that cluster.
" + }, + "GetRDFGraphSummary":{ + "name":"GetRDFGraphSummary", + "http":{ + "method":"GET", + "requestUri":"/rdf/statistics/summary", + "responseCode":200 + }, + "input":{"shape":"GetRDFGraphSummaryInput"}, + "output":{"shape":"GetRDFGraphSummaryOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"StatisticsNotAvailableException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Gets a graph summary for an RDF graph.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetGraphSummary IAM action in that cluster.
" + }, + "GetSparqlStatistics":{ + "name":"GetSparqlStatistics", + "http":{ + "method":"GET", + "requestUri":"/sparql/statistics", + "responseCode":200 + }, + "output":{"shape":"GetSparqlStatisticsOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"StatisticsNotAvailableException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Gets RDF statistics (SPARQL).
" + }, + "GetSparqlStream":{ + "name":"GetSparqlStream", + "http":{ + "method":"GET", + "requestUri":"/sparql/stream", + "responseCode":200 + }, + "input":{"shape":"GetSparqlStreamInput"}, + "output":{"shape":"GetSparqlStreamOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"ExpiredStreamException"}, + {"shape":"InvalidParameterException"}, + {"shape":"MemoryLimitExceededException"}, + {"shape":"StreamRecordsNotFoundException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Gets a stream for an RDF graph.
With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. GetSparqlStream lets you collect these change-log entries for an RDF graph.
The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1.
See Capturing graph changes in real time using Neptune streams.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStreamRecords IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Sparql IAM condition key can be used in the policy document to restrict the use of SPARQL queries (see Condition keys available in Neptune IAM data-access policy statements).
" + }, + "ListGremlinQueries":{ + "name":"ListGremlinQueries", + "http":{ + "method":"GET", + "requestUri":"/gremlin/status", + "responseCode":200 + }, + "input":{"shape":"ListGremlinQueriesInput"}, + "output":{"shape":"ListGremlinQueriesOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"FailureByQueryException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ParsingException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"TimeLimitExceededException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Lists active Gremlin queries. See Gremlin query status API for details about the output.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
" + }, + "ListLoaderJobs":{ + "name":"ListLoaderJobs", + "http":{ + "method":"GET", + "requestUri":"/loader", + "responseCode":200 + }, + "input":{"shape":"ListLoaderJobsInput"}, + "output":{"shape":"ListLoaderJobsOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"BulkLoadIdNotFoundException"}, + {"shape":"InternalFailureException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"LoadUrlAccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Retrieves a list of the loadIds for all active loader jobs.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListLoaderJobs IAM action in that cluster..
" + }, + "ListMLDataProcessingJobs":{ + "name":"ListMLDataProcessingJobs", + "http":{ + "method":"GET", + "requestUri":"/ml/dataprocessing", + "responseCode":200 + }, + "input":{"shape":"ListMLDataProcessingJobsInput"}, + "output":{"shape":"ListMLDataProcessingJobsOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Returns a list of Neptune ML data processing jobs. See Listing active data-processing jobs using the Neptune ML dataprocessing command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListMLDataProcessingJobs IAM action in that cluster.
" + }, + "ListMLEndpoints":{ + "name":"ListMLEndpoints", + "http":{ + "method":"GET", + "requestUri":"/ml/endpoints", + "responseCode":200 + }, + "input":{"shape":"ListMLEndpointsInput"}, + "output":{"shape":"ListMLEndpointsOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Lists existing inference endpoints. See Managing inference endpoints using the endpoints command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListMLEndpoints IAM action in that cluster.
" + }, + "ListMLModelTrainingJobs":{ + "name":"ListMLModelTrainingJobs", + "http":{ + "method":"GET", + "requestUri":"/ml/modeltraining", + "responseCode":200 + }, + "input":{"shape":"ListMLModelTrainingJobsInput"}, + "output":{"shape":"ListMLModelTrainingJobsOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Lists Neptune ML model-training jobs. See Model training using the modeltraining command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:neptune-db:ListMLModelTrainingJobs IAM action in that cluster.
" + }, + "ListMLModelTransformJobs":{ + "name":"ListMLModelTransformJobs", + "http":{ + "method":"GET", + "requestUri":"/ml/modeltransform", + "responseCode":200 + }, + "input":{"shape":"ListMLModelTransformJobsInput"}, + "output":{"shape":"ListMLModelTransformJobsOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Returns a list of model transform job IDs. See Use a trained model to generate new model artifacts.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListMLModelTransformJobs IAM action in that cluster.
" + }, + "ListOpenCypherQueries":{ + "name":"ListOpenCypherQueries", + "http":{ + "method":"GET", + "requestUri":"/opencypher/status", + "responseCode":200 + }, + "input":{"shape":"ListOpenCypherQueriesInput"}, + "output":{"shape":"ListOpenCypherQueriesOutput"}, + "errors":[ + {"shape":"InvalidNumericDataException"}, + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"FailureByQueryException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ParsingException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"TimeLimitExceededException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"ConcurrentModificationException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Lists active openCypher queries. See Neptune openCypher status endpoint for more information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster.
Note that the neptune-db:QueryLanguage:OpenCypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).
" + }, + "ManagePropertygraphStatistics":{ + "name":"ManagePropertygraphStatistics", + "http":{ + "method":"POST", + "requestUri":"/propertygraph/statistics", + "responseCode":200 + }, + "input":{"shape":"ManagePropertygraphStatisticsInput"}, + "output":{"shape":"ManagePropertygraphStatisticsOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"StatisticsNotAvailableException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Manages the generation and use of property graph statistics.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ManageStatistics IAM action in that cluster.
", + "idempotent":true + }, + "ManageSparqlStatistics":{ + "name":"ManageSparqlStatistics", + "http":{ + "method":"POST", + "requestUri":"/sparql/statistics", + "responseCode":200 + }, + "input":{"shape":"ManageSparqlStatisticsInput"}, + "output":{"shape":"ManageSparqlStatisticsOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"StatisticsNotAvailableException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"AccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ReadOnlyViolationException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Manages the generation and use of RDF graph statistics.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ManageStatistics IAM action in that cluster.
", + "idempotent":true + }, + "StartLoaderJob":{ + "name":"StartLoaderJob", + "http":{ + "method":"POST", + "requestUri":"/loader", + "responseCode":200 + }, + "input":{"shape":"StartLoaderJobInput"}, + "output":{"shape":"StartLoaderJobOutput"}, + "errors":[ + {"shape":"BadRequestException"}, + {"shape":"InvalidParameterException"}, + {"shape":"BulkLoadIdNotFoundException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"LoadUrlAccessDeniedException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"}, + {"shape":"UnsupportedOperationException"}, + {"shape":"InternalFailureException"}, + {"shape":"S3Exception"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"} + ], + "documentation":"Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance. See Using the Amazon Neptune Bulk Loader to Ingest Data.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartLoaderJob IAM action in that cluster.
", + "idempotent":true + }, + "StartMLDataProcessingJob":{ + "name":"StartMLDataProcessingJob", + "http":{ + "method":"POST", + "requestUri":"/ml/dataprocessing", + "responseCode":200 + }, + "input":{"shape":"StartMLDataProcessingJobInput"}, + "output":{"shape":"StartMLDataProcessingJobOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training. See The dataprocessing command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelDataProcessingJob IAM action in that cluster.
" + }, + "StartMLModelTrainingJob":{ + "name":"StartMLModelTrainingJob", + "http":{ + "method":"POST", + "requestUri":"/ml/modeltraining", + "responseCode":200 + }, + "input":{"shape":"StartMLModelTrainingJobInput"}, + "output":{"shape":"StartMLModelTrainingJobOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Creates a new Neptune ML model training job. See Model training using the modeltraining command.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelTrainingJob IAM action in that cluster.
" + }, + "StartMLModelTransformJob":{ + "name":"StartMLModelTransformJob", + "http":{ + "method":"POST", + "requestUri":"/ml/modeltransform", + "responseCode":200 + }, + "input":{"shape":"StartMLModelTransformJobInput"}, + "output":{"shape":"StartMLModelTransformJobOutput"}, + "errors":[ + {"shape":"UnsupportedOperationException"}, + {"shape":"BadRequestException"}, + {"shape":"MLResourceNotFoundException"}, + {"shape":"InvalidParameterException"}, + {"shape":"ClientTimeoutException"}, + {"shape":"PreconditionsFailedException"}, + {"shape":"ConstraintViolationException"}, + {"shape":"InvalidArgumentException"}, + {"shape":"MissingParameterException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"TooManyRequestsException"} + ], + "documentation":"Creates a new model transform job. See Use a trained model to generate new model artifacts.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:StartMLModelTransformJob IAM action in that cluster.
" + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised in case of an authentication or authorization failure.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "Action":{ + "type":"string", + "enum":[ + "initiateDatabaseReset", + "performDatabaseReset" + ] + }, + "BadRequestException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the bad request.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a request is submitted that cannot be processed.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "Blob":{"type":"blob"}, + "Boolean":{ + "type":"boolean", + "box":true + }, + "BulkLoadIdNotFoundException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The bulk-load job ID that could not be found.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a specified bulk-load job ID cannot be found.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":false} + }, + "CancelGremlinQueryInput":{ + "type":"structure", + "required":["queryId"], + "members":{ + "queryId":{ + "shape":"String", + "documentation":"The unique identifier that identifies the query to be canceled.
", + "location":"uri", + "locationName":"queryId" + } + } + }, + "CancelGremlinQueryOutput":{ + "type":"structure", + "members":{ + "status":{ + "shape":"String", + "documentation":"The status of the cancelation
" + } + } + }, + "CancelLoaderJobInput":{ + "type":"structure", + "required":["loadId"], + "members":{ + "loadId":{ + "shape":"String", + "documentation":"The ID of the load job to be deleted.
", + "location":"uri", + "locationName":"loadId" + } + } + }, + "CancelLoaderJobOutput":{ + "type":"structure", + "members":{ + "status":{ + "shape":"String", + "documentation":"The cancellation status.
" + } + } + }, + "CancelMLDataProcessingJobInput":{ + "type":"structure", + "required":["id"], + "members":{ + "id":{ + "shape":"String", + "documentation":"The unique identifier of the data-processing job.
", + "location":"uri", + "locationName":"id" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
", + "location":"querystring", + "locationName":"neptuneIamRoleArn" + }, + "clean":{ + "shape":"Boolean", + "documentation":"If set to TRUE, this flag specifies that all Neptune ML S3 artifacts should be deleted when the job is stopped. The default is FALSE.
The status of the cancellation request.
" + } + } + }, + "CancelMLModelTrainingJobInput":{ + "type":"structure", + "required":["id"], + "members":{ + "id":{ + "shape":"String", + "documentation":"The unique identifier of the model-training job to be canceled.
", + "location":"uri", + "locationName":"id" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
", + "location":"querystring", + "locationName":"neptuneIamRoleArn" + }, + "clean":{ + "shape":"Boolean", + "documentation":"If set to TRUE, this flag specifies that all Amazon S3 artifacts should be deleted when the job is stopped. The default is FALSE.
The status of the cancellation.
" + } + } + }, + "CancelMLModelTransformJobInput":{ + "type":"structure", + "required":["id"], + "members":{ + "id":{ + "shape":"String", + "documentation":"The unique ID of the model transform job to be canceled.
", + "location":"uri", + "locationName":"id" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
", + "location":"querystring", + "locationName":"neptuneIamRoleArn" + }, + "clean":{ + "shape":"Boolean", + "documentation":"If this flag is set to TRUE, all Neptune ML S3 artifacts should be deleted when the job is stopped. The default is FALSE.
the status of the cancelation.
" + } + } + }, + "CancelOpenCypherQueryInput":{ + "type":"structure", + "required":["queryId"], + "members":{ + "queryId":{ + "shape":"String", + "documentation":"The unique ID of the openCypher query to cancel.
", + "location":"uri", + "locationName":"queryId" + }, + "silent":{ + "shape":"Boolean", + "documentation":"If set to TRUE, causes the cancelation of the openCypher query to happen silently.
The cancellation status of the openCypher query.
" + }, + "payload":{ + "shape":"Boolean", + "documentation":"The cancelation payload for the openCypher query.
" + } + } + }, + "CancelledByUserException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a user cancelled a request.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "Classes":{ + "type":"list", + "member":{"shape":"String"} + }, + "ClientTimeoutException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a request timed out in the client.
", + "error":{ + "httpStatusCode":408, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":false} + }, + "ConcurrentModificationException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a request attempts to modify data that is concurrently being modified by another process.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "ConstraintViolationException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a value in a request field did not satisfy required constraints.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":false} + }, + "CreateMLEndpointInput":{ + "type":"structure", + "members":{ + "id":{ + "shape":"String", + "documentation":"A unique identifier for the new inference endpoint. The default is an autogenerated timestamped name.
" + }, + "mlModelTrainingJobId":{ + "shape":"String", + "documentation":"The job Id of the completed model-training job that has created the model that the inference endpoint will point to. You must supply either the mlModelTrainingJobId or the mlModelTransformJobId.
The job Id of the completed model-transform job. You must supply either the mlModelTrainingJobId or the mlModelTransformJobId.
If set to true, update indicates that this is an update request. The default is false. You must supply either the mlModelTrainingJobId or the mlModelTransformJobId.
The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will be thrown.
" + }, + "modelName":{ + "shape":"String", + "documentation":"Model type for training. By default the Neptune ML model is automatically based on the modelType used in data processing, but you can specify a different model type here. The default is rgcn for heterogeneous graphs and kge for knowledge graphs. The only valid value for heterogeneous graphs is rgcn. Valid values for knowledge graphs are: kge, transe, distmult, and rotate.
The type of Neptune ML instance to use for online servicing. The default is ml.m5.xlarge. Choosing the ML instance for an inference endpoint depends on the task type, the graph size, and your budget.
The minimum number of Amazon EC2 instances to deploy to an endpoint for prediction. The default is 1
" + }, + "volumeEncryptionKMSKey":{ + "shape":"String", + "documentation":"The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instances that run the training job. The default is None.
" + } + } + }, + "CreateMLEndpointOutput":{ + "type":"structure", + "members":{ + "id":{ + "shape":"String", + "documentation":"The unique ID of the new inference endpoint.
" + }, + "arn":{ + "shape":"String", + "documentation":"The ARN for the new inference endpoint.
" + }, + "creationTimeInMillis":{ + "shape":"Long", + "documentation":"The endpoint creation time, in milliseconds.
" + } + } + }, + "CustomModelTrainingParameters":{ + "type":"structure", + "required":["sourceS3DirectoryPath"], + "members":{ + "sourceS3DirectoryPath":{ + "shape":"String", + "documentation":"The path to the Amazon S3 location where the Python module implementing your model is located. This must point to a valid existing Amazon S3 location that contains, at a minimum, a training script, a transform script, and a model-hpo-configuration.json file.
The name of the entry point in your module of a script that performs model training and takes hyperparameters as command-line arguments, including fixed hyperparameters. The default is training.py.
The name of the entry point in your module of a script that should be run after the best model from the hyperparameter search has been identified, to compute the model artifacts necessary for model deployment. It should be able to run with no command-line arguments.The default is transform.py.
Contains custom model training parameters. See Custom models in Neptune ML.
" + }, + "CustomModelTransformParameters":{ + "type":"structure", + "required":["sourceS3DirectoryPath"], + "members":{ + "sourceS3DirectoryPath":{ + "shape":"String", + "documentation":"The path to the Amazon S3 location where the Python module implementing your model is located. This must point to a valid existing Amazon S3 location that contains, at a minimum, a training script, a transform script, and a model-hpo-configuration.json file.
The name of the entry point in your module of a script that should be run after the best model from the hyperparameter search has been identified, to compute the model artifacts necessary for model deployment. It should be able to run with no command-line arguments. The default is transform.py.
Contains custom model transform parameters. See Use a trained model to generate new model artifacts.
" + }, + "DeleteMLEndpointInput":{ + "type":"structure", + "required":["id"], + "members":{ + "id":{ + "shape":"String", + "documentation":"The unique identifier of the inference endpoint.
", + "location":"uri", + "locationName":"id" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will be thrown.
", + "location":"querystring", + "locationName":"neptuneIamRoleArn" + }, + "clean":{ + "shape":"Boolean", + "documentation":"If this flag is set to TRUE, all Neptune ML S3 artifacts should be deleted when the job is stopped. The default is FALSE.
The status of the cancellation.
" + } + } + }, + "DeletePropertygraphStatisticsOutput":{ + "type":"structure", + "members":{ + "statusCode":{ + "shape":"Integer", + "documentation":"The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
", + "location":"statusCode" + }, + "status":{ + "shape":"String", + "documentation":"The cancel status.
" + }, + "payload":{ + "shape":"DeleteStatisticsValueMap", + "documentation":"The deletion payload.
" + } + } + }, + "DeleteSparqlStatisticsOutput":{ + "type":"structure", + "members":{ + "statusCode":{ + "shape":"Integer", + "documentation":"The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.
", + "location":"statusCode" + }, + "status":{ + "shape":"String", + "documentation":"The cancel status.
" + }, + "payload":{ + "shape":"DeleteStatisticsValueMap", + "documentation":"The deletion payload.
" + } + } + }, + "DeleteStatisticsValueMap":{ + "type":"structure", + "members":{ + "active":{ + "shape":"Boolean", + "documentation":"The current status of the statistics.
" + }, + "statisticsId":{ + "shape":"String", + "documentation":"The ID of the statistics generation run that is currently occurring.
" + } + }, + "documentation":"The payload for DeleteStatistics.
" + }, + "Document":{ + "type":"structure", + "members":{ + }, + "document":true + }, + "DocumentValuedMap":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"Document"} + }, + "EdgeLabels":{ + "type":"list", + "member":{"shape":"String"} + }, + "EdgeProperties":{ + "type":"list", + "member":{"shape":"String"} + }, + "EdgeStructure":{ + "type":"structure", + "members":{ + "count":{ + "shape":"Long", + "documentation":"The number of edges that have this specific structure.
" + }, + "edgeProperties":{ + "shape":"EdgeProperties", + "documentation":"A list of edge properties present in this specific structure.
" + } + }, + "documentation":"An edge structure.
" + }, + "EdgeStructures":{ + "type":"list", + "member":{"shape":"EdgeStructure"} + }, + "Encoding":{ + "type":"string", + "enum":["gzip"] + }, + "ExecuteFastResetInput":{ + "type":"structure", + "required":["action"], + "members":{ + "action":{ + "shape":"Action", + "documentation":"The fast reset action. One of the following values:
initiateDatabaseReset – This action generates a unique token needed to actually perform the fast reset.
performDatabaseReset – This action uses the token generated by the initiateDatabaseReset action to actually perform the fast reset.
The fast-reset token to initiate the reset.
" + } + } + }, + "ExecuteFastResetOutput":{ + "type":"structure", + "required":["status"], + "members":{ + "status":{ + "shape":"String", + "documentation":"The status is only returned for the performDatabaseReset action, and indicates whether or not the fast reset rquest is accepted.
The payload is only returned by the initiateDatabaseReset action, and contains the unique token to use with the performDatabaseReset action to make the reset occur.
The Gremlin explain query string.
", + "locationName":"gremlin" + } + } + }, + "ExecuteGremlinExplainQueryOutput":{ + "type":"structure", + "members":{ + "output":{ + "shape":"ReportAsText", + "documentation":"A text blob containing the Gremlin explain result, as described in Tuning Gremlin queries.
" + } + }, + "payload":"output" + }, + "ExecuteGremlinProfileQueryInput":{ + "type":"structure", + "required":["gremlinQuery"], + "members":{ + "gremlinQuery":{ + "shape":"String", + "documentation":"The Gremlin query string to profile.
", + "locationName":"gremlin" + }, + "results":{ + "shape":"Boolean", + "documentation":"If this flag is set to TRUE, the query results are gathered and displayed as part of the profile report. If FALSE, only the result count is displayed.
If non-zero, causes the results string to be truncated at that number of characters. If set to zero, the string contains all the results.
", + "locationName":"profile.chop" + }, + "serializer":{ + "shape":"String", + "documentation":"If non-null, the gathered results are returned in a serialized response message in the format specified by this parameter. See Gremlin profile API in Neptune for more information.
", + "locationName":"profile.serializer" + }, + "indexOps":{ + "shape":"Boolean", + "documentation":"If this flag is set to TRUE, the results include a detailed report of all index operations that took place during query execution and serialization.
A text blob containing the Gremlin Profile result. See Gremlin profile API in Neptune for details.
" + } + }, + "payload":"output" + }, + "ExecuteGremlinQueryInput":{ + "type":"structure", + "required":["gremlinQuery"], + "members":{ + "gremlinQuery":{ + "shape":"String", + "documentation":"Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint. The interface is compatible with whatever Gremlin version your DB cluster is using (see the Tinkerpop client section to determine which Gremlin releases your engine version supports).
", + "locationName":"gremlin" + }, + "serializer":{ + "shape":"String", + "documentation":"If non-null, the query results are returned in a serialized response message in the format specified by this parameter. See the GraphSON section in the TinkerPop documentation for a list of the formats that are currently supported.
", + "location":"header", + "locationName":"accept" + } + } + }, + "ExecuteGremlinQueryOutput":{ + "type":"structure", + "members":{ + "requestId":{ + "shape":"String", + "documentation":"The unique identifier of the Gremlin query.
" + }, + "status":{ + "shape":"GremlinQueryStatusAttributes", + "documentation":"The status of the Gremlin query.
" + }, + "result":{ + "shape":"Document", + "documentation":"The Gremlin query output from the server.
" + }, + "meta":{ + "shape":"Document", + "documentation":"Metadata about the Gremlin query.
" + } + } + }, + "ExecuteOpenCypherExplainQueryInput":{ + "type":"structure", + "required":[ + "openCypherQuery", + "explainMode" + ], + "members":{ + "openCypherQuery":{ + "shape":"String", + "documentation":"The openCypher query string.
", + "locationName":"query" + }, + "parameters":{ + "shape":"String", + "documentation":"The openCypher query parameters.
" + }, + "explainMode":{ + "shape":"OpenCypherExplainMode", + "documentation":"The openCypher explain mode. Can be one of: static, dynamic, or details.
A text blob containing the openCypher explain results.
The openCypher query string to be executed.
", + "locationName":"query" + }, + "parameters":{ + "shape":"String", + "documentation":"The openCypher query parameters for query execution. See Examples of openCypher parameterized queries for more information.
" + } + } + }, + "ExecuteOpenCypherQueryOutput":{ + "type":"structure", + "required":["results"], + "members":{ + "results":{ + "shape":"Document", + "documentation":"The openCypherquery results.
" + } + } + }, + "ExpiredStreamException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a request attempts to access an stream that has expired.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "FailureByQueryException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a request fails.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "FastResetToken":{ + "type":"structure", + "members":{ + "token":{ + "shape":"String", + "documentation":"A UUID generated by the database in the initiateDatabaseReset action, and then consumed by the performDatabaseReset to reset the database.
A structure containing the fast reset token used to initiate a fast reset.
" + }, + "Format":{ + "type":"string", + "enum":[ + "csv", + "opencypher", + "ntriples", + "nquads", + "rdfxml", + "turtle" + ] + }, + "GetEngineStatusOutput":{ + "type":"structure", + "members":{ + "status":{ + "shape":"String", + "documentation":"Set to healthy if the instance is not experiencing problems. If the instance is recovering from a crash or from being rebooted and there are active transactions running from the latest server shutdown, status is set to recovery.
Set to the UTC time at which the current server process started.
" + }, + "dbEngineVersion":{ + "shape":"String", + "documentation":"Set to the Neptune engine version running on your DB cluster. If this engine version has been manually patched since it was released, the version number is prefixed by Patch-.
Set to reader if the instance is a read-replica, or to writer if the instance is the primary instance.
Set to enabled if the DFE engine is fully enabled, or to viaQueryHint (the default) if the DFE engine is only used with queries that have the useDFE query hint set to true.
Contains information about the Gremlin query language available on your cluster. Specifically, it contains a version field that specifies the current TinkerPop version being used by the engine.
" + }, + "sparql":{ + "shape":"QueryLanguageVersion", + "documentation":"Contains information about the SPARQL query language available on your cluster. Specifically, it contains a version field that specifies the current SPARQL version being used by the engine.
" + }, + "opencypher":{ + "shape":"QueryLanguageVersion", + "documentation":"Contains information about the openCypher query language available on your cluster. Specifically, it contains a version field that specifies the current operCypher version being used by the engine.
" + }, + "labMode":{ + "shape":"StringValuedMap", + "documentation":"Contains Lab Mode settings being used by the engine.
" + }, + "rollingBackTrxCount":{ + "shape":"Integer", + "documentation":"If there are transactions being rolled back, this field is set to the number of such transactions. If there are none, the field doesn't appear at all.
" + }, + "rollingBackTrxEarliestStartTime":{ + "shape":"String", + "documentation":"Set to the start time of the earliest transaction being rolled back. If no transactions are being rolled back, the field doesn't appear at all.
" + }, + "features":{ + "shape":"DocumentValuedMap", + "documentation":"Contains status information about the features enabled on your DB cluster.
" + }, + "settings":{ + "shape":"StringValuedMap", + "documentation":"Contains information about the current settings on your DB cluster. For example, contains the current cluster query timeout setting (clusterQueryTimeoutInMs).
The unique identifier that identifies the Gremlin query.
", + "location":"uri", + "locationName":"queryId" + } + } + }, + "GetGremlinQueryStatusOutput":{ + "type":"structure", + "members":{ + "queryId":{ + "shape":"String", + "documentation":"The ID of the query for which status is being returned.
" + }, + "queryString":{ + "shape":"String", + "documentation":"The Gremlin query string.
" + }, + "queryEvalStats":{ + "shape":"QueryEvalStats", + "documentation":"The evaluation status of the Gremlin query.
" + } + } + }, + "GetLoaderJobStatusInput":{ + "type":"structure", + "required":["loadId"], + "members":{ + "loadId":{ + "shape":"String", + "documentation":"The load ID of the load job to get the status of.
", + "location":"uri", + "locationName":"loadId" + }, + "details":{ + "shape":"Boolean", + "documentation":"Flag indicating whether or not to include details beyond the overall status (TRUE or FALSE; the default is FALSE).
Flag indicating whether or not to include a list of errors encountered (TRUE or FALSE; the default is FALSE).
The list of errors is paged. The page and errorsPerPage parameters allow you to page through all the errors.
The error page number (a positive integer; the default is 1). Only valid when the errors parameter is set to TRUE.
The number of errors returned in each page (a positive integer; the default is 10). Only valid when the errors parameter set to TRUE.
The HTTP response code for the request.
" + }, + "payload":{ + "shape":"Document", + "documentation":"Status information about the load job, in a layout that could look like this:
" + } + } + }, + "GetMLDataProcessingJobInput":{ + "type":"structure", + "required":["id"], + "members":{ + "id":{ + "shape":"String", + "documentation":"The unique identifier of the data-processing job to be retrieved.
", + "location":"uri", + "locationName":"id" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
", + "location":"querystring", + "locationName":"neptuneIamRoleArn" + } + } + }, + "GetMLDataProcessingJobOutput":{ + "type":"structure", + "members":{ + "status":{ + "shape":"String", + "documentation":"Status of the data processing job.
" + }, + "id":{ + "shape":"String", + "documentation":"The unique identifier of this data-processing job.
" + }, + "processingJob":{ + "shape":"MlResourceDefinition", + "documentation":"Definition of the data processing job.
" + } + } + }, + "GetMLEndpointInput":{ + "type":"structure", + "required":["id"], + "members":{ + "id":{ + "shape":"String", + "documentation":"The unique identifier of the inference endpoint.
", + "location":"uri", + "locationName":"id" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
", + "location":"querystring", + "locationName":"neptuneIamRoleArn" + } + } + }, + "GetMLEndpointOutput":{ + "type":"structure", + "members":{ + "status":{ + "shape":"String", + "documentation":"The status of the inference endpoint.
" + }, + "id":{ + "shape":"String", + "documentation":"The unique identifier of the inference endpoint.
" + }, + "endpoint":{ + "shape":"MlResourceDefinition", + "documentation":"The endpoint definition.
" + }, + "endpointConfig":{ + "shape":"MlConfigDefinition", + "documentation":"The endpoint configuration
" + } + } + }, + "GetMLModelTrainingJobInput":{ + "type":"structure", + "required":["id"], + "members":{ + "id":{ + "shape":"String", + "documentation":"The unique identifier of the model-training job to retrieve.
", + "location":"uri", + "locationName":"id" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
", + "location":"querystring", + "locationName":"neptuneIamRoleArn" + } + } + }, + "GetMLModelTrainingJobOutput":{ + "type":"structure", + "members":{ + "status":{ + "shape":"String", + "documentation":"The status of the model training job.
" + }, + "id":{ + "shape":"String", + "documentation":"The unique identifier of this model-training job.
" + }, + "processingJob":{ + "shape":"MlResourceDefinition", + "documentation":"The data processing job.
" + }, + "hpoJob":{ + "shape":"MlResourceDefinition", + "documentation":"The HPO job.
" + }, + "modelTransformJob":{ + "shape":"MlResourceDefinition", + "documentation":"The model transform job.
" + }, + "mlModels":{ + "shape":"MlModels", + "documentation":"A list of the configurations of the ML models being used.
" + } + } + }, + "GetMLModelTransformJobInput":{ + "type":"structure", + "required":["id"], + "members":{ + "id":{ + "shape":"String", + "documentation":"The unique identifier of the model-transform job to be reetrieved.
", + "location":"uri", + "locationName":"id" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
", + "location":"querystring", + "locationName":"neptuneIamRoleArn" + } + } + }, + "GetMLModelTransformJobOutput":{ + "type":"structure", + "members":{ + "status":{ + "shape":"String", + "documentation":"The status of the model-transform job.
" + }, + "id":{ + "shape":"String", + "documentation":"The unique identifier of the model-transform job to be retrieved.
" + }, + "baseProcessingJob":{ + "shape":"MlResourceDefinition", + "documentation":"The base data processing job.
" + }, + "remoteModelTransformJob":{ + "shape":"MlResourceDefinition", + "documentation":"The remote model transform job.
" + }, + "models":{ + "shape":"Models", + "documentation":"A list of the configuration information for the models being used.
" + } + } + }, + "GetOpenCypherQueryStatusInput":{ + "type":"structure", + "required":["queryId"], + "members":{ + "queryId":{ + "shape":"String", + "documentation":"The unique ID of the openCypher query for which to retrieve the query status.
", + "location":"uri", + "locationName":"queryId" + } + } + }, + "GetOpenCypherQueryStatusOutput":{ + "type":"structure", + "members":{ + "queryId":{ + "shape":"String", + "documentation":"The unique ID of the query for which status is being returned.
" + }, + "queryString":{ + "shape":"String", + "documentation":"The openCypher query string.
" + }, + "queryEvalStats":{ + "shape":"QueryEvalStats", + "documentation":"The openCypher query evaluation status.
" + } + } + }, + "GetPropertygraphStatisticsOutput":{ + "type":"structure", + "required":[ + "status", + "payload" + ], + "members":{ + "status":{ + "shape":"String", + "documentation":"The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
" + }, + "payload":{ + "shape":"Statistics", + "documentation":"Statistics for property-graph data.
" + } + } + }, + "GetPropertygraphStreamInput":{ + "type":"structure", + "members":{ + "limit":{ + "shape":"GetPropertygraphStreamInputLimitLong", + "documentation":"Specifies the maximum number of records to return. There is also a size limit of 10 MB on the response that can't be modified and that takes precedence over the number of records specified in the limit parameter. The response does include a threshold-breaching record if the 10 MB limit was reached.
The range for limit is 1 to 100,000, with a default of 10.
Can be one of:
AT_SEQUENCE_NUMBER – Indicates that reading should start from the event sequence number specified jointly by the commitNum and opNum parameters.
AFTER_SEQUENCE_NUMBER – Indicates that reading should start right after the event sequence number specified jointly by the commitNum and opNum parameters.
TRIM_HORIZON – Indicates that reading should start at the last untrimmed record in the system, which is the oldest unexpired (not yet deleted) record in the change-log stream.
LATEST – Indicates that reading should start at the most recent record in the system, which is the latest unexpired (not yet deleted) record in the change-log stream.
The commit number of the starting record to read from the change-log stream. This parameter is required when iteratorType isAT_SEQUENCE_NUMBER or AFTER_SEQUENCE_NUMBER, and ignored when iteratorType is TRIM_HORIZON or LATEST.
The operation sequence number within the specified commit to start reading from in the change-log stream data. The default is 1.
If set to TRUE, Neptune compresses the response using gzip encoding.
", + "location":"header", + "locationName":"Accept-Encoding" + } + } + }, + "GetPropertygraphStreamInputLimitLong":{ + "type":"long", + "box":true, + "max":100000, + "min":1 + }, + "GetPropertygraphStreamOutput":{ + "type":"structure", + "required":[ + "lastEventId", + "lastTrxTimestampInMillis", + "format", + "records", + "totalRecords" + ], + "members":{ + "lastEventId":{ + "shape":"StringValuedMap", + "documentation":"Sequence identifier of the last change in the stream response.
An event ID is composed of two fields: a commitNum, which identifies a transaction that changed the graph, and an opNum, which identifies a specific operation within that transaction:
The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.
", + "locationName":"lastTrxTimestamp" + }, + "format":{ + "shape":"String", + "documentation":"Serialization format for the change records being returned. Currently, the only supported value is PG_JSON.
An array of serialized change-log stream records included in the response.
" + }, + "totalRecords":{ + "shape":"Integer", + "documentation":"The total number of records in the response.
" + } + } + }, + "GetPropertygraphSummaryInput":{ + "type":"structure", + "members":{ + "mode":{ + "shape":"GraphSummaryType", + "documentation":"Mode can take one of two values: BASIC (the default), and DETAILED.
The HTTP return code of the request. If the request succeeded, the code is 200.
", + "location":"statusCode" + }, + "payload":{ + "shape":"PropertygraphSummaryValueMap", + "documentation":"Payload containing the property graph summary response.
" + } + } + }, + "GetRDFGraphSummaryInput":{ + "type":"structure", + "members":{ + "mode":{ + "shape":"GraphSummaryType", + "documentation":"Mode can take one of two values: BASIC (the default), and DETAILED.
The HTTP return code of the request. If the request succeeded, the code is 200.
", + "location":"statusCode" + }, + "payload":{ + "shape":"RDFGraphSummaryValueMap", + "documentation":"Payload for an RDF graph summary response
" + } + } + }, + "GetSparqlStatisticsOutput":{ + "type":"structure", + "required":[ + "status", + "payload" + ], + "members":{ + "status":{ + "shape":"String", + "documentation":"The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
" + }, + "payload":{ + "shape":"Statistics", + "documentation":"Statistics for RDF data.
" + } + } + }, + "GetSparqlStreamInput":{ + "type":"structure", + "members":{ + "limit":{ + "shape":"GetSparqlStreamInputLimitLong", + "documentation":"Specifies the maximum number of records to return. There is also a size limit of 10 MB on the response that can't be modified and that takes precedence over the number of records specified in the limit parameter. The response does include a threshold-breaching record if the 10 MB limit was reached.
The range for limit is 1 to 100,000, with a default of 10.
Can be one of:
AT_SEQUENCE_NUMBER – Indicates that reading should start from the event sequence number specified jointly by the commitNum and opNum parameters.
AFTER_SEQUENCE_NUMBER – Indicates that reading should start right after the event sequence number specified jointly by the commitNum and opNum parameters.
TRIM_HORIZON – Indicates that reading should start at the last untrimmed record in the system, which is the oldest unexpired (not yet deleted) record in the change-log stream.
LATEST – Indicates that reading should start at the most recent record in the system, which is the latest unexpired (not yet deleted) record in the change-log stream.
The commit number of the starting record to read from the change-log stream. This parameter is required when iteratorType isAT_SEQUENCE_NUMBER or AFTER_SEQUENCE_NUMBER, and ignored when iteratorType is TRIM_HORIZON or LATEST.
The operation sequence number within the specified commit to start reading from in the change-log stream data. The default is 1.
If set to TRUE, Neptune compresses the response using gzip encoding.
", + "location":"header", + "locationName":"Accept-Encoding" + } + } + }, + "GetSparqlStreamInputLimitLong":{ + "type":"long", + "box":true, + "max":100000, + "min":1 + }, + "GetSparqlStreamOutput":{ + "type":"structure", + "required":[ + "lastEventId", + "lastTrxTimestampInMillis", + "format", + "records", + "totalRecords" + ], + "members":{ + "lastEventId":{ + "shape":"StringValuedMap", + "documentation":"Sequence identifier of the last change in the stream response.
An event ID is composed of two fields: a commitNum, which identifies a transaction that changed the graph, and an opNum, which identifies a specific operation within that transaction:
The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.
", + "locationName":"lastTrxTimestamp" + }, + "format":{ + "shape":"String", + "documentation":"Serialization format for the change records being returned. Currently, the only supported value is NQUADS.
An array of serialized change-log stream records included in the response.
" + }, + "totalRecords":{ + "shape":"Integer", + "documentation":"The total number of records in the response.
" + } + } + }, + "GraphSummaryType":{ + "type":"string", + "enum":[ + "basic", + "detailed" + ] + }, + "GremlinQueries":{ + "type":"list", + "member":{"shape":"GremlinQueryStatus"} + }, + "GremlinQueryStatus":{ + "type":"structure", + "members":{ + "queryId":{ + "shape":"String", + "documentation":"The ID of the Gremlin query.
" + }, + "queryString":{ + "shape":"String", + "documentation":"The query string of the Gremlin query.
" + }, + "queryEvalStats":{ + "shape":"QueryEvalStats", + "documentation":"The query statistics of the Gremlin query.
" + } + }, + "documentation":"Captures the status of a Gremlin query (see the Gremlin query status API page).
" + }, + "GremlinQueryStatusAttributes":{ + "type":"structure", + "members":{ + "message":{ + "shape":"String", + "documentation":"The status message.
" + }, + "code":{ + "shape":"Integer", + "documentation":"The HTTP response code returned fro the Gremlin query request..
" + }, + "attributes":{ + "shape":"Document", + "documentation":"Attributes of the Gremlin query status.
" + } + }, + "documentation":"Contains status components of a Gremlin query.
" + }, + "IllegalArgumentException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when an argument in a request is not supported.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalFailureException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when the processing of the request failed unexpectedly.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "InvalidArgumentException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when an argument in a request has an invalid value.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "InvalidNumericDataException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when invalid numerical data is encountered when servicing a request.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "InvalidParameterException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request that includes an invalid parameter.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a parameter value is not valid.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "IteratorType":{ + "type":"string", + "enum":[ + "AT_SEQUENCE_NUMBER", + "AFTER_SEQUENCE_NUMBER", + "TRIM_HORIZON", + "LATEST" + ] + }, + "ListGremlinQueriesInput":{ + "type":"structure", + "members":{ + "includeWaiting":{ + "shape":"Boolean", + "documentation":"If set to TRUE, the list returned includes waiting queries. The default is FALSE;
The number of queries that have been accepted but not yet completed, including queries in the queue.
" + }, + "runningQueryCount":{ + "shape":"Integer", + "documentation":"The number of Gremlin queries currently running.
" + }, + "queries":{ + "shape":"GremlinQueries", + "documentation":"A list of the current queries.
" + } + } + }, + "ListLoaderJobsInput":{ + "type":"structure", + "members":{ + "limit":{ + "shape":"ListLoaderJobsInputLimitInteger", + "documentation":"The number of load IDs to list. Must be a positive integer greater than zero and not more than 100 (which is the default).
An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of load IDs by setting the parameter to FALSE. The default value is TRUE.
Returns the status of the job list request.
" + }, + "payload":{ + "shape":"LoaderIdResult", + "documentation":"The requested list of job IDs.
" + } + } + }, + "ListMLDataProcessingJobsInput":{ + "type":"structure", + "members":{ + "maxItems":{ + "shape":"ListMLDataProcessingJobsInputMaxItemsInteger", + "documentation":"The maximum number of items to return (from 1 to 1024; the default is 10).
", + "location":"querystring", + "locationName":"maxItems" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
", + "location":"querystring", + "locationName":"neptuneIamRoleArn" + } + } + }, + "ListMLDataProcessingJobsInputMaxItemsInteger":{ + "type":"integer", + "box":true, + "max":1024, + "min":1 + }, + "ListMLDataProcessingJobsOutput":{ + "type":"structure", + "members":{ + "ids":{ + "shape":"StringList", + "documentation":"A page listing data processing job IDs.
" + } + } + }, + "ListMLEndpointsInput":{ + "type":"structure", + "members":{ + "maxItems":{ + "shape":"ListMLEndpointsInputMaxItemsInteger", + "documentation":"The maximum number of items to return (from 1 to 1024; the default is 10.
", + "location":"querystring", + "locationName":"maxItems" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
", + "location":"querystring", + "locationName":"neptuneIamRoleArn" + } + } + }, + "ListMLEndpointsInputMaxItemsInteger":{ + "type":"integer", + "box":true, + "max":1024, + "min":1 + }, + "ListMLEndpointsOutput":{ + "type":"structure", + "members":{ + "ids":{ + "shape":"StringList", + "documentation":"A page from the list of inference endpoint IDs.
" + } + } + }, + "ListMLModelTrainingJobsInput":{ + "type":"structure", + "members":{ + "maxItems":{ + "shape":"ListMLModelTrainingJobsInputMaxItemsInteger", + "documentation":"The maximum number of items to return (from 1 to 1024; the default is 10).
", + "location":"querystring", + "locationName":"maxItems" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
", + "location":"querystring", + "locationName":"neptuneIamRoleArn" + } + } + }, + "ListMLModelTrainingJobsInputMaxItemsInteger":{ + "type":"integer", + "box":true, + "max":1024, + "min":1 + }, + "ListMLModelTrainingJobsOutput":{ + "type":"structure", + "members":{ + "ids":{ + "shape":"StringList", + "documentation":"A page of the list of model training job IDs.
" + } + } + }, + "ListMLModelTransformJobsInput":{ + "type":"structure", + "members":{ + "maxItems":{ + "shape":"ListMLModelTransformJobsInputMaxItemsInteger", + "documentation":"The maximum number of items to return (from 1 to 1024; the default is 10).
", + "location":"querystring", + "locationName":"maxItems" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
", + "location":"querystring", + "locationName":"neptuneIamRoleArn" + } + } + }, + "ListMLModelTransformJobsInputMaxItemsInteger":{ + "type":"integer", + "box":true, + "max":1024, + "min":1 + }, + "ListMLModelTransformJobsOutput":{ + "type":"structure", + "members":{ + "ids":{ + "shape":"StringList", + "documentation":"A page from the list of model transform IDs.
" + } + } + }, + "ListOpenCypherQueriesInput":{ + "type":"structure", + "members":{ + "includeWaiting":{ + "shape":"Boolean", + "documentation":" When set to TRUE and other parameters are not present, causes status information to be returned for waiting queries as well as for running queries.
The number of queries that have been accepted but not yet completed, including queries in the queue.
" + }, + "runningQueryCount":{ + "shape":"Integer", + "documentation":"The number of currently running openCypher queries.
" + }, + "queries":{ + "shape":"OpenCypherQueries", + "documentation":"A list of current openCypher queries.
" + } + } + }, + "LoadUrlAccessDeniedException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when access is denied to a specified load URL.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "LoaderIdResult":{ + "type":"structure", + "members":{ + "loadIds":{ + "shape":"StringList", + "documentation":"A list of load IDs.
" + } + }, + "documentation":"Contains a list of load IDs.
" + }, + "Long":{ + "type":"long", + "box":true + }, + "LongValuedMap":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"Long"} + }, + "LongValuedMapList":{ + "type":"list", + "member":{"shape":"LongValuedMap"} + }, + "MLResourceNotFoundException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a specified machine-learning resource could not be found.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "MalformedQueryException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the malformed query request.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a query is submitted that is syntactically incorrect or does not pass additional validation.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ManagePropertygraphStatisticsInput":{ + "type":"structure", + "members":{ + "mode":{ + "shape":"StatisticsAutoGenerationMode", + "documentation":"The statistics generation mode. One of: DISABLE_AUTOCOMPUTE, ENABLE_AUTOCOMPUTE, or REFRESH, the last of which manually triggers DFE statistics generation.
The HTTP return code of the request. If the request succeeded, the code is 200.
" + }, + "payload":{ + "shape":"RefreshStatisticsIdMap", + "documentation":"This is only returned for refresh mode.
" + } + } + }, + "ManageSparqlStatisticsInput":{ + "type":"structure", + "members":{ + "mode":{ + "shape":"StatisticsAutoGenerationMode", + "documentation":"The statistics generation mode. One of: DISABLE_AUTOCOMPUTE, ENABLE_AUTOCOMPUTE, or REFRESH, the last of which manually triggers DFE statistics generation.
The HTTP return code of the request. If the request succeeded, the code is 200.
" + }, + "payload":{ + "shape":"RefreshStatisticsIdMap", + "documentation":"This is only returned for refresh mode.
" + } + } + }, + "MemoryLimitExceededException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request that failed.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a request fails because of insufficient memory resources. The request can be retried.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "MethodNotAllowedException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when the HTTP method used by a request is not supported by the endpoint being used.
", + "error":{ + "httpStatusCode":405, + "senderFault":true + }, + "exception":true + }, + "MissingParameterException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in which the parameter is missing.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a required parameter is missing.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "MlConfigDefinition":{ + "type":"structure", + "members":{ + "name":{ + "shape":"String", + "documentation":"The configuration name.
" + }, + "arn":{ + "shape":"String", + "documentation":"The ARN for the configuration.
" + } + }, + "documentation":"Contains a Neptune ML configuration.
" + }, + "MlModels":{ + "type":"list", + "member":{"shape":"MlConfigDefinition"} + }, + "MlResourceDefinition":{ + "type":"structure", + "members":{ + "name":{ + "shape":"String", + "documentation":"The resource name.
" + }, + "arn":{ + "shape":"String", + "documentation":"The resource ARN.
" + }, + "status":{ + "shape":"String", + "documentation":"The resource status.
" + }, + "outputLocation":{ + "shape":"String", + "documentation":"The output location.
" + }, + "failureReason":{ + "shape":"String", + "documentation":"The failure reason, in case of a failure.
" + }, + "cloudwatchLogUrl":{ + "shape":"String", + "documentation":"The CloudWatch log URL for the resource.
" + } + }, + "documentation":"Defines a Neptune ML resource.
" + }, + "Mode":{ + "type":"string", + "enum":[ + "RESUME", + "NEW", + "AUTO" + ] + }, + "Models":{ + "type":"list", + "member":{"shape":"MlConfigDefinition"} + }, + "NodeLabels":{ + "type":"list", + "member":{"shape":"String"} + }, + "NodeProperties":{ + "type":"list", + "member":{"shape":"String"} + }, + "NodeStructure":{ + "type":"structure", + "members":{ + "count":{ + "shape":"Long", + "documentation":"Number of nodes that have this specific structure.
" + }, + "nodeProperties":{ + "shape":"NodeProperties", + "documentation":"A list of the node properties present in this specific structure.
" + }, + "distinctOutgoingEdgeLabels":{ + "shape":"OutgoingEdgeLabels", + "documentation":"A list of distinct outgoing edge labels present in this specific structure.
" + } + }, + "documentation":"A node structure.
" + }, + "NodeStructures":{ + "type":"list", + "member":{"shape":"NodeStructure"} + }, + "OpenCypherExplainMode":{ + "type":"string", + "enum":[ + "static", + "dynamic", + "details" + ] + }, + "OpenCypherQueries":{ + "type":"list", + "member":{"shape":"GremlinQueryStatus"} + }, + "OutgoingEdgeLabels":{ + "type":"list", + "member":{"shape":"String"} + }, + "Parallelism":{ + "type":"string", + "enum":[ + "LOW", + "MEDIUM", + "HIGH", + "OVERSUBSCRIBE" + ] + }, + "ParsingException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a parsing issue is encountered.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "PositiveInteger":{ + "type":"integer", + "box":true, + "min":1 + }, + "PreconditionsFailedException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a precondition for processing a request is not satisfied.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "Predicates":{ + "type":"list", + "member":{"shape":"String"} + }, + "PropertygraphData":{ + "type":"structure", + "required":[ + "id", + "type", + "key", + "value" + ], + "members":{ + "id":{ + "shape":"String", + "documentation":"The ID of the Gremlin or openCypher element.
" + }, + "type":{ + "shape":"String", + "documentation":"The type of this Gremlin or openCypher element. Must be one of:
v1 - Vertex label for Gremlin, or node label for openCypher.
vp - Vertex properties for Gremlin, or node properties for openCypher.
e - Edge and edge label for Gremlin, or relationship and relationship type for openCypher.
ep - Edge properties for Gremlin, or relationship properties for openCypher.
The property name. For element labels, this is label.
This is a JSON object that contains a value field for the value itself, and a datatype field for the JSON data type of that value:
" + }, + "from":{ + "shape":"String", + "documentation":"If this is an edge (type = e), the ID of the corresponding from vertex or source node.
If this is an edge (type = e), the ID of the corresponding to vertex or target node.
A Gremlin or openCypher change record.
" + }, + "PropertygraphRecord":{ + "type":"structure", + "required":[ + "commitTimestampInMillis", + "eventId", + "data", + "op" + ], + "members":{ + "commitTimestampInMillis":{ + "shape":"Long", + "documentation":"The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.
", + "locationName":"commitTimestamp" + }, + "eventId":{ + "shape":"StringValuedMap", + "documentation":"The sequence identifier of the stream change record.
" + }, + "data":{ + "shape":"PropertygraphData", + "documentation":"The serialized Gremlin or openCypher change record.
" + }, + "op":{ + "shape":"String", + "documentation":"The operation that created the change.
" + }, + "isLastOp":{ + "shape":"Boolean", + "documentation":"Only present if this operation is the last one in its transaction. If present, it is set to true. It is useful for ensuring that an entire transaction is consumed.
" + } + }, + "documentation":"Structure of a property graph record.
" + }, + "PropertygraphRecordsList":{ + "type":"list", + "member":{"shape":"PropertygraphRecord"} + }, + "PropertygraphSummary":{ + "type":"structure", + "members":{ + "numNodes":{ + "shape":"Long", + "documentation":"The number of nodes in the graph.
" + }, + "numEdges":{ + "shape":"Long", + "documentation":"The number of edges in the graph.
" + }, + "numNodeLabels":{ + "shape":"Long", + "documentation":"The number of distinct node labels in the graph.
" + }, + "numEdgeLabels":{ + "shape":"Long", + "documentation":"The number of distinct edge labels in the graph.
" + }, + "nodeLabels":{ + "shape":"NodeLabels", + "documentation":"A list of the distinct node labels in the graph.
" + }, + "edgeLabels":{ + "shape":"EdgeLabels", + "documentation":"A list of the distinct edge labels in the graph.
" + }, + "numNodeProperties":{ + "shape":"Long", + "documentation":"A list of the distinct node properties in the graph, along with the count of nodes where each property is used.
" + }, + "numEdgeProperties":{ + "shape":"Long", + "documentation":"The number of distinct edge properties in the graph.
" + }, + "nodeProperties":{ + "shape":"LongValuedMapList", + "documentation":"The number of distinct node properties in the graph.
" + }, + "edgeProperties":{ + "shape":"LongValuedMapList", + "documentation":"A list of the distinct edge properties in the graph, along with the count of edges where each property is used.
" + }, + "totalNodePropertyValues":{ + "shape":"Long", + "documentation":"The total number of usages of all node properties.
" + }, + "totalEdgePropertyValues":{ + "shape":"Long", + "documentation":"The total number of usages of all edge properties.
" + }, + "nodeStructures":{ + "shape":"NodeStructures", + "documentation":"This field is only present when the requested mode is DETAILED. It contains a list of node structures.
This field is only present when the requested mode is DETAILED. It contains a list of edge structures.
The graph summary API returns a read-only list of node and edge labels and property keys, along with counts of nodes, edges, and properties. See Graph summary response for a property graph (PG).
" + }, + "PropertygraphSummaryValueMap":{ + "type":"structure", + "members":{ + "version":{ + "shape":"String", + "documentation":"The version of this graph summary response.
" + }, + "lastStatisticsComputationTime":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
" + }, + "graphSummary":{ + "shape":"PropertygraphSummary", + "documentation":"The graph summary.
" + } + }, + "documentation":"Payload for the property graph summary response.
" + }, + "QueryEvalStats":{ + "type":"structure", + "members":{ + "waited":{ + "shape":"Integer", + "documentation":"Indicates how long the query waited, in milliseconds.
" + }, + "elapsed":{ + "shape":"Integer", + "documentation":"The number of milliseconds the query has been running so far.
" + }, + "cancelled":{ + "shape":"Boolean", + "documentation":"Set to TRUE if the query was cancelled, or FALSE otherwise.
The number of subqueries in this query.
" + } + }, + "documentation":"Structure to capture query statistics such as how many queries are running, accepted or waiting and their details.
" + }, + "QueryLanguageVersion":{ + "type":"structure", + "required":["version"], + "members":{ + "version":{ + "shape":"String", + "documentation":"The version of the query language.
" + } + }, + "documentation":"Structure for expressing the query language version.
" + }, + "QueryLimitExceededException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request which exceeded the limit.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when the number of active queries exceeds what the server can process. The query in question can be retried when the system is less busy.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "QueryLimitException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request that exceeded the limit.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when the size of a query exceeds the system limit.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "QueryTooLargeException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request that is too large.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when the body of a query is too large.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "RDFGraphSummary":{ + "type":"structure", + "members":{ + "numDistinctSubjects":{ + "shape":"Long", + "documentation":"The number of distinct subjects in the graph.
" + }, + "numDistinctPredicates":{ + "shape":"Long", + "documentation":"The number of distinct predicates in the graph.
" + }, + "numQuads":{ + "shape":"Long", + "documentation":"The number of quads in the graph.
" + }, + "numClasses":{ + "shape":"Long", + "documentation":"The number of classes in the graph.
" + }, + "classes":{ + "shape":"Classes", + "documentation":"A list of the classes in the graph.
" + }, + "predicates":{ + "shape":"LongValuedMapList", + "documentation":"\"A list of predicates in the graph, along with the predicate counts.
" + }, + "subjectStructures":{ + "shape":"SubjectStructures", + "documentation":"This field is only present when the request mode is DETAILED. It contains a list of subject structures.
The RDF graph summary API returns a read-only list of classes and predicate keys, along with counts of quads, subjects, and predicates.
" + }, + "RDFGraphSummaryValueMap":{ + "type":"structure", + "members":{ + "version":{ + "shape":"String", + "documentation":"The version of this graph summary response.
" + }, + "lastStatisticsComputationTime":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
" + }, + "graphSummary":{ + "shape":"RDFGraphSummary", + "documentation":"The graph summary of an RDF graph. See Graph summary response for an RDF graph.
" + } + }, + "documentation":"Payload for an RDF graph summary response.
" + }, + "ReadOnlyViolationException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in which the parameter is missing.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a request attempts to write to a read-only resource.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "RefreshStatisticsIdMap":{ + "type":"structure", + "members":{ + "statisticsId":{ + "shape":"String", + "documentation":"The ID of the statistics generation run that is currently occurring.
" + } + }, + "documentation":"Statistics for REFRESH mode.
A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when there is a problem accessing Amazon S3.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":false} + }, + "ServerShutdownException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when the server shuts down while processing a request.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "SparqlData":{ + "type":"structure", + "required":["stmt"], + "members":{ + "stmt":{ + "shape":"String", + "documentation":"Holds an N-QUADS statement expressing the changed quad.
" + } + }, + "documentation":"Neptune logs are converted to SPARQL quads in the graph using the Resource Description Framework (RDF) N-QUADS language defined in the W3C RDF 1.1 N-Quads specification
" + }, + "SparqlRecord":{ + "type":"structure", + "required":[ + "commitTimestampInMillis", + "eventId", + "data", + "op" + ], + "members":{ + "commitTimestampInMillis":{ + "shape":"Long", + "documentation":"The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.
", + "locationName":"commitTimestamp" + }, + "eventId":{ + "shape":"StringValuedMap", + "documentation":"The sequence identifier of the stream change record.
" + }, + "data":{ + "shape":"SparqlData", + "documentation":"The serialized SPARQL change record. The serialization formats of each record are described in more detail in Serialization Formats in Neptune Streams.
" + }, + "op":{ + "shape":"String", + "documentation":"The operation that created the change.
" + }, + "isLastOp":{ + "shape":"Boolean", + "documentation":"Only present if this operation is the last one in its transaction. If present, it is set to true. It is useful for ensuring that an entire transaction is consumed.
" + } + }, + "documentation":"A serialized SPARQL stream record capturing a change-log entry for the RDF graph.
" + }, + "SparqlRecordsList":{ + "type":"list", + "member":{"shape":"SparqlRecord"} + }, + "StartLoaderJobInput":{ + "type":"structure", + "required":[ + "source", + "format", + "s3BucketRegion", + "iamRoleArn" + ], + "members":{ + "source":{ + "shape":"String", + "documentation":"The source parameter accepts an S3 URI that identifies a single file, multiple files, a folder, or multiple folders. Neptune loads every data file in any folder that is specified.
The URI can be in any of the following formats.
s3://(bucket_name)/(object-key-name)
https://s3.amazonaws.com/(bucket_name)/(object-key-name)
https://s3.us-east-1.amazonaws.com/(bucket_name)/(object-key-name)
The object-key-name element of the URI is equivalent to the prefix parameter in an S3 ListObjects API call. It identifies all the objects in the specified S3 bucket whose names begin with that prefix. That can be a single file or folder, or multiple files and/or folders.
The specified folder or folders can contain multiple vertex files and multiple edge files.
" + }, + "format":{ + "shape":"Format", + "documentation":"The format of the data. For more information about data formats for the Neptune Loader command, see Load Data Formats.
Allowed values
csv for the Gremlin CSV data format.
opencypher for the openCypher CSV data format.
ntriples for the N-Triples RDF data format.
nquads for the N-Quads RDF data format.
rdfxml for the RDF\\XML RDF data format.
turtle for the Turtle RDF data format.
The Amazon region of the S3 bucket. This must match the Amazon Region of the DB cluster.
", + "locationName":"region" + }, + "iamRoleArn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) for an IAM role to be assumed by the Neptune DB instance for access to the S3 bucket. The IAM role ARN provided here should be attached to the DB cluster (see Adding the IAM Role to an Amazon Neptune Cluster.
" + }, + "mode":{ + "shape":"Mode", + "documentation":"The load job mode.
Allowed values: RESUME, NEW, AUTO.
Default value: AUTO.
RESUME – In RESUME mode, the loader looks for a previous load from this source, and if it finds one, resumes that load job. If no previous load job is found, the loader stops.
The loader avoids reloading files that were successfully loaded in a previous job. It only tries to process failed files. If you dropped previously loaded data from your Neptune cluster, that data is not reloaded in this mode. If a previous load job loaded all files from the same source successfully, nothing is reloaded, and the loader returns success.
NEW – In NEW mode, the creates a new load request regardless of any previous loads. You can use this mode to reload all the data from a source after dropping previously loaded data from your Neptune cluster, or to load new data available at the same source.
AUTO – In AUTO mode, the loader looks for a previous load job from the same source, and if it finds one, resumes that job, just as in RESUME mode.
If the loader doesn't find a previous load job from the same source, it loads all data from the source, just as in NEW mode.
failOnError – A flag to toggle a complete stop on an error.
Allowed values: \"TRUE\", \"FALSE\".
Default value: \"TRUE\".
When this parameter is set to \"FALSE\", the loader tries to load all the data in the location specified, skipping any entries with errors.
When this parameter is set to \"TRUE\", the loader stops as soon as it encounters an error. Data loaded up to that point persists.
The optional parallelism parameter can be set to reduce the number of threads used by the bulk load process.
Allowed values:
LOW – The number of threads used is the number of available vCPUs divided by 8.
MEDIUM – The number of threads used is the number of available vCPUs divided by 2.
HIGH – The number of threads used is the same as the number of available vCPUs.
OVERSUBSCRIBE – The number of threads used is the number of available vCPUs multiplied by 2. If this value is used, the bulk loader takes up all available resources.
This does not mean, however, that the OVERSUBSCRIBE setting results in 100% CPU utilization. Because the load operation is I/O bound, the highest CPU utilization to expect is in the 60% to 70% range.
Default value: HIGH
The parallelism setting can sometimes result in a deadlock between threads when loading openCypher data. When this happens, Neptune returns the LOAD_DATA_DEADLOCK error. You can generally fix the issue by setting parallelism to a lower setting and retrying the load command.
parserConfiguration – An optional object with additional parser configuration values. Each of the child parameters is also optional:
namedGraphUri – The default graph for all RDF formats when no graph is specified (for non-quads formats and NQUAD entries with no graph).
The default is https://aws.amazon.com/neptune/vocab/v01/DefaultNamedGraph.
baseUri – The base URI for RDF/XML and Turtle formats.
The default is https://aws.amazon.com/neptune/default.
allowEmptyStrings – Gremlin users need to be able to pass empty string values(\"\") as node and edge properties when loading CSV data. If allowEmptyStrings is set to false (the default), such empty strings are treated as nulls and are not loaded.
If allowEmptyStrings is set to true, the loader treats empty strings as valid property values and loads them accordingly.
updateSingleCardinalityProperties is an optional parameter that controls how the bulk loader treats a new value for single-cardinality vertex or edge properties. This is not supported for loading openCypher data.
Allowed values: \"TRUE\", \"FALSE\".
Default value: \"FALSE\".
By default, or when updateSingleCardinalityProperties is explicitly set to \"FALSE\", the loader treats a new value as an error, because it violates single cardinality.
When updateSingleCardinalityProperties is set to \"TRUE\", on the other hand, the bulk loader replaces the existing value with the new one. If multiple edge or single-cardinality vertex property values are provided in the source file(s) being loaded, the final value at the end of the bulk load could be any one of those new values. The loader only guarantees that the existing value has been replaced by one of the new ones.
This is an optional flag parameter that indicates whether the load request can be queued up or not.
You don't have to wait for one load job to complete before issuing the next one, because Neptune can queue up as many as 64 jobs at a time, provided that their queueRequest parameters are all set to \"TRUE\". The queue order of the jobs will be first-in-first-out (FIFO).
If the queueRequest parameter is omitted or set to \"FALSE\", the load request will fail if another load job is already running.
Allowed values: \"TRUE\", \"FALSE\".
Default value: \"FALSE\".
This is an optional parameter that can make a queued load request contingent on the successful completion of one or more previous jobs in the queue.
Neptune can queue up as many as 64 load requests at a time, if their queueRequest parameters are set to \"TRUE\". The dependencies parameter lets you make execution of such a queued request dependent on the successful completion of one or more specified previous requests in the queue.
For example, if load Job-A and Job-B are independent of each other, but load Job-C needs Job-A and Job-B to be finished before it begins, proceed as follows:
Submit load-job-A and load-job-B one after another in any order, and save their load-ids.
Submit load-job-C with the load-ids of the two jobs in its dependencies field:
Because of the dependencies parameter, the bulk loader will not start Job-C until Job-A and Job-B have completed successfully. If either one of them fails, Job-C will not be executed, and its status will be set to LOAD_FAILED_BECAUSE_DEPENDENCY_NOT_SATISFIED.
You can set up multiple levels of dependency in this way, so that the failure of one job will cause all requests that are directly or indirectly dependent on it to be cancelled.
" + }, + "userProvidedEdgeIds":{ + "shape":"Boolean", + "documentation":"This parameter is required only when loading openCypher data that contains relationship IDs. It must be included and set to True when openCypher relationship IDs are explicitly provided in the load data (recommended).
When userProvidedEdgeIds is absent or set to True, an :ID column must be present in every relationship file in the load.
When userProvidedEdgeIds is present and set to False, relationship files in the load must not contain an :ID column. Instead, the Neptune loader automatically generates an ID for each relationship.
It's useful to provide relationship IDs explicitly so that the loader can resume loading after error in the CSV data have been fixed, without having to reload any relationships that have already been loaded. If relationship IDs have not been explicitly assigned, the loader cannot resume a failed load if any relationship file has had to be corrected, and must instead reload all the relationships.
" + } + } + }, + "StartLoaderJobOutput":{ + "type":"structure", + "required":[ + "status", + "payload" + ], + "members":{ + "status":{ + "shape":"String", + "documentation":"The HTTP return code indicating the status of the load job.
" + }, + "payload":{ + "shape":"StringValuedMap", + "documentation":"Contains a loadId name-value pair that provides an identifier for the load operation.
A unique identifier for the new job. The default is an autogenerated UUID.
" + }, + "previousDataProcessingJobId":{ + "shape":"String", + "documentation":"The job ID of a completed data processing job run on an earlier version of the data.
" + }, + "inputDataS3Location":{ + "shape":"String", + "documentation":"The URI of the Amazon S3 location where you want SageMaker to download the data needed to run the data processing job.
" + }, + "processedDataS3Location":{ + "shape":"String", + "documentation":"The URI of the Amazon S3 location where you want SageMaker to save the results of a data processing job.
" + }, + "sagemakerIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role for SageMaker execution. This must be listed in your DB cluster parameter group or an error will occur.
" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform tasks on your behalf. This must be listed in your DB cluster parameter group or an error will occur.
" + }, + "processingInstanceType":{ + "shape":"String", + "documentation":"The type of ML instance used during data processing. Its memory should be large enough to hold the processed dataset. The default is the smallest ml.r5 type whose memory is ten times larger than the size of the exported graph data on disk.
" + }, + "processingInstanceVolumeSizeInGB":{ + "shape":"Integer", + "documentation":"The disk volume size of the processing instance. Both input data and processed data are stored on disk, so the volume size must be large enough to hold both data sets. The default is 0. If not specified or 0, Neptune ML chooses the volume size automatically based on the data size.
" + }, + "processingTimeOutInSeconds":{ + "shape":"Integer", + "documentation":"Timeout in seconds for the data processing job. The default is 86,400 (1 day).
" + }, + "modelType":{ + "shape":"String", + "documentation":"One of the two model types that Neptune ML currently supports: heterogeneous graph models (heterogeneous), and knowledge graph (kge). The default is none. If not specified, Neptune ML chooses the model type automatically based on the data.
A data specification file that describes how to load the exported graph data for training. The file is automatically generated by the Neptune export toolkit. The default is training-data-configuration.json.
The IDs of the subnets in the Neptune VPC. The default is None.
" + }, + "securityGroupIds":{ + "shape":"StringList", + "documentation":"The VPC security group IDs. The default is None.
" + }, + "volumeEncryptionKMSKey":{ + "shape":"String", + "documentation":"The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instances that run the training job. The default is None.
" + }, + "s3OutputEncryptionKMSKey":{ + "shape":"String", + "documentation":"The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt the output of the processing job. The default is none.
" + } + } + }, + "StartMLDataProcessingJobOutput":{ + "type":"structure", + "members":{ + "id":{ + "shape":"String", + "documentation":"The unique ID of the new data processing job.
" + }, + "arn":{ + "shape":"String", + "documentation":"The ARN of the data processing job.
" + }, + "creationTimeInMillis":{ + "shape":"Long", + "documentation":"The time it took to create the new processing job, in milliseconds.
" + } + } + }, + "StartMLModelTrainingJobInput":{ + "type":"structure", + "required":[ + "dataProcessingJobId", + "trainModelS3Location" + ], + "members":{ + "id":{ + "shape":"String", + "documentation":"A unique identifier for the new job. The default is An autogenerated UUID.
" + }, + "previousModelTrainingJobId":{ + "shape":"String", + "documentation":"The job ID of a completed model-training job that you want to update incrementally based on updated data.
" + }, + "dataProcessingJobId":{ + "shape":"String", + "documentation":"The job ID of the completed data-processing job that has created the data that the training will work with.
" + }, + "trainModelS3Location":{ + "shape":"String", + "documentation":"The location in Amazon S3 where the model artifacts are to be stored.
" + }, + "sagemakerIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role for SageMaker execution.This must be listed in your DB cluster parameter group or an error will occur.
" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
" + }, + "baseProcessingInstanceType":{ + "shape":"String", + "documentation":"The type of ML instance used in preparing and managing training of ML models. This is a CPU instance chosen based on memory requirements for processing the training data and model.
" + }, + "trainingInstanceType":{ + "shape":"String", + "documentation":"The type of ML instance used for model training. All Neptune ML models support CPU, GPU, and multiGPU training. The default is ml.p3.2xlarge. Choosing the right instance type for training depends on the task type, graph size, and your budget.
The disk volume size of the training instance. Both input data and the output model are stored on disk, so the volume size must be large enough to hold both data sets. The default is 0. If not specified or 0, Neptune ML selects a disk volume size based on the recommendation generated in the data processing step.
" + }, + "trainingTimeOutInSeconds":{ + "shape":"Integer", + "documentation":"Timeout in seconds for the training job. The default is 86,400 (1 day).
" + }, + "maxHPONumberOfTrainingJobs":{ + "shape":"Integer", + "documentation":"Maximum total number of training jobs to start for the hyperparameter tuning job. The default is 2. Neptune ML automatically tunes the hyperparameters of the machine learning model. To obtain a model that performs well, use at least 10 jobs (in other words, set maxHPONumberOfTrainingJobs to 10). In general, the more tuning runs, the better the results.
Maximum number of parallel training jobs to start for the hyperparameter tuning job. The default is 2. The number of parallel jobs you can run is limited by the available resources on your training instance.
" + }, + "subnets":{ + "shape":"StringList", + "documentation":"The IDs of the subnets in the Neptune VPC. The default is None.
" + }, + "securityGroupIds":{ + "shape":"StringList", + "documentation":"The VPC security group IDs. The default is None.
" + }, + "volumeEncryptionKMSKey":{ + "shape":"String", + "documentation":"The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instances that run the training job. The default is None.
" + }, + "s3OutputEncryptionKMSKey":{ + "shape":"String", + "documentation":"The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt the output of the processing job. The default is none.
" + }, + "enableManagedSpotTraining":{ + "shape":"Boolean", + "documentation":"Optimizes the cost of training machine-learning models by using Amazon Elastic Compute Cloud spot instances. The default is False.
The configuration for custom model training. This is a JSON object.
" + } + } + }, + "StartMLModelTrainingJobOutput":{ + "type":"structure", + "members":{ + "id":{ + "shape":"String", + "documentation":"The unique ID of the new model training job.
" + }, + "arn":{ + "shape":"String", + "documentation":"The ARN of the new model training job.
" + }, + "creationTimeInMillis":{ + "shape":"Long", + "documentation":"The model training job creation time, in milliseconds.
" + } + } + }, + "StartMLModelTransformJobInput":{ + "type":"structure", + "required":["modelTransformOutputS3Location"], + "members":{ + "id":{ + "shape":"String", + "documentation":"A unique identifier for the new job. The default is an autogenerated UUID.
" + }, + "dataProcessingJobId":{ + "shape":"String", + "documentation":"The job ID of a completed data-processing job. You must include either dataProcessingJobId and a mlModelTrainingJobId, or a trainingJobName.
The job ID of a completed model-training job. You must include either dataProcessingJobId and a mlModelTrainingJobId, or a trainingJobName.
The name of a completed SageMaker training job. You must include either dataProcessingJobId and a mlModelTrainingJobId, or a trainingJobName.
The location in Amazon S3 where the model artifacts are to be stored.
" + }, + "sagemakerIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role for SageMaker execution. This must be listed in your DB cluster parameter group or an error will occur.
" + }, + "neptuneIamRoleArn":{ + "shape":"String", + "documentation":"The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
" + }, + "customModelTransformParameters":{ + "shape":"CustomModelTransformParameters", + "documentation":"Configuration information for a model transform using a custom model. The customModelTransformParameters object contains the following fields, which must have values compatible with the saved model parameters from the training job:
The type of ML instance used in preparing and managing training of ML models. This is an ML compute instance chosen based on memory requirements for processing the training data and model.
" + }, + "baseProcessingInstanceVolumeSizeInGB":{ + "shape":"Integer", + "documentation":"The disk volume size of the training instance in gigabytes. The default is 0. Both input data and the output model are stored on disk, so the volume size must be large enough to hold both data sets. If not specified or 0, Neptune ML selects a disk volume size based on the recommendation generated in the data processing step.
" + }, + "subnets":{ + "shape":"StringList", + "documentation":"The IDs of the subnets in the Neptune VPC. The default is None.
" + }, + "securityGroupIds":{ + "shape":"StringList", + "documentation":"The VPC security group IDs. The default is None.
" + }, + "volumeEncryptionKMSKey":{ + "shape":"String", + "documentation":"The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instances that run the training job. The default is None.
" + }, + "s3OutputEncryptionKMSKey":{ + "shape":"String", + "documentation":"The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt the output of the processing job. The default is none.
" + } + } + }, + "StartMLModelTransformJobOutput":{ + "type":"structure", + "members":{ + "id":{ + "shape":"String", + "documentation":"The unique ID of the new model transform job.
" + }, + "arn":{ + "shape":"String", + "documentation":"The ARN of the model transform job.
" + }, + "creationTimeInMillis":{ + "shape":"Long", + "documentation":"The creation time of the model transform job, in milliseconds.
" + } + } + }, + "Statistics":{ + "type":"structure", + "members":{ + "autoCompute":{ + "shape":"Boolean", + "documentation":"Indicates whether or not automatic statistics generation is enabled.
" + }, + "active":{ + "shape":"Boolean", + "documentation":"Indicates whether or not DFE statistics generation is enabled at all.
" + }, + "statisticsId":{ + "shape":"String", + "documentation":"Reports the ID of the current statistics generation run. A value of -1 indicates that no statistics have been generated.
" + }, + "date":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The UTC time at which DFE statistics have most recently been generated.
" + }, + "note":{ + "shape":"String", + "documentation":"A note about problems in the case where statistics are invalid.
" + }, + "signatureInfo":{ + "shape":"StatisticsSummary", + "documentation":"A StatisticsSummary structure that contains:
signatureCount - The total number of signatures across all characteristic sets.
instanceCount - The total number of characteristic-set instances.
predicateCount - The total number of unique predicates.
Contains statistics information. The DFE engine uses information about the data in your Neptune graph to make effective trade-offs when planning query execution. This information takes the form of statistics that include so-called characteristic sets and predicate statistics that can guide query planning. See Managing statistics for the Neptune DFE to use.
" + }, + "StatisticsAutoGenerationMode":{ + "type":"string", + "enum":[ + "disableAutoCompute", + "enableAutoCompute", + "refresh" + ] + }, + "StatisticsNotAvailableException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when statistics needed to satisfy a request are not available.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "StatisticsSummary":{ + "type":"structure", + "members":{ + "signatureCount":{ + "shape":"Integer", + "documentation":"The total number of signatures across all characteristic sets.
" + }, + "instanceCount":{ + "shape":"Integer", + "documentation":"The total number of characteristic-set instances.
" + }, + "predicateCount":{ + "shape":"Integer", + "documentation":"The total number of unique predicates.
" + } + }, + "documentation":"Information about the characteristic sets generated in the statistics.
" + }, + "StreamRecordsNotFoundException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when stream records requested by a query cannot be found.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "String":{"type":"string"}, + "StringList":{ + "type":"list", + "member":{"shape":"String"} + }, + "StringValuedMap":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "SubjectStructure":{ + "type":"structure", + "members":{ + "count":{ + "shape":"Long", + "documentation":"Number of occurrences of this specific structure.
" + }, + "predicates":{ + "shape":"Predicates", + "documentation":"A list of predicates present in this specific structure.
" + } + }, + "documentation":"A subject structure.
" + }, + "SubjectStructures":{ + "type":"list", + "member":{"shape":"SubjectStructure"} + }, + "SyntheticTimestamp_date_time":{ + "type":"timestamp", + "timestampFormat":"iso8601" + }, + "ThrottlingException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request that could not be processed for this reason.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when the rate of requests exceeds the maximum throughput. Requests can be retried after encountering this exception.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "TimeLimitExceededException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request that could not be processed for this reason.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when the an operation exceeds the time limit allowed for it.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "TooManyRequestsException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request that could not be processed for this reason.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when the number of requests being processed exceeds the limit.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":false} + }, + "UnsupportedOperationException":{ + "type":"structure", + "required":[ + "detailedMessage", + "requestId", + "code" + ], + "members":{ + "detailedMessage":{ + "shape":"String", + "documentation":"A detailed message describing the problem.
" + }, + "requestId":{ + "shape":"String", + "documentation":"The ID of the request in question.
" + }, + "code":{ + "shape":"String", + "documentation":"The HTTP status code returned with the exception.
" + } + }, + "documentation":"Raised when a request attempts to initiate an operation that is not supported.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + } + }, + "documentation":"The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data operations, including data loading, query execution, data inquiry, and machine learning. It supports the Gremlin and openCypher query languages, and is available in all SDK languages. It automatically signs API requests and greatly simplifies integrating Neptune into your applications.
" +} diff --git a/testbed/boto__botocore/botocore/data/nimble/2020-08-01/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/nimble/2020-08-01/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..2b9b00a4cc32db8210bbdf7bb3b201047d41cb01 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/nimble/2020-08-01/endpoint-rule-set-1.json @@ -0,0 +1,314 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://nimble-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://nimble-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://nimble.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ] + }, + { + "conditions": [], + "endpoint": { + "url": "https://nimble.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/nimble/2020-08-01/examples-1.json b/testbed/boto__botocore/botocore/data/nimble/2020-08-01/examples-1.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea7e3b0bbe917eb027880396ac01509becd1fa0 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/nimble/2020-08-01/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/testbed/boto__botocore/botocore/data/nimble/2020-08-01/paginators-1.json b/testbed/boto__botocore/botocore/data/nimble/2020-08-01/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..e11f664c7ca91cb917d8ae7bec77f9e7829dded0 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/nimble/2020-08-01/paginators-1.json @@ -0,0 +1,58 @@ +{ + "pagination": { + "ListEulaAcceptances": { + "input_token": "nextToken", + "output_token": "nextToken", + "result_key": "eulaAcceptances" + }, + "ListEulas": { + "input_token": "nextToken", + "output_token": "nextToken", + "result_key": "eulas" + }, + "ListLaunchProfileMembers": { + "input_token": "nextToken", + "limit_key": "maxResults", + "output_token": "nextToken", + "result_key": "members" + }, + "ListLaunchProfiles": { + "input_token": "nextToken", + "limit_key": "maxResults", + "output_token": "nextToken", + "result_key": "launchProfiles" + }, + "ListStreamingImages": { + "input_token": "nextToken", + "output_token": "nextToken", + "result_key": "streamingImages" + }, + "ListStreamingSessions": { + "input_token": "nextToken", + "output_token": "nextToken", + "result_key": "sessions" + }, + "ListStudioComponents": { + "input_token": "nextToken", + "limit_key": "maxResults", + "output_token": "nextToken", + "result_key": "studioComponents" + }, + "ListStudioMembers": { + "input_token": "nextToken", + "limit_key": "maxResults", + "output_token": "nextToken", + "result_key": "members" + }, + "ListStudios": { + "input_token": "nextToken", + "output_token": "nextToken", + "result_key": "studios" + }, + "ListStreamingSessionBackups": { + "input_token": "nextToken", + "output_token": "nextToken", + "result_key": "streamingSessionBackups" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/nimble/2020-08-01/service-2.json b/testbed/boto__botocore/botocore/data/nimble/2020-08-01/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..dc8dfd448ed971eb4108b0b13c6d1b8d503b3126 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/nimble/2020-08-01/service-2.json @@ -0,0 +1,4970 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2020-08-01", + "endpointPrefix":"nimble", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceFullName":"AmazonNimbleStudio", + "serviceId":"nimble", + "signatureVersion":"v4", + "signingName":"nimble", + "uid":"nimble-2020-08-01" + }, + "operations":{ + "AcceptEulas":{ + "name":"AcceptEulas", + "http":{ + "method":"POST", + "requestUri":"/2020-08-01/studios/{studioId}/eula-acceptances", + "responseCode":200 + }, + "input":{"shape":"AcceptEulasRequest"}, + "output":{"shape":"AcceptEulasResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Accept EULAs.
" + }, + "CreateLaunchProfile":{ + "name":"CreateLaunchProfile", + "http":{ + "method":"POST", + "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles", + "responseCode":200 + }, + "input":{"shape":"CreateLaunchProfileRequest"}, + "output":{"shape":"CreateLaunchProfileResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Create a launch profile.
" + }, + "CreateStreamingImage":{ + "name":"CreateStreamingImage", + "http":{ + "method":"POST", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-images", + "responseCode":200 + }, + "input":{"shape":"CreateStreamingImageRequest"}, + "output":{"shape":"CreateStreamingImageResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Creates a streaming image resource in a studio.
" + }, + "CreateStreamingSession":{ + "name":"CreateStreamingSession", + "http":{ + "method":"POST", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-sessions", + "responseCode":200 + }, + "input":{"shape":"CreateStreamingSessionRequest"}, + "output":{"shape":"CreateStreamingSessionResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Creates a streaming session in a studio.
After invoking this operation, you must poll GetStreamingSession until the streaming session is in the READY state.
Creates a streaming session stream for a streaming session.
After invoking this API, invoke GetStreamingSessionStream with the returned streamId to poll the resource until it is in the READY state.
Create a new studio.
When creating a studio, two IAM roles must be provided: the admin role and the user role. These roles are assumed by your users when they log in to the Nimble Studio portal.
The user role must have the AmazonNimbleStudio-StudioUser managed policy attached for the portal to function properly.
The admin role must have the AmazonNimbleStudio-StudioAdmin managed policy attached for the portal to function properly.
You may optionally specify a KMS key in the StudioEncryptionConfiguration.
In Nimble Studio, resource names, descriptions, initialization scripts, and other data you provide are always encrypted at rest using an KMS key. By default, this key is owned by Amazon Web Services and managed on your behalf. You may provide your own KMS key when calling CreateStudio to encrypt this data using a key you own and manage.
When providing an KMS key during studio creation, Nimble Studio creates KMS grants in your account to provide your studio user and admin roles access to these KMS keys.
If you delete this grant, the studio will no longer be accessible to your portal users.
If you delete the studio KMS key, your studio will no longer be accessible.
" + }, + "CreateStudioComponent":{ + "name":"CreateStudioComponent", + "http":{ + "method":"POST", + "requestUri":"/2020-08-01/studios/{studioId}/studio-components", + "responseCode":200 + }, + "input":{"shape":"CreateStudioComponentRequest"}, + "output":{"shape":"CreateStudioComponentResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Creates a studio component resource.
" + }, + "DeleteLaunchProfile":{ + "name":"DeleteLaunchProfile", + "http":{ + "method":"DELETE", + "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}", + "responseCode":200 + }, + "input":{"shape":"DeleteLaunchProfileRequest"}, + "output":{"shape":"DeleteLaunchProfileResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Permanently delete a launch profile.
", + "idempotent":true + }, + "DeleteLaunchProfileMember":{ + "name":"DeleteLaunchProfileMember", + "http":{ + "method":"DELETE", + "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/membership/{principalId}", + "responseCode":200 + }, + "input":{"shape":"DeleteLaunchProfileMemberRequest"}, + "output":{"shape":"DeleteLaunchProfileMemberResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Delete a user from launch profile membership.
", + "idempotent":true + }, + "DeleteStreamingImage":{ + "name":"DeleteStreamingImage", + "http":{ + "method":"DELETE", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-images/{streamingImageId}", + "responseCode":200 + }, + "input":{"shape":"DeleteStreamingImageRequest"}, + "output":{"shape":"DeleteStreamingImageResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Delete streaming image.
", + "idempotent":true + }, + "DeleteStreamingSession":{ + "name":"DeleteStreamingSession", + "http":{ + "method":"DELETE", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}", + "responseCode":200 + }, + "input":{"shape":"DeleteStreamingSessionRequest"}, + "output":{"shape":"DeleteStreamingSessionResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Deletes streaming session resource.
After invoking this operation, use GetStreamingSession to poll the resource until it transitions to a DELETED state.
A streaming session will count against your streaming session quota until it is marked DELETED.
Delete a studio resource.
", + "idempotent":true + }, + "DeleteStudioComponent":{ + "name":"DeleteStudioComponent", + "http":{ + "method":"DELETE", + "requestUri":"/2020-08-01/studios/{studioId}/studio-components/{studioComponentId}", + "responseCode":200 + }, + "input":{"shape":"DeleteStudioComponentRequest"}, + "output":{"shape":"DeleteStudioComponentResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Deletes a studio component resource.
", + "idempotent":true + }, + "DeleteStudioMember":{ + "name":"DeleteStudioMember", + "http":{ + "method":"DELETE", + "requestUri":"/2020-08-01/studios/{studioId}/membership/{principalId}", + "responseCode":200 + }, + "input":{"shape":"DeleteStudioMemberRequest"}, + "output":{"shape":"DeleteStudioMemberResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Delete a user from studio membership.
", + "idempotent":true + }, + "GetEula":{ + "name":"GetEula", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/eulas/{eulaId}", + "responseCode":200 + }, + "input":{"shape":"GetEulaRequest"}, + "output":{"shape":"GetEulaResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Get EULA.
" + }, + "GetLaunchProfile":{ + "name":"GetLaunchProfile", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}", + "responseCode":200 + }, + "input":{"shape":"GetLaunchProfileRequest"}, + "output":{"shape":"GetLaunchProfileResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Get a launch profile.
" + }, + "GetLaunchProfileDetails":{ + "name":"GetLaunchProfileDetails", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/details", + "responseCode":200 + }, + "input":{"shape":"GetLaunchProfileDetailsRequest"}, + "output":{"shape":"GetLaunchProfileDetailsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Launch profile details include the launch profile resource and summary information of resources that are used by, or available to, the launch profile. This includes the name and description of all studio components used by the launch profiles, and the name and description of streaming images that can be used with this launch profile.
" + }, + "GetLaunchProfileInitialization":{ + "name":"GetLaunchProfileInitialization", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/init", + "responseCode":200 + }, + "input":{"shape":"GetLaunchProfileInitializationRequest"}, + "output":{"shape":"GetLaunchProfileInitializationResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Get a launch profile initialization.
" + }, + "GetLaunchProfileMember":{ + "name":"GetLaunchProfileMember", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/membership/{principalId}", + "responseCode":200 + }, + "input":{"shape":"GetLaunchProfileMemberRequest"}, + "output":{"shape":"GetLaunchProfileMemberResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Get a user persona in launch profile membership.
" + }, + "GetStreamingImage":{ + "name":"GetStreamingImage", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-images/{streamingImageId}", + "responseCode":200 + }, + "input":{"shape":"GetStreamingImageRequest"}, + "output":{"shape":"GetStreamingImageResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Get streaming image.
" + }, + "GetStreamingSession":{ + "name":"GetStreamingSession", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}", + "responseCode":200 + }, + "input":{"shape":"GetStreamingSessionRequest"}, + "output":{"shape":"GetStreamingSessionResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Gets StreamingSession resource.
Invoke this operation to poll for a streaming session state while creating or deleting a session.
" + }, + "GetStreamingSessionBackup":{ + "name":"GetStreamingSessionBackup", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-session-backups/{backupId}", + "responseCode":200 + }, + "input":{"shape":"GetStreamingSessionBackupRequest"}, + "output":{"shape":"GetStreamingSessionBackupResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"} + ], + "documentation":"Gets StreamingSessionBackup resource.
Invoke this operation to poll for a streaming session backup while stopping a streaming session.
" + }, + "GetStreamingSessionStream":{ + "name":"GetStreamingSessionStream", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}/streams/{streamId}", + "responseCode":200 + }, + "input":{"shape":"GetStreamingSessionStreamRequest"}, + "output":{"shape":"GetStreamingSessionStreamResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Gets a StreamingSessionStream for a streaming session.
Invoke this operation to poll the resource after invoking CreateStreamingSessionStream.
After the StreamingSessionStream changes to the READY state, the url property will contain a stream to be used with the DCV streaming client.
Get a studio resource.
" + }, + "GetStudioComponent":{ + "name":"GetStudioComponent", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/studio-components/{studioComponentId}", + "responseCode":200 + }, + "input":{"shape":"GetStudioComponentRequest"}, + "output":{"shape":"GetStudioComponentResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Gets a studio component resource.
" + }, + "GetStudioMember":{ + "name":"GetStudioMember", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/membership/{principalId}", + "responseCode":200 + }, + "input":{"shape":"GetStudioMemberRequest"}, + "output":{"shape":"GetStudioMemberResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Get a user's membership in a studio.
" + }, + "ListEulaAcceptances":{ + "name":"ListEulaAcceptances", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/eula-acceptances", + "responseCode":200 + }, + "input":{"shape":"ListEulaAcceptancesRequest"}, + "output":{"shape":"ListEulaAcceptancesResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"List EULA acceptances.
" + }, + "ListEulas":{ + "name":"ListEulas", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/eulas", + "responseCode":200 + }, + "input":{"shape":"ListEulasRequest"}, + "output":{"shape":"ListEulasResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"List EULAs.
" + }, + "ListLaunchProfileMembers":{ + "name":"ListLaunchProfileMembers", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/membership", + "responseCode":200 + }, + "input":{"shape":"ListLaunchProfileMembersRequest"}, + "output":{"shape":"ListLaunchProfileMembersResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Get all users in a given launch profile membership.
" + }, + "ListLaunchProfiles":{ + "name":"ListLaunchProfiles", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles", + "responseCode":200 + }, + "input":{"shape":"ListLaunchProfilesRequest"}, + "output":{"shape":"ListLaunchProfilesResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"List all the launch profiles a studio.
" + }, + "ListStreamingImages":{ + "name":"ListStreamingImages", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-images", + "responseCode":200 + }, + "input":{"shape":"ListStreamingImagesRequest"}, + "output":{"shape":"ListStreamingImagesResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"List the streaming image resources available to this studio.
This list will contain both images provided by Amazon Web Services, as well as streaming images that you have created in your studio.
" + }, + "ListStreamingSessionBackups":{ + "name":"ListStreamingSessionBackups", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-session-backups", + "responseCode":200 + }, + "input":{"shape":"ListStreamingSessionBackupsRequest"}, + "output":{"shape":"ListStreamingSessionBackupsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"} + ], + "documentation":"Lists the backups of a streaming session in a studio.
" + }, + "ListStreamingSessions":{ + "name":"ListStreamingSessions", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-sessions", + "responseCode":200 + }, + "input":{"shape":"ListStreamingSessionsRequest"}, + "output":{"shape":"ListStreamingSessionsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Lists the streaming sessions in a studio.
" + }, + "ListStudioComponents":{ + "name":"ListStudioComponents", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/studios/{studioId}/studio-components", + "responseCode":200 + }, + "input":{"shape":"ListStudioComponentsRequest"}, + "output":{"shape":"ListStudioComponentsResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Lists the StudioComponents in a studio.
Get all users in a given studio membership.
ListStudioMembers only returns admin members.
List studios in your Amazon Web Services accounts in the requested Amazon Web Services Region.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/2020-08-01/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Gets the tags for a resource, given its Amazon Resource Names (ARN).
This operation supports ARNs for all resource types in Nimble Studio that support tags, including studio, studio component, launch profile, streaming image, and streaming session. All resources that can be tagged will contain an ARN property, so you do not have to create this ARN yourself.
" + }, + "PutLaunchProfileMembers":{ + "name":"PutLaunchProfileMembers", + "http":{ + "method":"POST", + "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/membership", + "responseCode":200 + }, + "input":{"shape":"PutLaunchProfileMembersRequest"}, + "output":{"shape":"PutLaunchProfileMembersResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Add/update users with given persona to launch profile membership.
" + }, + "PutStudioMembers":{ + "name":"PutStudioMembers", + "http":{ + "method":"POST", + "requestUri":"/2020-08-01/studios/{studioId}/membership", + "responseCode":200 + }, + "input":{"shape":"PutStudioMembersRequest"}, + "output":{"shape":"PutStudioMembersResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Add/update users with given persona to studio membership.
" + }, + "StartStreamingSession":{ + "name":"StartStreamingSession", + "http":{ + "method":"POST", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}/start", + "responseCode":200 + }, + "input":{"shape":"StartStreamingSessionRequest"}, + "output":{"shape":"StartStreamingSessionResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Transitions sessions from the STOPPED state into the READY state. The START_IN_PROGRESS state is the intermediate state between the STOPPED and READY states.
Repairs the IAM Identity Center configuration for a given studio.
If the studio has a valid IAM Identity Center configuration currently associated with it, this operation will fail with a validation error.
If the studio does not have a valid IAM Identity Center configuration currently associated with it, then a new IAM Identity Center application is created for the studio and the studio is changed to the READY state.
After the IAM Identity Center application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.
", + "idempotent":true + }, + "StopStreamingSession":{ + "name":"StopStreamingSession", + "http":{ + "method":"POST", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}/stop", + "responseCode":200 + }, + "input":{"shape":"StopStreamingSessionRequest"}, + "output":{"shape":"StopStreamingSessionResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Transitions sessions from the READY state into the STOPPED state. The STOP_IN_PROGRESS state is the intermediate state between the READY and STOPPED states.
Creates tags for a resource, given its ARN.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/2020-08-01/tags/{resourceArn}", + "responseCode":204 + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Deletes the tags for a resource.
", + "idempotent":true + }, + "UpdateLaunchProfile":{ + "name":"UpdateLaunchProfile", + "http":{ + "method":"PATCH", + "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}", + "responseCode":200 + }, + "input":{"shape":"UpdateLaunchProfileRequest"}, + "output":{"shape":"UpdateLaunchProfileResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Update a launch profile.
" + }, + "UpdateLaunchProfileMember":{ + "name":"UpdateLaunchProfileMember", + "http":{ + "method":"PATCH", + "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles/{launchProfileId}/membership/{principalId}", + "responseCode":200 + }, + "input":{"shape":"UpdateLaunchProfileMemberRequest"}, + "output":{"shape":"UpdateLaunchProfileMemberResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Update a user persona in launch profile membership.
" + }, + "UpdateStreamingImage":{ + "name":"UpdateStreamingImage", + "http":{ + "method":"PATCH", + "requestUri":"/2020-08-01/studios/{studioId}/streaming-images/{streamingImageId}", + "responseCode":200 + }, + "input":{"shape":"UpdateStreamingImageRequest"}, + "output":{"shape":"UpdateStreamingImageResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Update streaming image.
" + }, + "UpdateStudio":{ + "name":"UpdateStudio", + "http":{ + "method":"PATCH", + "requestUri":"/2020-08-01/studios/{studioId}", + "responseCode":200 + }, + "input":{"shape":"UpdateStudioRequest"}, + "output":{"shape":"UpdateStudioResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Update a Studio resource.
Currently, this operation only supports updating the displayName of your studio.
" + }, + "UpdateStudioComponent":{ + "name":"UpdateStudioComponent", + "http":{ + "method":"PATCH", + "requestUri":"/2020-08-01/studios/{studioId}/studio-components/{studioComponentId}", + "responseCode":200 + }, + "input":{"shape":"UpdateStudioComponentRequest"}, + "output":{"shape":"UpdateStudioComponentResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"Updates a studio component resource.
" + } + }, + "shapes":{ + "AcceptEulasRequest":{ + "type":"structure", + "required":["studioId"], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "eulaIds":{ + "shape":"EulaIdList", + "documentation":"The EULA ID.
" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "AcceptEulasResponse":{ + "type":"structure", + "members":{ + "eulaAcceptances":{ + "shape":"EulaAcceptanceList", + "documentation":"A collection of EULA acceptances.
" + } + } + }, + "AccessDeniedException":{ + "type":"structure", + "members":{ + "code":{ + "shape":"String", + "documentation":"A more specific error code.
" + }, + "context":{ + "shape":"ExceptionContext", + "documentation":"The exception context.
" + }, + "message":{ + "shape":"String", + "documentation":"A human-readable description of the error.
" + } + }, + "documentation":"You are not authorized to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "ActiveDirectoryComputerAttribute":{ + "type":"structure", + "members":{ + "name":{ + "shape":"ActiveDirectoryComputerAttributeName", + "documentation":"The name for the LDAP attribute.
" + }, + "value":{ + "shape":"ActiveDirectoryComputerAttributeValue", + "documentation":"The value for the LDAP attribute.
" + } + }, + "documentation":"An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.
" + }, + "ActiveDirectoryComputerAttributeList":{ + "type":"list", + "member":{"shape":"ActiveDirectoryComputerAttribute"}, + "documentation":"A collection of LDAP attributes to apply to Active Directory computer accounts that are created for streaming sessions.
", + "max":50, + "min":0, + "sensitive":true + }, + "ActiveDirectoryComputerAttributeName":{ + "type":"string", + "documentation":"The name for the LDAP attribute.
", + "max":40, + "min":1 + }, + "ActiveDirectoryComputerAttributeValue":{ + "type":"string", + "documentation":"The value for the LDAP attribute.
", + "max":64, + "min":1 + }, + "ActiveDirectoryConfiguration":{ + "type":"structure", + "members":{ + "computerAttributes":{ + "shape":"ActiveDirectoryComputerAttributeList", + "documentation":"A collection of custom attributes for an Active Directory computer.
" + }, + "directoryId":{ + "shape":"DirectoryId", + "documentation":"The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.
" + }, + "organizationalUnitDistinguishedName":{ + "shape":"ActiveDirectoryOrganizationalUnitDistinguishedName", + "documentation":"The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
" + } + }, + "documentation":"The configuration for a Directory Service for Microsoft Active Directory studio resource.
" + }, + "ActiveDirectoryDnsIpAddress":{"type":"string"}, + "ActiveDirectoryDnsIpAddressList":{ + "type":"list", + "member":{"shape":"ActiveDirectoryDnsIpAddress"}, + "max":10, + "min":0 + }, + "ActiveDirectoryOrganizationalUnitDistinguishedName":{ + "type":"string", + "documentation":"The fully-qualified distinguished name of the organizational unit to place the computer account in.
", + "max":2000, + "min":1 + }, + "AutomaticTerminationMode":{ + "type":"string", + "enum":[ + "DEACTIVATED", + "ACTIVATED" + ] + }, + "ClientToken":{ + "type":"string", + "max":64, + "min":1 + }, + "ComputeFarmConfiguration":{ + "type":"structure", + "members":{ + "activeDirectoryUser":{ + "shape":"String", + "documentation":"The name of an Active Directory user that is used on ComputeFarm worker instances.
" + }, + "endpoint":{ + "shape":"SensitiveString", + "documentation":"The endpoint of the ComputeFarm that is accessed by the studio component resource.
" + } + }, + "documentation":"The configuration for a render farm that is associated with a studio resource.
" + }, + "ConflictException":{ + "type":"structure", + "members":{ + "code":{ + "shape":"String", + "documentation":"A more specific error code.
" + }, + "context":{ + "shape":"ExceptionContext", + "documentation":"The exception context.
" + }, + "message":{ + "shape":"String", + "documentation":"A human-readable description of the error.
" + } + }, + "documentation":"Another operation is in progress.
", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "CreateLaunchProfileRequest":{ + "type":"structure", + "required":[ + "ec2SubnetIds", + "launchProfileProtocolVersions", + "name", + "streamConfiguration", + "studioComponentIds", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "description":{ + "shape":"LaunchProfileDescription", + "documentation":"The description.
" + }, + "ec2SubnetIds":{ + "shape":"EC2SubnetIdList", + "documentation":"Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from. These subnets must support the specified instance types.
" + }, + "launchProfileProtocolVersions":{ + "shape":"LaunchProfileProtocolVersionList", + "documentation":"The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
" + }, + "name":{ + "shape":"LaunchProfileName", + "documentation":"The name for the launch profile.
" + }, + "streamConfiguration":{ + "shape":"StreamConfigurationCreate", + "documentation":"A configuration for a streaming session.
" + }, + "studioComponentIds":{ + "shape":"LaunchProfileStudioComponentIdList", + "documentation":"Unique identifiers for a collection of studio components that can be used with this launch profile.
" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + }, + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + } + } + }, + "CreateLaunchProfileResponse":{ + "type":"structure", + "members":{ + "launchProfile":{ + "shape":"LaunchProfile", + "documentation":"The launch profile.
" + } + } + }, + "CreateStreamingImageRequest":{ + "type":"structure", + "required":[ + "ec2ImageId", + "name", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "description":{ + "shape":"StreamingImageDescription", + "documentation":"A human-readable description of the streaming image.
" + }, + "ec2ImageId":{ + "shape":"EC2ImageId", + "documentation":"The ID of an EC2 machine image with which to create this streaming image.
" + }, + "name":{ + "shape":"StreamingImageName", + "documentation":"A friendly name for a streaming image resource.
" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + }, + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + } + } + }, + "CreateStreamingImageResponse":{ + "type":"structure", + "members":{ + "streamingImage":{ + "shape":"StreamingImage", + "documentation":"The streaming image.
" + } + } + }, + "CreateStreamingSessionRequest":{ + "type":"structure", + "required":[ + "launchProfileId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "ec2InstanceType":{ + "shape":"StreamingInstanceType", + "documentation":"The EC2 Instance type used for the streaming session.
" + }, + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile used to control access from the streaming session.
" + }, + "ownedBy":{ + "shape":"String", + "documentation":"The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.
" + }, + "streamingImageId":{ + "shape":"StreamingImageId", + "documentation":"The ID of the streaming image.
" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + }, + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + } + } + }, + "CreateStreamingSessionResponse":{ + "type":"structure", + "members":{ + "session":{ + "shape":"StreamingSession", + "documentation":"The session.
" + } + } + }, + "CreateStreamingSessionStreamRequest":{ + "type":"structure", + "required":[ + "sessionId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "expirationInSeconds":{ + "shape":"StreamingSessionStreamExpirationInSeconds", + "documentation":"The expiration time in seconds.
" + }, + "sessionId":{ + "shape":"String", + "documentation":"The streaming session ID.
", + "location":"uri", + "locationName":"sessionId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "CreateStreamingSessionStreamResponse":{ + "type":"structure", + "members":{ + "stream":{ + "shape":"StreamingSessionStream", + "documentation":"The stream.
" + } + } + }, + "CreateStudioComponentRequest":{ + "type":"structure", + "required":[ + "name", + "studioId", + "type" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "configuration":{ + "shape":"StudioComponentConfiguration", + "documentation":"The configuration of the studio component, based on component type.
" + }, + "description":{ + "shape":"StudioComponentDescription", + "documentation":"The description.
" + }, + "ec2SecurityGroupIds":{ + "shape":"StudioComponentSecurityGroupIdList", + "documentation":"The EC2 security groups that control access to the studio component.
" + }, + "initializationScripts":{ + "shape":"StudioComponentInitializationScriptList", + "documentation":"Initialization scripts for studio components.
" + }, + "name":{ + "shape":"StudioComponentName", + "documentation":"The name for the studio component.
" + }, + "runtimeRoleArn":{ + "shape":"RoleArn", + "documentation":"An IAM role attached to a Studio Component that gives the studio component access to Amazon Web Services resources at anytime while the instance is running.
" + }, + "scriptParameters":{ + "shape":"StudioComponentScriptParameterKeyValueList", + "documentation":"Parameters for the studio component scripts.
" + }, + "secureInitializationRoleArn":{ + "shape":"RoleArn", + "documentation":"An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to Amazon Web Services resources when the system initialization script runs.
" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + }, + "subtype":{ + "shape":"StudioComponentSubtype", + "documentation":"The specific subtype of a studio component.
" + }, + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + }, + "type":{ + "shape":"StudioComponentType", + "documentation":"The type of the studio component.
" + } + } + }, + "CreateStudioComponentResponse":{ + "type":"structure", + "members":{ + "studioComponent":{ + "shape":"StudioComponent", + "documentation":"Information about the studio component.
" + } + } + }, + "CreateStudioRequest":{ + "type":"structure", + "required":[ + "adminRoleArn", + "displayName", + "studioName", + "userRoleArn" + ], + "members":{ + "adminRoleArn":{ + "shape":"RoleArn", + "documentation":"The IAM role that studio admins will assume when logging in to the Nimble Studio portal.
" + }, + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "displayName":{ + "shape":"StudioDisplayName", + "documentation":"A friendly name for the studio.
" + }, + "studioEncryptionConfiguration":{ + "shape":"StudioEncryptionConfiguration", + "documentation":"The studio encryption configuration.
" + }, + "studioName":{ + "shape":"StudioName", + "documentation":"The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.
" + }, + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + }, + "userRoleArn":{ + "shape":"RoleArn", + "documentation":"The IAM role that studio users will assume when logging in to the Nimble Studio portal.
" + } + } + }, + "CreateStudioResponse":{ + "type":"structure", + "members":{ + "studio":{ + "shape":"Studio", + "documentation":"Information about a studio.
" + } + } + }, + "DeleteLaunchProfileMemberRequest":{ + "type":"structure", + "required":[ + "launchProfileId", + "principalId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile used to control access from the streaming session.
", + "location":"uri", + "locationName":"launchProfileId" + }, + "principalId":{ + "shape":"String", + "documentation":"The principal ID. This currently supports a IAM Identity Center UserId.
", + "location":"uri", + "locationName":"principalId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "DeleteLaunchProfileMemberResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteLaunchProfileRequest":{ + "type":"structure", + "required":[ + "launchProfileId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile used to control access from the streaming session.
", + "location":"uri", + "locationName":"launchProfileId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "DeleteLaunchProfileResponse":{ + "type":"structure", + "members":{ + "launchProfile":{ + "shape":"LaunchProfile", + "documentation":"The launch profile.
" + } + } + }, + "DeleteStreamingImageRequest":{ + "type":"structure", + "required":[ + "streamingImageId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "streamingImageId":{ + "shape":"String", + "documentation":"The streaming image ID.
", + "location":"uri", + "locationName":"streamingImageId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "DeleteStreamingImageResponse":{ + "type":"structure", + "members":{ + "streamingImage":{ + "shape":"StreamingImage", + "documentation":"The streaming image.
" + } + } + }, + "DeleteStreamingSessionRequest":{ + "type":"structure", + "required":[ + "sessionId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "sessionId":{ + "shape":"String", + "documentation":"The streaming session ID.
", + "location":"uri", + "locationName":"sessionId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "DeleteStreamingSessionResponse":{ + "type":"structure", + "members":{ + "session":{ + "shape":"StreamingSession", + "documentation":"The session.
" + } + } + }, + "DeleteStudioComponentRequest":{ + "type":"structure", + "required":[ + "studioComponentId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "studioComponentId":{ + "shape":"String", + "documentation":"The studio component ID.
", + "location":"uri", + "locationName":"studioComponentId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "DeleteStudioComponentResponse":{ + "type":"structure", + "members":{ + "studioComponent":{ + "shape":"StudioComponent", + "documentation":"Information about the studio component.
" + } + } + }, + "DeleteStudioMemberRequest":{ + "type":"structure", + "required":[ + "principalId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "principalId":{ + "shape":"String", + "documentation":"The principal ID. This currently supports a IAM Identity Center UserId.
", + "location":"uri", + "locationName":"principalId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "DeleteStudioMemberResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteStudioRequest":{ + "type":"structure", + "required":["studioId"], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "DeleteStudioResponse":{ + "type":"structure", + "required":["studio"], + "members":{ + "studio":{ + "shape":"Studio", + "documentation":"Information about a studio.
" + } + } + }, + "DirectoryId":{"type":"string"}, + "EC2ImageId":{ + "type":"string", + "pattern":"^ami-[0-9A-z]+$" + }, + "EC2SubnetId":{"type":"string"}, + "EC2SubnetIdList":{ + "type":"list", + "member":{"shape":"EC2SubnetId"}, + "max":6, + "min":0 + }, + "Eula":{ + "type":"structure", + "members":{ + "content":{ + "shape":"String", + "documentation":"The EULA content.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource was created.
" + }, + "eulaId":{ + "shape":"EulaId", + "documentation":"The EULA ID.
" + }, + "name":{ + "shape":"EulaName", + "documentation":"The name for the EULA.
" + }, + "updatedAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource was updated.
" + } + }, + "documentation":"Represents a EULA resource.
" + }, + "EulaAcceptance":{ + "type":"structure", + "members":{ + "acceptedAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the EULA was accepted.
" + }, + "acceptedBy":{ + "shape":"String", + "documentation":"The ID of the person who accepted the EULA.
" + }, + "accepteeId":{ + "shape":"String", + "documentation":"The ID of the acceptee.
" + }, + "eulaAcceptanceId":{ + "shape":"EulaAcceptanceId", + "documentation":"The EULA acceptance ID.
" + }, + "eulaId":{ + "shape":"EulaId", + "documentation":"The EULA ID.
" + } + }, + "documentation":"The acceptance of a EULA, required to use Amazon-provided streaming images.
" + }, + "EulaAcceptanceId":{ + "type":"string", + "documentation":"The EULA acceptance ID.
", + "max":22, + "min":0, + "pattern":"^[a-zA-Z0-9-_]*$" + }, + "EulaAcceptanceList":{ + "type":"list", + "member":{"shape":"EulaAcceptance"} + }, + "EulaId":{ + "type":"string", + "documentation":"Represents a EULA resource.
", + "max":22, + "min":0, + "pattern":"^[a-zA-Z0-9-_]*$" + }, + "EulaIdList":{ + "type":"list", + "member":{"shape":"String"} + }, + "EulaList":{ + "type":"list", + "member":{"shape":"Eula"} + }, + "EulaName":{ + "type":"string", + "max":64, + "min":0 + }, + "ExceptionContext":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"}, + "documentation":"ExceptionContext is a set of key-value pairs that provide you with more information about the error that occurred. For example, when the service returns a 404 ResourceNotFound error, ExceptionContext will contain the key `resourceId` with the value of resource that was not found.
ExceptionContext allows scripts and other programmatic clients to provide better error handling.
The EULA ID.
", + "location":"uri", + "locationName":"eulaId" + } + } + }, + "GetEulaResponse":{ + "type":"structure", + "members":{ + "eula":{ + "shape":"Eula", + "documentation":"The EULA.
" + } + } + }, + "GetLaunchProfileDetailsRequest":{ + "type":"structure", + "required":[ + "launchProfileId", + "studioId" + ], + "members":{ + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile used to control access from the streaming session.
", + "location":"uri", + "locationName":"launchProfileId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "GetLaunchProfileDetailsResponse":{ + "type":"structure", + "members":{ + "launchProfile":{ + "shape":"LaunchProfile", + "documentation":"The launch profile.
" + }, + "streamingImages":{ + "shape":"StreamingImageList", + "documentation":"A collection of streaming images.
" + }, + "studioComponentSummaries":{ + "shape":"StudioComponentSummaryList", + "documentation":"A collection of studio component summaries.
" + } + } + }, + "GetLaunchProfileInitializationRequest":{ + "type":"structure", + "required":[ + "launchProfileId", + "launchProfileProtocolVersions", + "launchPurpose", + "platform", + "studioId" + ], + "members":{ + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile used to control access from the streaming session.
", + "location":"uri", + "locationName":"launchProfileId" + }, + "launchProfileProtocolVersions":{ + "shape":"StringList", + "documentation":"The launch profile protocol versions supported by the client.
", + "location":"querystring", + "locationName":"launchProfileProtocolVersions" + }, + "launchPurpose":{ + "shape":"String", + "documentation":"The launch purpose.
", + "location":"querystring", + "locationName":"launchPurpose" + }, + "platform":{ + "shape":"String", + "documentation":"The platform where this Launch Profile will be used, either Windows or Linux.
", + "location":"querystring", + "locationName":"platform" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "GetLaunchProfileInitializationResponse":{ + "type":"structure", + "members":{ + "launchProfileInitialization":{ + "shape":"LaunchProfileInitialization", + "documentation":"The launch profile initialization.
" + } + } + }, + "GetLaunchProfileMemberRequest":{ + "type":"structure", + "required":[ + "launchProfileId", + "principalId", + "studioId" + ], + "members":{ + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile used to control access from the streaming session.
", + "location":"uri", + "locationName":"launchProfileId" + }, + "principalId":{ + "shape":"String", + "documentation":"The principal ID. This currently supports a IAM Identity Center UserId.
", + "location":"uri", + "locationName":"principalId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "GetLaunchProfileMemberResponse":{ + "type":"structure", + "members":{ + "member":{ + "shape":"LaunchProfileMembership", + "documentation":"The member.
" + } + } + }, + "GetLaunchProfileRequest":{ + "type":"structure", + "required":[ + "launchProfileId", + "studioId" + ], + "members":{ + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile used to control access from the streaming session.
", + "location":"uri", + "locationName":"launchProfileId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "GetLaunchProfileResponse":{ + "type":"structure", + "members":{ + "launchProfile":{ + "shape":"LaunchProfile", + "documentation":"The launch profile.
" + } + } + }, + "GetStreamingImageRequest":{ + "type":"structure", + "required":[ + "streamingImageId", + "studioId" + ], + "members":{ + "streamingImageId":{ + "shape":"String", + "documentation":"The streaming image ID.
", + "location":"uri", + "locationName":"streamingImageId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "GetStreamingImageResponse":{ + "type":"structure", + "members":{ + "streamingImage":{ + "shape":"StreamingImage", + "documentation":"The streaming image.
" + } + } + }, + "GetStreamingSessionBackupRequest":{ + "type":"structure", + "required":[ + "backupId", + "studioId" + ], + "members":{ + "backupId":{ + "shape":"String", + "documentation":"The ID of the backup.
", + "location":"uri", + "locationName":"backupId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "GetStreamingSessionBackupResponse":{ + "type":"structure", + "members":{ + "streamingSessionBackup":{ + "shape":"StreamingSessionBackup", + "documentation":"Information about the streaming session backup.
" + } + } + }, + "GetStreamingSessionRequest":{ + "type":"structure", + "required":[ + "sessionId", + "studioId" + ], + "members":{ + "sessionId":{ + "shape":"String", + "documentation":"The streaming session ID.
", + "location":"uri", + "locationName":"sessionId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "GetStreamingSessionResponse":{ + "type":"structure", + "members":{ + "session":{ + "shape":"StreamingSession", + "documentation":"The session.
" + } + } + }, + "GetStreamingSessionStreamRequest":{ + "type":"structure", + "required":[ + "sessionId", + "streamId", + "studioId" + ], + "members":{ + "sessionId":{ + "shape":"String", + "documentation":"The streaming session ID.
", + "location":"uri", + "locationName":"sessionId" + }, + "streamId":{ + "shape":"String", + "documentation":"The streaming session stream ID.
", + "location":"uri", + "locationName":"streamId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "GetStreamingSessionStreamResponse":{ + "type":"structure", + "members":{ + "stream":{ + "shape":"StreamingSessionStream", + "documentation":"The stream.
" + } + } + }, + "GetStudioComponentRequest":{ + "type":"structure", + "required":[ + "studioComponentId", + "studioId" + ], + "members":{ + "studioComponentId":{ + "shape":"String", + "documentation":"The studio component ID.
", + "location":"uri", + "locationName":"studioComponentId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "GetStudioComponentResponse":{ + "type":"structure", + "members":{ + "studioComponent":{ + "shape":"StudioComponent", + "documentation":"Information about the studio component.
" + } + } + }, + "GetStudioMemberRequest":{ + "type":"structure", + "required":[ + "principalId", + "studioId" + ], + "members":{ + "principalId":{ + "shape":"String", + "documentation":"The principal ID. This currently supports a IAM Identity Center UserId.
", + "location":"uri", + "locationName":"principalId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "GetStudioMemberResponse":{ + "type":"structure", + "members":{ + "member":{ + "shape":"StudioMembership", + "documentation":"The member.
" + } + } + }, + "GetStudioRequest":{ + "type":"structure", + "required":["studioId"], + "members":{ + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "GetStudioResponse":{ + "type":"structure", + "required":["studio"], + "members":{ + "studio":{ + "shape":"Studio", + "documentation":"Information about a studio.
" + } + } + }, + "InternalServerErrorException":{ + "type":"structure", + "members":{ + "code":{ + "shape":"String", + "documentation":"A more specific error code.
" + }, + "context":{ + "shape":"ExceptionContext", + "documentation":"The exception context.
" + }, + "message":{ + "shape":"String", + "documentation":"A human-readable description of the error.
" + } + }, + "documentation":"An internal error has occurred. Please retry your request.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "LaunchProfile":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The user ID of the user that created the launch profile.
" + }, + "description":{ + "shape":"LaunchProfileDescription", + "documentation":"A human-readable description of the launch profile.
" + }, + "ec2SubnetIds":{ + "shape":"EC2SubnetIdList", + "documentation":"Unique identifiers for a collection of EC2 subnets.
" + }, + "launchProfileId":{ + "shape":"LaunchProfileId", + "documentation":"The ID of the launch profile used to control access from the streaming session.
" + }, + "launchProfileProtocolVersions":{ + "shape":"LaunchProfileProtocolVersionList", + "documentation":"The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
" + }, + "name":{ + "shape":"LaunchProfileName", + "documentation":"A friendly name for the launch profile.
" + }, + "state":{ + "shape":"LaunchProfileState", + "documentation":"The current state.
" + }, + "statusCode":{ + "shape":"LaunchProfileStatusCode", + "documentation":"The status code.
" + }, + "statusMessage":{ + "shape":"String", + "documentation":"The status message for the launch profile.
" + }, + "streamConfiguration":{ + "shape":"StreamConfiguration", + "documentation":"A configuration for a streaming session.
" + }, + "studioComponentIds":{ + "shape":"LaunchProfileStudioComponentIdList", + "documentation":"Unique identifiers for a collection of studio components that can be used with this launch profile.
" + }, + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + }, + "updatedAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource was updated.
" + }, + "updatedBy":{ + "shape":"String", + "documentation":"The user ID of the user that most recently updated the resource.
" + }, + "validationResults":{ + "shape":"ValidationResults", + "documentation":"The list of the latest validation results.
" + } + }, + "documentation":"A launch profile controls your artist workforce’s access to studio components, like compute farms, shared file systems, managed file systems, and license server configurations, as well as instance types and Amazon Machine Images (AMIs).
Studio administrators create launch profiles in the Nimble Studio console. Artists can use their launch profiles to launch an instance from the Nimble Studio portal. Each user’s launch profile defines how they can launch a streaming session. By default, studio admins can use all launch profiles.
" + }, + "LaunchProfileDescription":{ + "type":"string", + "documentation":"A human-readable description of the launch profile.
", + "max":256, + "min":0, + "sensitive":true + }, + "LaunchProfileId":{ + "type":"string", + "max":22, + "min":0, + "pattern":"^[a-zA-Z0-9-_]*$" + }, + "LaunchProfileInitialization":{ + "type":"structure", + "members":{ + "activeDirectory":{ + "shape":"LaunchProfileInitializationActiveDirectory", + "documentation":"A LaunchProfileInitializationActiveDirectory resource.
The EC2 security groups that control access to the studio component.
" + }, + "launchProfileId":{ + "shape":"LaunchProfileId", + "documentation":"The ID of the launch profile used to control access from the streaming session.
" + }, + "launchProfileProtocolVersion":{ + "shape":"LaunchProfileProtocolVersion", + "documentation":"The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
" + }, + "launchPurpose":{ + "shape":"LaunchPurpose", + "documentation":"The launch purpose.
" + }, + "name":{ + "shape":"LaunchProfileName", + "documentation":"The name for the launch profile.
" + }, + "platform":{ + "shape":"LaunchProfilePlatform", + "documentation":"The platform of the launch platform, either Windows or Linux.
" + }, + "systemInitializationScripts":{ + "shape":"LaunchProfileInitializationScriptList", + "documentation":"The system initializtion scripts.
" + }, + "userInitializationScripts":{ + "shape":"LaunchProfileInitializationScriptList", + "documentation":"The user initializtion scripts.
" + } + }, + "documentation":"A launch profile initialization contains information required for a workstation or server to connect to a launch profile.
This includes scripts, endpoints, security groups, subnets, and other configuration.
" + }, + "LaunchProfileInitializationActiveDirectory":{ + "type":"structure", + "members":{ + "computerAttributes":{ + "shape":"ActiveDirectoryComputerAttributeList", + "documentation":"A collection of custom attributes for an Active Directory computer.
" + }, + "directoryId":{ + "shape":"DirectoryId", + "documentation":"The directory ID of the Directory Service for Microsoft Active Directory to access using this launch profile.
" + }, + "directoryName":{ + "shape":"String", + "documentation":"The directory name.
" + }, + "dnsIpAddresses":{ + "shape":"ActiveDirectoryDnsIpAddressList", + "documentation":"The DNS IP address.
" + }, + "organizationalUnitDistinguishedName":{ + "shape":"ActiveDirectoryOrganizationalUnitDistinguishedName", + "documentation":"The name for the organizational unit distinguished name.
" + }, + "studioComponentId":{ + "shape":"StudioComponentId", + "documentation":"The unique identifier for a studio component resource.
" + }, + "studioComponentName":{ + "shape":"StudioComponentName", + "documentation":"The name for the studio component.
" + } + }, + "documentation":"The launch profile initialization Active Directory contains information required for the launch profile to connect to the Active Directory.
" + }, + "LaunchProfileInitializationScript":{ + "type":"structure", + "members":{ + "runtimeRoleArn":{ + "shape":"RoleArn", + "documentation":"An IAM role attached to a Studio Component that gives the studio component access to Amazon Web Services resources at anytime while the instance is running.
" + }, + "script":{ + "shape":"StudioComponentInitializationScriptContent", + "documentation":"The initialization script.
" + }, + "secureInitializationRoleArn":{ + "shape":"RoleArn", + "documentation":"An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to Amazon Web Services resources when the system initialization script runs.
" + }, + "studioComponentId":{ + "shape":"StudioComponentId", + "documentation":"The unique identifier for a studio component resource.
" + }, + "studioComponentName":{ + "shape":"StudioComponentName", + "documentation":"The name for the studio component.
" + } + }, + "documentation":"The launch profile initialization script is used when start streaming session runs.
" + }, + "LaunchProfileInitializationScriptList":{ + "type":"list", + "member":{"shape":"LaunchProfileInitializationScript"} + }, + "LaunchProfileList":{ + "type":"list", + "member":{"shape":"LaunchProfile"} + }, + "LaunchProfileMembership":{ + "type":"structure", + "members":{ + "identityStoreId":{ + "shape":"String", + "documentation":"The ID of the identity store.
" + }, + "persona":{ + "shape":"LaunchProfilePersona", + "documentation":"The persona.
" + }, + "principalId":{ + "shape":"String", + "documentation":"The principal ID.
" + }, + "sid":{ + "shape":"String", + "documentation":"The Active Directory Security Identifier for this user, if available.
" + } + }, + "documentation":"Studio admins can use launch profile membership to delegate launch profile access to studio users in the Nimble Studio portal without writing or maintaining complex IAM policies. A launch profile member is a user association from your studio identity source who is granted permissions to a launch profile.
A launch profile member (type USER) provides the following permissions to that launch profile:
GetLaunchProfile
GetLaunchProfileInitialization
GetLaunchProfileMembers
GetLaunchProfileMember
CreateStreamingSession
GetLaunchProfileDetails
The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
", + "max":10, + "min":0, + "pattern":"^2021\\-03\\-31$" + }, + "LaunchProfileProtocolVersionList":{ + "type":"list", + "member":{"shape":"LaunchProfileProtocolVersion"} + }, + "LaunchProfileSecurityGroupIdList":{ + "type":"list", + "member":{"shape":"SecurityGroupId"}, + "min":1 + }, + "LaunchProfileState":{ + "type":"string", + "enum":[ + "CREATE_IN_PROGRESS", + "READY", + "UPDATE_IN_PROGRESS", + "DELETE_IN_PROGRESS", + "DELETED", + "DELETE_FAILED", + "CREATE_FAILED", + "UPDATE_FAILED" + ] + }, + "LaunchProfileStateList":{ + "type":"list", + "member":{"shape":"LaunchProfileState"} + }, + "LaunchProfileStatusCode":{ + "type":"string", + "enum":[ + "LAUNCH_PROFILE_CREATED", + "LAUNCH_PROFILE_UPDATED", + "LAUNCH_PROFILE_DELETED", + "LAUNCH_PROFILE_CREATE_IN_PROGRESS", + "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", + "LAUNCH_PROFILE_DELETE_IN_PROGRESS", + "INTERNAL_ERROR", + "STREAMING_IMAGE_NOT_FOUND", + "STREAMING_IMAGE_NOT_READY", + "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", + "ENCRYPTION_KEY_ACCESS_DENIED", + "ENCRYPTION_KEY_NOT_FOUND", + "INVALID_SUBNETS_PROVIDED", + "INVALID_INSTANCE_TYPES_PROVIDED", + "INVALID_SUBNETS_COMBINATION" + ] + }, + "LaunchProfileStudioComponentIdList":{ + "type":"list", + "member":{"shape":"String"}, + "max":100, + "min":1 + }, + "LaunchProfileValidationState":{ + "type":"string", + "enum":[ + "VALIDATION_NOT_STARTED", + "VALIDATION_IN_PROGRESS", + "VALIDATION_SUCCESS", + "VALIDATION_FAILED", + "VALIDATION_FAILED_INTERNAL_SERVER_ERROR" + ] + }, + "LaunchProfileValidationStatusCode":{ + "type":"string", + "enum":[ + "VALIDATION_NOT_STARTED", + "VALIDATION_IN_PROGRESS", + "VALIDATION_SUCCESS", + "VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION", + "VALIDATION_FAILED_SUBNET_NOT_FOUND", + "VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION", + "VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY", + "VALIDATION_FAILED_UNAUTHORIZED", + "VALIDATION_FAILED_INTERNAL_SERVER_ERROR" + ] + }, + "LaunchProfileValidationStatusMessage":{"type":"string"}, + "LaunchProfileValidationType":{ + "type":"string", + "enum":[ + "VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT", + "VALIDATE_SUBNET_ASSOCIATION", + "VALIDATE_NETWORK_ACL_ASSOCIATION", + "VALIDATE_SECURITY_GROUP_ASSOCIATION" + ] + }, + "LaunchPurpose":{ + "type":"string", + "documentation":"The launch purpose.
", + "max":64, + "min":0, + "pattern":"^[A-Z0-9_]+$" + }, + "LicenseServiceConfiguration":{ + "type":"structure", + "members":{ + "endpoint":{ + "shape":"SensitiveString", + "documentation":"The endpoint of the license service that is accessed by the studio component resource.
" + } + }, + "documentation":"The configuration for a license service that is associated with a studio resource.
" + }, + "LinuxMountPoint":{ + "type":"string", + "max":128, + "min":0, + "pattern":"^(/?|(\\$HOME)?(/[^/\\n\\s\\\\]+)*)$", + "sensitive":true + }, + "ListEulaAcceptancesRequest":{ + "type":"structure", + "required":["studioId"], + "members":{ + "eulaIds":{ + "shape":"StringList", + "documentation":"The list of EULA IDs that have been previously accepted.
", + "location":"querystring", + "locationName":"eulaIds" + }, + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "ListEulaAcceptancesResponse":{ + "type":"structure", + "members":{ + "eulaAcceptances":{ + "shape":"EulaAcceptanceList", + "documentation":"A collection of EULA acceptances.
" + }, + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
" + } + } + }, + "ListEulasRequest":{ + "type":"structure", + "members":{ + "eulaIds":{ + "shape":"StringList", + "documentation":"The list of EULA IDs that should be returned
", + "location":"querystring", + "locationName":"eulaIds" + }, + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
", + "location":"querystring", + "locationName":"nextToken" + } + } + }, + "ListEulasResponse":{ + "type":"structure", + "members":{ + "eulas":{ + "shape":"EulaList", + "documentation":"A collection of EULA resources.
" + }, + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
" + } + } + }, + "ListLaunchProfileMembersRequest":{ + "type":"structure", + "required":[ + "launchProfileId", + "studioId" + ], + "members":{ + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile used to control access from the streaming session.
", + "location":"uri", + "locationName":"launchProfileId" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The max number of results to return in the response.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "ListLaunchProfileMembersResponse":{ + "type":"structure", + "members":{ + "members":{ + "shape":"LaunchProfileMembershipList", + "documentation":"A list of members.
" + }, + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
" + } + } + }, + "ListLaunchProfilesRequest":{ + "type":"structure", + "required":["studioId"], + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"The max number of results to return in the response.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "principalId":{ + "shape":"String", + "documentation":"The principal ID. This currently supports a IAM Identity Center UserId.
", + "location":"querystring", + "locationName":"principalId" + }, + "states":{ + "shape":"LaunchProfileStateList", + "documentation":"Filter this request to launch profiles in any of the given states.
", + "location":"querystring", + "locationName":"states" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "ListLaunchProfilesResponse":{ + "type":"structure", + "members":{ + "launchProfiles":{ + "shape":"LaunchProfileList", + "documentation":"A collection of launch profiles.
" + }, + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
" + } + } + }, + "ListStreamingImagesRequest":{ + "type":"structure", + "required":["studioId"], + "members":{ + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "owner":{ + "shape":"String", + "documentation":"Filter this request to streaming images with the given owner
", + "location":"querystring", + "locationName":"owner" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "ListStreamingImagesResponse":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
" + }, + "streamingImages":{ + "shape":"StreamingImageList", + "documentation":"A collection of streaming images.
" + } + } + }, + "ListStreamingSessionBackupsRequest":{ + "type":"structure", + "required":["studioId"], + "members":{ + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "ownedBy":{ + "shape":"String", + "documentation":"The user ID of the user that owns the streaming session.
", + "location":"querystring", + "locationName":"ownedBy" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "ListStreamingSessionBackupsResponse":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
" + }, + "streamingSessionBackups":{ + "shape":"StreamingSessionBackupList", + "documentation":"Information about the streaming session backups.
" + } + } + }, + "ListStreamingSessionsRequest":{ + "type":"structure", + "required":["studioId"], + "members":{ + "createdBy":{ + "shape":"String", + "documentation":"Filters the request to streaming sessions created by the given user.
", + "location":"querystring", + "locationName":"createdBy" + }, + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "ownedBy":{ + "shape":"String", + "documentation":"Filters the request to streaming session owned by the given user
", + "location":"querystring", + "locationName":"ownedBy" + }, + "sessionIds":{ + "shape":"String", + "documentation":"Filters the request to only the provided session IDs.
", + "location":"querystring", + "locationName":"sessionIds" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "ListStreamingSessionsResponse":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
" + }, + "sessions":{ + "shape":"StreamingSessionList", + "documentation":"A collection of streaming sessions.
" + } + } + }, + "ListStudioComponentsRequest":{ + "type":"structure", + "required":["studioId"], + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"The max number of results to return in the response.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "states":{ + "shape":"StudioComponentStateList", + "documentation":"Filters the request to studio components that are in one of the given states.
", + "location":"querystring", + "locationName":"states" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + }, + "types":{ + "shape":"StudioComponentTypeList", + "documentation":"Filters the request to studio components that are of one of the given types.
", + "location":"querystring", + "locationName":"types" + } + } + }, + "ListStudioComponentsResponse":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
" + }, + "studioComponents":{ + "shape":"StudioComponentList", + "documentation":"A collection of studio components.
" + } + } + }, + "ListStudioMembersRequest":{ + "type":"structure", + "required":["studioId"], + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"The max number of results to return in the response.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "ListStudioMembersResponse":{ + "type":"structure", + "members":{ + "members":{ + "shape":"StudioMembershipList", + "documentation":"A list of admin members.
" + }, + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
" + } + } + }, + "ListStudiosRequest":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
", + "location":"querystring", + "locationName":"nextToken" + } + } + }, + "ListStudiosResponse":{ + "type":"structure", + "required":["studios"], + "members":{ + "nextToken":{ + "shape":"String", + "documentation":"The token for the next set of results, or null if there are no more results.
" + }, + "studios":{ + "shape":"StudioList", + "documentation":"A collection of studios.
" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) of the resource for which you want to list tags.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + } + } + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":100, + "min":1 + }, + "NewLaunchProfileMember":{ + "type":"structure", + "required":[ + "persona", + "principalId" + ], + "members":{ + "persona":{ + "shape":"LaunchProfilePersona", + "documentation":"The persona.
" + }, + "principalId":{ + "shape":"String", + "documentation":"The principal ID.
" + } + }, + "documentation":"A new member that is added to a launch profile.
" + }, + "NewLaunchProfileMemberList":{ + "type":"list", + "member":{"shape":"NewLaunchProfileMember"}, + "max":20, + "min":1 + }, + "NewStudioMember":{ + "type":"structure", + "required":[ + "persona", + "principalId" + ], + "members":{ + "persona":{ + "shape":"StudioPersona", + "documentation":"The persona.
" + }, + "principalId":{ + "shape":"String", + "documentation":"The principal ID.
" + } + }, + "documentation":"A new studio user's membership.
" + }, + "NewStudioMemberList":{ + "type":"list", + "member":{"shape":"NewStudioMember"}, + "max":20, + "min":1 + }, + "PutLaunchProfileMembersRequest":{ + "type":"structure", + "required":[ + "identityStoreId", + "launchProfileId", + "members", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "identityStoreId":{ + "shape":"String", + "documentation":"The ID of the identity store.
" + }, + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile used to control access from the streaming session.
", + "location":"uri", + "locationName":"launchProfileId" + }, + "members":{ + "shape":"NewLaunchProfileMemberList", + "documentation":"A list of members.
" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "PutLaunchProfileMembersResponse":{ + "type":"structure", + "members":{ + } + }, + "PutStudioMembersRequest":{ + "type":"structure", + "required":[ + "identityStoreId", + "members", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "identityStoreId":{ + "shape":"String", + "documentation":"The ID of the identity store.
" + }, + "members":{ + "shape":"NewStudioMemberList", + "documentation":"A list of members.
" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "PutStudioMembersResponse":{ + "type":"structure", + "members":{ + } + }, + "Region":{ + "type":"string", + "max":50, + "min":0, + "pattern":"[a-z]{2}-?(iso|gov)?-{1}[a-z]*-{1}[0-9]" + }, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + "code":{ + "shape":"String", + "documentation":"A more specific error code.
" + }, + "context":{ + "shape":"ExceptionContext", + "documentation":"The exception context.
" + }, + "message":{ + "shape":"String", + "documentation":"A human-readable description of the error.
" + } + }, + "documentation":"The specified resource could not be found.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "RoleArn":{ + "type":"string", + "max":2048, + "min":0 + }, + "ScriptParameterKey":{ + "type":"string", + "documentation":"A script parameter key.
", + "max":64, + "min":1, + "pattern":"^[a-zA-Z_][a-zA-Z0-9_]+$" + }, + "ScriptParameterKeyValue":{ + "type":"structure", + "members":{ + "key":{ + "shape":"ScriptParameterKey", + "documentation":"A script parameter key.
" + }, + "value":{ + "shape":"ScriptParameterValue", + "documentation":"A script parameter value.
" + } + }, + "documentation":"A parameter for a studio component script, in the form of a key-value pair.
" + }, + "ScriptParameterValue":{ + "type":"string", + "documentation":"A script parameter value.
", + "max":256, + "min":1 + }, + "SecurityGroupId":{"type":"string"}, + "SensitiveString":{ + "type":"string", + "sensitive":true + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "members":{ + "code":{ + "shape":"String", + "documentation":"A more specific error code.
" + }, + "context":{ + "shape":"ExceptionContext", + "documentation":"The exception context.
" + }, + "message":{ + "shape":"String", + "documentation":"A human-readable description of the error.
" + } + }, + "documentation":"Your current quota does not allow you to perform the request action. You can request increases for some quotas, and other quotas cannot be increased.
Please use Amazon Web Services Service Quotas to request an increase.
", + "error":{ + "httpStatusCode":402, + "senderFault":true + }, + "exception":true + }, + "SessionBackupMode":{ + "type":"string", + "enum":[ + "AUTOMATIC", + "DEACTIVATED" + ] + }, + "SessionPersistenceMode":{ + "type":"string", + "enum":[ + "DEACTIVATED", + "ACTIVATED" + ] + }, + "SharedFileSystemConfiguration":{ + "type":"structure", + "members":{ + "endpoint":{ + "shape":"SensitiveString", + "documentation":"The endpoint of the shared file system that is accessed by the studio component resource.
" + }, + "fileSystemId":{ + "shape":"String", + "documentation":"The unique identifier for a file system.
" + }, + "linuxMountPoint":{ + "shape":"LinuxMountPoint", + "documentation":"The mount location for a shared file system on a Linux virtual workstation.
" + }, + "shareName":{ + "shape":"SensitiveString", + "documentation":"The name of the file share.
" + }, + "windowsMountDrive":{ + "shape":"WindowsMountDrive", + "documentation":"The mount location for a shared file system on a Windows virtual workstation.
" + } + }, + "documentation":"The configuration for a shared file storage system that is associated with a studio resource.
" + }, + "StartStreamingSessionRequest":{ + "type":"structure", + "required":[ + "sessionId", + "studioId" + ], + "members":{ + "backupId":{ + "shape":"String", + "documentation":"The ID of the backup.
" + }, + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "sessionId":{ + "shape":"String", + "documentation":"The streaming session ID for the StartStreamingSessionRequest.
The studio ID for the StartStreamingSessionRequest.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "StartStreamingSessionResponse":{ + "type":"structure", + "members":{ + "session":{"shape":"StreamingSession"} + } + }, + "StartStudioSSOConfigurationRepairRequest":{ + "type":"structure", + "required":["studioId"], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "StartStudioSSOConfigurationRepairResponse":{ + "type":"structure", + "required":["studio"], + "members":{ + "studio":{ + "shape":"Studio", + "documentation":"Information about a studio.
" + } + } + }, + "StopStreamingSessionRequest":{ + "type":"structure", + "required":[ + "sessionId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "sessionId":{ + "shape":"String", + "documentation":"The streaming session ID for the StopStreamingSessionRequest.
The studioId for the StopStreamingSessionRequest.
", + "location":"uri", + "locationName":"studioId" + }, + "volumeRetentionMode":{ + "shape":"VolumeRetentionMode", + "documentation":"Adds additional instructions to a streaming session stop action to either retain the EBS volumes or delete the EBS volumes.
" + } + } + }, + "StopStreamingSessionResponse":{ + "type":"structure", + "members":{ + "session":{"shape":"StreamingSession"} + } + }, + "StreamConfiguration":{ + "type":"structure", + "required":[ + "clipboardMode", + "ec2InstanceTypes", + "streamingImageIds" + ], + "members":{ + "automaticTerminationMode":{ + "shape":"AutomaticTerminationMode", + "documentation":"Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.
When ACTIVATED, the streaming session is scheduled for termination after being in the STOPPED state for the time specified in maxStoppedSessionLengthInMinutes.
When DEACTIVATED, the streaming session can remain in the STOPPED state indefinitely.
This parameter is only allowed when sessionPersistenceMode is ACTIVATED. When allowed, the default value for this parameter is DEACTIVATED.
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
" + }, + "ec2InstanceTypes":{ + "shape":"StreamingInstanceTypeList", + "documentation":"The EC2 instance types that users can select from when launching a streaming session with this launch profile.
" + }, + "maxSessionLengthInMinutes":{ + "shape":"StreamConfigurationMaxSessionLengthInMinutes", + "documentation":"The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
" + }, + "maxStoppedSessionLengthInMinutes":{ + "shape":"StreamConfigurationMaxStoppedSessionLengthInMinutes", + "documentation":"Integer that determines if you can start and stop your sessions and how long a session can stay in the STOPPED state. The default value is 0. The maximum value is 5760.
This field is allowed only when sessionPersistenceMode is ACTIVATED and automaticTerminationMode is ACTIVATED.
If the value is set to 0, your sessions can’t be STOPPED. If you then call StopStreamingSession, the session fails. If the time that a session stays in the READY state exceeds the maxSessionLengthInMinutes value, the session will automatically be terminated (instead of STOPPED).
If the value is set to a positive number, the session can be stopped. You can call StopStreamingSession to stop sessions in the READY state. If the time that a session stays in the READY state exceeds the maxSessionLengthInMinutes value, the session will automatically be stopped (instead of terminated).
Information about the streaming session backup.
" + }, + "sessionPersistenceMode":{ + "shape":"SessionPersistenceMode", + "documentation":"Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured.
The upload storage for a streaming session.
" + }, + "streamingImageIds":{ + "shape":"StreamingImageIdList", + "documentation":"The streaming images that users can select from when launching a streaming session with this launch profile.
" + }, + "volumeConfiguration":{ + "shape":"VolumeConfiguration", + "documentation":"Custom volume configuration for the root volumes that are attached to streaming sessions.
This parameter is only allowed when sessionPersistenceMode is ACTIVATED.
A configuration for a streaming session.
" + }, + "StreamConfigurationCreate":{ + "type":"structure", + "required":[ + "clipboardMode", + "ec2InstanceTypes", + "streamingImageIds" + ], + "members":{ + "automaticTerminationMode":{ + "shape":"AutomaticTerminationMode", + "documentation":"Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.
When ACTIVATED, the streaming session is scheduled for termination after being in the STOPPED state for the time specified in maxStoppedSessionLengthInMinutes.
When DEACTIVATED, the streaming session can remain in the STOPPED state indefinitely.
This parameter is only allowed when sessionPersistenceMode is ACTIVATED. When allowed, the default value for this parameter is DEACTIVATED.
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
" + }, + "ec2InstanceTypes":{ + "shape":"StreamingInstanceTypeList", + "documentation":"The EC2 instance types that users can select from when launching a streaming session with this launch profile.
" + }, + "maxSessionLengthInMinutes":{ + "shape":"StreamConfigurationMaxSessionLengthInMinutes", + "documentation":"The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
" + }, + "maxStoppedSessionLengthInMinutes":{ + "shape":"StreamConfigurationMaxStoppedSessionLengthInMinutes", + "documentation":"Integer that determines if you can start and stop your sessions and how long a session can stay in the STOPPED state. The default value is 0. The maximum value is 5760.
This field is allowed only when sessionPersistenceMode is ACTIVATED and automaticTerminationMode is ACTIVATED.
If the value is set to 0, your sessions can’t be STOPPED. If you then call StopStreamingSession, the session fails. If the time that a session stays in the READY state exceeds the maxSessionLengthInMinutes value, the session will automatically be terminated (instead of STOPPED).
If the value is set to a positive number, the session can be stopped. You can call StopStreamingSession to stop sessions in the READY state. If the time that a session stays in the READY state exceeds the maxSessionLengthInMinutes value, the session will automatically be stopped (instead of terminated).
Configures how streaming sessions are backed up when launched from this launch profile.
" + }, + "sessionPersistenceMode":{ + "shape":"SessionPersistenceMode", + "documentation":"Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured.
The upload storage for a streaming workstation that is created using this launch profile.
" + }, + "streamingImageIds":{ + "shape":"StreamingImageIdList", + "documentation":"The streaming images that users can select from when launching a streaming session with this launch profile.
" + }, + "volumeConfiguration":{ + "shape":"VolumeConfiguration", + "documentation":"Custom volume configuration for the root volumes that are attached to streaming sessions.
This parameter is only allowed when sessionPersistenceMode is ACTIVATED.
Configuration for streaming workstations created using this launch profile.
" + }, + "StreamConfigurationMaxBackupsToRetain":{ + "type":"integer", + "max":10, + "min":0 + }, + "StreamConfigurationMaxSessionLengthInMinutes":{ + "type":"integer", + "box":true, + "max":43200, + "min":1 + }, + "StreamConfigurationMaxStoppedSessionLengthInMinutes":{ + "type":"integer", + "max":5760, + "min":0 + }, + "StreamConfigurationSessionBackup":{ + "type":"structure", + "members":{ + "maxBackupsToRetain":{ + "shape":"StreamConfigurationMaxBackupsToRetain", + "documentation":"The maximum number of backups that each streaming session created from this launch profile can have.
" + }, + "mode":{ + "shape":"SessionBackupMode", + "documentation":"Specifies how artists sessions are backed up.
Configures backups for streaming sessions launched with this launch profile. The default value is DEACTIVATED, which means that backups are deactivated. To allow backups, set this value to AUTOMATIC.
Configures how streaming sessions are backed up when launched from this launch profile.
" + }, + "StreamConfigurationSessionStorage":{ + "type":"structure", + "required":["mode"], + "members":{ + "mode":{ + "shape":"StreamingSessionStorageModeList", + "documentation":"Allows artists to upload files to their workstations. The only valid option is UPLOAD.
The configuration for the upload storage root of the streaming session.
" + } + }, + "documentation":"The configuration for a streaming session’s upload storage.
" + }, + "StreamingClipboardMode":{ + "type":"string", + "enum":[ + "ENABLED", + "DISABLED" + ] + }, + "StreamingImage":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
" + }, + "description":{ + "shape":"StreamingImageDescription", + "documentation":"A human-readable description of the streaming image.
" + }, + "ec2ImageId":{ + "shape":"EC2ImageId", + "documentation":"The ID of an EC2 machine image with which to create the streaming image.
" + }, + "encryptionConfiguration":{ + "shape":"StreamingImageEncryptionConfiguration", + "documentation":"The encryption configuration.
" + }, + "eulaIds":{ + "shape":"EulaIdList", + "documentation":"The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.
" + }, + "name":{ + "shape":"StreamingImageName", + "documentation":"A friendly name for a streaming image resource.
" + }, + "owner":{ + "shape":"StreamingImageOwner", + "documentation":"The owner of the streaming image, either the studioId that contains the streaming image, or amazon for images that are provided by Amazon Nimble Studio.
The platform of the streaming image, either Windows or Linux.
" + }, + "state":{ + "shape":"StreamingImageState", + "documentation":"The current state.
" + }, + "statusCode":{ + "shape":"StreamingImageStatusCode", + "documentation":"The status code.
" + }, + "statusMessage":{ + "shape":"String", + "documentation":"The status message for the streaming image.
" + }, + "streamingImageId":{ + "shape":"StreamingImageId", + "documentation":"The ID of the streaming image.
" + }, + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + } + }, + "documentation":"Represents a streaming image resource.
Streaming images are used by studio users to select which operating system and software they want to use in a Nimble Studio streaming session.
Amazon provides a number of streaming images that include popular 3rd-party software.
You can create your own streaming images using an Amazon EC2 machine image that you create for this purpose. You can also include software that your users require.
" + }, + "StreamingImageDescription":{ + "type":"string", + "documentation":"The description.
", + "max":256, + "min":0, + "sensitive":true + }, + "StreamingImageEncryptionConfiguration":{ + "type":"structure", + "required":["keyType"], + "members":{ + "keyArn":{ + "shape":"StreamingImageEncryptionConfigurationKeyArn", + "documentation":"The ARN for a KMS key that is used to encrypt studio data.
" + }, + "keyType":{ + "shape":"StreamingImageEncryptionConfigurationKeyType", + "documentation":"The type of KMS key that is used to encrypt studio data.
" + } + }, + "documentation":"Specifies how a streaming image is encrypted.
" + }, + "StreamingImageEncryptionConfigurationKeyArn":{ + "type":"string", + "min":4, + "pattern":"^arn:.*" + }, + "StreamingImageEncryptionConfigurationKeyType":{ + "type":"string", + "enum":["CUSTOMER_MANAGED_KEY"] + }, + "StreamingImageId":{ + "type":"string", + "max":22, + "min":0, + "pattern":"^[a-zA-Z0-9-_]*$" + }, + "StreamingImageIdList":{ + "type":"list", + "member":{"shape":"StreamingImageId"}, + "documentation":"A list of streaming image IDs that users can select from when launching a streaming session with this launch profile.
", + "max":20, + "min":1 + }, + "StreamingImageList":{ + "type":"list", + "member":{"shape":"StreamingImage"} + }, + "StreamingImageName":{ + "type":"string", + "documentation":"A friendly name for a streaming image resource.
", + "max":64, + "min":0, + "sensitive":true + }, + "StreamingImageOwner":{ + "type":"string", + "documentation":"StreamingImageOwner is the owner of a particular streaming image.
This string is either the studioId that contains the streaming image, or the word AMAZON for images provided by Nimble Studio.
The platform of this streaming image, either Windows or Linux.
", + "pattern":"^[a-zA-Z]*$" + }, + "StreamingImageState":{ + "type":"string", + "enum":[ + "CREATE_IN_PROGRESS", + "READY", + "DELETE_IN_PROGRESS", + "DELETED", + "UPDATE_IN_PROGRESS", + "UPDATE_FAILED", + "CREATE_FAILED", + "DELETE_FAILED" + ] + }, + "StreamingImageStatusCode":{ + "type":"string", + "documentation":"The status code.
", + "enum":[ + "STREAMING_IMAGE_CREATE_IN_PROGRESS", + "STREAMING_IMAGE_READY", + "STREAMING_IMAGE_DELETE_IN_PROGRESS", + "STREAMING_IMAGE_DELETED", + "STREAMING_IMAGE_UPDATE_IN_PROGRESS", + "INTERNAL_ERROR", + "ACCESS_DENIED" + ] + }, + "StreamingInstanceType":{ + "type":"string", + "enum":[ + "g4dn.xlarge", + "g4dn.2xlarge", + "g4dn.4xlarge", + "g4dn.8xlarge", + "g4dn.12xlarge", + "g4dn.16xlarge", + "g3.4xlarge", + "g3s.xlarge", + "g5.xlarge", + "g5.2xlarge", + "g5.4xlarge", + "g5.8xlarge", + "g5.16xlarge" + ] + }, + "StreamingInstanceTypeList":{ + "type":"list", + "member":{"shape":"StreamingInstanceType"}, + "documentation":"The EC2 instance types that users can select from when launching a streaming session with this launch profile.
", + "max":30, + "min":1 + }, + "StreamingSession":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
" + }, + "automaticTerminationMode":{ + "shape":"AutomaticTerminationMode", + "documentation":"Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.
When ACTIVATED, the streaming session is scheduled for termination after being in the STOPPED state for the time specified in maxStoppedSessionLengthInMinutes.
When DEACTIVATED, the streaming session can remain in the STOPPED state indefinitely.
This parameter is only allowed when sessionPersistenceMode is ACTIVATED. When allowed, the default value for this parameter is DEACTIVATED.
Shows the current backup setting of the session.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The user ID of the user that created the streaming session.
" + }, + "ec2InstanceType":{ + "shape":"String", + "documentation":"The EC2 Instance type used for the streaming session.
" + }, + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile used to control access from the streaming session.
" + }, + "maxBackupsToRetain":{ + "shape":"StreamConfigurationMaxBackupsToRetain", + "documentation":"The maximum number of backups of a streaming session that you can have. When the maximum number of backups is reached, the oldest backup is deleted.
" + }, + "ownedBy":{ + "shape":"String", + "documentation":"The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.
" + }, + "sessionId":{ + "shape":"StreamingSessionId", + "documentation":"The session ID.
" + }, + "sessionPersistenceMode":{ + "shape":"SessionPersistenceMode", + "documentation":"Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured.
The time the session entered START_IN_PROGRESS state.
The user ID of the user that started the streaming session.
" + }, + "startedFromBackupId":{ + "shape":"String", + "documentation":"The backup ID used to restore a streaming session.
" + }, + "state":{ + "shape":"StreamingSessionState", + "documentation":"The current state.
" + }, + "statusCode":{ + "shape":"StreamingSessionStatusCode", + "documentation":"The status code.
" + }, + "statusMessage":{ + "shape":"String", + "documentation":"The status message for the streaming session.
" + }, + "stopAt":{ + "shape":"Timestamp", + "documentation":"The time the streaming session will automatically be stopped if the user doesn’t stop the session themselves.
" + }, + "stoppedAt":{ + "shape":"Timestamp", + "documentation":"The time the session entered STOP_IN_PROGRESS state.
The user ID of the user that stopped the streaming session.
" + }, + "streamingImageId":{ + "shape":"StreamingImageId", + "documentation":"The ID of the streaming image.
" + }, + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + }, + "terminateAt":{ + "shape":"Timestamp", + "documentation":"The time the streaming session will automatically terminate if not terminated by the user.
" + }, + "updatedAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource was updated.
" + }, + "updatedBy":{ + "shape":"String", + "documentation":"The user ID of the user that most recently updated the resource.
" + }, + "volumeConfiguration":{ + "shape":"VolumeConfiguration", + "documentation":"Custom volume configuration for the root volumes that are attached to streaming sessions.
This parameter is only allowed when sessionPersistenceMode is ACTIVATED.
Determine if an EBS volume created from this streaming session will be backed up.
" + } + }, + "documentation":"A streaming session is a virtual workstation created using a particular launch profile.
" + }, + "StreamingSessionBackup":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
" + }, + "backupId":{ + "shape":"String", + "documentation":"The ID of the backup.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in for when the resource was created.
" + }, + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile which allowed the backups for the streaming session.
" + }, + "ownedBy":{ + "shape":"String", + "documentation":"The user ID of the user that owns the streaming session.
" + }, + "sessionId":{ + "shape":"StreamingSessionId", + "documentation":"The streaming session ID for the StreamingSessionBackup.
The status code.
" + }, + "statusMessage":{ + "shape":"String", + "documentation":"The status message for the streaming session backup.
" + }, + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + } + }, + "documentation":"Information about the streaming session backup.
" + }, + "StreamingSessionBackupList":{ + "type":"list", + "member":{"shape":"StreamingSessionBackup"} + }, + "StreamingSessionId":{"type":"string"}, + "StreamingSessionList":{ + "type":"list", + "member":{"shape":"StreamingSession"} + }, + "StreamingSessionState":{ + "type":"string", + "documentation":"The streaming session state.
", + "enum":[ + "CREATE_IN_PROGRESS", + "DELETE_IN_PROGRESS", + "READY", + "DELETED", + "CREATE_FAILED", + "DELETE_FAILED", + "STOP_IN_PROGRESS", + "START_IN_PROGRESS", + "STOPPED", + "STOP_FAILED", + "START_FAILED" + ] + }, + "StreamingSessionStatusCode":{ + "type":"string", + "enum":[ + "STREAMING_SESSION_READY", + "STREAMING_SESSION_DELETED", + "STREAMING_SESSION_CREATE_IN_PROGRESS", + "STREAMING_SESSION_DELETE_IN_PROGRESS", + "INTERNAL_ERROR", + "INSUFFICIENT_CAPACITY", + "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", + "NETWORK_CONNECTION_ERROR", + "INITIALIZATION_SCRIPT_ERROR", + "DECRYPT_STREAMING_IMAGE_ERROR", + "NETWORK_INTERFACE_ERROR", + "STREAMING_SESSION_STOPPED", + "STREAMING_SESSION_STARTED", + "STREAMING_SESSION_STOP_IN_PROGRESS", + "STREAMING_SESSION_START_IN_PROGRESS", + "AMI_VALIDATION_ERROR" + ] + }, + "StreamingSessionStorageMode":{ + "type":"string", + "enum":["UPLOAD"] + }, + "StreamingSessionStorageModeList":{ + "type":"list", + "member":{"shape":"StreamingSessionStorageMode"}, + "min":1 + }, + "StreamingSessionStorageRoot":{ + "type":"structure", + "members":{ + "linux":{ + "shape":"StreamingSessionStorageRootPathLinux", + "documentation":"The folder path in Linux workstations where files are uploaded.
" + }, + "windows":{ + "shape":"StreamingSessionStorageRootPathWindows", + "documentation":"The folder path in Windows workstations where files are uploaded.
" + } + }, + "documentation":"The upload storage root location (folder) on streaming workstations where files are uploaded.
" + }, + "StreamingSessionStorageRootPathLinux":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^(\\$HOME|/)[/]?([A-Za-z0-9-_]+/)*([A-Za-z0-9_-]+)$", + "sensitive":true + }, + "StreamingSessionStorageRootPathWindows":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^((\\%HOMEPATH\\%)|[a-zA-Z]:)[\\\\/](?:[a-zA-Z0-9_-]+[\\\\/])*[a-zA-Z0-9_-]+$", + "sensitive":true + }, + "StreamingSessionStream":{ + "type":"structure", + "members":{ + "createdAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The user ID of the user that created the streaming session stream.
" + }, + "expiresAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource expires.
" + }, + "ownedBy":{ + "shape":"String", + "documentation":"The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.
" + }, + "state":{ + "shape":"StreamingSessionStreamState", + "documentation":"The current state.
" + }, + "statusCode":{ + "shape":"StreamingSessionStreamStatusCode", + "documentation":"The streaming session stream status code.
" + }, + "streamId":{ + "shape":"String", + "documentation":"The stream ID.
" + }, + "url":{ + "shape":"SensitiveString", + "documentation":"The URL to connect to this stream using the DCV client.
" + } + }, + "documentation":"A stream is an active connection to a streaming session, enabling a studio user to control the streaming session using a compatible client. Streaming session streams are compatible with the NICE DCV web client, included in the Nimble Studio portal, or the NICE DCV desktop client.
" + }, + "StreamingSessionStreamExpirationInSeconds":{ + "type":"integer", + "box":true, + "max":3600, + "min":60 + }, + "StreamingSessionStreamState":{ + "type":"string", + "enum":[ + "READY", + "CREATE_IN_PROGRESS", + "DELETE_IN_PROGRESS", + "DELETED", + "CREATE_FAILED", + "DELETE_FAILED" + ] + }, + "StreamingSessionStreamStatusCode":{ + "type":"string", + "enum":[ + "STREAM_CREATE_IN_PROGRESS", + "STREAM_READY", + "STREAM_DELETE_IN_PROGRESS", + "STREAM_DELETED", + "INTERNAL_ERROR", + "NETWORK_CONNECTION_ERROR" + ] + }, + "String":{"type":"string"}, + "StringList":{ + "type":"list", + "member":{"shape":"String"} + }, + "Studio":{ + "type":"structure", + "members":{ + "adminRoleArn":{ + "shape":"RoleArn", + "documentation":"The IAM role that studio admins assume when logging in to the Nimble Studio portal.
" + }, + "arn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource was created.
" + }, + "displayName":{ + "shape":"StudioDisplayName", + "documentation":"A friendly name for the studio.
" + }, + "homeRegion":{ + "shape":"Region", + "documentation":"The Amazon Web Services Region where the studio resource is located.
" + }, + "ssoClientId":{ + "shape":"String", + "documentation":"The IAM Identity Center application client ID used to integrate with IAM Identity Center. This ID allows IAM Identity Center users to log in to Nimble Studio portal.
" + }, + "state":{ + "shape":"StudioState", + "documentation":"The current state of the studio resource.
" + }, + "statusCode":{ + "shape":"StudioStatusCode", + "documentation":"Status codes that provide additional detail on the studio state.
" + }, + "statusMessage":{ + "shape":"String", + "documentation":"Additional detail on the studio state.
" + }, + "studioEncryptionConfiguration":{ + "shape":"StudioEncryptionConfiguration", + "documentation":"Configuration of the encryption method that is used for the studio.
" + }, + "studioId":{ + "shape":"String", + "documentation":"The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
" + }, + "studioName":{ + "shape":"StudioName", + "documentation":"The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
" + }, + "studioUrl":{ + "shape":"String", + "documentation":"The address of the web page for the studio.
" + }, + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + }, + "updatedAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource was updated.
" + }, + "userRoleArn":{ + "shape":"RoleArn", + "documentation":"The IAM role that studio users assume when logging in to the Nimble Studio portal.
" + } + }, + "documentation":"Represents a studio resource.
A studio is the core resource used with Nimble Studio. You must create a studio first, before any other resource type can be created. All other resources you create and manage in Nimble Studio are contained within a studio.
When creating a studio, you must provides two IAM roles for use with the Nimble Studio portal. These roles are assumed by your users when they log in to the Nimble Studio portal via IAM Identity Center and your identity source.
The user role must have the AmazonNimbleStudio-StudioUser managed policy attached for the portal to function properly.
The admin role must have the AmazonNimbleStudio-StudioAdmin managed policy attached for the portal to function properly.
Your studio roles must trust the identity.nimble.amazonaws.com service principal to function properly.
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
" + }, + "configuration":{ + "shape":"StudioComponentConfiguration", + "documentation":"The configuration of the studio component, based on component type.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The user ID of the user that created the studio component.
" + }, + "description":{ + "shape":"StudioComponentDescription", + "documentation":"A human-readable description for the studio component resource.
" + }, + "ec2SecurityGroupIds":{ + "shape":"StudioComponentSecurityGroupIdList", + "documentation":"The EC2 security groups that control access to the studio component.
" + }, + "initializationScripts":{ + "shape":"StudioComponentInitializationScriptList", + "documentation":"Initialization scripts for studio components.
" + }, + "name":{ + "shape":"StudioComponentName", + "documentation":"A friendly name for the studio component resource.
" + }, + "runtimeRoleArn":{ + "shape":"RoleArn", + "documentation":"An IAM role attached to a Studio Component that gives the studio component access to Amazon Web Services resources at anytime while the instance is running.
" + }, + "scriptParameters":{ + "shape":"StudioComponentScriptParameterKeyValueList", + "documentation":"Parameters for the studio component scripts.
" + }, + "secureInitializationRoleArn":{ + "shape":"RoleArn", + "documentation":"An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to Amazon Web Services resources when the system initialization script runs.
" + }, + "state":{ + "shape":"StudioComponentState", + "documentation":"The current state.
" + }, + "statusCode":{ + "shape":"StudioComponentStatusCode", + "documentation":"The status code.
" + }, + "statusMessage":{ + "shape":"String", + "documentation":"The status message for the studio component.
" + }, + "studioComponentId":{ + "shape":"StudioComponentId", + "documentation":"The unique identifier for a studio component resource.
" + }, + "subtype":{ + "shape":"StudioComponentSubtype", + "documentation":"The specific subtype of a studio component.
" + }, + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + }, + "type":{ + "shape":"StudioComponentType", + "documentation":"The type of the studio component.
" + }, + "updatedAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource was updated.
" + }, + "updatedBy":{ + "shape":"String", + "documentation":"The user ID of the user that most recently updated the resource.
" + } + }, + "documentation":"A studio component represents a network resource to be used by a studio's users and workflows. A typical studio contains studio components for each of the following: render farm, Active Directory, licensing, and file system.
Access to a studio component is managed by specifying security groups for the resource, as well as its endpoint.
A studio component also has a set of initialization scripts that are returned by GetLaunchProfileInitialization. These initialization scripts run on streaming sessions when they start. They provide users with flexibility in controlling how the studio resources are configured on a streaming session.
The configuration for a Directory Service for Microsoft Active Directory studio resource.
" + }, + "computeFarmConfiguration":{ + "shape":"ComputeFarmConfiguration", + "documentation":"The configuration for a render farm that is associated with a studio resource.
" + }, + "licenseServiceConfiguration":{ + "shape":"LicenseServiceConfiguration", + "documentation":"The configuration for a license service that is associated with a studio resource.
" + }, + "sharedFileSystemConfiguration":{ + "shape":"SharedFileSystemConfiguration", + "documentation":"The configuration for a shared file storage system that is associated with a studio resource.
" + } + }, + "documentation":"The configuration of the studio component, based on component type.
", + "union":true + }, + "StudioComponentDescription":{ + "type":"string", + "max":256, + "min":0, + "sensitive":true + }, + "StudioComponentId":{ + "type":"string", + "max":22, + "min":0, + "pattern":"^[a-zA-Z0-9-_]*$" + }, + "StudioComponentInitializationScript":{ + "type":"structure", + "members":{ + "launchProfileProtocolVersion":{ + "shape":"LaunchProfileProtocolVersion", + "documentation":"The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
" + }, + "platform":{ + "shape":"LaunchProfilePlatform", + "documentation":"The platform of the initialization script, either Windows or Linux.
" + }, + "runContext":{ + "shape":"StudioComponentInitializationScriptRunContext", + "documentation":"The method to use when running the initialization script.
" + }, + "script":{ + "shape":"StudioComponentInitializationScriptContent", + "documentation":"The initialization script.
" + } + }, + "documentation":"Initialization scripts for studio components.
" + }, + "StudioComponentInitializationScriptContent":{ + "type":"string", + "max":5120, + "min":1, + "sensitive":true + }, + "StudioComponentInitializationScriptList":{ + "type":"list", + "member":{"shape":"StudioComponentInitializationScript"} + }, + "StudioComponentInitializationScriptRunContext":{ + "type":"string", + "enum":[ + "SYSTEM_INITIALIZATION", + "USER_INITIALIZATION" + ] + }, + "StudioComponentList":{ + "type":"list", + "member":{"shape":"StudioComponent"}, + "max":50, + "min":0 + }, + "StudioComponentName":{ + "type":"string", + "max":64, + "min":0, + "sensitive":true + }, + "StudioComponentScriptParameterKeyValueList":{ + "type":"list", + "member":{"shape":"ScriptParameterKeyValue"}, + "max":30, + "min":0, + "sensitive":true + }, + "StudioComponentSecurityGroupIdList":{ + "type":"list", + "member":{"shape":"SecurityGroupId"}, + "max":30, + "min":0 + }, + "StudioComponentState":{ + "type":"string", + "documentation":"The current state of the studio component resource.
While a studio component is being created, modified, or deleted, its state will be CREATE_IN_PROGRESS, UPDATE_IN_PROGRESS, or DELETE_IN_PROGRESS.
These are called transition states.
No modifications may be made to the studio component while it is in a transition state.
If creation of the resource fails, the state will change to CREATE_FAILED. The resource StatusCode and StatusMessage will provide more information of why creation failed. The resource in this state will automatically be deleted from your account after a period of time.
If updating the resource fails, the state will change to UPDATE_FAILED. The resource StatusCode and StatusMessage will provide more information of why the update failed. The resource will be returned to the state it was in when the update request was invoked.
If deleting the resource fails, the state will change to DELETE_FAILED. The resource StatusCode and StatusMessage will provide more information of why the update failed. The resource will be returned to the state it was in when the update request was invoked. After the resource is deleted successfully, it will change to the DELETED state. The resource will no longer count against service quotas and cannot be used or acted upon any futher. It will be removed from your account after a period of time.
The current status of the studio component resource.
When the resource is in the READY state, the status code signals what the last mutation made to the resource was.
When the resource is in a CREATE_FAILED, UPDATE_FAILED, or DELETE_FAILED state, the status code signals what went wrong and why the mutation failed.
The ISO timestamp in seconds for when the resource was created.
" + }, + "createdBy":{ + "shape":"String", + "documentation":"The user ID of the user that created the studio component.
" + }, + "description":{ + "shape":"StudioComponentDescription", + "documentation":"The description.
" + }, + "name":{ + "shape":"StudioComponentName", + "documentation":"The name for the studio component.
" + }, + "studioComponentId":{ + "shape":"StudioComponentId", + "documentation":"The unique identifier for a studio component resource.
" + }, + "subtype":{ + "shape":"StudioComponentSubtype", + "documentation":"The specific subtype of a studio component.
" + }, + "type":{ + "shape":"StudioComponentType", + "documentation":"The type of the studio component.
" + }, + "updatedAt":{ + "shape":"Timestamp", + "documentation":"The ISO timestamp in seconds for when the resource was updated.
" + }, + "updatedBy":{ + "shape":"String", + "documentation":"The user ID of the user that most recently updated the resource.
" + } + }, + "documentation":"The studio component's summary.
" + }, + "StudioComponentSummaryList":{ + "type":"list", + "member":{"shape":"StudioComponentSummary"} + }, + "StudioComponentType":{ + "type":"string", + "enum":[ + "ACTIVE_DIRECTORY", + "SHARED_FILE_SYSTEM", + "COMPUTE_FARM", + "LICENSE_SERVICE", + "CUSTOM" + ] + }, + "StudioComponentTypeList":{ + "type":"list", + "member":{"shape":"StudioComponentType"} + }, + "StudioDisplayName":{ + "type":"string", + "max":64, + "min":0, + "sensitive":true + }, + "StudioEncryptionConfiguration":{ + "type":"structure", + "required":["keyType"], + "members":{ + "keyArn":{ + "shape":"StudioEncryptionConfigurationKeyArn", + "documentation":"The ARN for a KMS key that is used to encrypt studio data.
" + }, + "keyType":{ + "shape":"StudioEncryptionConfigurationKeyType", + "documentation":"The type of KMS key that is used to encrypt studio data.
" + } + }, + "documentation":"Configuration of the encryption method that is used for the studio.
" + }, + "StudioEncryptionConfigurationKeyArn":{ + "type":"string", + "documentation":"The Amazon Resource Name (ARN) for a KMS key that is used to encrypt studio data.
", + "min":4, + "pattern":"^arn:.*" + }, + "StudioEncryptionConfigurationKeyType":{ + "type":"string", + "documentation":"The type of KMS key that is used to encrypt studio data.
", + "enum":[ + "AWS_OWNED_KEY", + "CUSTOMER_MANAGED_KEY" + ] + }, + "StudioList":{ + "type":"list", + "member":{"shape":"Studio"} + }, + "StudioMembership":{ + "type":"structure", + "members":{ + "identityStoreId":{ + "shape":"String", + "documentation":"The ID of the identity store.
" + }, + "persona":{ + "shape":"StudioPersona", + "documentation":"The persona.
" + }, + "principalId":{ + "shape":"String", + "documentation":"The principal ID.
" + }, + "sid":{ + "shape":"String", + "documentation":"The Active Directory Security Identifier for this user, if available.
" + } + }, + "documentation":"A studio member is an association of a user from your studio identity source to elevated permissions that they are granted in the studio.
When you add a user to your studio using the Nimble Studio console, they are given access to the studio's IAM Identity Center application and are given access to log in to the Nimble Studio portal. These users have the permissions provided by the studio's user IAM role and do not appear in the studio membership collection. Only studio admins appear in studio membership.
When you add a user to studio membership with the ADMIN persona, upon logging in to the Nimble Studio portal, they are granted permissions specified by the Studio's Admin IAM role.
" + }, + "StudioMembershipList":{ + "type":"list", + "member":{"shape":"StudioMembership"}, + "max":20, + "min":0 + }, + "StudioName":{ + "type":"string", + "max":64, + "min":3, + "pattern":"^[a-z0-9]*$" + }, + "StudioPersona":{ + "type":"string", + "enum":["ADMINISTRATOR"] + }, + "StudioState":{ + "type":"string", + "enum":[ + "CREATE_IN_PROGRESS", + "READY", + "UPDATE_IN_PROGRESS", + "DELETE_IN_PROGRESS", + "DELETED", + "DELETE_FAILED", + "CREATE_FAILED", + "UPDATE_FAILED" + ] + }, + "StudioStatusCode":{ + "type":"string", + "documentation":"The status code.
", + "enum":[ + "STUDIO_CREATED", + "STUDIO_DELETED", + "STUDIO_UPDATED", + "STUDIO_CREATE_IN_PROGRESS", + "STUDIO_UPDATE_IN_PROGRESS", + "STUDIO_DELETE_IN_PROGRESS", + "STUDIO_WITH_LAUNCH_PROFILES_NOT_DELETED", + "STUDIO_WITH_STUDIO_COMPONENTS_NOT_DELETED", + "STUDIO_WITH_STREAMING_IMAGES_NOT_DELETED", + "AWS_SSO_NOT_ENABLED", + "AWS_SSO_ACCESS_DENIED", + "ROLE_NOT_OWNED_BY_STUDIO_OWNER", + "ROLE_COULD_NOT_BE_ASSUMED", + "INTERNAL_ERROR", + "ENCRYPTION_KEY_NOT_FOUND", + "ENCRYPTION_KEY_ACCESS_DENIED", + "AWS_SSO_CONFIGURATION_REPAIRED", + "AWS_SSO_CONFIGURATION_REPAIR_IN_PROGRESS", + "AWS_STS_REGION_DISABLED" + ] + }, + "TagResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) of the resource you want to add tags to.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tags":{ + "shape":"Tags", + "documentation":"A collection of labels, in the form of key-value pairs, that apply to this resource.
" + } + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "Tags":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "ThrottlingException":{ + "type":"structure", + "members":{ + "code":{ + "shape":"String", + "documentation":"A more specific error code.
" + }, + "context":{ + "shape":"ExceptionContext", + "documentation":"The exception context.
" + }, + "message":{ + "shape":"String", + "documentation":"A human-readable description of the error.
" + } + }, + "documentation":"The request throughput limit was exceeded.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":false} + }, + "Timestamp":{ + "type":"timestamp", + "timestampFormat":"iso8601" + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"String", + "documentation":"Identifies the Amazon Resource Name(ARN) key from which you are removing tags.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tagKeys":{ + "shape":"StringList", + "documentation":"One or more tag keys. Specify only the tag keys, not the tag values.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateLaunchProfileMemberRequest":{ + "type":"structure", + "required":[ + "launchProfileId", + "persona", + "principalId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile used to control access from the streaming session.
", + "location":"uri", + "locationName":"launchProfileId" + }, + "persona":{ + "shape":"LaunchProfilePersona", + "documentation":"The persona.
" + }, + "principalId":{ + "shape":"String", + "documentation":"The principal ID. This currently supports a IAM Identity Center UserId.
", + "location":"uri", + "locationName":"principalId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "UpdateLaunchProfileMemberResponse":{ + "type":"structure", + "members":{ + "member":{ + "shape":"LaunchProfileMembership", + "documentation":"The updated member.
" + } + } + }, + "UpdateLaunchProfileRequest":{ + "type":"structure", + "required":[ + "launchProfileId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "description":{ + "shape":"LaunchProfileDescription", + "documentation":"The description.
" + }, + "launchProfileId":{ + "shape":"String", + "documentation":"The ID of the launch profile used to control access from the streaming session.
", + "location":"uri", + "locationName":"launchProfileId" + }, + "launchProfileProtocolVersions":{ + "shape":"LaunchProfileProtocolVersionList", + "documentation":"The version number of the protocol that is used by the launch profile. The only valid version is \"2021-03-31\".
" + }, + "name":{ + "shape":"LaunchProfileName", + "documentation":"The name for the launch profile.
" + }, + "streamConfiguration":{ + "shape":"StreamConfigurationCreate", + "documentation":"A configuration for a streaming session.
" + }, + "studioComponentIds":{ + "shape":"LaunchProfileStudioComponentIdList", + "documentation":"Unique identifiers for a collection of studio components that can be used with this launch profile.
" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "UpdateLaunchProfileResponse":{ + "type":"structure", + "members":{ + "launchProfile":{ + "shape":"LaunchProfile", + "documentation":"The launch profile.
" + } + } + }, + "UpdateStreamingImageRequest":{ + "type":"structure", + "required":[ + "streamingImageId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "description":{ + "shape":"StreamingImageDescription", + "documentation":"The description.
" + }, + "name":{ + "shape":"StreamingImageName", + "documentation":"The name for the streaming image.
" + }, + "streamingImageId":{ + "shape":"String", + "documentation":"The streaming image ID.
", + "location":"uri", + "locationName":"streamingImageId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + } + } + }, + "UpdateStreamingImageResponse":{ + "type":"structure", + "members":{ + "streamingImage":{"shape":"StreamingImage"} + } + }, + "UpdateStudioComponentRequest":{ + "type":"structure", + "required":[ + "studioComponentId", + "studioId" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "configuration":{ + "shape":"StudioComponentConfiguration", + "documentation":"The configuration of the studio component, based on component type.
" + }, + "description":{ + "shape":"StudioComponentDescription", + "documentation":"The description.
" + }, + "ec2SecurityGroupIds":{ + "shape":"StudioComponentSecurityGroupIdList", + "documentation":"The EC2 security groups that control access to the studio component.
" + }, + "initializationScripts":{ + "shape":"StudioComponentInitializationScriptList", + "documentation":"Initialization scripts for studio components.
" + }, + "name":{ + "shape":"StudioComponentName", + "documentation":"The name for the studio component.
" + }, + "runtimeRoleArn":{ + "shape":"RoleArn", + "documentation":"An IAM role attached to a Studio Component that gives the studio component access to Amazon Web Services resources at anytime while the instance is running.
" + }, + "scriptParameters":{ + "shape":"StudioComponentScriptParameterKeyValueList", + "documentation":"Parameters for the studio component scripts.
" + }, + "secureInitializationRoleArn":{ + "shape":"RoleArn", + "documentation":"An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to Amazon Web Services resources when the system initialization script runs.
" + }, + "studioComponentId":{ + "shape":"String", + "documentation":"The studio component ID.
", + "location":"uri", + "locationName":"studioComponentId" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + }, + "subtype":{ + "shape":"StudioComponentSubtype", + "documentation":"The specific subtype of a studio component.
" + }, + "type":{ + "shape":"StudioComponentType", + "documentation":"The type of the studio component.
" + } + } + }, + "UpdateStudioComponentResponse":{ + "type":"structure", + "members":{ + "studioComponent":{ + "shape":"StudioComponent", + "documentation":"Information about the studio component.
" + } + } + }, + "UpdateStudioRequest":{ + "type":"structure", + "required":["studioId"], + "members":{ + "adminRoleArn":{ + "shape":"RoleArn", + "documentation":"The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
" + }, + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
", + "idempotencyToken":true, + "location":"header", + "locationName":"X-Amz-Client-Token" + }, + "displayName":{ + "shape":"StudioDisplayName", + "documentation":"A friendly name for the studio.
" + }, + "studioId":{ + "shape":"String", + "documentation":"The studio ID.
", + "location":"uri", + "locationName":"studioId" + }, + "userRoleArn":{ + "shape":"RoleArn", + "documentation":"The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
" + } + } + }, + "UpdateStudioResponse":{ + "type":"structure", + "required":["studio"], + "members":{ + "studio":{ + "shape":"Studio", + "documentation":"Information about a studio.
" + } + } + }, + "ValidationException":{ + "type":"structure", + "members":{ + "code":{ + "shape":"String", + "documentation":"A more specific error code.
" + }, + "context":{ + "shape":"ExceptionContext", + "documentation":"The exception context.
" + }, + "message":{ + "shape":"String", + "documentation":"A human-readable description of the error.
" + } + }, + "documentation":"One of the parameters in the request is invalid.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ValidationResult":{ + "type":"structure", + "required":[ + "state", + "statusCode", + "statusMessage", + "type" + ], + "members":{ + "state":{ + "shape":"LaunchProfileValidationState", + "documentation":"The current state.
" + }, + "statusCode":{ + "shape":"LaunchProfileValidationStatusCode", + "documentation":"The status code. This will contain the failure reason if the state is VALIDATION_FAILED.
The status message for the validation result.
" + }, + "type":{ + "shape":"LaunchProfileValidationType", + "documentation":"The type of the validation result.
" + } + }, + "documentation":"The launch profile validation result.
" + }, + "ValidationResults":{ + "type":"list", + "member":{"shape":"ValidationResult"} + }, + "VolumeConfiguration":{ + "type":"structure", + "members":{ + "iops":{ + "shape":"VolumeIops", + "documentation":"The number of I/O operations per second for the root volume that is attached to streaming session.
" + }, + "size":{ + "shape":"VolumeSizeInGiB", + "documentation":"The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.
" + }, + "throughput":{ + "shape":"VolumeThroughputInMiBs", + "documentation":"The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.
" + } + }, + "documentation":"Custom volume configuration for the root volumes that are attached to streaming sessions.
This parameter is only allowed when sessionPersistenceMode is ACTIVATED.
Welcome to the Amazon Nimble Studio API reference. This API reference provides methods, schema, resources, parameters, and more to help you get the most out of Nimble Studio.
Nimble Studio is a virtual studio that empowers visual effects, animation, and interactive content teams to create content securely within a scalable, private cloud service.
" +} diff --git a/testbed/boto__botocore/botocore/data/nimble/2020-08-01/waiters-2.json b/testbed/boto__botocore/botocore/data/nimble/2020-08-01/waiters-2.json new file mode 100644 index 0000000000000000000000000000000000000000..2c37a115b403b14213612c8f9a4ff00da2753f20 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/nimble/2020-08-01/waiters-2.json @@ -0,0 +1,234 @@ +{ + "version" : 2, + "waiters" : { + "LaunchProfileDeleted" : { + "description" : "Wait until a LaunchProfile is Deleted. Use this after invoking DeleteLaunchProfile", + "delay" : 5, + "maxAttempts" : 150, + "operation" : "GetLaunchProfile", + "acceptors" : [ { + "matcher" : "path", + "argument" : "launchProfile.state", + "state" : "success", + "expected" : "DELETED" + }, { + "matcher" : "path", + "argument" : "launchProfile.state", + "state" : "failure", + "expected" : "DELETE_FAILED" + } ] + }, + "LaunchProfileReady" : { + "description" : "Wait until a LaunchProfile is Ready. Use this after invoking CreateLaunchProfile or UpdateLaunchProfile", + "delay" : 5, + "maxAttempts" : 150, + "operation" : "GetLaunchProfile", + "acceptors" : [ { + "matcher" : "path", + "argument" : "launchProfile.state", + "state" : "success", + "expected" : "READY" + }, { + "matcher" : "path", + "argument" : "launchProfile.state", + "state" : "failure", + "expected" : "CREATE_FAILED" + }, { + "matcher" : "path", + "argument" : "launchProfile.state", + "state" : "failure", + "expected" : "UPDATE_FAILED" + } ] + }, + "StreamingImageDeleted" : { + "description" : "Wait until a StreamingImage Deleted. Use this after invoking DeleteStreamingImage", + "delay" : 2, + "maxAttempts" : 60, + "operation" : "GetStreamingImage", + "acceptors" : [ { + "matcher" : "path", + "argument" : "streamingImage.state", + "state" : "success", + "expected" : "DELETED" + }, { + "matcher" : "path", + "argument" : "streamingImage.state", + "state" : "failure", + "expected" : "DELETE_FAILED" + } ] + }, + "StreamingImageReady" : { + "description" : "Wait until a StreamingImage is Ready. Use this after invoking CreateStreamingImage or UpdateStreamingImage", + "delay" : 2, + "maxAttempts" : 60, + "operation" : "GetStreamingImage", + "acceptors" : [ { + "matcher" : "path", + "argument" : "streamingImage.state", + "state" : "success", + "expected" : "READY" + }, { + "matcher" : "path", + "argument" : "streamingImage.state", + "state" : "failure", + "expected" : "CREATE_FAILED" + }, { + "matcher" : "path", + "argument" : "streamingImage.state", + "state" : "failure", + "expected" : "UPDATE_FAILED" + } ] + }, + "StreamingSessionDeleted" : { + "description" : "Wait until a StreamingSessionDeleted. Use this after invoking DeleteStreamingSession", + "delay" : 5, + "maxAttempts" : 180, + "operation" : "GetStreamingSession", + "acceptors" : [ { + "matcher" : "path", + "argument" : "session.state", + "state" : "success", + "expected" : "DELETED" + }, { + "matcher" : "path", + "argument" : "session.state", + "state" : "failure", + "expected" : "DELETE_FAILED" + } ] + }, + "StreamingSessionReady" : { + "description" : "Wait until a StreamingSession is ready. Use this after invoking CreateStreamingSession, StartStreamingSession", + "delay" : 10, + "maxAttempts" : 180, + "operation" : "GetStreamingSession", + "acceptors" : [ { + "matcher" : "path", + "argument" : "session.state", + "state" : "success", + "expected" : "READY" + }, { + "matcher" : "path", + "argument" : "session.state", + "state" : "failure", + "expected" : "CREATE_FAILED" + }, { + "matcher" : "path", + "argument" : "session.state", + "state" : "failure", + "expected" : "START_FAILED" + } ] + }, + "StreamingSessionStopped" : { + "description" : "Wait until a StreamingSessionStopped. Use this after invoking StopStreamingSession", + "delay" : 5, + "maxAttempts" : 180, + "operation" : "GetStreamingSession", + "acceptors" : [ { + "matcher" : "path", + "argument" : "session.state", + "state" : "success", + "expected" : "STOPPED" + }, { + "matcher" : "path", + "argument" : "session.state", + "state" : "failure", + "expected" : "STOP_FAILED" + } ] + }, + "StreamingSessionStreamReady" : { + "description" : "Wait until a StreamingSessionStream is ready. Use this after invoking CreateStreamingSessionStream", + "delay" : 5, + "maxAttempts" : 30, + "operation" : "GetStreamingSessionStream", + "acceptors" : [ { + "matcher" : "path", + "argument" : "stream.state", + "state" : "success", + "expected" : "READY" + }, { + "matcher" : "path", + "argument" : "stream.state", + "state" : "failure", + "expected" : "CREATE_FAILED" + } ] + }, + "StudioComponentDeleted" : { + "description" : "Wait until a StudioComponent Deleted. Use this after invoking DeleteStudioComponent", + "delay" : 1, + "maxAttempts" : 120, + "operation" : "GetStudioComponent", + "acceptors" : [ { + "matcher" : "path", + "argument" : "studioComponent.state", + "state" : "success", + "expected" : "DELETED" + }, { + "matcher" : "path", + "argument" : "studioComponent.state", + "state" : "failure", + "expected" : "DELETE_FAILED" + } ] + }, + "StudioComponentReady" : { + "description" : "Wait until a StudioComponent is Ready. Use this after invoking CreateStudioComponent or UpdateStudioComponent", + "delay" : 2, + "maxAttempts" : 60, + "operation" : "GetStudioComponent", + "acceptors" : [ { + "matcher" : "path", + "argument" : "studioComponent.state", + "state" : "success", + "expected" : "READY" + }, { + "matcher" : "path", + "argument" : "studioComponent.state", + "state" : "failure", + "expected" : "CREATE_FAILED" + }, { + "matcher" : "path", + "argument" : "studioComponent.state", + "state" : "failure", + "expected" : "UPDATE_FAILED" + } ] + }, + "StudioDeleted" : { + "description" : "Wait until a Studio is Deleted. Use this after invoking DeleteStudio.", + "delay" : 2, + "maxAttempts" : 60, + "operation" : "GetStudio", + "acceptors" : [ { + "matcher" : "path", + "argument" : "studio.state", + "state" : "success", + "expected" : "DELETED" + }, { + "matcher" : "path", + "argument" : "studio.state", + "state" : "failure", + "expected" : "DELETE_FAILED" + } ] + }, + "StudioReady" : { + "description" : "Wait until a Studio is Ready. Use this after invoking CreateStudio, UpdateStudio, or StartStudioSSOConfigurationRepair", + "delay" : 2, + "maxAttempts" : 60, + "operation" : "GetStudio", + "acceptors" : [ { + "matcher" : "path", + "argument" : "studio.state", + "state" : "success", + "expected" : "READY" + }, { + "matcher" : "path", + "argument" : "studio.state", + "state" : "failure", + "expected" : "CREATE_FAILED" + }, { + "matcher" : "path", + "argument" : "studio.state", + "state" : "failure", + "expected" : "UPDATE_FAILED" + } ] + } + } +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/opsworks/2013-02-18/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/opsworks/2013-02-18/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..3d8ec457217db6f4de37b60be13261e89c8efb38 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/opsworks/2013-02-18/endpoint-rule-set-1.json @@ -0,0 +1,314 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://opsworks-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://opsworks-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://opsworks.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "endpoint": { + "url": "https://opsworks.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/opsworks/2013-02-18/examples-1.json b/testbed/boto__botocore/botocore/data/opsworks/2013-02-18/examples-1.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea7e3b0bbe917eb027880396ac01509becd1fa0 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/opsworks/2013-02-18/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/testbed/boto__botocore/botocore/data/opsworks/2013-02-18/service-2.json b/testbed/boto__botocore/botocore/data/opsworks/2013-02-18/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..72dfc5e47c11b672ded8428055159ec2b3700278 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/opsworks/2013-02-18/service-2.json @@ -0,0 +1,4984 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2013-02-18", + "endpointPrefix":"opsworks", + "jsonVersion":"1.1", + "protocol":"json", + "protocols":["json"], + "serviceFullName":"AWS OpsWorks", + "serviceId":"OpsWorks", + "signatureVersion":"v4", + "targetPrefix":"OpsWorks_20130218", + "uid":"opsworks-2013-02-18" + }, + "operations":{ + "AssignInstance":{ + "name":"AssignInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"AssignInstanceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Assign a registered instance to a layer.
You can assign registered on-premises instances to any layer type.
You can assign registered Amazon EC2 instances only to custom layers.
You cannot use this action with instances that were created with OpsWorks Stacks.
Required Permissions: To use this action, an Identity and Access Management (IAM) user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "AssignVolume":{ + "name":"AssignVolume", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"AssignVolumeRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Assigns one of the stack's registered Amazon EBS volumes to a specified instance. The volume must first be registered with the stack by calling RegisterVolume. After you register the volume, you must call UpdateVolume to specify a mount point before calling AssignVolume. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "AssociateElasticIp":{ + "name":"AssociateElasticIp", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"AssociateElasticIpRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Associates one of the stack's registered Elastic IP addresses with a specified instance. The address must first be registered with the stack by calling RegisterElasticIp. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "AttachElasticLoadBalancer":{ + "name":"AttachElasticLoadBalancer", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"AttachElasticLoadBalancerRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Attaches an Elastic Load Balancing load balancer to a specified layer. OpsWorks Stacks does not support Application Load Balancer. You can only use Classic Load Balancer with OpsWorks Stacks. For more information, see Elastic Load Balancing.
You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see the Elastic Load Balancing Developer Guide.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "CloneStack":{ + "name":"CloneStack", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CloneStackRequest"}, + "output":{"shape":"CloneStackResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Creates a clone of a specified stack. For more information, see Clone a Stack. By default, all parameters are set to the values used by the parent stack.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "CreateApp":{ + "name":"CreateApp", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateAppRequest"}, + "output":{"shape":"CreateAppResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Creates an app for a specified stack. For more information, see Creating Apps.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "CreateDeployment":{ + "name":"CreateDeployment", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateDeploymentRequest"}, + "output":{"shape":"CreateDeploymentResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Runs deployment or stack commands. For more information, see Deploying Apps and Run Stack Commands.
Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "CreateInstance":{ + "name":"CreateInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateInstanceRequest"}, + "output":{"shape":"CreateInstanceResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Creates an instance in a specified stack. For more information, see Adding an Instance to a Layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "CreateLayer":{ + "name":"CreateLayer", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateLayerRequest"}, + "output":{"shape":"CreateLayerResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Creates a layer. For more information, see How to Create a Layer.
You should use CreateLayer for noncustom layer types such as PHP App Server only if the stack does not have an existing layer of that type. A stack can have at most one instance of each noncustom layer; if you attempt to create a second instance, CreateLayer fails. A stack can have an arbitrary number of custom layers, so you can call CreateLayer as many times as you like for that layer type.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "CreateStack":{ + "name":"CreateStack", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateStackRequest"}, + "output":{"shape":"CreateStackResult"}, + "errors":[ + {"shape":"ValidationException"} + ], + "documentation":"Creates a new stack. For more information, see Create a New Stack.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "CreateUserProfile":{ + "name":"CreateUserProfile", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateUserProfileRequest"}, + "output":{"shape":"CreateUserProfileResult"}, + "errors":[ + {"shape":"ValidationException"} + ], + "documentation":"Creates a new user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DeleteApp":{ + "name":"DeleteApp", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteAppRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deletes a specified app.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "DeleteInstance":{ + "name":"DeleteInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteInstanceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deletes a specified instance, which terminates the associated Amazon EC2 instance. You must stop an instance before you can delete it.
For more information, see Deleting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "DeleteLayer":{ + "name":"DeleteLayer", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteLayerRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deletes a specified layer. You must first stop and then delete all associated instances or unassign registered instances. For more information, see How to Delete a Layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "DeleteStack":{ + "name":"DeleteStack", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteStackRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deletes a specified stack. You must first delete all instances, layers, and apps or deregister registered instances. For more information, see Shut Down a Stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "DeleteUserProfile":{ + "name":"DeleteUserProfile", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteUserProfileRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deletes a user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DeregisterEcsCluster":{ + "name":"DeregisterEcsCluster", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeregisterEcsClusterRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deregisters a specified Amazon ECS cluster from a stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html.
" + }, + "DeregisterElasticIp":{ + "name":"DeregisterElasticIp", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeregisterElasticIpRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deregisters a specified Elastic IP address. The address can be registered by another stack after it is deregistered. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "DeregisterInstance":{ + "name":"DeregisterInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeregisterInstanceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deregister an instance from OpsWorks Stacks. The instance can be a registered instance (Amazon EC2 or on-premises) or an instance created with OpsWorks. This action removes the instance from the stack and returns it to your control.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "DeregisterRdsDbInstance":{ + "name":"DeregisterRdsDbInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeregisterRdsDbInstanceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deregisters an Amazon RDS instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "DeregisterVolume":{ + "name":"DeregisterVolume", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeregisterVolumeRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deregisters an Amazon EBS volume. The volume can then be registered by another stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "DescribeAgentVersions":{ + "name":"DescribeAgentVersions", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeAgentVersionsRequest"}, + "output":{"shape":"DescribeAgentVersionsResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describes the available OpsWorks Stacks agent versions. You must specify a stack ID or a configuration manager. DescribeAgentVersions returns a list of available agent versions for the specified stack or configuration manager.
Requests a description of a specified set of apps.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeCommands":{ + "name":"DescribeCommands", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeCommandsRequest"}, + "output":{"shape":"DescribeCommandsResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describes the results of specified commands.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeDeployments":{ + "name":"DescribeDeployments", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeDeploymentsRequest"}, + "output":{"shape":"DescribeDeploymentsResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Requests a description of a specified set of deployments.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeEcsClusters":{ + "name":"DescribeEcsClusters", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeEcsClustersRequest"}, + "output":{"shape":"DescribeEcsClustersResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describes Amazon ECS clusters that are registered with a stack. If you specify only a stack ID, you can use the MaxResults and NextToken parameters to paginate the response. However, OpsWorks Stacks currently supports only one cluster per layer, so the result set has a maximum of one element.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permission. For more information about user permissions, see Managing User Permissions.
This call accepts only one resource-identifying parameter.
" + }, + "DescribeElasticIps":{ + "name":"DescribeElasticIps", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeElasticIpsRequest"}, + "output":{"shape":"DescribeElasticIpsResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describes Elastic IP addresses.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeElasticLoadBalancers":{ + "name":"DescribeElasticLoadBalancers", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeElasticLoadBalancersRequest"}, + "output":{"shape":"DescribeElasticLoadBalancersResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describes a stack's Elastic Load Balancing instances.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeInstances":{ + "name":"DescribeInstances", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeInstancesRequest"}, + "output":{"shape":"DescribeInstancesResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Requests a description of a set of instances.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeLayers":{ + "name":"DescribeLayers", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeLayersRequest"}, + "output":{"shape":"DescribeLayersResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Requests a description of one or more layers in a specified stack.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeLoadBasedAutoScaling":{ + "name":"DescribeLoadBasedAutoScaling", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeLoadBasedAutoScalingRequest"}, + "output":{"shape":"DescribeLoadBasedAutoScalingResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describes load-based auto scaling configurations for specified layers.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeMyUserProfile":{ + "name":"DescribeMyUserProfile", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "output":{"shape":"DescribeMyUserProfileResult"}, + "documentation":"Describes a user's SSH information.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeOperatingSystems":{ + "name":"DescribeOperatingSystems", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "output":{"shape":"DescribeOperatingSystemsResponse"}, + "documentation":"Describes the operating systems that are supported by OpsWorks Stacks.
" + }, + "DescribePermissions":{ + "name":"DescribePermissions", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribePermissionsRequest"}, + "output":{"shape":"DescribePermissionsResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describes the permissions for a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "DescribeRaidArrays":{ + "name":"DescribeRaidArrays", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeRaidArraysRequest"}, + "output":{"shape":"DescribeRaidArraysResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describe an instance's RAID arrays.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeRdsDbInstances":{ + "name":"DescribeRdsDbInstances", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeRdsDbInstancesRequest"}, + "output":{"shape":"DescribeRdsDbInstancesResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describes Amazon RDS instances.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
This call accepts only one resource-identifying parameter.
" + }, + "DescribeServiceErrors":{ + "name":"DescribeServiceErrors", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeServiceErrorsRequest"}, + "output":{"shape":"DescribeServiceErrorsResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describes OpsWorks Stacks service errors.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
This call accepts only one resource-identifying parameter.
" + }, + "DescribeStackProvisioningParameters":{ + "name":"DescribeStackProvisioningParameters", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeStackProvisioningParametersRequest"}, + "output":{"shape":"DescribeStackProvisioningParametersResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Requests a description of a stack's provisioning parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeStackSummary":{ + "name":"DescribeStackSummary", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeStackSummaryRequest"}, + "output":{"shape":"DescribeStackSummaryResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as running_setup or online.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeStacks":{ + "name":"DescribeStacks", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeStacksRequest"}, + "output":{"shape":"DescribeStacksResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Requests a description of one or more stacks.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeTimeBasedAutoScaling":{ + "name":"DescribeTimeBasedAutoScaling", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeTimeBasedAutoScalingRequest"}, + "output":{"shape":"DescribeTimeBasedAutoScalingResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describes time-based auto scaling configurations for specified instances.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeUserProfiles":{ + "name":"DescribeUserProfiles", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeUserProfilesRequest"}, + "output":{"shape":"DescribeUserProfilesResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describe specified users.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DescribeVolumes":{ + "name":"DescribeVolumes", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeVolumesRequest"}, + "output":{"shape":"DescribeVolumesResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Describes an instance's Amazon EBS volumes.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "DetachElasticLoadBalancer":{ + "name":"DetachElasticLoadBalancer", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DetachElasticLoadBalancerRequest"}, + "errors":[ + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Detaches a specified Elastic Load Balancing instance from its layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "DisassociateElasticIp":{ + "name":"DisassociateElasticIp", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DisassociateElasticIpRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Disassociates an Elastic IP address from its instance. The address remains registered with the stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "GetHostnameSuggestion":{ + "name":"GetHostnameSuggestion", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetHostnameSuggestionRequest"}, + "output":{"shape":"GetHostnameSuggestionResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Gets a generated host name for the specified layer, based on the current host name theme.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "GrantAccess":{ + "name":"GrantAccess", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GrantAccessRequest"}, + "output":{"shape":"GrantAccessResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"This action can be used only with Windows stacks.
Grants RDP access to a Windows instance for a specified time period.
" + }, + "ListTags":{ + "name":"ListTags", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListTagsRequest"}, + "output":{"shape":"ListTagsResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Returns a list of tags that are applied to the specified stack or layer.
" + }, + "RebootInstance":{ + "name":"RebootInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"RebootInstanceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Reboots a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "RegisterEcsCluster":{ + "name":"RegisterEcsCluster", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"RegisterEcsClusterRequest"}, + "output":{"shape":"RegisterEcsClusterResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Registers a specified Amazon ECS cluster with a stack. You can register only one cluster with a stack. A cluster can be registered with only one stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "RegisterElasticIp":{ + "name":"RegisterElasticIp", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"RegisterElasticIpRequest"}, + "output":{"shape":"RegisterElasticIpResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Registers an Elastic IP address with a specified stack. An address can be registered with only one stack at a time. If the address is already registered, you must first deregister it by calling DeregisterElasticIp. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "RegisterInstance":{ + "name":"RegisterInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"RegisterInstanceRequest"}, + "output":{"shape":"RegisterInstanceResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Registers instances that were created outside of OpsWorks Stacks with a specified stack.
We do not recommend using this action to register instances. The complete registration operation includes two tasks: installing the OpsWorks Stacks agent on the instance, and registering the instance with the stack. RegisterInstance handles only the second step. You should instead use the CLI register command, which performs the entire registration operation. For more information, see Registering an Instance with an OpsWorks Stacks Stack.
Registered instances have the same requirements as instances that are created by using the CreateInstance API. For example, registered instances must be running a supported Linux-based operating system, and they must have a supported instance type. For more information about requirements for instances that you want to register, see Preparing the Instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "RegisterRdsDbInstance":{ + "name":"RegisterRdsDbInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"RegisterRdsDbInstanceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Registers an Amazon RDS instance with a stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "RegisterVolume":{ + "name":"RegisterVolume", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"RegisterVolumeRequest"}, + "output":{"shape":"RegisterVolumeResult"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Registers an Amazon EBS volume with a specified stack. A volume can be registered with only one stack at a time. If the volume is already registered, you must first deregister it by calling DeregisterVolume. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "SetLoadBasedAutoScaling":{ + "name":"SetLoadBasedAutoScaling", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"SetLoadBasedAutoScalingRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Specify the load-based auto scaling configuration for a specified layer. For more information, see Managing Load with Time-based and Load-based Instances.
To use load-based auto scaling, you must create a set of load-based auto scaling instances. Load-based auto scaling operates only on the instances from that set, so you must ensure that you have created enough instances to handle the maximum anticipated load.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "SetPermission":{ + "name":"SetPermission", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"SetPermissionRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Specifies a user's permissions. For more information, see Security and Permissions.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "SetTimeBasedAutoScaling":{ + "name":"SetTimeBasedAutoScaling", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"SetTimeBasedAutoScalingRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Specify the time-based auto scaling configuration for a specified instance. For more information, see Managing Load with Time-based and Load-based Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "StartInstance":{ + "name":"StartInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"StartInstanceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Starts a specified instance. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "StartStack":{ + "name":"StartStack", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"StartStackRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Starts a stack's instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "StopInstance":{ + "name":"StopInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"StopInstanceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Stops a specified instance. When you stop a standard instance, the data disappears and must be reinstalled when you restart the instance. You can stop an Amazon EBS-backed instance without losing data. For more information, see Starting, Stopping, and Rebooting Instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "StopStack":{ + "name":"StopStack", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"StopStackRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Stops a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"TagResourceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Apply cost-allocation tags to a specified stack or layer in OpsWorks Stacks. For more information about how tagging works, see Tags in the OpsWorks User Guide.
" + }, + "UnassignInstance":{ + "name":"UnassignInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UnassignInstanceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Unassigns a registered instance from all layers that are using the instance. The instance remains in the stack as an unassigned instance, and can be assigned to another layer as needed. You cannot use this action with instances that were created with OpsWorks Stacks.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "UnassignVolume":{ + "name":"UnassignVolume", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UnassignVolumeRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UntagResourceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Removes tags from a specified stack or layer.
" + }, + "UpdateApp":{ + "name":"UpdateApp", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateAppRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Updates a specified app.
Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "UpdateElasticIp":{ + "name":"UpdateElasticIp", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateElasticIpRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Updates a registered Elastic IP address's name. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "UpdateInstance":{ + "name":"UpdateInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateInstanceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Updates a specified instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "UpdateLayer":{ + "name":"UpdateLayer", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateLayerRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Updates a specified layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "UpdateMyUserProfile":{ + "name":"UpdateMyUserProfile", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateMyUserProfileRequest"}, + "errors":[ + {"shape":"ValidationException"} + ], + "documentation":"Updates a user's SSH public key.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "UpdateRdsDbInstance":{ + "name":"UpdateRdsDbInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateRdsDbInstanceRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Updates an Amazon RDS instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "UpdateStack":{ + "name":"UpdateStack", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateStackRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Updates a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + }, + "UpdateUserProfile":{ + "name":"UpdateUserProfile", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateUserProfileRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Updates a specified user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
" + }, + "UpdateVolume":{ + "name":"UpdateVolume", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateVolumeRequest"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Updates an Amazon EBS volume's name or mount point. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
" + } + }, + "shapes":{ + "AgentVersion":{ + "type":"structure", + "members":{ + "Version":{ + "shape":"String", + "documentation":"The agent version.
" + }, + "ConfigurationManager":{ + "shape":"StackConfigurationManager", + "documentation":"The configuration manager.
" + } + }, + "documentation":"Describes an agent version.
" + }, + "AgentVersions":{ + "type":"list", + "member":{"shape":"AgentVersion"} + }, + "App":{ + "type":"structure", + "members":{ + "AppId":{ + "shape":"String", + "documentation":"The app ID.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The app stack ID.
" + }, + "Shortname":{ + "shape":"String", + "documentation":"The app's short name.
" + }, + "Name":{ + "shape":"String", + "documentation":"The app name.
" + }, + "Description":{ + "shape":"String", + "documentation":"A description of the app.
" + }, + "DataSources":{ + "shape":"DataSources", + "documentation":"The app's data sources.
" + }, + "Type":{ + "shape":"AppType", + "documentation":"The app type.
" + }, + "AppSource":{ + "shape":"Source", + "documentation":"A Source object that describes the app repository.
The app vhost settings with multiple domains separated by commas. For example: 'www.example.com, example.com'
Whether to enable SSL for the app.
" + }, + "SslConfiguration":{ + "shape":"SslConfiguration", + "documentation":"An SslConfiguration object with the SSL configuration.
The stack attributes.
" + }, + "CreatedAt":{ + "shape":"String", + "documentation":"When the app was created.
" + }, + "Environment":{ + "shape":"EnvironmentVariables", + "documentation":"An array of EnvironmentVariable objects that specify environment variables to be associated with the app. After you deploy the app, these variables are defined on the associated app server instances. For more information, see Environment Variables.
There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variable names, values, and protected flag values - cannot exceed 20 KB. This limit should accommodate most if not all use cases, but if you do exceed it, you will cause an exception (API) with an \"Environment: is too large (maximum is 20 KB)\" message.
A description of the app.
" + }, + "AppAttributes":{ + "type":"map", + "key":{"shape":"AppAttributesKeys"}, + "value":{"shape":"String"} + }, + "AppAttributesKeys":{ + "type":"string", + "enum":[ + "DocumentRoot", + "RailsEnv", + "AutoBundleOnDeploy", + "AwsFlowRubySettings" + ] + }, + "AppType":{ + "type":"string", + "enum":[ + "aws-flow-ruby", + "java", + "rails", + "php", + "nodejs", + "static", + "other" + ] + }, + "Apps":{ + "type":"list", + "member":{"shape":"App"} + }, + "Architecture":{ + "type":"string", + "enum":[ + "x86_64", + "i386" + ] + }, + "AssignInstanceRequest":{ + "type":"structure", + "required":[ + "InstanceId", + "LayerIds" + ], + "members":{ + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + }, + "LayerIds":{ + "shape":"Strings", + "documentation":"The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.
" + } + } + }, + "AssignVolumeRequest":{ + "type":"structure", + "required":["VolumeId"], + "members":{ + "VolumeId":{ + "shape":"String", + "documentation":"The volume ID.
" + }, + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + } + } + }, + "AssociateElasticIpRequest":{ + "type":"structure", + "required":["ElasticIp"], + "members":{ + "ElasticIp":{ + "shape":"String", + "documentation":"The Elastic IP address.
" + }, + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + } + } + }, + "AttachElasticLoadBalancerRequest":{ + "type":"structure", + "required":[ + "ElasticLoadBalancerName", + "LayerId" + ], + "members":{ + "ElasticLoadBalancerName":{ + "shape":"String", + "documentation":"The Elastic Load Balancing instance's name.
" + }, + "LayerId":{ + "shape":"String", + "documentation":"The ID of the layer to which the Elastic Load Balancing instance is to be attached.
" + } + } + }, + "AutoScalingThresholds":{ + "type":"structure", + "members":{ + "InstanceCount":{ + "shape":"Integer", + "documentation":"The number of instances to add or remove when the load exceeds a threshold.
" + }, + "ThresholdsWaitTime":{ + "shape":"Minute", + "documentation":"The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.
" + }, + "IgnoreMetricsTime":{ + "shape":"Minute", + "documentation":"The amount of time (in minutes) after a scaling event occurs that OpsWorks Stacks should ignore metrics and suppress additional scaling events. For example, OpsWorks Stacks adds new instances following an upscaling event but the instances won't start reducing the load until they have been booted and configured. There is no point in raising additional scaling events during that operation, which typically takes several minutes. IgnoreMetricsTime allows you to direct OpsWorks Stacks to suppress scaling events long enough to get the new instances online.
The CPU utilization threshold, as a percent of the available CPU. A value of -1 disables the threshold.
" + }, + "MemoryThreshold":{ + "shape":"Double", + "documentation":"The memory utilization threshold, as a percent of the available memory. A value of -1 disables the threshold.
" + }, + "LoadThreshold":{ + "shape":"Double", + "documentation":"The load threshold. A value of -1 disables the threshold. For more information about how load is computed, see Load (computing).
" + }, + "Alarms":{ + "shape":"Strings", + "documentation":"Custom CloudWatch auto scaling alarms, to be used as thresholds. This parameter takes a list of up to five alarm names, which are case sensitive and must be in the same region as the stack.
To use custom alarms, you must update your service role to allow cloudwatch:DescribeAlarms. You can either have OpsWorks Stacks update the role for you when you first use this feature or you can edit the role manually. For more information, see Allowing OpsWorks Stacks to Act on Your Behalf.
Describes a load-based auto scaling upscaling or downscaling threshold configuration, which specifies when OpsWorks Stacks starts or stops load-based instances.
" + }, + "AutoScalingType":{ + "type":"string", + "enum":[ + "load", + "timer" + ] + }, + "BlockDeviceMapping":{ + "type":"structure", + "members":{ + "DeviceName":{ + "shape":"String", + "documentation":"The device name that is exposed to the instance, such as /dev/sdh. For the root device, you can use the explicit device name or you can set this parameter to ROOT_DEVICE and OpsWorks Stacks will provide the correct device name.
Suppresses the specified device included in the AMI's block device mapping.
" + }, + "VirtualName":{ + "shape":"String", + "documentation":"The virtual device name. For more information, see BlockDeviceMapping.
" + }, + "Ebs":{ + "shape":"EbsBlockDevice", + "documentation":"An EBSBlockDevice that defines how to configure an Amazon EBS volume when the instance is launched.
Describes a block device mapping. This data type maps directly to the Amazon EC2 BlockDeviceMapping data type.
" + }, + "BlockDeviceMappings":{ + "type":"list", + "member":{"shape":"BlockDeviceMapping"} + }, + "Boolean":{ + "type":"boolean", + "box":true + }, + "ChefConfiguration":{ + "type":"structure", + "members":{ + "ManageBerkshelf":{ + "shape":"Boolean", + "documentation":"Whether to enable Berkshelf.
" + }, + "BerkshelfVersion":{ + "shape":"String", + "documentation":"The Berkshelf version.
" + } + }, + "documentation":"Describes the Chef configuration.
" + }, + "CloneStackRequest":{ + "type":"structure", + "required":[ + "SourceStackId", + "ServiceRoleArn" + ], + "members":{ + "SourceStackId":{ + "shape":"String", + "documentation":"The source stack ID.
" + }, + "Name":{ + "shape":"String", + "documentation":"The cloned stack name. Stack names can be a maximum of 64 characters.
" + }, + "Region":{ + "shape":"String", + "documentation":"The cloned stack Amazon Web Services Region, such as ap-northeast-2. For more information about Amazon Web Services Regions, see Regions and Endpoints.
The ID of the VPC that the cloned stack is to be launched into. It must be in the specified region. All instances are launched into this VPC, and you cannot change the ID later.
If your account supports EC2 Classic, the default value is no VPC.
If your account does not support EC2 Classic, the default value is the default VPC for the specified region.
If the VPC ID corresponds to a default VPC and you have specified either the DefaultAvailabilityZone or the DefaultSubnetId parameter only, OpsWorks Stacks infers the value of the other parameter. If you specify neither parameter, OpsWorks Stacks sets these parameters to the first valid Availability Zone for the specified region and the corresponding default VPC subnet ID, respectively.
If you specify a nondefault VPC ID, note the following:
It must belong to a VPC in your account that is in the specified region.
You must specify a value for DefaultSubnetId.
For more information about how to use OpsWorks Stacks with a VPC, see Running a Stack in a VPC. For more information about default VPC and EC2 Classic, see Supported Platforms.
" + }, + "Attributes":{ + "shape":"StackAttributes", + "documentation":"A list of stack attributes and values as key/value pairs to be added to the cloned stack.
" + }, + "ServiceRoleArn":{ + "shape":"String", + "documentation":"The stack Identity and Access Management (IAM) role, which allows OpsWorks Stacks to work with Amazon Web Services resources on your behalf. You must set this parameter to the Amazon Resource Name (ARN) for an existing IAM role. If you create a stack by using the OpsWorkss Stacks console, it creates the role for you. You can obtain an existing stack's IAM ARN programmatically by calling DescribePermissions. For more information about IAM ARNs, see Using Identifiers.
You must set this parameter to a valid service role ARN or the action will fail; there is no default value. You can specify the source stack's service role ARN, if you prefer, but you must do so explicitly.
The Amazon Resource Name (ARN) of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
" + }, + "DefaultOs":{ + "shape":"String", + "documentation":"The stack's operating system, which must be set to one of the following.
A supported Linux operating system: An Amazon Linux version, such as Amazon Linux 2, Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux 2017.03, Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon Linux 2015.03.
A supported Ubuntu operating system, such as Ubuntu 18.04 LTS, Ubuntu 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS.
CentOS Linux 7
Red Hat Enterprise Linux 7
Microsoft Windows Server 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft Windows Server 2012 R2 with SQL Server Web.
A custom AMI: Custom. You specify the custom AMI you want to use when you create instances. For more information about how to use custom AMIs with OpsWorks, see Using Custom AMIs.
The default option is the parent stack's operating system. Not all operating systems are supported with all versions of Chef. For more information about supported operating systems, see OpsWorks Stacks Operating Systems.
You can specify a different Linux operating system for the cloned stack, but you cannot change from Linux to Windows or Windows to Linux.
The stack's host name theme, with spaces are replaced by underscores. The theme is used to generate host names for the stack's instances. By default, HostnameTheme is set to Layer_Dependent, which creates host names by appending integers to the layer's short name. The other themes are:
Baked_Goods
Clouds
Europe_Cities
Fruits
Greek_Deities_and_Titans
Legendary_creatures_from_Japan
Planets_and_Moons
Roman_Deities
Scottish_Islands
US_Cities
Wild_Cats
To obtain a generated host name, call GetHostNameSuggestion, which returns a host name based on the current theme.
The cloned stack's default Availability Zone, which must be in the specified region. For more information, see Regions and Endpoints. If you also specify a value for DefaultSubnetId, the subnet must be in the same zone. For more information, see the VpcId parameter description.
The stack's default VPC subnet ID. This parameter is required if you specify a value for the VpcId parameter. All instances are launched into this subnet unless you specify otherwise when you create the instance. If you also specify a value for DefaultAvailabilityZone, the subnet must be in that zone. For information on default values and when this parameter is required, see the VpcId parameter description.
A string that contains user-defined, custom JSON. It is used to override the corresponding default stack configuration JSON values. The string should be in the following format:
\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"
For more information about custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes
" + }, + "ConfigurationManager":{ + "shape":"StackConfigurationManager", + "documentation":"The configuration manager. When you clone a stack we recommend that you use the configuration manager to specify the Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is currently 12.
" + }, + "ChefConfiguration":{ + "shape":"ChefConfiguration", + "documentation":"A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks. For more information, see Create a New Stack.
Whether to use custom cookbooks.
" + }, + "UseOpsworksSecurityGroups":{ + "shape":"Boolean", + "documentation":"Whether to associate the OpsWorks Stacks built-in security groups with the stack's layers.
OpsWorks Stacks provides a standard set of security groups, one for each layer, which are associated with layers by default. With UseOpsworksSecurityGroups you can instead provide your own custom security groups. UseOpsworksSecurityGroups has the following settings:
True - OpsWorks Stacks automatically associates the appropriate built-in security group with each layer (default setting). You can associate additional security groups with a layer after you create it but you cannot delete the built-in security group.
False - OpsWorks Stacks does not associate built-in security groups with layers. You must create appropriate Amazon EC2 security groups and associate a security group with each layer that you create. However, you can still manually associate a built-in security group with a layer on creation; custom security groups are required only for those layers that need custom settings.
For more information, see Create a New Stack.
" + }, + "CustomCookbooksSource":{ + "shape":"Source", + "documentation":"Contains the information required to retrieve an app or cookbook from a repository. For more information, see Adding Apps or Cookbooks and Recipes.
" + }, + "DefaultSshKeyName":{ + "shape":"String", + "documentation":"A default Amazon EC2 key pair name. The default value is none. If you specify a key pair name, OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see Using SSH to Communicate with an Instance and Managing SSH Access. You can override this setting by specifying a different key pair, or no key pair, when you create an instance.
" + }, + "ClonePermissions":{ + "shape":"Boolean", + "documentation":"Whether to clone the source stack's permissions.
" + }, + "CloneAppIds":{ + "shape":"Strings", + "documentation":"A list of source stack app IDs to be included in the cloned stack.
" + }, + "DefaultRootDeviceType":{ + "shape":"RootDeviceType", + "documentation":"The default root device type. This value is used by default for all instances in the cloned stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.
" + }, + "AgentVersion":{ + "shape":"String", + "documentation":"The default OpsWorks Stacks agent version. You have the following options:
Auto-update - Set this parameter to LATEST. OpsWorks Stacks automatically installs new agent versions on the stack's instances as soon as they are available.
Fixed version - Set this parameter to your preferred agent version. To update the agent version, you must edit the stack configuration and specify a new version. OpsWorks Stacks automatically installs that version on the stack's instances.
The default setting is LATEST. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2.
You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.
The cloned stack ID.
" + } + }, + "documentation":"Contains the response to a CloneStack request.
Whether CloudWatch Logs is enabled for a layer.
" + }, + "LogStreams":{ + "shape":"CloudWatchLogsLogStreams", + "documentation":"A list of configuration options for CloudWatch Logs.
" + } + }, + "documentation":"Describes the Amazon CloudWatch Logs configuration for a layer.
" + }, + "CloudWatchLogsEncoding":{ + "type":"string", + "documentation":"Specifies the encoding of the log file so that the file can be read correctly. The default is utf_8. Encodings supported by Python codecs.decode() can be used here.
Specifies where to start to read data (start_of_file or end_of_file). The default is start_of_file. It's only used if there is no state persisted for that log stream.
", + "enum":[ + "start_of_file", + "end_of_file" + ] + }, + "CloudWatchLogsLogStream":{ + "type":"structure", + "members":{ + "LogGroupName":{ + "shape":"String", + "documentation":"Specifies the destination log group. A log group is created automatically if it doesn't already exist. Log group names can be between 1 and 512 characters long. Allowed characters include a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), and '.' (period).
" + }, + "DatetimeFormat":{ + "shape":"String", + "documentation":"Specifies how the time stamp is extracted from logs. For more information, see the CloudWatch Logs Agent Reference.
" + }, + "TimeZone":{ + "shape":"CloudWatchLogsTimeZone", + "documentation":"Specifies the time zone of log event time stamps.
" + }, + "File":{ + "shape":"String", + "documentation":"Specifies log files that you want to push to CloudWatch Logs.
File can point to a specific file or multiple files (by using wild card characters such as /var/log/system.log*). Only the latest file is pushed to CloudWatch Logs, based on file modification time. We recommend that you use wild card characters to specify a series of files of the same type, such as access_log.2014-06-01-01, access_log.2014-06-01-02, and so on by using a pattern like access_log.*. Don't use a wildcard to match multiple file types, such as access_log_80 and access_log_443. To specify multiple, different file types, add another log stream entry to the configuration file, so that each log file type is stored in a different log group.
Zipped files are not supported.
" + }, + "FileFingerprintLines":{ + "shape":"String", + "documentation":"Specifies the range of lines for identifying a file. The valid values are one number, or two dash-delimited numbers, such as '1', '2-5'. The default value is '1', meaning the first line is used to calculate the fingerprint. Fingerprint lines are not sent to CloudWatch Logs unless all specified lines are available.
" + }, + "MultiLineStartPattern":{ + "shape":"String", + "documentation":"Specifies the pattern for identifying the start of a log message.
" + }, + "InitialPosition":{ + "shape":"CloudWatchLogsInitialPosition", + "documentation":"Specifies where to start to read data (start_of_file or end_of_file). The default is start_of_file. This setting is only used if there is no state persisted for that log stream.
" + }, + "Encoding":{ + "shape":"CloudWatchLogsEncoding", + "documentation":"Specifies the encoding of the log file so that the file can be read correctly. The default is utf_8. Encodings supported by Python codecs.decode() can be used here.
Specifies the time duration for the batching of log events. The minimum value is 5000ms and default value is 5000ms.
" + }, + "BatchCount":{ + "shape":"Integer", + "documentation":"Specifies the max number of log events in a batch, up to 10000. The default value is 1000.
" + }, + "BatchSize":{ + "shape":"Integer", + "documentation":"Specifies the maximum size of log events in a batch, in bytes, up to 1048576 bytes. The default value is 32768 bytes. This size is calculated as the sum of all event messages in UTF-8, plus 26 bytes for each log event.
" + } + }, + "documentation":"Describes the CloudWatch Logs configuration for a layer. For detailed information about members of this data type, see the CloudWatch Logs Agent Reference.
" + }, + "CloudWatchLogsLogStreams":{ + "type":"list", + "member":{"shape":"CloudWatchLogsLogStream"}, + "documentation":"Describes the Amazon CloudWatch Logs configuration for a layer.
" + }, + "CloudWatchLogsTimeZone":{ + "type":"string", + "documentation":"The preferred time zone for logs streamed to CloudWatch Logs. Valid values are LOCAL and UTC, for Coordinated Universal Time.
The command ID.
" + }, + "InstanceId":{ + "shape":"String", + "documentation":"The ID of the instance where the command was executed.
" + }, + "DeploymentId":{ + "shape":"String", + "documentation":"The command deployment ID.
" + }, + "CreatedAt":{ + "shape":"DateTime", + "documentation":"Date and time when the command was run.
" + }, + "AcknowledgedAt":{ + "shape":"DateTime", + "documentation":"Date and time when the command was acknowledged.
" + }, + "CompletedAt":{ + "shape":"DateTime", + "documentation":"Date when the command completed.
" + }, + "Status":{ + "shape":"String", + "documentation":"The command status:
failed
successful
skipped
pending
The command exit code.
" + }, + "LogUrl":{ + "shape":"String", + "documentation":"The URL of the command log.
" + }, + "Type":{ + "shape":"String", + "documentation":"The command type:
configure
deploy
execute_recipes
install_dependencies
restart
rollback
setup
start
stop
undeploy
update_custom_cookbooks
update_dependencies
Describes a command.
" + }, + "Commands":{ + "type":"list", + "member":{"shape":"Command"} + }, + "CreateAppRequest":{ + "type":"structure", + "required":[ + "StackId", + "Name", + "Type" + ], + "members":{ + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + }, + "Shortname":{ + "shape":"String", + "documentation":"The app's short name.
" + }, + "Name":{ + "shape":"String", + "documentation":"The app name.
" + }, + "Description":{ + "shape":"String", + "documentation":"A description of the app.
" + }, + "DataSources":{ + "shape":"DataSources", + "documentation":"The app's data source.
" + }, + "Type":{ + "shape":"AppType", + "documentation":"The app type. Each supported type is associated with a particular layer. For example, PHP applications are associated with a PHP layer. OpsWorks Stacks deploys an application to those instances that are members of the corresponding layer. If your app isn't one of the standard types, or you prefer to implement your own Deploy recipes, specify other.
A Source object that specifies the app repository.
The app virtual host settings, with multiple domains separated by commas. For example: 'www.example.com, example.com'
Whether to enable SSL for the app.
" + }, + "SslConfiguration":{ + "shape":"SslConfiguration", + "documentation":"An SslConfiguration object with the SSL configuration.
One or more user-defined key/value pairs to be added to the stack attributes.
" + }, + "Environment":{ + "shape":"EnvironmentVariables", + "documentation":"An array of EnvironmentVariable objects that specify environment variables to be associated with the app. After you deploy the app, these variables are defined on the associated app server instance. For more information, see Environment Variables.
There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variables' names, values, and protected flag values - cannot exceed 20 KB. This limit should accommodate most if not all use cases. Exceeding it will cause an exception with the message, \"Environment: is too large (maximum is 20KB).\"
If you have specified one or more environment variables, you cannot modify the stack's Chef version.
The app ID.
" + } + }, + "documentation":"Contains the response to a CreateApp request.
The stack ID.
" + }, + "AppId":{ + "shape":"String", + "documentation":"The app ID. This parameter is required for app deployments, but not for other deployment commands.
" + }, + "InstanceIds":{ + "shape":"Strings", + "documentation":"The instance IDs for the deployment targets.
" + }, + "LayerIds":{ + "shape":"Strings", + "documentation":"The layer IDs for the deployment targets.
" + }, + "Command":{ + "shape":"DeploymentCommand", + "documentation":"A DeploymentCommand object that specifies the deployment command and any associated arguments.
A user-defined comment.
" + }, + "CustomJson":{ + "shape":"String", + "documentation":"A string that contains user-defined, custom JSON. You can use this parameter to override some corresponding default stack configuration JSON values. The string should be in the following format:
\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"
For more information about custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes and Overriding Attributes With Custom JSON.
" + } + } + }, + "CreateDeploymentResult":{ + "type":"structure", + "members":{ + "DeploymentId":{ + "shape":"String", + "documentation":"The deployment ID, which can be used with other requests to identify the deployment.
" + } + }, + "documentation":"Contains the response to a CreateDeployment request.
The stack ID.
" + }, + "LayerIds":{ + "shape":"Strings", + "documentation":"An array that contains the instance's layer IDs.
" + }, + "InstanceType":{ + "shape":"String", + "documentation":"The instance type, such as t2.micro. For a list of supported instance types, open the stack in the console, choose Instances, and choose + Instance. The Size list contains the currently supported types. For more information, see Instance Families and Types. The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.
For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
" + }, + "Hostname":{ + "shape":"String", + "documentation":"The instance host name. The following are character limits for instance host names.
Linux-based instances: 63 characters
Windows-based instances: 15 characters
The instance's operating system, which must be set to one of the following.
A supported Linux operating system: An Amazon Linux version, such as Amazon Linux 2, Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux 2017.03, Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon Linux 2015.03.
A supported Ubuntu operating system, such as Ubuntu 18.04 LTS, Ubuntu 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS.
CentOS Linux 7
Red Hat Enterprise Linux 7
A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft Windows Server 2012 R2 with SQL Server Web.
A custom AMI: Custom.
Not all operating systems are supported with all versions of Chef. For more information about the supported operating systems, see OpsWorks Stacks Operating Systems.
The default option is the current Amazon Linux version. If you set this parameter to Custom, you must use the CreateInstance action's AmiId parameter to specify the custom AMI that you want to use. Block device mappings are not supported if the value is Custom. For more information about how to use custom AMIs with OpsWorks Stacks, see Using Custom AMIs.
A custom AMI ID to be used to create the instance. The AMI should be based on one of the supported operating systems. For more information, see Using Custom AMIs.
If you specify a custom AMI, you must set Os to Custom.
The instance's Amazon EC2 key-pair name.
" + }, + "AvailabilityZone":{ + "shape":"String", + "documentation":"The instance Availability Zone. For more information, see Regions and Endpoints.
" + }, + "VirtualizationType":{ + "shape":"String", + "documentation":"The instance's virtualization type, paravirtual or hvm.
The ID of the instance's subnet. If the stack is running in a VPC, you can use this parameter to override the stack's default subnet ID value and direct OpsWorks Stacks to launch the instance in a different subnet.
" + }, + "Architecture":{ + "shape":"Architecture", + "documentation":"The instance architecture. The default option is x86_64. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types.
The instance root device type. For more information, see Storage for the Root Device.
" + }, + "BlockDeviceMappings":{ + "shape":"BlockDeviceMappings", + "documentation":"An array of BlockDeviceMapping objects that specify the instance's block devices. For more information, see Block Device Mapping. Note that block device mappings are not supported for custom AMIs.
Whether to install operating system and package updates when the instance boots. The default value is true. To control when updates are installed, set this value to false. You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.
We strongly recommend using the default value of true to ensure that your instances have the latest security updates.
Whether to create an Amazon EBS-optimized instance.
" + }, + "AgentVersion":{ + "shape":"String", + "documentation":"The default OpsWorks Stacks agent version. You have the following options:
INHERIT - Use the stack's default agent version setting.
version_number - Use the specified agent version. This value overrides the stack's default setting. To update the agent version, edit the instance configuration and specify a new version. OpsWorks Stacks installs that version on the instance.
The default setting is INHERIT. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2.
The instance's tenancy option. The default option is no tenancy, or if the instance is running in a VPC, inherit tenancy settings from the VPC. The following are valid values for this parameter: dedicated, default, or host. Because there are costs associated with changes in tenancy options, we recommend that you research tenancy options before choosing them for your instances. For more information about dedicated hosts, see Dedicated Hosts Overview and Amazon EC2 Dedicated Hosts. For more information about dedicated instances, see Dedicated Instances and Amazon EC2 Dedicated Instances.
The instance ID.
" + } + }, + "documentation":"Contains the response to a CreateInstance request.
The layer stack ID.
" + }, + "Type":{ + "shape":"LayerType", + "documentation":"The layer type. A stack cannot have more than one built-in layer of the same type. It can have any number of custom layers. Built-in layers are not available in Chef 12 stacks.
" + }, + "Name":{ + "shape":"String", + "documentation":"The layer name, which is used by the console. Layer names can be a maximum of 32 characters.
" + }, + "Shortname":{ + "shape":"String", + "documentation":"For custom layers only, use this parameter to specify the layer's short name, which is used internally by OpsWorks Stacks and by Chef recipes. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 32 characters, which are limited to the alphanumeric characters, '-', '_', and '.'.
Built-in layer short names are defined by OpsWorks Stacks. For more information, see the Layer Reference.
" + }, + "Attributes":{ + "shape":"LayerAttributes", + "documentation":"One or more user-defined key-value pairs to be added to the stack attributes.
To create a cluster layer, set the EcsClusterArn attribute to the cluster's ARN.
Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
" + }, + "CustomInstanceProfileArn":{ + "shape":"String", + "documentation":"The ARN of an IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
" + }, + "CustomJson":{ + "shape":"String", + "documentation":"A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON. This feature is supported as of version 1.7.42 of the CLI.
" + }, + "CustomSecurityGroupIds":{ + "shape":"Strings", + "documentation":"An array containing the layer custom security group IDs.
" + }, + "Packages":{ + "shape":"Strings", + "documentation":"An array of Package objects that describes the layer packages.
A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
Whether to disable auto healing for the layer.
" + }, + "AutoAssignElasticIps":{ + "shape":"Boolean", + "documentation":"Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
" + }, + "AutoAssignPublicIps":{ + "shape":"Boolean", + "documentation":"For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
" + }, + "CustomRecipes":{ + "shape":"Recipes", + "documentation":"A LayerCustomRecipes object that specifies the layer custom recipes.
Whether to install operating system and package updates when the instance boots. The default value is true. To control when updates are installed, set this value to false. You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.
To ensure that your instances have the latest security updates, we strongly recommend using the default value of true.
Whether to use Amazon EBS-optimized instances.
" + }, + "LifecycleEventConfiguration":{ + "shape":"LifecycleEventConfiguration", + "documentation":"A LifeCycleEventConfiguration object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.
The layer ID.
" + } + }, + "documentation":"Contains the response to a CreateLayer request.
The stack name. Stack names can be a maximum of 64 characters.
" + }, + "Region":{ + "shape":"String", + "documentation":"The stack's Amazon Web Services Region, such as ap-south-1. For more information about Amazon Web Services Regions, see Regions and Endpoints.
In the CLI, this API maps to the --stack-region parameter. If the --stack-region parameter and the CLI common parameter --region are set to the same value, the stack uses a regional endpoint. If the --stack-region parameter is not set, but the CLI --region parameter is, this also results in a stack with a regional endpoint. However, if the --region parameter is set to us-east-1, and the --stack-region parameter is set to one of the following, then the stack uses a legacy or classic region: us-west-1, us-west-2, sa-east-1, eu-central-1, eu-west-1, ap-northeast-1, ap-southeast-1, ap-southeast-2. In this case, the actual API endpoint of the stack is in us-east-1. Only the preceding regions are supported as classic regions in the us-east-1 API endpoint. Because it is a best practice to choose the regional endpoint that is closest to where you manage Amazon Web Services, we recommend that you use regional endpoints for new stacks. The CLI common --region parameter always specifies a regional API endpoint; it cannot be used to specify a classic OpsWorks Stacks region.
The ID of the VPC that the stack is to be launched into. The VPC must be in the stack's region. All instances are launched into this VPC. You cannot change the ID later.
If your account supports EC2-Classic, the default value is no VPC.
If your account does not support EC2-Classic, the default value is the default VPC for the specified region.
If the VPC ID corresponds to a default VPC and you have specified either the DefaultAvailabilityZone or the DefaultSubnetId parameter only, OpsWorks Stacks infers the value of the other parameter. If you specify neither parameter, OpsWorks Stacks sets these parameters to the first valid Availability Zone for the specified region and the corresponding default VPC subnet ID, respectively.
If you specify a nondefault VPC ID, note the following:
It must belong to a VPC in your account that is in the specified region.
You must specify a value for DefaultSubnetId.
For more information about how to use OpsWorks Stacks with a VPC, see Running a Stack in a VPC. For more information about default VPC and EC2-Classic, see Supported Platforms.
" + }, + "Attributes":{ + "shape":"StackAttributes", + "documentation":"One or more user-defined key-value pairs to be added to the stack attributes.
" + }, + "ServiceRoleArn":{ + "shape":"String", + "documentation":"The stack's IAM role, which allows OpsWorks Stacks to work with Amazon Web Services resources on your behalf. You must set this parameter to the Amazon Resource Name (ARN) for an existing IAM role. For more information about IAM ARNs, see Using Identifiers.
" + }, + "DefaultInstanceProfileArn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
" + }, + "DefaultOs":{ + "shape":"String", + "documentation":"The stack's default operating system, which is installed on every instance unless you specify a different operating system when you create the instance. You can specify one of the following.
A supported Linux operating system: An Amazon Linux version, such as Amazon Linux 2, Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux 2017.03, Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon Linux 2015.03.
A supported Ubuntu operating system, such as Ubuntu 18.04 LTS, Ubuntu 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS.
CentOS Linux 7
Red Hat Enterprise Linux 7
A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft Windows Server 2012 R2 with SQL Server Web.
A custom AMI: Custom. You specify the custom AMI you want to use when you create instances. For more information, see Using Custom AMIs.
The default option is the current Amazon Linux version. Not all operating systems are supported with all versions of Chef. For more information about supported operating systems, see OpsWorks Stacks Operating Systems.
" + }, + "HostnameTheme":{ + "shape":"String", + "documentation":"The stack's host name theme, with spaces replaced by underscores. The theme is used to generate host names for the stack's instances. By default, HostnameTheme is set to Layer_Dependent, which creates host names by appending integers to the layer's short name. The other themes are:
Baked_Goods
Clouds
Europe_Cities
Fruits
Greek_Deities_and_Titans
Legendary_creatures_from_Japan
Planets_and_Moons
Roman_Deities
Scottish_Islands
US_Cities
Wild_Cats
To obtain a generated host name, call GetHostNameSuggestion, which returns a host name based on the current theme.
The stack's default Availability Zone, which must be in the specified region. For more information, see Regions and Endpoints. If you also specify a value for DefaultSubnetId, the subnet must be in the same zone. For more information, see the VpcId parameter description.
The stack's default VPC subnet ID. This parameter is required if you specify a value for the VpcId parameter. All instances are launched into this subnet unless you specify otherwise when you create the instance. If you also specify a value for DefaultAvailabilityZone, the subnet must be in that zone. For information on default values and when this parameter is required, see the VpcId parameter description.
A string that contains user-defined, custom JSON. It can be used to override the corresponding default stack configuration attribute values or to pass data to recipes. The string should be in the following format:
\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"
For more information about custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
" + }, + "ConfigurationManager":{ + "shape":"StackConfigurationManager", + "documentation":"The configuration manager. When you create a stack we recommend that you use the configuration manager to specify the Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is currently 12.
" + }, + "ChefConfiguration":{ + "shape":"ChefConfiguration", + "documentation":"A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks. For more information, see Create a New Stack.
Whether the stack uses custom cookbooks.
" + }, + "UseOpsworksSecurityGroups":{ + "shape":"Boolean", + "documentation":"Whether to associate the OpsWorks Stacks built-in security groups with the stack's layers.
OpsWorks Stacks provides a standard set of built-in security groups, one for each layer, which are associated with layers by default. With UseOpsworksSecurityGroups you can instead provide your own custom security groups. UseOpsworksSecurityGroups has the following settings:
True - OpsWorks Stacks automatically associates the appropriate built-in security group with each layer (default setting). You can associate additional security groups with a layer after you create it, but you cannot delete the built-in security group.
False - OpsWorks Stacks does not associate built-in security groups with layers. You must create appropriate EC2 security groups and associate a security group with each layer that you create. However, you can still manually associate a built-in security group with a layer on creation; custom security groups are required only for those layers that need custom settings.
For more information, see Create a New Stack.
" + }, + "CustomCookbooksSource":{ + "shape":"Source", + "documentation":"Contains the information required to retrieve an app or cookbook from a repository. For more information, see Adding Apps or Cookbooks and Recipes.
" + }, + "DefaultSshKeyName":{ + "shape":"String", + "documentation":"A default Amazon EC2 key pair name. The default value is none. If you specify a key pair name, OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see Using SSH to Communicate with an Instance and Managing SSH Access. You can override this setting by specifying a different key pair, or no key pair, when you create an instance.
" + }, + "DefaultRootDeviceType":{ + "shape":"RootDeviceType", + "documentation":"The default root device type. This value is the default for all instances in the stack, but you can override it when you create an instance. The default option is instance-store. For more information, see Storage for the Root Device.
The default OpsWorks Stacks agent version. You have the following options:
Auto-update - Set this parameter to LATEST. OpsWorks Stacks automatically installs new agent versions on the stack's instances as soon as they are available.
Fixed version - Set this parameter to your preferred agent version. To update the agent version, you must edit the stack configuration and specify a new version. OpsWorks Stacks installs that version on the stack's instances.
The default setting is the most recent release of the agent. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2.
You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.
The stack ID, which is an opaque string that you use to identify the stack when performing actions such as DescribeStacks.
Contains the response to a CreateStack request.
The user's IAM ARN; this can also be a federated user's ARN.
" + }, + "SshUsername":{ + "shape":"String", + "documentation":"The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, OpsWorks Stacks removes them. For example, my.name is changed to myname. If you do not specify an SSH user name, OpsWorks Stacks generates one from the IAM user name.
The user's public SSH key.
" + }, + "AllowSelfManagement":{ + "shape":"Boolean", + "documentation":"Whether users can specify their own SSH public key through the My Settings page. For more information, see Setting an IAM User's Public SSH Key.
" + } + } + }, + "CreateUserProfileResult":{ + "type":"structure", + "members":{ + "IamUserArn":{ + "shape":"String", + "documentation":"The user's IAM ARN.
" + } + }, + "documentation":"Contains the response to a CreateUserProfile request.
The data source's type, AutoSelectOpsworksMysqlInstance, OpsworksMysqlInstance, RdsDbInstance, or None.
The data source's ARN.
" + }, + "DatabaseName":{ + "shape":"String", + "documentation":"The database name.
" + } + }, + "documentation":"Describes an app's data source.
" + }, + "DataSources":{ + "type":"list", + "member":{"shape":"DataSource"} + }, + "DateTime":{"type":"string"}, + "DeleteAppRequest":{ + "type":"structure", + "required":["AppId"], + "members":{ + "AppId":{ + "shape":"String", + "documentation":"The app ID.
" + } + } + }, + "DeleteInstanceRequest":{ + "type":"structure", + "required":["InstanceId"], + "members":{ + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + }, + "DeleteElasticIp":{ + "shape":"Boolean", + "documentation":"Whether to delete the instance Elastic IP address.
" + }, + "DeleteVolumes":{ + "shape":"Boolean", + "documentation":"Whether to delete the instance's Amazon EBS volumes.
" + } + } + }, + "DeleteLayerRequest":{ + "type":"structure", + "required":["LayerId"], + "members":{ + "LayerId":{ + "shape":"String", + "documentation":"The layer ID.
" + } + } + }, + "DeleteStackRequest":{ + "type":"structure", + "required":["StackId"], + "members":{ + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + } + } + }, + "DeleteUserProfileRequest":{ + "type":"structure", + "required":["IamUserArn"], + "members":{ + "IamUserArn":{ + "shape":"String", + "documentation":"The user's IAM ARN. This can also be a federated user's ARN.
" + } + } + }, + "Deployment":{ + "type":"structure", + "members":{ + "DeploymentId":{ + "shape":"String", + "documentation":"The deployment ID.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + }, + "AppId":{ + "shape":"String", + "documentation":"The app ID.
" + }, + "CreatedAt":{ + "shape":"DateTime", + "documentation":"Date when the deployment was created.
" + }, + "CompletedAt":{ + "shape":"DateTime", + "documentation":"Date when the deployment completed.
" + }, + "Duration":{ + "shape":"Integer", + "documentation":"The deployment duration.
" + }, + "IamUserArn":{ + "shape":"String", + "documentation":"The user's IAM ARN.
" + }, + "Comment":{ + "shape":"String", + "documentation":"A user-defined comment.
" + }, + "Command":{ + "shape":"DeploymentCommand", + "documentation":"Used to specify a stack or deployment command.
" + }, + "Status":{ + "shape":"String", + "documentation":"The deployment status:
running
successful
failed
A string that contains user-defined custom JSON. It can be used to override the corresponding default stack configuration attribute values for stack or to pass data to recipes. The string should be in the following format:
\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
" + }, + "InstanceIds":{ + "shape":"Strings", + "documentation":"The IDs of the target instances.
" + } + }, + "documentation":"Describes a deployment of a stack or app.
" + }, + "DeploymentCommand":{ + "type":"structure", + "required":["Name"], + "members":{ + "Name":{ + "shape":"DeploymentCommandName", + "documentation":"Specifies the operation. You can specify only one command.
For stacks, the following commands are available:
execute_recipes: Execute one or more recipes. To specify the recipes, set an Args parameter named recipes to the list of recipes to be executed. For example, to execute phpapp::appsetup, set Args to {\"recipes\":[\"phpapp::appsetup\"]}.
install_dependencies: Install the stack's dependencies.
update_custom_cookbooks: Update the stack's custom cookbooks.
update_dependencies: Update the stack's dependencies.
The update_dependencies and install_dependencies commands are supported only for Linux instances. You can run the commands successfully on Windows instances, but they do nothing.
For apps, the following commands are available:
deploy: Deploy an app. Ruby on Rails apps have an optional Args parameter named migrate. Set Args to {\"migrate\":[\"true\"]} to migrate the database. The default setting is {\"migrate\":[\"false\"]}.
rollback Roll the app back to the previous version. When you update an app, OpsWorks Stacks stores the previous version, up to a maximum of five versions. You can use this command to roll an app back as many as four versions.
start: Start the app's web or application server.
stop: Stop the app's web or application server.
restart: Restart the app's web or application server.
undeploy: Undeploy the app.
The arguments of those commands that take arguments. It should be set to a JSON object with the following format:
{\"arg_name1\" : [\"value1\", \"value2\", ...], \"arg_name2\" : [\"value1\", \"value2\", ...], ...}
The update_dependencies command takes two arguments:
upgrade_os_to - Specifies the Amazon Linux version that you want instances to run, such as Amazon Linux 2. You must also set the allow_reboot argument to true.
allow_reboot - Specifies whether to allow OpsWorks Stacks to reboot the instances if necessary, after installing the updates. This argument can be set to either true or false. The default value is false.
For example, to upgrade an instance to Amazon Linux 2018.03, set Args to the following.
{ \"upgrade_os_to\":[\"Amazon Linux 2018.03\"], \"allow_reboot\":[\"true\"] }
Used to specify a stack or deployment command.
" + }, + "DeploymentCommandArgs":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"Strings"} + }, + "DeploymentCommandName":{ + "type":"string", + "enum":[ + "install_dependencies", + "update_dependencies", + "update_custom_cookbooks", + "execute_recipes", + "configure", + "setup", + "deploy", + "rollback", + "start", + "stop", + "restart", + "undeploy" + ] + }, + "Deployments":{ + "type":"list", + "member":{"shape":"Deployment"} + }, + "DeregisterEcsClusterRequest":{ + "type":"structure", + "required":["EcsClusterArn"], + "members":{ + "EcsClusterArn":{ + "shape":"String", + "documentation":"The cluster's Amazon Resource Number (ARN).
" + } + } + }, + "DeregisterElasticIpRequest":{ + "type":"structure", + "required":["ElasticIp"], + "members":{ + "ElasticIp":{ + "shape":"String", + "documentation":"The Elastic IP address.
" + } + } + }, + "DeregisterInstanceRequest":{ + "type":"structure", + "required":["InstanceId"], + "members":{ + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + } + } + }, + "DeregisterRdsDbInstanceRequest":{ + "type":"structure", + "required":["RdsDbInstanceArn"], + "members":{ + "RdsDbInstanceArn":{ + "shape":"String", + "documentation":"The Amazon RDS instance's ARN.
" + } + } + }, + "DeregisterVolumeRequest":{ + "type":"structure", + "required":["VolumeId"], + "members":{ + "VolumeId":{ + "shape":"String", + "documentation":"The OpsWorks Stacks volume ID, which is the GUID that OpsWorks Stacks assigned to the instance when you registered the volume with the stack, not the Amazon EC2 volume ID.
" + } + } + }, + "DescribeAgentVersionsRequest":{ + "type":"structure", + "members":{ + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + }, + "ConfigurationManager":{ + "shape":"StackConfigurationManager", + "documentation":"The configuration manager.
" + } + } + }, + "DescribeAgentVersionsResult":{ + "type":"structure", + "members":{ + "AgentVersions":{ + "shape":"AgentVersions", + "documentation":"The agent versions for the specified stack or configuration manager. Note that this value is the complete version number, not the abbreviated number used by the console.
" + } + }, + "documentation":"Contains the response to a DescribeAgentVersions request.
The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.
An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
An array of App objects that describe the specified apps.
Contains the response to a DescribeApps request.
The deployment ID. If you include this parameter, DescribeCommands returns a description of the commands associated with the specified deployment.
The instance ID. If you include this parameter, DescribeCommands returns a description of the commands associated with the specified instance.
An array of command IDs. If you include this parameter, DescribeCommands returns a description of the specified commands. Otherwise, it returns a description of every command.
An array of Command objects that describe each of the specified commands.
Contains the response to a DescribeCommands request.
The stack ID. If you include this parameter, the command returns a description of the commands associated with the specified stack.
" + }, + "AppId":{ + "shape":"String", + "documentation":"The app ID. If you include this parameter, the command returns a description of the commands associated with the specified app.
" + }, + "DeploymentIds":{ + "shape":"Strings", + "documentation":"An array of deployment IDs to be described. If you include this parameter, the command returns a description of the specified deployments. Otherwise, it returns a description of every deployment.
" + } + } + }, + "DescribeDeploymentsResult":{ + "type":"structure", + "members":{ + "Deployments":{ + "shape":"Deployments", + "documentation":"An array of Deployment objects that describe the deployments.
Contains the response to a DescribeDeployments request.
A list of ARNs, one for each cluster to be described.
" + }, + "StackId":{ + "shape":"String", + "documentation":"A stack ID. DescribeEcsClusters returns a description of the cluster that is registered with the stack.
If the previous paginated request did not return all of the remaining results, the response object'sNextToken parameter value is set to a token. To retrieve the next set of results, call DescribeEcsClusters again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.
A list of EcsCluster objects containing the cluster descriptions.
If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object's NextToken parameter to retrieve the next set of results. If the previous paginated request returned all of the remaining results, this parameter is set to null.
Contains the response to a DescribeEcsClusters request.
The instance ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses associated with the specified instance.
A stack ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses that are registered with the specified stack.
An array of Elastic IP addresses to be described. If you include this parameter, DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address.
An ElasticIps object that describes the specified Elastic IP addresses.
Contains the response to a DescribeElasticIps request.
A stack ID. The action describes the stack's Elastic Load Balancing instances.
" + }, + "LayerIds":{ + "shape":"Strings", + "documentation":"A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.
" + } + } + }, + "DescribeElasticLoadBalancersResult":{ + "type":"structure", + "members":{ + "ElasticLoadBalancers":{ + "shape":"ElasticLoadBalancers", + "documentation":"A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing instances.
Contains the response to a DescribeElasticLoadBalancers request.
A stack ID. If you use this parameter, DescribeInstances returns descriptions of the instances associated with the specified stack.
A layer ID. If you use this parameter, DescribeInstances returns descriptions of the instances associated with the specified layer.
An array of instance IDs to be described. If you use this parameter, DescribeInstances returns a description of the specified instances. Otherwise, it returns a description of every instance.
An array of Instance objects that describe the instances.
Contains the response to a DescribeInstances request.
The stack ID.
" + }, + "LayerIds":{ + "shape":"Strings", + "documentation":"An array of layer IDs that specify the layers to be described. If you omit this parameter, DescribeLayers returns a description of every layer in the specified stack.
An array of Layer objects that describe the layers.
Contains the response to a DescribeLayers request.
An array of layer IDs.
" + } + } + }, + "DescribeLoadBasedAutoScalingResult":{ + "type":"structure", + "members":{ + "LoadBasedAutoScalingConfigurations":{ + "shape":"LoadBasedAutoScalingConfigurations", + "documentation":"An array of LoadBasedAutoScalingConfiguration objects that describe each layer's configuration.
Contains the response to a DescribeLoadBasedAutoScaling request.
A UserProfile object that describes the user's SSH information.
Contains the response to a DescribeMyUserProfile request.
Contains information in response to a DescribeOperatingSystems request.
The response to a DescribeOperatingSystems request.
The user's IAM ARN. This can also be a federated user's ARN. For more information about IAM ARNs, see Using Identifiers.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + } + } + }, + "DescribePermissionsResult":{ + "type":"structure", + "members":{ + "Permissions":{ + "shape":"Permissions", + "documentation":"An array of Permission objects that describe the stack permissions.
If the request object contains only a stack ID, the array contains a Permission object with permissions for each of the stack IAM ARNs.
If the request object contains only an IAM ARN, the array contains a Permission object with permissions for each of the user's stack IDs.
If the request contains a stack ID and an IAM ARN, the array contains a single Permission object with permissions for the specified stack and IAM ARN.
Contains the response to a DescribePermissions request.
The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID arrays associated with the specified instance.
The stack ID.
" + }, + "RaidArrayIds":{ + "shape":"Strings", + "documentation":"An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.
A RaidArrays object that describes the specified RAID arrays.
Contains the response to a DescribeRaidArrays request.
The ID of the stack with which the instances are registered. The operation returns descriptions of all registered Amazon RDS instances.
" + }, + "RdsDbInstanceArns":{ + "shape":"Strings", + "documentation":"An array containing the ARNs of the instances to be described.
" + } + } + }, + "DescribeRdsDbInstancesResult":{ + "type":"structure", + "members":{ + "RdsDbInstances":{ + "shape":"RdsDbInstances", + "documentation":"An a array of RdsDbInstance objects that describe the instances.
Contains the response to a DescribeRdsDbInstances request.
The stack ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified stack.
The instance ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified instance.
An array of service error IDs. If you use this parameter, DescribeServiceErrors returns descriptions of the specified errors. Otherwise, it returns a description of every error.
An array of ServiceError objects that describe the specified service errors.
Contains the response to a DescribeServiceErrors request.
The stack ID.
" + } + } + }, + "DescribeStackProvisioningParametersResult":{ + "type":"structure", + "members":{ + "AgentInstallerUrl":{ + "shape":"String", + "documentation":"The OpsWorks Stacks agent installer's URL.
" + }, + "Parameters":{ + "shape":"Parameters", + "documentation":"An embedded object that contains the provisioning parameters.
" + } + }, + "documentation":"Contains the response to a DescribeStackProvisioningParameters request.
The stack ID.
" + } + } + }, + "DescribeStackSummaryResult":{ + "type":"structure", + "members":{ + "StackSummary":{ + "shape":"StackSummary", + "documentation":"A StackSummary object that contains the results.
Contains the response to a DescribeStackSummary request.
An array of stack IDs that specify the stacks to be described. If you omit this parameter, and have permissions to get information about all stacks, DescribeStacks returns a description of every stack. If the IAM policy that is attached to an IAM user limits the DescribeStacks action to specific stack ARNs, this parameter is required, and the user must specify a stack ARN that is allowed by the policy. Otherwise, DescribeStacks returns an AccessDenied error.
An array of Stack objects that describe the stacks.
Contains the response to a DescribeStacks request.
An array of instance IDs.
" + } + } + }, + "DescribeTimeBasedAutoScalingResult":{ + "type":"structure", + "members":{ + "TimeBasedAutoScalingConfigurations":{ + "shape":"TimeBasedAutoScalingConfigurations", + "documentation":"An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for the specified instances.
Contains the response to a DescribeTimeBasedAutoScaling request.
An array of IAM or federated user ARNs that identify the users to be described.
" + } + } + }, + "DescribeUserProfilesResult":{ + "type":"structure", + "members":{ + "UserProfiles":{ + "shape":"UserProfiles", + "documentation":"A Users object that describes the specified users.
Contains the response to a DescribeUserProfiles request.
The instance ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified instance.
A stack ID. The action describes the stack's registered Amazon EBS volumes.
" + }, + "RaidArrayId":{ + "shape":"String", + "documentation":"The RAID array ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified RAID array.
Am array of volume IDs. If you use this parameter, DescribeVolumes returns descriptions of the specified volumes. Otherwise, it returns a description of every volume.
An array of volume IDs.
" + } + }, + "documentation":"Contains the response to a DescribeVolumes request.
The Elastic Load Balancing instance's name.
" + }, + "LayerId":{ + "shape":"String", + "documentation":"The ID of the layer that the Elastic Load Balancing instance is attached to.
" + } + } + }, + "DisassociateElasticIpRequest":{ + "type":"structure", + "required":["ElasticIp"], + "members":{ + "ElasticIp":{ + "shape":"String", + "documentation":"The Elastic IP address.
" + } + } + }, + "Double":{ + "type":"double", + "box":true + }, + "EbsBlockDevice":{ + "type":"structure", + "members":{ + "SnapshotId":{ + "shape":"String", + "documentation":"The snapshot ID.
" + }, + "Iops":{ + "shape":"Integer", + "documentation":"The number of I/O operations per second (IOPS) that the volume supports. For more information, see EbsBlockDevice.
" + }, + "VolumeSize":{ + "shape":"Integer", + "documentation":"The volume size, in GiB. For more information, see EbsBlockDevice.
" + }, + "VolumeType":{ + "shape":"VolumeType", + "documentation":"The volume type. gp2 for General Purpose (SSD) volumes, io1 for Provisioned IOPS (SSD) volumes, st1 for Throughput Optimized hard disk drives (HDD), sc1 for Cold HDD,and standard for Magnetic volumes.
If you specify the io1 volume type, you must also specify a value for the Iops attribute. The maximum ratio of provisioned IOPS to requested volume size (in GiB) is 50:1. Amazon Web Services uses the default volume size (in GiB) specified in the AMI attributes to set IOPS to 50 x (volume size).
Whether the volume is deleted on instance termination.
" + } + }, + "documentation":"Describes an Amazon EBS volume. This data type maps directly to the Amazon EC2 EbsBlockDevice data type.
" + }, + "EcsCluster":{ + "type":"structure", + "members":{ + "EcsClusterArn":{ + "shape":"String", + "documentation":"The cluster's ARN.
" + }, + "EcsClusterName":{ + "shape":"String", + "documentation":"The cluster name.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + }, + "RegisteredAt":{ + "shape":"DateTime", + "documentation":"The time and date that the cluster was registered with the stack.
" + } + }, + "documentation":"Describes a registered Amazon ECS cluster.
" + }, + "EcsClusters":{ + "type":"list", + "member":{"shape":"EcsCluster"} + }, + "ElasticIp":{ + "type":"structure", + "members":{ + "Ip":{ + "shape":"String", + "documentation":"The IP address.
" + }, + "Name":{ + "shape":"String", + "documentation":"The name, which can be a maximum of 32 characters.
" + }, + "Domain":{ + "shape":"String", + "documentation":"The domain.
" + }, + "Region":{ + "shape":"String", + "documentation":"The Amazon Web Services Region. For more information, see Regions and Endpoints.
" + }, + "InstanceId":{ + "shape":"String", + "documentation":"The ID of the instance that the address is attached to.
" + } + }, + "documentation":"Describes an Elastic IP address.
" + }, + "ElasticIps":{ + "type":"list", + "member":{"shape":"ElasticIp"} + }, + "ElasticLoadBalancer":{ + "type":"structure", + "members":{ + "ElasticLoadBalancerName":{ + "shape":"String", + "documentation":"The Elastic Load Balancing instance name.
" + }, + "Region":{ + "shape":"String", + "documentation":"The instance's Amazon Web Services Region.
" + }, + "DnsName":{ + "shape":"String", + "documentation":"The instance's public DNS name.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The ID of the stack with which the instance is associated.
" + }, + "LayerId":{ + "shape":"String", + "documentation":"The ID of the layer to which the instance is attached.
" + }, + "VpcId":{ + "shape":"String", + "documentation":"The VPC ID.
" + }, + "AvailabilityZones":{ + "shape":"Strings", + "documentation":"A list of Availability Zones.
" + }, + "SubnetIds":{ + "shape":"Strings", + "documentation":"A list of subnet IDs, if the stack is running in a VPC.
" + }, + "Ec2InstanceIds":{ + "shape":"Strings", + "documentation":"A list of the EC2 instances for which the Elastic Load Balancing instance is managing traffic.
" + } + }, + "documentation":"Describes an Elastic Load Balancing instance.
" + }, + "ElasticLoadBalancers":{ + "type":"list", + "member":{"shape":"ElasticLoadBalancer"} + }, + "EnvironmentVariable":{ + "type":"structure", + "required":[ + "Key", + "Value" + ], + "members":{ + "Key":{ + "shape":"String", + "documentation":"(Required) The environment variable's name, which can consist of up to 64 characters and must be specified. The name can contain upper- and lowercase letters, numbers, and underscores (_), but it must start with a letter or underscore.
" + }, + "Value":{ + "shape":"String", + "documentation":"(Optional) The environment variable's value, which can be left empty. If you specify a value, it can contain up to 256 characters, which must all be printable.
" + }, + "Secure":{ + "shape":"Boolean", + "documentation":"(Optional) Whether the variable's value is returned by the DescribeApps action. To hide an environment variable's value, set Secure to true. DescribeApps returns *****FILTERED***** instead of the actual value. The default value for Secure is false.
Represents an app's environment variable.
" + }, + "EnvironmentVariables":{ + "type":"list", + "member":{"shape":"EnvironmentVariable"} + }, + "GetHostnameSuggestionRequest":{ + "type":"structure", + "required":["LayerId"], + "members":{ + "LayerId":{ + "shape":"String", + "documentation":"The layer ID.
" + } + } + }, + "GetHostnameSuggestionResult":{ + "type":"structure", + "members":{ + "LayerId":{ + "shape":"String", + "documentation":"The layer ID.
" + }, + "Hostname":{ + "shape":"String", + "documentation":"The generated host name.
" + } + }, + "documentation":"Contains the response to a GetHostnameSuggestion request.
The instance's OpsWorks Stacks ID.
" + }, + "ValidForInMinutes":{ + "shape":"ValidForInMinutes", + "documentation":"The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, the user will no longer be able to use the credentials to log in. If the user is logged in at the time, they are logged out.
" + } + } + }, + "GrantAccessResult":{ + "type":"structure", + "members":{ + "TemporaryCredential":{ + "shape":"TemporaryCredential", + "documentation":"A TemporaryCredential object that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.
Contains the response to a GrantAccess request.
The agent version. This parameter is set to INHERIT if the instance inherits the default stack setting or to a a version number for a fixed agent version.
A custom AMI ID to be used to create the instance. For more information, see Instances
" + }, + "Architecture":{ + "shape":"Architecture", + "documentation":"The instance architecture: \"i386\" or \"x86_64\".
" + }, + "Arn":{ + "shape":"String", + "documentation":"The instance's Amazon Resource Number (ARN).
" + }, + "AutoScalingType":{ + "shape":"AutoScalingType", + "documentation":"For load-based or time-based instances, the type.
" + }, + "AvailabilityZone":{ + "shape":"String", + "documentation":"The instance Availability Zone. For more information, see Regions and Endpoints.
" + }, + "BlockDeviceMappings":{ + "shape":"BlockDeviceMappings", + "documentation":"An array of BlockDeviceMapping objects that specify the instance's block device mappings.
The time that the instance was created.
" + }, + "EbsOptimized":{ + "shape":"Boolean", + "documentation":"Whether this is an Amazon EBS-optimized instance.
" + }, + "Ec2InstanceId":{ + "shape":"String", + "documentation":"The ID of the associated Amazon EC2 instance.
" + }, + "EcsClusterArn":{ + "shape":"String", + "documentation":"For container instances, the Amazon ECS cluster's ARN.
" + }, + "EcsContainerInstanceArn":{ + "shape":"String", + "documentation":"For container instances, the instance's ARN.
" + }, + "ElasticIp":{ + "shape":"String", + "documentation":"The instance Elastic IP address.
" + }, + "Hostname":{ + "shape":"String", + "documentation":"The instance host name. The following are character limits for instance host names.
Linux-based instances: 63 characters
Windows-based instances: 15 characters
For registered instances, the infrastructure class: ec2 or on-premises.
Whether to install operating system and package updates when the instance boots. The default value is true. If this value is set to false, you must update instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.
We strongly recommend using the default value of true to ensure that your instances have the latest security updates.
The instance ID.
" + }, + "InstanceProfileArn":{ + "shape":"String", + "documentation":"The ARN of the instance's IAM profile. For more information about IAM ARNs, see Using Identifiers.
" + }, + "InstanceType":{ + "shape":"String", + "documentation":"The instance type, such as t2.micro.
The ID of the last service error. For more information, call DescribeServiceErrors.
" + }, + "LayerIds":{ + "shape":"Strings", + "documentation":"An array containing the instance layer IDs.
" + }, + "Os":{ + "shape":"String", + "documentation":"The instance's operating system.
" + }, + "Platform":{ + "shape":"String", + "documentation":"The instance's platform.
" + }, + "PrivateDns":{ + "shape":"String", + "documentation":"The instance's private DNS name.
" + }, + "PrivateIp":{ + "shape":"String", + "documentation":"The instance's private IP address.
" + }, + "PublicDns":{ + "shape":"String", + "documentation":"The instance public DNS name.
" + }, + "PublicIp":{ + "shape":"String", + "documentation":"The instance public IP address.
" + }, + "RegisteredBy":{ + "shape":"String", + "documentation":"For registered instances, who performed the registration.
" + }, + "ReportedAgentVersion":{ + "shape":"String", + "documentation":"The instance's reported OpsWorks Stacks agent version.
" + }, + "ReportedOs":{ + "shape":"ReportedOs", + "documentation":"For registered instances, the reported operating system.
" + }, + "RootDeviceType":{ + "shape":"RootDeviceType", + "documentation":"The instance's root device type. For more information, see Storage for the Root Device.
" + }, + "RootDeviceVolumeId":{ + "shape":"String", + "documentation":"The root device volume ID.
" + }, + "SecurityGroupIds":{ + "shape":"Strings", + "documentation":"An array containing the instance security group IDs.
" + }, + "SshHostDsaKeyFingerprint":{ + "shape":"String", + "documentation":"The SSH key's Deep Security Agent (DSA) fingerprint.
" + }, + "SshHostRsaKeyFingerprint":{ + "shape":"String", + "documentation":"The SSH key's RSA fingerprint.
" + }, + "SshKeyName":{ + "shape":"String", + "documentation":"The instance's Amazon EC2 key-pair name.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + }, + "Status":{ + "shape":"String", + "documentation":"The instance status:
booting
connection_lost
online
pending
rebooting
requested
running_setup
setup_failed
shutting_down
start_failed
stop_failed
stopped
stopping
terminated
terminating
The instance's subnet ID; applicable only if the stack is running in a VPC.
" + }, + "Tenancy":{ + "shape":"String", + "documentation":"The instance's tenancy option, such as dedicated or host.
The instance's virtualization type: paravirtual or hvm.
Describes an instance.
" + }, + "InstanceIdentity":{ + "type":"structure", + "members":{ + "Document":{ + "shape":"String", + "documentation":"A JSON document that contains the metadata.
" + }, + "Signature":{ + "shape":"String", + "documentation":"A signature that can be used to verify the document's accuracy and authenticity.
" + } + }, + "documentation":"Contains a description of an Amazon EC2 instance from the Amazon EC2 metadata service. For more information, see Instance Metadata and User Data.
" + }, + "Instances":{ + "type":"list", + "member":{"shape":"Instance"} + }, + "InstancesCount":{ + "type":"structure", + "members":{ + "Assigning":{ + "shape":"Integer", + "documentation":"The number of instances in the Assigning state.
" + }, + "Booting":{ + "shape":"Integer", + "documentation":"The number of instances with booting status.
The number of instances with connection_lost status.
The number of instances in the Deregistering state.
" + }, + "Online":{ + "shape":"Integer", + "documentation":"The number of instances with online status.
The number of instances with pending status.
The number of instances with rebooting status.
The number of instances in the Registered state.
" + }, + "Registering":{ + "shape":"Integer", + "documentation":"The number of instances in the Registering state.
" + }, + "Requested":{ + "shape":"Integer", + "documentation":"The number of instances with requested status.
The number of instances with running_setup status.
The number of instances with setup_failed status.
The number of instances with shutting_down status.
The number of instances with start_failed status.
The number of instances with stop_failed status.
The number of instances with stopped status.
The number of instances with stopping status.
The number of instances with terminated status.
The number of instances with terminating status.
The number of instances in the Unassigning state.
" + } + }, + "documentation":"Describes how many instances a stack has for each status.
" + }, + "Integer":{ + "type":"integer", + "box":true + }, + "Layer":{ + "type":"structure", + "members":{ + "Arn":{ + "shape":"String", + "documentation":"The Amazon Resource Number (ARN) of a layer.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The layer stack ID.
" + }, + "LayerId":{ + "shape":"String", + "documentation":"The layer ID.
" + }, + "Type":{ + "shape":"LayerType", + "documentation":"The layer type.
" + }, + "Name":{ + "shape":"String", + "documentation":"The layer name. Layer names can be a maximum of 32 characters.
" + }, + "Shortname":{ + "shape":"String", + "documentation":"The layer short name.
" + }, + "Attributes":{ + "shape":"LayerAttributes", + "documentation":"The layer attributes.
For the HaproxyStatsPassword, MysqlRootPassword, and GangliaPassword attributes, OpsWorks Stacks returns *****FILTERED***** instead of the actual value
For an ECS Cluster layer, OpsWorks Stacks the EcsClusterArn attribute is set to the cluster's ARN.
The Amazon CloudWatch Logs configuration settings for the layer.
" + }, + "CustomInstanceProfileArn":{ + "shape":"String", + "documentation":"The ARN of the default IAM profile to be used for the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
" + }, + "CustomJson":{ + "shape":"String", + "documentation":"A JSON formatted string containing the layer's custom stack configuration and deployment attributes.
" + }, + "CustomSecurityGroupIds":{ + "shape":"Strings", + "documentation":"An array containing the layer's custom security group IDs.
" + }, + "DefaultSecurityGroupNames":{ + "shape":"Strings", + "documentation":"An array containing the layer's security group names.
" + }, + "Packages":{ + "shape":"Strings", + "documentation":"An array of Package objects that describe the layer's packages.
A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
Whether auto healing is disabled for the layer.
" + }, + "AutoAssignElasticIps":{ + "shape":"Boolean", + "documentation":"Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
" + }, + "AutoAssignPublicIps":{ + "shape":"Boolean", + "documentation":"For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
" + }, + "DefaultRecipes":{ + "shape":"Recipes", + "documentation":"OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown. For each layer, OpsWorks Stacks runs a set of standard recipes for each event. You can also provide custom recipes for any or all layers and events. OpsWorks Stacks runs custom event recipes after the standard recipes. LayerCustomRecipes specifies the custom recipes for a particular layer to be run in response to each of the five events.
To specify a recipe, use the cookbook's directory name in the repository followed by two colons and the recipe name, which is the recipe's file name without the .rb extension. For example: phpapp2::dbsetup specifies the dbsetup.rb recipe in the repository's phpapp2 folder.
A LayerCustomRecipes object that specifies the layer's custom recipes.
Date when the layer was created.
" + }, + "InstallUpdatesOnBoot":{ + "shape":"Boolean", + "documentation":"Whether to install operating system and package updates when the instance boots. The default value is true. If this value is set to false, you must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.
We strongly recommend using the default value of true, to ensure that your instances have the latest security updates.
Whether the layer uses Amazon EBS-optimized instances.
" + }, + "LifecycleEventConfiguration":{ + "shape":"LifecycleEventConfiguration", + "documentation":"A LifeCycleEventConfiguration object that specifies the Shutdown event configuration.
Describes a layer.
" + }, + "LayerAttributes":{ + "type":"map", + "key":{"shape":"LayerAttributesKeys"}, + "value":{"shape":"String"} + }, + "LayerAttributesKeys":{ + "type":"string", + "enum":[ + "EcsClusterArn", + "EnableHaproxyStats", + "HaproxyStatsUrl", + "HaproxyStatsUser", + "HaproxyStatsPassword", + "HaproxyHealthCheckUrl", + "HaproxyHealthCheckMethod", + "MysqlRootPassword", + "MysqlRootPasswordUbiquitous", + "GangliaUrl", + "GangliaUser", + "GangliaPassword", + "MemcachedMemory", + "NodejsVersion", + "RubyVersion", + "RubygemsVersion", + "ManageBundler", + "BundlerVersion", + "RailsStack", + "PassengerVersion", + "Jvm", + "JvmVersion", + "JvmOptions", + "JavaAppServer", + "JavaAppServerVersion" + ] + }, + "LayerType":{ + "type":"string", + "enum":[ + "aws-flow-ruby", + "ecs-cluster", + "java-app", + "lb", + "web", + "php-app", + "rails-app", + "nodejs-app", + "memcached", + "db-master", + "monitoring-master", + "custom" + ] + }, + "Layers":{ + "type":"list", + "member":{"shape":"Layer"} + }, + "LifecycleEventConfiguration":{ + "type":"structure", + "members":{ + "Shutdown":{ + "shape":"ShutdownEventConfiguration", + "documentation":"A ShutdownEventConfiguration object that specifies the Shutdown event configuration.
Specifies the lifecycle event configuration
" + }, + "ListTagsRequest":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ResourceArn":{ + "shape":"ResourceArn", + "documentation":"The stack or layer's Amazon Resource Number (ARN).
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"Do not use. A validation exception occurs if you add a MaxResults parameter to a ListTagsRequest call.
Do not use. A validation exception occurs if you add a NextToken parameter to a ListTagsRequest call.
A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object's NextToken parameter to get the next set of results. If the previous paginated request returned all of the remaining results, this parameter is set to null.
Contains the response to a ListTags request.
The layer ID.
" + }, + "Enable":{ + "shape":"Boolean", + "documentation":"Whether load-based auto scaling is enabled for the layer.
" + }, + "UpScaling":{ + "shape":"AutoScalingThresholds", + "documentation":"An AutoScalingThresholds object that describes the upscaling configuration, which defines how and when OpsWorks Stacks increases the number of instances.
An AutoScalingThresholds object that describes the downscaling configuration, which defines how and when OpsWorks Stacks reduces the number of instances.
Describes a layer's load-based auto scaling configuration.
" + }, + "LoadBasedAutoScalingConfigurations":{ + "type":"list", + "member":{"shape":"LoadBasedAutoScalingConfiguration"} + }, + "MaxResults":{"type":"integer"}, + "Minute":{ + "type":"integer", + "box":true, + "max":100, + "min":1 + }, + "NextToken":{"type":"string"}, + "OperatingSystem":{ + "type":"structure", + "members":{ + "Name":{ + "shape":"String", + "documentation":"The name of the operating system, such as Amazon Linux 2.
The ID of a supported operating system, such as Amazon Linux 2.
The type of a supported operating system, either Linux or Windows.
Supported configuration manager name and versions for an OpsWorks Stacks operating system.
" + }, + "ReportedName":{ + "shape":"String", + "documentation":"A short name for the operating system manufacturer.
" + }, + "ReportedVersion":{ + "shape":"String", + "documentation":"The version of the operating system, including the release and edition, if applicable.
" + }, + "Supported":{ + "shape":"Boolean", + "documentation":"Indicates that an operating system is not supported for new instances.
" + } + }, + "documentation":"Describes supported operating systems in OpsWorks Stacks.
" + }, + "OperatingSystemConfigurationManager":{ + "type":"structure", + "members":{ + "Name":{ + "shape":"String", + "documentation":"The name of the configuration manager, which is Chef.
" + }, + "Version":{ + "shape":"String", + "documentation":"The versions of the configuration manager that are supported by an operating system.
" + } + }, + "documentation":"A block that contains information about the configuration manager (Chef) and the versions of the configuration manager that are supported for an operating system.
" + }, + "OperatingSystemConfigurationManagers":{ + "type":"list", + "member":{"shape":"OperatingSystemConfigurationManager"} + }, + "OperatingSystems":{ + "type":"list", + "member":{"shape":"OperatingSystem"} + }, + "Parameters":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "Permission":{ + "type":"structure", + "members":{ + "StackId":{ + "shape":"String", + "documentation":"A stack ID.
" + }, + "IamUserArn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) for an Identity and Access Management (IAM) role. For more information about IAM ARNs, see Using Identifiers.
" + }, + "AllowSsh":{ + "shape":"Boolean", + "documentation":"Whether the user can use SSH.
" + }, + "AllowSudo":{ + "shape":"Boolean", + "documentation":"Whether the user can use sudo.
" + }, + "Level":{ + "shape":"String", + "documentation":"The user's permission level, which must be the following:
deny
show
deploy
manage
iam_only
For more information on the permissions associated with these levels, see Managing User Permissions
" + } + }, + "documentation":"Describes stack or user permissions.
" + }, + "Permissions":{ + "type":"list", + "member":{"shape":"Permission"} + }, + "RaidArray":{ + "type":"structure", + "members":{ + "RaidArrayId":{ + "shape":"String", + "documentation":"The array ID.
" + }, + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + }, + "Name":{ + "shape":"String", + "documentation":"The array name.
" + }, + "RaidLevel":{ + "shape":"Integer", + "documentation":"The RAID level.
" + }, + "NumberOfDisks":{ + "shape":"Integer", + "documentation":"The number of disks in the array.
" + }, + "Size":{ + "shape":"Integer", + "documentation":"The array's size.
" + }, + "Device":{ + "shape":"String", + "documentation":"The array's Linux device. For example /dev/mdadm0.
" + }, + "MountPoint":{ + "shape":"String", + "documentation":"The array's mount point.
" + }, + "AvailabilityZone":{ + "shape":"String", + "documentation":"The array's Availability Zone. For more information, see Regions and Endpoints.
" + }, + "CreatedAt":{ + "shape":"DateTime", + "documentation":"When the RAID array was created.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + }, + "VolumeType":{ + "shape":"String", + "documentation":"The volume type, standard or PIOPS.
" + }, + "Iops":{ + "shape":"Integer", + "documentation":"For PIOPS volumes, the IOPS per disk.
" + } + }, + "documentation":"Describes an instance's RAID array.
" + }, + "RaidArrays":{ + "type":"list", + "member":{"shape":"RaidArray"} + }, + "RdsDbInstance":{ + "type":"structure", + "members":{ + "RdsDbInstanceArn":{ + "shape":"String", + "documentation":"The instance's ARN.
" + }, + "DbInstanceIdentifier":{ + "shape":"String", + "documentation":"The database instance identifier.
" + }, + "DbUser":{ + "shape":"String", + "documentation":"The master user name.
" + }, + "DbPassword":{ + "shape":"String", + "documentation":"OpsWorks Stacks returns *****FILTERED***** instead of the actual value.
The instance's Amazon Web Services Region.
" + }, + "Address":{ + "shape":"String", + "documentation":"The instance's address.
" + }, + "Engine":{ + "shape":"String", + "documentation":"The instance's database engine.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The ID of the stack with which the instance is registered.
" + }, + "MissingOnRds":{ + "shape":"Boolean", + "documentation":"Set to true if OpsWorks Stacks is unable to discover the Amazon RDS instance. OpsWorks Stacks attempts to discover the instance only once. If this value is set to true, you must deregister the instance, and then register it again.
Describes an Amazon RDS instance.
" + }, + "RdsDbInstances":{ + "type":"list", + "member":{"shape":"RdsDbInstance"} + }, + "RebootInstanceRequest":{ + "type":"structure", + "required":["InstanceId"], + "members":{ + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + } + } + }, + "Recipes":{ + "type":"structure", + "members":{ + "Setup":{ + "shape":"Strings", + "documentation":"An array of custom recipe names to be run following a setup event.
An array of custom recipe names to be run following a configure event.
An array of custom recipe names to be run following a deploy event.
An array of custom recipe names to be run following a undeploy event.
An array of custom recipe names to be run following a shutdown event.
OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown. For each layer, OpsWorks Stacks runs a set of standard recipes for each event. In addition, you can provide custom recipes for any or all layers and events. OpsWorks Stacks runs custom event recipes after the standard recipes. LayerCustomRecipes specifies the custom recipes for a particular layer to be run in response to each of the five events.
To specify a recipe, use the cookbook's directory name in the repository followed by two colons and the recipe name, which is the recipe's file name without the .rb extension. For example: phpapp2::dbsetup specifies the dbsetup.rb recipe in the repository's phpapp2 folder.
" + }, + "RegisterEcsClusterRequest":{ + "type":"structure", + "required":[ + "EcsClusterArn", + "StackId" + ], + "members":{ + "EcsClusterArn":{ + "shape":"String", + "documentation":"The cluster's ARN.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + } + } + }, + "RegisterEcsClusterResult":{ + "type":"structure", + "members":{ + "EcsClusterArn":{ + "shape":"String", + "documentation":"The cluster's ARN.
" + } + }, + "documentation":"Contains the response to a RegisterEcsCluster request.
The Elastic IP address.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + } + } + }, + "RegisterElasticIpResult":{ + "type":"structure", + "members":{ + "ElasticIp":{ + "shape":"String", + "documentation":"The Elastic IP address.
" + } + }, + "documentation":"Contains the response to a RegisterElasticIp request.
The ID of the stack that the instance is to be registered with.
" + }, + "Hostname":{ + "shape":"String", + "documentation":"The instance's host name. The following are character limits for instance host names.
Linux-based instances: 63 characters
Windows-based instances: 15 characters
The instance's public IP address.
" + }, + "PrivateIp":{ + "shape":"String", + "documentation":"The instance's private IP address.
" + }, + "RsaPublicKey":{ + "shape":"String", + "documentation":"The instances public RSA key. This key is used to encrypt communication between the instance and the service.
" + }, + "RsaPublicKeyFingerprint":{ + "shape":"String", + "documentation":"The instances public RSA key fingerprint.
" + }, + "InstanceIdentity":{ + "shape":"InstanceIdentity", + "documentation":"An InstanceIdentity object that contains the instance's identity.
" + } + } + }, + "RegisterInstanceResult":{ + "type":"structure", + "members":{ + "InstanceId":{ + "shape":"String", + "documentation":"The registered instance's OpsWorks Stacks ID.
" + } + }, + "documentation":"Contains the response to a RegisterInstanceResult request.
The stack ID.
" + }, + "RdsDbInstanceArn":{ + "shape":"String", + "documentation":"The Amazon RDS instance's ARN.
" + }, + "DbUser":{ + "shape":"String", + "documentation":"The database's master user name.
" + }, + "DbPassword":{ + "shape":"String", + "documentation":"The database password.
" + } + } + }, + "RegisterVolumeRequest":{ + "type":"structure", + "required":["StackId"], + "members":{ + "Ec2VolumeId":{ + "shape":"String", + "documentation":"The Amazon EBS volume ID.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + } + } + }, + "RegisterVolumeResult":{ + "type":"structure", + "members":{ + "VolumeId":{ + "shape":"String", + "documentation":"The volume ID.
" + } + }, + "documentation":"Contains the response to a RegisterVolume request.
The operating system family.
" + }, + "Name":{ + "shape":"String", + "documentation":"The operating system name.
" + }, + "Version":{ + "shape":"String", + "documentation":"The operating system version.
" + } + }, + "documentation":"A registered instance's reported operating system.
" + }, + "ResourceArn":{"type":"string"}, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + "message":{ + "shape":"String", + "documentation":"The exception message.
" + } + }, + "documentation":"Indicates that a resource was not found.
", + "exception":true + }, + "RootDeviceType":{ + "type":"string", + "enum":[ + "ebs", + "instance-store" + ] + }, + "SelfUserProfile":{ + "type":"structure", + "members":{ + "IamUserArn":{ + "shape":"String", + "documentation":"The user's IAM ARN.
" + }, + "Name":{ + "shape":"String", + "documentation":"The user's name.
" + }, + "SshUsername":{ + "shape":"String", + "documentation":"The user's SSH user name.
" + }, + "SshPublicKey":{ + "shape":"String", + "documentation":"The user's SSH public key.
" + } + }, + "documentation":"Describes a user's SSH information.
" + }, + "ServiceError":{ + "type":"structure", + "members":{ + "ServiceErrorId":{ + "shape":"String", + "documentation":"The error ID.
" + }, + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + }, + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + }, + "Type":{ + "shape":"String", + "documentation":"The error type.
" + }, + "Message":{ + "shape":"String", + "documentation":"A message that describes the error.
" + }, + "CreatedAt":{ + "shape":"DateTime", + "documentation":"When the error occurred.
" + } + }, + "documentation":"Describes an OpsWorks Stacks service error.
" + }, + "ServiceErrors":{ + "type":"list", + "member":{"shape":"ServiceError"} + }, + "SetLoadBasedAutoScalingRequest":{ + "type":"structure", + "required":["LayerId"], + "members":{ + "LayerId":{ + "shape":"String", + "documentation":"The layer ID.
" + }, + "Enable":{ + "shape":"Boolean", + "documentation":"Enables load-based auto scaling for the layer.
" + }, + "UpScaling":{ + "shape":"AutoScalingThresholds", + "documentation":"An AutoScalingThresholds object with the upscaling threshold configuration. If the load exceeds these thresholds for a specified amount of time, OpsWorks Stacks starts a specified number of instances.
An AutoScalingThresholds object with the downscaling threshold configuration. If the load falls below these thresholds for a specified amount of time, OpsWorks Stacks stops a specified number of instances.
The stack ID.
" + }, + "IamUserArn":{ + "shape":"String", + "documentation":"The user's IAM ARN. This can also be a federated user's ARN.
" + }, + "AllowSsh":{ + "shape":"Boolean", + "documentation":"The user is allowed to use SSH to communicate with the instance.
" + }, + "AllowSudo":{ + "shape":"Boolean", + "documentation":"The user is allowed to use sudo to elevate privileges.
" + }, + "Level":{ + "shape":"String", + "documentation":"The user's permission level, which must be set to one of the following strings. You cannot set your own permissions level.
deny
show
deploy
manage
iam_only
For more information about the permissions associated with these levels, see Managing User Permissions.
" + } + } + }, + "SetTimeBasedAutoScalingRequest":{ + "type":"structure", + "required":["InstanceId"], + "members":{ + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + }, + "AutoScalingSchedule":{ + "shape":"WeeklyAutoScalingSchedule", + "documentation":"An AutoScalingSchedule with the instance schedule.
The time, in seconds, that OpsWorks Stacks waits after triggering a Shutdown event before shutting down an instance.
" + }, + "DelayUntilElbConnectionsDrained":{ + "shape":"Boolean", + "documentation":"Whether to enable Elastic Load Balancing connection draining. For more information, see Connection Draining
" + } + }, + "documentation":"The Shutdown event configuration.
" + }, + "Source":{ + "type":"structure", + "members":{ + "Type":{ + "shape":"SourceType", + "documentation":"The repository type.
" + }, + "Url":{ + "shape":"String", + "documentation":"The source URL. The following is an example of an Amazon S3 source URL: https://s3.amazonaws.com/opsworks-demo-bucket/opsworks_cookbook_demo.tar.gz.
This parameter depends on the repository type.
For Amazon S3 bundles, set Username to the appropriate IAM access key ID.
For HTTP bundles, Git repositories, and Subversion repositories, set Username to the user name.
When included in a request, the parameter depends on the repository type.
For Amazon S3 bundles, set Password to the appropriate IAM secret access key.
For HTTP bundles and Subversion repositories, set Password to the password.
For more information on how to safely handle IAM credentials, see https://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html.
In responses, OpsWorks Stacks returns *****FILTERED***** instead of the actual value.
In requests, the repository's SSH key.
In responses, OpsWorks Stacks returns *****FILTERED***** instead of the actual value.
The application's version. OpsWorks Stacks enables you to easily deploy new versions of an application. One of the simplest approaches is to have branches or revisions in your repository that represent different versions that can potentially be deployed.
" + } + }, + "documentation":"Contains the information required to retrieve an app or cookbook from a repository. For more information, see Creating Apps or Custom Recipes and Cookbooks.
" + }, + "SourceType":{ + "type":"string", + "enum":[ + "git", + "svn", + "archive", + "s3" + ] + }, + "SslConfiguration":{ + "type":"structure", + "required":[ + "Certificate", + "PrivateKey" + ], + "members":{ + "Certificate":{ + "shape":"String", + "documentation":"The contents of the certificate's domain.crt file.
" + }, + "PrivateKey":{ + "shape":"String", + "documentation":"The private key; the contents of the certificate's domain.kex file.
" + }, + "Chain":{ + "shape":"String", + "documentation":"Optional. Can be used to specify an intermediate certificate authority key or client authentication.
" + } + }, + "documentation":"Describes an app's SSL configuration.
" + }, + "Stack":{ + "type":"structure", + "members":{ + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + }, + "Name":{ + "shape":"String", + "documentation":"The stack name. Stack names can be a maximum of 64 characters.
" + }, + "Arn":{ + "shape":"String", + "documentation":"The stack's ARN.
" + }, + "Region":{ + "shape":"String", + "documentation":"The stack Amazon Web Services Region, such as ap-northeast-2. For more information about Amazon Web Services Regions, see Regions and Endpoints.
The VPC ID; applicable only if the stack is running in a VPC.
" + }, + "Attributes":{ + "shape":"StackAttributes", + "documentation":"The stack's attributes.
" + }, + "ServiceRoleArn":{ + "shape":"String", + "documentation":"The stack Identity and Access Management (IAM) role.
" + }, + "DefaultInstanceProfileArn":{ + "shape":"String", + "documentation":"The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
" + }, + "DefaultOs":{ + "shape":"String", + "documentation":"The stack's default operating system.
" + }, + "HostnameTheme":{ + "shape":"String", + "documentation":"The stack host name theme, with spaces replaced by underscores.
" + }, + "DefaultAvailabilityZone":{ + "shape":"String", + "documentation":"The stack's default Availability Zone. For more information, see Regions and Endpoints.
" + }, + "DefaultSubnetId":{ + "shape":"String", + "documentation":"The default subnet ID; applicable only if the stack is running in a VPC.
" + }, + "CustomJson":{ + "shape":"String", + "documentation":"A JSON object that contains user-defined attributes to be added to the stack configuration and deployment attributes. You can use custom JSON to override the corresponding default stack configuration attribute values or to pass data to recipes. The string should be in the following format:
\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
" + }, + "ConfigurationManager":{ + "shape":"StackConfigurationManager", + "documentation":"The configuration manager.
" + }, + "ChefConfiguration":{ + "shape":"ChefConfiguration", + "documentation":"A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version. For more information, see Create a New Stack.
Whether the stack uses custom cookbooks.
" + }, + "UseOpsworksSecurityGroups":{ + "shape":"Boolean", + "documentation":"Whether the stack automatically associates the OpsWorks Stacks built-in security groups with the stack's layers.
" + }, + "CustomCookbooksSource":{ + "shape":"Source", + "documentation":"Contains the information required to retrieve an app or cookbook from a repository. For more information, see Adding Apps or Cookbooks and Recipes.
" + }, + "DefaultSshKeyName":{ + "shape":"String", + "documentation":"A default Amazon EC2 key pair for the stack's instances. You can override this value when you create or update an instance.
" + }, + "CreatedAt":{ + "shape":"DateTime", + "documentation":"The date when the stack was created.
" + }, + "DefaultRootDeviceType":{ + "shape":"RootDeviceType", + "documentation":"The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.
" + }, + "AgentVersion":{ + "shape":"String", + "documentation":"The agent version. This parameter is set to LATEST for auto-update. or a version number for a fixed agent version.
Describes a stack.
" + }, + "StackAttributes":{ + "type":"map", + "key":{"shape":"StackAttributesKeys"}, + "value":{"shape":"String"} + }, + "StackAttributesKeys":{ + "type":"string", + "enum":["Color"] + }, + "StackConfigurationManager":{ + "type":"structure", + "members":{ + "Name":{ + "shape":"String", + "documentation":"The name. This parameter must be set to Chef.
The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 12.
" + } + }, + "documentation":"Describes the configuration manager.
" + }, + "StackSummary":{ + "type":"structure", + "members":{ + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + }, + "Name":{ + "shape":"String", + "documentation":"The stack name.
" + }, + "Arn":{ + "shape":"String", + "documentation":"The stack's ARN.
" + }, + "LayersCount":{ + "shape":"Integer", + "documentation":"The number of layers.
" + }, + "AppsCount":{ + "shape":"Integer", + "documentation":"The number of apps.
" + }, + "InstancesCount":{ + "shape":"InstancesCount", + "documentation":"An InstancesCount object with the number of instances in each status.
Summarizes the number of layers, instances, and apps in a stack.
" + }, + "Stacks":{ + "type":"list", + "member":{"shape":"Stack"} + }, + "StartInstanceRequest":{ + "type":"structure", + "required":["InstanceId"], + "members":{ + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + } + } + }, + "StartStackRequest":{ + "type":"structure", + "required":["StackId"], + "members":{ + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + } + } + }, + "StopInstanceRequest":{ + "type":"structure", + "required":["InstanceId"], + "members":{ + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + }, + "Force":{ + "shape":"Boolean", + "documentation":"Specifies whether to force an instance to stop. If the instance's root device type is ebs, or EBS-backed, adding the Force parameter to the StopInstances API call disassociates the OpsWorks Stacks instance from EC2, and forces deletion of only the OpsWorks Stacks instance. You must also delete the formerly-associated instance in EC2 after troubleshooting and replacing the OpsWorks Stacks instance with a new one.
The stack ID.
" + } + } + }, + "String":{"type":"string"}, + "Strings":{ + "type":"list", + "member":{"shape":"String"} + }, + "Switch":{"type":"string"}, + "TagKey":{"type":"string"}, + "TagKeys":{ + "type":"list", + "member":{"shape":"TagKey"} + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceArn", + "Tags" + ], + "members":{ + "ResourceArn":{ + "shape":"ResourceArn", + "documentation":"The stack or layer's Amazon Resource Number (ARN).
" + }, + "Tags":{ + "shape":"Tags", + "documentation":"A map that contains tag keys and tag values that are attached to a stack or layer.
The key cannot be empty.
The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /
The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /
Leading and trailing white spaces are trimmed from both the key and value.
A maximum of 40 tags is allowed for any resource.
The user name.
" + }, + "Password":{ + "shape":"String", + "documentation":"The password.
" + }, + "ValidForInMinutes":{ + "shape":"Integer", + "documentation":"The length of time (in minutes) that the grant is valid. When the grant expires, at the end of this period, the user will no longer be able to use the credentials to log in. If they are logged in at the time, they are automatically logged out.
" + }, + "InstanceId":{ + "shape":"String", + "documentation":"The instance's OpsWorks Stacks ID.
" + } + }, + "documentation":"Contains the data needed by RDP clients such as the Microsoft Remote Desktop Connection to log in to the instance.
" + }, + "TimeBasedAutoScalingConfiguration":{ + "type":"structure", + "members":{ + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + }, + "AutoScalingSchedule":{ + "shape":"WeeklyAutoScalingSchedule", + "documentation":"A WeeklyAutoScalingSchedule object with the instance schedule.
Describes an instance's time-based auto scaling configuration.
" + }, + "TimeBasedAutoScalingConfigurations":{ + "type":"list", + "member":{"shape":"TimeBasedAutoScalingConfiguration"} + }, + "UnassignInstanceRequest":{ + "type":"structure", + "required":["InstanceId"], + "members":{ + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + } + } + }, + "UnassignVolumeRequest":{ + "type":"structure", + "required":["VolumeId"], + "members":{ + "VolumeId":{ + "shape":"String", + "documentation":"The volume ID.
" + } + } + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceArn", + "TagKeys" + ], + "members":{ + "ResourceArn":{ + "shape":"ResourceArn", + "documentation":"The stack or layer's Amazon Resource Number (ARN).
" + }, + "TagKeys":{ + "shape":"TagKeys", + "documentation":"A list of the keys of tags to be removed from a stack or layer.
" + } + } + }, + "UpdateAppRequest":{ + "type":"structure", + "required":["AppId"], + "members":{ + "AppId":{ + "shape":"String", + "documentation":"The app ID.
" + }, + "Name":{ + "shape":"String", + "documentation":"The app name.
" + }, + "Description":{ + "shape":"String", + "documentation":"A description of the app.
" + }, + "DataSources":{ + "shape":"DataSources", + "documentation":"The app's data sources.
" + }, + "Type":{ + "shape":"AppType", + "documentation":"The app type.
" + }, + "AppSource":{ + "shape":"Source", + "documentation":"A Source object that specifies the app repository.
The app's virtual host settings, with multiple domains separated by commas. For example: 'www.example.com, example.com'
Whether SSL is enabled for the app.
" + }, + "SslConfiguration":{ + "shape":"SslConfiguration", + "documentation":"An SslConfiguration object with the SSL configuration.
One or more user-defined key/value pairs to be added to the stack attributes.
" + }, + "Environment":{ + "shape":"EnvironmentVariables", + "documentation":"An array of EnvironmentVariable objects that specify environment variables to be associated with the app. After you deploy the app, these variables are defined on the associated app server instances.For more information, see Environment Variables.
There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variables' names, values, and protected flag values - cannot exceed 20 KB. This limit should accommodate most if not all use cases. Exceeding it will cause an exception with the message, \"Environment: is too large (maximum is 20 KB).\"
If you have specified one or more environment variables, you cannot modify the stack's Chef version.
The IP address for which you want to update the name.
" + }, + "Name":{ + "shape":"String", + "documentation":"The new name, which can be a maximum of 32 characters.
" + } + } + }, + "UpdateInstanceRequest":{ + "type":"structure", + "required":["InstanceId"], + "members":{ + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + }, + "LayerIds":{ + "shape":"Strings", + "documentation":"The instance's layer IDs.
" + }, + "InstanceType":{ + "shape":"String", + "documentation":"The instance type, such as t2.micro. For a list of supported instance types, open the stack in the console, choose Instances, and choose + Instance. The Size list contains the currently supported types. For more information, see Instance Families and Types. The parameter values that you use to specify the various types are in the API Name column of the Available Instance Types table.
For load-based or time-based instances, the type. Windows stacks can use only time-based instances.
" + }, + "Hostname":{ + "shape":"String", + "documentation":"The instance host name. The following are character limits for instance host names.
Linux-based instances: 63 characters
Windows-based instances: 15 characters
The instance's operating system, which must be set to one of the following. You cannot update an instance that is using a custom AMI.
A supported Linux operating system: An Amazon Linux version, such as Amazon Linux 2, Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux 2017.03, Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon Linux 2015.03.
A supported Ubuntu operating system, such as Ubuntu 18.04 LTS, Ubuntu 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS.
CentOS Linux 7
Red Hat Enterprise Linux 7
A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft Windows Server 2012 R2 with SQL Server Web.
Not all operating systems are supported with all versions of Chef. For more information about supported operating systems, see OpsWorks Stacks Operating Systems.
The default option is the current Amazon Linux version. If you set this parameter to Custom, you must use the AmiId parameter to specify the custom AMI that you want to use. For more information about how to use custom AMIs with OpsWorks, see Using Custom AMIs.
You can specify a different Linux operating system for the updated stack, but you cannot change from Linux to Windows or Windows to Linux.
The ID of the AMI that was used to create the instance. The value of this parameter must be the same AMI ID that the instance is already using. You cannot apply a new AMI to an instance by running UpdateInstance. UpdateInstance does not work on instances that are using custom AMIs.
" + }, + "SshKeyName":{ + "shape":"String", + "documentation":"The instance's Amazon EC2 key name.
" + }, + "Architecture":{ + "shape":"Architecture", + "documentation":"The instance architecture. Instance types do not necessarily support both architectures. For a list of the architectures that are supported by the different instance types, see Instance Families and Types.
" + }, + "InstallUpdatesOnBoot":{ + "shape":"Boolean", + "documentation":"Whether to install operating system and package updates when the instance boots. The default value is true. To control when updates are installed, set this value to false. You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.
We strongly recommend using the default value of true, to ensure that your instances have the latest security updates.
This property cannot be updated.
" + }, + "AgentVersion":{ + "shape":"String", + "documentation":"The default OpsWorks Stacks agent version. You have the following options:
INHERIT - Use the stack's default agent version setting.
version_number - Use the specified agent version. This value overrides the stack's default setting. To update the agent version, you must edit the instance configuration and specify a new version. OpsWorks Stacks installs that version on the instance.
The default setting is INHERIT. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions.
AgentVersion cannot be set to Chef 12.2.
" + } + } + }, + "UpdateLayerRequest":{ + "type":"structure", + "required":["LayerId"], + "members":{ + "LayerId":{ + "shape":"String", + "documentation":"The layer ID.
" + }, + "Name":{ + "shape":"String", + "documentation":"The layer name, which is used by the console. Layer names can be a maximum of 32 characters.
" + }, + "Shortname":{ + "shape":"String", + "documentation":"For custom layers only, use this parameter to specify the layer's short name, which is used internally by OpsWorks Stacks and by Chef. The short name is also used as the name for the directory where your app files are installed. It can have a maximum of 32 characters and must be in the following format: /\\A[a-z0-9\\-\\_\\.]+\\Z/.
Built-in layer short names are defined by OpsWorks Stacks. For more information, see the Layer reference in the OpsWorks User Guide.
" + }, + "Attributes":{ + "shape":"LayerAttributes", + "documentation":"One or more user-defined key/value pairs to be added to the stack attributes.
" + }, + "CloudWatchLogsConfiguration":{ + "shape":"CloudWatchLogsConfiguration", + "documentation":"Specifies CloudWatch Logs configuration options for the layer. For more information, see CloudWatchLogsLogStream.
" + }, + "CustomInstanceProfileArn":{ + "shape":"String", + "documentation":"The ARN of an IAM profile to be used for all of the layer's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
" + }, + "CustomJson":{ + "shape":"String", + "documentation":"A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances. For more information, see Using Custom JSON.
" + }, + "CustomSecurityGroupIds":{ + "shape":"Strings", + "documentation":"An array containing the layer's custom security group IDs.
" + }, + "Packages":{ + "shape":"Strings", + "documentation":"An array of Package objects that describe the layer's packages.
A VolumeConfigurations object that describes the layer's Amazon EBS volumes.
Whether to disable auto healing for the layer.
" + }, + "AutoAssignElasticIps":{ + "shape":"Boolean", + "documentation":"Whether to automatically assign an Elastic IP address to the layer's instances. For more information, see How to Edit a Layer.
" + }, + "AutoAssignPublicIps":{ + "shape":"Boolean", + "documentation":"For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances. For more information, see How to Edit a Layer.
" + }, + "CustomRecipes":{ + "shape":"Recipes", + "documentation":"A LayerCustomRecipes object that specifies the layer's custom recipes.
Whether to install operating system and package updates when the instance boots. The default value is true. To control when updates are installed, set this value to false. You must then update your instances manually by using CreateDeployment to run the update_dependencies stack command or manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances.
We strongly recommend using the default value of true, to ensure that your instances have the latest security updates.
Whether to use Amazon EBS-optimized instances.
" + }, + "LifecycleEventConfiguration":{ + "shape":"LifecycleEventConfiguration", + "documentation":"" + } + } + }, + "UpdateMyUserProfileRequest":{ + "type":"structure", + "members":{ + "SshPublicKey":{ + "shape":"String", + "documentation":"The user's SSH public key.
" + } + } + }, + "UpdateRdsDbInstanceRequest":{ + "type":"structure", + "required":["RdsDbInstanceArn"], + "members":{ + "RdsDbInstanceArn":{ + "shape":"String", + "documentation":"The Amazon RDS instance's ARN.
" + }, + "DbUser":{ + "shape":"String", + "documentation":"The master user name.
" + }, + "DbPassword":{ + "shape":"String", + "documentation":"The database password.
" + } + } + }, + "UpdateStackRequest":{ + "type":"structure", + "required":["StackId"], + "members":{ + "StackId":{ + "shape":"String", + "documentation":"The stack ID.
" + }, + "Name":{ + "shape":"String", + "documentation":"The stack's new name. Stack names can be a maximum of 64 characters.
" + }, + "Attributes":{ + "shape":"StackAttributes", + "documentation":"One or more user-defined key-value pairs to be added to the stack attributes.
" + }, + "ServiceRoleArn":{ + "shape":"String", + "documentation":"Do not use this parameter. You cannot update a stack's service role.
" + }, + "DefaultInstanceProfileArn":{ + "shape":"String", + "documentation":"The ARN of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see Using Identifiers.
" + }, + "DefaultOs":{ + "shape":"String", + "documentation":"The stack's operating system, which must be set to one of the following:
A supported Linux operating system: An Amazon Linux version, such as Amazon Linux 2, Amazon Linux 2018.03, Amazon Linux 2017.09, Amazon Linux 2017.03, Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon Linux 2015.03.
A supported Ubuntu operating system, such as Ubuntu 18.04 LTS, Ubuntu 16.04 LTS, Ubuntu 14.04 LTS, or Ubuntu 12.04 LTS.
CentOS Linux 7
Red Hat Enterprise Linux 7
A supported Windows operating system, such as Microsoft Windows Server 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft Windows Server 2012 R2 with SQL Server Web.
A custom AMI: Custom. You specify the custom AMI you want to use when you create instances. For more information about how to use custom AMIs with OpsWorks, see Using Custom AMIs.
The default option is the stack's current operating system. Not all operating systems are supported with all versions of Chef. For more information about supported operating systems, see OpsWorks Stacks Operating Systems.
" + }, + "HostnameTheme":{ + "shape":"String", + "documentation":"The stack's new host name theme, with spaces replaced by underscores. The theme is used to generate host names for the stack's instances. By default, HostnameTheme is set to Layer_Dependent, which creates host names by appending integers to the layer's short name. The other themes are:
Baked_Goods
Clouds
Europe_Cities
Fruits
Greek_Deities_and_Titans
Legendary_creatures_from_Japan
Planets_and_Moons
Roman_Deities
Scottish_Islands
US_Cities
Wild_Cats
To obtain a generated host name, call GetHostNameSuggestion, which returns a host name based on the current theme.
The stack's default Availability Zone, which must be in the stack's region. For more information, see Regions and Endpoints. If you also specify a value for DefaultSubnetId, the subnet must be in the same zone. For more information, see CreateStack.
The stack's default VPC subnet ID. This parameter is required if you specify a value for the VpcId parameter. All instances are launched into this subnet unless you specify otherwise when you create the instance. If you also specify a value for DefaultAvailabilityZone, the subnet must be in that zone. For information on default values and when this parameter is required, see the VpcId parameter description.
A string that contains user-defined, custom JSON. It can be used to override the corresponding default stack configuration JSON values or to pass data to recipes. The string should be in the following format:
\"{\\\"key1\\\": \\\"value1\\\", \\\"key2\\\": \\\"value2\\\",...}\"
For more information about custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
" + }, + "ConfigurationManager":{ + "shape":"StackConfigurationManager", + "documentation":"The configuration manager. When you update a stack, we recommend that you use the configuration manager to specify the Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is currently 12.
" + }, + "ChefConfiguration":{ + "shape":"ChefConfiguration", + "documentation":"A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks. For more information, see Create a New Stack.
Whether the stack uses custom cookbooks.
" + }, + "CustomCookbooksSource":{ + "shape":"Source", + "documentation":"Contains the information required to retrieve an app or cookbook from a repository. For more information, see Adding Apps or Cookbooks and Recipes.
" + }, + "DefaultSshKeyName":{ + "shape":"String", + "documentation":"A default Amazon EC2 key-pair name. The default value is none. If you specify a key-pair name, OpsWorks Stacks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see Using SSH to Communicate with an Instance and Managing SSH Access. You can override this setting by specifying a different key pair, or no key pair, when you create an instance.
The default root device type. This value is used by default for all instances in the stack, but you can override it when you create an instance. For more information, see Storage for the Root Device.
" + }, + "UseOpsworksSecurityGroups":{ + "shape":"Boolean", + "documentation":"Whether to associate the OpsWorks Stacks built-in security groups with the stack's layers.
OpsWorks Stacks provides a standard set of built-in security groups, one for each layer, which are associated with layers by default. UseOpsworksSecurityGroups allows you to provide your own custom security groups instead of using the built-in groups. UseOpsworksSecurityGroups has the following settings:
True - OpsWorks Stacks automatically associates the appropriate built-in security group with each layer (default setting). You can associate additional security groups with a layer after you create it, but you cannot delete the built-in security group.
False - OpsWorks Stacks does not associate built-in security groups with layers. You must create appropriate EC2 security groups and associate a security group with each layer that you create. However, you can still manually associate a built-in security group with a layer on. Custom security groups are required only for those layers that need custom settings.
For more information, see Create a New Stack.
" + }, + "AgentVersion":{ + "shape":"String", + "documentation":"The default OpsWorks Stacks agent version. You have the following options:
Auto-update - Set this parameter to LATEST. OpsWorks Stacks automatically installs new agent versions on the stack's instances as soon as they are available.
Fixed version - Set this parameter to your preferred agent version. To update the agent version, you must edit the stack configuration and specify a new version. OpsWorks Stacks installs that version on the stack's instances.
The default setting is LATEST. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2.
You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.
The user IAM ARN. This can also be a federated user's ARN.
" + }, + "SshUsername":{ + "shape":"String", + "documentation":"The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, OpsWorks Stacks removes them. For example, my.name will be changed to myname. If you do not specify an SSH user name, OpsWorks Stacks generates one from the IAM user name.
The user's new SSH public key.
" + }, + "AllowSelfManagement":{ + "shape":"Boolean", + "documentation":"Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
" + } + } + }, + "UpdateVolumeRequest":{ + "type":"structure", + "required":["VolumeId"], + "members":{ + "VolumeId":{ + "shape":"String", + "documentation":"The volume ID.
" + }, + "Name":{ + "shape":"String", + "documentation":"The new name. Volume names can be a maximum of 128 characters.
" + }, + "MountPoint":{ + "shape":"String", + "documentation":"The new mount point.
" + } + } + }, + "UserProfile":{ + "type":"structure", + "members":{ + "IamUserArn":{ + "shape":"String", + "documentation":"The user's IAM ARN.
" + }, + "Name":{ + "shape":"String", + "documentation":"The user's name.
" + }, + "SshUsername":{ + "shape":"String", + "documentation":"The user's SSH user name.
" + }, + "SshPublicKey":{ + "shape":"String", + "documentation":"The user's SSH public key.
" + }, + "AllowSelfManagement":{ + "shape":"Boolean", + "documentation":"Whether users can specify their own SSH public key through the My Settings page. For more information, see Managing User Permissions.
" + } + }, + "documentation":"Describes a user's SSH information.
" + }, + "UserProfiles":{ + "type":"list", + "member":{"shape":"UserProfile"} + }, + "ValidForInMinutes":{ + "type":"integer", + "box":true, + "max":1440, + "min":60 + }, + "ValidationException":{ + "type":"structure", + "members":{ + "message":{ + "shape":"String", + "documentation":"The exception message.
" + } + }, + "documentation":"Indicates that a request was not valid.
", + "exception":true + }, + "VirtualizationType":{ + "type":"string", + "enum":[ + "paravirtual", + "hvm" + ] + }, + "Volume":{ + "type":"structure", + "members":{ + "VolumeId":{ + "shape":"String", + "documentation":"The volume ID.
" + }, + "Ec2VolumeId":{ + "shape":"String", + "documentation":"The Amazon EC2 volume ID.
" + }, + "Name":{ + "shape":"String", + "documentation":"The volume name. Volume names are a maximum of 128 characters.
" + }, + "RaidArrayId":{ + "shape":"String", + "documentation":"The RAID array ID.
" + }, + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID.
" + }, + "Status":{ + "shape":"String", + "documentation":"The value returned by DescribeVolumes.
" + }, + "Size":{ + "shape":"Integer", + "documentation":"The volume size.
" + }, + "Device":{ + "shape":"String", + "documentation":"The device name.
" + }, + "MountPoint":{ + "shape":"String", + "documentation":"The volume mount point. For example, \"/mnt/disk1\".
" + }, + "Region":{ + "shape":"String", + "documentation":"The Amazon Web Services Region. For more information about Amazon Web Services Regions, see Regions and Endpoints.
" + }, + "AvailabilityZone":{ + "shape":"String", + "documentation":"The volume Availability Zone. For more information, see Regions and Endpoints.
" + }, + "VolumeType":{ + "shape":"String", + "documentation":"The volume type. For more information, see Amazon EBS Volume Types.
standard - Magnetic. Magnetic volumes must have a minimum size of 1 GiB and a maximum size of 1024 GiB.
io1 - Provisioned IOPS (SSD). PIOPS volumes must have a minimum size of 4 GiB and a maximum size of 16384 GiB.
gp2 - General Purpose (SSD). General purpose volumes must have a minimum size of 1 GiB and a maximum size of 16384 GiB.
st1 - Throughput Optimized hard disk drive (HDD). Throughput optimized HDD volumes must have a minimum size of 125 GiB and a maximum size of 16384 GiB.
sc1 - Cold HDD. Cold HDD volumes must have a minimum size of 125 GiB and a maximum size of 16384 GiB.
For PIOPS volumes, the IOPS per disk.
" + }, + "Encrypted":{ + "shape":"Boolean", + "documentation":"Specifies whether an Amazon EBS volume is encrypted. For more information, see Amazon EBS Encryption.
" + } + }, + "documentation":"Describes an instance's Amazon EBS volume.
" + }, + "VolumeConfiguration":{ + "type":"structure", + "required":[ + "MountPoint", + "NumberOfDisks", + "Size" + ], + "members":{ + "MountPoint":{ + "shape":"String", + "documentation":"The volume mount point. For example \"/dev/sdh\".
" + }, + "RaidLevel":{ + "shape":"Integer", + "documentation":"The volume RAID level.
" + }, + "NumberOfDisks":{ + "shape":"Integer", + "documentation":"The number of disks in the volume.
" + }, + "Size":{ + "shape":"Integer", + "documentation":"The volume size.
" + }, + "VolumeType":{ + "shape":"String", + "documentation":"The volume type. For more information, see Amazon EBS Volume Types.
standard - Magnetic. Magnetic volumes must have a minimum size of 1 GiB and a maximum size of 1024 GiB.
io1 - Provisioned IOPS (SSD). PIOPS volumes must have a minimum size of 4 GiB and a maximum size of 16384 GiB.
gp2 - General Purpose (SSD). General purpose volumes must have a minimum size of 1 GiB and a maximum size of 16384 GiB.
st1 - Throughput Optimized hard disk drive (HDD). Throughput optimized HDD volumes must have a minimum size of 125 GiB and a maximum size of 16384 GiB.
sc1 - Cold HDD. Cold HDD volumes must have a minimum size of 125 GiB and a maximum size of 16384 GiB.
For PIOPS volumes, the IOPS per disk.
" + }, + "Encrypted":{ + "shape":"Boolean", + "documentation":"Specifies whether an Amazon EBS volume is encrypted. For more information, see Amazon EBS Encryption.
" + } + }, + "documentation":"Describes an Amazon EBS volume configuration.
" + }, + "VolumeConfigurations":{ + "type":"list", + "member":{"shape":"VolumeConfiguration"} + }, + "VolumeType":{ + "type":"string", + "enum":[ + "gp2", + "io1", + "standard" + ] + }, + "Volumes":{ + "type":"list", + "member":{"shape":"Volume"} + }, + "WeeklyAutoScalingSchedule":{ + "type":"structure", + "members":{ + "Monday":{ + "shape":"DailyAutoScalingSchedule", + "documentation":"The schedule for Monday.
" + }, + "Tuesday":{ + "shape":"DailyAutoScalingSchedule", + "documentation":"The schedule for Tuesday.
" + }, + "Wednesday":{ + "shape":"DailyAutoScalingSchedule", + "documentation":"The schedule for Wednesday.
" + }, + "Thursday":{ + "shape":"DailyAutoScalingSchedule", + "documentation":"The schedule for Thursday.
" + }, + "Friday":{ + "shape":"DailyAutoScalingSchedule", + "documentation":"The schedule for Friday.
" + }, + "Saturday":{ + "shape":"DailyAutoScalingSchedule", + "documentation":"The schedule for Saturday.
" + }, + "Sunday":{ + "shape":"DailyAutoScalingSchedule", + "documentation":"The schedule for Sunday.
" + } + }, + "documentation":"Describes a time-based instance's auto scaling schedule. The schedule consists of a set of key-value pairs.
The key is the time period (a UTC hour) and must be an integer from 0 - 23.
The value indicates whether the instance should be online or offline for the specified period, and must be set to \"on\" or \"off\"
The default setting for all time periods is off, so you use the following parameters primarily to specify the online periods. You don't have to explicitly specify offline periods unless you want to change an online period to an offline period.
The following example specifies that the instance should be online for four hours, from UTC 1200 - 1600. It will be off for the remainder of the day.
{ \"12\":\"on\", \"13\":\"on\", \"14\":\"on\", \"15\":\"on\" }
Welcome to the OpsWorks Stacks API Reference. This guide provides descriptions, syntax, and usage examples for OpsWorks Stacks actions and data types, including common parameters and error codes.
OpsWorks Stacks is an application management service that provides an integrated experience for managing the complete application lifecycle. For information about OpsWorks, see the OpsWorks information page.
SDKs and CLI
Use the OpsWorks Stacks API by using the Command Line Interface (CLI) or by using one of the Amazon Web Services SDKs to implement applications in your preferred language. For more information, see:
Endpoints
OpsWorks Stacks supports the following endpoints, all HTTPS. You must connect to one of the following endpoints. Stacks can only be accessed or managed within the endpoint in which they are created.
opsworks.us-east-1.amazonaws.com
opsworks.us-east-2.amazonaws.com
opsworks.us-west-1.amazonaws.com
opsworks.us-west-2.amazonaws.com
opsworks.ca-central-1.amazonaws.com (API only; not available in the Amazon Web Services Management Console)
opsworks.eu-west-1.amazonaws.com
opsworks.eu-west-2.amazonaws.com
opsworks.eu-west-3.amazonaws.com
opsworks.eu-central-1.amazonaws.com
opsworks.ap-northeast-1.amazonaws.com
opsworks.ap-northeast-2.amazonaws.com
opsworks.ap-south-1.amazonaws.com
opsworks.ap-southeast-1.amazonaws.com
opsworks.ap-southeast-2.amazonaws.com
opsworks.sa-east-1.amazonaws.com
Chef Versions
When you call CreateStack, CloneStack, or UpdateStack we recommend you use the ConfigurationManager parameter to specify the Chef version. The recommended and default value for Linux stacks is currently 12. Windows stacks use Chef 12.2. For more information, see Chef Versions.
You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend migrating your existing Linux stacks to Chef 12 as soon as possible.
Associates a new node with the server. For more information about how to disassociate a node, see DisassociateNode.
On a Chef server: This command is an alternative to knife bootstrap.
Example (Chef): aws opsworks-cm associate-node --server-name MyServer --node-name MyManagedNode --engine-attributes \"Name=CHEF_ORGANIZATION,Value=default\" \"Name=CHEF_NODE_PUBLIC_KEY,Value=public-key-pem\"
On a Puppet server, this command is an alternative to the puppet cert sign command that signs a Puppet node CSR.
Example (Puppet): aws opsworks-cm associate-node --server-name MyServer --node-name MyManagedNode --engine-attributes \"Name=PUPPET_NODE_CSR,Value=csr-pem\"
A node can can only be associated with servers that are in a HEALTHY state. Otherwise, an InvalidStateException is thrown. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid. The AssociateNode API call can be integrated into Auto Scaling configurations, AWS Cloudformation templates, or the user data of a server's instance.
Creates an application-level backup of a server. While the server is in the BACKING_UP state, the server cannot be changed, and no additional backup can be created.
Backups can be created for servers in RUNNING, HEALTHY, and UNHEALTHY states. By default, you can create a maximum of 50 manual backups.
This operation is asynchronous.
A LimitExceededException is thrown when the maximum number of manual backups is reached. An InvalidStateException is thrown when the server is not in any of the following states: RUNNING, HEALTHY, or UNHEALTHY. A ResourceNotFoundException is thrown when the server is not found. A ValidationException is thrown when parameters of the request are not valid.
Creates and immedately starts a new server. The server is ready to use when it is in the HEALTHY state. By default, you can create a maximum of 10 servers.
This operation is asynchronous.
A LimitExceededException is thrown when you have created the maximum number of servers (10). A ResourceAlreadyExistsException is thrown when a server with the same name already exists in the account. A ResourceNotFoundException is thrown when you specify a backup ID that is not valid or is for a backup that does not exist. A ValidationException is thrown when parameters of the request are not valid.
If you do not specify a security group by adding the SecurityGroupIds parameter, AWS OpsWorks creates a new security group.
Chef Automate: The default security group opens the Chef server to the world on TCP port 443. If a KeyName is present, AWS OpsWorks enables SSH access. SSH is also open to the world on TCP port 22.
Puppet Enterprise: The default security group opens TCP ports 22, 443, 4433, 8140, 8142, 8143, and 8170. If a KeyName is present, AWS OpsWorks enables SSH access. SSH is also open to the world on TCP port 22.
By default, your server is accessible from any IP address. We recommend that you update your security group rules to allow access from known IP addresses and address ranges only. To edit security group rules, open Security Groups in the navigation pane of the EC2 management console.
To specify your own domain for a server, and provide your own self-signed or CA-signed certificate and private key, specify values for CustomDomain, CustomCertificate, and CustomPrivateKey.
Deletes a backup. You can delete both manual and automated backups. This operation is asynchronous.
An InvalidStateException is thrown when a backup deletion is already in progress. A ResourceNotFoundException is thrown when the backup does not exist. A ValidationException is thrown when parameters of the request are not valid.
Deletes the server and the underlying AWS CloudFormation stacks (including the server's EC2 instance). When you run this command, the server state is updated to DELETING. After the server is deleted, it is no longer returned by DescribeServer requests. If the AWS CloudFormation stack cannot be deleted, the server cannot be deleted.
This operation is asynchronous.
An InvalidStateException is thrown when a server deletion is already in progress. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.
" + }, + "DescribeAccountAttributes":{ + "name":"DescribeAccountAttributes", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeAccountAttributesRequest"}, + "output":{"shape":"DescribeAccountAttributesResponse"}, + "documentation":"
Describes your OpsWorks-CM account attributes.
This operation is synchronous.
" + }, + "DescribeBackups":{ + "name":"DescribeBackups", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeBackupsRequest"}, + "output":{"shape":"DescribeBackupsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InvalidNextTokenException"} + ], + "documentation":"Describes backups. The results are ordered by time, with newest backups first. If you do not specify a BackupId or ServerName, the command returns all backups.
This operation is synchronous.
A ResourceNotFoundException is thrown when the backup does not exist. A ValidationException is raised when parameters of the request are not valid.
Describes events for a specified server. Results are ordered by time, with newest events first.
This operation is synchronous.
A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.
Returns the current status of an existing association or disassociation request.
A ResourceNotFoundException is thrown when no recent association or disassociation request with the specified token is found, or when the server does not exist. A ValidationException is raised when parameters of the request are not valid.
Lists all configuration management servers that are identified with your account. Only the stored results from Amazon DynamoDB are returned. AWS OpsWorks CM does not query other services.
This operation is synchronous.
A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.
Disassociates a node from an AWS OpsWorks CM server, and removes the node from the server's managed nodes. After a node is disassociated, the node key pair is no longer valid for accessing the configuration manager's API. For more information about how to associate a node, see AssociateNode.
A node can can only be disassociated from a server that is in a HEALTHY state. Otherwise, an InvalidStateException is thrown. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.
Exports a specified server engine attribute as a base64-encoded string. For example, you can export user data that you can use in EC2 to associate nodes with a server.
This operation is synchronous.
A ValidationException is raised when parameters of the request are not valid. A ResourceNotFoundException is thrown when the server does not exist. An InvalidStateException is thrown when the server is in any of the following states: CREATING, TERMINATED, FAILED or DELETING.
Returns a list of tags that are applied to the specified AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise servers or backups.
" + }, + "RestoreServer":{ + "name":"RestoreServer", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"RestoreServerRequest"}, + "output":{"shape":"RestoreServerResponse"}, + "errors":[ + {"shape":"InvalidStateException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"} + ], + "documentation":" Restores a backup to a server that is in a CONNECTION_LOST, HEALTHY, RUNNING, UNHEALTHY, or TERMINATED state. When you run RestoreServer, the server's EC2 instance is deleted, and a new EC2 instance is configured. RestoreServer maintains the existing server endpoint, so configuration management of the server's client devices (nodes) should continue to work.
Restoring from a backup is performed by creating a new EC2 instance. If restoration is successful, and the server is in a HEALTHY state, AWS OpsWorks CM switches traffic over to the new instance. After restoration is finished, the old EC2 instance is maintained in a Running or Stopped state, but is eventually terminated.
This operation is asynchronous.
An InvalidStateException is thrown when the server is not in a valid state. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.
Manually starts server maintenance. This command can be useful if an earlier maintenance attempt failed, and the underlying cause of maintenance failure has been resolved. The server is in an UNDER_MAINTENANCE state while maintenance is in progress.
Maintenance can only be started on servers in HEALTHY and UNHEALTHY states. Otherwise, an InvalidStateException is thrown. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.
Applies tags to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server, or to server backups.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InvalidStateException"} + ], + "documentation":"Removes specified tags from an AWS OpsWorks-CM server or backup.
" + }, + "UpdateServer":{ + "name":"UpdateServer", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateServerRequest"}, + "output":{"shape":"UpdateServerResponse"}, + "errors":[ + {"shape":"InvalidStateException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"} + ], + "documentation":"Updates settings for a server.
This operation is synchronous.
" + }, + "UpdateServerEngineAttributes":{ + "name":"UpdateServerEngineAttributes", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateServerEngineAttributesRequest"}, + "output":{"shape":"UpdateServerEngineAttributesResponse"}, + "errors":[ + {"shape":"InvalidStateException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"} + ], + "documentation":" Updates engine-specific attributes on a specified server. The server enters the MODIFYING state when this operation is in progress. Only one update can occur at a time. You can use this command to reset a Chef server's public key (CHEF_PIVOTAL_KEY) or a Puppet server's admin password (PUPPET_ADMIN_PASSWORD).
This operation is asynchronous.
This operation can only be called for servers in HEALTHY or UNHEALTHY states. Otherwise, an InvalidStateException is raised. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.
The attribute name. The following are supported attribute names.
ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers.
ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.
The maximum allowed value.
" + }, + "Used":{ + "shape":"Integer", + "documentation":"The current usage, such as the current number of servers that are associated with the account.
" + } + }, + "documentation":"Stores account attributes.
" + }, + "AccountAttributes":{ + "type":"list", + "member":{"shape":"AccountAttribute"}, + "documentation":"A list of individual account attributes.
" + }, + "AssociateNodeRequest":{ + "type":"structure", + "required":[ + "ServerName", + "NodeName", + "EngineAttributes" + ], + "members":{ + "ServerName":{ + "shape":"ServerName", + "documentation":"The name of the server with which to associate the node.
" + }, + "NodeName":{ + "shape":"NodeName", + "documentation":"The name of the node.
" + }, + "EngineAttributes":{ + "shape":"EngineAttributes", + "documentation":"Engine attributes used for associating the node.
Attributes accepted in a AssociateNode request for Chef
CHEF_ORGANIZATION: The Chef organization with which the node is associated. By default only one organization named default can exist.
CHEF_NODE_PUBLIC_KEY: A PEM-formatted public key. This key is required for the chef-client agent to access the Chef API.
Attributes accepted in a AssociateNode request for Puppet
PUPPET_NODE_CSR: A PEM-formatted certificate-signing request (CSR) that is created by the node.
Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the association request.
The ARN of the backup.
" + }, + "BackupId":{ + "shape":"BackupId", + "documentation":" The generated ID of the backup. Example: myServerName-yyyyMMddHHmmssSSS
The backup type. Valid values are automated or manual.
The time stamp when the backup was created in the database. Example: 2016-07-29T13:38:47.520Z
A user-provided description for a manual backup. This field is empty for automated backups.
" + }, + "Engine":{ + "shape":"String", + "documentation":"The engine type that is obtained from the server when the backup is created.
" + }, + "EngineModel":{ + "shape":"String", + "documentation":"The engine model that is obtained from the server when the backup is created.
" + }, + "EngineVersion":{ + "shape":"String", + "documentation":"The engine version that is obtained from the server when the backup is created.
" + }, + "InstanceProfileArn":{ + "shape":"String", + "documentation":"The EC2 instance profile ARN that is obtained from the server when the backup is created. Because this value is stored, you are not required to provide the InstanceProfileArn again if you restore a backup.
" + }, + "InstanceType":{ + "shape":"String", + "documentation":"The instance type that is obtained from the server when the backup is created.
" + }, + "KeyPair":{ + "shape":"String", + "documentation":"The key pair that is obtained from the server when the backup is created.
" + }, + "PreferredBackupWindow":{ + "shape":"TimeWindowDefinition", + "documentation":"The preferred backup period that is obtained from the server when the backup is created.
" + }, + "PreferredMaintenanceWindow":{ + "shape":"TimeWindowDefinition", + "documentation":"The preferred maintenance period that is obtained from the server when the backup is created.
" + }, + "S3DataSize":{ + "shape":"Integer", + "documentation":"This field is deprecated and is no longer used.
", + "deprecated":true + }, + "S3DataUrl":{ + "shape":"String", + "documentation":"This field is deprecated and is no longer used.
", + "deprecated":true + }, + "S3LogUrl":{ + "shape":"String", + "documentation":"The Amazon S3 URL of the backup's log file.
" + }, + "SecurityGroupIds":{ + "shape":"Strings", + "documentation":"The security group IDs that are obtained from the server when the backup is created.
" + }, + "ServerName":{ + "shape":"ServerName", + "documentation":"The name of the server from which the backup was made.
" + }, + "ServiceRoleArn":{ + "shape":"String", + "documentation":"The service role ARN that is obtained from the server when the backup is created.
" + }, + "Status":{ + "shape":"BackupStatus", + "documentation":"The status of a backup while in progress.
" + }, + "StatusDescription":{ + "shape":"String", + "documentation":"An informational message about backup status.
" + }, + "SubnetIds":{ + "shape":"Strings", + "documentation":"The subnet IDs that are obtained from the server when the backup is created.
" + }, + "ToolsVersion":{ + "shape":"String", + "documentation":"The version of AWS OpsWorks CM-specific tools that is obtained from the server when the backup is created.
" + }, + "UserArn":{ + "shape":"String", + "documentation":"The IAM user ARN of the requester for manual backups. This field is empty for automated backups.
" + } + }, + "documentation":"Describes a single backup.
" + }, + "BackupId":{ + "type":"string", + "max":79, + "pattern":"[a-zA-Z][a-zA-Z0-9\\-\\.\\:]*" + }, + "BackupRetentionCountDefinition":{ + "type":"integer", + "min":1 + }, + "BackupStatus":{ + "type":"string", + "enum":[ + "IN_PROGRESS", + "OK", + "FAILED", + "DELETING" + ] + }, + "BackupType":{ + "type":"string", + "enum":[ + "AUTOMATED", + "MANUAL" + ] + }, + "Backups":{ + "type":"list", + "member":{"shape":"Backup"} + }, + "Boolean":{"type":"boolean"}, + "CreateBackupRequest":{ + "type":"structure", + "required":["ServerName"], + "members":{ + "ServerName":{ + "shape":"ServerName", + "documentation":"The name of the server that you want to back up.
" + }, + "Description":{ + "shape":"String", + "documentation":"A user-defined description of the backup.
" + }, + "Tags":{ + "shape":"TagList", + "documentation":"A map that contains tag keys and tag values to attach to an AWS OpsWorks-CM server backup.
The key cannot be empty.
The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /
The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /
Leading and trailing white spaces are trimmed from both the key and value.
A maximum of 50 user-applied tags is allowed for tag-supported AWS OpsWorks-CM resources.
Backup created by request.
" + } + } + }, + "CreateServerRequest":{ + "type":"structure", + "required":[ + "Engine", + "ServerName", + "InstanceProfileArn", + "InstanceType", + "ServiceRoleArn" + ], + "members":{ + "AssociatePublicIpAddress":{ + "shape":"Boolean", + "documentation":" Associate a public IP address with a server that you are launching. Valid values are true or false. The default value is true.
An optional public endpoint of a server, such as https://aws.my-company.com. To access the server, create a CNAME DNS record in your preferred DNS service that points the custom domain to the endpoint that is generated when the server is created (the value of the CreateServer Endpoint attribute). You cannot access the server by using the generated Endpoint value if the server is using a custom domain. If you specify a custom domain, you must also specify values for CustomCertificate and CustomPrivateKey.
A PEM-formatted HTTPS certificate. The value can be be a single, self-signed certificate, or a certificate chain. If you specify a custom certificate, you must also specify values for CustomDomain and CustomPrivateKey. The following are requirements for the CustomCertificate value:
You can provide either a self-signed, custom certificate, or the full certificate chain.
The certificate must be a valid X509 certificate, or a certificate chain in PEM format.
The certificate must be valid at the time of upload. A certificate can't be used before its validity period begins (the certificate's NotBefore date), or after it expires (the certificate's NotAfter date).
The certificate’s common name or subject alternative names (SANs), if present, must match the value of CustomDomain.
The certificate must match the value of CustomPrivateKey.
A private key in PEM format for connecting to the server by using HTTPS. The private key must not be encrypted; it cannot be protected by a password or passphrase. If you specify a custom private key, you must also specify values for CustomDomain and CustomCertificate.
Enable or disable scheduled backups. Valid values are true or false. The default value is true.
The configuration management engine to use. Valid values include ChefAutomate and Puppet.
The engine model of the server. Valid values in this release include Monolithic for Puppet and Single for Chef.
The major release version of the engine that you want to use. For a Chef server, the valid value for EngineVersion is currently 2. For a Puppet server, valid values are 2019 or 2017.
Optional engine attributes on a specified server.
Attributes accepted in a Chef createServer request:
CHEF_AUTOMATE_PIVOTAL_KEY: A base64-encoded RSA public key. The corresponding private key is required to access the Chef API. When no CHEF_AUTOMATE_PIVOTAL_KEY is set, a private key is generated and returned in the response.
CHEF_AUTOMATE_ADMIN_PASSWORD: The password for the administrative user in the Chef Automate web-based dashboard. The password length is a minimum of eight characters, and a maximum of 32. The password can contain letters, numbers, and special characters (!/@#$%^&+=_). The password must contain at least one lower case letter, one upper case letter, one number, and one special character. When no CHEF_AUTOMATE_ADMIN_PASSWORD is set, one is generated and returned in the response.
Attributes accepted in a Puppet createServer request:
PUPPET_ADMIN_PASSWORD: To work with the Puppet Enterprise console, a password must use ASCII characters.
PUPPET_R10K_REMOTE: The r10k remote is the URL of your control repository (for example, ssh://git@your.git-repo.com:user/control-repo.git). Specifying an r10k remote opens TCP port 8170.
PUPPET_R10K_PRIVATE_KEY: If you are using a private Git repository, add PUPPET_R10K_PRIVATE_KEY to specify a PEM-encoded private SSH key.
The number of automated backups that you want to keep. Whenever a new backup is created, AWS OpsWorks CM deletes the oldest backups if this number is exceeded. The default value is 1.
The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
" + }, + "InstanceProfileArn":{ + "shape":"InstanceProfileArn", + "documentation":"The ARN of the instance profile that your Amazon EC2 instances use. Although the AWS OpsWorks console typically creates the instance profile for you, if you are using API commands instead, run the service-role-creation.yaml AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml. This template creates a CloudFormation stack that includes the instance profile you need.
" + }, + "InstanceType":{ + "shape":"String", + "documentation":" The Amazon EC2 instance type to use. For example, m5.large.
The Amazon EC2 key pair to set for the instance. This parameter is optional; if desired, you may specify this parameter to connect to your instances by using SSH.
" + }, + "PreferredMaintenanceWindow":{ + "shape":"TimeWindowDefinition", + "documentation":" The start time for a one-hour period each week during which AWS OpsWorks CM performs maintenance on the instance. Valid values must be specified in the following format: DDD:HH:MM. MM must be specified as 00. The specified time is in coordinated universal time (UTC). The default value is a random one-hour period on Tuesday, Wednesday, or Friday. See TimeWindowDefinition for more information.
Example: Mon:08:00, which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
The start time for a one-hour period during which AWS OpsWorks CM backs up application-level data on your server if automated backups are enabled. Valid values must be specified in one of the following formats:
HH:MM for daily backups
DDD:HH:MM for weekly backups
MM must be specified as 00. The specified time is in coordinated universal time (UTC). The default value is a random, daily start time.
Example: 08:00, which represents a daily start time of 08:00 UTC.
Example: Mon:08:00, which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
A list of security group IDs to attach to the Amazon EC2 instance. If you add this parameter, the specified security groups must be within the VPC that is specified by SubnetIds.
If you do not specify this parameter, AWS OpsWorks CM creates one new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).
" + }, + "ServiceRoleArn":{ + "shape":"ServiceRoleArn", + "documentation":"The service role that the AWS OpsWorks CM service backend uses to work with your account. Although the AWS OpsWorks management console typically creates the service role for you, if you are using the AWS CLI or API commands, run the service-role-creation.yaml AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml. This template creates a CloudFormation stack that includes the service role and instance profile that you need.
" + }, + "SubnetIds":{ + "shape":"Strings", + "documentation":"The IDs of subnets in which to launch the server EC2 instance.
Amazon EC2-Classic customers: This field is required. All servers must run within a VPC. The VPC must have \"Auto Assign Public IP\" enabled.
EC2-VPC customers: This field is optional. If you do not specify subnet IDs, your EC2 instances are created in a default subnet that is selected by Amazon EC2. If you specify subnet IDs, the VPC must have \"Auto Assign Public IP\" enabled.
For more information about supported Amazon EC2 platforms, see Supported Platforms.
" + }, + "Tags":{ + "shape":"TagList", + "documentation":"A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server.
The key cannot be empty.
The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : / @
The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : / @
Leading and trailing white spaces are trimmed from both the key and value.
A maximum of 50 user-applied tags is allowed for any AWS OpsWorks-CM server.
If you specify this field, AWS OpsWorks CM creates the server by using the backup represented by BackupId.
" + } + } + }, + "CreateServerResponse":{ + "type":"structure", + "members":{ + "Server":{ + "shape":"Server", + "documentation":"The server that is created by the request.
" + } + } + }, + "CustomCertificate":{ + "type":"string", + "max":2097152, + "pattern":"(?s)\\s*-----BEGIN CERTIFICATE-----.+-----END CERTIFICATE-----\\s*" + }, + "CustomDomain":{ + "type":"string", + "max":253, + "pattern":"^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$" + }, + "CustomPrivateKey":{ + "type":"string", + "max":4096, + "pattern":"(?ms)\\s*^-----BEGIN (?-s:.*)PRIVATE KEY-----$.*?^-----END (?-s:.*)PRIVATE KEY-----$\\s*", + "sensitive":true + }, + "DeleteBackupRequest":{ + "type":"structure", + "required":["BackupId"], + "members":{ + "BackupId":{ + "shape":"BackupId", + "documentation":"The ID of the backup to delete. Run the DescribeBackups command to get a list of backup IDs. Backup IDs are in the format ServerName-yyyyMMddHHmmssSSS.
The ID of the server to delete.
" + } + } + }, + "DeleteServerResponse":{ + "type":"structure", + "members":{ + } + }, + "DescribeAccountAttributesRequest":{ + "type":"structure", + "members":{ + } + }, + "DescribeAccountAttributesResponse":{ + "type":"structure", + "members":{ + "Attributes":{ + "shape":"AccountAttributes", + "documentation":"The attributes that are currently set for the account.
" + } + } + }, + "DescribeBackupsRequest":{ + "type":"structure", + "members":{ + "BackupId":{ + "shape":"BackupId", + "documentation":"Describes a single backup.
" + }, + "ServerName":{ + "shape":"ServerName", + "documentation":"Returns backups for the server with the specified ServerName.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"This is not currently implemented for DescribeBackups requests.
This is not currently implemented for DescribeBackups requests.
Contains the response to a DescribeBackups request.
This is not currently implemented for DescribeBackups requests.
The name of the server for which you want to view events.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"NextToken is a string that is returned in some command responses. It indicates that not all entries have been returned, and that you must run at least one more request to get remaining items. To get remaining results, call DescribeEvents again, and assign the token from the previous results as the value of the nextToken parameter. If there are no more results, the response object's nextToken parameter value is null. Setting a nextToken value that was not returned in your previous results causes an InvalidNextTokenException to occur.
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.
Contains the response to a DescribeEvents request.
NextToken is a string that is returned in some command responses. It indicates that not all entries have been returned, and that you must run at least one more request to get remaining items. To get remaining results, call DescribeEvents again, and assign the token from the previous results as the value of the nextToken parameter. If there are no more results, the response object's nextToken parameter value is null. Setting a nextToken value that was not returned in your previous results causes an InvalidNextTokenException to occur.
The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.
" + }, + "ServerName":{ + "shape":"ServerName", + "documentation":"The name of the server from which to disassociate the node.
" + } + } + }, + "DescribeNodeAssociationStatusResponse":{ + "type":"structure", + "members":{ + "NodeAssociationStatus":{ + "shape":"NodeAssociationStatus", + "documentation":"The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
" + } + } + }, + "DescribeServersRequest":{ + "type":"structure", + "members":{ + "ServerName":{ + "shape":"ServerName", + "documentation":"Describes the server with the specified ServerName.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"This is not currently implemented for DescribeServers requests.
This is not currently implemented for DescribeServers requests.
Contains the response to a DescribeServers request.
For Chef Automate servers: If DescribeServersResponse$Servers$EngineAttributes includes CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be eligible for upgrade, a server running Chef Automate 1 must have had at least one successful maintenance run after November 1, 2019.
For Puppet servers: DescribeServersResponse$Servers$EngineAttributes contains the following two responses:
PUPPET_API_CA_CERT, the PEM-encoded CA certificate that is used by the Puppet API over TCP port number 8140. The CA certificate is also used to sign node certificates.
PUPPET_API_CRL, a certificate revocation list. The certificate revocation list is for internal maintenance purposes only. For more information about the Puppet certificate revocation list, see Man Page: puppet certificate_revocation_list in the Puppet documentation.
This is not currently implemented for DescribeServers requests.
The name of the server from which to disassociate the node.
" + }, + "NodeName":{ + "shape":"NodeName", + "documentation":"The name of the client node.
" + }, + "EngineAttributes":{ + "shape":"EngineAttributes", + "documentation":"Engine attributes that are used for disassociating the node. No attributes are required for Puppet.
Attributes required in a DisassociateNode request for Chef
CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only one organization named default can exist.
Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the disassociation request.
The name of the engine attribute.
" + }, + "Value":{ + "shape":"EngineAttributeValue", + "documentation":"The value of the engine attribute.
" + } + }, + "documentation":"A name and value pair that is specific to the engine of the server.
" + }, + "EngineAttributeName":{ + "type":"string", + "max":10000, + "pattern":"(?s).*" + }, + "EngineAttributeValue":{ + "type":"string", + "max":10000, + "pattern":"(?s).*", + "sensitive":true + }, + "EngineAttributes":{ + "type":"list", + "member":{"shape":"EngineAttribute"} + }, + "ExportServerEngineAttributeRequest":{ + "type":"structure", + "required":[ + "ExportAttributeName", + "ServerName" + ], + "members":{ + "ExportAttributeName":{ + "shape":"String", + "documentation":"The name of the export attribute. Currently, the supported export attribute is Userdata. This exports a user data script that includes parameters and values provided in the InputAttributes list.
The name of the server from which you are exporting the attribute.
" + }, + "InputAttributes":{ + "shape":"EngineAttributes", + "documentation":"The list of engine attributes. The list type is EngineAttribute. An EngineAttribute list item is a pair that includes an attribute name and its value. For the Userdata ExportAttributeName, the following are supported engine attribute names.
RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.
OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the organization default. In Puppet, this parameter is ignored.
NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.
NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.
The requested engine attribute pair with attribute name and value.
" + }, + "ServerName":{ + "shape":"ServerName", + "documentation":"The server name used in the request.
" + } + } + }, + "InstanceProfileArn":{ + "type":"string", + "max":10000, + "pattern":"arn:aws:iam::[0-9]{12}:instance-profile/.*" + }, + "Integer":{"type":"integer"}, + "InvalidNextTokenException":{ + "type":"structure", + "members":{ + "Message":{ + "shape":"String", + "documentation":"Error or informational message that can contain more detail about a nextToken failure.
" + } + }, + "documentation":"This occurs when the provided nextToken is not valid.
", + "exception":true + }, + "InvalidStateException":{ + "type":"structure", + "members":{ + "Message":{ + "shape":"String", + "documentation":"Error or informational message that provides more detail if a resource is in a state that is not valid for performing a specified action.
" + } + }, + "documentation":"The resource is in a state that does not allow you to perform a specified action.
", + "exception":true + }, + "KeyPair":{ + "type":"string", + "max":10000, + "pattern":".*" + }, + "LimitExceededException":{ + "type":"structure", + "members":{ + "Message":{ + "shape":"String", + "documentation":"Error or informational message that the maximum allowed number of servers or backups has been exceeded.
" + } + }, + "documentation":"The limit of servers or backups has been reached.
", + "exception":true + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ResourceArn":{ + "shape":"AWSOpsWorksCMResourceArn", + "documentation":"The Amazon Resource Number (ARN) of an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server for which you want to show applied tags. For example, arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE.
NextToken is a string that is returned in some command responses. It indicates that not all entries have been returned, and that you must run at least one more request to get remaining items. To get remaining results, call ListTagsForResource again, and assign the token from the previous results as the value of the nextToken parameter. If there are no more results, the response object's nextToken parameter value is null. Setting a nextToken value that was not returned in your previous results causes an InvalidNextTokenException to occur.
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.
Tags that have been applied to the resource.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"A token that you can use as the value of NextToken in subsequent calls to the API to show more results.
The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
The node name that is used by chef-client or puppet-agentfor a new node. We recommend to use a unique FQDN as hostname. For more information, see the Chef or Puppet documentation.
Error or informational message in response to a CreateServer request that a resource cannot be created because it already exists.
" + } + }, + "documentation":"The requested resource cannot be created because it already exists.
", + "exception":true + }, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + "Message":{ + "shape":"String", + "documentation":"Error or informational message that can contain more detail about problems locating or accessing a resource.
" + } + }, + "documentation":"The requested resource does not exist, or access was denied.
", + "exception":true + }, + "RestoreServerRequest":{ + "type":"structure", + "required":[ + "BackupId", + "ServerName" + ], + "members":{ + "BackupId":{ + "shape":"BackupId", + "documentation":"The ID of the backup that you want to use to restore a server.
" + }, + "ServerName":{ + "shape":"ServerName", + "documentation":"The name of the server that you want to restore.
" + }, + "InstanceType":{ + "shape":"String", + "documentation":" The type of instance to restore. Valid values must be specified in the following format: ^([cm][34]|t2).* For example, m5.large. Valid values are m5.large, r5.xlarge, and r5.2xlarge. If you do not specify this parameter, RestoreServer uses the instance type from the specified backup.
The name of the key pair to set on the new EC2 instance. This can be helpful if the administrator no longer has the SSH key.
" + } + } + }, + "RestoreServerResponse":{ + "type":"structure", + "members":{ + "Server":{"shape":"Server"} + } + }, + "Server":{ + "type":"structure", + "members":{ + "AssociatePublicIpAddress":{ + "shape":"Boolean", + "documentation":"Associate a public IP address with a server that you are launching.
" + }, + "BackupRetentionCount":{ + "shape":"Integer", + "documentation":"The number of automated backups to keep.
" + }, + "ServerName":{ + "shape":"String", + "documentation":"The name of the server.
" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"Time stamp of server creation. Example 2016-07-29T13:38:47.520Z
The ARN of the CloudFormation stack that was used to create the server.
" + }, + "CustomDomain":{ + "shape":"CustomDomain", + "documentation":"An optional public endpoint of a server, such as https://aws.my-company.com. You cannot access the server by using the Endpoint value if the server has a CustomDomain specified.
Disables automated backups. The number of stored backups is dependent on the value of PreferredBackupCount.
" + }, + "Endpoint":{ + "shape":"String", + "documentation":" A DNS name that can be used to access the engine. Example: myserver-asdfghjkl.us-east-1.opsworks.io. You cannot access the server by using the Endpoint value if the server has a CustomDomain specified.
The engine type of the server. Valid values in this release include ChefAutomate and Puppet.
The engine model of the server. Valid values in this release include Monolithic for Puppet and Single for Chef.
The response of a createServer() request returns the master credential to access the server in EngineAttributes. These credentials are not stored by AWS OpsWorks CM; they are returned only as part of the result of createServer().
Attributes returned in a createServer response for Chef
CHEF_AUTOMATE_PIVOTAL_KEY: A base64-encoded RSA private key that is generated by AWS OpsWorks for Chef Automate. This private key is required to access the Chef API.
CHEF_STARTER_KIT: A base64-encoded ZIP file. The ZIP file contains a Chef starter kit, which includes a README, a configuration file, and the required RSA private key. Save this file, unzip it, and then change to the directory where you've unzipped the file contents. From this directory, you can run Knife commands.
Attributes returned in a createServer response for Puppet
PUPPET_STARTER_KIT: A base64-encoded ZIP file. The ZIP file contains a Puppet starter kit, including a README and a required private key. Save this file, unzip it, and then change to the directory where you've unzipped the file contents.
PUPPET_ADMIN_PASSWORD: An administrator password that you can use to sign in to the Puppet Enterprise console after the server is online.
The engine version of the server. For a Chef server, the valid value for EngineVersion is currently 2. For a Puppet server, specify either 2019 or 2017.
The instance profile ARN of the server.
" + }, + "InstanceType":{ + "shape":"String", + "documentation":"The instance type for the server, as specified in the CloudFormation stack. This might not be the same instance type that is shown in the EC2 console.
" + }, + "KeyPair":{ + "shape":"String", + "documentation":"The key pair associated with the server.
" + }, + "MaintenanceStatus":{ + "shape":"MaintenanceStatus", + "documentation":"The status of the most recent server maintenance run. Shows SUCCESS or FAILED.
The preferred maintenance period specified for the server.
" + }, + "PreferredBackupWindow":{ + "shape":"TimeWindowDefinition", + "documentation":"The preferred backup period specified for the server.
" + }, + "SecurityGroupIds":{ + "shape":"Strings", + "documentation":"The security group IDs for the server, as specified in the CloudFormation stack. These might not be the same security groups that are shown in the EC2 console.
" + }, + "ServiceRoleArn":{ + "shape":"String", + "documentation":"The service role ARN used to create the server.
" + }, + "Status":{ + "shape":"ServerStatus", + "documentation":"The server's status. This field displays the states of actions in progress, such as creating, running, or backing up the server, as well as the server's health state.
" + }, + "StatusReason":{ + "shape":"String", + "documentation":"Depending on the server status, this field has either a human-readable message (such as a create or backup error), or an escaped block of JSON (used for health check results).
" + }, + "SubnetIds":{ + "shape":"Strings", + "documentation":"The subnet IDs specified in a CreateServer request.
" + }, + "ServerArn":{ + "shape":"String", + "documentation":"The ARN of the server.
" + } + }, + "documentation":"Describes a configuration management server.
" + }, + "ServerEvent":{ + "type":"structure", + "members":{ + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"The time when the event occurred.
" + }, + "ServerName":{ + "shape":"String", + "documentation":"The name of the server on or for which the event occurred.
" + }, + "Message":{ + "shape":"String", + "documentation":"A human-readable informational or status message.
" + }, + "LogUrl":{ + "shape":"String", + "documentation":"The Amazon S3 URL of the event's log file.
" + } + }, + "documentation":"An event that is related to the server, such as the start of maintenance or backup.
" + }, + "ServerEvents":{ + "type":"list", + "member":{"shape":"ServerEvent"} + }, + "ServerName":{ + "type":"string", + "max":40, + "min":1, + "pattern":"[a-zA-Z][a-zA-Z0-9\\-]*" + }, + "ServerStatus":{ + "type":"string", + "enum":[ + "BACKING_UP", + "CONNECTION_LOST", + "CREATING", + "DELETING", + "MODIFYING", + "FAILED", + "HEALTHY", + "RUNNING", + "RESTORING", + "SETUP", + "UNDER_MAINTENANCE", + "UNHEALTHY", + "TERMINATED" + ] + }, + "Servers":{ + "type":"list", + "member":{"shape":"Server"} + }, + "ServiceRoleArn":{ + "type":"string", + "max":10000, + "pattern":"arn:aws:iam::[0-9]{12}:role/.*" + }, + "StartMaintenanceRequest":{ + "type":"structure", + "required":["ServerName"], + "members":{ + "ServerName":{ + "shape":"ServerName", + "documentation":"The name of the server on which to run maintenance.
" + }, + "EngineAttributes":{ + "shape":"EngineAttributes", + "documentation":"Engine attributes that are specific to the server on which you want to run maintenance.
Attributes accepted in a StartMaintenance request for Chef
CHEF_MAJOR_UPGRADE: If a Chef Automate server is eligible for upgrade to Chef Automate 2, add this engine attribute to a StartMaintenance request and set the value to true to upgrade the server to Chef Automate 2. For more information, see Upgrade an AWS OpsWorks for Chef Automate Server to Chef Automate 2.
Contains the response to a StartMaintenance request.
A tag key, such as Stage or Name. A tag key cannot be empty. The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /
An optional tag value, such as Production or test-owcm-server. The value can be a maximum of 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /
A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server. Leading and trailing white spaces are trimmed from both the key and value. A maximum of 50 user-applied tags is allowed for tag-supported AWS OpsWorks-CM resources.
" + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":200, + "min":0 + }, + "TagList":{ + "type":"list", + "member":{"shape":"Tag"}, + "max":200, + "min":0 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceArn", + "Tags" + ], + "members":{ + "ResourceArn":{ + "shape":"AWSOpsWorksCMResourceArn", + "documentation":"The Amazon Resource Number (ARN) of a resource to which you want to apply tags. For example, arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE.
A map that contains tag keys and tag values to attach to AWS OpsWorks-CM servers or backups.
The key cannot be empty.
The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /
The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: + - = . _ : /
Leading and trailing white spaces are trimmed from both the key and value.
A maximum of 50 user-applied tags is allowed for any AWS OpsWorks-CM server or backup.
DDD:HH:MM (weekly start time) or HH:MM (daily start time).
Time windows always use coordinated universal time (UTC). Valid strings for day of week (DDD) are: Mon, Tue, Wed, Thr, Fri, Sat, or Sun.
The Amazon Resource Number (ARN) of a resource from which you want to remove tags. For example, arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE.
The keys of tags that you want to remove.
" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateServerEngineAttributesRequest":{ + "type":"structure", + "required":[ + "ServerName", + "AttributeName" + ], + "members":{ + "ServerName":{ + "shape":"ServerName", + "documentation":"The name of the server to update.
" + }, + "AttributeName":{ + "shape":"AttributeName", + "documentation":"The name of the engine attribute to update.
" + }, + "AttributeValue":{ + "shape":"AttributeValue", + "documentation":"The value to set for the attribute.
" + } + } + }, + "UpdateServerEngineAttributesResponse":{ + "type":"structure", + "members":{ + "Server":{ + "shape":"Server", + "documentation":"Contains the response to an UpdateServerEngineAttributes request.
Setting DisableAutomatedBackup to true disables automated or scheduled backups. Automated backups are enabled by default.
Sets the number of automated backups that you want to keep.
" + }, + "ServerName":{ + "shape":"ServerName", + "documentation":"The name of the server to update.
" + }, + "PreferredMaintenanceWindow":{"shape":"TimeWindowDefinition"}, + "PreferredBackupWindow":{"shape":"TimeWindowDefinition"} + } + }, + "UpdateServerResponse":{ + "type":"structure", + "members":{ + "Server":{ + "shape":"Server", + "documentation":"Contains the response to a UpdateServer request.
Error or informational message that can contain more detail about a validation failure.
" + } + }, + "documentation":"One or more of the provided request parameters are not valid.
", + "exception":true + } + }, + "documentation":"AWS OpsWorks for configuration management (CM) is a service that runs and manages configuration management servers. You can use AWS OpsWorks CM to create and manage AWS OpsWorks for Chef Automate and AWS OpsWorks for Puppet Enterprise servers, and add or remove nodes for the servers to manage.
Glossary of terms
Server: A configuration management server that can be highly-available. The configuration management server runs on an Amazon Elastic Compute Cloud (EC2) instance, and may use various other AWS services, such as Amazon Relational Database Service (RDS) and Elastic Load Balancing. A server is a generic abstraction over the configuration manager that you want to use, much like Amazon RDS. In AWS OpsWorks CM, you do not start or stop servers. After you create servers, they continue to run until they are deleted.
Engine: The engine is the specific configuration manager that you want to use. Valid values in this release include ChefAutomate and Puppet.
Backup: This is an application-level backup of the data that the configuration manager stores. AWS OpsWorks CM creates an S3 bucket for backups when you launch the first server. A backup maintains a snapshot of a server's configuration-related attributes at the time the backup starts.
Events: Events are always related to a server. Events are written during server creation, when health checks run, when backups are created, when system maintenance is performed, etc. When you delete a server, the server's events are also deleted.
Account attributes: Every account has attributes that are assigned in the AWS OpsWorks CM database. These attributes store information about configuration limits (servers, backups, etc.) and your customer account.
Endpoints
AWS OpsWorks CM supports the following endpoints, all HTTPS. You must connect to one of the following endpoints. Your servers can only be accessed or managed within the endpoint in which they are created.
opsworks-cm.us-east-1.amazonaws.com
opsworks-cm.us-east-2.amazonaws.com
opsworks-cm.us-west-1.amazonaws.com
opsworks-cm.us-west-2.amazonaws.com
opsworks-cm.ap-northeast-1.amazonaws.com
opsworks-cm.ap-southeast-1.amazonaws.com
opsworks-cm.ap-southeast-2.amazonaws.com
opsworks-cm.eu-central-1.amazonaws.com
opsworks-cm.eu-west-1.amazonaws.com
For more information, see AWS OpsWorks endpoints and quotas in the AWS General Reference.
Throttling limits
All API operations allow for five requests per second with a burst of 10 requests per second.
" +} diff --git a/testbed/boto__botocore/botocore/data/pca-connector-ad/2018-05-10/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/pca-connector-ad/2018-05-10/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..df58dfb6b6b008c3d9809841b7c8911ca8265708 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/pca-connector-ad/2018-05-10/endpoint-rule-set-1.json @@ -0,0 +1,350 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://pca-connector-ad-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://pca-connector-ad-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://pca-connector-ad.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ] + }, + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://pca-connector-ad.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + } + ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/pca-connector-ad/2018-05-10/service-2.json b/testbed/boto__botocore/botocore/data/pca-connector-ad/2018-05-10/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..8259e515cb12c3b6d517b011244d188a9ece3416 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/pca-connector-ad/2018-05-10/service-2.json @@ -0,0 +1,2836 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2018-05-10", + "endpointPrefix":"pca-connector-ad", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceFullName":"PcaConnectorAd", + "serviceId":"Pca Connector Ad", + "signatureVersion":"v4", + "signingName":"pca-connector-ad", + "uid":"pca-connector-ad-2018-05-10" + }, + "operations":{ + "CreateConnector":{ + "name":"CreateConnector", + "http":{ + "method":"POST", + "requestUri":"/connectors", + "responseCode":202 + }, + "input":{"shape":"CreateConnectorRequest"}, + "output":{"shape":"CreateConnectorResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Creates a connector between Amazon Web Services Private CA and an Active Directory. You must specify the private CA, directory ID, and security groups.
" + }, + "CreateDirectoryRegistration":{ + "name":"CreateDirectoryRegistration", + "http":{ + "method":"POST", + "requestUri":"/directoryRegistrations", + "responseCode":202 + }, + "input":{"shape":"CreateDirectoryRegistrationRequest"}, + "output":{"shape":"CreateDirectoryRegistrationResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Creates a directory registration that authorizes communication between Amazon Web Services Private CA and an Active Directory
" + }, + "CreateServicePrincipalName":{ + "name":"CreateServicePrincipalName", + "http":{ + "method":"POST", + "requestUri":"/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", + "responseCode":202 + }, + "input":{"shape":"CreateServicePrincipalNameRequest"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Creates a service principal name (SPN) for the service account in Active Directory. Kerberos authentication uses SPNs to associate a service instance with a service sign-in account.
", + "idempotent":true + }, + "CreateTemplate":{ + "name":"CreateTemplate", + "http":{ + "method":"POST", + "requestUri":"/templates", + "responseCode":200 + }, + "input":{"shape":"CreateTemplateRequest"}, + "output":{"shape":"CreateTemplateResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Creates an Active Directory compatible certificate template. The connectors issues certificates using these templates based on the requester’s Active Directory group membership.
" + }, + "CreateTemplateGroupAccessControlEntry":{ + "name":"CreateTemplateGroupAccessControlEntry", + "http":{ + "method":"POST", + "requestUri":"/templates/{TemplateArn}/accessControlEntries", + "responseCode":200 + }, + "input":{"shape":"CreateTemplateGroupAccessControlEntryRequest"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Create a group access control entry. Allow or deny Active Directory groups from enrolling and/or autoenrolling with the template based on the group security identifiers (SIDs).
", + "idempotent":true + }, + "DeleteConnector":{ + "name":"DeleteConnector", + "http":{ + "method":"DELETE", + "requestUri":"/connectors/{ConnectorArn}", + "responseCode":202 + }, + "input":{"shape":"DeleteConnectorRequest"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Deletes a connector for Active Directory. You must provide the Amazon Resource Name (ARN) of the connector that you want to delete. You can find the ARN by calling the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_ListConnectors action. Deleting a connector does not deregister your directory with Amazon Web Services Private CA. You can deregister your directory by calling the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_DeleteDirectoryRegistration action.
", + "idempotent":true + }, + "DeleteDirectoryRegistration":{ + "name":"DeleteDirectoryRegistration", + "http":{ + "method":"DELETE", + "requestUri":"/directoryRegistrations/{DirectoryRegistrationArn}", + "responseCode":202 + }, + "input":{"shape":"DeleteDirectoryRegistrationRequest"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Deletes a directory registration. Deleting a directory registration deauthorizes Amazon Web Services Private CA with the directory.
", + "idempotent":true + }, + "DeleteServicePrincipalName":{ + "name":"DeleteServicePrincipalName", + "http":{ + "method":"DELETE", + "requestUri":"/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", + "responseCode":202 + }, + "input":{"shape":"DeleteServicePrincipalNameRequest"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Deletes the service principal name (SPN) used by a connector to authenticate with your Active Directory.
", + "idempotent":true + }, + "DeleteTemplate":{ + "name":"DeleteTemplate", + "http":{ + "method":"DELETE", + "requestUri":"/templates/{TemplateArn}", + "responseCode":202 + }, + "input":{"shape":"DeleteTemplateRequest"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Deletes a template. Certificates issued using the template are still valid until they are revoked or expired.
", + "idempotent":true + }, + "DeleteTemplateGroupAccessControlEntry":{ + "name":"DeleteTemplateGroupAccessControlEntry", + "http":{ + "method":"DELETE", + "requestUri":"/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", + "responseCode":200 + }, + "input":{"shape":"DeleteTemplateGroupAccessControlEntryRequest"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Deletes a group access control entry.
", + "idempotent":true + }, + "GetConnector":{ + "name":"GetConnector", + "http":{ + "method":"GET", + "requestUri":"/connectors/{ConnectorArn}", + "responseCode":200 + }, + "input":{"shape":"GetConnectorRequest"}, + "output":{"shape":"GetConnectorResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists information about your connector. You specify the connector on input by its ARN (Amazon Resource Name).
" + }, + "GetDirectoryRegistration":{ + "name":"GetDirectoryRegistration", + "http":{ + "method":"GET", + "requestUri":"/directoryRegistrations/{DirectoryRegistrationArn}", + "responseCode":200 + }, + "input":{"shape":"GetDirectoryRegistrationRequest"}, + "output":{"shape":"GetDirectoryRegistrationResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"A structure that contains information about your directory registration.
" + }, + "GetServicePrincipalName":{ + "name":"GetServicePrincipalName", + "http":{ + "method":"GET", + "requestUri":"/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", + "responseCode":200 + }, + "input":{"shape":"GetServicePrincipalNameRequest"}, + "output":{"shape":"GetServicePrincipalNameResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the service principal name that the connector uses to authenticate with Active Directory.
" + }, + "GetTemplate":{ + "name":"GetTemplate", + "http":{ + "method":"GET", + "requestUri":"/templates/{TemplateArn}", + "responseCode":200 + }, + "input":{"shape":"GetTemplateRequest"}, + "output":{"shape":"GetTemplateResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves a certificate template that the connector uses to issue certificates from a private CA.
" + }, + "GetTemplateGroupAccessControlEntry":{ + "name":"GetTemplateGroupAccessControlEntry", + "http":{ + "method":"GET", + "requestUri":"/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetTemplateGroupAccessControlEntryRequest"}, + "output":{"shape":"GetTemplateGroupAccessControlEntryResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves the group access control entries for a template.
" + }, + "ListConnectors":{ + "name":"ListConnectors", + "http":{ + "method":"GET", + "requestUri":"/connectors", + "responseCode":200 + }, + "input":{"shape":"ListConnectorsRequest"}, + "output":{"shape":"ListConnectorsResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the connectors that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector action.
" + }, + "ListDirectoryRegistrations":{ + "name":"ListDirectoryRegistrations", + "http":{ + "method":"GET", + "requestUri":"/directoryRegistrations", + "responseCode":200 + }, + "input":{"shape":"ListDirectoryRegistrationsRequest"}, + "output":{"shape":"ListDirectoryRegistrationsResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the directory registrations that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration action.
" + }, + "ListServicePrincipalNames":{ + "name":"ListServicePrincipalNames", + "http":{ + "method":"GET", + "requestUri":"/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames", + "responseCode":200 + }, + "input":{"shape":"ListServicePrincipalNamesRequest"}, + "output":{"shape":"ListServicePrincipalNamesResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the service principal names that the connector uses to authenticate with Active Directory.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{ResourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the tags, if any, that are associated with your resource.
" + }, + "ListTemplateGroupAccessControlEntries":{ + "name":"ListTemplateGroupAccessControlEntries", + "http":{ + "method":"GET", + "requestUri":"/templates/{TemplateArn}/accessControlEntries", + "responseCode":200 + }, + "input":{"shape":"ListTemplateGroupAccessControlEntriesRequest"}, + "output":{"shape":"ListTemplateGroupAccessControlEntriesResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists group access control entries you created.
" + }, + "ListTemplates":{ + "name":"ListTemplates", + "http":{ + "method":"GET", + "requestUri":"/templates", + "responseCode":200 + }, + "input":{"shape":"ListTemplatesRequest"}, + "output":{"shape":"ListTemplatesResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the templates, if any, that are associated with a connector.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tags/{ResourceArn}", + "responseCode":204 + }, + "input":{"shape":"TagResourceRequest"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Adds one or more tags to your resource.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{ResourceArn}", + "responseCode":204 + }, + "input":{"shape":"UntagResourceRequest"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Removes one or more tags from your resource.
", + "idempotent":true + }, + "UpdateTemplate":{ + "name":"UpdateTemplate", + "http":{ + "method":"PATCH", + "requestUri":"/templates/{TemplateArn}", + "responseCode":200 + }, + "input":{"shape":"UpdateTemplateRequest"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Update template configuration to define the information included in certificates.
" + }, + "UpdateTemplateGroupAccessControlEntry":{ + "name":"UpdateTemplateGroupAccessControlEntry", + "http":{ + "method":"PATCH", + "requestUri":"/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateTemplateGroupAccessControlEntryRequest"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"}, + {"shape":"ConflictException"} + ], + "documentation":"Update a group access control entry you created using CreateTemplateGroupAccessControlEntry.
" + } + }, + "shapes":{ + "AccessControlEntry":{ + "type":"structure", + "members":{ + "AccessRights":{ + "shape":"AccessRights", + "documentation":"Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.
" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the Access Control Entry was created.
" + }, + "GroupDisplayName":{ + "shape":"DisplayName", + "documentation":"Name of the Active Directory group. This name does not need to match the group name in Active Directory.
" + }, + "GroupSecurityIdentifier":{ + "shape":"GroupSecurityIdentifier", + "documentation":"Security identifier (SID) of the group object from Active Directory. The SID starts with \"S-\".
" + }, + "TemplateArn":{ + "shape":"TemplateArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
" + }, + "UpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the Access Control Entry was updated.
" + } + }, + "documentation":"An access control entry allows or denies Active Directory groups based on their security identifiers (SIDs) from enrolling and/or autoenrolling with the template.
" + }, + "AccessControlEntryList":{ + "type":"list", + "member":{"shape":"AccessControlEntrySummary"} + }, + "AccessControlEntrySummary":{ + "type":"structure", + "members":{ + "AccessRights":{ + "shape":"AccessRights", + "documentation":"Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.
" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the Access Control Entry was created.
" + }, + "GroupDisplayName":{ + "shape":"DisplayName", + "documentation":"Name of the Active Directory group. This name does not need to match the group name in Active Directory.
" + }, + "GroupSecurityIdentifier":{ + "shape":"GroupSecurityIdentifier", + "documentation":"Security identifier (SID) of the group object from Active Directory. The SID starts with \"S-\".
" + }, + "TemplateArn":{ + "shape":"TemplateArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
" + }, + "UpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the Access Control Entry was updated.
" + } + }, + "documentation":"Summary of group access control entries that allow or deny Active Directory groups based on their security identifiers (SIDs) from enrolling and/or autofenrolling with the template.
" + }, + "AccessDeniedException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"You can receive this error if you attempt to create a resource share when you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "AccessRight":{ + "type":"string", + "enum":[ + "ALLOW", + "DENY" + ] + }, + "AccessRights":{ + "type":"structure", + "members":{ + "AutoEnroll":{ + "shape":"AccessRight", + "documentation":"Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
" + }, + "Enroll":{ + "shape":"AccessRight", + "documentation":"Allow or deny an Active Directory group from enrolling certificates issued against a template.
" + } + }, + "documentation":"Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
" + }, + "ApplicationPolicies":{ + "type":"structure", + "required":["Policies"], + "members":{ + "Critical":{ + "shape":"Boolean", + "documentation":"Marks the application policy extension as critical.
" + }, + "Policies":{ + "shape":"ApplicationPolicyList", + "documentation":"Application policies describe what the certificate can be used for.
" + } + }, + "documentation":"Application policies describe what the certificate can be used for.
" + }, + "ApplicationPolicy":{ + "type":"structure", + "members":{ + "PolicyObjectIdentifier":{ + "shape":"CustomObjectIdentifier", + "documentation":"The object identifier (OID) of an application policy.
" + }, + "PolicyType":{ + "shape":"ApplicationPolicyType", + "documentation":"The type of application policy
" + } + }, + "documentation":"Application policies describe what the certificate can be used for.
", + "union":true + }, + "ApplicationPolicyList":{ + "type":"list", + "member":{"shape":"ApplicationPolicy"}, + "max":100, + "min":1 + }, + "ApplicationPolicyType":{ + "type":"string", + "enum":[ + "ALL_APPLICATION_POLICIES", + "ANY_PURPOSE", + "ATTESTATION_IDENTITY_KEY_CERTIFICATE", + "CERTIFICATE_REQUEST_AGENT", + "CLIENT_AUTHENTICATION", + "CODE_SIGNING", + "CTL_USAGE", + "DIGITAL_RIGHTS", + "DIRECTORY_SERVICE_EMAIL_REPLICATION", + "DISALLOWED_LIST", + "DNS_SERVER_TRUST", + "DOCUMENT_ENCRYPTION", + "DOCUMENT_SIGNING", + "DYNAMIC_CODE_GENERATOR", + "EARLY_LAUNCH_ANTIMALWARE_DRIVER", + "EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "ENCLAVE", + "ENCRYPTING_FILE_SYSTEM", + "ENDORSEMENT_KEY_CERTIFICATE", + "FILE_RECOVERY", + "HAL_EXTENSION", + "IP_SECURITY_END_SYSTEM", + "IP_SECURITY_IKE_INTERMEDIATE", + "IP_SECURITY_TUNNEL_TERMINATION", + "IP_SECURITY_USER", + "ISOLATED_USER_MODE", + "KDC_AUTHENTICATION", + "KERNEL_MODE_CODE_SIGNING", + "KEY_PACK_LICENSES", + "KEY_RECOVERY", + "KEY_RECOVERY_AGENT", + "LICENSE_SERVER_VERIFICATION", + "LIFETIME_SIGNING", + "MICROSOFT_PUBLISHER", + "MICROSOFT_TIME_STAMPING", + "MICROSOFT_TRUST_LIST_SIGNING", + "OCSP_SIGNING", + "OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "PLATFORM_CERTIFICATE", + "PREVIEW_BUILD_SIGNING", + "PRIVATE_KEY_ARCHIVAL", + "PROTECTED_PROCESS_LIGHT_VERIFICATION", + "PROTECTED_PROCESS_VERIFICATION", + "QUALIFIED_SUBORDINATION", + "REVOKED_LIST_SIGNER", + "ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION", + "ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION", + "ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL", + "ROOT_LIST_SIGNER", + "SECURE_EMAIL", + "SERVER_AUTHENTICATION", + "SMART_CARD_LOGIN", + "SPC_ENCRYPTED_DIGEST_RETRY_COUNT", + "SPC_RELAXED_PE_MARKER_CHECK", + "TIME_STAMPING", + "WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION", + "WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION", + "WINDOWS_HARDWARE_DRIVER_VERIFICATION", + "WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION", + "WINDOWS_KITS_COMPONENT", + "WINDOWS_RT_VERIFICATION", + "WINDOWS_SOFTWARE_EXTENSION_VERIFICATION", + "WINDOWS_STORE", + "WINDOWS_SYSTEM_COMPONENT_VERIFICATION", + "WINDOWS_TCB_COMPONENT", + "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT", + "WINDOWS_UPDATE" + ] + }, + "Boolean":{ + "type":"boolean", + "box":true + }, + "CertificateAuthorityArn":{ + "type":"string", + "max":200, + "min":5, + "pattern":"^arn:[\\w-]+:acm-pca:[\\w-]+:[0-9]+:certificate-authority\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$" + }, + "CertificateValidity":{ + "type":"structure", + "required":[ + "RenewalPeriod", + "ValidityPeriod" + ], + "members":{ + "RenewalPeriod":{ + "shape":"ValidityPeriod", + "documentation":"Renewal period is the period of time before certificate expiration when a new certificate will be requested.
" + }, + "ValidityPeriod":{ + "shape":"ValidityPeriod", + "documentation":"Information describing the end of the validity period of the certificate. This parameter sets the “Not After” date for the certificate. Certificate validity is the period of time during which a certificate is valid. Validity can be expressed as an explicit date and time when the certificate expires, or as a span of time after issuance, stated in days, months, or years. For more information, see Validity in RFC 5280. This value is unaffected when ValidityNotBefore is also specified. For example, if Validity is set to 20 days in the future, the certificate will expire 20 days from issuance time regardless of the ValidityNotBefore value.
" + } + }, + "documentation":"Information describing the end of the validity period of the certificate. This parameter sets the “Not After” date for the certificate. Certificate validity is the period of time during which a certificate is valid. Validity can be expressed as an explicit date and time when the certificate expires, or as a span of time after issuance, stated in days, months, or years. For more information, see Validity in RFC 5280. This value is unaffected when ValidityNotBefore is also specified. For example, if Validity is set to 20 days in the future, the certificate will expire 20 days from issuance time regardless of the ValidityNotBefore value.
" + }, + "ClientCompatibilityV2":{ + "type":"string", + "enum":[ + "WINDOWS_SERVER_2003", + "WINDOWS_SERVER_2008", + "WINDOWS_SERVER_2008_R2", + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ] + }, + "ClientCompatibilityV3":{ + "type":"string", + "enum":[ + "WINDOWS_SERVER_2008", + "WINDOWS_SERVER_2008_R2", + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ] + }, + "ClientCompatibilityV4":{ + "type":"string", + "enum":[ + "WINDOWS_SERVER_2012", + "WINDOWS_SERVER_2012_R2", + "WINDOWS_SERVER_2016" + ] + }, + "ClientToken":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^[!-~]+$" + }, + "ConflictException":{ + "type":"structure", + "required":[ + "Message", + "ResourceId", + "ResourceType" + ], + "members":{ + "Message":{"shape":"String"}, + "ResourceId":{ + "shape":"String", + "documentation":"The identifier of the Amazon Web Services resource.
" + }, + "ResourceType":{ + "shape":"String", + "documentation":"The resource type, which can be one of Connector, Template, TemplateGroupAccessControlEntry, ServicePrincipalName, or DirectoryRegistration.
This request cannot be completed for one of the following reasons because the requested resource was being concurrently modified by another request.
", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "Connector":{ + "type":"structure", + "members":{ + "Arn":{ + "shape":"ConnectorArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
" + }, + "CertificateAuthorityArn":{ + "shape":"CertificateAuthorityArn", + "documentation":"The Amazon Resource Name (ARN) of the certificate authority being used.
" + }, + "CertificateEnrollmentPolicyServerEndpoint":{ + "shape":"String", + "documentation":"Certificate enrollment endpoint for Active Directory domain-joined objects reach out to when requesting certificates.
" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the connector was created.
" + }, + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier of the Active Directory.
" + }, + "Status":{ + "shape":"ConnectorStatus", + "documentation":"Status of the connector. Status can be creating, active, deleting, or failed.
" + }, + "StatusReason":{ + "shape":"ConnectorStatusReason", + "documentation":"Additional information about the connector status if the status is failed.
" + }, + "UpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the connector was updated.
" + }, + "VpcInformation":{ + "shape":"VpcInformation", + "documentation":"Information of the VPC and security group(s) used with the connector.
" + } + }, + "documentation":"Amazon Web Services Private CA Connector for Active Directory is a service that links your Active Directory with Amazon Web Services Private CA. The connector brokers the exchange of certificates from Amazon Web Services Private CA to domain-joined users and machines managed with Active Directory.
" + }, + "ConnectorArn":{ + "type":"string", + "max":200, + "min":5, + "pattern":"^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$" + }, + "ConnectorList":{ + "type":"list", + "member":{"shape":"ConnectorSummary"} + }, + "ConnectorStatus":{ + "type":"string", + "enum":[ + "CREATING", + "ACTIVE", + "DELETING", + "FAILED" + ] + }, + "ConnectorStatusReason":{ + "type":"string", + "enum":[ + "DIRECTORY_ACCESS_DENIED", + "INTERNAL_FAILURE", + "PRIVATECA_ACCESS_DENIED", + "PRIVATECA_RESOURCE_NOT_FOUND", + "SECURITY_GROUP_NOT_IN_VPC", + "VPC_ACCESS_DENIED", + "VPC_ENDPOINT_LIMIT_EXCEEDED", + "VPC_RESOURCE_NOT_FOUND" + ] + }, + "ConnectorSummary":{ + "type":"structure", + "members":{ + "Arn":{ + "shape":"ConnectorArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
" + }, + "CertificateAuthorityArn":{ + "shape":"CertificateAuthorityArn", + "documentation":"The Amazon Resource Name (ARN) of the certificate authority being used.
" + }, + "CertificateEnrollmentPolicyServerEndpoint":{ + "shape":"String", + "documentation":"Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.
" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the connector was created.
" + }, + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier of the Active Directory.
" + }, + "Status":{ + "shape":"ConnectorStatus", + "documentation":"Status of the connector. Status can be creating, active, deleting, or failed.
" + }, + "StatusReason":{ + "shape":"ConnectorStatusReason", + "documentation":"Additional information about the connector status if the status is failed.
" + }, + "UpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the connector was updated.
" + }, + "VpcInformation":{ + "shape":"VpcInformation", + "documentation":"Information of the VPC and security group(s) used with the connector.
" + } + }, + "documentation":"Summary description of the Amazon Web Services Private CA AD connectors belonging to an Amazon Web Services account.
" + }, + "CreateConnectorRequest":{ + "type":"structure", + "required":[ + "CertificateAuthorityArn", + "DirectoryId", + "VpcInformation" + ], + "members":{ + "CertificateAuthorityArn":{ + "shape":"CertificateAuthorityArn", + "documentation":"The Amazon Resource Name (ARN) of the certificate authority being used.
" + }, + "ClientToken":{ + "shape":"ClientToken", + "documentation":"Idempotency token.
", + "idempotencyToken":true + }, + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier of the Active Directory.
" + }, + "Tags":{ + "shape":"Tags", + "documentation":"Metadata assigned to a connector consisting of a key-value pair.
" + }, + "VpcInformation":{ + "shape":"VpcInformation", + "documentation":"Security group IDs that describe the inbound and outbound rules.
" + } + } + }, + "CreateConnectorResponse":{ + "type":"structure", + "members":{ + "ConnectorArn":{ + "shape":"ConnectorArn", + "documentation":"If successful, the Amazon Resource Name (ARN) of the connector for Active Directory.
" + } + } + }, + "CreateDirectoryRegistrationRequest":{ + "type":"structure", + "required":["DirectoryId"], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"Idempotency token.
", + "idempotencyToken":true + }, + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier of the Active Directory.
" + }, + "Tags":{ + "shape":"Tags", + "documentation":"Metadata assigned to a directory registration consisting of a key-value pair.
" + } + } + }, + "CreateDirectoryRegistrationResponse":{ + "type":"structure", + "members":{ + "DirectoryRegistrationArn":{ + "shape":"DirectoryRegistrationArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
" + } + } + }, + "CreateServicePrincipalNameRequest":{ + "type":"structure", + "required":[ + "ConnectorArn", + "DirectoryRegistrationArn" + ], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"Idempotency token.
", + "idempotencyToken":true + }, + "ConnectorArn":{ + "shape":"ConnectorArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
", + "location":"uri", + "locationName":"ConnectorArn" + }, + "DirectoryRegistrationArn":{ + "shape":"DirectoryRegistrationArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
", + "location":"uri", + "locationName":"DirectoryRegistrationArn" + } + } + }, + "CreateTemplateGroupAccessControlEntryRequest":{ + "type":"structure", + "required":[ + "AccessRights", + "GroupDisplayName", + "GroupSecurityIdentifier", + "TemplateArn" + ], + "members":{ + "AccessRights":{ + "shape":"AccessRights", + "documentation":"Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
" + }, + "ClientToken":{ + "shape":"ClientToken", + "documentation":"Idempotency token.
", + "idempotencyToken":true + }, + "GroupDisplayName":{ + "shape":"DisplayName", + "documentation":"Name of the Active Directory group. This name does not need to match the group name in Active Directory.
" + }, + "GroupSecurityIdentifier":{ + "shape":"GroupSecurityIdentifier", + "documentation":"Security identifier (SID) of the group object from Active Directory. The SID starts with \"S-\".
" + }, + "TemplateArn":{ + "shape":"TemplateArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
", + "location":"uri", + "locationName":"TemplateArn" + } + } + }, + "CreateTemplateRequest":{ + "type":"structure", + "required":[ + "ConnectorArn", + "Definition", + "Name" + ], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"Idempotency token.
", + "idempotencyToken":true + }, + "ConnectorArn":{ + "shape":"ConnectorArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
" + }, + "Definition":{ + "shape":"TemplateDefinition", + "documentation":"Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
" + }, + "Name":{ + "shape":"TemplateName", + "documentation":"Name of the template. The template name must be unique.
" + }, + "Tags":{ + "shape":"Tags", + "documentation":"Metadata assigned to a template consisting of a key-value pair.
" + } + } + }, + "CreateTemplateResponse":{ + "type":"structure", + "members":{ + "TemplateArn":{ + "shape":"TemplateArn", + "documentation":"If successful, the Amazon Resource Name (ARN) of the template.
" + } + } + }, + "CryptoProvidersList":{ + "type":"list", + "member":{"shape":"CryptoProvidersListMemberString"}, + "max":100, + "min":1 + }, + "CryptoProvidersListMemberString":{ + "type":"string", + "max":100, + "min":1 + }, + "CustomObjectIdentifier":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^([0-2])\\.([0-9]|([0-3][0-9]))(\\.([0-9]+)){0,126}$" + }, + "DeleteConnectorRequest":{ + "type":"structure", + "required":["ConnectorArn"], + "members":{ + "ConnectorArn":{ + "shape":"ConnectorArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
", + "location":"uri", + "locationName":"ConnectorArn" + } + } + }, + "DeleteDirectoryRegistrationRequest":{ + "type":"structure", + "required":["DirectoryRegistrationArn"], + "members":{ + "DirectoryRegistrationArn":{ + "shape":"DirectoryRegistrationArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
", + "location":"uri", + "locationName":"DirectoryRegistrationArn" + } + } + }, + "DeleteServicePrincipalNameRequest":{ + "type":"structure", + "required":[ + "ConnectorArn", + "DirectoryRegistrationArn" + ], + "members":{ + "ConnectorArn":{ + "shape":"ConnectorArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
", + "location":"uri", + "locationName":"ConnectorArn" + }, + "DirectoryRegistrationArn":{ + "shape":"DirectoryRegistrationArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
", + "location":"uri", + "locationName":"DirectoryRegistrationArn" + } + } + }, + "DeleteTemplateGroupAccessControlEntryRequest":{ + "type":"structure", + "required":[ + "GroupSecurityIdentifier", + "TemplateArn" + ], + "members":{ + "GroupSecurityIdentifier":{ + "shape":"GroupSecurityIdentifier", + "documentation":"Security identifier (SID) of the group object from Active Directory. The SID starts with \"S-\".
", + "location":"uri", + "locationName":"GroupSecurityIdentifier" + }, + "TemplateArn":{ + "shape":"TemplateArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
", + "location":"uri", + "locationName":"TemplateArn" + } + } + }, + "DeleteTemplateRequest":{ + "type":"structure", + "required":["TemplateArn"], + "members":{ + "TemplateArn":{ + "shape":"TemplateArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
", + "location":"uri", + "locationName":"TemplateArn" + } + } + }, + "DirectoryId":{ + "type":"string", + "pattern":"^d-[0-9a-f]{10}$" + }, + "DirectoryRegistration":{ + "type":"structure", + "members":{ + "Arn":{ + "shape":"DirectoryRegistrationArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the directory registration was created.
" + }, + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier of the Active Directory.
" + }, + "Status":{ + "shape":"DirectoryRegistrationStatus", + "documentation":"Status of the directory registration.
" + }, + "StatusReason":{ + "shape":"DirectoryRegistrationStatusReason", + "documentation":"Additional information about the directory registration status if the status is failed.
" + }, + "UpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the directory registration was updated.
" + } + }, + "documentation":"The directory registration represents the authorization of the connector service with a directory.
" + }, + "DirectoryRegistrationArn":{ + "type":"string", + "max":200, + "min":5, + "pattern":"^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:directory-registration\\/d-[0-9a-f]{10}$" + }, + "DirectoryRegistrationList":{ + "type":"list", + "member":{"shape":"DirectoryRegistrationSummary"} + }, + "DirectoryRegistrationStatus":{ + "type":"string", + "enum":[ + "CREATING", + "ACTIVE", + "DELETING", + "FAILED" + ] + }, + "DirectoryRegistrationStatusReason":{ + "type":"string", + "enum":[ + "DIRECTORY_ACCESS_DENIED", + "DIRECTORY_RESOURCE_NOT_FOUND", + "DIRECTORY_NOT_ACTIVE", + "DIRECTORY_NOT_REACHABLE", + "DIRECTORY_TYPE_NOT_SUPPORTED", + "INTERNAL_FAILURE" + ] + }, + "DirectoryRegistrationSummary":{ + "type":"structure", + "members":{ + "Arn":{ + "shape":"DirectoryRegistrationArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the directory registration was created.
" + }, + "DirectoryId":{ + "shape":"DirectoryId", + "documentation":"The identifier of the Active Directory.
" + }, + "Status":{ + "shape":"DirectoryRegistrationStatus", + "documentation":"Status of the directory registration.
" + }, + "StatusReason":{ + "shape":"DirectoryRegistrationStatusReason", + "documentation":"Additional information about the directory registration status if the status is failed.
" + }, + "UpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the directory registration was updated.
" + } + }, + "documentation":"The directory registration represents the authorization of the connector service with the Active Directory.
" + }, + "DisplayName":{ + "type":"string", + "max":256, + "min":0, + "pattern":"^[\\x20-\\x7E]+$" + }, + "EnrollmentFlagsV2":{ + "type":"structure", + "members":{ + "EnableKeyReuseOnNtTokenKeysetStorageFull":{ + "shape":"Boolean", + "documentation":"Allow renewal using the same key.
" + }, + "IncludeSymmetricAlgorithms":{ + "shape":"Boolean", + "documentation":"Include symmetric algorithms allowed by the subject.
" + }, + "NoSecurityExtension":{ + "shape":"Boolean", + "documentation":"This flag instructs the CA to not include the security extension szOID_NTDS_CA_SECURITY_EXT (OID:1.3.6.1.4.1.311.25.2), as specified in [MS-WCCE] sections 2.2.2.7.7.4 and 3.2.2.6.2.1.4.5.9, in the issued certificate. This addresses a Windows Kerberos elevation-of-privilege vulnerability.
" + }, + "RemoveInvalidCertificateFromPersonalStore":{ + "shape":"Boolean", + "documentation":"Delete expired or revoked certificates instead of archiving them.
" + }, + "UserInteractionRequired":{ + "shape":"Boolean", + "documentation":"Require user interaction when the subject is enrolled and the private key associated with the certificate is used.
" + } + }, + "documentation":"Template configurations for v2 template schema.
" + }, + "EnrollmentFlagsV3":{ + "type":"structure", + "members":{ + "EnableKeyReuseOnNtTokenKeysetStorageFull":{ + "shape":"Boolean", + "documentation":"Allow renewal using the same key.
" + }, + "IncludeSymmetricAlgorithms":{ + "shape":"Boolean", + "documentation":"Include symmetric algorithms allowed by the subject.
" + }, + "NoSecurityExtension":{ + "shape":"Boolean", + "documentation":"This flag instructs the CA to not include the security extension szOID_NTDS_CA_SECURITY_EXT (OID:1.3.6.1.4.1.311.25.2), as specified in [MS-WCCE] sections 2.2.2.7.7.4 and 3.2.2.6.2.1.4.5.9, in the issued certificate. This addresses a Windows Kerberos elevation-of-privilege vulnerability.
" + }, + "RemoveInvalidCertificateFromPersonalStore":{ + "shape":"Boolean", + "documentation":"Delete expired or revoked certificates instead of archiving them.
" + }, + "UserInteractionRequired":{ + "shape":"Boolean", + "documentation":"Require user interaction when the subject is enrolled and the private key associated with the certificate is used.
" + } + }, + "documentation":"Template configurations for v3 template schema.
" + }, + "EnrollmentFlagsV4":{ + "type":"structure", + "members":{ + "EnableKeyReuseOnNtTokenKeysetStorageFull":{ + "shape":"Boolean", + "documentation":"Allow renewal using the same key.
" + }, + "IncludeSymmetricAlgorithms":{ + "shape":"Boolean", + "documentation":"Include symmetric algorithms allowed by the subject.
" + }, + "NoSecurityExtension":{ + "shape":"Boolean", + "documentation":"This flag instructs the CA to not include the security extension szOID_NTDS_CA_SECURITY_EXT (OID:1.3.6.1.4.1.311.25.2), as specified in [MS-WCCE] sections 2.2.2.7.7.4 and 3.2.2.6.2.1.4.5.9, in the issued certificate. This addresses a Windows Kerberos elevation-of-privilege vulnerability.
" + }, + "RemoveInvalidCertificateFromPersonalStore":{ + "shape":"Boolean", + "documentation":"Delete expired or revoked certificates instead of archiving them.
" + }, + "UserInteractionRequired":{ + "shape":"Boolean", + "documentation":"Require user interaction when the subject is enrolled and the private key associated with the certificate is used.
" + } + }, + "documentation":"Template configurations for v4 template schema.
" + }, + "ExtensionsV2":{ + "type":"structure", + "required":["KeyUsage"], + "members":{ + "ApplicationPolicies":{ + "shape":"ApplicationPolicies", + "documentation":"Application policies specify what the certificate is used for and its purpose.
" + }, + "KeyUsage":{ + "shape":"KeyUsage", + "documentation":"The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.
" + } + }, + "documentation":"Certificate extensions for v2 template schema
" + }, + "ExtensionsV3":{ + "type":"structure", + "required":["KeyUsage"], + "members":{ + "ApplicationPolicies":{ + "shape":"ApplicationPolicies", + "documentation":"Application policies specify what the certificate is used for and its purpose.
" + }, + "KeyUsage":{ + "shape":"KeyUsage", + "documentation":"The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.
" + } + }, + "documentation":"Certificate extensions for v3 template schema
" + }, + "ExtensionsV4":{ + "type":"structure", + "required":["KeyUsage"], + "members":{ + "ApplicationPolicies":{ + "shape":"ApplicationPolicies", + "documentation":"Application policies specify what the certificate is used for and its purpose.
" + }, + "KeyUsage":{ + "shape":"KeyUsage", + "documentation":"The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the certificate.
" + } + }, + "documentation":"Certificate extensions for v4 template schema
" + }, + "GeneralFlagsV2":{ + "type":"structure", + "members":{ + "AutoEnrollment":{ + "shape":"Boolean", + "documentation":"Allows certificate issuance using autoenrollment. Set to TRUE to allow autoenrollment.
" + }, + "MachineType":{ + "shape":"Boolean", + "documentation":"Defines if the template is for machines or users. Set to TRUE if the template is for machines. Set to FALSE if the template is for users.
" + } + }, + "documentation":"General flags for v2 template schema that defines if the template is for a machine or a user and if the template can be issued using autoenrollment.
" + }, + "GeneralFlagsV3":{ + "type":"structure", + "members":{ + "AutoEnrollment":{ + "shape":"Boolean", + "documentation":"Allows certificate issuance using autoenrollment. Set to TRUE to allow autoenrollment.
" + }, + "MachineType":{ + "shape":"Boolean", + "documentation":"Defines if the template is for machines or users. Set to TRUE if the template is for machines. Set to FALSE if the template is for users
" + } + }, + "documentation":"General flags for v3 template schema that defines if the template is for a machine or a user and if the template can be issued using autoenrollment.
" + }, + "GeneralFlagsV4":{ + "type":"structure", + "members":{ + "AutoEnrollment":{ + "shape":"Boolean", + "documentation":"Allows certificate issuance using autoenrollment. Set to TRUE to allow autoenrollment.
" + }, + "MachineType":{ + "shape":"Boolean", + "documentation":"Defines if the template is for machines or users. Set to TRUE if the template is for machines. Set to FALSE if the template is for users
" + } + }, + "documentation":"General flags for v4 template schema that defines if the template is for a machine or a user and if the template can be issued using autoenrollment.
" + }, + "GetConnectorRequest":{ + "type":"structure", + "required":["ConnectorArn"], + "members":{ + "ConnectorArn":{ + "shape":"ConnectorArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
", + "location":"uri", + "locationName":"ConnectorArn" + } + } + }, + "GetConnectorResponse":{ + "type":"structure", + "members":{ + "Connector":{ + "shape":"Connector", + "documentation":"A structure that contains information about your connector.
" + } + } + }, + "GetDirectoryRegistrationRequest":{ + "type":"structure", + "required":["DirectoryRegistrationArn"], + "members":{ + "DirectoryRegistrationArn":{ + "shape":"DirectoryRegistrationArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
", + "location":"uri", + "locationName":"DirectoryRegistrationArn" + } + } + }, + "GetDirectoryRegistrationResponse":{ + "type":"structure", + "members":{ + "DirectoryRegistration":{ + "shape":"DirectoryRegistration", + "documentation":"The directory registration represents the authorization of the connector service with a directory.
" + } + } + }, + "GetServicePrincipalNameRequest":{ + "type":"structure", + "required":[ + "ConnectorArn", + "DirectoryRegistrationArn" + ], + "members":{ + "ConnectorArn":{ + "shape":"ConnectorArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
", + "location":"uri", + "locationName":"ConnectorArn" + }, + "DirectoryRegistrationArn":{ + "shape":"DirectoryRegistrationArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
", + "location":"uri", + "locationName":"DirectoryRegistrationArn" + } + } + }, + "GetServicePrincipalNameResponse":{ + "type":"structure", + "members":{ + "ServicePrincipalName":{ + "shape":"ServicePrincipalName", + "documentation":"The service principal name that the connector uses to authenticate with Active Directory.
" + } + } + }, + "GetTemplateGroupAccessControlEntryRequest":{ + "type":"structure", + "required":[ + "GroupSecurityIdentifier", + "TemplateArn" + ], + "members":{ + "GroupSecurityIdentifier":{ + "shape":"GroupSecurityIdentifier", + "documentation":"Security identifier (SID) of the group object from Active Directory. The SID starts with \"S-\".
", + "location":"uri", + "locationName":"GroupSecurityIdentifier" + }, + "TemplateArn":{ + "shape":"TemplateArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
", + "location":"uri", + "locationName":"TemplateArn" + } + } + }, + "GetTemplateGroupAccessControlEntryResponse":{ + "type":"structure", + "members":{ + "AccessControlEntry":{ + "shape":"AccessControlEntry", + "documentation":"An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.
" + } + } + }, + "GetTemplateRequest":{ + "type":"structure", + "required":["TemplateArn"], + "members":{ + "TemplateArn":{ + "shape":"TemplateArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
", + "location":"uri", + "locationName":"TemplateArn" + } + } + }, + "GetTemplateResponse":{ + "type":"structure", + "members":{ + "Template":{ + "shape":"Template", + "documentation":"A certificate template that the connector uses to issue certificates from a private CA.
" + } + } + }, + "GroupSecurityIdentifier":{ + "type":"string", + "max":256, + "min":7, + "pattern":"^S-[0-9]-([0-9]+-){1,14}[0-9]+$" + }, + "HashAlgorithm":{ + "type":"string", + "enum":[ + "SHA256", + "SHA384", + "SHA512" + ] + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalServerException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"The request processing has failed because of an unknown error, exception or failure with an internal server.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "KeySpec":{ + "type":"string", + "enum":[ + "KEY_EXCHANGE", + "SIGNATURE" + ] + }, + "KeyUsage":{ + "type":"structure", + "required":["UsageFlags"], + "members":{ + "Critical":{ + "shape":"Boolean", + "documentation":"Sets the key usage extension to critical.
" + }, + "UsageFlags":{ + "shape":"KeyUsageFlags", + "documentation":"The key usage flags represent the purpose (e.g., encipherment, signature) of the key contained in the certificate.
" + } + }, + "documentation":"The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the certificate.
" + }, + "KeyUsageFlags":{ + "type":"structure", + "members":{ + "DataEncipherment":{ + "shape":"Boolean", + "documentation":"DataEncipherment is asserted when the subject public key is used for directly enciphering raw user data without the use of an intermediate symmetric cipher.
" + }, + "DigitalSignature":{ + "shape":"Boolean", + "documentation":"The digitalSignature is asserted when the subject public key is used for verifying digital signatures.
" + }, + "KeyAgreement":{ + "shape":"Boolean", + "documentation":"KeyAgreement is asserted when the subject public key is used for key agreement.
" + }, + "KeyEncipherment":{ + "shape":"Boolean", + "documentation":"KeyEncipherment is asserted when the subject public key is used for enciphering private or secret keys, i.e., for key transport.
" + }, + "NonRepudiation":{ + "shape":"Boolean", + "documentation":"NonRepudiation is asserted when the subject public key is used to verify digital signatures.
" + } + }, + "documentation":"The key usage flags represent the purpose (e.g., encipherment, signature) of the key contained in the certificate.
" + }, + "KeyUsageProperty":{ + "type":"structure", + "members":{ + "PropertyFlags":{ + "shape":"KeyUsagePropertyFlags", + "documentation":"You can specify key usage for encryption, key agreement, and signature. You can use property flags or property type but not both.
" + }, + "PropertyType":{ + "shape":"KeyUsagePropertyType", + "documentation":"You can specify all key usages using property type ALL. You can use property type or property flags but not both.
" + } + }, + "documentation":"The key usage property defines the purpose of the private key contained in the certificate. You can specify specific purposes using property flags or all by using property type ALL.
", + "union":true + }, + "KeyUsagePropertyFlags":{ + "type":"structure", + "members":{ + "Decrypt":{ + "shape":"Boolean", + "documentation":"Allows key for encryption and decryption.
" + }, + "KeyAgreement":{ + "shape":"Boolean", + "documentation":"Allows key exchange without encryption.
" + }, + "Sign":{ + "shape":"Boolean", + "documentation":"Allow key use for digital signature.
" + } + }, + "documentation":"Specifies key usage.
" + }, + "KeyUsagePropertyType":{ + "type":"string", + "enum":["ALL"] + }, + "ListConnectorsRequest":{ + "type":"structure", + "members":{ + "MaxResults":{ + "shape":"MaxResults", + "documentation":"Use this parameter when paginating results to specify the maximum number of items to return in the response on each page. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
Summary information about each connector you have created.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
" + } + } + }, + "ListDirectoryRegistrationsRequest":{ + "type":"structure", + "members":{ + "MaxResults":{ + "shape":"MaxResults", + "documentation":"Use this parameter when paginating results to specify the maximum number of items to return in the response on each page. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
Summary information about each directory registration you have created.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
", + "location":"uri", + "locationName":"DirectoryRegistrationArn" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"Use this parameter when paginating results to specify the maximum number of items to return in the response on each page. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
The service principal name, if any, that the connector uses to authenticate with Active Directory.
" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ResourceArn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) that was returned when you created the resource.
", + "location":"uri", + "locationName":"ResourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "Tags":{ + "shape":"Tags", + "documentation":"The tags, if any, that are associated with your resource.
" + } + } + }, + "ListTemplateGroupAccessControlEntriesRequest":{ + "type":"structure", + "required":["TemplateArn"], + "members":{ + "MaxResults":{ + "shape":"MaxResults", + "documentation":"Use this parameter when paginating results to specify the maximum number of items to return in the response on each page. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
", + "location":"uri", + "locationName":"TemplateArn" + } + } + }, + "ListTemplateGroupAccessControlEntriesResponse":{ + "type":"structure", + "members":{ + "AccessControlEntries":{ + "shape":"AccessControlEntryList", + "documentation":"An access control entry grants or denies permission to an Active Directory group to enroll certificates for a template.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
", + "location":"querystring", + "locationName":"ConnectorArn" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"Use this parameter when paginating results to specify the maximum number of items to return in the response on each page. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
Custom configuration templates used when issuing a certificate.
" + } + } + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":1000, + "min":1 + }, + "NextToken":{ + "type":"string", + "max":1000, + "min":1, + "pattern":"^(?:[A-Za-z0-9_-]{4})*(?:[A-Za-z0-9_-]{2}==|[A-Za-z0-9_-]{3}=)?$" + }, + "PrivateKeyAlgorithm":{ + "type":"string", + "enum":[ + "RSA", + "ECDH_P256", + "ECDH_P384", + "ECDH_P521" + ] + }, + "PrivateKeyAttributesV2":{ + "type":"structure", + "required":[ + "KeySpec", + "MinimalKeyLength" + ], + "members":{ + "CryptoProviders":{ + "shape":"CryptoProvidersList", + "documentation":"Defines the cryptographic providers used to generate the private key.
" + }, + "KeySpec":{ + "shape":"KeySpec", + "documentation":"Defines the purpose of the private key. Set it to \"KEY_EXCHANGE\" or \"SIGNATURE\" value.
" + }, + "MinimalKeyLength":{ + "shape":"PrivateKeyAttributesV2MinimalKeyLengthInteger", + "documentation":"Set the minimum key length of the private key.
" + } + }, + "documentation":"Defines the attributes of the private key.
" + }, + "PrivateKeyAttributesV2MinimalKeyLengthInteger":{ + "type":"integer", + "box":true, + "min":1 + }, + "PrivateKeyAttributesV3":{ + "type":"structure", + "required":[ + "Algorithm", + "KeySpec", + "KeyUsageProperty", + "MinimalKeyLength" + ], + "members":{ + "Algorithm":{ + "shape":"PrivateKeyAlgorithm", + "documentation":"Defines the algorithm used to generate the private key.
" + }, + "CryptoProviders":{ + "shape":"CryptoProvidersList", + "documentation":"Defines the cryptographic providers used to generate the private key.
" + }, + "KeySpec":{ + "shape":"KeySpec", + "documentation":"Defines the purpose of the private key. Set it to \"KEY_EXCHANGE\" or \"SIGNATURE\" value.
" + }, + "KeyUsageProperty":{ + "shape":"KeyUsageProperty", + "documentation":"The key usage property defines the purpose of the private key contained in the certificate. You can specify specific purposes using property flags or all by using property type ALL.
" + }, + "MinimalKeyLength":{ + "shape":"PrivateKeyAttributesV3MinimalKeyLengthInteger", + "documentation":"Set the minimum key length of the private key.
" + } + }, + "documentation":"Defines the attributes of the private key.
" + }, + "PrivateKeyAttributesV3MinimalKeyLengthInteger":{ + "type":"integer", + "box":true, + "min":1 + }, + "PrivateKeyAttributesV4":{ + "type":"structure", + "required":[ + "KeySpec", + "MinimalKeyLength" + ], + "members":{ + "Algorithm":{ + "shape":"PrivateKeyAlgorithm", + "documentation":"Defines the algorithm used to generate the private key.
" + }, + "CryptoProviders":{ + "shape":"CryptoProvidersList", + "documentation":"Defines the cryptographic providers used to generate the private key.
" + }, + "KeySpec":{ + "shape":"KeySpec", + "documentation":"Defines the purpose of the private key. Set it to \"KEY_EXCHANGE\" or \"SIGNATURE\" value.
" + }, + "KeyUsageProperty":{ + "shape":"KeyUsageProperty", + "documentation":"The key usage property defines the purpose of the private key contained in the certificate. You can specify specific purposes using property flags or all by using property type ALL.
" + }, + "MinimalKeyLength":{ + "shape":"PrivateKeyAttributesV4MinimalKeyLengthInteger", + "documentation":"Set the minimum key length of the private key.
" + } + }, + "documentation":"Defines the attributes of the private key.
" + }, + "PrivateKeyAttributesV4MinimalKeyLengthInteger":{ + "type":"integer", + "box":true, + "min":1 + }, + "PrivateKeyFlagsV2":{ + "type":"structure", + "required":["ClientVersion"], + "members":{ + "ClientVersion":{ + "shape":"ClientCompatibilityV2", + "documentation":"Defines the minimum client compatibility.
" + }, + "ExportableKey":{ + "shape":"Boolean", + "documentation":"Allows the private key to be exported.
" + }, + "StrongKeyProtectionRequired":{ + "shape":"Boolean", + "documentation":"Require user input when using the private key for enrollment.
" + } + }, + "documentation":"Private key flags for v2 templates specify the client compatibility, if the private key can be exported, and if user input is required when using a private key.
" + }, + "PrivateKeyFlagsV3":{ + "type":"structure", + "required":["ClientVersion"], + "members":{ + "ClientVersion":{ + "shape":"ClientCompatibilityV3", + "documentation":"Defines the minimum client compatibility.
" + }, + "ExportableKey":{ + "shape":"Boolean", + "documentation":"Allows the private key to be exported.
" + }, + "RequireAlternateSignatureAlgorithm":{ + "shape":"Boolean", + "documentation":"Reguires the PKCS #1 v2.1 signature format for certificates. You should verify that your CA, objects, and applications can accept this signature format.
" + }, + "StrongKeyProtectionRequired":{ + "shape":"Boolean", + "documentation":"Requirer user input when using the private key for enrollment.
" + } + }, + "documentation":"Private key flags for v3 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, and if an alternate signature algorithm should be used.
" + }, + "PrivateKeyFlagsV4":{ + "type":"structure", + "required":["ClientVersion"], + "members":{ + "ClientVersion":{ + "shape":"ClientCompatibilityV4", + "documentation":"Defines the minimum client compatibility.
" + }, + "ExportableKey":{ + "shape":"Boolean", + "documentation":"Allows the private key to be exported.
" + }, + "RequireAlternateSignatureAlgorithm":{ + "shape":"Boolean", + "documentation":"Requires the PKCS #1 v2.1 signature format for certificates. You should verify that your CA, objects, and applications can accept this signature format.
" + }, + "RequireSameKeyRenewal":{ + "shape":"Boolean", + "documentation":"Renew certificate using the same private key.
" + }, + "StrongKeyProtectionRequired":{ + "shape":"Boolean", + "documentation":"Require user input when using the private key for enrollment.
" + }, + "UseLegacyProvider":{ + "shape":"Boolean", + "documentation":"Specifies the cryptographic service provider category used to generate private keys. Set to TRUE to use Legacy Cryptographic Service Providers and FALSE to use Key Storage Providers.
" + } + }, + "documentation":"Private key flags for v4 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, if an alternate signature algorithm should be used, and if certificates are renewed using the same private key.
" + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":[ + "Message", + "ResourceId", + "ResourceType" + ], + "members":{ + "Message":{"shape":"String"}, + "ResourceId":{ + "shape":"String", + "documentation":"The identifier of the Amazon Web Services resource.
" + }, + "ResourceType":{ + "shape":"String", + "documentation":"The resource type, which can be one of Connector, Template, TemplateGroupAccessControlEntry, ServicePrincipalName, or DirectoryRegistration.
The operation tried to access a nonexistent resource. The resource might not be specified correctly, or its status might not be ACTIVE.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "SecurityGroupId":{ + "type":"string", + "max":20, + "min":11, + "pattern":"^(?:sg-[0-9a-f]{8}|sg-[0-9a-f]{17})$" + }, + "SecurityGroupIdList":{ + "type":"list", + "member":{"shape":"SecurityGroupId"}, + "max":4, + "min":1 + }, + "ServicePrincipalName":{ + "type":"structure", + "members":{ + "ConnectorArn":{ + "shape":"ConnectorArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html.
" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the service principal name was created.
" + }, + "DirectoryRegistrationArn":{ + "shape":"DirectoryRegistrationArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
" + }, + "Status":{ + "shape":"ServicePrincipalNameStatus", + "documentation":"The status of a service principal name.
" + }, + "StatusReason":{ + "shape":"ServicePrincipalNameStatusReason", + "documentation":"Additional information for the status of a service principal name if the status is failed.
" + }, + "UpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the service principal name was updated.
" + } + }, + "documentation":"The service principal name that the connector uses to authenticate with Active Directory.
" + }, + "ServicePrincipalNameList":{ + "type":"list", + "member":{"shape":"ServicePrincipalNameSummary"} + }, + "ServicePrincipalNameStatus":{ + "type":"string", + "enum":[ + "CREATING", + "ACTIVE", + "DELETING", + "FAILED" + ] + }, + "ServicePrincipalNameStatusReason":{ + "type":"string", + "enum":[ + "DIRECTORY_ACCESS_DENIED", + "DIRECTORY_NOT_REACHABLE", + "DIRECTORY_RESOURCE_NOT_FOUND", + "SPN_EXISTS_ON_DIFFERENT_AD_OBJECT", + "INTERNAL_FAILURE" + ] + }, + "ServicePrincipalNameSummary":{ + "type":"structure", + "members":{ + "ConnectorArn":{ + "shape":"ConnectorArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the service principal name was created.
" + }, + "DirectoryRegistrationArn":{ + "shape":"DirectoryRegistrationArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
" + }, + "Status":{ + "shape":"ServicePrincipalNameStatus", + "documentation":"The status of a service principal name.
" + }, + "StatusReason":{ + "shape":"ServicePrincipalNameStatusReason", + "documentation":"Additional information for the status of a service principal name if the status is failed.
" + }, + "UpdatedAt":{ + "shape":"Timestamp", + "documentation":"Time when the service principal name was updated.
" + } + }, + "documentation":"The service principal name that the connector uses to authenticate with Active Directory.
" + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "required":[ + "Message", + "QuotaCode", + "ResourceId", + "ResourceType", + "ServiceCode" + ], + "members":{ + "Message":{"shape":"String"}, + "QuotaCode":{ + "shape":"String", + "documentation":"The code associated with the service quota.
" + }, + "ResourceId":{ + "shape":"String", + "documentation":"The identifier of the Amazon Web Services resource.
" + }, + "ResourceType":{ + "shape":"String", + "documentation":"The resource type, which can be one of Connector, Template, TemplateGroupAccessControlEntry, ServicePrincipalName, or DirectoryRegistration.
Identifies the originating service.
" + } + }, + "documentation":"Request would cause a service quota to be exceeded.
", + "error":{ + "httpStatusCode":402, + "senderFault":true + }, + "exception":true + }, + "String":{"type":"string"}, + "SubjectNameFlagsV2":{ + "type":"structure", + "members":{ + "RequireCommonName":{ + "shape":"Boolean", + "documentation":"Include the common name in the subject name.
" + }, + "RequireDirectoryPath":{ + "shape":"Boolean", + "documentation":"Include the directory path in the subject name.
" + }, + "RequireDnsAsCn":{ + "shape":"Boolean", + "documentation":"Include the DNS as common name in the subject name.
" + }, + "RequireEmail":{ + "shape":"Boolean", + "documentation":"Include the subject's email in the subject name.
" + }, + "SanRequireDirectoryGuid":{ + "shape":"Boolean", + "documentation":"Include the globally unique identifier (GUID) in the subject alternate name.
" + }, + "SanRequireDns":{ + "shape":"Boolean", + "documentation":"Include the DNS in the subject alternate name.
" + }, + "SanRequireDomainDns":{ + "shape":"Boolean", + "documentation":"Include the domain DNS in the subject alternate name.
" + }, + "SanRequireEmail":{ + "shape":"Boolean", + "documentation":"Include the subject's email in the subject alternate name.
" + }, + "SanRequireSpn":{ + "shape":"Boolean", + "documentation":"Include the service principal name (SPN) in the subject alternate name.
" + }, + "SanRequireUpn":{ + "shape":"Boolean", + "documentation":"Include the user principal name (UPN) in the subject alternate name.
" + } + }, + "documentation":"Information to include in the subject name and alternate subject name of the certificate. The subject name can be common name, directory path, DNS as common name, or left blank. You can optionally include email to the subject name for user templates. If you leave the subject name blank then you must set a subject alternate name. The subject alternate name (SAN) can include globally unique identifier (GUID), DNS, domain DNS, email, service principal name (SPN), and user principal name (UPN). You can leave the SAN blank. If you leave the SAN blank, then you must set a subject name.
" + }, + "SubjectNameFlagsV3":{ + "type":"structure", + "members":{ + "RequireCommonName":{ + "shape":"Boolean", + "documentation":"Include the common name in the subject name.
" + }, + "RequireDirectoryPath":{ + "shape":"Boolean", + "documentation":"Include the directory path in the subject name.
" + }, + "RequireDnsAsCn":{ + "shape":"Boolean", + "documentation":"Include the DNS as common name in the subject name.
" + }, + "RequireEmail":{ + "shape":"Boolean", + "documentation":"Include the subject's email in the subject name.
" + }, + "SanRequireDirectoryGuid":{ + "shape":"Boolean", + "documentation":"Include the globally unique identifier (GUID) in the subject alternate name.
" + }, + "SanRequireDns":{ + "shape":"Boolean", + "documentation":"Include the DNS in the subject alternate name.
" + }, + "SanRequireDomainDns":{ + "shape":"Boolean", + "documentation":"Include the domain DNS in the subject alternate name.
" + }, + "SanRequireEmail":{ + "shape":"Boolean", + "documentation":"Include the subject's email in the subject alternate name.
" + }, + "SanRequireSpn":{ + "shape":"Boolean", + "documentation":"Include the service principal name (SPN) in the subject alternate name.
" + }, + "SanRequireUpn":{ + "shape":"Boolean", + "documentation":"Include the user principal name (UPN) in the subject alternate name.
" + } + }, + "documentation":"Information to include in the subject name and alternate subject name of the certificate. The subject name can be common name, directory path, DNS as common name, or left blank. You can optionally include email to the subject name for user templates. If you leave the subject name blank then you must set a subject alternate name. The subject alternate name (SAN) can include globally unique identifier (GUID), DNS, domain DNS, email, service principal name (SPN), and user principal name (UPN). You can leave the SAN blank. If you leave the SAN blank, then you must set a subject name.
" + }, + "SubjectNameFlagsV4":{ + "type":"structure", + "members":{ + "RequireCommonName":{ + "shape":"Boolean", + "documentation":"Include the common name in the subject name.
" + }, + "RequireDirectoryPath":{ + "shape":"Boolean", + "documentation":"Include the directory path in the subject name.
" + }, + "RequireDnsAsCn":{ + "shape":"Boolean", + "documentation":"Include the DNS as common name in the subject name.
" + }, + "RequireEmail":{ + "shape":"Boolean", + "documentation":"Include the subject's email in the subject name.
" + }, + "SanRequireDirectoryGuid":{ + "shape":"Boolean", + "documentation":"Include the globally unique identifier (GUID) in the subject alternate name.
" + }, + "SanRequireDns":{ + "shape":"Boolean", + "documentation":"Include the DNS in the subject alternate name.
" + }, + "SanRequireDomainDns":{ + "shape":"Boolean", + "documentation":"Include the domain DNS in the subject alternate name.
" + }, + "SanRequireEmail":{ + "shape":"Boolean", + "documentation":"Include the subject's email in the subject alternate name.
" + }, + "SanRequireSpn":{ + "shape":"Boolean", + "documentation":"Include the service principal name (SPN) in the subject alternate name.
" + }, + "SanRequireUpn":{ + "shape":"Boolean", + "documentation":"Include the user principal name (UPN) in the subject alternate name.
" + } + }, + "documentation":"Information to include in the subject name and alternate subject name of the certificate. The subject name can be common name, directory path, DNS as common name, or left blank. You can optionally include email to the subject name for user templates. If you leave the subject name blank then you must set a subject alternate name. The subject alternate name (SAN) can include globally unique identifier (GUID), DNS, domain DNS, email, service principal name (SPN), and user principal name (UPN). You can leave the SAN blank. If you leave the SAN blank, then you must set a subject name.
" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"String"} + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceArn", + "Tags" + ], + "members":{ + "ResourceArn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) that was returned when you created the resource.
", + "location":"uri", + "locationName":"ResourceArn" + }, + "Tags":{ + "shape":"Tags", + "documentation":"Metadata assigned to a directory registration consisting of a key-value pair.
" + } + } + }, + "Tags":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "Template":{ + "type":"structure", + "members":{ + "Arn":{ + "shape":"TemplateArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
" + }, + "ConnectorArn":{ + "shape":"ConnectorArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the template was created.
" + }, + "Definition":{ + "shape":"TemplateDefinition", + "documentation":"Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
" + }, + "Name":{ + "shape":"TemplateName", + "documentation":"Name of the templates. Template names must be unique.
" + }, + "ObjectIdentifier":{ + "shape":"CustomObjectIdentifier", + "documentation":"Object identifier of a template.
" + }, + "PolicySchema":{ + "shape":"Integer", + "documentation":"The template schema version. Template schema versions can be v2, v3, or v4. The template configuration options change based on the template schema version.
" + }, + "Revision":{ + "shape":"TemplateRevision", + "documentation":"The version of the template. Template updates will increment the minor revision. Re-enrolling all certificate holders will increment the major revision.
" + }, + "Status":{ + "shape":"TemplateStatus", + "documentation":"Status of the template. Status can be creating, active, deleting, or failed.
" + }, + "UpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the template was updated.
" + } + }, + "documentation":"An Active Directory compatible certificate template. Connectors issue certificates against these templates based on the requestor's Active Directory group membership.
" + }, + "TemplateArn":{ + "type":"string", + "max":200, + "min":5, + "pattern":"^arn:[\\w-]+:pca-connector-ad:[\\w-]+:[0-9]+:connector\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}\\/template\\/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$" + }, + "TemplateDefinition":{ + "type":"structure", + "members":{ + "TemplateV2":{ + "shape":"TemplateV2", + "documentation":"Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
" + }, + "TemplateV3":{ + "shape":"TemplateV3", + "documentation":"Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
" + }, + "TemplateV4":{ + "shape":"TemplateV4", + "documentation":"Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
" + } + }, + "documentation":"Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
", + "union":true + }, + "TemplateList":{ + "type":"list", + "member":{"shape":"TemplateSummary"} + }, + "TemplateName":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^(?!^\\s+$)((?![\\x5c'\\x2b,;<=>#\\x22])([\\x20-\\x7E]))+$" + }, + "TemplateNameList":{ + "type":"list", + "member":{"shape":"TemplateName"}, + "max":100, + "min":1 + }, + "TemplateRevision":{ + "type":"structure", + "required":[ + "MajorRevision", + "MinorRevision" + ], + "members":{ + "MajorRevision":{ + "shape":"Integer", + "documentation":"The revision version of the template. Re-enrolling all certificate holders will increment the major revision.
" + }, + "MinorRevision":{ + "shape":"Integer", + "documentation":"The revision version of the template. Re-enrolling all certificate holders will increment the major revision.
" + } + }, + "documentation":"The revision version of the template. Template updates will increment the minor revision. Re-enrolling all certificate holders will increment the major revision.
" + }, + "TemplateStatus":{ + "type":"string", + "enum":[ + "ACTIVE", + "DELETING" + ] + }, + "TemplateSummary":{ + "type":"structure", + "members":{ + "Arn":{ + "shape":"TemplateArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
" + }, + "ConnectorArn":{ + "shape":"ConnectorArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the template was created.
" + }, + "Definition":{ + "shape":"TemplateDefinition", + "documentation":"Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
" + }, + "Name":{ + "shape":"TemplateName", + "documentation":"Name of the template. The template name must be unique.
" + }, + "ObjectIdentifier":{ + "shape":"CustomObjectIdentifier", + "documentation":"Object identifier of a template.
" + }, + "PolicySchema":{ + "shape":"Integer", + "documentation":"The template schema version. Template schema versions can be v2, v3, or v4. The template configuration options change based on the template schema version.
" + }, + "Revision":{ + "shape":"TemplateRevision", + "documentation":"The revision version of the template. Template updates will increment the minor revision. Re-enrolling all certificate holders will increment the major revision.
" + }, + "Status":{ + "shape":"TemplateStatus", + "documentation":"Status of the template. Status can be creating, active, deleting, or failed.
" + }, + "UpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the template was updated.
" + } + }, + "documentation":"An Active Directory compatible certificate template. Connectors issue certificates against these templates based on the requestor's Active Directory group membership.
" + }, + "TemplateV2":{ + "type":"structure", + "required":[ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "members":{ + "CertificateValidity":{ + "shape":"CertificateValidity", + "documentation":"Certificate validity describes the validity and renewal periods of a certificate.
" + }, + "EnrollmentFlags":{ + "shape":"EnrollmentFlagsV2", + "documentation":"Enrollment flags describe the enrollment settings for certificates such as using the existing private key and deleting expired or revoked certificates.
" + }, + "Extensions":{ + "shape":"ExtensionsV2", + "documentation":"Extensions describe the key usage extensions and application policies for a template.
" + }, + "GeneralFlags":{ + "shape":"GeneralFlagsV2", + "documentation":"General flags describe whether the template is used for computers or users and if the template can be used with autoenrollment.
" + }, + "PrivateKeyAttributes":{ + "shape":"PrivateKeyAttributesV2", + "documentation":"Private key attributes allow you to specify the minimal key length, key spec, and cryptographic providers for the private key of a certificate for v2 templates. V2 templates allow you to use Legacy Cryptographic Service Providers.
" + }, + "PrivateKeyFlags":{ + "shape":"PrivateKeyFlagsV2", + "documentation":"Private key flags for v2 templates specify the client compatibility, if the private key can be exported, and if user input is required when using a private key.
" + }, + "SubjectNameFlags":{ + "shape":"SubjectNameFlagsV2", + "documentation":"Subject name flags describe the subject name and subject alternate name that is included in a certificate.
" + }, + "SupersededTemplates":{ + "shape":"TemplateNameList", + "documentation":"List of templates in Active Directory that are superseded by this template.
" + } + }, + "documentation":"v2 template schema that uses Legacy Cryptographic Providers.
" + }, + "TemplateV3":{ + "type":"structure", + "required":[ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "HashAlgorithm", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "members":{ + "CertificateValidity":{ + "shape":"CertificateValidity", + "documentation":"Certificate validity describes the validity and renewal periods of a certificate.
" + }, + "EnrollmentFlags":{ + "shape":"EnrollmentFlagsV3", + "documentation":"Enrollment flags describe the enrollment settings for certificates such as using the existing private key and deleting expired or revoked certificates.
" + }, + "Extensions":{ + "shape":"ExtensionsV3", + "documentation":"Extensions describe the key usage extensions and application policies for a template.
" + }, + "GeneralFlags":{ + "shape":"GeneralFlagsV3", + "documentation":"General flags describe whether the template is used for computers or users and if the template can be used with autoenrollment.
" + }, + "HashAlgorithm":{ + "shape":"HashAlgorithm", + "documentation":"Specifies the hash algorithm used to hash the private key.
" + }, + "PrivateKeyAttributes":{ + "shape":"PrivateKeyAttributesV3", + "documentation":"Private key attributes allow you to specify the algorithm, minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v3 templates. V3 templates allow you to use Key Storage Providers.
" + }, + "PrivateKeyFlags":{ + "shape":"PrivateKeyFlagsV3", + "documentation":"Private key flags for v3 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, and if an alternate signature algorithm should be used.
" + }, + "SubjectNameFlags":{ + "shape":"SubjectNameFlagsV3", + "documentation":"Subject name flags describe the subject name and subject alternate name that is included in a certificate.
" + }, + "SupersededTemplates":{ + "shape":"TemplateNameList", + "documentation":"List of templates in Active Directory that are superseded by this template.
" + } + }, + "documentation":"v3 template schema that uses Key Storage Providers.
" + }, + "TemplateV4":{ + "type":"structure", + "required":[ + "CertificateValidity", + "EnrollmentFlags", + "Extensions", + "GeneralFlags", + "PrivateKeyAttributes", + "PrivateKeyFlags", + "SubjectNameFlags" + ], + "members":{ + "CertificateValidity":{ + "shape":"CertificateValidity", + "documentation":"Certificate validity describes the validity and renewal periods of a certificate.
" + }, + "EnrollmentFlags":{ + "shape":"EnrollmentFlagsV4", + "documentation":"Enrollment flags describe the enrollment settings for certificates using the existing private key and deleting expired or revoked certificates.
" + }, + "Extensions":{ + "shape":"ExtensionsV4", + "documentation":"Extensions describe the key usage extensions and application policies for a template.
" + }, + "GeneralFlags":{ + "shape":"GeneralFlagsV4", + "documentation":"General flags describe whether the template is used for computers or users and if the template can be used with autoenrollment.
" + }, + "HashAlgorithm":{ + "shape":"HashAlgorithm", + "documentation":"Specifies the hash algorithm used to hash the private key. Hash algorithm can only be specified when using Key Storage Providers.
" + }, + "PrivateKeyAttributes":{ + "shape":"PrivateKeyAttributesV4", + "documentation":"Private key attributes allow you to specify the minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v4 templates. V4 templates allow you to use either Key Storage Providers or Legacy Cryptographic Service Providers. You specify the cryptography provider category in private key flags.
" + }, + "PrivateKeyFlags":{ + "shape":"PrivateKeyFlagsV4", + "documentation":"Private key flags for v4 templates specify the client compatibility, if the private key can be exported, if user input is required when using a private key, if an alternate signature algorithm should be used, and if certificates are renewed using the same private key.
" + }, + "SubjectNameFlags":{ + "shape":"SubjectNameFlagsV4", + "documentation":"Subject name flags describe the subject name and subject alternate name that is included in a certificate.
" + }, + "SupersededTemplates":{ + "shape":"TemplateNameList", + "documentation":"List of templates in Active Directory that are superseded by this template.
" + } + }, + "documentation":"v4 template schema that can use either Legacy Cryptographic Providers or Key Storage Providers.
" + }, + "ThrottlingException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"String"}, + "QuotaCode":{ + "shape":"String", + "documentation":"The code associated with the quota.
" + }, + "ServiceCode":{ + "shape":"String", + "documentation":"Identifies the originating service.
" + } + }, + "documentation":"The limit on the number of requests per second was exceeded.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":true} + }, + "Timestamp":{"type":"timestamp"}, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceArn", + "TagKeys" + ], + "members":{ + "ResourceArn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) that was returned when you created the resource.
", + "location":"uri", + "locationName":"ResourceArn" + }, + "TagKeys":{ + "shape":"TagKeyList", + "documentation":"Specifies a list of tag keys that you want to remove from the specified resources.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UpdateTemplateGroupAccessControlEntryRequest":{ + "type":"structure", + "required":[ + "GroupSecurityIdentifier", + "TemplateArn" + ], + "members":{ + "AccessRights":{ + "shape":"AccessRights", + "documentation":"Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
" + }, + "GroupDisplayName":{ + "shape":"DisplayName", + "documentation":"Name of the Active Directory group. This name does not need to match the group name in Active Directory.
" + }, + "GroupSecurityIdentifier":{ + "shape":"GroupSecurityIdentifier", + "documentation":"Security identifier (SID) of the group object from Active Directory. The SID starts with \"S-\".
", + "location":"uri", + "locationName":"GroupSecurityIdentifier" + }, + "TemplateArn":{ + "shape":"TemplateArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
", + "location":"uri", + "locationName":"TemplateArn" + } + } + }, + "UpdateTemplateRequest":{ + "type":"structure", + "required":["TemplateArn"], + "members":{ + "Definition":{ + "shape":"TemplateDefinition", + "documentation":"Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
" + }, + "ReenrollAllCertificateHolders":{ + "shape":"Boolean", + "documentation":"This setting allows the major version of a template to be increased automatically. All members of Active Directory groups that are allowed to enroll with a template will receive a new certificate issued using that template.
" + }, + "TemplateArn":{ + "shape":"TemplateArn", + "documentation":"The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
", + "location":"uri", + "locationName":"TemplateArn" + } + } + }, + "ValidationException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"String"}, + "Reason":{ + "shape":"ValidationExceptionReason", + "documentation":"The reason for the validation error. This won't be return for every validation exception.
" + } + }, + "documentation":"An input validation error occurred. For example, invalid characters in a template name, or if a pagination token is invalid.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ValidationExceptionReason":{ + "type":"string", + "enum":[ + "FIELD_VALIDATION_FAILED", + "INVALID_PERMISSION", + "INVALID_STATE", + "MISMATCHED_CONNECTOR", + "MISMATCHED_VPC", + "NO_CLIENT_TOKEN", + "UNKNOWN_OPERATION", + "OTHER" + ] + }, + "ValidityPeriod":{ + "type":"structure", + "required":[ + "Period", + "PeriodType" + ], + "members":{ + "Period":{ + "shape":"ValidityPeriodPeriodLong", + "documentation":"The numeric value for the validity period.
" + }, + "PeriodType":{ + "shape":"ValidityPeriodType", + "documentation":"The unit of time. You can select hours, days, weeks, months, and years.
" + } + }, + "documentation":"Information describing the end of the validity period of the certificate. This parameter sets the “Not After” date for the certificate. Certificate validity is the period of time during which a certificate is valid. Validity can be expressed as an explicit date and time when the certificate expires, or as a span of time after issuance, stated in hours, days, months, or years. For more information, see Validity in RFC 5280. This value is unaffected when ValidityNotBefore is also specified. For example, if Validity is set to 20 days in the future, the certificate will expire 20 days from issuance time regardless of the ValidityNotBefore value.
" + }, + "ValidityPeriodPeriodLong":{ + "type":"long", + "box":true, + "max":8766000, + "min":1 + }, + "ValidityPeriodType":{ + "type":"string", + "enum":[ + "HOURS", + "DAYS", + "WEEKS", + "MONTHS", + "YEARS" + ] + }, + "VpcInformation":{ + "type":"structure", + "required":["SecurityGroupIds"], + "members":{ + "SecurityGroupIds":{ + "shape":"SecurityGroupIdList", + "documentation":"The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
" + } + }, + "documentation":"Information about your VPC and security groups used with the connector.
" + } + }, + "documentation":"Amazon Web Services Private CA Connector for Active Directory creates a connector between Amazon Web Services Private CA and Active Directory (AD) that enables you to provision security certificates for AD signed by a private CA that you own. For more information, see Amazon Web Services Private CA Connector for Active Directory.
" +} diff --git a/testbed/boto__botocore/botocore/data/pcs/2023-02-10/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/pcs/2023-02-10/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..4da2239d23db37aa3f4fbad2bddeaa82180f3897 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/pcs/2023-02-10/endpoint-rule-set-1.json @@ -0,0 +1,350 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://pcs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://pcs-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://pcs.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://pcs.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ], + "type": "tree" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/pcs/2023-02-10/paginators-1.json b/testbed/boto__botocore/botocore/data/pcs/2023-02-10/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..555a266b316c2c0717a88d09a5ae6df88090eb6a --- /dev/null +++ b/testbed/boto__botocore/botocore/data/pcs/2023-02-10/paginators-1.json @@ -0,0 +1,22 @@ +{ + "pagination": { + "ListClusters": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "clusters" + }, + "ListComputeNodeGroups": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "computeNodeGroups" + }, + "ListQueues": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "queues" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/pcs/2023-02-10/service-2.json b/testbed/boto__botocore/botocore/data/pcs/2023-02-10/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..2f32df5d604f33b65b35b4b11912eff3fccb0584 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/pcs/2023-02-10/service-2.json @@ -0,0 +1,1908 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2023-02-10", + "auth":["aws.auth#sigv4"], + "endpointPrefix":"pcs", + "jsonVersion":"1.0", + "protocol":"json", + "protocols":["json"], + "serviceFullName":"AWS Parallel Computing Service", + "serviceId":"PCS", + "signatureVersion":"v4", + "signingName":"pcs", + "targetPrefix":"AWSParallelComputingService", + "uid":"pcs-2023-02-10" + }, + "operations":{ + "CreateCluster":{ + "name":"CreateCluster", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateClusterRequest"}, + "output":{"shape":"CreateClusterResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Creates a cluster in your account. Amazon Web Services PCS creates the cluster controller in a service-owned account. The cluster controller communicates with the cluster resources in your account. The subnets and security groups for the cluster must already exist before you use this API action.
It takes time for Amazon Web Services PCS to create the cluster. The cluster is in a Creating state until it is ready to use. There can only be 1 cluster in a Creating state per Amazon Web Services Region per Amazon Web Services account. CreateCluster fails with a ServiceQuotaExceededException if there is already a cluster in a Creating state.
Creates a managed set of compute nodes. You associate a compute node group with a cluster through 1 or more Amazon Web Services PCS queues or as part of the login fleet. A compute node group includes the definition of the compute properties and lifecycle management. Amazon Web Services PCS uses the information you provide to this API action to launch compute nodes in your account. You can only specify subnets in the same Amazon VPC as your cluster. You receive billing charges for the compute nodes that Amazon Web Services PCS launches in your account. You must already have a launch template before you call this API. For more information, see Launch an instance from a launch template in the Amazon Elastic Compute Cloud User Guide for Linux Instances.
", + "idempotent":true + }, + "CreateQueue":{ + "name":"CreateQueue", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateQueueRequest"}, + "output":{"shape":"CreateQueueResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Creates a job queue. You must associate 1 or more compute node groups with the queue. You can associate 1 compute node group with multiple queues.
", + "idempotent":true + }, + "DeleteCluster":{ + "name":"DeleteCluster", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteClusterRequest"}, + "output":{"shape":"DeleteClusterResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Deletes a cluster and all its linked resources. You must delete all queues and compute node groups associated with the cluster before you can delete the cluster.
", + "idempotent":true + }, + "DeleteComputeNodeGroup":{ + "name":"DeleteComputeNodeGroup", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteComputeNodeGroupRequest"}, + "output":{"shape":"DeleteComputeNodeGroupResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Deletes a compute node group. You must delete all queues associated with the compute node group first.
", + "idempotent":true + }, + "DeleteQueue":{ + "name":"DeleteQueue", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteQueueRequest"}, + "output":{"shape":"DeleteQueueResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Deletes a job queue. If the compute node group associated with this queue isn't associated with any other queues, Amazon Web Services PCS terminates all the compute nodes for this queue.
", + "idempotent":true + }, + "GetCluster":{ + "name":"GetCluster", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetClusterRequest"}, + "output":{"shape":"GetClusterResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Returns detailed information about a running cluster in your account. This API action provides networking information, endpoint information for communication with the scheduler, and provisioning status.
" + }, + "GetComputeNodeGroup":{ + "name":"GetComputeNodeGroup", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetComputeNodeGroupRequest"}, + "output":{"shape":"GetComputeNodeGroupResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Returns detailed information about a compute node group. This API action provides networking information, EC2 instance type, compute node group status, and scheduler (such as Slurm) configuration.
" + }, + "GetQueue":{ + "name":"GetQueue", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetQueueRequest"}, + "output":{"shape":"GetQueueResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Returns detailed information about a queue. The information includes the compute node groups that the queue uses to schedule jobs.
" + }, + "ListClusters":{ + "name":"ListClusters", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListClustersRequest"}, + "output":{"shape":"ListClustersResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Returns a list of running clusters in your account.
" + }, + "ListComputeNodeGroups":{ + "name":"ListComputeNodeGroups", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListComputeNodeGroupsRequest"}, + "output":{"shape":"ListComputeNodeGroupsResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Returns a list of all compute node groups associated with a cluster.
" + }, + "ListQueues":{ + "name":"ListQueues", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListQueuesRequest"}, + "output":{"shape":"ListQueuesResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Returns a list of all queues associated with a cluster.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Returns a list of all tags on an Amazon Web Services PCS resource.
" + }, + "RegisterComputeNodeGroupInstance":{ + "name":"RegisterComputeNodeGroupInstance", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"RegisterComputeNodeGroupInstanceRequest"}, + "output":{"shape":"RegisterComputeNodeGroupInstanceResponse"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"This API action isn't intended for you to use.
Amazon Web Services PCS uses this API action to register the compute nodes it launches in your account.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"TagResourceRequest"}, + "errors":[ + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Adds or edits tags on an Amazon Web Services PCS resource. Each tag consists of a tag key and a tag value. The tag key and tag value are case-sensitive strings. The tag value can be an empty (null) string. To add a tag, specify a new tag key and a tag value. To edit a tag, specify an existing tag key and a new tag value.
", + "idempotent":true + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UntagResourceRequest"}, + "errors":[ + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deletes tags from an Amazon Web Services PCS resource. To delete a tag, specify the tag key and the Amazon Resource Name (ARN) of the Amazon Web Services PCS resource.
", + "idempotent":true + }, + "UpdateComputeNodeGroup":{ + "name":"UpdateComputeNodeGroup", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateComputeNodeGroupRequest"}, + "output":{"shape":"UpdateComputeNodeGroupResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Updates a compute node group. You can update many of the fields related to your compute node group including the configurations for networking, compute nodes, and settings specific to your scheduler (such as Slurm).
", + "idempotent":true + }, + "UpdateQueue":{ + "name":"UpdateQueue", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateQueueRequest"}, + "output":{"shape":"UpdateQueueResponse"}, + "errors":[ + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ThrottlingException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"} + ], + "documentation":"Updates the compute node group configuration of a queue. Use this API to change the compute node groups that the queue can send jobs to.
", + "idempotent":true + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"} + }, + "documentation":"You don't have permission to perform the action.
Examples
The launch template instance profile doesn't pass iam:PassRole verification.
There is a mismatch between the account ID and cluster ID.
The cluster ID doesn't exist.
The EC2 instance isn't present.
The name that identifies the cluster.
" + }, + "id":{ + "shape":"String", + "documentation":"The generated unique ID of the cluster.
" + }, + "arn":{ + "shape":"String", + "documentation":"The unique Amazon Resource Name (ARN) of the cluster.
" + }, + "status":{ + "shape":"ClusterStatus", + "documentation":"The provisioning status of the cluster.
The provisioning status doesn't indicate the overall health of the cluster.
The date and time the resource was created.
" + }, + "modifiedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The date and time the resource was modified.
" + }, + "scheduler":{"shape":"Scheduler"}, + "size":{ + "shape":"Size", + "documentation":"The size of the cluster.
SMALL: 32 compute nodes and 256 jobs
MEDIUM: 512 compute nodes and 8192 jobs
LARGE: 2048 compute nodes and 16,384 jobs
Additional options related to the Slurm scheduler.
" + }, + "networking":{"shape":"Networking"}, + "endpoints":{ + "shape":"Endpoints", + "documentation":"The list of endpoints available for interaction with the scheduler.
" + }, + "errorInfo":{ + "shape":"ErrorInfoList", + "documentation":"The list of errors that occurred during cluster provisioning.
" + } + }, + "documentation":"The cluster resource and configuration.
" + }, + "ClusterIdentifier":{ + "type":"string", + "pattern":"(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{1,40})" + }, + "ClusterList":{ + "type":"list", + "member":{"shape":"ClusterSummary"} + }, + "ClusterName":{ + "type":"string", + "max":40, + "min":1, + "pattern":"(?!pcs_)^(?![A-Za-z0-9]{10}$)[A-Za-z][A-Za-z0-9-]+" + }, + "ClusterSlurmConfiguration":{ + "type":"structure", + "members":{ + "scaleDownIdleTimeInSeconds":{ + "shape":"ClusterSlurmConfigurationScaleDownIdleTimeInSecondsInteger", + "documentation":"The time before an idle node is scaled down.
" + }, + "slurmCustomSettings":{ + "shape":"SlurmCustomSettings", + "documentation":"Additional Slurm-specific configuration that directly maps to Slurm settings.
" + }, + "authKey":{ + "shape":"SlurmAuthKey", + "documentation":"The shared Slurm key for authentication, also known as the cluster secret.
" + } + }, + "documentation":"Additional options related to the Slurm scheduler.
" + }, + "ClusterSlurmConfigurationRequest":{ + "type":"structure", + "members":{ + "scaleDownIdleTimeInSeconds":{ + "shape":"ClusterSlurmConfigurationRequestScaleDownIdleTimeInSecondsInteger", + "documentation":"The time before an idle node is scaled down.
" + }, + "slurmCustomSettings":{ + "shape":"SlurmCustomSettings", + "documentation":"Additional Slurm-specific configuration that directly maps to Slurm settings.
" + } + }, + "documentation":"Additional options related to the Slurm scheduler.
" + }, + "ClusterSlurmConfigurationRequestScaleDownIdleTimeInSecondsInteger":{ + "type":"integer", + "box":true, + "min":1 + }, + "ClusterSlurmConfigurationScaleDownIdleTimeInSecondsInteger":{ + "type":"integer", + "box":true, + "min":1 + }, + "ClusterStatus":{ + "type":"string", + "enum":[ + "CREATING", + "ACTIVE", + "UPDATING", + "DELETING", + "CREATE_FAILED", + "DELETE_FAILED", + "UPDATE_FAILED" + ] + }, + "ClusterSummary":{ + "type":"structure", + "required":[ + "name", + "id", + "arn", + "createdAt", + "modifiedAt", + "status" + ], + "members":{ + "name":{ + "shape":"String", + "documentation":"The name that identifies the cluster.
" + }, + "id":{ + "shape":"String", + "documentation":"The generated unique ID of the cluster.
" + }, + "arn":{ + "shape":"String", + "documentation":"The unique Amazon Resource Name (ARN) of the cluster.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The date and time the resource was created.
" + }, + "modifiedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The date and time the resource was modified.
" + }, + "status":{ + "shape":"ClusterStatus", + "documentation":"The provisioning status of the cluster.
The provisioning status doesn't indicate the overall health of the cluster.
The object returned by the ListClusters API action.
The name that identifies the compute node group.
" + }, + "id":{ + "shape":"String", + "documentation":"The generated unique ID of the compute node group.
" + }, + "arn":{ + "shape":"String", + "documentation":"The unique Amazon Resource Name (ARN) of the compute node group.
" + }, + "clusterId":{ + "shape":"String", + "documentation":"The ID of the cluster of the compute node group.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The date and time the resource was created.
" + }, + "modifiedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The date and time the resource was modified.
" + }, + "status":{ + "shape":"ComputeNodeGroupStatus", + "documentation":"The provisioning status of the compute node group.
The provisioning status doesn't indicate the overall health of the compute node group.
The ID of the Amazon Machine Image (AMI) that Amazon Web Services PCS uses to launch instances. If not provided, Amazon Web Services PCS uses the AMI ID specified in the custom launch template.
" + }, + "subnetIds":{ + "shape":"SubnetIdList", + "documentation":"The list of subnet IDs where instances are provisioned by the compute node group. The subnets must be in the same VPC as the cluster.
" + }, + "purchaseOption":{ + "shape":"PurchaseOption", + "documentation":"Specifies how EC2 instances are purchased on your behalf. Amazon Web Services PCS supports On-Demand and Spot instances. For more information, see Instance purchasing options in the Amazon Elastic Compute Cloud User Guide. If you don't provide this option, it defaults to On-Demand.
" + }, + "customLaunchTemplate":{"shape":"CustomLaunchTemplate"}, + "iamInstanceProfileArn":{ + "shape":"InstanceProfileArn", + "documentation":"The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have the pcs:RegisterComputeNodeGroupInstance permission. The resource identifier of the ARN must start with AWSPCS or it must have /aws-pcs/ in its path.
Examples
arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1
arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2
A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.
" + }, + "spotOptions":{"shape":"SpotOptions"}, + "slurmConfiguration":{"shape":"ComputeNodeGroupSlurmConfiguration"}, + "errorInfo":{ + "shape":"ErrorInfoList", + "documentation":"The list of errors that occurred during compute node group provisioning.
" + } + }, + "documentation":"A compute node group associated with a cluster.
" + }, + "ComputeNodeGroupConfiguration":{ + "type":"structure", + "members":{ + "computeNodeGroupId":{ + "shape":"String", + "documentation":"The compute node group ID for the compute node group configuration.
" + } + }, + "documentation":"The compute node group configuration for a queue.
" + }, + "ComputeNodeGroupConfigurationList":{ + "type":"list", + "member":{"shape":"ComputeNodeGroupConfiguration"} + }, + "ComputeNodeGroupIdentifier":{ + "type":"string", + "pattern":"(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{1,25})" + }, + "ComputeNodeGroupList":{ + "type":"list", + "member":{"shape":"ComputeNodeGroupSummary"} + }, + "ComputeNodeGroupName":{ + "type":"string", + "max":25, + "min":1, + "pattern":"(?!pcs_)^(?![A-Za-z0-9]{10}$)[A-Za-z][A-Za-z0-9-]+" + }, + "ComputeNodeGroupSlurmConfiguration":{ + "type":"structure", + "members":{ + "slurmCustomSettings":{ + "shape":"SlurmCustomSettings", + "documentation":"Additional Slurm-specific configuration that directly maps to Slurm settings.
" + } + }, + "documentation":"Additional options related to the Slurm scheduler.
" + }, + "ComputeNodeGroupSlurmConfigurationRequest":{ + "type":"structure", + "members":{ + "slurmCustomSettings":{ + "shape":"SlurmCustomSettings", + "documentation":"Additional Slurm-specific configuration that directly maps to Slurm settings.
" + } + }, + "documentation":"Additional options related to the Slurm scheduler.
" + }, + "ComputeNodeGroupStatus":{ + "type":"string", + "enum":[ + "CREATING", + "ACTIVE", + "UPDATING", + "DELETING", + "CREATE_FAILED", + "DELETE_FAILED", + "UPDATE_FAILED", + "DELETED" + ] + }, + "ComputeNodeGroupSummary":{ + "type":"structure", + "required":[ + "name", + "id", + "arn", + "clusterId", + "createdAt", + "modifiedAt", + "status" + ], + "members":{ + "name":{ + "shape":"ComputeNodeGroupName", + "documentation":"The name that identifies the compute node group.
" + }, + "id":{ + "shape":"String", + "documentation":"The generated unique ID of the compute node group.
" + }, + "arn":{ + "shape":"String", + "documentation":"The unique Amazon Resource Name (ARN) of the compute node group.
" + }, + "clusterId":{ + "shape":"String", + "documentation":"The ID of the cluster of the compute node group.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The date and time the resource was created.
" + }, + "modifiedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The date and time the resource was modified.
" + }, + "status":{ + "shape":"ComputeNodeGroupStatus", + "documentation":"The provisioning status of the compute node group.
The provisioning status doesn't indicate the overall health of the compute node group.
The object returned by the ListComputeNodeGroups API action.
The unique identifier of the resource that caused the conflict exception.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"The type or category of the resource that caused the conflict exception.\"
" + } + }, + "documentation":"Your request has conflicting operations. This can occur if you're trying to perform more than 1 operation on the same resource at the same time.
Examples
A cluster with the same name already exists.
A cluster isn't in ACTIVE status.
A cluster to delete is in an unstable state. For example, because it still has ACTIVE node groups or queues.
A queue already exists in a cluster.
A name to identify the cluster. Example: MyCluster
The cluster management and job scheduling software associated with the cluster.
" + }, + "size":{ + "shape":"Size", + "documentation":"A value that determines the maximum number of compute nodes in the cluster and the maximum number of jobs (active and queued).
SMALL: 32 compute nodes and 256 jobs
MEDIUM: 512 compute nodes and 8192 jobs
LARGE: 2048 compute nodes and 16,384 jobs
The networking configuration used to set up the cluster's control plane.
" + }, + "slurmConfiguration":{ + "shape":"ClusterSlurmConfigurationRequest", + "documentation":"Additional options related to the Slurm scheduler.
" + }, + "clientToken":{ + "shape":"SBClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you don't specify a client token, the CLI and SDK automatically generate 1 for you.
", + "idempotencyToken":true + }, + "tags":{ + "shape":"RequestTagMap", + "documentation":"1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
" + } + } + }, + "CreateClusterResponse":{ + "type":"structure", + "members":{ + "cluster":{ + "shape":"Cluster", + "documentation":"The cluster resource.
" + } + } + }, + "CreateComputeNodeGroupRequest":{ + "type":"structure", + "required":[ + "clusterIdentifier", + "computeNodeGroupName", + "subnetIds", + "customLaunchTemplate", + "iamInstanceProfileArn", + "scalingConfiguration", + "instanceConfigs" + ], + "members":{ + "clusterIdentifier":{ + "shape":"ClusterIdentifier", + "documentation":"The name or ID of the cluster to create a compute node group in.
" + }, + "computeNodeGroupName":{ + "shape":"ComputeNodeGroupName", + "documentation":"A name to identify the cluster. Example: MyCluster
The ID of the Amazon Machine Image (AMI) that Amazon Web Services PCS uses to launch compute nodes (Amazon EC2 instances). If you don't provide this value, Amazon Web Services PCS uses the AMI ID specified in the custom launch template.
" + }, + "subnetIds":{ + "shape":"StringList", + "documentation":"The list of subnet IDs where the compute node group launches instances. Subnets must be in the same VPC as the cluster.
" + }, + "purchaseOption":{ + "shape":"PurchaseOption", + "documentation":"Specifies how EC2 instances are purchased on your behalf. Amazon Web Services PCS supports On-Demand and Spot instances. For more information, see Instance purchasing options in the Amazon Elastic Compute Cloud User Guide. If you don't provide this option, it defaults to On-Demand.
" + }, + "customLaunchTemplate":{"shape":"CustomLaunchTemplate"}, + "iamInstanceProfileArn":{ + "shape":"InstanceProfileArn", + "documentation":"The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have the pcs:RegisterComputeNodeGroupInstance permission. The resource identifier of the ARN must start with AWSPCS or it must have /aws-pcs/ in its path.
Examples
arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1
arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2
Specifies the boundaries of the compute node group auto scaling.
" + }, + "instanceConfigs":{ + "shape":"InstanceList", + "documentation":"A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.
" + }, + "spotOptions":{"shape":"SpotOptions"}, + "slurmConfiguration":{ + "shape":"ComputeNodeGroupSlurmConfigurationRequest", + "documentation":"Additional options related to the Slurm scheduler.
" + }, + "clientToken":{ + "shape":"SBClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you don't specify a client token, the CLI and SDK automatically generate 1 for you.
", + "idempotencyToken":true + }, + "tags":{ + "shape":"RequestTagMap", + "documentation":"1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
" + } + } + }, + "CreateComputeNodeGroupResponse":{ + "type":"structure", + "members":{ + "computeNodeGroup":{"shape":"ComputeNodeGroup"} + } + }, + "CreateQueueRequest":{ + "type":"structure", + "required":[ + "clusterIdentifier", + "queueName" + ], + "members":{ + "clusterIdentifier":{ + "shape":"ClusterIdentifier", + "documentation":"The name or ID of the cluster for which to create a queue.
" + }, + "queueName":{ + "shape":"QueueName", + "documentation":"A name to identify the queue.
" + }, + "computeNodeGroupConfigurations":{ + "shape":"ComputeNodeGroupConfigurationList", + "documentation":"The list of compute node group configurations to associate with the queue. Queues assign jobs to associated compute node groups.
" + }, + "clientToken":{ + "shape":"SBClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you don't specify a client token, the CLI and SDK automatically generate 1 for you.
", + "idempotencyToken":true + }, + "tags":{ + "shape":"RequestTagMap", + "documentation":"1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
" + } + } + }, + "CreateQueueResponse":{ + "type":"structure", + "members":{ + "queue":{"shape":"Queue"} + } + }, + "CustomLaunchTemplate":{ + "type":"structure", + "required":[ + "id", + "version" + ], + "members":{ + "id":{ + "shape":"String", + "documentation":"The ID of the EC2 launch template to use to provision instances.
Example: lt-xxxx
The version of the EC2 launch template to use to provision instances.
" + } + }, + "documentation":"An Amazon EC2 launch template Amazon Web Services PCS uses to launch compute nodes.
" + }, + "DeleteClusterRequest":{ + "type":"structure", + "required":["clusterIdentifier"], + "members":{ + "clusterIdentifier":{ + "shape":"ClusterIdentifier", + "documentation":"The name or ID of the cluster to delete.
" + }, + "clientToken":{ + "shape":"SBClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you don't specify a client token, the CLI and SDK automatically generate 1 for you.
", + "idempotencyToken":true + } + } + }, + "DeleteClusterResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteComputeNodeGroupRequest":{ + "type":"structure", + "required":[ + "clusterIdentifier", + "computeNodeGroupIdentifier" + ], + "members":{ + "clusterIdentifier":{ + "shape":"ClusterIdentifier", + "documentation":"The name or ID of the cluster of the compute node group.
" + }, + "computeNodeGroupIdentifier":{ + "shape":"ComputeNodeGroupIdentifier", + "documentation":"The name or ID of the compute node group to delete.
" + }, + "clientToken":{ + "shape":"SBClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you don't specify a client token, the CLI and SDK automatically generate 1 for you.
", + "idempotencyToken":true + } + } + }, + "DeleteComputeNodeGroupResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteQueueRequest":{ + "type":"structure", + "required":[ + "clusterIdentifier", + "queueIdentifier" + ], + "members":{ + "clusterIdentifier":{ + "shape":"ClusterIdentifier", + "documentation":"The name or ID of the cluster of the queue.
" + }, + "queueIdentifier":{ + "shape":"QueueIdentifier", + "documentation":"The name or ID of the queue to delete.
" + }, + "clientToken":{ + "shape":"SBClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you don't specify a client token, the CLI and SDK automatically generate 1 for you.
", + "idempotencyToken":true + } + } + }, + "DeleteQueueResponse":{ + "type":"structure", + "members":{ + } + }, + "Endpoint":{ + "type":"structure", + "required":[ + "type", + "privateIpAddress", + "port" + ], + "members":{ + "type":{ + "shape":"EndpointType", + "documentation":"Indicates the type of endpoint running at the specific IP address.
" + }, + "privateIpAddress":{ + "shape":"String", + "documentation":"The endpoint's private IP address.
Example: 2.2.2.2
The endpoint's public IP address.
Example: 1.1.1.1
The endpoint's connection port number.
Example: 1234
An endpoint available for interaction with the scheduler.
" + }, + "EndpointType":{ + "type":"string", + "enum":[ + "SLURMCTLD", + "SLURMDBD" + ] + }, + "Endpoints":{ + "type":"list", + "member":{"shape":"Endpoint"} + }, + "ErrorInfo":{ + "type":"structure", + "members":{ + "code":{ + "shape":"String", + "documentation":"The short-form error code.
" + }, + "message":{ + "shape":"String", + "documentation":"The detailed error information.
" + } + }, + "documentation":"An error that occurred during resource creation.
" + }, + "ErrorInfoList":{ + "type":"list", + "member":{"shape":"ErrorInfo"} + }, + "GetClusterRequest":{ + "type":"structure", + "required":["clusterIdentifier"], + "members":{ + "clusterIdentifier":{ + "shape":"ClusterIdentifier", + "documentation":"The name or ID of the cluster of the queue.
" + } + } + }, + "GetClusterResponse":{ + "type":"structure", + "members":{ + "cluster":{ + "shape":"Cluster", + "documentation":"The cluster resource.
" + } + } + }, + "GetComputeNodeGroupRequest":{ + "type":"structure", + "required":[ + "clusterIdentifier", + "computeNodeGroupIdentifier" + ], + "members":{ + "clusterIdentifier":{ + "shape":"ClusterIdentifier", + "documentation":"The name or ID of the cluster.
" + }, + "computeNodeGroupIdentifier":{ + "shape":"ComputeNodeGroupIdentifier", + "documentation":"The name or ID of the compute node group.
" + } + } + }, + "GetComputeNodeGroupResponse":{ + "type":"structure", + "members":{ + "computeNodeGroup":{"shape":"ComputeNodeGroup"} + } + }, + "GetQueueRequest":{ + "type":"structure", + "required":[ + "clusterIdentifier", + "queueIdentifier" + ], + "members":{ + "clusterIdentifier":{ + "shape":"ClusterIdentifier", + "documentation":"The name or ID of the cluster of the queue.
" + }, + "queueIdentifier":{ + "shape":"QueueIdentifier", + "documentation":"The name or ID of the queue.
" + } + } + }, + "GetQueueResponse":{ + "type":"structure", + "members":{ + "queue":{"shape":"Queue"} + } + }, + "InstanceConfig":{ + "type":"structure", + "members":{ + "instanceType":{ + "shape":"String", + "documentation":"The EC2 instance type that Amazon Web Services PCS can provision in the compute node group.
Example: t2.xlarge
An EC2 instance configuration Amazon Web Services PCS uses to launch compute nodes.
" + }, + "InstanceList":{ + "type":"list", + "member":{"shape":"InstanceConfig"} + }, + "InstanceProfileArn":{ + "type":"string", + "pattern":"arn:aws([a-zA-Z-]{0,10})?:iam::[0-9]{12}:instance-profile/.{1,128}" + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalServerException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"} + }, + "documentation":"Amazon Web Services PCS can't process your request right now. Try again later.
", + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "ListClustersRequest":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"String", + "documentation":"The value of nextToken is a unique pagination token for each page of results returned. If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token returns an HTTP 400 InvalidToken error.
The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 10 results, and the maximum allowed page size is 100 results. A value of 0 uses the default.
The list of clusters.
" + }, + "nextToken":{ + "shape":"String", + "documentation":"The value of nextToken is a unique pagination token for each page of results returned. If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token returns an HTTP 400 InvalidToken error.
The name or ID of the cluster to list compute node groups for.
" + }, + "nextToken":{ + "shape":"String", + "documentation":"The value of nextToken is a unique pagination token for each page of results returned. If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token returns an HTTP 400 InvalidToken error.
The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 10 results, and the maximum allowed page size is 100 results. A value of 0 uses the default.
The list of compute node groups for the cluster.
" + }, + "nextToken":{ + "shape":"String", + "documentation":"The value of nextToken is a unique pagination token for each page of results returned. If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token returns an HTTP 400 InvalidToken error.
The name or ID of the cluster to list queues for.
" + }, + "nextToken":{ + "shape":"String", + "documentation":"The value of nextToken is a unique pagination token for each page of results returned. If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token returns an HTTP 400 InvalidToken error.
The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results. The default is 10 results, and the maximum allowed page size is 100 results. A value of 0 uses the default.
The list of queues associated with the cluster.
" + }, + "nextToken":{ + "shape":"String", + "documentation":"The value of nextToken is a unique pagination token for each page of results returned. If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token returns an HTTP 400 InvalidToken error.
The Amazon Resource Name (ARN) of the resource for which to list tags.
" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "tags":{ + "shape":"ResponseTagMap", + "documentation":"1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
" + } + } + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":100, + "min":1 + }, + "Networking":{ + "type":"structure", + "members":{ + "subnetIds":{ + "shape":"SubnetIdList", + "documentation":"The ID of the subnet where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources. The subnet must have an available IP address, cannot reside in AWS Outposts, AWS Wavelength, or an AWS Local Zone.
Example: subnet-abcd1234
The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
The following rules are required:
Inbound rule 1
Protocol: All
Ports: All
Source: Self
Outbound rule 1
Protocol: All
Ports: All
Destination: 0.0.0.0/0 (IPv4)
Outbound rule 2
Protocol: All
Ports: All
Destination: Self
The networking configuration for the cluster's control plane.
" + }, + "NetworkingRequest":{ + "type":"structure", + "members":{ + "subnetIds":{ + "shape":"SubnetIdList", + "documentation":"The list of subnet IDs where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources. Subnet IDs have the form subnet-0123456789abcdef0.
Subnets can't be in Outposts, Wavelength or an Amazon Web Services Local Zone.
Amazon Web Services PCS currently supports only 1 subnet in this list.
A list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
" + } + }, + "documentation":"The networking configuration for the cluster's control plane.
" + }, + "PurchaseOption":{ + "type":"string", + "enum":[ + "ONDEMAND", + "SPOT" + ] + }, + "Queue":{ + "type":"structure", + "required":[ + "name", + "id", + "arn", + "clusterId", + "createdAt", + "modifiedAt", + "status", + "computeNodeGroupConfigurations" + ], + "members":{ + "name":{ + "shape":"QueueName", + "documentation":"The name that identifies the queue.
" + }, + "id":{ + "shape":"String", + "documentation":"The generated unique ID of the queue.
" + }, + "arn":{ + "shape":"String", + "documentation":"The unique Amazon Resource Name (ARN) of the queue.
" + }, + "clusterId":{ + "shape":"String", + "documentation":"The ID of the cluster of the queue.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The date and time the resource was created.
" + }, + "modifiedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The date and time the resource was modified.
" + }, + "status":{ + "shape":"QueueStatus", + "documentation":"The provisioning status of the queue.
The provisioning status doesn't indicate the overall health of the queue.
The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
" + }, + "errorInfo":{ + "shape":"ErrorInfoList", + "documentation":"The list of errors that occurred during queue provisioning.
" + } + }, + "documentation":"A queue resource.
" + }, + "QueueIdentifier":{ + "type":"string", + "pattern":"(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{1,25})" + }, + "QueueList":{ + "type":"list", + "member":{"shape":"QueueSummary"} + }, + "QueueName":{ + "type":"string", + "max":25, + "min":1, + "pattern":"(?!pcs_)^(?![A-Za-z0-9]{10}$)[A-Za-z][A-Za-z0-9-]+" + }, + "QueueStatus":{ + "type":"string", + "enum":[ + "CREATING", + "ACTIVE", + "UPDATING", + "DELETING", + "CREATE_FAILED", + "DELETE_FAILED", + "UPDATE_FAILED" + ] + }, + "QueueSummary":{ + "type":"structure", + "required":[ + "name", + "id", + "arn", + "clusterId", + "createdAt", + "modifiedAt", + "status" + ], + "members":{ + "name":{ + "shape":"QueueName", + "documentation":"The name that identifies the queue.
" + }, + "id":{ + "shape":"String", + "documentation":"The generated unique ID of the queue.
" + }, + "arn":{ + "shape":"String", + "documentation":"The unique Amazon Resource Name (ARN) of the queue.
" + }, + "clusterId":{ + "shape":"String", + "documentation":"The ID of the cluster of the queue.
" + }, + "createdAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The date and time the resource was created.
" + }, + "modifiedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The date and time the resource was modified.
" + }, + "status":{ + "shape":"QueueStatus", + "documentation":"The provisioning status of the queue.
The provisioning status doesn't indicate the overall health of the queue.
The object returned by the ListQueues API action.
The name or ID of the cluster to register the compute node group instance in.
" + }, + "bootstrapId":{ + "shape":"BootstrapId", + "documentation":"The client-generated token to allow for retries.
" + } + } + }, + "RegisterComputeNodeGroupInstanceResponse":{ + "type":"structure", + "required":[ + "nodeID", + "sharedSecret", + "endpoints" + ], + "members":{ + "nodeID":{ + "shape":"String", + "documentation":"The scheduler node ID for this instance.
" + }, + "sharedSecret":{ + "shape":"SharedSecret", + "documentation":"For the Slurm scheduler, this is the shared Munge key the scheduler uses to authenticate compute node group instances.
" + }, + "endpoints":{ + "shape":"Endpoints", + "documentation":"The list of endpoints available for interaction with the scheduler.
" + } + } + }, + "RequestTagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":200, + "min":1 + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":[ + "message", + "resourceId", + "resourceType" + ], + "members":{ + "message":{"shape":"String"}, + "resourceId":{ + "shape":"String", + "documentation":"The unique identifier of the resource that was not found.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"The type or category of the resource that was not found.
" + } + }, + "documentation":"The requested resource can't be found. The cluster, node group, or queue you're attempting to get, update, list, or delete doesn't exist.
Examples
", + "exception":true + }, + "ResponseTagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"} + }, + "SBClientToken":{ + "type":"string", + "max":100, + "min":8 + }, + "ScalingConfiguration":{ + "type":"structure", + "required":[ + "minInstanceCount", + "maxInstanceCount" + ], + "members":{ + "minInstanceCount":{ + "shape":"ScalingConfigurationMinInstanceCountInteger", + "documentation":"The lower bound of the number of instances allowed in the compute fleet.
" + }, + "maxInstanceCount":{ + "shape":"ScalingConfigurationMaxInstanceCountInteger", + "documentation":"The upper bound of the number of instances allowed in the compute fleet.
" + } + }, + "documentation":"Specifies the boundaries of the compute node group auto scaling.
" + }, + "ScalingConfigurationMaxInstanceCountInteger":{ + "type":"integer", + "box":true, + "min":0 + }, + "ScalingConfigurationMinInstanceCountInteger":{ + "type":"integer", + "box":true, + "min":0 + }, + "ScalingConfigurationRequest":{ + "type":"structure", + "required":[ + "minInstanceCount", + "maxInstanceCount" + ], + "members":{ + "minInstanceCount":{ + "shape":"ScalingConfigurationRequestMinInstanceCountInteger", + "documentation":"The lower bound of the number of instances allowed in the compute fleet.
" + }, + "maxInstanceCount":{ + "shape":"ScalingConfigurationRequestMaxInstanceCountInteger", + "documentation":"The upper bound of the number of instances allowed in the compute fleet.
" + } + }, + "documentation":"Specifies the boundaries of the compute node group auto scaling.
" + }, + "ScalingConfigurationRequestMaxInstanceCountInteger":{ + "type":"integer", + "box":true, + "min":0 + }, + "ScalingConfigurationRequestMinInstanceCountInteger":{ + "type":"integer", + "box":true, + "min":0 + }, + "Scheduler":{ + "type":"structure", + "required":[ + "type", + "version" + ], + "members":{ + "type":{ + "shape":"SchedulerType", + "documentation":"The software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.
" + }, + "version":{ + "shape":"String", + "documentation":"The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.
" + } + }, + "documentation":"The cluster management and job scheduling software associated with the cluster.
" + }, + "SchedulerRequest":{ + "type":"structure", + "required":[ + "type", + "version" + ], + "members":{ + "type":{ + "shape":"SchedulerType", + "documentation":"The software Amazon Web Services PCS uses to manage cluster scaling and job scheduling.
" + }, + "version":{ + "shape":"String", + "documentation":"The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.
" + } + }, + "documentation":"The cluster management and job scheduling software associated with the cluster.
" + }, + "SchedulerType":{ + "type":"string", + "enum":["SLURM"] + }, + "SecurityGroupId":{ + "type":"string", + "pattern":"sg-\\w{8,17}" + }, + "SecurityGroupIdList":{ + "type":"list", + "member":{"shape":"SecurityGroupId"} + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "required":[ + "message", + "serviceCode" + ], + "members":{ + "message":{"shape":"String"}, + "serviceCode":{ + "shape":"String", + "documentation":"The service code associated with the quota that was exceeded.
" + }, + "resourceId":{ + "shape":"String", + "documentation":"The unique identifier of the resource that caused the quota to be exceeded.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"The type or category of the resource that caused the quota to be exceeded.
" + }, + "quotaCode":{ + "shape":"String", + "documentation":"The quota code of the service quota that was exceeded.
" + } + }, + "documentation":"You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account. To learn how to increase your service quota, see Requesting a quota increase in the Service Quotas User Guide
Examples
The max number of clusters or queues has been reached for the account.
The max number of compute node groups has been reached for the associated cluster.
The total of maxInstances across all compute node groups has been reached for associated cluster.
The Amazon Resource Name (ARN) of the the shared Slurm key.
" + }, + "secretVersion":{ + "shape":"String", + "documentation":"The version of the shared Slurm key.
" + } + }, + "documentation":"The shared Slurm key for authentication, also known as the cluster secret.
" + }, + "SlurmCustomSetting":{ + "type":"structure", + "required":[ + "parameterName", + "parameterValue" + ], + "members":{ + "parameterName":{ + "shape":"String", + "documentation":"Amazon Web Services PCS supports configuration of the following Slurm parameters:
For clusters
For compute node groups
The values for the configured Slurm settings.
" + } + }, + "documentation":"Additional settings that directly map to Slurm settings.
" + }, + "SlurmCustomSettings":{ + "type":"list", + "member":{"shape":"SlurmCustomSetting"} + }, + "SpotAllocationStrategy":{ + "type":"string", + "enum":[ + "lowest-price", + "capacity-optimized", + "price-capacity-optimized" + ] + }, + "SpotOptions":{ + "type":"structure", + "members":{ + "allocationStrategy":{ + "shape":"SpotAllocationStrategy", + "documentation":"The Amazon EC2 allocation strategy Amazon Web Services PCS uses to provision EC2 instances. Amazon Web Services PCS supports lowest price, capacity optimized, and price capacity optimized. For more information, see Use allocation strategies to determine how EC2 Fleet or Spot Fleet fulfills Spot and On-Demand capacity in the Amazon Elastic Compute Cloud User Guide. If you don't provide this option, it defaults to price capacity optimized.
" + } + }, + "documentation":"Additional configuration when you specify SPOT as the purchaseOption for the CreateComputeNodeGroup API action.
The Amazon Resource Name (ARN) of the resource.
" + }, + "tags":{ + "shape":"RequestTagMap", + "documentation":"1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
" + } + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0 + }, + "ThrottlingException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "retryAfterSeconds":{ + "shape":"Integer", + "documentation":"The number of seconds to wait before retrying the request.
" + } + }, + "documentation":"Your request exceeded a request rate quota. Check the resource's request rate quota and try again.
", + "exception":true, + "retryable":{"throttling":false} + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
" + }, + "tagKeys":{ + "shape":"TagKeys", + "documentation":"1 or more tag keys to remove from the resource. Specify only tag keys and not tag values.
" + } + } + }, + "UpdateComputeNodeGroupRequest":{ + "type":"structure", + "required":[ + "clusterIdentifier", + "computeNodeGroupIdentifier" + ], + "members":{ + "clusterIdentifier":{ + "shape":"ClusterIdentifier", + "documentation":"The name or ID of the cluster of the compute node group.
" + }, + "computeNodeGroupIdentifier":{ + "shape":"ComputeNodeGroupIdentifier", + "documentation":"The name or ID of the compute node group.
" + }, + "amiId":{ + "shape":"AmiId", + "documentation":"The ID of the Amazon Machine Image (AMI) that Amazon Web Services PCS uses to launch instances. If not provided, Amazon Web Services PCS uses the AMI ID specified in the custom launch template.
" + }, + "subnetIds":{ + "shape":"StringList", + "documentation":"The list of subnet IDs where the compute node group provisions instances. The subnets must be in the same VPC as the cluster.
" + }, + "customLaunchTemplate":{"shape":"CustomLaunchTemplate"}, + "purchaseOption":{ + "shape":"PurchaseOption", + "documentation":"Specifies how EC2 instances are purchased on your behalf. Amazon Web Services PCS supports On-Demand and Spot instances. For more information, see Instance purchasing options in the Amazon Elastic Compute Cloud User Guide. If you don't provide this option, it defaults to On-Demand.
" + }, + "spotOptions":{"shape":"SpotOptions"}, + "scalingConfiguration":{ + "shape":"ScalingConfigurationRequest", + "documentation":"Specifies the boundaries of the compute node group auto scaling.
" + }, + "iamInstanceProfileArn":{ + "shape":"InstanceProfileArn", + "documentation":"The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have the pcs:RegisterComputeNodeGroupInstance permission. The resource identifier of the ARN must start with AWSPCS or it must have /aws-pcs/ in its path.
Examples
arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1
arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2
Additional options related to the Slurm scheduler.
" + }, + "clientToken":{ + "shape":"SBClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you don't specify a client token, the CLI and SDK automatically generate 1 for you.
", + "idempotencyToken":true + } + } + }, + "UpdateComputeNodeGroupResponse":{ + "type":"structure", + "members":{ + "computeNodeGroup":{"shape":"ComputeNodeGroup"} + } + }, + "UpdateComputeNodeGroupSlurmConfigurationRequest":{ + "type":"structure", + "members":{ + "slurmCustomSettings":{ + "shape":"SlurmCustomSettings", + "documentation":"Additional Slurm-specific configuration that directly maps to Slurm settings.
" + } + }, + "documentation":"Additional options related to the Slurm scheduler.
" + }, + "UpdateQueueRequest":{ + "type":"structure", + "required":[ + "clusterIdentifier", + "queueIdentifier" + ], + "members":{ + "clusterIdentifier":{ + "shape":"ClusterIdentifier", + "documentation":"The name or ID of the cluster of the queue.
" + }, + "queueIdentifier":{ + "shape":"QueueIdentifier", + "documentation":"The name or ID of the queue.
" + }, + "computeNodeGroupConfigurations":{ + "shape":"ComputeNodeGroupConfigurationList", + "documentation":"The list of compute node group configurations to associate with the queue. Queues assign jobs to associated compute node groups.
" + }, + "clientToken":{ + "shape":"SBClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries with the same client token return the result from the original successful request and they have no additional effect. If you don't specify a client token, the CLI and SDK automatically generate 1 for you.
", + "idempotencyToken":true + } + } + }, + "UpdateQueueResponse":{ + "type":"structure", + "members":{ + "queue":{"shape":"Queue"} + } + }, + "ValidationException":{ + "type":"structure", + "required":[ + "message", + "reason" + ], + "members":{ + "message":{"shape":"String"}, + "reason":{ + "shape":"ValidationExceptionReason", + "documentation":"The specific reason or cause of the validation error.
" + }, + "fieldList":{ + "shape":"ValidationExceptionFieldList", + "documentation":"A list of fields or properties that failed validation.
" + } + }, + "documentation":"The request isn't valid.
Examples
Your request contains malformed JSON or unsupported characters.
The scheduler version isn't supported.
There are networking related errors, such as network validation failure.
AMI type is CUSTOM and the launch template doesn't define the AMI ID, or the AMI type is AL2 and the launch template defines the AMI.
The name of the exception.
" + }, + "message":{ + "shape":"String", + "documentation":"The message body of the exception.
" + } + }, + "documentation":"Stores information about a field in a request that caused an exception.
" + }, + "ValidationExceptionFieldList":{ + "type":"list", + "member":{"shape":"ValidationExceptionField"} + }, + "ValidationExceptionReason":{ + "type":"string", + "enum":[ + "unknownOperation", + "cannotParse", + "fieldValidationFailed", + "other" + ] + } + }, + "documentation":"Amazon Web Services Parallel Computing Service (Amazon Web Services PCS) is a managed service that makes it easier for you to run and scale your high performance computing (HPC) workloads, and build scientific and engineering models on Amazon Web Services using Slurm. For more information, see the Amazon Web Services Parallel Computing Service User Guide.
This reference describes the actions and data types of the service management API. You can use the Amazon Web Services SDKs to call the API actions in software, or use the Command Line Interface (CLI) to call the API actions manually. These API actions manage the service through an Amazon Web Services account.
The API actions operate on Amazon Web Services PCS resources. A resource is an entity in Amazon Web Services that you can work with. Amazon Web Services services create resources when you use the features of the service. Examples of Amazon Web Services PCS resources include clusters, compute node groups, and queues. For more information about resources in Amazon Web Services, see Resource in the Resource Explorer User Guide.
An Amazon Web Services PCS compute node is an Amazon EC2 instance. You don't launch compute nodes directly. Amazon Web Services PCS uses configuration information that you provide to launch compute nodes in your Amazon Web Services account. You receive billing charges for your running compute nodes. Amazon Web Services PCS automatically terminates your compute nodes when you delete the Amazon Web Services PCS resources related to those compute nodes.
" +} diff --git a/testbed/boto__botocore/botocore/data/pcs/2023-02-10/waiters-2.json b/testbed/boto__botocore/botocore/data/pcs/2023-02-10/waiters-2.json new file mode 100644 index 0000000000000000000000000000000000000000..13f60ee66be6a3d75208653e2bd7b563561adacc --- /dev/null +++ b/testbed/boto__botocore/botocore/data/pcs/2023-02-10/waiters-2.json @@ -0,0 +1,5 @@ +{ + "version": 2, + "waiters": { + } +} diff --git a/testbed/boto__botocore/botocore/data/privatenetworks/2021-12-03/service-2.json b/testbed/boto__botocore/botocore/data/privatenetworks/2021-12-03/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..daf96e232b8b6c5192232b61b3f7bd5df224874b --- /dev/null +++ b/testbed/boto__botocore/botocore/data/privatenetworks/2021-12-03/service-2.json @@ -0,0 +1,2182 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2021-12-03", + "endpointPrefix":"private-networks", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceFullName":"AWS Private 5G", + "serviceId":"PrivateNetworks", + "signatureVersion":"v4", + "signingName":"private-networks", + "uid":"privatenetworks-2021-12-03" + }, + "operations":{ + "AcknowledgeOrderReceipt":{ + "name":"AcknowledgeOrderReceipt", + "http":{ + "method":"POST", + "requestUri":"/v1/orders/acknowledge", + "responseCode":200 + }, + "input":{"shape":"AcknowledgeOrderReceiptRequest"}, + "output":{"shape":"AcknowledgeOrderReceiptResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Acknowledges that the specified network order was received.
" + }, + "ActivateDeviceIdentifier":{ + "name":"ActivateDeviceIdentifier", + "http":{ + "method":"POST", + "requestUri":"/v1/device-identifiers/activate", + "responseCode":200 + }, + "input":{"shape":"ActivateDeviceIdentifierRequest"}, + "output":{"shape":"ActivateDeviceIdentifierResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Activates the specified device identifier.
", + "idempotent":true + }, + "ActivateNetworkSite":{ + "name":"ActivateNetworkSite", + "http":{ + "method":"POST", + "requestUri":"/v1/network-sites/activate", + "responseCode":200 + }, + "input":{"shape":"ActivateNetworkSiteRequest"}, + "output":{"shape":"ActivateNetworkSiteResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Activates the specified network site.
", + "idempotent":true + }, + "ConfigureAccessPoint":{ + "name":"ConfigureAccessPoint", + "http":{ + "method":"POST", + "requestUri":"/v1/network-resources/configure", + "responseCode":200 + }, + "input":{"shape":"ConfigureAccessPointRequest"}, + "output":{"shape":"ConfigureAccessPointResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Configures the specified network resource.
Use this action to specify the geographic position of the hardware. You must provide Certified Professional Installer (CPI) credentials in the request so that we can obtain spectrum grants. For more information, see Radio units in the Amazon Web Services Private 5G User Guide.
", + "idempotent":true + }, + "CreateNetwork":{ + "name":"CreateNetwork", + "http":{ + "method":"POST", + "requestUri":"/v1/networks", + "responseCode":200 + }, + "input":{"shape":"CreateNetworkRequest"}, + "output":{"shape":"CreateNetworkResponse"}, + "errors":[ + {"shape":"LimitExceededException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates a network.
", + "idempotent":true + }, + "CreateNetworkSite":{ + "name":"CreateNetworkSite", + "http":{ + "method":"POST", + "requestUri":"/v1/network-sites", + "responseCode":200 + }, + "input":{"shape":"CreateNetworkSiteRequest"}, + "output":{"shape":"CreateNetworkSiteResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates a network site.
", + "idempotent":true + }, + "DeactivateDeviceIdentifier":{ + "name":"DeactivateDeviceIdentifier", + "http":{ + "method":"POST", + "requestUri":"/v1/device-identifiers/deactivate", + "responseCode":200 + }, + "input":{"shape":"DeactivateDeviceIdentifierRequest"}, + "output":{"shape":"DeactivateDeviceIdentifierResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deactivates the specified device identifier.
", + "idempotent":true + }, + "DeleteNetwork":{ + "name":"DeleteNetwork", + "http":{ + "method":"DELETE", + "requestUri":"/v1/networks/{networkArn}", + "responseCode":200 + }, + "input":{"shape":"DeleteNetworkRequest"}, + "output":{"shape":"DeleteNetworkResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes the specified network. You must delete network sites before you delete the network. For more information, see DeleteNetworkSite in the API Reference for Amazon Web Services Private 5G.
", + "idempotent":true + }, + "DeleteNetworkSite":{ + "name":"DeleteNetworkSite", + "http":{ + "method":"DELETE", + "requestUri":"/v1/network-sites/{networkSiteArn}", + "responseCode":200 + }, + "input":{"shape":"DeleteNetworkSiteRequest"}, + "output":{"shape":"DeleteNetworkSiteResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes the specified network site. Return the hardware after you delete the network site. You are responsible for minimum charges. For more information, see Hardware returns in the Amazon Web Services Private 5G User Guide.
", + "idempotent":true + }, + "GetDeviceIdentifier":{ + "name":"GetDeviceIdentifier", + "http":{ + "method":"GET", + "requestUri":"/v1/device-identifiers/{deviceIdentifierArn}", + "responseCode":200 + }, + "input":{"shape":"GetDeviceIdentifierRequest"}, + "output":{"shape":"GetDeviceIdentifierResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets the specified device identifier.
" + }, + "GetNetwork":{ + "name":"GetNetwork", + "http":{ + "method":"GET", + "requestUri":"/v1/networks/{networkArn}", + "responseCode":200 + }, + "input":{"shape":"GetNetworkRequest"}, + "output":{"shape":"GetNetworkResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets the specified network.
" + }, + "GetNetworkResource":{ + "name":"GetNetworkResource", + "http":{ + "method":"GET", + "requestUri":"/v1/network-resources/{networkResourceArn}", + "responseCode":200 + }, + "input":{"shape":"GetNetworkResourceRequest"}, + "output":{"shape":"GetNetworkResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets the specified network resource.
" + }, + "GetNetworkSite":{ + "name":"GetNetworkSite", + "http":{ + "method":"GET", + "requestUri":"/v1/network-sites/{networkSiteArn}", + "responseCode":200 + }, + "input":{"shape":"GetNetworkSiteRequest"}, + "output":{"shape":"GetNetworkSiteResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets the specified network site.
" + }, + "GetOrder":{ + "name":"GetOrder", + "http":{ + "method":"GET", + "requestUri":"/v1/orders/{orderArn}", + "responseCode":200 + }, + "input":{"shape":"GetOrderRequest"}, + "output":{"shape":"GetOrderResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets the specified order.
" + }, + "ListDeviceIdentifiers":{ + "name":"ListDeviceIdentifiers", + "http":{ + "method":"POST", + "requestUri":"/v1/device-identifiers/list", + "responseCode":200 + }, + "input":{"shape":"ListDeviceIdentifiersRequest"}, + "output":{"shape":"ListDeviceIdentifiersResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists device identifiers. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of an order, the status of device identifiers, or the ARN of the traffic group.
If you specify multiple filters, filters are joined with an OR, and the request returns results that match all of the specified filters.
" + }, + "ListNetworkResources":{ + "name":"ListNetworkResources", + "http":{ + "method":"POST", + "requestUri":"/v1/network-resources", + "responseCode":200 + }, + "input":{"shape":"ListNetworkResourcesRequest"}, + "output":{"shape":"ListNetworkResourcesResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists network resources. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of an order or the status of network resources.
If you specify multiple filters, filters are joined with an OR, and the request returns results that match all of the specified filters.
" + }, + "ListNetworkSites":{ + "name":"ListNetworkSites", + "http":{ + "method":"POST", + "requestUri":"/v1/network-sites/list", + "responseCode":200 + }, + "input":{"shape":"ListNetworkSitesRequest"}, + "output":{"shape":"ListNetworkSitesResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists network sites. Add filters to your request to return a more specific list of results. Use filters to match the status of the network site.
" + }, + "ListNetworks":{ + "name":"ListNetworks", + "http":{ + "method":"POST", + "requestUri":"/v1/networks/list", + "responseCode":200 + }, + "input":{"shape":"ListNetworksRequest"}, + "output":{"shape":"ListNetworksResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists networks. Add filters to your request to return a more specific list of results. Use filters to match the status of the network.
" + }, + "ListOrders":{ + "name":"ListOrders", + "http":{ + "method":"POST", + "requestUri":"/v1/orders/list", + "responseCode":200 + }, + "input":{"shape":"ListOrdersRequest"}, + "output":{"shape":"ListOrdersResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists orders. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of the network site or the status of the order.
If you specify multiple filters, filters are joined with an OR, and the request returns results that match all of the specified filters.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Lists the tags for the specified resource.
" + }, + "Ping":{ + "name":"Ping", + "http":{ + "method":"GET", + "requestUri":"/ping", + "responseCode":200 + }, + "output":{"shape":"PingResponse"}, + "errors":[ + {"shape":"InternalServerException"} + ], + "documentation":"Checks the health of the service.
" + }, + "StartNetworkResourceUpdate":{ + "name":"StartNetworkResourceUpdate", + "http":{ + "method":"POST", + "requestUri":"/v1/network-resources/update", + "responseCode":200 + }, + "input":{"shape":"StartNetworkResourceUpdateRequest"}, + "output":{"shape":"StartNetworkResourceUpdateResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Use this action to do the following tasks:
Update the duration and renewal status of the commitment period for a radio unit. The update goes into effect immediately.
Request a replacement for a network resource.
Request that you return a network resource.
After you submit a request to replace or return a network resource, the status of the network resource changes to CREATING_SHIPPING_LABEL. The shipping label is available when the status of the network resource is PENDING_RETURN. After the network resource is successfully returned, its status changes to DELETED. For more information, see Return a radio unit.
Adds tags to the specified resource.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Removes tags from the specified resource.
" + }, + "UpdateNetworkSite":{ + "name":"UpdateNetworkSite", + "http":{ + "method":"PUT", + "requestUri":"/v1/network-sites/site", + "responseCode":200 + }, + "input":{"shape":"UpdateNetworkSiteRequest"}, + "output":{"shape":"UpdateNetworkSiteResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates the specified network site.
", + "idempotent":true + }, + "UpdateNetworkSitePlan":{ + "name":"UpdateNetworkSitePlan", + "http":{ + "method":"PUT", + "requestUri":"/v1/network-sites/plan", + "responseCode":200 + }, + "input":{"shape":"UpdateNetworkSitePlanRequest"}, + "output":{"shape":"UpdateNetworkSiteResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates the specified network site plan.
", + "idempotent":true + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "members":{ + "message":{"shape":"String"} + }, + "documentation":"You do not have permission to perform this operation.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "AcknowledgeOrderReceiptRequest":{ + "type":"structure", + "required":["orderArn"], + "members":{ + "orderArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the order.
" + } + } + }, + "AcknowledgeOrderReceiptResponse":{ + "type":"structure", + "required":["order"], + "members":{ + "order":{ + "shape":"Order", + "documentation":"Information about the order.
" + } + } + }, + "AcknowledgmentStatus":{ + "type":"string", + "enum":[ + "ACKNOWLEDGING", + "ACKNOWLEDGED", + "UNACKNOWLEDGED" + ] + }, + "ActivateDeviceIdentifierRequest":{ + "type":"structure", + "required":["deviceIdentifierArn"], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
" + }, + "deviceIdentifierArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the device identifier.
" + } + } + }, + "ActivateDeviceIdentifierResponse":{ + "type":"structure", + "required":["deviceIdentifier"], + "members":{ + "deviceIdentifier":{ + "shape":"DeviceIdentifier", + "documentation":"Information about the device identifier.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags on the device identifier.
" + } + } + }, + "ActivateNetworkSiteRequest":{ + "type":"structure", + "required":[ + "networkSiteArn", + "shippingAddress" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
" + }, + "commitmentConfiguration":{ + "shape":"CommitmentConfiguration", + "documentation":"Determines the duration and renewal status of the commitment period for all pending radio units.
If you include commitmentConfiguration in the ActivateNetworkSiteRequest action, you must specify the following:
The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
Whether you want your commitment period to automatically renew for one more year after your current commitment period expires.
For pricing, see Amazon Web Services Private 5G Pricing.
If you do not include commitmentConfiguration in the ActivateNetworkSiteRequest action, the commitment period is set to 60-days.
The Amazon Resource Name (ARN) of the network site.
" + }, + "shippingAddress":{ + "shape":"Address", + "documentation":"The shipping address of the network site.
" + } + } + }, + "ActivateNetworkSiteResponse":{ + "type":"structure", + "members":{ + "networkSite":{ + "shape":"NetworkSite", + "documentation":"Information about the network site.
" + } + } + }, + "Address":{ + "type":"structure", + "required":[ + "city", + "country", + "name", + "postalCode", + "stateOrProvince", + "street1" + ], + "members":{ + "city":{ + "shape":"AddressContent", + "documentation":"The city for this address.
" + }, + "company":{ + "shape":"AddressContent", + "documentation":"The company name for this address.
" + }, + "country":{ + "shape":"AddressContent", + "documentation":"The country for this address.
" + }, + "emailAddress":{ + "shape":"AddressContent", + "documentation":"The recipient's email address.
" + }, + "name":{ + "shape":"AddressContent", + "documentation":"The recipient's name for this address.
" + }, + "phoneNumber":{ + "shape":"AddressContent", + "documentation":"The recipient's phone number.
" + }, + "postalCode":{ + "shape":"AddressContent", + "documentation":"The postal code for this address.
" + }, + "stateOrProvince":{ + "shape":"AddressContent", + "documentation":"The state or province for this address.
" + }, + "street1":{ + "shape":"AddressContent", + "documentation":"The first line of the street address.
" + }, + "street2":{ + "shape":"AddressContent", + "documentation":"The second line of the street address.
" + }, + "street3":{ + "shape":"AddressContent", + "documentation":"The third line of the street address.
" + } + }, + "documentation":"Information about an address.
" + }, + "AddressContent":{ + "type":"string", + "max":1024, + "min":1, + "sensitive":true + }, + "Arn":{ + "type":"string", + "pattern":"^arn:aws:private-networks:[a-z0-9-]+:[^:]*:.*$" + }, + "Boolean":{ + "type":"boolean", + "box":true + }, + "ClientToken":{ + "type":"string", + "max":100, + "min":1 + }, + "CommitmentConfiguration":{ + "type":"structure", + "required":[ + "automaticRenewal", + "commitmentLength" + ], + "members":{ + "automaticRenewal":{ + "shape":"Boolean", + "documentation":"Determines whether the commitment period for a radio unit is set to automatically renew for an additional 1 year after your current commitment period expires.
Set to True, if you want your commitment period to automatically renew. Set to False if you do not want your commitment to automatically renew.
You can do the following:
Set a 1-year commitment to automatically renew for an additional 1 year. The hourly rate for the additional year will continue to be the same as your existing 1-year rate.
Set a 3-year commitment to automatically renew for an additional 1 year. The hourly rate for the additional year will continue to be the same as your existing 3-year rate.
Turn off a previously-enabled automatic renewal on a 1-year or 3-year commitment.
You cannot use the automatic-renewal option for a 60-day commitment.
" + }, + "commitmentLength":{ + "shape":"CommitmentLength", + "documentation":"The duration of the commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
" + } + }, + "documentation":"Determines the duration and renewal status of the commitment period for a radio unit.
For pricing, see Amazon Web Services Private 5G Pricing.
" + }, + "CommitmentInformation":{ + "type":"structure", + "required":["commitmentConfiguration"], + "members":{ + "commitmentConfiguration":{ + "shape":"CommitmentConfiguration", + "documentation":"The duration and renewal status of the commitment period for the radio unit.
" + }, + "expiresOn":{ + "shape":"Timestamp", + "documentation":"The date and time that the commitment period ends. If you do not cancel or renew the commitment before the expiration date, you will be billed at the 60-day-commitment rate.
" + }, + "startAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the commitment period started.
" + } + }, + "documentation":"Shows the duration, the date and time that the contract started and ends, and the renewal status of the commitment period for the radio unit.
" + }, + "CommitmentLength":{ + "type":"string", + "enum":[ + "SIXTY_DAYS", + "ONE_YEAR", + "THREE_YEARS" + ] + }, + "ConfigureAccessPointRequest":{ + "type":"structure", + "required":["accessPointArn"], + "members":{ + "accessPointArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network resource.
" + }, + "cpiSecretKey":{ + "shape":"ConfigureAccessPointRequestCpiSecretKeyString", + "documentation":"A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.
" + }, + "cpiUserId":{ + "shape":"ConfigureAccessPointRequestCpiUserIdString", + "documentation":"The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
" + }, + "cpiUserPassword":{ + "shape":"ConfigureAccessPointRequestCpiUserPasswordString", + "documentation":"The CPI password associated with the CPI certificate in cpiSecretKey.
The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
" + }, + "position":{ + "shape":"Position", + "documentation":"The position of the network resource.
" + } + } + }, + "ConfigureAccessPointRequestCpiSecretKeyString":{ + "type":"string", + "max":100000, + "min":1, + "sensitive":true + }, + "ConfigureAccessPointRequestCpiUserIdString":{ + "type":"string", + "max":4096, + "min":1, + "sensitive":true + }, + "ConfigureAccessPointRequestCpiUserPasswordString":{ + "type":"string", + "max":4096, + "min":1, + "sensitive":true + }, + "ConfigureAccessPointRequestCpiUsernameString":{ + "type":"string", + "max":4096, + "min":1, + "sensitive":true + }, + "ConfigureAccessPointResponse":{ + "type":"structure", + "required":["accessPoint"], + "members":{ + "accessPoint":{ + "shape":"NetworkResource", + "documentation":"Information about the network resource.
" + } + } + }, + "CreateNetworkRequest":{ + "type":"structure", + "required":["networkName"], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the network.
" + }, + "networkName":{ + "shape":"Name", + "documentation":"The name of the network. You can't change the name after you create the network.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags to apply to the network.
" + } + } + }, + "CreateNetworkResponse":{ + "type":"structure", + "required":["network"], + "members":{ + "network":{ + "shape":"Network", + "documentation":"Information about the network.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The network tags.
" + } + } + }, + "CreateNetworkSiteRequest":{ + "type":"structure", + "required":[ + "networkArn", + "networkSiteName" + ], + "members":{ + "availabilityZone":{ + "shape":"String", + "documentation":"The Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.
" + }, + "availabilityZoneId":{ + "shape":"String", + "documentation":"The ID of the Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.
" + }, + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the site.
" + }, + "networkArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network.
" + }, + "networkSiteName":{ + "shape":"Name", + "documentation":"The name of the site. You can't change the name after you create the site.
" + }, + "pendingPlan":{ + "shape":"SitePlan", + "documentation":"Information about the pending plan for this site.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags to apply to the network site.
" + } + } + }, + "CreateNetworkSiteResponse":{ + "type":"structure", + "members":{ + "networkSite":{ + "shape":"NetworkSite", + "documentation":"Information about the network site.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The network site tags.
" + } + } + }, + "DeactivateDeviceIdentifierRequest":{ + "type":"structure", + "required":["deviceIdentifierArn"], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
" + }, + "deviceIdentifierArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the device identifier.
" + } + } + }, + "DeactivateDeviceIdentifierResponse":{ + "type":"structure", + "required":["deviceIdentifier"], + "members":{ + "deviceIdentifier":{ + "shape":"DeviceIdentifier", + "documentation":"Information about the device identifier.
" + } + } + }, + "DeleteNetworkRequest":{ + "type":"structure", + "required":["networkArn"], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
", + "location":"querystring", + "locationName":"clientToken" + }, + "networkArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network.
", + "location":"uri", + "locationName":"networkArn" + } + } + }, + "DeleteNetworkResponse":{ + "type":"structure", + "required":["network"], + "members":{ + "network":{ + "shape":"Network", + "documentation":"Information about the network.
" + } + } + }, + "DeleteNetworkSiteRequest":{ + "type":"structure", + "required":["networkSiteArn"], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
", + "location":"querystring", + "locationName":"clientToken" + }, + "networkSiteArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network site.
", + "location":"uri", + "locationName":"networkSiteArn" + } + } + }, + "DeleteNetworkSiteResponse":{ + "type":"structure", + "members":{ + "networkSite":{ + "shape":"NetworkSite", + "documentation":"Information about the network site.
" + } + } + }, + "Description":{ + "type":"string", + "max":100, + "min":0 + }, + "DeviceIdentifier":{ + "type":"structure", + "members":{ + "createdAt":{ + "shape":"Timestamp", + "documentation":"The creation time of this device identifier.
" + }, + "deviceIdentifierArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the device identifier.
" + }, + "iccid":{ + "shape":"String", + "documentation":"The Integrated Circuit Card Identifier of the device identifier.
" + }, + "imsi":{ + "shape":"DeviceIdentifierImsiString", + "documentation":"The International Mobile Subscriber Identity of the device identifier.
" + }, + "networkArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network on which the device identifier appears.
" + }, + "orderArn":{ + "shape":"String", + "documentation":"The Amazon Resource Name (ARN) of the order used to purchase the device identifier.
" + }, + "status":{ + "shape":"DeviceIdentifierStatus", + "documentation":"The status of the device identifier.
" + }, + "trafficGroupArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.
" + }, + "vendor":{ + "shape":"String", + "documentation":"The vendor of the device identifier.
" + } + }, + "documentation":"Information about a subscriber of a device that can use a network.
" + }, + "DeviceIdentifierFilterKeys":{ + "type":"string", + "enum":[ + "STATUS", + "ORDER", + "TRAFFIC_GROUP" + ] + }, + "DeviceIdentifierFilterValues":{ + "type":"list", + "member":{"shape":"String"} + }, + "DeviceIdentifierFilters":{ + "type":"map", + "key":{"shape":"DeviceIdentifierFilterKeys"}, + "value":{"shape":"DeviceIdentifierFilterValues"} + }, + "DeviceIdentifierImsiString":{ + "type":"string", + "pattern":"^[0-9]{15}$", + "sensitive":true + }, + "DeviceIdentifierList":{ + "type":"list", + "member":{"shape":"DeviceIdentifier"} + }, + "DeviceIdentifierStatus":{ + "type":"string", + "enum":[ + "ACTIVE", + "INACTIVE" + ] + }, + "Double":{ + "type":"double", + "box":true + }, + "ElevationReference":{ + "type":"string", + "enum":[ + "AGL", + "AMSL" + ] + }, + "ElevationUnit":{ + "type":"string", + "enum":["FEET"] + }, + "GetDeviceIdentifierRequest":{ + "type":"structure", + "required":["deviceIdentifierArn"], + "members":{ + "deviceIdentifierArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the device identifier.
", + "location":"uri", + "locationName":"deviceIdentifierArn" + } + } + }, + "GetDeviceIdentifierResponse":{ + "type":"structure", + "members":{ + "deviceIdentifier":{ + "shape":"DeviceIdentifier", + "documentation":"Information about the device identifier.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The device identifier tags.
" + } + } + }, + "GetNetworkRequest":{ + "type":"structure", + "required":["networkArn"], + "members":{ + "networkArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network.
", + "location":"uri", + "locationName":"networkArn" + } + } + }, + "GetNetworkResourceRequest":{ + "type":"structure", + "required":["networkResourceArn"], + "members":{ + "networkResourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network resource.
", + "location":"uri", + "locationName":"networkResourceArn" + } + } + }, + "GetNetworkResourceResponse":{ + "type":"structure", + "required":["networkResource"], + "members":{ + "networkResource":{ + "shape":"NetworkResource", + "documentation":"Information about the network resource.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The network resource tags.
" + } + } + }, + "GetNetworkResponse":{ + "type":"structure", + "required":["network"], + "members":{ + "network":{ + "shape":"Network", + "documentation":"Information about the network.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The network tags.
" + } + } + }, + "GetNetworkSiteRequest":{ + "type":"structure", + "required":["networkSiteArn"], + "members":{ + "networkSiteArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network site.
", + "location":"uri", + "locationName":"networkSiteArn" + } + } + }, + "GetNetworkSiteResponse":{ + "type":"structure", + "members":{ + "networkSite":{ + "shape":"NetworkSite", + "documentation":"Information about the network site.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The network site tags.
" + } + } + }, + "GetOrderRequest":{ + "type":"structure", + "required":["orderArn"], + "members":{ + "orderArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the order.
", + "location":"uri", + "locationName":"orderArn" + } + } + }, + "GetOrderResponse":{ + "type":"structure", + "required":["order"], + "members":{ + "order":{ + "shape":"Order", + "documentation":"Information about the order.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The order tags.
" + } + } + }, + "HealthStatus":{ + "type":"string", + "enum":[ + "INITIAL", + "HEALTHY", + "UNHEALTHY" + ] + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalServerException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{ + "shape":"String", + "documentation":"Description of the error.
" + }, + "retryAfterSeconds":{ + "shape":"Integer", + "documentation":"Advice to clients on when the call can be safely retried.
", + "location":"header", + "locationName":"Retry-After" + } + }, + "documentation":"Information about an internal error.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "LimitExceededException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"} + }, + "documentation":"The limit was exceeded.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ListDeviceIdentifiersRequest":{ + "type":"structure", + "required":["networkArn"], + "members":{ + "filters":{ + "shape":"DeviceIdentifierFilters", + "documentation":"The filters.
ORDER - The Amazon Resource Name (ARN) of the order.
STATUS - The status (ACTIVE | INACTIVE).
TRAFFIC_GROUP - The Amazon Resource Name (ARN) of the traffic group.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.
The maximum number of results to return.
" + }, + "networkArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network.
" + }, + "startToken":{ + "shape":"PaginationToken", + "documentation":"The token for the next page of results.
" + } + } + }, + "ListDeviceIdentifiersRequestMaxResultsInteger":{ + "type":"integer", + "box":true, + "max":20, + "min":1 + }, + "ListDeviceIdentifiersResponse":{ + "type":"structure", + "members":{ + "deviceIdentifiers":{ + "shape":"DeviceIdentifierList", + "documentation":"Information about the device identifiers.
" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"The token for the next page of results.
" + } + } + }, + "ListNetworkResourcesRequest":{ + "type":"structure", + "required":["networkArn"], + "members":{ + "filters":{ + "shape":"NetworkResourceFilters", + "documentation":"The filters.
ORDER - The Amazon Resource Name (ARN) of the order.
STATUS - The status (AVAILABLE | DELETED | DELETING | PENDING | PENDING_RETURN | PROVISIONING | SHIPPED).
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.
The maximum number of results to return.
" + }, + "networkArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network.
" + }, + "startToken":{ + "shape":"PaginationToken", + "documentation":"The token for the next page of results.
" + } + } + }, + "ListNetworkResourcesRequestMaxResultsInteger":{ + "type":"integer", + "box":true, + "max":20, + "min":1 + }, + "ListNetworkResourcesResponse":{ + "type":"structure", + "members":{ + "networkResources":{ + "shape":"NetworkResourceList", + "documentation":"Information about network resources.
" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"The token for the next page of results.
" + } + } + }, + "ListNetworkSitesRequest":{ + "type":"structure", + "required":["networkArn"], + "members":{ + "filters":{ + "shape":"NetworkSiteFilters", + "documentation":"The filters. Add filters to your request to return a more specific list of results. Use filters to match the status of the network sites.
STATUS - The status (AVAILABLE | CREATED | DELETED | DEPROVISIONING | PROVISIONING).
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.
The maximum number of results to return.
" + }, + "networkArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network.
" + }, + "startToken":{ + "shape":"PaginationToken", + "documentation":"The token for the next page of results.
" + } + } + }, + "ListNetworkSitesRequestMaxResultsInteger":{ + "type":"integer", + "box":true, + "max":20, + "min":1 + }, + "ListNetworkSitesResponse":{ + "type":"structure", + "members":{ + "networkSites":{ + "shape":"NetworkSiteList", + "documentation":"Information about the network sites.
" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"The token for the next page of results.
" + } + } + }, + "ListNetworksRequest":{ + "type":"structure", + "members":{ + "filters":{ + "shape":"NetworkFilters", + "documentation":"The filters.
STATUS - The status (AVAILABLE | CREATED | DELETED | DEPROVISIONING | PROVISIONING).
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.
The maximum number of results to return.
" + }, + "startToken":{ + "shape":"PaginationToken", + "documentation":"The token for the next page of results.
" + } + } + }, + "ListNetworksRequestMaxResultsInteger":{ + "type":"integer", + "box":true, + "max":20, + "min":1 + }, + "ListNetworksResponse":{ + "type":"structure", + "members":{ + "networks":{ + "shape":"NetworkList", + "documentation":"The networks.
" + }, + "nextToken":{ + "shape":"PaginationToken", + "documentation":"The token for the next page of results.
" + } + } + }, + "ListOrdersRequest":{ + "type":"structure", + "required":["networkArn"], + "members":{ + "filters":{ + "shape":"OrderFilters", + "documentation":"The filters.
NETWORK_SITE - The Amazon Resource Name (ARN) of the network site.
STATUS - The status (ACKNOWLEDGING | ACKNOWLEDGED | UNACKNOWLEDGED).
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.
The maximum number of results to return.
" + }, + "networkArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network.
" + }, + "startToken":{ + "shape":"PaginationToken", + "documentation":"The token for the next page of results.
" + } + } + }, + "ListOrdersRequestMaxResultsInteger":{ + "type":"integer", + "box":true, + "max":20, + "min":1 + }, + "ListOrdersResponse":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"PaginationToken", + "documentation":"The token for the next page of results.
" + }, + "orders":{ + "shape":"OrderList", + "documentation":"Information about the orders.
" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "tags":{ + "shape":"TagMap", + "documentation":"The resource tags.
" + } + } + }, + "Name":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^[0-9a-zA-Z-]*$" + }, + "NameValuePair":{ + "type":"structure", + "required":["name"], + "members":{ + "name":{ + "shape":"String", + "documentation":"The name of the pair.
" + }, + "value":{ + "shape":"String", + "documentation":"The value of the pair.
" + } + }, + "documentation":"Information about a name/value pair.
" + }, + "NameValuePairs":{ + "type":"list", + "member":{"shape":"NameValuePair"} + }, + "Network":{ + "type":"structure", + "required":[ + "networkArn", + "networkName", + "status" + ], + "members":{ + "createdAt":{ + "shape":"Timestamp", + "documentation":"The creation time of the network.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the network.
" + }, + "networkArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network.
" + }, + "networkName":{ + "shape":"Name", + "documentation":"The name of the network.
" + }, + "status":{ + "shape":"NetworkStatus", + "documentation":"The status of the network.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the network.
" + } + }, + "documentation":"Information about a network.
" + }, + "NetworkFilterKeys":{ + "type":"string", + "enum":["STATUS"] + }, + "NetworkFilterValues":{ + "type":"list", + "member":{"shape":"String"} + }, + "NetworkFilters":{ + "type":"map", + "key":{"shape":"NetworkFilterKeys"}, + "value":{"shape":"NetworkFilterValues"} + }, + "NetworkList":{ + "type":"list", + "member":{"shape":"Network"} + }, + "NetworkResource":{ + "type":"structure", + "members":{ + "attributes":{ + "shape":"NameValuePairs", + "documentation":"The attributes of the network resource.
" + }, + "commitmentInformation":{ + "shape":"CommitmentInformation", + "documentation":"Information about the commitment period for the radio unit. Shows the duration, the date and time that the contract started and ends, and the renewal status of the commitment period.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The creation time of the network resource.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the network resource.
" + }, + "health":{ + "shape":"HealthStatus", + "documentation":"The health of the network resource.
" + }, + "model":{ + "shape":"String", + "documentation":"The model of the network resource.
" + }, + "networkArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network on which this network resource appears.
" + }, + "networkResourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network resource.
" + }, + "networkSiteArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network site on which this network resource appears.
" + }, + "orderArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the order used to purchase this network resource.
" + }, + "position":{ + "shape":"Position", + "documentation":"The position of the network resource.
" + }, + "returnInformation":{ + "shape":"ReturnInformation", + "documentation":"Information about a request to return the network resource.
" + }, + "serialNumber":{ + "shape":"String", + "documentation":"The serial number of the network resource.
" + }, + "status":{ + "shape":"NetworkResourceStatus", + "documentation":"The status of the network resource.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the network resource.
" + }, + "type":{ + "shape":"NetworkResourceType", + "documentation":"The type of the network resource.
" + }, + "vendor":{ + "shape":"String", + "documentation":"The vendor of the network resource.
" + } + }, + "documentation":"Information about a network resource.
" + }, + "NetworkResourceDefinition":{ + "type":"structure", + "required":[ + "count", + "type" + ], + "members":{ + "count":{ + "shape":"NetworkResourceDefinitionCountInteger", + "documentation":"The count in the network resource definition.
" + }, + "options":{ + "shape":"Options", + "documentation":"The options in the network resource definition.
" + }, + "type":{ + "shape":"NetworkResourceDefinitionType", + "documentation":"The type in the network resource definition.
" + } + }, + "documentation":"Information about a network resource definition.
" + }, + "NetworkResourceDefinitionCountInteger":{ + "type":"integer", + "box":true, + "min":0 + }, + "NetworkResourceDefinitionType":{ + "type":"string", + "enum":[ + "RADIO_UNIT", + "DEVICE_IDENTIFIER" + ] + }, + "NetworkResourceDefinitions":{ + "type":"list", + "member":{"shape":"NetworkResourceDefinition"} + }, + "NetworkResourceFilterKeys":{ + "type":"string", + "enum":[ + "ORDER", + "STATUS" + ] + }, + "NetworkResourceFilterValues":{ + "type":"list", + "member":{"shape":"String"} + }, + "NetworkResourceFilters":{ + "type":"map", + "key":{"shape":"NetworkResourceFilterKeys"}, + "value":{"shape":"NetworkResourceFilterValues"} + }, + "NetworkResourceList":{ + "type":"list", + "member":{"shape":"NetworkResource"} + }, + "NetworkResourceStatus":{ + "type":"string", + "enum":[ + "PENDING", + "SHIPPED", + "PROVISIONING", + "PROVISIONED", + "AVAILABLE", + "DELETING", + "PENDING_RETURN", + "DELETED", + "CREATING_SHIPPING_LABEL" + ] + }, + "NetworkResourceType":{ + "type":"string", + "enum":["RADIO_UNIT"] + }, + "NetworkSite":{ + "type":"structure", + "required":[ + "networkArn", + "networkSiteArn", + "networkSiteName", + "status" + ], + "members":{ + "availabilityZone":{ + "shape":"String", + "documentation":"The parent Availability Zone for the network site.
" + }, + "availabilityZoneId":{ + "shape":"String", + "documentation":"The parent Availability Zone ID for the network site.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The creation time of the network site.
" + }, + "currentPlan":{ + "shape":"SitePlan", + "documentation":"The current plan of the network site.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description of the network site.
" + }, + "networkArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network to which the network site belongs.
" + }, + "networkSiteArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network site.
" + }, + "networkSiteName":{ + "shape":"Name", + "documentation":"The name of the network site.
" + }, + "pendingPlan":{ + "shape":"SitePlan", + "documentation":"The pending plan of the network site.
" + }, + "status":{ + "shape":"NetworkSiteStatus", + "documentation":"The status of the network site.
" + }, + "statusReason":{ + "shape":"String", + "documentation":"The status reason of the network site.
" + } + }, + "documentation":"Information about a network site.
" + }, + "NetworkSiteFilterKeys":{ + "type":"string", + "enum":["STATUS"] + }, + "NetworkSiteFilterValues":{ + "type":"list", + "member":{"shape":"String"} + }, + "NetworkSiteFilters":{ + "type":"map", + "key":{"shape":"NetworkSiteFilterKeys"}, + "value":{"shape":"NetworkSiteFilterValues"} + }, + "NetworkSiteList":{ + "type":"list", + "member":{"shape":"NetworkSite"} + }, + "NetworkSiteStatus":{ + "type":"string", + "enum":[ + "CREATED", + "PROVISIONING", + "AVAILABLE", + "DEPROVISIONING", + "DELETED" + ] + }, + "NetworkStatus":{ + "type":"string", + "enum":[ + "CREATED", + "PROVISIONING", + "AVAILABLE", + "DEPROVISIONING", + "DELETED" + ] + }, + "Options":{ + "type":"list", + "member":{"shape":"NameValuePair"} + }, + "Order":{ + "type":"structure", + "members":{ + "acknowledgmentStatus":{ + "shape":"AcknowledgmentStatus", + "documentation":"The acknowledgement status of the order.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The creation time of the order.
" + }, + "networkArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network associated with this order.
" + }, + "networkSiteArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network site associated with this order.
" + }, + "orderArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the order.
" + }, + "orderedResources":{ + "shape":"OrderedResourceDefinitions", + "documentation":"A list of the network resources placed in the order.
" + }, + "shippingAddress":{ + "shape":"Address", + "documentation":"The shipping address of the order.
" + }, + "trackingInformation":{ + "shape":"TrackingInformationList", + "documentation":"The tracking information of the order.
" + } + }, + "documentation":"Information about an order.
" + }, + "OrderFilterKeys":{ + "type":"string", + "enum":[ + "STATUS", + "NETWORK_SITE" + ] + }, + "OrderFilterValues":{ + "type":"list", + "member":{"shape":"String"} + }, + "OrderFilters":{ + "type":"map", + "key":{"shape":"OrderFilterKeys"}, + "value":{"shape":"OrderFilterValues"} + }, + "OrderList":{ + "type":"list", + "member":{"shape":"Order"} + }, + "OrderedResourceDefinition":{ + "type":"structure", + "required":[ + "count", + "type" + ], + "members":{ + "commitmentConfiguration":{ + "shape":"CommitmentConfiguration", + "documentation":"The duration and renewal status of the commitment period for each radio unit in the order. Does not show details if the resource type is DEVICE_IDENTIFIER.
" + }, + "count":{ + "shape":"OrderedResourceDefinitionCountInteger", + "documentation":"The number of network resources in the order.
" + }, + "type":{ + "shape":"NetworkResourceDefinitionType", + "documentation":"The type of network resource in the order.
" + } + }, + "documentation":"Details of the network resources in the order.
" + }, + "OrderedResourceDefinitionCountInteger":{ + "type":"integer", + "box":true, + "min":0 + }, + "OrderedResourceDefinitions":{ + "type":"list", + "member":{"shape":"OrderedResourceDefinition"} + }, + "PaginationToken":{"type":"string"}, + "PingResponse":{ + "type":"structure", + "members":{ + "status":{ + "shape":"String", + "documentation":"Information about the health of the service.
" + } + } + }, + "Position":{ + "type":"structure", + "members":{ + "elevation":{ + "shape":"Double", + "documentation":"The elevation of the equipment at this position.
" + }, + "elevationReference":{ + "shape":"ElevationReference", + "documentation":"The reference point from which elevation is reported.
" + }, + "elevationUnit":{ + "shape":"ElevationUnit", + "documentation":"The units used to measure the elevation of the position.
" + }, + "latitude":{ + "shape":"Double", + "documentation":"The latitude of the position.
" + }, + "longitude":{ + "shape":"Double", + "documentation":"The longitude of the position.
" + } + }, + "documentation":"Information about a position.
" + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":[ + "message", + "resourceId", + "resourceType" + ], + "members":{ + "message":{ + "shape":"String", + "documentation":"Description of the error.
" + }, + "resourceId":{ + "shape":"String", + "documentation":"Identifier of the affected resource.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"Type of the affected resource.
" + } + }, + "documentation":"The resource was not found.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "ReturnInformation":{ + "type":"structure", + "members":{ + "replacementOrderArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the replacement order.
" + }, + "returnReason":{ + "shape":"String", + "documentation":"The reason for the return. If the return request did not include a reason for the return, this value is null.
" + }, + "shippingAddress":{ + "shape":"Address", + "documentation":"The shipping address.
" + }, + "shippingLabel":{ + "shape":"String", + "documentation":"The URL of the shipping label. The shipping label is available for download only if the status of the network resource is PENDING_RETURN. For more information, see Return a radio unit.
Information about a request to return a network resource.
" + }, + "SitePlan":{ + "type":"structure", + "members":{ + "options":{ + "shape":"Options", + "documentation":"The options of the plan.
" + }, + "resourceDefinitions":{ + "shape":"NetworkResourceDefinitions", + "documentation":"The resource definitions of the plan.
" + } + }, + "documentation":"Information about a site plan.
" + }, + "StartNetworkResourceUpdateRequest":{ + "type":"structure", + "required":[ + "networkResourceArn", + "updateType" + ], + "members":{ + "commitmentConfiguration":{ + "shape":"CommitmentConfiguration", + "documentation":"Use this action to extend and automatically renew the commitment period for the radio unit. You can do the following:
Change a 60-day commitment to a 1-year or 3-year commitment. The change is immediate and the hourly rate decreases to the rate for the new commitment period.
Change a 1-year commitment to a 3-year commitment. The change is immediate and the hourly rate decreases to the rate for the 3-year commitment period.
Set a 1-year commitment to automatically renew for an additional 1 year. The hourly rate for the additional year will continue to be the same as your existing 1-year rate.
Set a 3-year commitment to automatically renew for an additional 1 year. The hourly rate for the additional year will continue to be the same as your existing 3-year rate.
Turn off a previously-enabled automatic renewal on a 1-year or 3-year commitment. You cannot use the automatic-renewal option for a 60-day commitment.
For pricing, see Amazon Web Services Private 5G Pricing.
" + }, + "networkResourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network resource.
" + }, + "returnReason":{ + "shape":"StartNetworkResourceUpdateRequestReturnReasonString", + "documentation":"The reason for the return. Providing a reason for a return is optional.
" + }, + "shippingAddress":{ + "shape":"Address", + "documentation":"The shipping address. If you don't provide a shipping address when replacing or returning a network resource, we use the address from the original order for the network resource.
" + }, + "updateType":{ + "shape":"UpdateType", + "documentation":"The update type.
REPLACE - Submits a request to replace a defective radio unit. We provide a shipping label that you can use for the return process and we ship a replacement radio unit to you.
RETURN - Submits a request to return a radio unit that you no longer need. We provide a shipping label that you can use for the return process.
COMMITMENT - Submits a request to change or renew the commitment period. If you choose this value, then you must set commitmentConfiguration .
The network resource.
" + } + } + }, + "String":{"type":"string"}, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^(?!aws:)[^\\x00-\\x1f\\x22]+$" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":50, + "min":1, + "sensitive":true + }, + "TagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":50, + "min":1, + "sensitive":true + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tags" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags to add to the resource.
" + } + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0, + "pattern":"^[^\\x00-\\x1f\\x22]*$" + }, + "ThrottlingException":{ + "type":"structure", + "members":{ + "message":{"shape":"String"} + }, + "documentation":"The request was denied due to request throttling.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":true} + }, + "Timestamp":{ + "type":"timestamp", + "timestampFormat":"iso8601" + }, + "TrackingInformation":{ + "type":"structure", + "members":{ + "trackingNumber":{ + "shape":"String", + "documentation":"The tracking number of the shipment.
" + } + }, + "documentation":"Information about tracking a shipment.
" + }, + "TrackingInformationList":{ + "type":"list", + "member":{"shape":"TrackingInformation"} + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tagKeys":{ + "shape":"TagKeyList", + "documentation":"The tag keys.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateNetworkSitePlanRequest":{ + "type":"structure", + "required":[ + "networkSiteArn", + "pendingPlan" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
" + }, + "networkSiteArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network site.
" + }, + "pendingPlan":{ + "shape":"SitePlan", + "documentation":"The pending plan.
" + } + } + }, + "UpdateNetworkSiteRequest":{ + "type":"structure", + "required":["networkSiteArn"], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
" + }, + "description":{ + "shape":"Description", + "documentation":"The description.
" + }, + "networkSiteArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the network site.
" + } + } + }, + "UpdateNetworkSiteResponse":{ + "type":"structure", + "members":{ + "networkSite":{ + "shape":"NetworkSite", + "documentation":"Information about the network site.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The network site tags.
" + } + } + }, + "UpdateType":{ + "type":"string", + "enum":[ + "REPLACE", + "RETURN", + "COMMITMENT" + ] + }, + "ValidationException":{ + "type":"structure", + "required":[ + "message", + "reason" + ], + "members":{ + "fieldList":{ + "shape":"ValidationExceptionFieldList", + "documentation":"The list of fields that caused the error, if applicable.
" + }, + "message":{ + "shape":"String", + "documentation":"Description of the error.
" + }, + "reason":{ + "shape":"ValidationExceptionReason", + "documentation":"Reason the request failed validation.
" + } + }, + "documentation":"The request failed validation.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ValidationExceptionField":{ + "type":"structure", + "required":[ + "message", + "name" + ], + "members":{ + "message":{ + "shape":"String", + "documentation":"The message about the validation failure.
" + }, + "name":{ + "shape":"String", + "documentation":"The field name that failed validation.
" + } + }, + "documentation":"Information about a field that failed validation.
" + }, + "ValidationExceptionFieldList":{ + "type":"list", + "member":{"shape":"ValidationExceptionField"} + }, + "ValidationExceptionReason":{ + "type":"string", + "enum":[ + "UNKNOWN_OPERATION", + "CANNOT_PARSE", + "CANNOT_ASSUME_ROLE", + "FIELD_VALIDATION_FAILED", + "OTHER" + ] + } + }, + "documentation":"Amazon Web Services Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location. Private 5G provides the pre-configured hardware and software for mobile networks, helps automate setup, and scales capacity on demand to support additional devices as needed.
" +} diff --git a/testbed/boto__botocore/botocore/data/qapps/2023-11-27/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/qapps/2023-11-27/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..3d09620c35fb215d2a793092b0bf12990b3f2cf0 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/qapps/2023-11-27/endpoint-rule-set-1.json @@ -0,0 +1,350 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://data.qapps-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://data.qapps-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://data.qapps.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://data.qapps.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ], + "type": "tree" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/qapps/2023-11-27/waiters-2.json b/testbed/boto__botocore/botocore/data/qapps/2023-11-27/waiters-2.json new file mode 100644 index 0000000000000000000000000000000000000000..13f60ee66be6a3d75208653e2bd7b563561adacc --- /dev/null +++ b/testbed/boto__botocore/botocore/data/qapps/2023-11-27/waiters-2.json @@ -0,0 +1,5 @@ +{ + "version": 2, + "waiters": { + } +} diff --git a/testbed/boto__botocore/botocore/data/qldb/2019-01-02/examples-1.json b/testbed/boto__botocore/botocore/data/qldb/2019-01-02/examples-1.json new file mode 100644 index 0000000000000000000000000000000000000000..0ea7e3b0bbe917eb027880396ac01509becd1fa0 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/qldb/2019-01-02/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/testbed/boto__botocore/botocore/data/route53profiles/2018-05-10/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/route53profiles/2018-05-10/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..b53872984405dc5d511933dec6b951f456f35ac2 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/route53profiles/2018-05-10/endpoint-rule-set-1.json @@ -0,0 +1,350 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://route53profiles-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://route53profiles-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://route53profiles.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://route53profiles.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ], + "type": "tree" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/route53profiles/2018-05-10/paginators-1.json b/testbed/boto__botocore/botocore/data/route53profiles/2018-05-10/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..a321bb7cd68a9e56be29da15293b93590db1f9ee --- /dev/null +++ b/testbed/boto__botocore/botocore/data/route53profiles/2018-05-10/paginators-1.json @@ -0,0 +1,22 @@ +{ + "pagination": { + "ListProfileAssociations": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "ProfileAssociations" + }, + "ListProfileResourceAssociations": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "ProfileResourceAssociations" + }, + "ListProfiles": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "ProfileSummaries" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/simspaceweaver/2022-10-28/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/simspaceweaver/2022-10-28/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..e491b11d8323210874d2b5bc4215814150e20f96 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/simspaceweaver/2022-10-28/endpoint-rule-set-1.json @@ -0,0 +1,350 @@ +{ + "version": "1.0", + "parameters": { + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + }, + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://simspaceweaver-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://simspaceweaver-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "type": "tree", + "rules": [ + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://simspaceweaver.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ] + }, + { + "conditions": [], + "type": "tree", + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://simspaceweaver.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ] + } + ] + } + ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ] + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/simspaceweaver/2022-10-28/paginators-1.json b/testbed/boto__botocore/botocore/data/simspaceweaver/2022-10-28/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..ea142457a6a77d6e6a54942329f1199bc2f2a60c --- /dev/null +++ b/testbed/boto__botocore/botocore/data/simspaceweaver/2022-10-28/paginators-1.json @@ -0,0 +1,3 @@ +{ + "pagination": {} +} diff --git a/testbed/boto__botocore/botocore/data/simspaceweaver/2022-10-28/service-2.json b/testbed/boto__botocore/botocore/data/simspaceweaver/2022-10-28/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..4bbdbf44cce7d0d2830fc48178ef4f5d7c6c101f --- /dev/null +++ b/testbed/boto__botocore/botocore/data/simspaceweaver/2022-10-28/service-2.json @@ -0,0 +1,1313 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2022-10-28", + "endpointPrefix":"simspaceweaver", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceFullName":"AWS SimSpace Weaver", + "serviceId":"SimSpaceWeaver", + "signatureVersion":"v4", + "signingName":"simspaceweaver", + "uid":"simspaceweaver-2022-10-28" + }, + "operations":{ + "CreateSnapshot":{ + "name":"CreateSnapshot", + "http":{ + "method":"POST", + "requestUri":"/createsnapshot", + "responseCode":200 + }, + "input":{"shape":"CreateSnapshotInput"}, + "output":{"shape":"CreateSnapshotOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"} + ], + "documentation":"Creates a snapshot of the specified simulation. A snapshot is a file that contains simulation state data at a specific time. The state data saved in a snapshot includes entity data from the State Fabric, the simulation configuration specified in the schema, and the clock tick number. You can use the snapshot to initialize a new simulation. For more information about snapshots, see Snapshots in the SimSpace Weaver User Guide.
You specify a Destination when you create a snapshot. The Destination is the name of an Amazon S3 bucket and an optional ObjectKeyPrefix. The ObjectKeyPrefix is usually the name of a folder in the bucket. SimSpace Weaver creates a snapshot folder inside the Destination and places the snapshot file there.
The snapshot file is an Amazon S3 object. It has an object key with the form: object-key-prefix/snapshot/simulation-name-YYMMdd-HHmm-ss.zip, where:
YY is the 2-digit year
MM is the 2-digit month
dd is the 2-digit day of the month
HH is the 2-digit hour (24-hour clock)
mm is the 2-digit minutes
ss is the 2-digit seconds
Deletes the instance of the given custom app.
", + "idempotent":true + }, + "DeleteSimulation":{ + "name":"DeleteSimulation", + "http":{ + "method":"DELETE", + "requestUri":"/deletesimulation", + "responseCode":200 + }, + "input":{"shape":"DeleteSimulationInput"}, + "output":{"shape":"DeleteSimulationOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"} + ], + "documentation":"Deletes all SimSpace Weaver resources assigned to the given simulation.
Your simulation uses resources in other Amazon Web Services. This API operation doesn't delete resources in other Amazon Web Services.
Returns the state of the given custom app.
" + }, + "DescribeSimulation":{ + "name":"DescribeSimulation", + "http":{ + "method":"GET", + "requestUri":"/describesimulation", + "responseCode":200 + }, + "input":{"shape":"DescribeSimulationInput"}, + "output":{"shape":"DescribeSimulationOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"} + ], + "documentation":"Returns the current state of the given simulation.
" + }, + "ListApps":{ + "name":"ListApps", + "http":{ + "method":"GET", + "requestUri":"/listapps", + "responseCode":200 + }, + "input":{"shape":"ListAppsInput"}, + "output":{"shape":"ListAppsOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"} + ], + "documentation":"Lists all custom apps or service apps for the given simulation and domain.
" + }, + "ListSimulations":{ + "name":"ListSimulations", + "http":{ + "method":"GET", + "requestUri":"/listsimulations", + "responseCode":200 + }, + "input":{"shape":"ListSimulationsInput"}, + "output":{"shape":"ListSimulationsOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"} + ], + "documentation":"Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{ResourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceInput"}, + "output":{"shape":"ListTagsForResourceOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"} + ], + "documentation":"Lists all tags on a SimSpace Weaver resource.
" + }, + "StartApp":{ + "name":"StartApp", + "http":{ + "method":"POST", + "requestUri":"/startapp", + "responseCode":200 + }, + "input":{"shape":"StartAppInput"}, + "output":{"shape":"StartAppOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"} + ], + "documentation":"Starts a custom app with the configuration specified in the simulation schema.
" + }, + "StartClock":{ + "name":"StartClock", + "http":{ + "method":"POST", + "requestUri":"/startclock", + "responseCode":200 + }, + "input":{"shape":"StartClockInput"}, + "output":{"shape":"StartClockOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"} + ], + "documentation":"Starts the simulation clock.
" + }, + "StartSimulation":{ + "name":"StartSimulation", + "http":{ + "method":"POST", + "requestUri":"/startsimulation", + "responseCode":200 + }, + "input":{"shape":"StartSimulationInput"}, + "output":{"shape":"StartSimulationOutput"}, + "errors":[ + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"} + ], + "documentation":"Starts a simulation with the given name. You must choose to start your simulation from a schema or from a snapshot. For more information about the schema, see the schema reference in the SimSpace Weaver User Guide. For more information about snapshots, see Snapshots in the SimSpace Weaver User Guide.
" + }, + "StopApp":{ + "name":"StopApp", + "http":{ + "method":"POST", + "requestUri":"/stopapp", + "responseCode":200 + }, + "input":{"shape":"StopAppInput"}, + "output":{"shape":"StopAppOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"} + ], + "documentation":"Stops the given custom app and shuts down all of its allocated compute resources.
" + }, + "StopClock":{ + "name":"StopClock", + "http":{ + "method":"POST", + "requestUri":"/stopclock", + "responseCode":200 + }, + "input":{"shape":"StopClockInput"}, + "output":{"shape":"StopClockOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"} + ], + "documentation":"Stops the simulation clock.
" + }, + "StopSimulation":{ + "name":"StopSimulation", + "http":{ + "method":"POST", + "requestUri":"/stopsimulation", + "responseCode":200 + }, + "input":{"shape":"StopSimulationInput"}, + "output":{"shape":"StopSimulationOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"} + ], + "documentation":"Stops the given simulation.
You can't restart a simulation after you stop it. If you want to restart a simulation, then you must stop it, delete it, and start a new instance of it.
Adds tags to a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{ResourceArn}", + "responseCode":200 + }, + "input":{"shape":"UntagResourceInput"}, + "output":{"shape":"UntagResourceOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"} + ], + "documentation":"Removes tags from a SimSpace Weaver resource. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
" + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "members":{ + "Message":{"shape":"NonEmptyString"} + }, + "documentation":"", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "AppPortMappings":{ + "type":"list", + "member":{"shape":"SimulationAppPortMapping"} + }, + "BucketName":{ + "type":"string", + "max":63, + "min":3 + }, + "ClientToken":{ + "type":"string", + "max":128, + "min":32, + "pattern":"^[a-zA-Z0-9-]+$", + "sensitive":true + }, + "ClockStatus":{ + "type":"string", + "enum":[ + "UNKNOWN", + "STARTING", + "STARTED", + "STOPPING", + "STOPPED" + ] + }, + "ClockTargetStatus":{ + "type":"string", + "enum":[ + "UNKNOWN", + "STARTED", + "STOPPED" + ] + }, + "CloudWatchLogsLogGroup":{ + "type":"structure", + "members":{ + "LogGroupArn":{ + "shape":"LogGroupArn", + "documentation":"The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group for the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
" + } + }, + "documentation":"The Amazon CloudWatch Logs log group for the simulation. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
" + }, + "ConflictException":{ + "type":"structure", + "members":{ + "Message":{"shape":"NonEmptyString"} + }, + "documentation":"", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "CreateSnapshotInput":{ + "type":"structure", + "required":[ + "Destination", + "Simulation" + ], + "members":{ + "Destination":{ + "shape":"S3Destination", + "documentation":"The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
" + }, + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation.
" + } + } + }, + "CreateSnapshotOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteAppInput":{ + "type":"structure", + "required":[ + "App", + "Domain", + "Simulation" + ], + "members":{ + "App":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the app.
", + "location":"querystring", + "locationName":"app" + }, + "Domain":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the domain of the app.
", + "location":"querystring", + "locationName":"domain" + }, + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation of the app.
", + "location":"querystring", + "locationName":"simulation" + } + } + }, + "DeleteAppOutput":{ + "type":"structure", + "members":{ + } + }, + "DeleteSimulationInput":{ + "type":"structure", + "required":["Simulation"], + "members":{ + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation.
", + "location":"querystring", + "locationName":"simulation" + } + } + }, + "DeleteSimulationOutput":{ + "type":"structure", + "members":{ + } + }, + "DescribeAppInput":{ + "type":"structure", + "required":[ + "App", + "Domain", + "Simulation" + ], + "members":{ + "App":{ + "shape":"SimSpaceWeaverLongResourceName", + "documentation":"The name of the app.
", + "location":"querystring", + "locationName":"app" + }, + "Domain":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the domain of the app.
", + "location":"querystring", + "locationName":"domain" + }, + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation of the app.
", + "location":"querystring", + "locationName":"simulation" + } + } + }, + "DescribeAppOutput":{ + "type":"structure", + "members":{ + "Description":{ + "shape":"Description", + "documentation":"The description of the app.
" + }, + "Domain":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the domain of the app.
" + }, + "EndpointInfo":{ + "shape":"SimulationAppEndpointInfo", + "documentation":"Information about the network endpoint for the custom app. You can use the endpoint to connect to the custom app.
" + }, + "LaunchOverrides":{"shape":"LaunchOverrides"}, + "Name":{ + "shape":"SimSpaceWeaverLongResourceName", + "documentation":"The name of the app.
" + }, + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation of the app.
" + }, + "Status":{ + "shape":"SimulationAppStatus", + "documentation":"The current lifecycle state of the custom app.
" + }, + "TargetStatus":{ + "shape":"SimulationAppTargetStatus", + "documentation":"The desired lifecycle state of the custom app.
" + } + } + }, + "DescribeSimulationInput":{ + "type":"structure", + "required":["Simulation"], + "members":{ + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation.
", + "location":"querystring", + "locationName":"simulation" + } + } + }, + "DescribeSimulationOutput":{ + "type":"structure", + "members":{ + "Arn":{ + "shape":"SimSpaceWeaverArn", + "documentation":"The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
" + }, + "CreationTime":{ + "shape":"Timestamp", + "documentation":"The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
" + }, + "Description":{ + "shape":"Description", + "documentation":"The description of the simulation.
" + }, + "ExecutionId":{ + "shape":"UUID", + "documentation":"A universally unique identifier (UUID) for this simulation.
" + }, + "LiveSimulationState":{ + "shape":"LiveSimulationState", + "documentation":"A collection of additional state information, such as domain and clock configuration.
" + }, + "LoggingConfiguration":{ + "shape":"LoggingConfiguration", + "documentation":"Settings that control how SimSpace Weaver handles your simulation log data.
" + }, + "MaximumDuration":{ + "shape":"TimeToLiveString", + "documentation":"The maximum running time of the simulation, specified as a number of minutes (m or M), hours (h or H), or days (d or D). The simulation stops when it reaches this limit. The maximum value is 14D, or its equivalent in the other units. The default value is 14D. A value equivalent to 0 makes the simulation immediately transition to Stopping as soon as it reaches Started.
The name of the simulation.
" + }, + "RoleArn":{ + "shape":"RoleArn", + "documentation":"The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the simulation assumes to perform actions. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about IAM roles, see IAM roles in the Identity and Access Management User Guide.
" + }, + "SchemaError":{ + "shape":"OptionalString", + "documentation":"An error message that SimSpace Weaver returns only if there is a problem with the simulation schema.
", + "deprecated":true, + "deprecatedMessage":"SchemaError is no longer used, check StartError instead." + }, + "SchemaS3Location":{ + "shape":"S3Location", + "documentation":"The location of the simulation schema in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
" + }, + "SnapshotS3Location":{"shape":"S3Location"}, + "StartError":{ + "shape":"OptionalString", + "documentation":"An error message that SimSpace Weaver returns only if a problem occurs when the simulation is in the STARTING state.
The current lifecycle state of the simulation.
" + }, + "TargetStatus":{ + "shape":"SimulationTargetStatus", + "documentation":"The desired lifecycle state of the simulation.
" + } + } + }, + "Description":{ + "type":"string", + "max":500, + "min":0 + }, + "Domain":{ + "type":"structure", + "members":{ + "Lifecycle":{ + "shape":"LifecycleManagementStrategy", + "documentation":"The type of lifecycle management for apps in the domain. Indicates whether apps in this domain are managed (SimSpace Weaver starts and stops the apps) or unmanaged (you must start and stop the apps).
Lifecycle types
PerWorker – Managed: SimSpace Weaver starts one app on each worker.
BySpatialSubdivision – Managed: SimSpace Weaver starts one app for each spatial partition.
ByRequest – Unmanaged: You use the StartApp API to start the apps and use the StopApp API to stop the apps.
The name of the domain.
" + } + }, + "documentation":"A collection of app instances that run the same executable app code and have the same launch options and commands.
For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
" + }, + "DomainList":{ + "type":"list", + "member":{"shape":"Domain"} + }, + "InternalServerException":{ + "type":"structure", + "members":{ + "Message":{"shape":"NonEmptyString"} + }, + "documentation":"", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "LaunchCommandList":{ + "type":"list", + "member":{"shape":"NonEmptyString"} + }, + "LaunchOverrides":{ + "type":"structure", + "members":{ + "LaunchCommands":{ + "shape":"LaunchCommandList", + "documentation":"App launch commands and command line parameters that override the launch command configured in the simulation schema.
" + } + }, + "documentation":"Options that apply when the app starts. These options override default behavior.
" + }, + "LifecycleManagementStrategy":{ + "type":"string", + "enum":[ + "Unknown", + "PerWorker", + "BySpatialSubdivision", + "ByRequest" + ] + }, + "ListAppsInput":{ + "type":"structure", + "required":["Simulation"], + "members":{ + "Domain":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the domain that you want to list apps for.
", + "location":"querystring", + "locationName":"domain" + }, + "MaxResults":{ + "shape":"PositiveInteger", + "documentation":"The maximum number of apps to list.
", + "location":"querystring", + "locationName":"maxResults" + }, + "NextToken":{ + "shape":"OptionalString", + "documentation":"If SimSpace Weaver returns nextToken, then there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.
The name of the simulation that you want to list apps for.
", + "location":"querystring", + "locationName":"simulation" + } + } + }, + "ListAppsOutput":{ + "type":"structure", + "members":{ + "Apps":{ + "shape":"SimulationAppList", + "documentation":"The list of apps for the given simulation and domain.
" + }, + "NextToken":{ + "shape":"OptionalString", + "documentation":"If SimSpace Weaver returns nextToken, then there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.
The maximum number of simulations to list.
", + "location":"querystring", + "locationName":"maxResults" + }, + "NextToken":{ + "shape":"OptionalString", + "documentation":"If SimSpace Weaver returns nextToken, then there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.
If SimSpace Weaver returns nextToken, then there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.
The list of simulations.
" + } + } + }, + "ListTagsForResourceInput":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ResourceArn":{ + "shape":"SimSpaceWeaverArn", + "documentation":"The Amazon Resource Name (ARN) of the resource. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
", + "location":"uri", + "locationName":"ResourceArn" + } + } + }, + "ListTagsForResourceOutput":{ + "type":"structure", + "members":{ + "Tags":{ + "shape":"TagMap", + "documentation":"The list of tags for the resource.
" + } + } + }, + "LiveSimulationState":{ + "type":"structure", + "members":{ + "Clocks":{ + "shape":"SimulationClockList", + "documentation":"A list of simulation clocks.
At this time, a simulation has only one clock.
A list of domains for the simulation. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
" + } + }, + "documentation":"A collection of additional state information, such as domain and clock configuration.
" + }, + "LogDestination":{ + "type":"structure", + "members":{ + "CloudWatchLogsLogGroup":{ + "shape":"CloudWatchLogsLogGroup", + "documentation":"An Amazon CloudWatch Logs log group that stores simulation log data. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
" + } + }, + "documentation":"The location where SimSpace Weaver sends simulation log data.
" + }, + "LogDestinations":{ + "type":"list", + "member":{"shape":"LogDestination"} + }, + "LogGroupArn":{ + "type":"string", + "max":1600, + "min":0, + "pattern":"^arn:(?:aws|aws-cn|aws-us-gov):log-group:([a-z]{2}-[a-z]+-\\d{1}):(\\d{12})?:role\\/(.+)$" + }, + "LoggingConfiguration":{ + "type":"structure", + "members":{ + "Destinations":{ + "shape":"LogDestinations", + "documentation":"A list of the locations where SimSpace Weaver sends simulation log data.
" + } + }, + "documentation":"The logging configuration for a simulation.
" + }, + "NonEmptyString":{ + "type":"string", + "max":1600, + "min":1 + }, + "ObjectKey":{ + "type":"string", + "max":1024, + "min":1 + }, + "ObjectKeyPrefix":{ + "type":"string", + "max":1024, + "min":0 + }, + "OptionalString":{"type":"string"}, + "PortNumber":{ + "type":"integer", + "box":true, + "max":65535, + "min":0 + }, + "PositiveInteger":{ + "type":"integer", + "box":true, + "min":1 + }, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + "Message":{"shape":"NonEmptyString"} + }, + "documentation":"", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "RoleArn":{ + "type":"string", + "max":1600, + "min":0, + "pattern":"^arn:(?:aws|aws-cn|aws-us-gov):iam::(\\d{12})?:role\\/(.+)$" + }, + "S3Destination":{ + "type":"structure", + "required":["BucketName"], + "members":{ + "BucketName":{ + "shape":"BucketName", + "documentation":"The name of an Amazon S3 bucket. For more information about buckets, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
" + }, + "ObjectKeyPrefix":{ + "shape":"ObjectKeyPrefix", + "documentation":"A string prefix for an Amazon S3 object key. It's usually a folder name. For more information about folders in Amazon S3, see Organizing objects in the Amazon S3 console using folders in the Amazon Simple Storage Service User Guide.
" + } + }, + "documentation":"An Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates a file.
" + }, + "S3Location":{ + "type":"structure", + "required":[ + "BucketName", + "ObjectKey" + ], + "members":{ + "BucketName":{ + "shape":"BucketName", + "documentation":"The name of an Amazon S3 bucket. For more information about buckets, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
" + }, + "ObjectKey":{ + "shape":"ObjectKey", + "documentation":"The key name of an object in Amazon S3. For more information about Amazon S3 objects and object keys, see Uploading, downloading, and working with objects in Amazon S3 in the Amazon Simple Storage Service User Guide.
" + } + }, + "documentation":"A location in Amazon Simple Storage Service (Amazon S3) where SimSpace Weaver stores simulation data, such as your app .zip files and schema file. For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
" + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "members":{ + "Message":{"shape":"NonEmptyString"} + }, + "documentation":"", + "error":{ + "httpStatusCode":402, + "senderFault":true + }, + "exception":true + }, + "SimSpaceWeaverArn":{ + "type":"string", + "max":1600, + "min":0, + "pattern":"^arn:(?:aws|aws-cn|aws-us-gov):simspaceweaver:([a-z]{2}-[a-z]+-\\d{1}):(\\d{12})?:([a-z]+)\\/(.+)$" + }, + "SimSpaceWeaverLongResourceName":{ + "type":"string", + "max":256, + "min":1, + "pattern":"^[a-zA-Z0-9_.-]+$" + }, + "SimSpaceWeaverResourceName":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^[a-zA-Z0-9_.-]+$" + }, + "SimulationAppEndpointInfo":{ + "type":"structure", + "members":{ + "Address":{ + "shape":"NonEmptyString", + "documentation":"The IP address of the app. SimSpace Weaver dynamically assigns this IP address when the app starts.
" + }, + "IngressPortMappings":{ + "shape":"AppPortMappings", + "documentation":"The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a network endpoint.
" + } + }, + "documentation":"Information about the network endpoint that you can use to connect to your custom or service app. For more information about SimSpace Weaver apps, see Key concepts: Apps in the SimSpace Weaver User Guide..
" + }, + "SimulationAppList":{ + "type":"list", + "member":{"shape":"SimulationAppMetadata"} + }, + "SimulationAppMetadata":{ + "type":"structure", + "members":{ + "Domain":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The domain of the app. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
" + }, + "Name":{ + "shape":"SimSpaceWeaverLongResourceName", + "documentation":"The name of the app.
" + }, + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation of the app.
" + }, + "Status":{ + "shape":"SimulationAppStatus", + "documentation":"The current status of the app.
" + }, + "TargetStatus":{ + "shape":"SimulationAppTargetStatus", + "documentation":"The desired status of the app.
" + } + }, + "documentation":"A collection of metadata about the app.
" + }, + "SimulationAppPortMapping":{ + "type":"structure", + "members":{ + "Actual":{ + "shape":"PortNumber", + "documentation":"The TCP/UDP port number of the running app. SimSpace Weaver dynamically assigns this port number when the app starts. SimSpace Weaver maps the Declared port to the Actual port. Clients connect to the app using the app's IP address and the Actual port number.
The TCP/UDP port number of the app, declared in the simulation schema. SimSpace Weaver maps the Declared port to the Actual port. The source code for the app should bind to the Declared port.
A collection of TCP/UDP ports for a custom or service app.
" + }, + "SimulationAppStatus":{ + "type":"string", + "enum":[ + "STARTING", + "STARTED", + "STOPPING", + "STOPPED", + "ERROR", + "UNKNOWN" + ] + }, + "SimulationAppTargetStatus":{ + "type":"string", + "enum":[ + "UNKNOWN", + "STARTED", + "STOPPED" + ] + }, + "SimulationClock":{ + "type":"structure", + "members":{ + "Status":{ + "shape":"ClockStatus", + "documentation":"The current status of the simulation clock.
" + }, + "TargetStatus":{ + "shape":"ClockTargetStatus", + "documentation":"The desired status of the simulation clock.
" + } + }, + "documentation":"Status information about the simulation clock.
" + }, + "SimulationClockList":{ + "type":"list", + "member":{"shape":"SimulationClock"} + }, + "SimulationList":{ + "type":"list", + "member":{"shape":"SimulationMetadata"} + }, + "SimulationMetadata":{ + "type":"structure", + "members":{ + "Arn":{ + "shape":"SimSpaceWeaverArn", + "documentation":"The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
" + }, + "CreationTime":{ + "shape":"Timestamp", + "documentation":"The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
" + }, + "Name":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation.
" + }, + "Status":{ + "shape":"SimulationStatus", + "documentation":"The current status of the simulation.
" + }, + "TargetStatus":{ + "shape":"SimulationTargetStatus", + "documentation":"The desired status of the simulation.
" + } + }, + "documentation":"A collection of data about the simulation.
" + }, + "SimulationStatus":{ + "type":"string", + "enum":[ + "UNKNOWN", + "STARTING", + "STARTED", + "STOPPING", + "STOPPED", + "FAILED", + "DELETING", + "DELETED", + "SNAPSHOT_IN_PROGRESS" + ] + }, + "SimulationTargetStatus":{ + "type":"string", + "enum":[ + "UNKNOWN", + "STARTED", + "STOPPED", + "DELETED" + ] + }, + "StartAppInput":{ + "type":"structure", + "required":[ + "Domain", + "Name", + "Simulation" + ], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once. A ClientToken is also known as an idempotency token. A ClientToken expires after 24 hours.
The description of the app.
" + }, + "Domain":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the domain of the app.
" + }, + "LaunchOverrides":{"shape":"LaunchOverrides"}, + "Name":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the app.
" + }, + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation of the app.
" + } + } + }, + "StartAppOutput":{ + "type":"structure", + "members":{ + "Domain":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the domain of the app.
" + }, + "Name":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the app.
" + }, + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation of the app.
" + } + } + }, + "StartClockInput":{ + "type":"structure", + "required":["Simulation"], + "members":{ + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation.
" + } + } + }, + "StartClockOutput":{ + "type":"structure", + "members":{ + } + }, + "StartSimulationInput":{ + "type":"structure", + "required":[ + "Name", + "RoleArn" + ], + "members":{ + "ClientToken":{ + "shape":"ClientToken", + "documentation":"A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once. A ClientToken is also known as an idempotency token. A ClientToken expires after 24 hours.
The description of the simulation.
" + }, + "MaximumDuration":{ + "shape":"TimeToLiveString", + "documentation":"The maximum running time of the simulation, specified as a number of minutes (m or M), hours (h or H), or days (d or D). The simulation stops when it reaches this limit. The maximum value is 14D, or its equivalent in the other units. The default value is 14D. A value equivalent to 0 makes the simulation immediately transition to Stopping as soon as it reaches Started.
The name of the simulation.
" + }, + "RoleArn":{ + "shape":"RoleArn", + "documentation":"The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the simulation assumes to perform actions. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about IAM roles, see IAM roles in the Identity and Access Management User Guide.
" + }, + "SchemaS3Location":{ + "shape":"S3Location", + "documentation":"The location of the simulation schema in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
Provide a SchemaS3Location to start your simulation from a schema.
If you provide a SchemaS3Location then you can't provide a SnapshotS3Location.
The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
Provide a SnapshotS3Location to start your simulation from a snapshot.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
If you provide a SnapshotS3Location then you can't provide a SchemaS3Location.
A list of tags for the simulation. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
" + } + } + }, + "StartSimulationOutput":{ + "type":"structure", + "members":{ + "Arn":{ + "shape":"SimSpaceWeaverArn", + "documentation":"The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
" + }, + "CreationTime":{ + "shape":"Timestamp", + "documentation":"The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
" + }, + "ExecutionId":{ + "shape":"UUID", + "documentation":"A universally unique identifier (UUID) for this simulation.
" + } + } + }, + "StopAppInput":{ + "type":"structure", + "required":[ + "App", + "Domain", + "Simulation" + ], + "members":{ + "App":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the app.
" + }, + "Domain":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the domain of the app.
" + }, + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation of the app.
" + } + } + }, + "StopAppOutput":{ + "type":"structure", + "members":{ + } + }, + "StopClockInput":{ + "type":"structure", + "required":["Simulation"], + "members":{ + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation.
" + } + } + }, + "StopClockOutput":{ + "type":"structure", + "members":{ + } + }, + "StopSimulationInput":{ + "type":"structure", + "required":["Simulation"], + "members":{ + "Simulation":{ + "shape":"SimSpaceWeaverResourceName", + "documentation":"The name of the simulation.
" + } + } + }, + "StopSimulationOutput":{ + "type":"structure", + "members":{ + } + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1 + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":50, + "min":1 + }, + "TagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":50, + "min":1 + }, + "TagResourceInput":{ + "type":"structure", + "required":[ + "ResourceArn", + "Tags" + ], + "members":{ + "ResourceArn":{ + "shape":"SimSpaceWeaverArn", + "documentation":"The Amazon Resource Name (ARN) of the resource that you want to add tags to. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
", + "location":"uri", + "locationName":"ResourceArn" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"A list of tags to apply to the resource.
" + } + } + }, + "TagResourceOutput":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0 + }, + "TimeToLiveString":{ + "type":"string", + "max":6, + "min":2, + "pattern":"^\\d{1,5}[mhdMHD]$" + }, + "Timestamp":{"type":"timestamp"}, + "TooManyTagsException":{ + "type":"structure", + "members":{ + "Message":{"shape":"NonEmptyString"} + }, + "documentation":"", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "UUID":{ + "type":"string", + "min":36, + "pattern":"^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" + }, + "UntagResourceInput":{ + "type":"structure", + "required":[ + "ResourceArn", + "TagKeys" + ], + "members":{ + "ResourceArn":{ + "shape":"SimSpaceWeaverArn", + "documentation":"The Amazon Resource Name (ARN) of the resource that you want to remove tags from. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
", + "location":"uri", + "locationName":"ResourceArn" + }, + "TagKeys":{ + "shape":"TagKeyList", + "documentation":"A list of tag keys to remove from the resource.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceOutput":{ + "type":"structure", + "members":{ + } + }, + "ValidationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"NonEmptyString"} + }, + "documentation":"", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + } + }, + "documentation":"SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale spatial simulations in the Amazon Web Services Cloud. For example, you can create crowd simulations, large real-world environments, and immersive and interactive experiences. For more information about SimSpace Weaver, see the SimSpace Weaver User Guide .
This API reference describes the API operations and data types that you can use to communicate directly with SimSpace Weaver.
SimSpace Weaver also provides the SimSpace Weaver app SDK, which you use for app development. The SimSpace Weaver app SDK API reference is included in the SimSpace Weaver app SDK documentation. This documentation is part of the SimSpace Weaver app SDK distributable package.
" +} diff --git a/testbed/boto__botocore/botocore/data/ssm-quicksetup/2018-05-10/paginators-1.json b/testbed/boto__botocore/botocore/data/ssm-quicksetup/2018-05-10/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..da5d6c97f70120407d706054fea1771e77188b80 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/ssm-quicksetup/2018-05-10/paginators-1.json @@ -0,0 +1,10 @@ +{ + "pagination": { + "ListConfigurationManagers": { + "input_token": "StartingToken", + "output_token": "NextToken", + "limit_key": "MaxItems", + "result_key": "ConfigurationManagersList" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/ssm-quicksetup/2018-05-10/service-2.json b/testbed/boto__botocore/botocore/data/ssm-quicksetup/2018-05-10/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..7d0677cdcabac520a745513133cf4449815a4606 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/ssm-quicksetup/2018-05-10/service-2.json @@ -0,0 +1,997 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2018-05-10", + "endpointPrefix":"ssm-quicksetup", + "jsonVersion":"1.1", + "protocol":"rest-json", + "protocols":["rest-json"], + "serviceFullName":"AWS Systems Manager QuickSetup", + "serviceId":"SSM QuickSetup", + "signatureVersion":"v4", + "signingName":"ssm-quicksetup", + "uid":"ssm-quicksetup-2018-05-10", + "auth":["aws.auth#sigv4"] + }, + "operations":{ + "CreateConfigurationManager":{ + "name":"CreateConfigurationManager", + "http":{ + "method":"POST", + "requestUri":"/configurationManager", + "responseCode":200 + }, + "input":{"shape":"CreateConfigurationManagerInput"}, + "output":{"shape":"CreateConfigurationManagerOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Creates a Quick Setup configuration manager resource. This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
" + }, + "DeleteConfigurationManager":{ + "name":"DeleteConfigurationManager", + "http":{ + "method":"DELETE", + "requestUri":"/configurationManager/{ManagerArn}", + "responseCode":200 + }, + "input":{"shape":"DeleteConfigurationManagerInput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Deletes a configuration manager.
", + "idempotent":true + }, + "GetConfigurationManager":{ + "name":"GetConfigurationManager", + "http":{ + "method":"GET", + "requestUri":"/configurationManager/{ManagerArn}", + "responseCode":200 + }, + "input":{"shape":"GetConfigurationManagerInput"}, + "output":{"shape":"GetConfigurationManagerOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Returns a configuration manager.
" + }, + "GetServiceSettings":{ + "name":"GetServiceSettings", + "http":{ + "method":"GET", + "requestUri":"/serviceSettings", + "responseCode":200 + }, + "output":{"shape":"GetServiceSettingsOutput"}, + "errors":[ + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns settings configured for Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.
" + }, + "ListConfigurationManagers":{ + "name":"ListConfigurationManagers", + "http":{ + "method":"POST", + "requestUri":"/listConfigurationManagers", + "responseCode":200 + }, + "input":{"shape":"ListConfigurationManagersInput"}, + "output":{"shape":"ListConfigurationManagersOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns Quick Setup configuration managers.
" + }, + "ListQuickSetupTypes":{ + "name":"ListQuickSetupTypes", + "http":{ + "method":"GET", + "requestUri":"/listQuickSetupTypes", + "responseCode":200 + }, + "output":{"shape":"ListQuickSetupTypesOutput"}, + "errors":[ + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Returns the available Quick Setup types.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{ResourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Returns tags assigned to the resource.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"PUT", + "requestUri":"/tags/{ResourceArn}", + "responseCode":200 + }, + "input":{"shape":"TagResourceInput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Assigns key-value pairs of metadata to Amazon Web Services resources.
", + "idempotent":true + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{ResourceArn}", + "responseCode":200 + }, + "input":{"shape":"UntagResourceInput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Removes tags from the specified resource.
", + "idempotent":true + }, + "UpdateConfigurationDefinition":{ + "name":"UpdateConfigurationDefinition", + "http":{ + "method":"PUT", + "requestUri":"/configurationDefinition/{ManagerArn}/{Id}", + "responseCode":200 + }, + "input":{"shape":"UpdateConfigurationDefinitionInput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Updates a Quick Setup configuration definition.
", + "idempotent":true + }, + "UpdateConfigurationManager":{ + "name":"UpdateConfigurationManager", + "http":{ + "method":"PUT", + "requestUri":"/configurationManager/{ManagerArn}", + "responseCode":200 + }, + "input":{"shape":"UpdateConfigurationManagerInput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Updates a Quick Setup configuration manager.
", + "idempotent":true + }, + "UpdateServiceSettings":{ + "name":"UpdateServiceSettings", + "http":{ + "method":"PUT", + "requestUri":"/serviceSettings", + "responseCode":200 + }, + "input":{"shape":"UpdateServiceSettingsInput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"} + ], + "documentation":"Updates settings configured for Quick Setup.
", + "idempotent":true + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"The requester has insufficient permissions to perform the operation.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "ConfigurationDefinition":{ + "type":"structure", + "required":[ + "Parameters", + "Type" + ], + "members":{ + "Id":{ + "shape":"String", + "documentation":"The ID of the configuration definition.
" + }, + "LocalDeploymentAdministrationRoleArn":{ + "shape":"IAMRoleArn", + "documentation":"The ARN of the IAM role used to administrate local configuration deployments.
" + }, + "LocalDeploymentExecutionRoleName":{ + "shape":"ConfigurationDefinitionLocalDeploymentExecutionRoleNameString", + "documentation":"The name of the IAM role used to deploy local configurations.
" + }, + "Parameters":{ + "shape":"ConfigurationParametersMap", + "documentation":"A list of key-value pairs containing the required parameters for the configuration type.
" + }, + "Type":{ + "shape":"ConfigurationDefinitionTypeString", + "documentation":"The type of the Quick Setup configuration.
" + }, + "TypeVersion":{ + "shape":"ConfigurationDefinitionTypeVersionString", + "documentation":"The version of the Quick Setup type used.
" + } + }, + "documentation":"The definition of a Quick Setup configuration.
" + }, + "ConfigurationDefinitionInput":{ + "type":"structure", + "required":[ + "Parameters", + "Type" + ], + "members":{ + "LocalDeploymentAdministrationRoleArn":{ + "shape":"IAMRoleArn", + "documentation":"The ARN of the IAM role used to administrate local configuration deployments.
" + }, + "LocalDeploymentExecutionRoleName":{ + "shape":"ConfigurationDefinitionInputLocalDeploymentExecutionRoleNameString", + "documentation":"The name of the IAM role used to deploy local configurations.
" + }, + "Parameters":{ + "shape":"ConfigurationParametersMap", + "documentation":"The parameters for the configuration definition type. Parameters for configuration definitions vary based the configuration type. The following tables outline the parameters for each configuration type.
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to.
TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target.
TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target.
ICalendarString
Description: (Required) An iCalendar formatted string containing the schedule you want Change Manager to use.
TargetAccounts
Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits.
TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to.
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is \"true\".
TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to.
SelectedAggregatorRegion
Description: (Required) The Amazon Web Services Region where you want to create the aggregator index.
ReplaceExistingAggregator
Description: (Required) A boolean value that determines whether to demote an existing aggregator if it is in a Region that differs from the value you specify for the SelectedAggregatorRegion.
TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to.
DelegatedAccountId
Description: (Required) The ID of the delegated administrator account.
JobFunction
Description: (Required) The name for the Change Manager job function.
PermissionType
Description: (Optional) Specifies whether you want to use default administrator permissions for the job function role, or provide a custom IAM policy. The valid values are CustomPermissions and AdminPermissions. The default value for the parameter is CustomerPermissions.
CustomPermissions
Description: (Optional) A JSON string containing the IAM policy you want your job function to use. You must provide a value for this parameter if you specify CustomPermissions for the PermissionType parameter.
TargetOrganizationalUnits
Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to.
AnalyseAllResources
Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all CloudFormation stacks in the account. The default value is \"false\".
EnableSnsNotifications
Description: (Optional) A boolean value that determines whether DevOps Guru sends notifications when an insight is created. The default value is \"true\".
EnableSsmOpsItems
Description: (Optional) A boolean value that determines whether DevOps Guru creates an OpsCenter OpsItem when an insight is created. The default value is \"true\".
EnableDriftRemediation
Description: (Optional) A boolean value that determines whether a drift remediation schedule is used. The default value is \"false\".
RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are rate(30 days), rate(14 days), rate(1 days), and none. The default value is \"none\".
TargetAccounts
Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits.
TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to.
DelegatedAccountId
Description: (Optional) The ID of the delegated administrator account. This parameter is required for Organization deployments.
RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are rate(30 days), rate(14 days), rate(2 days), and none. The default value is \"none\".
CPackNames
Description: (Required) A comma separated list of Config conformance packs.
TargetAccounts
Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits.
TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to.
RecordAllResources
Description: (Optional) A boolean value that determines whether all supported resources are recorded. The default value is \"true\".
ResourceTypesToRecord
Description: (Optional) A comma separated list of resource types you want to record.
RecordGlobalResourceTypes
Description: (Optional) A boolean value that determines whether global resources are recorded with all resource configurations. The default value is \"false\".
GlobalResourceTypesRegion
Description: (Optional) Determines the Amazon Web Services Region where global resources are recorded.
UseCustomBucket
Description: (Optional) A boolean value that determines whether a custom Amazon S3 bucket is used for delivery. The default value is \"false\".
DeliveryBucketName
Description: (Optional) The name of the Amazon S3 bucket you want Config to deliver configuration snapshots and configuration history files to.
DeliveryBucketPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
NotificationOptions
Description: (Optional) Determines the notification configuration for the recorder. The valid values are NoStreaming, UseExistingTopic, and CreateTopic. The default value is NoStreaming.
CustomDeliveryTopicAccountId
Description: (Optional) The ID of the Amazon Web Services account where the Amazon SNS topic you want to use for notifications resides. You must specify a value for this parameter if you use the UseExistingTopic notification option.
CustomDeliveryTopicName
Description: (Optional) The name of the Amazon SNS topic you want to use for notifications. You must specify a value for this parameter if you use the UseExistingTopic notification option.
RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are rate(30 days), rate(7 days), rate(1 days), and none. The default value is \"none\".
TargetAccounts
Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits.
TargetOrganizationalUnits
Description: (Optional) The ID of the root of your Organization. This configuration type doesn't currently support choosing specific OUs. The configuration will be deployed to all the OUs in the Organization.
TargetRegions
Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to.
UpdateSSMAgent
Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is \"true\".
UpdateEc2LaunchAgent
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is \"false\".
CollectInventory
Description: (Optional) A boolean value that determines whether the EC2 Launch agent is updated on the target instances every month. The default value is \"true\".
ScanInstances
Description: (Optional) A boolean value that determines whether the target instances are scanned daily for available patches. The default value is \"true\".
InstallCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is installed on the target instances. The default value is \"false\".
UpdateCloudWatchAgent
Description: (Optional) A boolean value that determines whether the Amazon CloudWatch agent is updated on the target instances every month. The default value is \"false\".
IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is \"false\".
TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are *, InstanceIds, ResourceGroups, and Tags. Use * to target all instances in the account.
TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify InstanceIds for the TargetType parameter.
TargetTagKey
Description: (Optional) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify Tags for the TargetType parameter.
TargetTagValue
Description: (Optional) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify Tags for the TargetType parameter.
ResourceGroupName
Description: (Optional) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify ResourceGroups for the TargetType parameter.
TargetAccounts
Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits.
TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to.
PackagesToInstall
Description: (Required) A comma separated list of packages you want to install on the target instances. The valid values are AWSEFSTools, AWSCWAgent, and AWSEC2LaunchAgent.
RemediationSchedule
Description: (Optional) A rate expression that defines the schedule for drift remediation. The valid values are rate(30 days), rate(14 days), rate(2 days), and none. The default value is \"rate(30 days)\".
IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is \"false\".
TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are *, InstanceIds, ResourceGroups, and Tags. Use * to target all instances in the account.
TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify InstanceIds for the TargetType parameter.
TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify Tags for the TargetType parameter.
TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify Tags for the TargetType parameter.
ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify ResourceGroups for the TargetType parameter.
TargetAccounts
Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits.
TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to.
PatchPolicyName
Description: (Required) A name for the patch policy. The value you provide is applied to target Amazon EC2 instances as a tag.
SelectedPatchBaselines
Description: (Required) An array of JSON objects containing the information for the patch baselines to include in your patch policy.
PatchBaselineUseDefault
Description: (Optional) A boolean value that determines whether the selected patch baselines are all Amazon Web Services provided.
ConfigurationOptionsPatchOperation
Description: (Optional) Determines whether target instances scan for available patches, or scan and install available patches. The valid values are Scan and ScanAndInstall. The default value for the parameter is Scan.
ConfigurationOptionsScanValue
Description: (Optional) A cron expression that is used as the schedule for when instances scan for available patches.
ConfigurationOptionsInstallValue
Description: (Optional) A cron expression that is used as the schedule for when instances install available patches.
ConfigurationOptionsScanNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is \"false\".
ConfigurationOptionsInstallNextInterval
Description: (Optional) A boolean value that determines whether instances should scan for available patches at the next cron interval. The default value is \"false\".
RebootOption
Description: (Optional) A boolean value that determines whether instances are rebooted after patches are installed. The default value is \"false\".
IsPolicyAttachAllowed
Description: (Optional) A boolean value that determines whether Quick Setup attaches policies to instances profiles already associated with the target instances. The default value is \"false\".
OutputLogEnableS3
Description: (Optional) A boolean value that determines whether command output logs are sent to Amazon S3.
OutputS3Location
Description: (Optional) A JSON string containing information about the Amazon S3 bucket where you want to store the output details of the request.
OutputS3BucketRegion
Description: (Optional) The Amazon Web Services Region where the Amazon S3 bucket you want Config to deliver command output to is located.
OutputS3BucketName
Description: (Optional) The name of the Amazon S3 bucket you want Config to deliver command output to.
OutputS3KeyPrefix
Description: (Optional) The key prefix you want to use in the custom Amazon S3 bucket.
TargetType
Description: (Optional) Determines how instances are targeted for local account deployments. Don't specify a value for this parameter if you're deploying to OUs. The valid values are *, InstanceIds, ResourceGroups, and Tags. Use * to target all instances in the account.
TargetInstances
Description: (Optional) A comma separated list of instance IDs. You must provide a value for this parameter if you specify InstanceIds for the TargetType parameter.
TargetTagKey
Description: (Required) The tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify Tags for the TargetType parameter.
TargetTagValue
Description: (Required) The value of the tag key assigned to the instances you want to target. You must provide a value for this parameter if you specify Tags for the TargetType parameter.
ResourceGroupName
Description: (Required) The name of the resource group associated with the instances you want to target. You must provide a value for this parameter if you specify ResourceGroups for the TargetType parameter.
TargetAccounts
Description: (Optional) The ID of the Amazon Web Services account initiating the configuration deployment. You only need to provide a value for this parameter if you want to deploy the configuration locally. A value must be provided for either TargetAccounts or TargetOrganizationalUnits.
TargetOrganizationalUnits
Description: (Optional) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
TargetRegions
Description: (Required) A comma separated list of Amazon Web Services Regions you want to deploy the configuration to.
The type of the Quick Setup configuration.
" + }, + "TypeVersion":{ + "shape":"ConfigurationDefinitionInputTypeVersionString", + "documentation":"The version of the Quick Setup type to use.
" + } + }, + "documentation":"Defines the preferences and options for a configuration definition.
" + }, + "ConfigurationDefinitionInputLocalDeploymentExecutionRoleNameString":{ + "type":"string", + "pattern":"^[\\w+=,.@-]{1,64}$" + }, + "ConfigurationDefinitionInputTypeString":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_\\-.:/]{3,200}$" + }, + "ConfigurationDefinitionInputTypeVersionString":{ + "type":"string", + "max":128, + "min":1 + }, + "ConfigurationDefinitionLocalDeploymentExecutionRoleNameString":{ + "type":"string", + "pattern":"^[\\w+=,.@-]{1,64}$" + }, + "ConfigurationDefinitionSummariesList":{ + "type":"list", + "member":{"shape":"ConfigurationDefinitionSummary"} + }, + "ConfigurationDefinitionSummary":{ + "type":"structure", + "members":{ + "FirstClassParameters":{ + "shape":"ConfigurationParametersMap", + "documentation":"The common parameters and values for the configuration definition.
" + }, + "Id":{ + "shape":"String", + "documentation":"The ID of the configuration definition.
" + }, + "Type":{ + "shape":"String", + "documentation":"The type of the Quick Setup configuration used by the configuration definition.
" + }, + "TypeVersion":{ + "shape":"String", + "documentation":"The version of the Quick Setup type used by the configuration definition.
" + } + }, + "documentation":"A summarized definition of a Quick Setup configuration definition.
" + }, + "ConfigurationDefinitionTypeString":{ + "type":"string", + "pattern":"^[a-zA-Z0-9_\\-.:/]{3,200}$" + }, + "ConfigurationDefinitionTypeVersionString":{ + "type":"string", + "max":128, + "min":1 + }, + "ConfigurationDefinitionsInputList":{ + "type":"list", + "member":{"shape":"ConfigurationDefinitionInput"} + }, + "ConfigurationDefinitionsList":{ + "type":"list", + "member":{"shape":"ConfigurationDefinition"} + }, + "ConfigurationManagerList":{ + "type":"list", + "member":{"shape":"ConfigurationManagerSummary"} + }, + "ConfigurationManagerSummary":{ + "type":"structure", + "required":["ManagerArn"], + "members":{ + "ConfigurationDefinitionSummaries":{ + "shape":"ConfigurationDefinitionSummariesList", + "documentation":"A summary of the Quick Setup configuration definition.
" + }, + "Description":{ + "shape":"String", + "documentation":"The description of the configuration.
" + }, + "ManagerArn":{ + "shape":"String", + "documentation":"The ARN of the Quick Setup configuration.
" + }, + "Name":{ + "shape":"String", + "documentation":"The name of the configuration
" + }, + "StatusSummaries":{ + "shape":"StatusSummariesList", + "documentation":"Summaries of the state of the configuration manager. These summaries include an aggregate of the statuses from the configuration definition associated with the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.
" + } + }, + "documentation":"A summary of a Quick Setup configuration manager.
" + }, + "ConfigurationParametersMap":{ + "type":"map", + "key":{"shape":"ConfigurationParametersMapKeyString"}, + "value":{"shape":"ConfigurationParametersMapValueString"} + }, + "ConfigurationParametersMapKeyString":{ + "type":"string", + "max":256, + "min":1, + "pattern":"^[A-Za-z0-9+=@_\\/\\s-]+$" + }, + "ConfigurationParametersMapValueString":{ + "type":"string", + "max":40960, + "min":0 + }, + "ConflictException":{ + "type":"structure", + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"Another request is being processed. Wait a few minutes and try again.
", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "CreateConfigurationManagerInput":{ + "type":"structure", + "required":["ConfigurationDefinitions"], + "members":{ + "ConfigurationDefinitions":{ + "shape":"ConfigurationDefinitionsInputList", + "documentation":"The definition of the Quick Setup configuration that the configuration manager deploys.
" + }, + "Description":{ + "shape":"CreateConfigurationManagerInputDescriptionString", + "documentation":"A description of the configuration manager.
" + }, + "Name":{ + "shape":"CreateConfigurationManagerInputNameString", + "documentation":"A name for the configuration manager.
" + }, + "Tags":{ + "shape":"TagsMap", + "documentation":"Key-value pairs of metadata to assign to the configuration manager.
" + } + } + }, + "CreateConfigurationManagerInputDescriptionString":{ + "type":"string", + "pattern":"^.{0,512}$" + }, + "CreateConfigurationManagerInputNameString":{ + "type":"string", + "pattern":"^[ A-Za-z0-9._-]{0,120}$" + }, + "CreateConfigurationManagerOutput":{ + "type":"structure", + "required":["ManagerArn"], + "members":{ + "ManagerArn":{ + "shape":"String", + "documentation":"The ARN for the newly created configuration manager.
" + } + } + }, + "DeleteConfigurationManagerInput":{ + "type":"structure", + "required":["ManagerArn"], + "members":{ + "ManagerArn":{ + "shape":"DeleteConfigurationManagerInputManagerArnString", + "documentation":"The ID of the configuration manager.
", + "location":"uri", + "locationName":"ManagerArn" + } + } + }, + "DeleteConfigurationManagerInputManagerArnString":{ + "type":"string", + "pattern":"^arn:aws:ssm-quicksetup:([^:]+):(\\d{12}):configuration-manager/[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{12}$" + }, + "Filter":{ + "type":"structure", + "required":[ + "Key", + "Values" + ], + "members":{ + "Key":{ + "shape":"FilterKeyString", + "documentation":"The key for the filter.
" + }, + "Values":{ + "shape":"FilterValues", + "documentation":"The values for the filter keys.
" + } + }, + "documentation":"A key-value pair to filter results.
" + }, + "FilterKeyString":{ + "type":"string", + "max":128, + "min":0, + "pattern":"^[A-Za-z0-9+=@_\\/\\s-]*$" + }, + "FilterValues":{ + "type":"list", + "member":{"shape":"FilterValuesMemberString"} + }, + "FilterValuesMemberString":{ + "type":"string", + "max":256, + "min":0, + "pattern":"^[A-Za-z0-9+=@_\\/\\s-]*$" + }, + "FiltersList":{ + "type":"list", + "member":{"shape":"Filter"} + }, + "GetConfigurationManagerInput":{ + "type":"structure", + "required":["ManagerArn"], + "members":{ + "ManagerArn":{ + "shape":"GetConfigurationManagerInputManagerArnString", + "documentation":"The ARN of the configuration manager.
", + "location":"uri", + "locationName":"ManagerArn" + } + } + }, + "GetConfigurationManagerInputManagerArnString":{ + "type":"string", + "min":1, + "pattern":"^arn:aws:ssm-quicksetup:([^:]+):(\\d{12}):configuration-manager/[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{12}$" + }, + "GetConfigurationManagerOutput":{ + "type":"structure", + "required":["ManagerArn"], + "members":{ + "ConfigurationDefinitions":{ + "shape":"ConfigurationDefinitionsList", + "documentation":"The configuration definitions association with the configuration manager.
" + }, + "CreatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The datetime stamp when the configuration manager was created.
" + }, + "Description":{ + "shape":"String", + "documentation":"The description of the configuration manager.
" + }, + "LastModifiedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The datetime stamp when the configuration manager was last updated.
" + }, + "ManagerArn":{ + "shape":"String", + "documentation":"The ARN of the configuration manager.
" + }, + "Name":{ + "shape":"String", + "documentation":"The name of the configuration manager.
" + }, + "StatusSummaries":{ + "shape":"StatusSummariesList", + "documentation":"A summary of the state of the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.
" + }, + "Tags":{ + "shape":"TagsMap", + "documentation":"Key-value pairs of metadata to assign to the configuration manager.
" + } + } + }, + "GetServiceSettingsOutput":{ + "type":"structure", + "members":{ + "ServiceSettings":{ + "shape":"ServiceSettings", + "documentation":"Returns details about the settings for Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.
" + } + } + }, + "IAMRoleArn":{"type":"string"}, + "InternalServerException":{ + "type":"structure", + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"An error occurred on the server side.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "ListConfigurationManagersInput":{ + "type":"structure", + "members":{ + "Filters":{ + "shape":"FiltersList", + "documentation":"Filters the results returned by the request.
" + }, + "MaxItems":{ + "shape":"ListConfigurationManagersInputMaxItemsInteger", + "documentation":"Specifies the maximum number of configuration managers that are returned by the request.
" + }, + "StartingToken":{ + "shape":"ListConfigurationManagersInputStartingTokenString", + "documentation":"The token to use when requesting a specific set of items from a list.
" + } + } + }, + "ListConfigurationManagersInputMaxItemsInteger":{ + "type":"integer", + "box":true, + "max":100, + "min":1 + }, + "ListConfigurationManagersInputStartingTokenString":{ + "type":"string", + "max":1024, + "min":0, + "pattern":"^[A-Za-z0-9+=@_\\/\\s-]*$" + }, + "ListConfigurationManagersOutput":{ + "type":"structure", + "members":{ + "ConfigurationManagersList":{ + "shape":"ConfigurationManagerList", + "documentation":"The configuration managers returned by the request.
" + }, + "NextToken":{ + "shape":"String", + "documentation":"The token to use when requesting the next set of configuration managers. If there are no additional operations to return, the string is empty.
" + } + } + }, + "ListQuickSetupTypesOutput":{ + "type":"structure", + "members":{ + "QuickSetupTypeList":{ + "shape":"QuickSetupTypeList", + "documentation":"An array of Quick Setup types.
" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ResourceArn":{ + "shape":"String", + "documentation":"The ARN of the resource the tag is assigned to.
", + "location":"uri", + "locationName":"ResourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "Tags":{ + "shape":"Tags", + "documentation":"Key-value pairs of metadata assigned to the resource.
" + } + } + }, + "QuickSetupTypeList":{ + "type":"list", + "member":{"shape":"QuickSetupTypeOutput"} + }, + "QuickSetupTypeOutput":{ + "type":"structure", + "members":{ + "LatestVersion":{ + "shape":"String", + "documentation":"The latest version number of the configuration.
" + }, + "Type":{ + "shape":"String", + "documentation":"The type of the Quick Setup configuration.
" + } + }, + "documentation":"Information about the Quick Setup type.
" + }, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"The resource couldn't be found. Check the ID or name and try again.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "ServiceSettings":{ + "type":"structure", + "members":{ + "ExplorerEnablingRoleArn":{ + "shape":"IAMRoleArn", + "documentation":"The IAM role used to enable Explorer.
" + } + }, + "documentation":"Settings configured for Quick Setup.
" + }, + "Status":{ + "type":"string", + "enum":[ + "INITIALIZING", + "DEPLOYING", + "SUCCEEDED", + "DELETING", + "STOPPING", + "FAILED", + "STOPPED", + "DELETE_FAILED", + "STOP_FAILED", + "NONE" + ] + }, + "StatusDetails":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "StatusSummariesList":{ + "type":"list", + "member":{"shape":"StatusSummary"} + }, + "StatusSummary":{ + "type":"structure", + "required":[ + "LastUpdatedAt", + "StatusType" + ], + "members":{ + "LastUpdatedAt":{ + "shape":"SyntheticTimestamp_date_time", + "documentation":"The datetime stamp when the status was last updated.
" + }, + "Status":{ + "shape":"Status", + "documentation":"The current status.
" + }, + "StatusDetails":{ + "shape":"StatusDetails", + "documentation":"Details about the status.
" + }, + "StatusMessage":{ + "shape":"String", + "documentation":"When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
" + }, + "StatusType":{ + "shape":"StatusType", + "documentation":"The type of a status summary.
" + } + }, + "documentation":"A summarized description of the status.
" + }, + "StatusType":{ + "type":"string", + "enum":[ + "Deployment", + "AsyncExecutions" + ] + }, + "String":{"type":"string"}, + "SyntheticTimestamp_date_time":{ + "type":"timestamp", + "timestampFormat":"iso8601" + }, + "TagEntry":{ + "type":"structure", + "members":{ + "Key":{ + "shape":"TagEntryKeyString", + "documentation":"The key for the tag.
" + }, + "Value":{ + "shape":"TagEntryValueString", + "documentation":"The value for the tag.
" + } + }, + "documentation":"Key-value pairs of metadata.
", + "sensitive":true + }, + "TagEntryKeyString":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^[A-Za-z0-9 _=@:.+-/]+$" + }, + "TagEntryValueString":{ + "type":"string", + "max":256, + "min":0, + "pattern":"^[A-Za-z0-9 _=@:.+-/]+$" + }, + "TagKeys":{ + "type":"list", + "member":{"shape":"String"} + }, + "TagResourceInput":{ + "type":"structure", + "required":[ + "ResourceArn", + "Tags" + ], + "members":{ + "ResourceArn":{ + "shape":"String", + "documentation":"The ARN of the resource to tag.
", + "location":"uri", + "locationName":"ResourceArn" + }, + "Tags":{ + "shape":"TagsMap", + "documentation":"Key-value pairs of metadata to assign to the resource.
" + } + } + }, + "Tags":{ + "type":"list", + "member":{"shape":"TagEntry"}, + "sensitive":true + }, + "TagsMap":{ + "type":"map", + "key":{"shape":"TagsMapKeyString"}, + "value":{"shape":"TagsMapValueString"}, + "sensitive":true + }, + "TagsMapKeyString":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^[A-Za-z0-9 _=@:.+-/]+$" + }, + "TagsMapValueString":{ + "type":"string", + "max":256, + "min":0, + "pattern":"^[A-Za-z0-9 _=@:.+-/]+$" + }, + "ThrottlingException":{ + "type":"structure", + "required":["Message"], + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"The request or operation exceeds the maximum allowed request rate per Amazon Web Services account and Amazon Web Services Region.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":false} + }, + "UntagResourceInput":{ + "type":"structure", + "required":[ + "ResourceArn", + "TagKeys" + ], + "members":{ + "ResourceArn":{ + "shape":"String", + "documentation":"The ARN of the resource to remove tags from.
", + "location":"uri", + "locationName":"ResourceArn" + }, + "TagKeys":{ + "shape":"TagKeys", + "documentation":"The keys of the tags to remove from the resource.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UpdateConfigurationDefinitionInput":{ + "type":"structure", + "required":[ + "Id", + "ManagerArn" + ], + "members":{ + "Id":{ + "shape":"UpdateConfigurationDefinitionInputIdString", + "documentation":"The ID of the configuration definition you want to update.
", + "location":"uri", + "locationName":"Id" + }, + "LocalDeploymentAdministrationRoleArn":{ + "shape":"IAMRoleArn", + "documentation":"The ARN of the IAM role used to administrate local configuration deployments.
" + }, + "LocalDeploymentExecutionRoleName":{ + "shape":"UpdateConfigurationDefinitionInputLocalDeploymentExecutionRoleNameString", + "documentation":"The name of the IAM role used to deploy local configurations.
" + }, + "ManagerArn":{ + "shape":"UpdateConfigurationDefinitionInputManagerArnString", + "documentation":"The ARN of the configuration manager associated with the definition to update.
", + "location":"uri", + "locationName":"ManagerArn" + }, + "Parameters":{ + "shape":"ConfigurationParametersMap", + "documentation":"The parameters for the configuration definition type.
" + }, + "TypeVersion":{ + "shape":"UpdateConfigurationDefinitionInputTypeVersionString", + "documentation":"The version of the Quick Setup type to use.
" + } + } + }, + "UpdateConfigurationDefinitionInputIdString":{ + "type":"string", + "pattern":"^[a-z0-9-]{1,20}$" + }, + "UpdateConfigurationDefinitionInputLocalDeploymentExecutionRoleNameString":{ + "type":"string", + "pattern":"^[\\w+=,.@-]{1,64}$" + }, + "UpdateConfigurationDefinitionInputManagerArnString":{ + "type":"string", + "pattern":"^arn:aws:ssm-quicksetup:([^:]+):(\\d{12}):configuration-manager/[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{12}$" + }, + "UpdateConfigurationDefinitionInputTypeVersionString":{ + "type":"string", + "pattern":"^\\d{1,3}(\\.\\d{1,3})?$|^LATEST$" + }, + "UpdateConfigurationManagerInput":{ + "type":"structure", + "required":["ManagerArn"], + "members":{ + "Description":{ + "shape":"UpdateConfigurationManagerInputDescriptionString", + "documentation":"A description of the configuration manager.
" + }, + "ManagerArn":{ + "shape":"UpdateConfigurationManagerInputManagerArnString", + "documentation":"The ARN of the configuration manager.
", + "location":"uri", + "locationName":"ManagerArn" + }, + "Name":{ + "shape":"UpdateConfigurationManagerInputNameString", + "documentation":"A name for the configuration manager.
" + } + } + }, + "UpdateConfigurationManagerInputDescriptionString":{ + "type":"string", + "pattern":"^.{0,512}$" + }, + "UpdateConfigurationManagerInputManagerArnString":{ + "type":"string", + "pattern":"^arn:aws:ssm-quicksetup:([^:]+):(\\d{12}):configuration-manager/[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{12}$" + }, + "UpdateConfigurationManagerInputNameString":{ + "type":"string", + "pattern":"^[ A-Za-z0-9._-]{0,120}$" + }, + "UpdateServiceSettingsInput":{ + "type":"structure", + "members":{ + "ExplorerEnablingRoleArn":{ + "shape":"IAMRoleArn", + "documentation":"The IAM role used to enable Explorer.
" + } + } + }, + "ValidationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"The request is invalid. Verify the values provided for the request parameters are accurate.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + } + }, + "documentation":"Quick Setup helps you quickly configure frequently used services and features with recommended best practices. Quick Setup simplifies setting up services, including Systems Manager, by automating common or recommended tasks.
" +} diff --git a/testbed/boto__botocore/botocore/data/ssm-sap/2018-05-10/paginators-1.json b/testbed/boto__botocore/botocore/data/ssm-sap/2018-05-10/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..6695d1f1a28a882b3b435846f26232f4304e9d88 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/ssm-sap/2018-05-10/paginators-1.json @@ -0,0 +1,34 @@ +{ + "pagination": { + "ListApplications": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Applications" + }, + "ListComponents": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Components" + }, + "ListDatabases": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Databases" + }, + "ListOperations": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Operations" + }, + "ListOperationEvents": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "OperationEvents" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/ssm-sap/2018-05-10/service-2.json b/testbed/boto__botocore/botocore/data/ssm-sap/2018-05-10/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..817565f36f3b9d238b4dd38a88320637a3ffc021 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/ssm-sap/2018-05-10/service-2.json @@ -0,0 +1,1921 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2018-05-10", + "auth":["aws.auth#sigv4"], + "endpointPrefix":"ssm-sap", + "protocol":"rest-json", + "protocols":["rest-json"], + "serviceAbbreviation":"SsmSap", + "serviceFullName":"AWS Systems Manager for SAP", + "serviceId":"Ssm Sap", + "signatureVersion":"v4", + "signingName":"ssm-sap", + "uid":"ssm-sap-2018-05-10" + }, + "operations":{ + "DeleteResourcePermission":{ + "name":"DeleteResourcePermission", + "http":{ + "method":"POST", + "requestUri":"/delete-resource-permission", + "responseCode":200 + }, + "input":{"shape":"DeleteResourcePermissionInput"}, + "output":{"shape":"DeleteResourcePermissionOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Removes permissions associated with the target database.
" + }, + "DeregisterApplication":{ + "name":"DeregisterApplication", + "http":{ + "method":"POST", + "requestUri":"/deregister-application", + "responseCode":200 + }, + "input":{"shape":"DeregisterApplicationInput"}, + "output":{"shape":"DeregisterApplicationOutput"}, + "errors":[ + {"shape":"UnauthorizedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deregister an SAP application with AWS Systems Manager for SAP. This action does not affect the existing setup of your SAP workloads on Amazon EC2.
" + }, + "GetApplication":{ + "name":"GetApplication", + "http":{ + "method":"POST", + "requestUri":"/get-application", + "responseCode":200 + }, + "input":{"shape":"GetApplicationInput"}, + "output":{"shape":"GetApplicationOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.
" + }, + "GetComponent":{ + "name":"GetComponent", + "http":{ + "method":"POST", + "requestUri":"/get-component", + "responseCode":200 + }, + "input":{"shape":"GetComponentInput"}, + "output":{"shape":"GetComponentOutput"}, + "errors":[ + {"shape":"UnauthorizedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets the component of an application registered with AWS Systems Manager for SAP.
" + }, + "GetDatabase":{ + "name":"GetDatabase", + "http":{ + "method":"POST", + "requestUri":"/get-database", + "responseCode":200 + }, + "input":{"shape":"GetDatabaseInput"}, + "output":{"shape":"GetDatabaseOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets the SAP HANA database of an application registered with AWS Systems Manager for SAP.
" + }, + "GetOperation":{ + "name":"GetOperation", + "http":{ + "method":"POST", + "requestUri":"/get-operation", + "responseCode":200 + }, + "input":{"shape":"GetOperationInput"}, + "output":{"shape":"GetOperationOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets the details of an operation by specifying the operation ID.
" + }, + "GetResourcePermission":{ + "name":"GetResourcePermission", + "http":{ + "method":"POST", + "requestUri":"/get-resource-permission", + "responseCode":200 + }, + "input":{"shape":"GetResourcePermissionInput"}, + "output":{"shape":"GetResourcePermissionOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Gets permissions associated with the target database.
" + }, + "ListApplications":{ + "name":"ListApplications", + "http":{ + "method":"POST", + "requestUri":"/list-applications", + "responseCode":200 + }, + "input":{"shape":"ListApplicationsInput"}, + "output":{"shape":"ListApplicationsOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists all the applications registered with AWS Systems Manager for SAP.
" + }, + "ListComponents":{ + "name":"ListComponents", + "http":{ + "method":"POST", + "requestUri":"/list-components", + "responseCode":200 + }, + "input":{"shape":"ListComponentsInput"}, + "output":{"shape":"ListComponentsOutput"}, + "errors":[ + {"shape":"UnauthorizedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists all the components registered with AWS Systems Manager for SAP.
" + }, + "ListDatabases":{ + "name":"ListDatabases", + "http":{ + "method":"POST", + "requestUri":"/list-databases", + "responseCode":200 + }, + "input":{"shape":"ListDatabasesInput"}, + "output":{"shape":"ListDatabasesOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
" + }, + "ListOperationEvents":{ + "name":"ListOperationEvents", + "http":{ + "method":"POST", + "requestUri":"/list-operation-events", + "responseCode":200 + }, + "input":{"shape":"ListOperationEventsInput"}, + "output":{"shape":"ListOperationEventsOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Returns a list of operations events.
Available parameters include OperationID, as well as optional parameters MaxResults, NextToken, and Filters.
Lists the operations performed by AWS Systems Manager for SAP.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"} + ], + "documentation":"Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.
" + }, + "PutResourcePermission":{ + "name":"PutResourcePermission", + "http":{ + "method":"POST", + "requestUri":"/put-resource-permission", + "responseCode":200 + }, + "input":{"shape":"PutResourcePermissionInput"}, + "output":{"shape":"PutResourcePermissionOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Adds permissions to the target database.
" + }, + "RegisterApplication":{ + "name":"RegisterApplication", + "http":{ + "method":"POST", + "requestUri":"/register-application", + "responseCode":200 + }, + "input":{"shape":"RegisterApplicationInput"}, + "output":{"shape":"RegisterApplicationOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Register an SAP application with AWS Systems Manager for SAP. You must meet the following requirements before registering.
The SAP application you want to register with AWS Systems Manager for SAP is running on Amazon EC2.
AWS Systems Manager Agent must be setup on an Amazon EC2 instance along with the required IAM permissions.
Amazon EC2 instance(s) must have access to the secrets created in AWS Secrets Manager to manage SAP applications and components.
" + }, + "StartApplication":{ + "name":"StartApplication", + "http":{ + "method":"POST", + "requestUri":"/start-application", + "responseCode":200 + }, + "input":{"shape":"StartApplicationInput"}, + "output":{"shape":"StartApplicationOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Request is an operation which starts an application.
Parameter ApplicationId is required.
Refreshes a registered application.
" + }, + "StopApplication":{ + "name":"StopApplication", + "http":{ + "method":"POST", + "requestUri":"/stop-application", + "responseCode":200 + }, + "input":{"shape":"StopApplicationInput"}, + "output":{"shape":"StopApplicationOutput"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Request is an operation to stop an application.
Parameter ApplicationId is required. Parameters StopConnectedEntity and IncludeEc2InstanceShutdown are optional.
Creates tag for a resource by specifying the ARN.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"} + ], + "documentation":"Delete the tags for a resource.
", + "idempotent":true + }, + "UpdateApplicationSettings":{ + "name":"UpdateApplicationSettings", + "http":{ + "method":"POST", + "requestUri":"/update-application-settings", + "responseCode":200 + }, + "input":{"shape":"UpdateApplicationSettingsInput"}, + "output":{"shape":"UpdateApplicationSettingsOutput"}, + "errors":[ + {"shape":"UnauthorizedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates the settings of an application registered with AWS Systems Manager for SAP.
" + } + }, + "shapes":{ + "AllocationType":{ + "type":"string", + "enum":[ + "VPC_SUBNET", + "ELASTIC_IP", + "OVERLAY", + "UNKNOWN" + ] + }, + "AppRegistryArn":{ + "type":"string", + "pattern":"arn:aws:servicecatalog:[a-z0-9:\\/-]+" + }, + "Application":{ + "type":"structure", + "members":{ + "Id":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "Type":{ + "shape":"ApplicationType", + "documentation":"The type of the application.
" + }, + "Arn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name (ARN) of the application.
" + }, + "AppRegistryArn":{ + "shape":"AppRegistryArn", + "documentation":"The Amazon Resource Name (ARN) of the Application Registry.
" + }, + "Status":{ + "shape":"ApplicationStatus", + "documentation":"The status of the application.
" + }, + "DiscoveryStatus":{ + "shape":"ApplicationDiscoveryStatus", + "documentation":"The latest discovery result for the application.
" + }, + "Components":{ + "shape":"ComponentIdList", + "documentation":"The components of the application.
" + }, + "LastUpdated":{ + "shape":"Timestamp", + "documentation":"The time at which the application was last updated.
" + }, + "StatusMessage":{ + "shape":"String", + "documentation":"The status message.
" + }, + "AssociatedApplicationArns":{ + "shape":"ApplicationArnList", + "documentation":"The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.
" + } + }, + "documentation":"An SAP application registered with AWS Systems Manager for SAP.
" + }, + "ApplicationArnList":{ + "type":"list", + "member":{"shape":"SsmSapArn"} + }, + "ApplicationCredential":{ + "type":"structure", + "required":[ + "DatabaseName", + "CredentialType", + "SecretId" + ], + "members":{ + "DatabaseName":{ + "shape":"DatabaseName", + "documentation":"The name of the SAP HANA database.
" + }, + "CredentialType":{ + "shape":"CredentialType", + "documentation":"The type of the application credentials.
" + }, + "SecretId":{ + "shape":"SecretId", + "documentation":"The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
" + } + }, + "documentation":"The credentials of your SAP application.
" + }, + "ApplicationCredentialList":{ + "type":"list", + "member":{"shape":"ApplicationCredential"}, + "max":20, + "min":0 + }, + "ApplicationDiscoveryStatus":{ + "type":"string", + "enum":[ + "SUCCESS", + "REGISTRATION_FAILED", + "REFRESH_FAILED", + "REGISTERING", + "DELETING" + ] + }, + "ApplicationId":{ + "type":"string", + "max":60, + "min":1, + "pattern":"[\\w\\d\\.-]+" + }, + "ApplicationStatus":{ + "type":"string", + "enum":[ + "ACTIVATED", + "STARTING", + "STOPPED", + "STOPPING", + "FAILED", + "REGISTERING", + "DELETING", + "UNKNOWN" + ] + }, + "ApplicationSummary":{ + "type":"structure", + "members":{ + "Id":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "DiscoveryStatus":{ + "shape":"ApplicationDiscoveryStatus", + "documentation":"The status of the latest discovery.
" + }, + "Type":{ + "shape":"ApplicationType", + "documentation":"The type of the application.
" + }, + "Arn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name (ARN) of the application.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"The tags on the application.
" + } + }, + "documentation":"The summary of the SAP application registered with AWS Systems Manager for SAP.
" + }, + "ApplicationSummaryList":{ + "type":"list", + "member":{"shape":"ApplicationSummary"} + }, + "ApplicationType":{ + "type":"string", + "enum":[ + "HANA", + "SAP_ABAP" + ] + }, + "Arn":{ + "type":"string", + "pattern":"arn:(.+:){2,4}.+$|^arn:(.+:){1,3}.+\\/.+" + }, + "AssociatedHost":{ + "type":"structure", + "members":{ + "Hostname":{ + "shape":"String", + "documentation":"The name of the host.
" + }, + "Ec2InstanceId":{ + "shape":"String", + "documentation":"The ID of the Amazon EC2 instance.
" + }, + "IpAddresses":{ + "shape":"IpAddressList", + "documentation":"The IP addresses of the associated host.
" + }, + "OsVersion":{ + "shape":"String", + "documentation":"The version of the operating system.
" + } + }, + "documentation":"Describes the properties of the associated host.
" + }, + "BackintConfig":{ + "type":"structure", + "required":[ + "BackintMode", + "EnsureNoBackupInProcess" + ], + "members":{ + "BackintMode":{ + "shape":"BackintMode", + "documentation":"AWS service for your database backup.
" + }, + "EnsureNoBackupInProcess":{ + "shape":"Boolean", + "documentation":"" + } + }, + "documentation":"Configuration parameters for AWS Backint Agent for SAP HANA. You can backup your SAP HANA database with AWS Backup or Amazon S3.
" + }, + "BackintMode":{ + "type":"string", + "enum":["AWSBackup"] + }, + "Boolean":{ + "type":"boolean", + "box":true + }, + "ClusterStatus":{ + "type":"string", + "enum":[ + "ONLINE", + "STANDBY", + "MAINTENANCE", + "OFFLINE", + "NONE" + ] + }, + "Component":{ + "type":"structure", + "members":{ + "ComponentId":{ + "shape":"ComponentId", + "documentation":"The ID of the component.
" + }, + "Sid":{ + "shape":"SID", + "documentation":"The SAP System Identifier of the application component.
" + }, + "SystemNumber":{ + "shape":"SAPInstanceNumber", + "documentation":"The SAP system number of the application component.
" + }, + "ParentComponent":{ + "shape":"ComponentId", + "documentation":"The parent component of a highly available environment. For example, in a highly available SAP on AWS workload, the parent component consists of the entire setup, including the child components.
" + }, + "ChildComponents":{ + "shape":"ComponentIdList", + "documentation":"The child components of a highly available environment. For example, in a highly available SAP on AWS workload, the child component consists of the primary and secondar instances.
" + }, + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "ComponentType":{ + "shape":"ComponentType", + "documentation":"The type of the component.
" + }, + "Status":{ + "shape":"ComponentStatus", + "documentation":"The status of the component.
ACTIVATED - this status has been deprecated.
STARTING - the component is in the process of being started.
STOPPED - the component is not running.
STOPPING - the component is in the process of being stopped.
RUNNING - the component is running.
RUNNING_WITH_ERROR - one or more child component(s) of the parent component is not running. Call GetComponent to review the status of each child component.
UNDEFINED - AWS Systems Manager for SAP cannot provide the component status based on the discovered information. Verify your SAP application.
The hostname of the component.
" + }, + "SapFeature":{ + "shape":"String", + "documentation":"The SAP feature of the component.
" + }, + "SapKernelVersion":{ + "shape":"String", + "documentation":"The kernel version of the component.
" + }, + "HdbVersion":{ + "shape":"String", + "documentation":"The SAP HANA version of the component.
" + }, + "Resilience":{ + "shape":"Resilience", + "documentation":"Details of the SAP HANA system replication for the component.
" + }, + "AssociatedHost":{ + "shape":"AssociatedHost", + "documentation":"The associated host of the component.
" + }, + "Databases":{ + "shape":"DatabaseIdList", + "documentation":"The SAP HANA databases of the component.
" + }, + "Hosts":{ + "shape":"HostList", + "documentation":"The hosts of the component.
", + "deprecated":true, + "deprecatedMessage":"This shape is no longer used. Please use AssociatedHost." + }, + "PrimaryHost":{ + "shape":"String", + "documentation":"The primary host of the component.
", + "deprecated":true, + "deprecatedMessage":"This shape is no longer used. Please use AssociatedHost." + }, + "DatabaseConnection":{ + "shape":"DatabaseConnection", + "documentation":"The connection specifications for the database of the component.
" + }, + "LastUpdated":{ + "shape":"Timestamp", + "documentation":"The time at which the component was last updated.
" + }, + "Arn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name (ARN) of the component.
" + } + }, + "documentation":"The SAP component of your application.
" + }, + "ComponentArnList":{ + "type":"list", + "member":{"shape":"SsmSapArn"} + }, + "ComponentId":{ + "type":"string", + "max":100, + "min":1, + "pattern":"[\\w\\d-]+" + }, + "ComponentIdList":{ + "type":"list", + "member":{"shape":"ComponentId"} + }, + "ComponentStatus":{ + "type":"string", + "enum":[ + "ACTIVATED", + "STARTING", + "STOPPED", + "STOPPING", + "RUNNING", + "RUNNING_WITH_ERROR", + "UNDEFINED" + ] + }, + "ComponentSummary":{ + "type":"structure", + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "ComponentId":{ + "shape":"ComponentId", + "documentation":"The ID of the component.
" + }, + "ComponentType":{ + "shape":"ComponentType", + "documentation":"The type of the component.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"The tags of the component.
" + }, + "Arn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name (ARN) of the component summary.
" + } + }, + "documentation":"The summary of the component.
" + }, + "ComponentSummaryList":{ + "type":"list", + "member":{"shape":"ComponentSummary"} + }, + "ComponentType":{ + "type":"string", + "enum":[ + "HANA", + "HANA_NODE", + "ABAP", + "ASCS", + "DIALOG", + "WEBDISP", + "WD", + "ERS" + ] + }, + "ConflictException":{ + "type":"structure", + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"A conflict has occurred.
", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "ConnectedEntityType":{ + "type":"string", + "enum":["DBMS"] + }, + "CredentialType":{ + "type":"string", + "enum":["ADMIN"] + }, + "Database":{ + "type":"structure", + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "ComponentId":{ + "shape":"ComponentId", + "documentation":"The ID of the component.
" + }, + "Credentials":{ + "shape":"ApplicationCredentialList", + "documentation":"The credentials of the database.
" + }, + "DatabaseId":{ + "shape":"DatabaseId", + "documentation":"The ID of the SAP HANA database.
" + }, + "DatabaseName":{ + "shape":"String", + "documentation":"The name of the database.
" + }, + "DatabaseType":{ + "shape":"DatabaseType", + "documentation":"The type of the database.
" + }, + "Arn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name (ARN) of the database.
" + }, + "Status":{ + "shape":"DatabaseStatus", + "documentation":"The status of the database.
" + }, + "PrimaryHost":{ + "shape":"String", + "documentation":"The primary host of the database.
" + }, + "SQLPort":{ + "shape":"Integer", + "documentation":"The SQL port of the database.
" + }, + "LastUpdated":{ + "shape":"Timestamp", + "documentation":"The time at which the database was last updated.
" + }, + "ConnectedComponentArns":{ + "shape":"ComponentArnList", + "documentation":"The Amazon Resource Names of the connected AWS Systems Manager for SAP components.
" + } + }, + "documentation":"The SAP HANA database of the application registered with AWS Systems Manager for SAP.
" + }, + "DatabaseConnection":{ + "type":"structure", + "members":{ + "DatabaseConnectionMethod":{ + "shape":"DatabaseConnectionMethod", + "documentation":"The method of connection.
" + }, + "DatabaseArn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name of the connected SAP HANA database.
" + }, + "ConnectionIp":{ + "shape":"String", + "documentation":"The IP address for connection.
" + } + }, + "documentation":"The connection specifications for the database.
" + }, + "DatabaseConnectionMethod":{ + "type":"string", + "enum":[ + "DIRECT", + "OVERLAY" + ] + }, + "DatabaseId":{ + "type":"string", + "max":300, + "min":1, + "pattern":".*[\\w\\d]+" + }, + "DatabaseIdList":{ + "type":"list", + "member":{"shape":"DatabaseId"} + }, + "DatabaseName":{ + "type":"string", + "max":100, + "min":1 + }, + "DatabaseStatus":{ + "type":"string", + "enum":[ + "RUNNING", + "STARTING", + "STOPPED", + "WARNING", + "UNKNOWN", + "ERROR" + ] + }, + "DatabaseSummary":{ + "type":"structure", + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "ComponentId":{ + "shape":"ComponentId", + "documentation":"The ID of the component.
" + }, + "DatabaseId":{ + "shape":"DatabaseId", + "documentation":"The ID of the database.
" + }, + "DatabaseType":{ + "shape":"DatabaseType", + "documentation":"The type of the database.
" + }, + "Arn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name (ARN) of the database.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"The tags of the database.
" + } + }, + "documentation":"The summary of the database.
" + }, + "DatabaseSummaryList":{ + "type":"list", + "member":{"shape":"DatabaseSummary"} + }, + "DatabaseType":{ + "type":"string", + "enum":[ + "SYSTEM", + "TENANT" + ] + }, + "DeleteResourcePermissionInput":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ActionType":{ + "shape":"PermissionActionType", + "documentation":"Delete or restore the permissions on the target database.
" + }, + "SourceResourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the source resource.
" + }, + "ResourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
" + } + } + }, + "DeleteResourcePermissionOutput":{ + "type":"structure", + "members":{ + "Policy":{ + "shape":"String", + "documentation":"The policy that removes permissions on the target database.
" + } + } + }, + "DeregisterApplicationInput":{ + "type":"structure", + "required":["ApplicationId"], + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + } + } + }, + "DeregisterApplicationOutput":{ + "type":"structure", + "members":{ + } + }, + "Filter":{ + "type":"structure", + "required":[ + "Name", + "Value", + "Operator" + ], + "members":{ + "Name":{ + "shape":"FilterName", + "documentation":"The name of the filter. Filter names are case-sensitive.
" + }, + "Value":{ + "shape":"FilterValue", + "documentation":"The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values
" + }, + "Operator":{ + "shape":"FilterOperator", + "documentation":"The operator for the filter.
" + } + }, + "documentation":"A specific result obtained by specifying the name, value, and operator.
" + }, + "FilterList":{ + "type":"list", + "member":{"shape":"Filter"}, + "max":10, + "min":1 + }, + "FilterName":{ + "type":"string", + "max":32, + "min":1 + }, + "FilterOperator":{ + "type":"string", + "enum":[ + "Equals", + "GreaterThanOrEquals", + "LessThanOrEquals" + ] + }, + "FilterValue":{ + "type":"string", + "max":64, + "min":1 + }, + "GetApplicationInput":{ + "type":"structure", + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "ApplicationArn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name (ARN) of the application.
" + }, + "AppRegistryArn":{ + "shape":"AppRegistryArn", + "documentation":"The Amazon Resource Name (ARN) of the application registry.
" + } + } + }, + "GetApplicationOutput":{ + "type":"structure", + "members":{ + "Application":{ + "shape":"Application", + "documentation":"Returns all of the metadata of an application registered with AWS Systems Manager for SAP.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"The tags of a registered application.
" + } + } + }, + "GetComponentInput":{ + "type":"structure", + "required":[ + "ApplicationId", + "ComponentId" + ], + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "ComponentId":{ + "shape":"ComponentId", + "documentation":"The ID of the component.
" + } + } + }, + "GetComponentOutput":{ + "type":"structure", + "members":{ + "Component":{ + "shape":"Component", + "documentation":"The component of an application registered with AWS Systems Manager for SAP.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"The tags of a component.
" + } + } + }, + "GetDatabaseInput":{ + "type":"structure", + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "ComponentId":{ + "shape":"ComponentId", + "documentation":"The ID of the component.
" + }, + "DatabaseId":{ + "shape":"DatabaseId", + "documentation":"The ID of the database.
" + }, + "DatabaseArn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name (ARN) of the database.
" + } + } + }, + "GetDatabaseOutput":{ + "type":"structure", + "members":{ + "Database":{ + "shape":"Database", + "documentation":"The SAP HANA database of an application registered with AWS Systems Manager for SAP.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"The tags of a database.
" + } + } + }, + "GetOperationInput":{ + "type":"structure", + "required":["OperationId"], + "members":{ + "OperationId":{ + "shape":"OperationId", + "documentation":"The ID of the operation.
" + } + } + }, + "GetOperationOutput":{ + "type":"structure", + "members":{ + "Operation":{ + "shape":"Operation", + "documentation":"Returns the details of an operation.
" + } + } + }, + "GetResourcePermissionInput":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ActionType":{ + "shape":"PermissionActionType", + "documentation":"" + }, + "ResourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
" + } + } + }, + "GetResourcePermissionOutput":{ + "type":"structure", + "members":{ + "Policy":{ + "shape":"String", + "documentation":"" + } + } + }, + "Host":{ + "type":"structure", + "members":{ + "HostName":{ + "shape":"String", + "documentation":"The name of the Dedicated Host.
" + }, + "HostIp":{ + "shape":"String", + "documentation":"The IP address of the Dedicated Host.
" + }, + "EC2InstanceId":{ + "shape":"String", + "documentation":"The ID of Amazon EC2 instance.
" + }, + "InstanceId":{ + "shape":"String", + "documentation":"The instance ID of the instance on the Dedicated Host.
" + }, + "HostRole":{ + "shape":"HostRole", + "documentation":"The role of the Dedicated Host.
" + }, + "OsVersion":{ + "shape":"String", + "documentation":"The version of the operating system.
" + } + }, + "documentation":"Describes the properties of the Dedicated Host.
" + }, + "HostList":{ + "type":"list", + "member":{"shape":"Host"} + }, + "HostRole":{ + "type":"string", + "enum":[ + "LEADER", + "WORKER", + "STANDBY", + "UNKNOWN" + ] + }, + "InstanceId":{ + "type":"string", + "pattern":"i-[\\w\\d]{8}$|^i-[\\w\\d]{17}" + }, + "InstanceList":{ + "type":"list", + "member":{"shape":"InstanceId"}, + "max":1, + "min":1 + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalServerException":{ + "type":"structure", + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"An internal error has occurred.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "IpAddressList":{ + "type":"list", + "member":{"shape":"IpAddressMember"} + }, + "IpAddressMember":{ + "type":"structure", + "members":{ + "IpAddress":{ + "shape":"String", + "documentation":"The IP address.
" + }, + "Primary":{ + "shape":"Boolean", + "documentation":"The primary IP address.
" + }, + "AllocationType":{ + "shape":"AllocationType", + "documentation":"The type of allocation for the IP address.
" + } + }, + "documentation":"Provides information of the IP address.
" + }, + "ListApplicationsInput":{ + "type":"structure", + "members":{ + "NextToken":{ + "shape":"NextToken", + "documentation":"The token for the next page of results.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
" + }, + "Filters":{ + "shape":"FilterList", + "documentation":"The filter of name, value, and operator.
" + } + } + }, + "ListApplicationsOutput":{ + "type":"structure", + "members":{ + "Applications":{ + "shape":"ApplicationSummaryList", + "documentation":"The applications registered with AWS Systems Manager for SAP.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The token to use to retrieve the next page of results. This value is null when there are no more results to return.
" + } + } + }, + "ListComponentsInput":{ + "type":"structure", + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The token for the next page of results.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
If you do not specify a value for MaxResults, the request returns 50 items per page by default.
" + } + } + }, + "ListComponentsOutput":{ + "type":"structure", + "members":{ + "Components":{ + "shape":"ComponentSummaryList", + "documentation":"List of components registered with AWS System Manager for SAP.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The token to use to retrieve the next page of results. This value is null when there are no more results to return.
" + } + } + }, + "ListDatabasesInput":{ + "type":"structure", + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "ComponentId":{ + "shape":"ComponentId", + "documentation":"The ID of the component.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The token for the next page of results.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If you do not specify a value for MaxResults, the request returns 50 items per page by default.
" + } + } + }, + "ListDatabasesOutput":{ + "type":"structure", + "members":{ + "Databases":{ + "shape":"DatabaseSummaryList", + "documentation":"The SAP HANA databases of an application.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The token to use to retrieve the next page of results. This value is null when there are no more results to return.
" + } + } + }, + "ListOperationEventsInput":{ + "type":"structure", + "required":["OperationId"], + "members":{ + "OperationId":{ + "shape":"OperationId", + "documentation":"The ID of the operation.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
If you do not specify a value for MaxResults, the request returns 50 items per page by default.
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
" + }, + "Filters":{ + "shape":"FilterList", + "documentation":"Optionally specify filters to narrow the returned operation event items.
Valid filter names include status, resourceID, and resourceType. The valid operator for all three filters is Equals.
A returned list of operation events that meet the filter criteria.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The token to use to retrieve the next page of results. This value is null when there are no more results to return.
" + } + } + }, + "ListOperationsInput":{ + "type":"structure", + "required":["ApplicationId"], + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If you do not specify a value for MaxResults, the request returns 50 items per page by default.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The token for the next page of results.
" + }, + "Filters":{ + "shape":"FilterList", + "documentation":"The filters of an operation.
" + } + } + }, + "ListOperationsOutput":{ + "type":"structure", + "members":{ + "Operations":{ + "shape":"OperationList", + "documentation":"List of operations performed by AWS Systems Manager for SAP.
" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"The token to use to retrieve the next page of results. This value is null when there are no more results to return.
" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "tags":{ + "shape":"TagMap", + "documentation":"" + } + } + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":50, + "min":1 + }, + "NextToken":{ + "type":"string", + "pattern":".{16,1024}" + }, + "Operation":{ + "type":"structure", + "members":{ + "Id":{ + "shape":"OperationId", + "documentation":"The ID of the operation.
" + }, + "Type":{ + "shape":"OperationType", + "documentation":"The type of the operation.
" + }, + "Status":{ + "shape":"OperationStatus", + "documentation":"The status of the operation.
" + }, + "StatusMessage":{ + "shape":"String", + "documentation":"The status message of the operation.
" + }, + "Properties":{ + "shape":"OperationProperties", + "documentation":"The properties of the operation.
" + }, + "ResourceType":{ + "shape":"ResourceType", + "documentation":"The resource type of the operation.
" + }, + "ResourceId":{ + "shape":"ResourceId", + "documentation":"The resource ID of the operation.
" + }, + "ResourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the operation.
" + }, + "StartTime":{ + "shape":"Timestamp", + "documentation":"The start time of the operation.
" + }, + "EndTime":{ + "shape":"Timestamp", + "documentation":"The end time of the operation.
" + }, + "LastUpdatedTime":{ + "shape":"Timestamp", + "documentation":"The time at which the operation was last updated.
" + } + }, + "documentation":"The operations performed by AWS Systems Manager for SAP.
" + }, + "OperationEvent":{ + "type":"structure", + "members":{ + "Description":{ + "shape":"String", + "documentation":"A description of the operation event. For example, \"Stop the EC2 instance i-abcdefgh987654321\".
" + }, + "Resource":{ + "shape":"Resource", + "documentation":"The resource involved in the operations event.
Contains ResourceArn ARN and ResourceType.
The status of the operation event. The possible statuses are: IN_PROGRESS, COMPLETED, and FAILED.
The status message relating to a specific operation event.
" + }, + "Timestamp":{ + "shape":"Timestamp", + "documentation":"The timestamp of the specified operation event.
" + } + }, + "documentation":"An operation event returns details for an operation, including key milestones which can be used to monitor and track operations in progress.
Operation events contain:
Description string
Resource, including its ARN and type
Status
StatusMessage string
TimeStamp
Operation event examples include StartApplication or StopApplication.
" + }, + "OperationEventList":{ + "type":"list", + "member":{"shape":"OperationEvent"} + }, + "OperationEventResourceType":{ + "type":"string", + "pattern":"[\\w]+::[\\w]+::[\\w]+" + }, + "OperationEventStatus":{ + "type":"string", + "enum":[ + "IN_PROGRESS", + "COMPLETED", + "FAILED" + ] + }, + "OperationId":{ + "type":"string", + "pattern":"[{]?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}[}]?" + }, + "OperationIdList":{ + "type":"list", + "member":{"shape":"OperationId"} + }, + "OperationList":{ + "type":"list", + "member":{"shape":"Operation"} + }, + "OperationMode":{ + "type":"string", + "enum":[ + "PRIMARY", + "LOGREPLAY", + "DELTA_DATASHIPPING", + "LOGREPLAY_READACCESS", + "NONE" + ] + }, + "OperationProperties":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"String"} + }, + "OperationStatus":{ + "type":"string", + "enum":[ + "INPROGRESS", + "SUCCESS", + "ERROR" + ] + }, + "OperationType":{"type":"string"}, + "PermissionActionType":{ + "type":"string", + "enum":["RESTORE"] + }, + "PutResourcePermissionInput":{ + "type":"structure", + "required":[ + "ActionType", + "SourceResourceArn", + "ResourceArn" + ], + "members":{ + "ActionType":{ + "shape":"PermissionActionType", + "documentation":"" + }, + "SourceResourceArn":{ + "shape":"Arn", + "documentation":"" + }, + "ResourceArn":{ + "shape":"Arn", + "documentation":"" + } + } + }, + "PutResourcePermissionOutput":{ + "type":"structure", + "members":{ + "Policy":{ + "shape":"String", + "documentation":"" + } + } + }, + "RegisterApplicationInput":{ + "type":"structure", + "required":[ + "ApplicationId", + "ApplicationType", + "Instances" + ], + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "ApplicationType":{ + "shape":"ApplicationType", + "documentation":"The type of the application.
" + }, + "Instances":{ + "shape":"InstanceList", + "documentation":"The Amazon EC2 instances on which your SAP application is running.
" + }, + "SapInstanceNumber":{ + "shape":"SAPInstanceNumber", + "documentation":"The SAP instance number of the application.
" + }, + "Sid":{ + "shape":"SID", + "documentation":"The System ID of the application.
" + }, + "Tags":{ + "shape":"TagMap", + "documentation":"The tags to be attached to the SAP application.
" + }, + "Credentials":{ + "shape":"ApplicationCredentialList", + "documentation":"The credentials of the SAP application.
" + }, + "DatabaseArn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name of the SAP HANA database.
" + } + } + }, + "RegisterApplicationOutput":{ + "type":"structure", + "members":{ + "Application":{ + "shape":"Application", + "documentation":"The application registered with AWS Systems Manager for SAP.
" + }, + "OperationId":{ + "shape":"OperationId", + "documentation":"The ID of the operation.
" + } + } + }, + "ReplicationMode":{ + "type":"string", + "enum":[ + "PRIMARY", + "NONE", + "SYNC", + "SYNCMEM", + "ASYNC" + ] + }, + "Resilience":{ + "type":"structure", + "members":{ + "HsrTier":{ + "shape":"String", + "documentation":"The tier of the component.
" + }, + "HsrReplicationMode":{ + "shape":"ReplicationMode", + "documentation":"The replication mode of the component.
" + }, + "HsrOperationMode":{ + "shape":"OperationMode", + "documentation":"The operation mode of the component.
" + }, + "ClusterStatus":{ + "shape":"ClusterStatus", + "documentation":"The cluster status of the component.
" + }, + "EnqueueReplication":{ + "shape":"Boolean", + "documentation":"Indicates if or not enqueue replication is enabled for the ASCS component.
" + } + }, + "documentation":"Details of the SAP HANA system replication for the instance.
" + }, + "Resource":{ + "type":"structure", + "members":{ + "ResourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the source resource.
Example of ResourceArn: \"arn:aws:ec2:us-east-1:111111111111:instance/i-abcdefgh987654321\"
The resource type.
Example of ResourceType: \"AWS::SystemsManagerSAP::Component\" or \"AWS::EC2::Instance\".
The resource contains a ResourceArn and the ResourceType.
The resource is not available.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "ResourceType":{ + "type":"string", + "max":64, + "min":1 + }, + "SAPInstanceNumber":{ + "type":"string", + "pattern":"[0-9]{2}" + }, + "SID":{ + "type":"string", + "pattern":"[A-Z][A-Z0-9]{2}" + }, + "SecretId":{ + "type":"string", + "max":100, + "min":1, + "sensitive":true + }, + "SsmSapArn":{ + "type":"string", + "pattern":"arn:(.+:){2,4}.+$|^arn:(.+:){1,3}.+\\/.+" + }, + "StartApplicationInput":{ + "type":"structure", + "required":["ApplicationId"], + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + } + } + }, + "StartApplicationOutput":{ + "type":"structure", + "members":{ + "OperationId":{ + "shape":"OperationId", + "documentation":"The ID of the operation.
" + } + } + }, + "StartApplicationRefreshInput":{ + "type":"structure", + "required":["ApplicationId"], + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + } + } + }, + "StartApplicationRefreshOutput":{ + "type":"structure", + "members":{ + "OperationId":{ + "shape":"OperationId", + "documentation":"The ID of the operation.
" + } + } + }, + "StopApplicationInput":{ + "type":"structure", + "required":["ApplicationId"], + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "StopConnectedEntity":{ + "shape":"ConnectedEntityType", + "documentation":"Specify the ConnectedEntityType. Accepted type is DBMS.
If this parameter is included, the connected DBMS (Database Management System) will be stopped.
" + }, + "IncludeEc2InstanceShutdown":{ + "shape":"Boolean", + "documentation":"Boolean. If included and if set to True, the StopApplication operation will shut down the associated Amazon EC2 instance in addition to the application.
The ID of the operation.
" + } + } + }, + "String":{"type":"string"}, + "TagKey":{ + "type":"string", + "pattern":"(?!aws:)[a-zA-Z+-=._:/]+" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"} + }, + "TagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"} + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tags" + ], + "members":{ + "resourceArn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags on a resource.
" + } + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":1 + }, + "Timestamp":{"type":"timestamp"}, + "UnauthorizedException":{ + "type":"structure", + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"The request is not authorized.
", + "error":{ + "httpStatusCode":401, + "senderFault":true + }, + "exception":true + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tagKeys":{ + "shape":"TagKeyList", + "documentation":"Adds/updates or removes credentials for applications registered with AWS Systems Manager for SAP.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateApplicationSettingsInput":{ + "type":"structure", + "required":["ApplicationId"], + "members":{ + "ApplicationId":{ + "shape":"ApplicationId", + "documentation":"The ID of the application.
" + }, + "CredentialsToAddOrUpdate":{ + "shape":"ApplicationCredentialList", + "documentation":"The credentials to be added or updated.
" + }, + "CredentialsToRemove":{ + "shape":"ApplicationCredentialList", + "documentation":"The credentials to be removed.
" + }, + "Backint":{ + "shape":"BackintConfig", + "documentation":"Installation of AWS Backint Agent for SAP HANA.
" + }, + "DatabaseArn":{ + "shape":"SsmSapArn", + "documentation":"The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP application.
" + } + } + }, + "UpdateApplicationSettingsOutput":{ + "type":"structure", + "members":{ + "Message":{ + "shape":"String", + "documentation":"The update message.
" + }, + "OperationIds":{ + "shape":"OperationIdList", + "documentation":"The IDs of the operations.
" + } + } + }, + "ValidationException":{ + "type":"structure", + "members":{ + "Message":{"shape":"String"} + }, + "documentation":"The input fails to satisfy the constraints specified by an AWS service.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + } + }, + "documentation":"This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Systems Manager for SAP. The topic for each action shows the API request parameters and responses.
" +} diff --git a/testbed/boto__botocore/botocore/data/taxsettings/2018-05-10/endpoint-rule-set-1.json b/testbed/boto__botocore/botocore/data/taxsettings/2018-05-10/endpoint-rule-set-1.json new file mode 100644 index 0000000000000000000000000000000000000000..dbd7cc6df0737c9b505090bda7ff3818695d8a59 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/taxsettings/2018-05-10/endpoint-rule-set-1.json @@ -0,0 +1,372 @@ +{ + "version": "1.0", + "parameters": { + "UseDualStack": { + "builtIn": "AWS::UseDualStack", + "required": true, + "default": false, + "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", + "type": "Boolean" + }, + "UseFIPS": { + "builtIn": "AWS::UseFIPS", + "required": true, + "default": false, + "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", + "type": "Boolean" + }, + "Endpoint": { + "builtIn": "SDK::Endpoint", + "required": false, + "documentation": "Override the endpoint used to send this request", + "type": "String" + }, + "Region": { + "builtIn": "AWS::Region", + "required": false, + "documentation": "The AWS region used to dispatch the request.", + "type": "String" + } + }, + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Endpoint" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "error": "Invalid Configuration: FIPS and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "rules": [ + { + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "aws.partition", + "argv": [ + { + "ref": "Region" + } + ], + "assign": "PartitionResult" + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } + ] + }, + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://tax-fips.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}", + "properties": { + "authSchemes": [ + { + "name": "sigv4", + "signingRegion": "{PartitionResult#implicitGlobalRegion}" + } + ] + }, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + false + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + }, + true + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://tax-fips.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dnsSuffix}", + "properties": { + "authSchemes": [ + { + "name": "sigv4", + "signingRegion": "{PartitionResult#implicitGlobalRegion}" + } + ] + }, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + false + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "rules": [ + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + true, + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsDualStack" + ] + } + ] + } + ], + "rules": [ + { + "conditions": [], + "endpoint": { + "url": "https://tax.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}", + "properties": { + "authSchemes": [ + { + "name": "sigv4", + "signingRegion": "{PartitionResult#implicitGlobalRegion}" + } + ] + }, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" + } + ], + "type": "tree" + }, + { + "conditions": [], + "endpoint": { + "url": "https://tax.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dnsSuffix}", + "properties": { + "authSchemes": [ + { + "name": "sigv4", + "signingRegion": "{PartitionResult#implicitGlobalRegion}" + } + ] + }, + "headers": {} + }, + "type": "endpoint" + } + ], + "type": "tree" + } + ], + "type": "tree" + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" + } + ], + "type": "tree" + } + ] +} \ No newline at end of file diff --git a/testbed/boto__botocore/botocore/data/taxsettings/2018-05-10/paginators-1.json b/testbed/boto__botocore/botocore/data/taxsettings/2018-05-10/paginators-1.json new file mode 100644 index 0000000000000000000000000000000000000000..3944b04ceb796d7a888ad4388994407473603a96 --- /dev/null +++ b/testbed/boto__botocore/botocore/data/taxsettings/2018-05-10/paginators-1.json @@ -0,0 +1,10 @@ +{ + "pagination": { + "ListTaxRegistrations": { + "input_token": "nextToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "accountDetails" + } + } +} diff --git a/testbed/boto__botocore/botocore/data/taxsettings/2018-05-10/service-2.json b/testbed/boto__botocore/botocore/data/taxsettings/2018-05-10/service-2.json new file mode 100644 index 0000000000000000000000000000000000000000..31e0ca5a69b170ebd83de07125cc21516ebe034a --- /dev/null +++ b/testbed/boto__botocore/botocore/data/taxsettings/2018-05-10/service-2.json @@ -0,0 +1,1530 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2018-05-10", + "endpointPrefix":"tax", + "jsonVersion":"1.1", + "protocol":"rest-json", + "protocols":["rest-json"], + "serviceFullName":"Tax Settings", + "serviceId":"TaxSettings", + "signatureVersion":"v4", + "signingName":"tax", + "uid":"taxsettings-2018-05-10", + "auth":["aws.auth#sigv4"] + }, + "operations":{ + "BatchDeleteTaxRegistration":{ + "name":"BatchDeleteTaxRegistration", + "http":{ + "method":"POST", + "requestUri":"/BatchDeleteTaxRegistration", + "responseCode":200 + }, + "input":{"shape":"BatchDeleteTaxRegistrationRequest"}, + "output":{"shape":"BatchDeleteTaxRegistrationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes tax registration for multiple accounts in batch. This can be used to delete tax registrations for up to five accounts in one batch.
This API operation can't be used to delete your tax registration in Brazil. Use the Payment preferences page in the Billing and Cost Management console instead.
Adds or updates tax registration for multiple accounts in batch. This can be used to add or update tax registrations for up to five accounts in one batch. You can't set a TRN if there's a pending TRN. You'll need to delete the pending TRN first.
To call this API operation for specific countries, see the following country-specific requirements.
Bangladesh
You must specify the tax registration certificate document in the taxRegistrationDocuments field of the VerificationDetails object.
Brazil
You must complete the tax registration process in the Payment preferences page in the Billing and Cost Management console. After your TRN and billing address are verified, you can call this API operation.
For Amazon Web Services accounts created through Organizations, you can call this API operation when you don't have a billing address.
Georgia
The valid personType values are Physical Person and Business.
Kenya
You must specify the personType in the kenyaAdditionalInfo field of the additionalTaxInformation object.
If the personType is Physical Person, you must specify the tax registration certificate document in the taxRegistrationDocuments field of the VerificationDetails object.
Malaysia
If you use this operation to set a tax registration number (TRN) in Malaysia, only resellers with a valid sales and service tax (SST) number are required to provide tax registration information.
By using this API operation to set a TRN in Malaysia, Amazon Web Services will regard you as self-declaring that you're an authorized business reseller registered with the Royal Malaysia Customs Department (RMCD) and have a valid SST number.
Amazon Web Services reserves the right to seek additional information and/or take other actions to support your self-declaration as appropriate.
If you're not a reseller of Amazon Web Services, we don't recommend that you use this operation to set the TRN in Malaysia.
Only use this API operation to upload the TRNs for accounts through which you're reselling Amazon Web Services.
Amazon Web Services is currently registered under the following service tax codes. You must include at least one of the service tax codes in the service tax code strings to declare yourself as an authorized registered business reseller.
Taxable service and service tax codes:
Consultancy - 9907061674
Training or coaching service - 9907071685
IT service - 9907101676
Digital services and electronic medium - 9907121690
Nepal
The sector valid values are Business and Individual.
Saudi Arabia
For address, you must specify addressLine3.
South Korea
You must specify the certifiedEmailId and legalName in the TaxRegistrationEntry object. Use Korean characters for legalName.
You must specify the businessRepresentativeName, itemOfBusiness, and lineOfBusiness in the southKoreaAdditionalInfo field of the additionalTaxInformation object. Use Korean characters for these fields.
You must specify the tax registration certificate document in the taxRegistrationDocuments field of the VerificationDetails object.
For the address object, use Korean characters for addressLine1, addressLine2 city, postalCode, and stateOrRegion.
Spain
You must specify the registrationType in the spainAdditionalInfo field of the additionalTaxInformation object.
If the registrationType is Local, you must specify the tax registration certificate document in the taxRegistrationDocuments field of the VerificationDetails object.
Turkey
You must specify the sector in the taxRegistrationEntry object.
If your sector is Business, Individual, or Government:
Specify the taxOffice. If your sector is Individual, don't enter this value.
(Optional) Specify the kepEmailId. If your sector is Individual, don't enter this value.
Note: In the Tax Settings page of the Billing console, Government appears as Public institutions
If your sector is Business and you're subject to KDV tax, you must specify your industry in the industries field.
For address, you must specify districtOrCounty.
Ukraine
The sector valid values are Business and Individual.
Deletes tax registration for a single account.
This API operation can't be used to delete your tax registration in Brazil. Use the Payment preferences page in the Billing and Cost Management console instead.
Retrieves tax registration for a single account.
" + }, + "GetTaxRegistrationDocument":{ + "name":"GetTaxRegistrationDocument", + "http":{ + "method":"POST", + "requestUri":"/GetTaxRegistrationDocument", + "responseCode":200 + }, + "input":{"shape":"GetTaxRegistrationDocumentRequest"}, + "output":{"shape":"GetTaxRegistrationDocumentResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Downloads your tax documents to the Amazon S3 bucket that you specify in your request.
" + }, + "ListTaxRegistrations":{ + "name":"ListTaxRegistrations", + "http":{ + "method":"POST", + "requestUri":"/ListTaxRegistrations", + "responseCode":200 + }, + "input":{"shape":"ListTaxRegistrationsRequest"}, + "output":{"shape":"ListTaxRegistrationsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves the tax registration of accounts listed in a consolidated billing family. This can be used to retrieve up to 100 accounts' tax registrations in one call (default 50).
" + }, + "PutTaxRegistration":{ + "name":"PutTaxRegistration", + "http":{ + "method":"POST", + "requestUri":"/PutTaxRegistration", + "responseCode":200 + }, + "input":{"shape":"PutTaxRegistrationRequest"}, + "output":{"shape":"PutTaxRegistrationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Adds or updates tax registration for a single account. You can't set a TRN if there's a pending TRN. You'll need to delete the pending TRN first.
To call this API operation for specific countries, see the following country-specific requirements.
Bangladesh
You must specify the tax registration certificate document in the taxRegistrationDocuments field of the VerificationDetails object.
Brazil
You must complete the tax registration process in the Payment preferences page in the Billing and Cost Management console. After your TRN and billing address are verified, you can call this API operation.
For Amazon Web Services accounts created through Organizations, you can call this API operation when you don't have a billing address.
Georgia
The valid personType values are Physical Person and Business.
Kenya
You must specify the personType in the kenyaAdditionalInfo field of the additionalTaxInformation object.
If the personType is Physical Person, you must specify the tax registration certificate document in the taxRegistrationDocuments field of the VerificationDetails object.
Malaysia
If you use this operation to set a tax registration number (TRN) in Malaysia, only resellers with a valid sales and service tax (SST) number are required to provide tax registration information.
By using this API operation to set a TRN in Malaysia, Amazon Web Services will regard you as self-declaring that you're an authorized business reseller registered with the Royal Malaysia Customs Department (RMCD) and have a valid SST number.
Amazon Web Services reserves the right to seek additional information and/or take other actions to support your self-declaration as appropriate.
If you're not a reseller of Amazon Web Services, we don't recommend that you use this operation to set the TRN in Malaysia.
Only use this API operation to upload the TRNs for accounts through which you're reselling Amazon Web Services.
Amazon Web Services is currently registered under the following service tax codes. You must include at least one of the service tax codes in the service tax code strings to declare yourself as an authorized registered business reseller.
Taxable service and service tax codes:
Consultancy - 9907061674
Training or coaching service - 9907071685
IT service - 9907101676
Digital services and electronic medium - 9907121690
Nepal
The sector valid values are Business and Individual.
Saudi Arabia
For address, you must specify addressLine3.
South Korea
You must specify the certifiedEmailId and legalName in the TaxRegistrationEntry object. Use Korean characters for legalName.
You must specify the businessRepresentativeName, itemOfBusiness, and lineOfBusiness in the southKoreaAdditionalInfo field of the additionalTaxInformation object. Use Korean characters for these fields.
You must specify the tax registration certificate document in the taxRegistrationDocuments field of the VerificationDetails object.
For the address object, use Korean characters for addressLine1, addressLine2 city, postalCode, and stateOrRegion.
Spain
You must specify the registrationType in the spainAdditionalInfo field of the additionalTaxInformation object.
If the registrationType is Local, you must specify the tax registration certificate document in the taxRegistrationDocuments field of the VerificationDetails object.
Turkey
You must specify the sector in the taxRegistrationEntry object.
If your sector is Business, Individual, or Government:
Specify the taxOffice. If your sector is Individual, don't enter this value.
(Optional) Specify the kepEmailId. If your sector is Individual, don't enter this value.
Note: In the Tax Settings page of the Billing console, Government appears as Public institutions
If your sector is Business and you're subject to KDV tax, you must specify your industry in the industries field.
For address, you must specify districtOrCounty.
Ukraine
The sector valid values are Business and Individual.
List of unique account identifiers.
" + }, + "accountMetaData":{ + "shape":"AccountMetaData", + "documentation":"The meta data information associated with the account.
" + }, + "taxInheritanceDetails":{ + "shape":"TaxInheritanceDetails", + "documentation":"Tax inheritance information associated with the account.
" + }, + "taxRegistration":{ + "shape":"TaxRegistrationWithJurisdiction", + "documentation":"Your TRN information. Instead of having full legal address, here TRN information will have jurisdiction details (for example, country code and state/region/province if applicable).
" + } + }, + "documentation":" An object with your accountId and TRN information.
The Amazon Web Services accounts name.
" + }, + "address":{"shape":"Address"}, + "addressRoleMap":{ + "shape":"AddressRoleMap", + "documentation":"Address roles associated with the account containing country code information.
" + }, + "addressType":{ + "shape":"AddressRoleType", + "documentation":"The type of address associated with the legal profile.
" + }, + "seller":{ + "shape":"Seller", + "documentation":"Seller information associated with the account.
" + } + }, + "documentation":"The meta data information associated with the account.
", + "sensitive":true + }, + "AccountName":{ + "type":"string", + "pattern":"^[\\s\\S]*$" + }, + "AdditionalInfoRequest":{ + "type":"structure", + "members":{ + "canadaAdditionalInfo":{ + "shape":"CanadaAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Canada.
" + }, + "estoniaAdditionalInfo":{ + "shape":"EstoniaAdditionalInfo", + "documentation":"Additional tax information to specify for a TRN in Estonia.
" + }, + "georgiaAdditionalInfo":{ + "shape":"GeorgiaAdditionalInfo", + "documentation":"Additional tax information to specify for a TRN in Georgia.
" + }, + "israelAdditionalInfo":{ + "shape":"IsraelAdditionalInfo", + "documentation":"Additional tax information to specify for a TRN in Israel.
" + }, + "italyAdditionalInfo":{ + "shape":"ItalyAdditionalInfo", + "documentation":"Additional tax information to specify for a TRN in Italy.
" + }, + "kenyaAdditionalInfo":{ + "shape":"KenyaAdditionalInfo", + "documentation":"Additional tax information to specify for a TRN in Kenya.
" + }, + "malaysiaAdditionalInfo":{ + "shape":"MalaysiaAdditionalInfo", + "documentation":"Additional tax information to specify for a TRN in Malaysia.
" + }, + "polandAdditionalInfo":{ + "shape":"PolandAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Poland.
" + }, + "romaniaAdditionalInfo":{ + "shape":"RomaniaAdditionalInfo", + "documentation":"Additional tax information to specify for a TRN in Romania.
" + }, + "saudiArabiaAdditionalInfo":{ + "shape":"SaudiArabiaAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Saudi Arabia.
" + }, + "southKoreaAdditionalInfo":{ + "shape":"SouthKoreaAdditionalInfo", + "documentation":"Additional tax information to specify for a TRN in South Korea.
" + }, + "spainAdditionalInfo":{ + "shape":"SpainAdditionalInfo", + "documentation":"Additional tax information to specify for a TRN in Spain.
" + }, + "turkeyAdditionalInfo":{ + "shape":"TurkeyAdditionalInfo", + "documentation":"Additional tax information to specify for a TRN in Turkey.
" + }, + "ukraineAdditionalInfo":{ + "shape":"UkraineAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Ukraine.
" + } + }, + "documentation":"Additional tax information associated with your tax registration number (TRN). Depending on the TRN for a specific country, you might need to specify this information when you set your TRN.
You can only specify one of the following parameters and the value can't be empty.
The parameter that you specify must match the country for the TRN, if available. For example, if you set a TRN in Canada for specific provinces, you must also specify the canadaAdditionalInfo parameter.
Additional tax information associated with your TRN in Brazil. The Tax Settings API returns this information in your response when any additional information is present with your TRN in Brazil.
" + }, + "canadaAdditionalInfo":{ + "shape":"CanadaAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Canada.
" + }, + "estoniaAdditionalInfo":{ + "shape":"EstoniaAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Estonia.
" + }, + "georgiaAdditionalInfo":{ + "shape":"GeorgiaAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Georgia.
" + }, + "indiaAdditionalInfo":{ + "shape":"IndiaAdditionalInfo", + "documentation":"Additional tax information in India.
" + }, + "israelAdditionalInfo":{ + "shape":"IsraelAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Israel.
" + }, + "italyAdditionalInfo":{ + "shape":"ItalyAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Italy.
" + }, + "kenyaAdditionalInfo":{ + "shape":"KenyaAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Kenya.
" + }, + "malaysiaAdditionalInfo":{ + "shape":"MalaysiaAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Malaysia.
" + }, + "polandAdditionalInfo":{ + "shape":"PolandAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Poland.
" + }, + "romaniaAdditionalInfo":{ + "shape":"RomaniaAdditionalInfo", + "documentation":"Additional tax information to specify for a TRN in Romania.
" + }, + "saudiArabiaAdditionalInfo":{ + "shape":"SaudiArabiaAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Saudi Arabia.
" + }, + "southKoreaAdditionalInfo":{ + "shape":"SouthKoreaAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in South Korea.
" + }, + "spainAdditionalInfo":{ + "shape":"SpainAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Spain.
" + }, + "turkeyAdditionalInfo":{ + "shape":"TurkeyAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Turkey.
" + }, + "ukraineAdditionalInfo":{ + "shape":"UkraineAdditionalInfo", + "documentation":"Additional tax information associated with your TRN in Ukraine.
" + } + }, + "documentation":"Additional tax information associated with your TRN. The Tax Settings API returns country-specific information in the response when any additional information is present with your TRN for the following countries.
" + }, + "Address":{ + "type":"structure", + "required":[ + "addressLine1", + "city", + "countryCode", + "postalCode" + ], + "members":{ + "addressLine1":{ + "shape":"AddressLine1", + "documentation":"The first line of the address.
" + }, + "addressLine2":{ + "shape":"AddressLine2", + "documentation":"The second line of the address, if applicable.
" + }, + "addressLine3":{ + "shape":"AddressLine3", + "documentation":" The third line of the address, if applicable. Currently, the Tax Settings API accepts the addressLine3 parameter only for Saudi Arabia. When you specify a TRN in Saudi Arabia, you must enter the addressLine3 and specify the building number for the address. For example, you might enter 1234.
The city that the address is in.
" + }, + "countryCode":{ + "shape":"CountryCode", + "documentation":"The country code for the country that the address is in.
" + }, + "districtOrCounty":{ + "shape":"District", + "documentation":"The district or county the address is located.
For addresses in Brazil, this parameter uses the name of the neighborhood. When you set a TRN in Brazil, use districtOrCounty for the neighborhood name.
The postal code associated with the address.
" + }, + "stateOrRegion":{ + "shape":"State", + "documentation":"The state, region, or province that the address is located.
If this is required for tax settings, use the same name as shown on the Tax Settings page.
" + } + }, + "documentation":"The details of the address associated with the TRN information.
" + }, + "AddressLine1":{ + "type":"string", + "max":180, + "min":1, + "pattern":"^(?!\\s*$)[\\s\\S]+$" + }, + "AddressLine2":{ + "type":"string", + "max":60, + "min":1, + "pattern":"^(?!\\s*$)[\\s\\S]+$" + }, + "AddressLine3":{ + "type":"string", + "max":60, + "min":1, + "pattern":"^(?!\\s*$)[\\s\\S]+$" + }, + "AddressRoleMap":{ + "type":"map", + "key":{"shape":"AddressRoleType"}, + "value":{"shape":"Jurisdiction"} + }, + "AddressRoleType":{ + "type":"string", + "enum":[ + "TaxAddress", + "BillingAddress", + "ContactAddress" + ] + }, + "BatchDeleteTaxRegistrationError":{ + "type":"structure", + "required":[ + "accountId", + "message" + ], + "members":{ + "accountId":{ + "shape":"AccountId", + "documentation":" The unique account identifier for the account whose tax registration couldn't be deleted during the BatchDeleteTaxRegistration operation.
The error code for an individual failure in BatchDeleteTaxRegistration operation.
" + }, + "message":{ + "shape":"ErrorMessage", + "documentation":" The error message for an individual failure in the BatchDeleteTaxRegistration operation.
The error object for representing failures in the BatchDeleteTaxRegistration operation.
List of unique account identifiers.
" + } + } + }, + "BatchDeleteTaxRegistrationResponse":{ + "type":"structure", + "required":["errors"], + "members":{ + "errors":{ + "shape":"BatchDeleteTaxRegistrationErrors", + "documentation":"The list of errors for the accounts the TRN information could not be deleted for.
" + } + } + }, + "BatchPutTaxRegistrationError":{ + "type":"structure", + "required":[ + "accountId", + "message" + ], + "members":{ + "accountId":{ + "shape":"AccountId", + "documentation":" The unique account identifier for the account that the tax registration couldn't be added, or updated during the BatchPutTaxRegistration operation.
The error code for an individual failure in the BatchPutTaxRegistration operation.
The error message for an individual failure in the BatchPutTaxRegistration operation.
The error object for representing failures in the BatchPutTaxRegistration operation.
List of unique account identifiers.
" + }, + "taxRegistrationEntry":{ + "shape":"TaxRegistrationEntry", + "documentation":"Your TRN information that will be stored to the accounts mentioned in putEntries.
List of errors for the accounts the TRN information could not be added or updated to.
" + }, + "status":{ + "shape":"TaxRegistrationStatus", + "documentation":"The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be Verified, Pending or Rejected.
The Cadastro de Contribuintes Mobiliários (CCM) code for your TRN in Brazil. This only applies for a CNPJ tax type for the São Paulo municipality.
" + }, + "legalNatureCode":{ + "shape":"LegalNatureCode", + "documentation":"Legal nature of business, based on your TRN in Brazil. This only applies for a CNPJ tax type.
" + } + }, + "documentation":"Additional tax information associated with your TRN in Brazil.
" + }, + "BusinessRepresentativeName":{ + "type":"string", + "max":200, + "min":1, + "pattern":"^[0-9\\u3130-\\u318F\\uAC00-\\uD7AF,.( )-\\\\s]*$" + }, + "CanadaAdditionalInfo":{ + "type":"structure", + "members":{ + "canadaQuebecSalesTaxNumber":{ + "shape":"CanadaQuebecSalesTaxNumberString", + "documentation":"The Quebec Sales Tax ID number. Leave blank if you do not have a Quebec Sales Tax ID number.
" + }, + "canadaRetailSalesTaxNumber":{ + "shape":"CanadaRetailSalesTaxNumberString", + "documentation":"Manitoba Retail Sales Tax ID number. Customers purchasing Amazon Web Services for resale in Manitoba must provide a valid Retail Sales Tax ID number for Manitoba. Leave this blank if you do not have a Retail Sales Tax ID number in Manitoba or are not purchasing Amazon Web Services for resale.
" + }, + "isResellerAccount":{ + "shape":"Boolean", + "documentation":" The value for this parameter must be true if the provincialSalesTaxId value is provided for a TRN in British Columbia, Saskatchewan, or Manitoba provinces.
To claim a provincial sales tax (PST) and retail sales tax (RST) reseller exemption, you must confirm that purchases from this account were made for resale. Otherwise, remove the PST or RST number from the provincialSalesTaxId parameter from your request.
The provincial sales tax ID for your TRN in Canada. This parameter can represent the following:
Provincial sales tax ID number for British Columbia and Saskatchewan provinces
Manitoba retail sales tax ID number for Manitoba province
Quebec sales tax ID number for Quebec province
The Tax Setting API only accepts this parameter if the TRN is specified for the previous provinces. For other provinces, the Tax Settings API doesn't accept this parameter.
" + } + }, + "documentation":"Additional tax information associated with your TRN in Canada .
" + }, + "CanadaProvincialSalesTaxIdString":{ + "type":"string", + "max":16, + "min":7, + "pattern":"^([0-9A-Z/-]+)$" + }, + "CanadaQuebecSalesTaxNumberString":{ + "type":"string", + "pattern":"^([0-9]{10})(TQ[0-9]{4})?$" + }, + "CanadaRetailSalesTaxNumberString":{ + "type":"string", + "pattern":"^([0-9]{6}-[0-9]{1})$" + }, + "CcmCode":{ + "type":"string", + "max":1024, + "min":0, + "pattern":"^\\d+$" + }, + "CertifiedEmailId":{ + "type":"string", + "pattern":"^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,20}$" + }, + "CigNumber":{ + "type":"string", + "pattern":"^([0-9A-Z]{1,15})$" + }, + "City":{ + "type":"string", + "max":50, + "min":1, + "pattern":"^(?!\\s*$)[\\s\\S]+$" + }, + "ConflictException":{ + "type":"structure", + "required":[ + "errorCode", + "message" + ], + "members":{ + "errorCode":{ + "shape":"ErrorCode", + "documentation":"409
" + }, + "message":{"shape":"ErrorMessage"} + }, + "documentation":"The exception when the input is creating conflict with the given state.
", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "CountryCode":{ + "type":"string", + "max":2, + "min":2, + "pattern":"^[a-zA-Z]+$" + }, + "CupNumber":{ + "type":"string", + "pattern":"^([0-9A-Z]{1,15})$" + }, + "DateOfBirth":{ + "type":"string", + "max":10, + "min":10, + "pattern":"^(\\d{4}-(0[0-9]|1[0-2])-([0-2][0-9]|3[0-1]))$" + }, + "DeleteTaxRegistrationRequest":{ + "type":"structure", + "members":{ + "accountId":{ + "shape":"AccountId", + "documentation":"Unique account identifier for the TRN information that needs to be deleted. If this isn't passed, the account ID corresponding to the credentials of the API caller will be used for this parameter.
" + } + } + }, + "DeleteTaxRegistrationResponse":{ + "type":"structure", + "members":{ + } + }, + "DestinationFilePath":{ + "type":"string", + "pattern":"^[\\s\\S]*$" + }, + "DestinationS3Location":{ + "type":"structure", + "required":["bucket"], + "members":{ + "bucket":{ + "shape":"S3BucketName", + "documentation":"The name of your Amazon S3 bucket that you specify to download your tax documents to.
" + }, + "prefix":{ + "shape":"S3Prefix", + "documentation":"The Amazon S3 object prefix that you specify for your tax document file.
" + } + }, + "documentation":"The location of the Amazon S3 bucket that you specify to download your tax documents to.
" + }, + "District":{ + "type":"string", + "max":50, + "min":1, + "pattern":"^(?!\\s*$)[\\s\\S]+$" + }, + "ErrorCode":{ + "type":"string", + "max":50, + "min":0, + "pattern":"^[\\s\\S]*$" + }, + "ErrorMessage":{ + "type":"string", + "max":1024, + "min":0, + "pattern":"^[\\s\\S]*$", + "sensitive":true + }, + "EstoniaAdditionalInfo":{ + "type":"structure", + "required":["registryCommercialCode"], + "members":{ + "registryCommercialCode":{ + "shape":"RegistryCommercialCode", + "documentation":" Registry commercial code (RCC) for your TRN in Estonia. This value is an eight-numeric string, such as 12345678.
Additional tax information associated with your TRN in Estonia.
" + }, + "FieldName":{ + "type":"string", + "pattern":"^(?!\\s*$)[\\s\\S]+$" + }, + "GeorgiaAdditionalInfo":{ + "type":"structure", + "required":["personType"], + "members":{ + "personType":{ + "shape":"PersonType", + "documentation":"The legal person or physical person assigned to this TRN in Georgia.
" + } + }, + "documentation":"Additional tax information associated with your TRN in Georgia.
" + }, + "GetTaxRegistrationDocumentRequest":{ + "type":"structure", + "required":[ + "destinationS3Location", + "taxDocumentMetadata" + ], + "members":{ + "destinationS3Location":{ + "shape":"DestinationS3Location", + "documentation":"The Amazon S3 bucket that you specify to download your tax documents to.
" + }, + "taxDocumentMetadata":{ + "shape":"TaxDocumentMetadata", + "documentation":"The metadata for your tax document.
" + } + } + }, + "GetTaxRegistrationDocumentResponse":{ + "type":"structure", + "members":{ + "destinationFilePath":{ + "shape":"DestinationFilePath", + "documentation":"The file path of the Amazon S3 bucket where you want to download your tax document to.
" + } + } + }, + "GetTaxRegistrationRequest":{ + "type":"structure", + "members":{ + "accountId":{ + "shape":"AccountId", + "documentation":"Your unique account identifier.
" + } + } + }, + "GetTaxRegistrationResponse":{ + "type":"structure", + "members":{ + "taxRegistration":{ + "shape":"TaxRegistration", + "documentation":"TRN information of the account mentioned in the request.
" + } + } + }, + "IndiaAdditionalInfo":{ + "type":"structure", + "members":{ + "pan":{ + "shape":"Pan", + "documentation":"India pan information associated with the account.
" + } + }, + "documentation":"Additional tax information in India.
" + }, + "IndividualRegistrationNumber":{ + "type":"string", + "pattern":"^([0-9]{10})$" + }, + "Industries":{ + "type":"string", + "enum":[ + "CirculatingOrg", + "ProfessionalOrg", + "Banks", + "Insurance", + "PensionAndBenefitFunds", + "DevelopmentAgencies" + ] + }, + "InheritanceObtainedReason":{ + "type":"string", + "pattern":"^[\\s\\S]*$" + }, + "InternalServerException":{ + "type":"structure", + "required":[ + "errorCode", + "message" + ], + "members":{ + "errorCode":{ + "shape":"ErrorCode", + "documentation":"500
" + }, + "message":{"shape":"ErrorMessage"} + }, + "documentation":"The exception thrown when an unexpected error occurs when processing a request.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "IsraelAdditionalInfo":{ + "type":"structure", + "required":[ + "customerType", + "dealerType" + ], + "members":{ + "customerType":{ + "shape":"IsraelCustomerType", + "documentation":" Customer type for your TRN in Israel. The value can be Business or Individual. Use Businessfor entities such as not-for-profit and financial institutions.
Dealer type for your TRN in Israel. If you're not a local authorized dealer with an Israeli VAT ID, specify your tax identification number so that Amazon Web Services can send you a compliant tax invoice.
" + } + }, + "documentation":"Additional tax information associated with your TRN in Israel.
" + }, + "IsraelCustomerType":{ + "type":"string", + "enum":[ + "Business", + "Individual" + ] + }, + "IsraelDealerType":{ + "type":"string", + "enum":[ + "Authorized", + "Non-authorized" + ] + }, + "ItalyAdditionalInfo":{ + "type":"structure", + "members":{ + "cigNumber":{ + "shape":"CigNumber", + "documentation":"The tender procedure identification code.
" + }, + "cupNumber":{ + "shape":"CupNumber", + "documentation":"Additional tax information to specify for a TRN in Italy. This is managed by the Interministerial Committee for Economic Planning (CIPE) which characterizes every public investment project (Individual Project Code).
" + }, + "sdiAccountId":{ + "shape":"SdiAccountId", + "documentation":"Additional tax information to specify for a TRN in Italy. Use CodiceDestinatario to receive your invoices via web service (API) or FTP.
" + }, + "taxCode":{ + "shape":"TaxCode", + "documentation":"List of service tax codes for your TRN in Italy. You can use your customer tax code as part of a VAT Group.
" + } + }, + "documentation":"Additional tax information associated with your TRN in Italy.
" + }, + "ItemOfBusiness":{ + "type":"string", + "max":100, + "min":1, + "pattern":"^[0-9\\u3130-\\u318F\\uAC00-\\uD7AF,.( )-\\\\s]*$" + }, + "Jurisdiction":{ + "type":"structure", + "required":["countryCode"], + "members":{ + "countryCode":{ + "shape":"CountryCode", + "documentation":"The country code of the jurisdiction.
" + }, + "stateOrRegion":{ + "shape":"State", + "documentation":"The state, region, or province associated with the country of the jurisdiction, if applicable.
" + } + }, + "documentation":"The jurisdiction details of the TRN information of the customers. This doesn't contain full legal address, and contains only country code and state/region/province.
" + }, + "KenyaAdditionalInfo":{ + "type":"structure", + "required":["personType"], + "members":{ + "personType":{ + "shape":"PersonType", + "documentation":"The legal person or physical person assigned to this TRN in Kenya.
" + } + }, + "documentation":"Additional tax information associated with your TRN in Kenya.
" + }, + "KepEmailId":{ + "type":"string", + "pattern":"^[\\s\\S]*$" + }, + "LegalName":{ + "type":"string", + "max":200, + "min":1, + "pattern":"^(?!\\s*$)[\\s\\S]+$" + }, + "LegalNatureCode":{ + "type":"string", + "max":1024, + "min":0, + "pattern":"^\\d+$" + }, + "LineOfBusiness":{ + "type":"string", + "max":100, + "min":1, + "pattern":"^[0-9\\u3130-\\u318F\\uAC00-\\uD7AF,.( )-\\\\s]*$" + }, + "ListTaxRegistrationsRequest":{ + "type":"structure", + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"Number of accountDetails results you want in one response.
The token to retrieve the next set of results.
" + } + } + }, + "ListTaxRegistrationsResponse":{ + "type":"structure", + "required":["accountDetails"], + "members":{ + "accountDetails":{ + "shape":"AccountDetailsList", + "documentation":"The list of account details. This contains account Ids and TRN Information for each of the linked accounts.
" + }, + "nextToken":{ + "shape":"PaginationTokenString", + "documentation":"The token to retrieve the next set of results.
" + } + } + }, + "MalaysiaAdditionalInfo":{ + "type":"structure", + "required":["serviceTaxCodes"], + "members":{ + "serviceTaxCodes":{ + "shape":"MalaysiaServiceTaxCodesList", + "documentation":"List of service tax codes for your TRN in Malaysia.
" + } + }, + "documentation":"Additional tax information associated with your TRN in Malaysia.
" + }, + "MalaysiaServiceTaxCode":{ + "type":"string", + "enum":[ + "Consultancy", + "Digital Service And Electronic Medium", + "IT Services", + "Training Or Coaching" + ] + }, + "MalaysiaServiceTaxCodesList":{ + "type":"list", + "member":{"shape":"MalaysiaServiceTaxCode"}, + "max":4, + "min":1 + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":1000, + "min":1 + }, + "PaginationTokenString":{ + "type":"string", + "max":2000, + "min":1, + "pattern":"^[-A-Za-z0-9_+\\=\\/]+$" + }, + "Pan":{ + "type":"string", + "pattern":"^[A-Z]{5}[0-9]{4}[A-Z]{1}$" + }, + "PersonType":{ + "type":"string", + "enum":[ + "Legal Person", + "Physical Person", + "Business" + ] + }, + "PolandAdditionalInfo":{ + "type":"structure", + "members":{ + "individualRegistrationNumber":{ + "shape":"IndividualRegistrationNumber", + "documentation":"The individual tax registration number (NIP). Individual NIP is valid for other taxes excluding VAT purposes.
" + }, + "isGroupVatEnabled":{ + "shape":"Boolean", + "documentation":"True if your business is a member of a VAT group with a NIP active for VAT purposes. Otherwise, this is false.
" + } + }, + "documentation":"Additional tax information associated with your TRN in Poland.
" + }, + "PostalCode":{ + "type":"string", + "max":20, + "min":1, + "pattern":"^(?!\\s*$)[\\s\\S]+$" + }, + "PutTaxRegistrationRequest":{ + "type":"structure", + "required":["taxRegistrationEntry"], + "members":{ + "accountId":{ + "shape":"AccountId", + "documentation":"Your unique account identifier.
" + }, + "taxRegistrationEntry":{ + "shape":"TaxRegistrationEntry", + "documentation":" Your TRN information that will be stored to the account mentioned in accountId.
The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be Verified, Pending or Rejected.
404
" + }, + "message":{"shape":"ErrorMessage"} + }, + "documentation":"The exception thrown when the input doesn't have a resource associated to it.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "RomaniaAdditionalInfo":{ + "type":"structure", + "required":["taxRegistrationNumberType"], + "members":{ + "taxRegistrationNumberType":{ + "shape":"TaxRegistrationNumberType", + "documentation":" The tax registration number type. The value can be TaxRegistrationNumber or LocalRegistrationNumber.
Additional tax information to specify for a TRN in Romania.
" + }, + "S3BucketName":{ + "type":"string", + "max":63, + "min":3, + "pattern":"^(?=^.{3,63}$)(?!^(\\d+\\.)+\\d+$)(^(([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])\\.)*([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])$)$" + }, + "S3Key":{ + "type":"string", + "max":1024, + "min":1, + "pattern":"^.*\\S.*$" + }, + "S3Prefix":{ + "type":"string", + "max":512, + "min":0, + "pattern":"^.*\\S.*$" + }, + "SaudiArabiaAdditionalInfo":{ + "type":"structure", + "members":{ + "taxRegistrationNumberType":{ + "shape":"SaudiArabiaTaxRegistrationNumberType", + "documentation":"The tax registration number type.
" + } + }, + "documentation":"Additional tax information associated with your TRN in Saudi Arabia.
" + }, + "SaudiArabiaTaxRegistrationNumberType":{ + "type":"string", + "enum":[ + "TaxRegistrationNumber", + "TaxIdentificationNumber", + "CommercialRegistrationNumber" + ] + }, + "SdiAccountId":{ + "type":"string", + "pattern":"^[0-9A-Z]{6,7}$" + }, + "SecondaryTaxId":{ + "type":"string", + "pattern":"^([0-9]{10})$" + }, + "Sector":{ + "type":"string", + "enum":[ + "Business", + "Individual", + "Government" + ] + }, + "Seller":{ + "type":"string", + "pattern":"^[\\s\\S]*$" + }, + "SourceS3Location":{ + "type":"structure", + "required":[ + "bucket", + "key" + ], + "members":{ + "bucket":{ + "shape":"S3BucketName", + "documentation":"The name of your Amazon S3 bucket that your tax document is located.
" + }, + "key":{ + "shape":"S3Key", + "documentation":"The object key of your tax document object in Amazon S3.
" + } + }, + "documentation":"The Amazon S3 bucket in your account where your tax document is located.
" + }, + "SouthKoreaAdditionalInfo":{ + "type":"structure", + "required":[ + "businessRepresentativeName", + "itemOfBusiness", + "lineOfBusiness" + ], + "members":{ + "businessRepresentativeName":{ + "shape":"BusinessRepresentativeName", + "documentation":"The business legal name based on the most recently uploaded tax registration certificate.
" + }, + "itemOfBusiness":{ + "shape":"ItemOfBusiness", + "documentation":"Item of business based on the most recently uploaded tax registration certificate.
" + }, + "lineOfBusiness":{ + "shape":"LineOfBusiness", + "documentation":"Line of business based on the most recently uploaded tax registration certificate.
" + } + }, + "documentation":"Additional tax information associated with your TRN in South Korea.
" + }, + "SpainAdditionalInfo":{ + "type":"structure", + "required":["registrationType"], + "members":{ + "registrationType":{ + "shape":"RegistrationType", + "documentation":"The registration type in Spain.
" + } + }, + "documentation":"Additional tax information associated with your TRN in Spain.
" + }, + "State":{ + "type":"string", + "max":50, + "min":1, + "pattern":"^(?!\\s*$)[\\s\\S]+$" + }, + "TaxCode":{ + "type":"string", + "pattern":"^([0-9]{11}|[A-Z]{6}[0-9]{2}[A-Z][0-9]{2}[A-Z][0-9]{3}[A-Z])$" + }, + "TaxDocumentAccessToken":{ + "type":"string", + "pattern":"^[\\s\\S]*$" + }, + "TaxDocumentMetadata":{ + "type":"structure", + "required":[ + "taxDocumentAccessToken", + "taxDocumentName" + ], + "members":{ + "taxDocumentAccessToken":{ + "shape":"TaxDocumentAccessToken", + "documentation":"The tax document access token, which contains information that the Tax Settings API uses to locate the tax document.
If you update your tax registration, the existing taxDocumentAccessToken won't be valid. To get the latest token, call the GetTaxRegistration or ListTaxRegistrations API operation. This token is valid for 24 hours.
The name of your tax document.
" + } + }, + "documentation":"The metadata for your tax document.
" + }, + "TaxDocumentMetadatas":{ + "type":"list", + "member":{"shape":"TaxDocumentMetadata"}, + "max":5, + "min":1 + }, + "TaxDocumentName":{ + "type":"string", + "pattern":"^[\\s\\S]*$" + }, + "TaxInheritanceDetails":{ + "type":"structure", + "members":{ + "inheritanceObtainedReason":{ + "shape":"InheritanceObtainedReason", + "documentation":"Tax inheritance reason information associated with the account.
" + }, + "parentEntityId":{ + "shape":"AccountId", + "documentation":"Tax inheritance parent account information associated with the account.
" + } + }, + "documentation":"Tax inheritance information associated with the account.
" + }, + "TaxOffice":{ + "type":"string", + "pattern":"^[\\s\\S]*$" + }, + "TaxRegistration":{ + "type":"structure", + "required":[ + "legalAddress", + "legalName", + "registrationId", + "registrationType", + "status" + ], + "members":{ + "additionalTaxInformation":{ + "shape":"AdditionalInfoResponse", + "documentation":"Additional tax information associated with your TRN.
" + }, + "certifiedEmailId":{ + "shape":"CertifiedEmailId", + "documentation":"The email address to receive VAT invoices.
" + }, + "legalAddress":{ + "shape":"Address", + "documentation":"The legal address associated with your TRN registration.
" + }, + "legalName":{ + "shape":"LegalName", + "documentation":"The legal name associated with your TRN registration.
" + }, + "registrationId":{ + "shape":"RegistrationId", + "documentation":"Your tax registration unique identifier.
" + }, + "registrationType":{ + "shape":"TaxRegistrationType", + "documentation":"Type of your tax registration. This can be either VAT or GST.
The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government. Note that certain values may not applicable for the request country. Please refer to country specific information in API document.
" + }, + "status":{ + "shape":"TaxRegistrationStatus", + "documentation":" The status of your TRN. This can be either Verified, Pending, Deleted, or Rejected.
The metadata for your tax document.
" + } + }, + "documentation":"Your TRN information.
", + "sensitive":true + }, + "TaxRegistrationDocument":{ + "type":"structure", + "required":["s3Location"], + "members":{ + "s3Location":{ + "shape":"SourceS3Location", + "documentation":"The Amazon S3 location where your tax registration document is stored.
" + } + }, + "documentation":"Tax registration document information.
" + }, + "TaxRegistrationDocuments":{ + "type":"list", + "member":{"shape":"TaxRegistrationDocument"}, + "max":5, + "min":1 + }, + "TaxRegistrationEntry":{ + "type":"structure", + "required":[ + "registrationId", + "registrationType" + ], + "members":{ + "additionalTaxInformation":{ + "shape":"AdditionalInfoRequest", + "documentation":"Additional tax information associated with your TRN. You only need to specify this parameter if Amazon Web Services collects any additional information for your country within AdditionalInfoRequest.
" + }, + "certifiedEmailId":{ + "shape":"CertifiedEmailId", + "documentation":"The email address to receive VAT invoices.
" + }, + "legalAddress":{ + "shape":"Address", + "documentation":"The legal address associated with your TRN.
If you're setting a TRN in Brazil for the CNPJ tax type, you don't need to specify the legal address.
For TRNs in other countries and for CPF tax types Brazil, you must specify the legal address.
The legal name associated with your TRN.
If you're setting a TRN in Brazil, you don't need to specify the legal name. For TRNs in other countries, you must specify the legal name.
Your tax registration unique identifier.
" + }, + "registrationType":{ + "shape":"TaxRegistrationType", + "documentation":" Your tax registration type. This can be either VAT or GST.
The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government.Note that certain values may not applicable for the request country. Please refer to country specific information in API document.
" + }, + "verificationDetails":{ + "shape":"VerificationDetails", + "documentation":"Additional details needed to verify your TRN information in Brazil. You only need to specify this parameter when you set a TRN in Brazil that is the CPF tax type.
Don't specify this parameter to set a TRN in Brazil of the CNPJ tax type or to set a TRN for another country.
The TRN information you provide when you add a new TRN, or update.
", + "sensitive":true + }, + "TaxRegistrationNumberType":{ + "type":"string", + "enum":[ + "TaxRegistrationNumber", + "LocalRegistrationNumber" + ] + }, + "TaxRegistrationStatus":{ + "type":"string", + "enum":[ + "Verified", + "Pending", + "Deleted", + "Rejected" + ] + }, + "TaxRegistrationType":{ + "type":"string", + "enum":[ + "VAT", + "GST", + "CPF", + "CNPJ", + "SST" + ] + }, + "TaxRegistrationWithJurisdiction":{ + "type":"structure", + "required":[ + "jurisdiction", + "legalName", + "registrationId", + "registrationType", + "status" + ], + "members":{ + "additionalTaxInformation":{ + "shape":"AdditionalInfoResponse", + "documentation":"Additional tax information associated with your TRN.
" + }, + "certifiedEmailId":{ + "shape":"CertifiedEmailId", + "documentation":"The email address to receive VAT invoices.
" + }, + "jurisdiction":{ + "shape":"Jurisdiction", + "documentation":"The jurisdiction associated with your TRN information.
" + }, + "legalName":{ + "shape":"LegalName", + "documentation":"The legal name associated with your TRN information.
" + }, + "registrationId":{ + "shape":"RegistrationId", + "documentation":"Your tax registration unique identifier.
" + }, + "registrationType":{ + "shape":"TaxRegistrationType", + "documentation":" The type of your tax registration. This can be either VAT or GST.
The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government.Note that certain values may not applicable for the request country. Please refer to country specific information in API document.
" + }, + "status":{ + "shape":"TaxRegistrationStatus", + "documentation":"The status of your TRN. This can be either Verified, Pending, Deleted, or Rejected.
The metadata for your tax document.
" + } + }, + "documentation":"Your TRN information with jurisdiction details. This doesn't contain the full legal address associated with the TRN information.
", + "sensitive":true + }, + "TurkeyAdditionalInfo":{ + "type":"structure", + "members":{ + "industries":{ + "shape":"Industries", + "documentation":"The industry information that tells the Tax Settings API if you're subject to additional withholding taxes. This information required for business-to-business (B2B) customers. This information is conditionally mandatory for B2B customers who are subject to KDV tax.
" + }, + "kepEmailId":{ + "shape":"KepEmailId", + "documentation":"The Registered Electronic Mail (REM) that is used to send notarized communication. This parameter is optional for business-to-business (B2B) and business-to-government (B2G) customers. It's not required for business-to-consumer (B2C) customers.
" + }, + "secondaryTaxId":{ + "shape":"SecondaryTaxId", + "documentation":"Secondary tax ID (“harcama birimi VKN”si”). If one isn't provided, we will use your VKN as the secondary ID.
" + }, + "taxOffice":{ + "shape":"TaxOffice", + "documentation":"The tax office where you're registered. You can enter this information as a string. The Tax Settings API will add this information to your invoice. This parameter is required for business-to-business (B2B) and business-to-government customers. It's not required for business-to-consumer (B2C) customers.
" + } + }, + "documentation":"Additional tax information associated with your TRN in Turkey.
" + }, + "UkraineAdditionalInfo":{ + "type":"structure", + "required":["ukraineTrnType"], + "members":{ + "ukraineTrnType":{ + "shape":"UkraineTrnType", + "documentation":"The tax registration type.
" + } + }, + "documentation":"Additional tax information associated with your TRN in Ukraine.
" + }, + "UkraineTrnType":{ + "type":"string", + "enum":[ + "Business", + "Individual" + ] + }, + "ValidationException":{ + "type":"structure", + "required":[ + "errorCode", + "message" + ], + "members":{ + "errorCode":{ + "shape":"ValidationExceptionErrorCode", + "documentation":"400
" + }, + "fieldList":{ + "shape":"ValidationExceptionFieldList", + "documentation":"400
" + }, + "message":{"shape":"ErrorMessage"} + }, + "documentation":"The exception when the input doesn't pass validation for at least one of the input parameters.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ValidationExceptionErrorCode":{ + "type":"string", + "enum":[ + "MalformedToken", + "ExpiredToken", + "InvalidToken", + "FieldValidationFailed", + "MissingInput" + ] + }, + "ValidationExceptionField":{ + "type":"structure", + "required":["name"], + "members":{ + "name":{ + "shape":"FieldName", + "documentation":"The name of the parameter that caused a ValidationException error.
The information about the specified parameter in the request that caused an error.
" + }, + "ValidationExceptionFieldList":{ + "type":"list", + "member":{"shape":"ValidationExceptionField"} + }, + "VerificationDetails":{ + "type":"structure", + "members":{ + "dateOfBirth":{ + "shape":"DateOfBirth", + "documentation":"Date of birth to verify your submitted TRN. Use the YYYY-MM-DD format.
The tax registration document, which is required for specific countries such as Bangladesh, Kenya, South Korea and Spain.
" + } + }, + "documentation":"Required information to verify your TRN.
" + } + }, + "documentation":"You can use the tax setting API to programmatically set, modify, and delete the tax registration number (TRN), associated business legal name, and address (Collectively referred to as \"TRN information\"). You can also programmatically view TRN information and tax addresses (\"Tax profiles\").
You can use this API to automate your TRN information settings instead of manually using the console.
Service Endpoint
https://tax.us-east-1.amazonaws.com
Makes a series of decisions about multiple authorization requests for one principal or resource. Each request contains the equivalent content of an IsAuthorized request: principal, action, resource, and context. Either the principal or the resource parameter must be identical across all requests. For example, Verified Permissions won't evaluate a pair of requests where bob views photo1 and alice views photo2. Authorization of bob to view photo1 and photo2, or bob and alice to view photo1, are valid batches.
The request is evaluated against all policies in the specified policy store that match the entities that you declare. The result of the decisions is a series of Allow or Deny responses, along with the IDs of the policies that produced each decision.
The entities of a BatchIsAuthorized API request can contain up to 100 principals and up to 100 resources. The requests of a BatchIsAuthorized API request can contain up to 30 requests.
The BatchIsAuthorized operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission verifiedpermissions:IsAuthorized in their IAM policies.
Makes a series of decisions about multiple authorization requests for one token. The principal in this request comes from an external identity source in the form of an identity or access token, formatted as a JSON web token (JWT). The information in the parameters can also define additional context that Verified Permissions can include in the evaluations.
The request is evaluated against all policies in the specified policy store that match the entities that you provide in the entities declaration and in the token. The result of the decisions is a series of Allow or Deny responses, along with the IDs of the policies that produced each decision.
The entities of a BatchIsAuthorizedWithToken API request can contain up to 100 resources and up to 99 user groups. The requests of a BatchIsAuthorizedWithToken API request can contain up to 30 requests.
The BatchIsAuthorizedWithToken operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission verifiedpermissions:IsAuthorizedWithToken in their IAM policies.
Adds an identity source to a policy store–an Amazon Cognito user pool or OpenID Connect (OIDC) identity provider (IdP).
After you create an identity source, you can use the identities provided by the IdP as proxies for the principal in authorization queries that use the IsAuthorizedWithToken or BatchIsAuthorizedWithToken API operations. These identities take the form of tokens that contain claims about the user, such as IDs, attributes and group memberships. Identity sources provide identity (ID) tokens and access tokens. Verified Permissions derives information about your user and session from token claims. Access tokens provide action context to your policies, and ID tokens provide principal Attributes.
Tokens from an identity source user continue to be usable until they expire. Token revocation and resource deletion have no effect on the validity of a token in your policy store
To reference a user from this identity source in your Cedar policies, refer to the following syntax examples.
Amazon Cognito user pool: Namespace::[Entity type]::[User pool ID]|[user principal attribute], for example MyCorp::User::us-east-1_EXAMPLE|a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.
OpenID Connect (OIDC) provider: Namespace::[Entity type]::[entityIdPrefix]|[user principal attribute], for example MyCorp::User::MyOIDCProvider|a1b2c3d4-5678-90ab-cdef-EXAMPLE22222.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.
Creates a Cedar policy and saves it in the specified policy store. You can create either a static policy or a policy linked to a policy template.
To create a static policy, provide the Cedar policy text in the StaticPolicy section of the PolicyDefinition.
To create a policy that is dynamically linked to a policy template, specify the policy template ID and the principal and resource to associate with this policy in the templateLinked section of the PolicyDefinition. If the policy template is ever updated, any policies linked to the policy template automatically use the updated template.
Creating a policy causes it to be validated against the schema in the policy store. If the policy doesn't pass validation, the operation fails and the policy isn't stored.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.
Creates a policy store. A policy store is a container for policy resources.
Although Cedar supports multiple namespaces, Verified Permissions currently supports only one namespace per policy store.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.
Creates a policy template. A template can use placeholders for the principal and resource. A template must be instantiated into a policy by associating it with specific principals and resources to use for the placeholders. That instantiated policy can then be considered in authorization decisions. The instantiated policy works identically to any other policy, except that it is dynamically linked to the template. If the template changes, then any policies that are linked to that template are immediately updated as well.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.
Deletes an identity source that references an identity provider (IdP) such as Amazon Cognito. After you delete the identity source, you can no longer use tokens for identities from that identity source to represent principals in authorization queries made using IsAuthorizedWithToken. operations.
", + "idempotent":true + }, + "DeletePolicy":{ + "name":"DeletePolicy", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeletePolicyInput"}, + "output":{"shape":"DeletePolicyOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes the specified policy from the policy store.
This operation is idempotent; if you specify a policy that doesn't exist, the request response returns a successful HTTP 200 status code.
Deletes the specified policy store.
This operation is idempotent. If you specify a policy store that does not exist, the request response will still return a successful HTTP 200 status code.
", + "idempotent":true + }, + "DeletePolicyTemplate":{ + "name":"DeletePolicyTemplate", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeletePolicyTemplateInput"}, + "output":{"shape":"DeletePolicyTemplateOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ConflictException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes the specified policy template from the policy store.
This operation also deletes any policies that were created from the specified policy template. Those policies are immediately removed from all future API responses, and are asynchronously deleted from the policy store.
Retrieves the details about the specified identity source.
" + }, + "GetPolicy":{ + "name":"GetPolicy", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetPolicyInput"}, + "output":{"shape":"GetPolicyOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves information about the specified policy.
" + }, + "GetPolicyStore":{ + "name":"GetPolicyStore", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetPolicyStoreInput"}, + "output":{"shape":"GetPolicyStoreOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves details about a policy store.
" + }, + "GetPolicyTemplate":{ + "name":"GetPolicyTemplate", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetPolicyTemplateInput"}, + "output":{"shape":"GetPolicyTemplateOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieve the details for the specified policy template in the specified policy store.
" + }, + "GetSchema":{ + "name":"GetSchema", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetSchemaInput"}, + "output":{"shape":"GetSchemaOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieve the details for the specified schema in the specified policy store.
" + }, + "IsAuthorized":{ + "name":"IsAuthorized", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"IsAuthorizedInput"}, + "output":{"shape":"IsAuthorizedOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Makes an authorization decision about a service request described in the parameters. The information in the parameters can also define additional context that Verified Permissions can include in the evaluation. The request is evaluated against all matching policies in the specified policy store. The result of the decision is either Allow or Deny, along with a list of the policies that resulted in the decision.
Makes an authorization decision about a service request described in the parameters. The principal in this request comes from an external identity source in the form of an identity token formatted as a JSON web token (JWT). The information in the parameters can also define additional context that Verified Permissions can include in the evaluation. The request is evaluated against all matching policies in the specified policy store. The result of the decision is either Allow or Deny, along with a list of the policies that resulted in the decision.
Verified Permissions validates each token that is specified in a request by checking its expiration date and its signature.
Tokens from an identity source user continue to be usable until they expire. Token revocation and resource deletion have no effect on the validity of a token in your policy store
Returns a paginated list of all of the identity sources defined in the specified policy store.
" + }, + "ListPolicies":{ + "name":"ListPolicies", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListPoliciesInput"}, + "output":{"shape":"ListPoliciesOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Returns a paginated list of all policies stored in the specified policy store.
" + }, + "ListPolicyStores":{ + "name":"ListPolicyStores", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListPolicyStoresInput"}, + "output":{"shape":"ListPolicyStoresOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Returns a paginated list of all policy stores in the calling Amazon Web Services account.
" + }, + "ListPolicyTemplates":{ + "name":"ListPolicyTemplates", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListPolicyTemplatesInput"}, + "output":{"shape":"ListPolicyTemplatesOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Returns a paginated list of all policy templates in the specified policy store.
" + }, + "PutSchema":{ + "name":"PutSchema", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"PutSchemaInput"}, + "output":{"shape":"PutSchemaOutput"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"ConflictException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates or updates the policy schema in the specified policy store. The schema is used to validate any Cedar policies and policy templates submitted to the policy store. Any changes to the schema validate only policies and templates submitted after the schema change. Existing policies and templates are not re-evaluated against the changed schema. If you later update a policy, then it is evaluated against the new schema at that time.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.
Updates the specified identity source to use a new identity provider (IdP), or to change the mapping of identities from the IdP to a different principal entity type.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.
Modifies a Cedar static policy in the specified policy store. You can change only certain elements of the UpdatePolicyDefinition parameter. You can directly update only static policies. To change a template-linked policy, you must update the template instead, using UpdatePolicyTemplate.
If policy validation is enabled in the policy store, then updating a static policy causes Verified Permissions to validate the policy against the schema in the policy store. If the updated static policy doesn't pass validation, the operation fails and the update isn't stored.
When you edit a static policy, you can change only certain elements of a static policy:
The action referenced by the policy.
A condition clause, such as when and unless.
You can't change these elements of a static policy:
Changing a policy from a static policy to a template-linked policy.
Changing the effect of a static policy from permit or forbid.
The principal referenced by a static policy.
The resource referenced by a static policy.
To update a template-linked policy, you must update the template instead.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.
Modifies the validation setting for a policy store.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.
Updates the specified policy template. You can update only the description and the some elements of the policyBody.
Changes you make to the policy template content are immediately (within the constraints of eventual consistency) reflected in authorization decisions that involve all template-linked policies instantiated from this template.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to propagate through the service and be visible in the results of other Verified Permissions operations.
You don't have sufficient access to perform this action.
", + "exception":true + }, + "ActionId":{ + "type":"string", + "max":200, + "min":1, + "pattern":".*", + "sensitive":true + }, + "ActionIdentifier":{ + "type":"structure", + "required":[ + "actionType", + "actionId" + ], + "members":{ + "actionType":{ + "shape":"ActionType", + "documentation":"The type of an action.
" + }, + "actionId":{ + "shape":"ActionId", + "documentation":"The ID of an action.
" + } + }, + "documentation":"Contains information about an action for a request for which an authorization decision is made.
This data type is used as a request parameter to the IsAuthorized, BatchIsAuthorized, and IsAuthorizedWithToken operations.
Example: { \"actionId\": \"<action name>\", \"actionType\": \"Action\" }
An attribute value of Boolean type.
Example: {\"boolean\": true}
An attribute value of type EntityIdentifier.
Example: \"entityIdentifier\": { \"entityId\": \"<id>\", \"entityType\": \"<entity type>\"}
An attribute value of Long type.
Example: {\"long\": 0}
An attribute value of String type.
Example: {\"string\": \"abc\"}
An attribute value of Set type.
Example: {\"set\": [ {} ] }
An attribute value of Record type.
Example: {\"record\": { \"keyName\": {} } }
The value of an attribute.
Contains information about the runtime context for a request for which an authorization decision is made.
This data type is used as a member of the ContextDefinition structure which is uses as a request parameter for the IsAuthorized, BatchIsAuthorized, and IsAuthorizedWithToken operations.
", + "union":true + }, + "Audience":{ + "type":"string", + "max":255, + "min":1 + }, + "Audiences":{ + "type":"list", + "member":{"shape":"Audience"}, + "max":255, + "min":1 + }, + "BatchIsAuthorizedInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "requests" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store. Policies in this policy store will be used to make the authorization decisions for the input.
" + }, + "entities":{ + "shape":"EntitiesDefinition", + "documentation":"Specifies the list of resources and principals and their associated attributes that Verified Permissions can examine when evaluating the policies.
You can include only principal and resource entities in this parameter; you can't include actions. You must specify actions in the schema.
An array of up to 30 requests that you want Verified Permissions to evaluate.
" + } + } + }, + "BatchIsAuthorizedInputItem":{ + "type":"structure", + "members":{ + "principal":{ + "shape":"EntityIdentifier", + "documentation":"Specifies the principal for which the authorization decision is to be made.
" + }, + "action":{ + "shape":"ActionIdentifier", + "documentation":"Specifies the requested action to be authorized. For example, PhotoFlash::ReadPhoto.
Specifies the resource that you want an authorization decision for. For example, PhotoFlash::Photo.
Specifies additional context that can be used to make more granular authorization decisions.
" + } + }, + "documentation":"An authorization request that you include in a BatchIsAuthorized API request.
A series of Allow or Deny decisions for each request, and the policies that produced them.
The authorization request that initiated the decision.
" + }, + "decision":{ + "shape":"Decision", + "documentation":"An authorization decision that indicates if the authorization request should be allowed or denied.
" + }, + "determiningPolicies":{ + "shape":"DeterminingPolicyList", + "documentation":"The list of determining policies used to make the authorization decision. For example, if there are two matching policies, where one is a forbid and the other is a permit, then the forbid policy will be the determining policy. In the case of multiple matching permit policies then there would be multiple determining policies. In the case that no policies match, and hence the response is DENY, there would be no determining policies.
" + }, + "errors":{ + "shape":"EvaluationErrorList", + "documentation":"Errors that occurred while making an authorization decision. For example, a policy might reference an entity or attribute that doesn't exist in the request.
" + } + }, + "documentation":"The decision, based on policy evaluation, from an individual authorization request in a BatchIsAuthorized API request.
Specifies the ID of the policy store. Policies in this policy store will be used to make an authorization decision for the input.
" + }, + "identityToken":{ + "shape":"Token", + "documentation":"Specifies an identity (ID) token for the principal that you want to authorize in each request. This token is provided to you by the identity provider (IdP) associated with the specified identity source. You must specify either an accessToken, an identityToken, or both.
Must be an ID token. Verified Permissions returns an error if the token_use claim in the submitted token isn't id.
Specifies an access token for the principal that you want to authorize in each request. This token is provided to you by the identity provider (IdP) associated with the specified identity source. You must specify either an accessToken, an identityToken, or both.
Must be an access token. Verified Permissions returns an error if the token_use claim in the submitted token isn't access.
Specifies the list of resources and their associated attributes that Verified Permissions can examine when evaluating the policies.
You can't include principals in this parameter, only resource and action entities. This parameter can't include any entities of a type that matches the user or group entity types that you defined in your identity source.
The BatchIsAuthorizedWithToken operation takes principal attributes from only the identityToken or accessToken passed to the operation.
For action entities, you can include only their Identifier and EntityType.
An array of up to 30 requests that you want Verified Permissions to evaluate.
" + } + } + }, + "BatchIsAuthorizedWithTokenInputItem":{ + "type":"structure", + "members":{ + "action":{ + "shape":"ActionIdentifier", + "documentation":"Specifies the requested action to be authorized. For example, PhotoFlash::ReadPhoto.
Specifies the resource that you want an authorization decision for. For example, PhotoFlash::Photo.
Specifies additional context that can be used to make more granular authorization decisions.
" + } + }, + "documentation":"An authorization request that you include in a BatchIsAuthorizedWithToken API request.
The identifier of the principal in the ID or access token.
" + }, + "results":{ + "shape":"BatchIsAuthorizedWithTokenOutputList", + "documentation":"A series of Allow or Deny decisions for each request, and the policies that produced them.
The authorization request that initiated the decision.
" + }, + "decision":{ + "shape":"Decision", + "documentation":"An authorization decision that indicates if the authorization request should be allowed or denied.
" + }, + "determiningPolicies":{ + "shape":"DeterminingPolicyList", + "documentation":"The list of determining policies used to make the authorization decision. For example, if there are two matching policies, where one is a forbid and the other is a permit, then the forbid policy will be the determining policy. In the case of multiple matching permit policies then there would be multiple determining policies. In the case that no policies match, and hence the response is DENY, there would be no determining policies.
" + }, + "errors":{ + "shape":"EvaluationErrorList", + "documentation":"Errors that occurred while making an authorization decision. For example, a policy might reference an entity or attribute that doesn't exist in the request.
" + } + }, + "documentation":"The decision, based on policy evaluation, from an individual authorization request in a BatchIsAuthorizedWithToken API request.
The name of the schema entity type that's mapped to the user pool group. Defaults to AWS::CognitoGroup.
The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.
This data type is part of a CognitoUserPoolConfiguration structure and is a request parameter in CreateIdentitySource.
" + }, + "CognitoGroupConfigurationDetail":{ + "type":"structure", + "members":{ + "groupEntityType":{ + "shape":"GroupEntityType", + "documentation":"The name of the schema entity type that's mapped to the user pool group. Defaults to AWS::CognitoGroup.
The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.
This data type is part of an CognitoUserPoolConfigurationDetail structure and is a response parameter to GetIdentitySource.
" + }, + "CognitoGroupConfigurationItem":{ + "type":"structure", + "members":{ + "groupEntityType":{ + "shape":"GroupEntityType", + "documentation":"The name of the schema entity type that's mapped to the user pool group. Defaults to AWS::CognitoGroup.
The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.
This data type is part of an CognitoUserPoolConfigurationItem structure and is a response parameter to ListIdentitySources.
" + }, + "CognitoUserPoolConfiguration":{ + "type":"structure", + "required":["userPoolArn"], + "members":{ + "userPoolArn":{ + "shape":"UserPoolArn", + "documentation":"The Amazon Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be authorized.
Example: \"UserPoolArn\": \"arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5\"
The unique application client IDs that are associated with the specified Amazon Cognito user pool.
Example: \"ClientIds\": [\"&ExampleCogClientId;\"]
The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.
" + } + }, + "documentation":"The configuration for an identity source that represents a connection to an Amazon Cognito user pool used as an identity provider for Verified Permissions.
This data type part of a Configuration structure that is used as a parameter to CreateIdentitySource.
Example:\"CognitoUserPoolConfiguration\":{\"UserPoolArn\":\"arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5\",\"ClientIds\": [\"a1b2c3d4e5f6g7h8i9j0kalbmc\"],\"groupConfiguration\": {\"groupEntityType\": \"MyCorp::Group\"}}
The Amazon Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be authorized.
Example: \"userPoolArn\": \"arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5\"
The unique application client IDs that are associated with the specified Amazon Cognito user pool.
Example: \"clientIds\": [\"&ExampleCogClientId;\"]
The OpenID Connect (OIDC) issuer ID of the Amazon Cognito user pool that contains the identities to be authorized.
Example: \"issuer\": \"https://cognito-idp.us-east-1.amazonaws.com/us-east-1_1a2b3c4d5\"
The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.
" + } + }, + "documentation":"The configuration for an identity source that represents a connection to an Amazon Cognito user pool used as an identity provider for Verified Permissions.
This data type is used as a field that is part of an ConfigurationDetail structure that is part of the response to GetIdentitySource.
Example:\"CognitoUserPoolConfiguration\":{\"UserPoolArn\":\"arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5\",\"ClientIds\": [\"a1b2c3d4e5f6g7h8i9j0kalbmc\"],\"groupConfiguration\": {\"groupEntityType\": \"MyCorp::Group\"}}
The Amazon Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be authorized.
Example: \"userPoolArn\": \"arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5\"
The unique application client IDs that are associated with the specified Amazon Cognito user pool.
Example: \"clientIds\": [\"&ExampleCogClientId;\"]
The OpenID Connect (OIDC) issuer ID of the Amazon Cognito user pool that contains the identities to be authorized.
Example: \"issuer\": \"https://cognito-idp.us-east-1.amazonaws.com/us-east-1_1a2b3c4d5\"
The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.
" + } + }, + "documentation":"The configuration for an identity source that represents a connection to an Amazon Cognito user pool used as an identity provider for Verified Permissions.
This data type is used as a field that is part of the ConfigurationItem structure that is part of the response to ListIdentitySources.
Example:\"CognitoUserPoolConfiguration\":{\"UserPoolArn\":\"arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5\",\"ClientIds\": [\"a1b2c3d4e5f6g7h8i9j0kalbmc\"],\"groupConfiguration\": {\"groupEntityType\": \"MyCorp::Group\"}}
Contains configuration details of a Amazon Cognito user pool that Verified Permissions can use as a source of authenticated identities as entities. It specifies the Amazon Resource Name (ARN) of a Amazon Cognito user pool and one or more application client IDs.
Example: \"configuration\":{\"cognitoUserPoolConfiguration\":{\"userPoolArn\":\"arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5\",\"clientIds\": [\"a1b2c3d4e5f6g7h8i9j0kalbmc\"],\"groupConfiguration\": {\"groupEntityType\": \"MyCorp::Group\"}}}
Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
Example:\"configuration\":{\"openIdConnectConfiguration\":{\"issuer\":\"https://auth.example.com\",\"tokenSelection\":{\"accessTokenOnly\":{\"audiences\":[\"https://myapp.example.com\",\"https://myapp2.example.com\"],\"principalIdClaim\":\"sub\"}},\"entityIdPrefix\":\"MyOIDCProvider\",\"groupConfiguration\":{\"groupClaim\":\"groups\",\"groupEntityType\":\"MyCorp::UserGroup\"}}}
Contains configuration information used when creating a new identity source.
This data type is used as a request parameter for the CreateIdentitySource operation.
", + "union":true + }, + "ConfigurationDetail":{ + "type":"structure", + "members":{ + "cognitoUserPoolConfiguration":{ + "shape":"CognitoUserPoolConfigurationDetail", + "documentation":"Contains configuration details of a Amazon Cognito user pool that Verified Permissions can use as a source of authenticated identities as entities. It specifies the Amazon Resource Name (ARN) of a Amazon Cognito user pool, the policy store entity that you want to assign to user groups, and one or more application client IDs.
Example: \"configuration\":{\"cognitoUserPoolConfiguration\":{\"userPoolArn\":\"arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5\",\"clientIds\": [\"a1b2c3d4e5f6g7h8i9j0kalbmc\"],\"groupConfiguration\": {\"groupEntityType\": \"MyCorp::Group\"}}}
Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
Example:\"configuration\":{\"openIdConnectConfiguration\":{\"issuer\":\"https://auth.example.com\",\"tokenSelection\":{\"accessTokenOnly\":{\"audiences\":[\"https://myapp.example.com\",\"https://myapp2.example.com\"],\"principalIdClaim\":\"sub\"}},\"entityIdPrefix\":\"MyOIDCProvider\",\"groupConfiguration\":{\"groupClaim\":\"groups\",\"groupEntityType\":\"MyCorp::UserGroup\"}}}
Contains configuration information about an identity source.
This data type is a response parameter to the GetIdentitySource operation.
", + "union":true + }, + "ConfigurationItem":{ + "type":"structure", + "members":{ + "cognitoUserPoolConfiguration":{ + "shape":"CognitoUserPoolConfigurationItem", + "documentation":"Contains configuration details of a Amazon Cognito user pool that Verified Permissions can use as a source of authenticated identities as entities. It specifies the Amazon Resource Name (ARN) of a Amazon Cognito user pool, the policy store entity that you want to assign to user groups, and one or more application client IDs.
Example: \"configuration\":{\"cognitoUserPoolConfiguration\":{\"userPoolArn\":\"arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_1a2b3c4d5\",\"clientIds\": [\"a1b2c3d4e5f6g7h8i9j0kalbmc\"],\"groupConfiguration\": {\"groupEntityType\": \"MyCorp::Group\"}}}
Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
Example:\"configuration\":{\"openIdConnectConfiguration\":{\"issuer\":\"https://auth.example.com\",\"tokenSelection\":{\"accessTokenOnly\":{\"audiences\":[\"https://myapp.example.com\",\"https://myapp2.example.com\"],\"principalIdClaim\":\"sub\"}},\"entityIdPrefix\":\"MyOIDCProvider\",\"groupConfiguration\":{\"groupClaim\":\"groups\",\"groupEntityType\":\"MyCorp::UserGroup\"}}}
Contains configuration information about an identity source.
This data type is a response parameter to the ListIdentitySources operation.
", + "union":true + }, + "ConflictException":{ + "type":"structure", + "required":[ + "message", + "resources" + ], + "members":{ + "message":{"shape":"String"}, + "resources":{ + "shape":"ResourceConflictList", + "documentation":"The list of resources referenced with this failed request.
" + } + }, + "documentation":"The request failed because another request to modify a resource occurred at the same.
", + "exception":true + }, + "ContextDefinition":{ + "type":"structure", + "members":{ + "contextMap":{ + "shape":"ContextMap", + "documentation":"An list of attributes that are needed to successfully evaluate an authorization request. Each attribute in this array must include a map of a data type and its value.
Example: \"contextMap\":{\"<KeyName1>\":{\"boolean\":true},\"<KeyName2>\":{\"long\":1234}}
Contains additional details about the context of the request. Verified Permissions evaluates this information in an authorization request as part of the when and unless clauses in a policy.
This data type is used as a request parameter for the IsAuthorized, BatchIsAuthorized, and IsAuthorizedWithToken operations.
Example: \"context\":{\"contextMap\":{\"<KeyName1>\":{\"boolean\":true},\"<KeyName2>\":{\"long\":1234}}}
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an ConflictException error.
Verified Permissions recognizes a ClientToken for eight hours. After eight hours, the next request with the same parameters performs the operation again regardless of the value of ClientToken.
Specifies the ID of the policy store in which you want to store this identity source. Only policies and requests made using this policy store can reference identities from the identity provider configured in the new identity source.
" + }, + "configuration":{ + "shape":"Configuration", + "documentation":"Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.
" + }, + "principalEntityType":{ + "shape":"PrincipalEntityType", + "documentation":"Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source.
" + } + } + }, + "CreateIdentitySourceOutput":{ + "type":"structure", + "required":[ + "createdDate", + "identitySourceId", + "lastUpdatedDate", + "policyStoreId" + ], + "members":{ + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the identity source was originally created.
" + }, + "identitySourceId":{ + "shape":"IdentitySourceId", + "documentation":"The unique ID of the new identity source.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the identity source was most recently updated.
" + }, + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The ID of the policy store that contains the identity source.
" + } + } + }, + "CreatePolicyInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "definition" + ], + "members":{ + "clientToken":{ + "shape":"IdempotencyToken", + "documentation":"Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an ConflictException error.
Verified Permissions recognizes a ClientToken for eight hours. After eight hours, the next request with the same parameters performs the operation again regardless of the value of ClientToken.
Specifies the PolicyStoreId of the policy store you want to store the policy in.
A structure that specifies the policy type and content to use for the new policy. You must include either a static or a templateLinked element. The policy content must be written in the Cedar policy language.
" + } + } + }, + "CreatePolicyOutput":{ + "type":"structure", + "required":[ + "policyStoreId", + "policyId", + "policyType", + "createdDate", + "lastUpdatedDate" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The ID of the policy store that contains the new policy.
" + }, + "policyId":{ + "shape":"PolicyId", + "documentation":"The unique ID of the new policy.
" + }, + "policyType":{ + "shape":"PolicyType", + "documentation":"The policy type of the new policy.
" + }, + "principal":{ + "shape":"EntityIdentifier", + "documentation":"The principal specified in the new policy's scope. This response element isn't present when principal isn't specified in the policy content.
The resource specified in the new policy's scope. This response element isn't present when the resource isn't specified in the policy content.
The action that a policy permits or forbids. For example, {\"actions\": [{\"actionId\": \"ViewPhoto\", \"actionType\": \"PhotoFlash::Action\"}, {\"entityID\": \"SharePhoto\", \"entityType\": \"PhotoFlash::Action\"}]}.
The date and time the policy was originally created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the policy was last updated.
" + }, + "effect":{ + "shape":"PolicyEffect", + "documentation":"The effect of the decision that a policy returns to an authorization request. For example, \"effect\": \"Permit\".
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an ConflictException error.
Verified Permissions recognizes a ClientToken for eight hours. After eight hours, the next request with the same parameters performs the operation again regardless of the value of ClientToken.
Specifies the validation setting for this policy store.
Currently, the only valid and required value is Mode.
We recommend that you turn on STRICT mode only after you define a schema. If a schema doesn't exist, then STRICT mode causes any policy to fail validation, and Verified Permissions rejects the policy. You can turn off validation by using the UpdatePolicyStore. Then, when you have a schema defined, use UpdatePolicyStore again to turn validation back on.
Descriptive text that you can provide to help with identification of the current policy store.
" + } + } + }, + "CreatePolicyStoreOutput":{ + "type":"structure", + "required":[ + "policyStoreId", + "arn", + "createdDate", + "lastUpdatedDate" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The unique ID of the new policy store.
" + }, + "arn":{ + "shape":"ResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the new policy store.
" + }, + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the policy store was originally created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the policy store was last updated.
" + } + } + }, + "CreatePolicyTemplateInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "statement" + ], + "members":{ + "clientToken":{ + "shape":"IdempotencyToken", + "documentation":"Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an ConflictException error.
Verified Permissions recognizes a ClientToken for eight hours. After eight hours, the next request with the same parameters performs the operation again regardless of the value of ClientToken.
The ID of the policy store in which to create the policy template.
" + }, + "description":{ + "shape":"PolicyTemplateDescription", + "documentation":"Specifies a description for the policy template.
" + }, + "statement":{ + "shape":"PolicyStatement", + "documentation":"Specifies the content that you want to use for the new policy template, written in the Cedar policy language.
" + } + } + }, + "CreatePolicyTemplateOutput":{ + "type":"structure", + "required":[ + "policyStoreId", + "policyTemplateId", + "createdDate", + "lastUpdatedDate" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The ID of the policy store that contains the policy template.
" + }, + "policyTemplateId":{ + "shape":"PolicyTemplateId", + "documentation":"The unique ID of the new policy template.
" + }, + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the policy template was originally created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the policy template was most recently updated.
" + } + } + }, + "Decision":{ + "type":"string", + "enum":[ + "ALLOW", + "DENY" + ] + }, + "DeleteIdentitySourceInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "identitySourceId" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that contains the identity source that you want to delete.
" + }, + "identitySourceId":{ + "shape":"IdentitySourceId", + "documentation":"Specifies the ID of the identity source that you want to delete.
" + } + } + }, + "DeleteIdentitySourceOutput":{ + "type":"structure", + "members":{ + } + }, + "DeletePolicyInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "policyId" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that contains the policy that you want to delete.
" + }, + "policyId":{ + "shape":"PolicyId", + "documentation":"Specifies the ID of the policy that you want to delete.
" + } + } + }, + "DeletePolicyOutput":{ + "type":"structure", + "members":{ + } + }, + "DeletePolicyStoreInput":{ + "type":"structure", + "required":["policyStoreId"], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that you want to delete.
" + } + } + }, + "DeletePolicyStoreOutput":{ + "type":"structure", + "members":{ + } + }, + "DeletePolicyTemplateInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "policyTemplateId" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that contains the policy template that you want to delete.
" + }, + "policyTemplateId":{ + "shape":"PolicyTemplateId", + "documentation":"Specifies the ID of the policy template that you want to delete.
" + } + } + }, + "DeletePolicyTemplateOutput":{ + "type":"structure", + "members":{ + } + }, + "DeterminingPolicyItem":{ + "type":"structure", + "required":["policyId"], + "members":{ + "policyId":{ + "shape":"PolicyId", + "documentation":"The Id of a policy that determined to an authorization decision.
Example: \"policyId\":\"SPEXAMPLEabcdefg111111\"
Contains information about one of the policies that determined an authorization decision.
This data type is used as an element in a response parameter for the IsAuthorized, BatchIsAuthorized, and IsAuthorizedWithToken operations.
Example: \"determiningPolicies\":[{\"policyId\":\"SPEXAMPLEabcdefg111111\"}]
An array of entities that are needed to successfully evaluate an authorization request. Each entity in this array must include an identifier for the entity, the attributes of the entity, and a list of any parent entities.
" + } + }, + "documentation":"Contains the list of entities to be considered during an authorization request. This includes all principals, resources, and actions required to successfully evaluate the request.
This data type is used as a field in the response parameter for the IsAuthorized and IsAuthorizedWithToken operations.
", + "union":true + }, + "EntityAttributes":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"AttributeValue"} + }, + "EntityId":{ + "type":"string", + "max":200, + "min":1, + "pattern":".*", + "sensitive":true + }, + "EntityIdPrefix":{ + "type":"string", + "max":100, + "min":1, + "sensitive":true + }, + "EntityIdentifier":{ + "type":"structure", + "required":[ + "entityType", + "entityId" + ], + "members":{ + "entityType":{ + "shape":"EntityType", + "documentation":"The type of an entity.
Example: \"entityType\":\"typeName\"
The identifier of an entity.
\"entityId\":\"identifier\"
Contains the identifier of an entity, including its ID and type.
This data type is used as a request parameter for IsAuthorized operation, and as a response parameter for the CreatePolicy, GetPolicy, and UpdatePolicy operations.
Example: {\"entityId\":\"string\",\"entityType\":\"string\"}
The identifier of the entity.
" + }, + "attributes":{ + "shape":"EntityAttributes", + "documentation":"A list of attributes for the entity.
" + }, + "parents":{ + "shape":"ParentList", + "documentation":"The parent entities in the hierarchy that contains the entity. A principal or resource entity can be defined with at most 99 transitive parents per authorization request.
A transitive parent is an entity in the hierarchy of entities including all direct parents, and parents of parents. For example, a user can be a member of 91 groups if one of those groups is a member of eight groups, for a total of 100: one entity, 91 entity parents, and eight parents of parents.
" + } + }, + "documentation":"Contains information about an entity that can be referenced in a Cedar policy.
This data type is used as one of the fields in the EntitiesDefinition structure.
{ \"identifier\": { \"entityType\": \"Photo\", \"entityId\": \"VacationPhoto94.jpg\" }, \"attributes\": {}, \"parents\": [ { \"entityType\": \"Album\", \"entityId\": \"alice_folder\" } ] }
Used to indicate that a principal or resource is not specified. This can be used to search for policies that are not associated with a specific principal or resource.
" + }, + "identifier":{ + "shape":"EntityIdentifier", + "documentation":"The identifier of the entity. It can consist of either an EntityType and EntityId, a principal, or a resource.
" + } + }, + "documentation":"Contains information about a principal or resource that can be referenced in a Cedar policy.
This data type is used as part of the PolicyFilter structure that is used as a request parameter for the ListPolicies operation..
", + "union":true + }, + "EntityType":{ + "type":"string", + "max":200, + "min":1, + "pattern":".*", + "sensitive":true + }, + "EvaluationErrorItem":{ + "type":"structure", + "required":["errorDescription"], + "members":{ + "errorDescription":{ + "shape":"String", + "documentation":"The error description.
" + } + }, + "documentation":"Contains a description of an evaluation error.
This data type is a response parameter of the IsAuthorized, BatchIsAuthorized, and IsAuthorizedWithToken operations.
", + "sensitive":true + }, + "EvaluationErrorList":{ + "type":"list", + "member":{"shape":"EvaluationErrorItem"} + }, + "GetIdentitySourceInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "identitySourceId" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that contains the identity source you want information about.
" + }, + "identitySourceId":{ + "shape":"IdentitySourceId", + "documentation":"Specifies the ID of the identity source you want information about.
" + } + } + }, + "GetIdentitySourceOutput":{ + "type":"structure", + "required":[ + "createdDate", + "identitySourceId", + "lastUpdatedDate", + "policyStoreId", + "principalEntityType" + ], + "members":{ + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the identity source was originally created.
" + }, + "details":{ + "shape":"IdentitySourceDetails", + "documentation":"A structure that describes the configuration of the identity source.
", + "deprecated":true, + "deprecatedMessage":"This attribute has been replaced by configuration.cognitoUserPoolConfiguration" + }, + "identitySourceId":{ + "shape":"IdentitySourceId", + "documentation":"The ID of the identity source.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the identity source was most recently updated.
" + }, + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The ID of the policy store that contains the identity source.
" + }, + "principalEntityType":{ + "shape":"PrincipalEntityType", + "documentation":"The data type of principals generated for identities authenticated by this identity source.
" + }, + "configuration":{ + "shape":"ConfigurationDetail", + "documentation":"Contains configuration information about an identity source.
" + } + } + }, + "GetPolicyInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "policyId" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that contains the policy that you want information about.
" + }, + "policyId":{ + "shape":"PolicyId", + "documentation":"Specifies the ID of the policy you want information about.
" + } + } + }, + "GetPolicyOutput":{ + "type":"structure", + "required":[ + "policyStoreId", + "policyId", + "policyType", + "definition", + "createdDate", + "lastUpdatedDate" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The ID of the policy store that contains the policy that you want information about.
" + }, + "policyId":{ + "shape":"PolicyId", + "documentation":"The unique ID of the policy that you want information about.
" + }, + "policyType":{ + "shape":"PolicyType", + "documentation":"The type of the policy.
" + }, + "principal":{ + "shape":"EntityIdentifier", + "documentation":"The principal specified in the policy's scope. This element isn't included in the response when Principal isn't present in the policy content.
The resource specified in the policy's scope. This element isn't included in the response when Resource isn't present in the policy content.
The action that a policy permits or forbids. For example, {\"actions\": [{\"actionId\": \"ViewPhoto\", \"actionType\": \"PhotoFlash::Action\"}, {\"entityID\": \"SharePhoto\", \"entityType\": \"PhotoFlash::Action\"}]}.
The definition of the requested policy.
" + }, + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy was originally created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy was last updated.
" + }, + "effect":{ + "shape":"PolicyEffect", + "documentation":"The effect of the decision that a policy returns to an authorization request. For example, \"effect\": \"Permit\".
Specifies the ID of the policy store that you want information about.
" + } + } + }, + "GetPolicyStoreOutput":{ + "type":"structure", + "required":[ + "policyStoreId", + "arn", + "validationSettings", + "createdDate", + "lastUpdatedDate" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The ID of the policy store;
" + }, + "arn":{ + "shape":"ResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the policy store.
" + }, + "validationSettings":{ + "shape":"ValidationSettings", + "documentation":"The current validation settings for the policy store.
" + }, + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy store was originally created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy store was last updated.
" + }, + "description":{ + "shape":"PolicyStoreDescription", + "documentation":"Descriptive text that you can provide to help with identification of the current policy store.
" + } + } + }, + "GetPolicyTemplateInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "policyTemplateId" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that contains the policy template that you want information about.
" + }, + "policyTemplateId":{ + "shape":"PolicyTemplateId", + "documentation":"Specifies the ID of the policy template that you want information about.
" + } + } + }, + "GetPolicyTemplateOutput":{ + "type":"structure", + "required":[ + "policyStoreId", + "policyTemplateId", + "statement", + "createdDate", + "lastUpdatedDate" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The ID of the policy store that contains the policy template.
" + }, + "policyTemplateId":{ + "shape":"PolicyTemplateId", + "documentation":"The ID of the policy template.
" + }, + "description":{ + "shape":"PolicyTemplateDescription", + "documentation":"The description of the policy template.
" + }, + "statement":{ + "shape":"PolicyStatement", + "documentation":"The content of the body of the policy template written in the Cedar policy language.
" + }, + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy template was originally created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy template was most recently updated.
" + } + } + }, + "GetSchemaInput":{ + "type":"structure", + "required":["policyStoreId"], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that contains the schema.
" + } + } + }, + "GetSchemaOutput":{ + "type":"structure", + "required":[ + "policyStoreId", + "schema", + "createdDate", + "lastUpdatedDate" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The ID of the policy store that contains the schema.
" + }, + "schema":{ + "shape":"SchemaJson", + "documentation":"The body of the schema, written in Cedar schema JSON.
" + }, + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the schema was originally created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the schema was most recently updated.
" + }, + "namespaces":{ + "shape":"NamespaceList", + "documentation":"The namespaces of the entities referenced by this schema.
" + } + } + }, + "GroupEntityType":{ + "type":"string", + "max":200, + "min":1, + "pattern":"([_a-zA-Z][_a-zA-Z0-9]*::)*[_a-zA-Z][_a-zA-Z0-9]*", + "sensitive":true + }, + "IdempotencyToken":{ + "type":"string", + "max":64, + "min":1, + "pattern":"[a-zA-Z0-9-]*" + }, + "IdentitySourceDetails":{ + "type":"structure", + "members":{ + "clientIds":{ + "shape":"ClientIds", + "documentation":"The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.
", + "deprecated":true, + "deprecatedMessage":"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds" + }, + "userPoolArn":{ + "shape":"UserPoolArn", + "documentation":"The Amazon Resource Name (ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.
", + "deprecated":true, + "deprecatedMessage":"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.userPoolArn" + }, + "discoveryUrl":{ + "shape":"DiscoveryUrl", + "documentation":"The well-known URL that points to this user pool's OIDC discovery endpoint. This is a URL string in the following format. This URL replaces the placeholders for both the Amazon Web Services Region and the user pool identifier with those appropriate for this user pool.
https://cognito-idp.<region>.amazonaws.com/<user-pool-id>/.well-known/openid-configuration
A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito.
A structure that contains configuration of the identity source.
This data type was a response parameter for the GetIdentitySource operation. Replaced by ConfigurationDetail.
", + "deprecated":true, + "deprecatedMessage":"This shape has been replaced by ConfigurationDetail" + }, + "IdentitySourceFilter":{ + "type":"structure", + "members":{ + "principalEntityType":{ + "shape":"PrincipalEntityType", + "documentation":"The Cedar entity type of the principals returned by the identity provider (IdP) associated with this identity source.
" + } + }, + "documentation":"A structure that defines characteristics of an identity source that you can use to filter.
This data type is a request parameter for the ListIdentityStores operation.
" + }, + "IdentitySourceFilters":{ + "type":"list", + "member":{"shape":"IdentitySourceFilter"}, + "max":10, + "min":0 + }, + "IdentitySourceId":{ + "type":"string", + "max":200, + "min":1, + "pattern":"[a-zA-Z0-9-]*" + }, + "IdentitySourceItem":{ + "type":"structure", + "required":[ + "createdDate", + "identitySourceId", + "lastUpdatedDate", + "policyStoreId", + "principalEntityType" + ], + "members":{ + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the identity source was originally created.
" + }, + "details":{ + "shape":"IdentitySourceItemDetails", + "documentation":"A structure that contains the details of the associated identity provider (IdP).
", + "deprecated":true, + "deprecatedMessage":"This attribute has been replaced by configuration.cognitoUserPoolConfiguration" + }, + "identitySourceId":{ + "shape":"IdentitySourceId", + "documentation":"The unique identifier of the identity source.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the identity source was most recently updated.
" + }, + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The identifier of the policy store that contains the identity source.
" + }, + "principalEntityType":{ + "shape":"PrincipalEntityType", + "documentation":"The Cedar entity type of the principals returned from the IdP associated with this identity source.
" + }, + "configuration":{ + "shape":"ConfigurationItem", + "documentation":"Contains configuration information about an identity source.
" + } + }, + "documentation":"A structure that defines an identity source.
This data type is a response parameter to the ListIdentitySources operation.
" + }, + "IdentitySourceItemDetails":{ + "type":"structure", + "members":{ + "clientIds":{ + "shape":"ClientIds", + "documentation":"The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this identity source.
", + "deprecated":true, + "deprecatedMessage":"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds" + }, + "userPoolArn":{ + "shape":"UserPoolArn", + "documentation":"The Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy store.
", + "deprecated":true, + "deprecatedMessage":"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.userPoolArn" + }, + "discoveryUrl":{ + "shape":"DiscoveryUrl", + "documentation":"The well-known URL that points to this user pool's OIDC discovery endpoint. This is a URL string in the following format. This URL replaces the placeholders for both the Amazon Web Services Region and the user pool identifier with those appropriate for this user pool.
https://cognito-idp.<region>.amazonaws.com/<user-pool-id>/.well-known/openid-configuration
A string that identifies the type of OIDC service represented by this identity source.
At this time, the only valid value is cognito.
A structure that contains configuration of the identity source.
This data type was a response parameter for the ListIdentitySources operation. Replaced by ConfigurationItem.
", + "deprecated":true, + "deprecatedMessage":"This shape has been replaced by ConfigurationItem" + }, + "IdentitySources":{ + "type":"list", + "member":{"shape":"IdentitySourceItem"} + }, + "InternalServerException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"} + }, + "documentation":"The request failed because of an internal error. Try your request again later
", + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "IsAuthorizedInput":{ + "type":"structure", + "required":["policyStoreId"], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store. Policies in this policy store will be used to make an authorization decision for the input.
" + }, + "principal":{ + "shape":"EntityIdentifier", + "documentation":"Specifies the principal for which the authorization decision is to be made.
" + }, + "action":{ + "shape":"ActionIdentifier", + "documentation":"Specifies the requested action to be authorized. For example, is the principal authorized to perform this action on the resource?
" + }, + "resource":{ + "shape":"EntityIdentifier", + "documentation":"Specifies the resource for which the authorization decision is to be made.
" + }, + "context":{ + "shape":"ContextDefinition", + "documentation":"Specifies additional context that can be used to make more granular authorization decisions.
" + }, + "entities":{ + "shape":"EntitiesDefinition", + "documentation":"Specifies the list of resources and principals and their associated attributes that Verified Permissions can examine when evaluating the policies.
You can include only principal and resource entities in this parameter; you can't include actions. You must specify actions in the schema.
An authorization decision that indicates if the authorization request should be allowed or denied.
" + }, + "determiningPolicies":{ + "shape":"DeterminingPolicyList", + "documentation":"The list of determining policies used to make the authorization decision. For example, if there are two matching policies, where one is a forbid and the other is a permit, then the forbid policy will be the determining policy. In the case of multiple matching permit policies then there would be multiple determining policies. In the case that no policies match, and hence the response is DENY, there would be no determining policies.
" + }, + "errors":{ + "shape":"EvaluationErrorList", + "documentation":"Errors that occurred while making an authorization decision, for example, a policy references an Entity or entity Attribute that does not exist in the slice.
" + } + } + }, + "IsAuthorizedWithTokenInput":{ + "type":"structure", + "required":["policyStoreId"], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store. Policies in this policy store will be used to make an authorization decision for the input.
" + }, + "identityToken":{ + "shape":"Token", + "documentation":"Specifies an identity token for the principal to be authorized. This token is provided to you by the identity provider (IdP) associated with the specified identity source. You must specify either an accessToken, an identityToken, or both.
Must be an ID token. Verified Permissions returns an error if the token_use claim in the submitted token isn't id.
Specifies an access token for the principal to be authorized. This token is provided to you by the identity provider (IdP) associated with the specified identity source. You must specify either an accessToken, an identityToken, or both.
Must be an access token. Verified Permissions returns an error if the token_use claim in the submitted token isn't access.
Specifies the requested action to be authorized. Is the specified principal authorized to perform this action on the specified resource.
" + }, + "resource":{ + "shape":"EntityIdentifier", + "documentation":"Specifies the resource for which the authorization decision is made. For example, is the principal allowed to perform the action on the resource?
" + }, + "context":{ + "shape":"ContextDefinition", + "documentation":"Specifies additional context that can be used to make more granular authorization decisions.
" + }, + "entities":{ + "shape":"EntitiesDefinition", + "documentation":"Specifies the list of resources and their associated attributes that Verified Permissions can examine when evaluating the policies.
You can't include principals in this parameter, only resource and action entities. This parameter can't include any entities of a type that matches the user or group entity types that you defined in your identity source.
The IsAuthorizedWithToken operation takes principal attributes from only the identityToken or accessToken passed to the operation.
For action entities, you can include only their Identifier and EntityType.
An authorization decision that indicates if the authorization request should be allowed or denied.
" + }, + "determiningPolicies":{ + "shape":"DeterminingPolicyList", + "documentation":"The list of determining policies used to make the authorization decision. For example, if there are multiple matching policies, where at least one is a forbid policy, then because forbid always overrides permit the forbid policies are the determining policies. If all matching policies are permit policies, then those policies are the determining policies. When no policies match and the response is the default DENY, there are no determining policies.
" + }, + "errors":{ + "shape":"EvaluationErrorList", + "documentation":"Errors that occurred while making an authorization decision. For example, a policy references an entity or entity attribute that does not exist in the slice.
" + }, + "principal":{ + "shape":"EntityIdentifier", + "documentation":"The identifier of the principal in the ID or access token.
" + } + } + }, + "Issuer":{ + "type":"string", + "max":2048, + "min":1, + "pattern":"https://.*" + }, + "ListIdentitySourcesInput":{ + "type":"structure", + "required":["policyStoreId"], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that contains the identity sources that you want to list.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
Specifies the total number of results that you want included in each response. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next set of results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
If you do not specify this parameter, the operation defaults to 10 identity sources per response. You can specify a maximum of 50 identity sources per response.
" + }, + "filters":{ + "shape":"IdentitySourceFilters", + "documentation":"Specifies characteristics of an identity source that you can use to limit the output to matching identity sources.
" + } + } + }, + "ListIdentitySourcesMaxResults":{ + "type":"integer", + "box":true, + "min":1 + }, + "ListIdentitySourcesOutput":{ + "type":"structure", + "required":["identitySources"], + "members":{ + "nextToken":{ + "shape":"NextToken", + "documentation":"If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
The list of identity sources stored in the specified policy store.
" + } + } + }, + "ListPoliciesInput":{ + "type":"structure", + "required":["policyStoreId"], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store you want to list policies from.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
Specifies the total number of results that you want included in each response. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next set of results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
If you do not specify this parameter, the operation defaults to 10 policies per response. You can specify a maximum of 50 policies per response.
" + }, + "filter":{ + "shape":"PolicyFilter", + "documentation":"Specifies a filter that limits the response to only policies that match the specified criteria. For example, you list only the policies that reference a specified principal.
" + } + } + }, + "ListPoliciesOutput":{ + "type":"structure", + "required":["policies"], + "members":{ + "nextToken":{ + "shape":"NextToken", + "documentation":"If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
Lists all policies that are available in the specified policy store.
" + } + } + }, + "ListPolicyStoresInput":{ + "type":"structure", + "members":{ + "nextToken":{ + "shape":"NextToken", + "documentation":"Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
Specifies the total number of results that you want included in each response. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next set of results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
If you do not specify this parameter, the operation defaults to 10 policy stores per response. You can specify a maximum of 50 policy stores per response.
" + } + } + }, + "ListPolicyStoresOutput":{ + "type":"structure", + "required":["policyStores"], + "members":{ + "nextToken":{ + "shape":"NextToken", + "documentation":"If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
The list of policy stores in the account.
" + } + } + }, + "ListPolicyTemplatesInput":{ + "type":"structure", + "required":["policyStoreId"], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that contains the policy templates you want to list.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
Specifies the total number of results that you want included in each response. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next set of results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
If you do not specify this parameter, the operation defaults to 10 policy templates per response. You can specify a maximum of 50 policy templates per response.
" + } + } + }, + "ListPolicyTemplatesOutput":{ + "type":"structure", + "required":["policyTemplates"], + "members":{ + "nextToken":{ + "shape":"NextToken", + "documentation":"If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
The list of the policy templates in the specified policy store.
" + } + } + }, + "LongAttribute":{ + "type":"long", + "box":true, + "sensitive":true + }, + "MaxResults":{ + "type":"integer", + "box":true, + "min":1 + }, + "Namespace":{ + "type":"string", + "max":100, + "min":1, + "pattern":".*", + "sensitive":true + }, + "NamespaceList":{ + "type":"list", + "member":{"shape":"Namespace"} + }, + "NextToken":{ + "type":"string", + "max":8000, + "min":1, + "pattern":"[A-Za-z0-9-_=+/\\.]*" + }, + "OpenIdConnectAccessTokenConfiguration":{ + "type":"structure", + "members":{ + "principalIdClaim":{ + "shape":"Claim", + "documentation":"The claim that determines the principal in OIDC access tokens. For example, sub.
The access token aud claim values that you want to accept in your policy store. For example, https://myapp.example.com, https://myapp2.example.com.
The configuration of an OpenID Connect (OIDC) identity source for handling access token claims. Contains the claim that you want to identify as the principal in an authorization request, and the values of the aud claim, or audiences, that you want to accept.
This data type is part of a OpenIdConnectTokenSelection structure, which is a parameter of CreateIdentitySource.
" + }, + "OpenIdConnectAccessTokenConfigurationDetail":{ + "type":"structure", + "members":{ + "principalIdClaim":{ + "shape":"Claim", + "documentation":"The claim that determines the principal in OIDC access tokens. For example, sub.
The access token aud claim values that you want to accept in your policy store. For example, https://myapp.example.com, https://myapp2.example.com.
The configuration of an OpenID Connect (OIDC) identity source for handling access token claims. Contains the claim that you want to identify as the principal in an authorization request, and the values of the aud claim, or audiences, that you want to accept.
This data type is part of a OpenIdConnectTokenSelectionDetail structure, which is a parameter of GetIdentitySource.
" + }, + "OpenIdConnectAccessTokenConfigurationItem":{ + "type":"structure", + "members":{ + "principalIdClaim":{ + "shape":"Claim", + "documentation":"The claim that determines the principal in OIDC access tokens. For example, sub.
The access token aud claim values that you want to accept in your policy store. For example, https://myapp.example.com, https://myapp2.example.com.
The configuration of an OpenID Connect (OIDC) identity source for handling access token claims. Contains the claim that you want to identify as the principal in an authorization request, and the values of the aud claim, or audiences, that you want to accept.
This data type is part of a OpenIdConnectTokenSelectionItem structure, which is a parameter of ListIdentitySources.
" + }, + "OpenIdConnectConfiguration":{ + "type":"structure", + "required":[ + "issuer", + "tokenSelection" + ], + "members":{ + "issuer":{ + "shape":"Issuer", + "documentation":"The issuer URL of an OIDC identity provider. This URL must have an OIDC discovery endpoint at the path .well-known/openid-configuration.
A descriptive string that you want to prefix to user entities from your OIDC identity provider. For example, if you set an entityIdPrefix of MyOIDCProvider, you can reference principals in your policies in the format MyCorp::User::MyOIDCProvider|Carlos.
The claim in OIDC identity provider tokens that indicates a user's group membership, and the entity type that you want to map it to. For example, this object can map the contents of a groups claim to MyCorp::UserGroup.
The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source.
" + } + }, + "documentation":"Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
This data type is part of a Configuration structure, which is a parameter to CreateIdentitySource.
" + }, + "OpenIdConnectConfigurationDetail":{ + "type":"structure", + "required":[ + "issuer", + "tokenSelection" + ], + "members":{ + "issuer":{ + "shape":"Issuer", + "documentation":"The issuer URL of an OIDC identity provider. This URL must have an OIDC discovery endpoint at the path .well-known/openid-configuration.
A descriptive string that you want to prefix to user entities from your OIDC identity provider. For example, if you set an entityIdPrefix of MyOIDCProvider, you can reference principals in your policies in the format MyCorp::User::MyOIDCProvider|Carlos.
The claim in OIDC identity provider tokens that indicates a user's group membership, and the entity type that you want to map it to. For example, this object can map the contents of a groups claim to MyCorp::UserGroup.
The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source.
" + } + }, + "documentation":"Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
This data type is part of a ConfigurationDetail structure, which is a parameter to GetIdentitySource.
" + }, + "OpenIdConnectConfigurationItem":{ + "type":"structure", + "required":[ + "issuer", + "tokenSelection" + ], + "members":{ + "issuer":{ + "shape":"Issuer", + "documentation":"The issuer URL of an OIDC identity provider. This URL must have an OIDC discovery endpoint at the path .well-known/openid-configuration.
A descriptive string that you want to prefix to user entities from your OIDC identity provider. For example, if you set an entityIdPrefix of MyOIDCProvider, you can reference principals in your policies in the format MyCorp::User::MyOIDCProvider|Carlos.
The claim in OIDC identity provider tokens that indicates a user's group membership, and the entity type that you want to map it to. For example, this object can map the contents of a groups claim to MyCorp::UserGroup.
The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source.
" + } + }, + "documentation":"Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
This data type is part of a ConfigurationItem structure, which is a parameter to ListIdentitySources.
" + }, + "OpenIdConnectGroupConfiguration":{ + "type":"structure", + "required":[ + "groupClaim", + "groupEntityType" + ], + "members":{ + "groupClaim":{ + "shape":"Claim", + "documentation":"The token claim that you want Verified Permissions to interpret as group membership. For example, groups.
The policy store entity type that you want to map your users' group claim to. For example, MyCorp::UserGroup. A group entity type is an entity that can have a user entity type as a member.
The claim in OIDC identity provider tokens that indicates a user's group membership, and the entity type that you want to map it to. For example, this object can map the contents of a groups claim to MyCorp::UserGroup.
This data type is part of a OpenIdConnectConfiguration structure, which is a parameter of CreateIdentitySource.
" + }, + "OpenIdConnectGroupConfigurationDetail":{ + "type":"structure", + "required":[ + "groupClaim", + "groupEntityType" + ], + "members":{ + "groupClaim":{ + "shape":"Claim", + "documentation":"The token claim that you want Verified Permissions to interpret as group membership. For example, groups.
The policy store entity type that you want to map your users' group claim to. For example, MyCorp::UserGroup. A group entity type is an entity that can have a user entity type as a member.
The claim in OIDC identity provider tokens that indicates a user's group membership, and the entity type that you want to map it to. For example, this object can map the contents of a groups claim to MyCorp::UserGroup.
This data type is part of a OpenIdConnectConfigurationDetail structure, which is a parameter of GetIdentitySource.
" + }, + "OpenIdConnectGroupConfigurationItem":{ + "type":"structure", + "required":[ + "groupClaim", + "groupEntityType" + ], + "members":{ + "groupClaim":{ + "shape":"Claim", + "documentation":"The token claim that you want Verified Permissions to interpret as group membership. For example, groups.
The policy store entity type that you want to map your users' group claim to. For example, MyCorp::UserGroup. A group entity type is an entity that can have a user entity type as a member.
The claim in OIDC identity provider tokens that indicates a user's group membership, and the entity type that you want to map it to. For example, this object can map the contents of a groups claim to MyCorp::UserGroup.
This data type is part of a OpenIdConnectConfigurationItem structure, which is a parameter of ListIdentitySourcea.
" + }, + "OpenIdConnectIdentityTokenConfiguration":{ + "type":"structure", + "members":{ + "principalIdClaim":{ + "shape":"Claim", + "documentation":"The claim that determines the principal in OIDC access tokens. For example, sub.
The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider. For example, 1example23456789, 2example10111213.
The configuration of an OpenID Connect (OIDC) identity source for handling identity (ID) token claims. Contains the claim that you want to identify as the principal in an authorization request, and the values of the aud claim, or audiences, that you want to accept.
This data type is part of a OpenIdConnectTokenSelection structure, which is a parameter of CreateIdentitySource.
" + }, + "OpenIdConnectIdentityTokenConfigurationDetail":{ + "type":"structure", + "members":{ + "principalIdClaim":{ + "shape":"Claim", + "documentation":"The claim that determines the principal in OIDC access tokens. For example, sub.
The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider. For example, 1example23456789, 2example10111213.
The configuration of an OpenID Connect (OIDC) identity source for handling identity (ID) token claims. Contains the claim that you want to identify as the principal in an authorization request, and the values of the aud claim, or audiences, that you want to accept.
This data type is part of a OpenIdConnectTokenSelectionDetail structure, which is a parameter of GetIdentitySource.
" + }, + "OpenIdConnectIdentityTokenConfigurationItem":{ + "type":"structure", + "members":{ + "principalIdClaim":{ + "shape":"Claim", + "documentation":"The claim that determines the principal in OIDC access tokens. For example, sub.
The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider. For example, 1example23456789, 2example10111213.
The configuration of an OpenID Connect (OIDC) identity source for handling identity (ID) token claims. Contains the claim that you want to identify as the principal in an authorization request, and the values of the aud claim, or audiences, that you want to accept.
This data type is part of a OpenIdConnectTokenSelectionItem structure, which is a parameter of ListIdentitySources.
" + }, + "OpenIdConnectTokenSelection":{ + "type":"structure", + "members":{ + "accessTokenOnly":{ + "shape":"OpenIdConnectAccessTokenConfiguration", + "documentation":"The OIDC configuration for processing access tokens. Contains allowed audience claims, for example https://auth.example.com, and the claim that you want to map to the principal, for example sub.
The OIDC configuration for processing identity (ID) tokens. Contains allowed client ID claims, for example 1example23456789, and the claim that you want to map to the principal, for example sub.
The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source.
This data type is part of a OpenIdConnectConfiguration structure, which is a parameter of CreateIdentitySource.
", + "union":true + }, + "OpenIdConnectTokenSelectionDetail":{ + "type":"structure", + "members":{ + "accessTokenOnly":{ + "shape":"OpenIdConnectAccessTokenConfigurationDetail", + "documentation":"The OIDC configuration for processing access tokens. Contains allowed audience claims, for example https://auth.example.com, and the claim that you want to map to the principal, for example sub.
The OIDC configuration for processing identity (ID) tokens. Contains allowed client ID claims, for example 1example23456789, and the claim that you want to map to the principal, for example sub.
The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source.
This data type is part of a OpenIdConnectConfigurationDetail structure, which is a parameter of GetIdentitySource.
", + "union":true + }, + "OpenIdConnectTokenSelectionItem":{ + "type":"structure", + "members":{ + "accessTokenOnly":{ + "shape":"OpenIdConnectAccessTokenConfigurationItem", + "documentation":"The OIDC configuration for processing access tokens. Contains allowed audience claims, for example https://auth.example.com, and the claim that you want to map to the principal, for example sub.
The OIDC configuration for processing identity (ID) tokens. Contains allowed client ID claims, for example 1example23456789, and the claim that you want to map to the principal, for example sub.
The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source.
This data type is part of a OpenIdConnectConfigurationItem structure, which is a parameter of ListIdentitySources.
", + "union":true + }, + "OpenIdIssuer":{ + "type":"string", + "enum":["COGNITO"] + }, + "ParentList":{ + "type":"list", + "member":{"shape":"EntityIdentifier"} + }, + "PolicyDefinition":{ + "type":"structure", + "members":{ + "static":{ + "shape":"StaticPolicyDefinition", + "documentation":"A structure that describes a static policy. An static policy doesn't use a template or allow placeholders for entities.
" + }, + "templateLinked":{ + "shape":"TemplateLinkedPolicyDefinition", + "documentation":"A structure that describes a policy that was instantiated from a template. The template can specify placeholders for principal and resource. When you use CreatePolicy to create a policy from a template, you specify the exact principal and resource to use for the instantiated policy.
A structure that contains the details for a Cedar policy definition. It includes the policy type, a description, and a policy body. This is a top level data type used to create a policy.
This data type is used as a request parameter for the CreatePolicy operation. This structure must always have either an static or a templateLinked element.
Information about a static policy that wasn't created with a policy template.
" + }, + "templateLinked":{ + "shape":"TemplateLinkedPolicyDefinitionDetail", + "documentation":"Information about a template-linked policy that was created by instantiating a policy template.
" + } + }, + "documentation":"A structure that describes a policy definition. It must always have either an static or a templateLinked element.
This data type is used as a response parameter for the GetPolicy operation.
", + "union":true + }, + "PolicyDefinitionItem":{ + "type":"structure", + "members":{ + "static":{ + "shape":"StaticPolicyDefinitionItem", + "documentation":"Information about a static policy that wasn't created with a policy template.
" + }, + "templateLinked":{ + "shape":"TemplateLinkedPolicyDefinitionItem", + "documentation":"Information about a template-linked policy that was created by instantiating a policy template.
" + } + }, + "documentation":"A structure that describes a PolicyDefinintion. It will always have either an StaticPolicy or a TemplateLinkedPolicy element.
This data type is used as a response parameter for the CreatePolicy and ListPolicies operations.
", + "union":true + }, + "PolicyEffect":{ + "type":"string", + "enum":[ + "Permit", + "Forbid" + ] + }, + "PolicyFilter":{ + "type":"structure", + "members":{ + "principal":{ + "shape":"EntityReference", + "documentation":"Filters the output to only policies that reference the specified principal.
" + }, + "resource":{ + "shape":"EntityReference", + "documentation":"Filters the output to only policies that reference the specified resource.
" + }, + "policyType":{ + "shape":"PolicyType", + "documentation":"Filters the output to only policies of the specified type.
" + }, + "policyTemplateId":{ + "shape":"PolicyTemplateId", + "documentation":"Filters the output to only template-linked policies that were instantiated from the specified policy template.
" + } + }, + "documentation":"Contains information about a filter to refine policies returned in a query.
This data type is used as a response parameter for the ListPolicies operation.
" + }, + "PolicyId":{ + "type":"string", + "max":200, + "min":1, + "pattern":"[a-zA-Z0-9-]*" + }, + "PolicyItem":{ + "type":"structure", + "required":[ + "policyStoreId", + "policyId", + "policyType", + "definition", + "createdDate", + "lastUpdatedDate" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The identifier of the PolicyStore where the policy you want information about is stored.
" + }, + "policyId":{ + "shape":"PolicyId", + "documentation":"The identifier of the policy you want information about.
" + }, + "policyType":{ + "shape":"PolicyType", + "documentation":"The type of the policy. This is one of the following values:
STATIC
TEMPLATE_LINKED
The principal associated with the policy.
" + }, + "resource":{ + "shape":"EntityIdentifier", + "documentation":"The resource associated with the policy.
" + }, + "actions":{ + "shape":"ActionIdentifierList", + "documentation":"The action that a policy permits or forbids. For example, {\"actions\": [{\"actionId\": \"ViewPhoto\", \"actionType\": \"PhotoFlash::Action\"}, {\"entityID\": \"SharePhoto\", \"entityType\": \"PhotoFlash::Action\"}]}.
The policy definition of an item in the list of policies returned.
" + }, + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the policy was created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the policy was most recently updated.
" + }, + "effect":{ + "shape":"PolicyEffect", + "documentation":"The effect of the decision that a policy returns to an authorization request. For example, \"effect\": \"Permit\".
Contains information about a policy.
This data type is used as a response parameter for the ListPolicies operation.
" + }, + "PolicyList":{ + "type":"list", + "member":{"shape":"PolicyItem"} + }, + "PolicyStatement":{ + "type":"string", + "max":10000, + "min":1, + "sensitive":true + }, + "PolicyStoreDescription":{ + "type":"string", + "max":150, + "min":0, + "sensitive":true + }, + "PolicyStoreId":{ + "type":"string", + "max":200, + "min":1, + "pattern":"[a-zA-Z0-9-]*" + }, + "PolicyStoreItem":{ + "type":"structure", + "required":[ + "policyStoreId", + "arn", + "createdDate" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The unique identifier of the policy store.
" + }, + "arn":{ + "shape":"ResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the policy store.
" + }, + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the policy was created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time the policy store was most recently updated.
" + }, + "description":{ + "shape":"PolicyStoreDescription", + "documentation":"Descriptive text that you can provide to help with identification of the current policy store.
" + } + }, + "documentation":"Contains information about a policy store.
This data type is used as a response parameter for the ListPolicyStores operation.
" + }, + "PolicyStoreList":{ + "type":"list", + "member":{"shape":"PolicyStoreItem"} + }, + "PolicyTemplateDescription":{ + "type":"string", + "max":150, + "min":0, + "sensitive":true + }, + "PolicyTemplateId":{ + "type":"string", + "max":200, + "min":1, + "pattern":"[a-zA-Z0-9-]*" + }, + "PolicyTemplateItem":{ + "type":"structure", + "required":[ + "policyStoreId", + "policyTemplateId", + "createdDate", + "lastUpdatedDate" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The unique identifier of the policy store that contains the template.
" + }, + "policyTemplateId":{ + "shape":"PolicyTemplateId", + "documentation":"The unique identifier of the policy template.
" + }, + "description":{ + "shape":"PolicyTemplateDescription", + "documentation":"The description attached to the policy template.
" + }, + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy template was created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy template was most recently updated.
" + } + }, + "documentation":"Contains details about a policy template
This data type is used as a response parameter for the ListPolicyTemplates operation.
" + }, + "PolicyTemplatesList":{ + "type":"list", + "member":{"shape":"PolicyTemplateItem"} + }, + "PolicyType":{ + "type":"string", + "enum":[ + "STATIC", + "TEMPLATE_LINKED" + ] + }, + "PrincipalEntityType":{ + "type":"string", + "max":200, + "min":1, + "pattern":".*", + "sensitive":true + }, + "PutSchemaInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "definition" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store in which to place the schema.
" + }, + "definition":{ + "shape":"SchemaDefinition", + "documentation":"Specifies the definition of the schema to be stored. The schema definition must be written in Cedar schema JSON.
" + } + } + }, + "PutSchemaOutput":{ + "type":"structure", + "required":[ + "policyStoreId", + "namespaces", + "createdDate", + "lastUpdatedDate" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The unique ID of the policy store that contains the schema.
" + }, + "namespaces":{ + "shape":"NamespaceList", + "documentation":"Identifies the namespaces of the entities referenced by this schema.
" + }, + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the schema was originally created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the schema was last updated.
" + } + } + }, + "RecordAttribute":{ + "type":"map", + "key":{"shape":"String"}, + "value":{"shape":"AttributeValue"} + }, + "ResourceArn":{ + "type":"string", + "max":2500, + "min":1, + "pattern":"arn:[^:]*:[^:]*:[^:]*:[^:]*:.*" + }, + "ResourceConflict":{ + "type":"structure", + "required":[ + "resourceId", + "resourceType" + ], + "members":{ + "resourceId":{ + "shape":"String", + "documentation":"The unique identifier of the resource involved in a conflict.
" + }, + "resourceType":{ + "shape":"ResourceType", + "documentation":"The type of the resource involved in a conflict.
" + } + }, + "documentation":"Contains information about a resource conflict.
" + }, + "ResourceConflictList":{ + "type":"list", + "member":{"shape":"ResourceConflict"} + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":[ + "message", + "resourceId", + "resourceType" + ], + "members":{ + "message":{"shape":"String"}, + "resourceId":{ + "shape":"String", + "documentation":"The unique ID of the resource referenced in the failed request.
" + }, + "resourceType":{ + "shape":"ResourceType", + "documentation":"The resource type of the resource referenced in the failed request.
" + } + }, + "documentation":"The request failed because it references a resource that doesn't exist.
", + "exception":true + }, + "ResourceType":{ + "type":"string", + "enum":[ + "IDENTITY_SOURCE", + "POLICY_STORE", + "POLICY", + "POLICY_TEMPLATE", + "SCHEMA" + ] + }, + "SchemaDefinition":{ + "type":"structure", + "members":{ + "cedarJson":{ + "shape":"SchemaJson", + "documentation":"A JSON string representation of the schema supported by applications that use this policy store. To delete the schema, run PutSchema with {} for this parameter. For more information, see Policy store schema in the Amazon Verified Permissions User Guide.
Contains a list of principal types, resource types, and actions that can be specified in policies stored in the same policy store. If the validation mode for the policy store is set to STRICT, then policies that can't be validated by this schema are rejected by Verified Permissions and can't be stored in the policy store.
The unique ID of the resource referenced in the failed request.
" + }, + "resourceType":{ + "shape":"ResourceType", + "documentation":"The resource type of the resource referenced in the failed request.
" + }, + "serviceCode":{ + "shape":"String", + "documentation":"The code for the Amazon Web Services service that owns the quota.
" + }, + "quotaCode":{ + "shape":"String", + "documentation":"The quota code recognized by the Amazon Web Services Service Quotas service.
" + } + }, + "documentation":"The request failed because it would cause a service quota to be exceeded.
", + "exception":true + }, + "SetAttribute":{ + "type":"list", + "member":{"shape":"AttributeValue"} + }, + "StaticPolicyDefinition":{ + "type":"structure", + "required":["statement"], + "members":{ + "description":{ + "shape":"StaticPolicyDescription", + "documentation":"The description of the static policy.
" + }, + "statement":{ + "shape":"PolicyStatement", + "documentation":"The policy content of the static policy, written in the Cedar policy language.
" + } + }, + "documentation":"Contains information about a static policy.
This data type is used as a field that is part of the PolicyDefinitionDetail type.
" + }, + "StaticPolicyDefinitionDetail":{ + "type":"structure", + "required":["statement"], + "members":{ + "description":{ + "shape":"StaticPolicyDescription", + "documentation":"A description of the static policy.
" + }, + "statement":{ + "shape":"PolicyStatement", + "documentation":"The content of the static policy written in the Cedar policy language.
" + } + }, + "documentation":"A structure that contains details about a static policy. It includes the description and policy body.
This data type is used within a PolicyDefinition structure as part of a request parameter for the CreatePolicy operation.
" + }, + "StaticPolicyDefinitionItem":{ + "type":"structure", + "members":{ + "description":{ + "shape":"StaticPolicyDescription", + "documentation":"A description of the static policy.
" + } + }, + "documentation":"A structure that contains details about a static policy. It includes the description and policy statement.
This data type is used within a PolicyDefinition structure as part of a request parameter for the CreatePolicy operation.
" + }, + "StaticPolicyDescription":{ + "type":"string", + "max":150, + "min":0, + "sensitive":true + }, + "String":{"type":"string"}, + "StringAttribute":{ + "type":"string", + "sensitive":true + }, + "TemplateLinkedPolicyDefinition":{ + "type":"structure", + "required":["policyTemplateId"], + "members":{ + "policyTemplateId":{ + "shape":"PolicyTemplateId", + "documentation":"The unique identifier of the policy template used to create this policy.
" + }, + "principal":{ + "shape":"EntityIdentifier", + "documentation":"The principal associated with this template-linked policy. Verified Permissions substitutes this principal for the ?principal placeholder in the policy template when it evaluates an authorization request.
The resource associated with this template-linked policy. Verified Permissions substitutes this resource for the ?resource placeholder in the policy template when it evaluates an authorization request.
Contains information about a policy created by instantiating a policy template.
" + }, + "TemplateLinkedPolicyDefinitionDetail":{ + "type":"structure", + "required":["policyTemplateId"], + "members":{ + "policyTemplateId":{ + "shape":"PolicyTemplateId", + "documentation":"The unique identifier of the policy template used to create this policy.
" + }, + "principal":{ + "shape":"EntityIdentifier", + "documentation":"The principal associated with this template-linked policy. Verified Permissions substitutes this principal for the ?principal placeholder in the policy template when it evaluates an authorization request.
The resource associated with this template-linked policy. Verified Permissions substitutes this resource for the ?resource placeholder in the policy template when it evaluates an authorization request.
Contains information about a policy that was created by instantiating a policy template.
" + }, + "TemplateLinkedPolicyDefinitionItem":{ + "type":"structure", + "required":["policyTemplateId"], + "members":{ + "policyTemplateId":{ + "shape":"PolicyTemplateId", + "documentation":"The unique identifier of the policy template used to create this policy.
" + }, + "principal":{ + "shape":"EntityIdentifier", + "documentation":"The principal associated with this template-linked policy. Verified Permissions substitutes this principal for the ?principal placeholder in the policy template when it evaluates an authorization request.
The resource associated with this template-linked policy. Verified Permissions substitutes this resource for the ?resource placeholder in the policy template when it evaluates an authorization request.
Contains information about a policy created by instantiating a policy template.
This
" + }, + "ThrottlingException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "serviceCode":{ + "shape":"String", + "documentation":"The code for the Amazon Web Services service that owns the quota.
" + }, + "quotaCode":{ + "shape":"String", + "documentation":"The quota code recognized by the Amazon Web Services Service Quotas service.
" + } + }, + "documentation":"The request failed because it exceeded a throttling quota.
", + "exception":true, + "retryable":{"throttling":true} + }, + "TimestampFormat":{ + "type":"timestamp", + "timestampFormat":"iso8601" + }, + "Token":{ + "type":"string", + "max":131072, + "min":1, + "pattern":"[A-Za-z0-9-_=]+.[A-Za-z0-9-_=]+.[A-Za-z0-9-_=]+", + "sensitive":true + }, + "UpdateCognitoGroupConfiguration":{ + "type":"structure", + "required":["groupEntityType"], + "members":{ + "groupEntityType":{ + "shape":"GroupEntityType", + "documentation":"The name of the schema entity type that's mapped to the user pool group. Defaults to AWS::CognitoGroup.
The user group entities from an Amazon Cognito user pool identity source.
" + }, + "UpdateCognitoUserPoolConfiguration":{ + "type":"structure", + "required":["userPoolArn"], + "members":{ + "userPoolArn":{ + "shape":"UserPoolArn", + "documentation":"The Amazon Resource Name (ARN) of the Amazon Cognito user pool associated with this identity source.
" + }, + "clientIds":{ + "shape":"ClientIds", + "documentation":"The client ID of an app client that is configured for the specified Amazon Cognito user pool.
" + }, + "groupConfiguration":{ + "shape":"UpdateCognitoGroupConfiguration", + "documentation":"The configuration of the user groups from an Amazon Cognito user pool identity source.
" + } + }, + "documentation":"Contains configuration details of a Amazon Cognito user pool for use with an identity source.
" + }, + "UpdateConfiguration":{ + "type":"structure", + "members":{ + "cognitoUserPoolConfiguration":{ + "shape":"UpdateCognitoUserPoolConfiguration", + "documentation":"Contains configuration details of a Amazon Cognito user pool.
" + }, + "openIdConnectConfiguration":{ + "shape":"UpdateOpenIdConnectConfiguration", + "documentation":"Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
" + } + }, + "documentation":"Contains an update to replace the configuration in an existing identity source.
", + "union":true + }, + "UpdateIdentitySourceInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "identitySourceId", + "updateConfiguration" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that contains the identity source that you want to update.
" + }, + "identitySourceId":{ + "shape":"IdentitySourceId", + "documentation":"Specifies the ID of the identity source that you want to update.
" + }, + "updateConfiguration":{ + "shape":"UpdateConfiguration", + "documentation":"Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.
" + }, + "principalEntityType":{ + "shape":"PrincipalEntityType", + "documentation":"Specifies the data type of principals generated for identities authenticated by the identity source.
" + } + } + }, + "UpdateIdentitySourceOutput":{ + "type":"structure", + "required":[ + "createdDate", + "identitySourceId", + "lastUpdatedDate", + "policyStoreId" + ], + "members":{ + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the updated identity source was originally created.
" + }, + "identitySourceId":{ + "shape":"IdentitySourceId", + "documentation":"The ID of the updated identity source.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the identity source was most recently updated.
" + }, + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The ID of the policy store that contains the updated identity source.
" + } + } + }, + "UpdateOpenIdConnectAccessTokenConfiguration":{ + "type":"structure", + "members":{ + "principalIdClaim":{ + "shape":"Claim", + "documentation":"The claim that determines the principal in OIDC access tokens. For example, sub.
The access token aud claim values that you want to accept in your policy store. For example, https://myapp.example.com, https://myapp2.example.com.
The configuration of an OpenID Connect (OIDC) identity source for handling access token claims. Contains the claim that you want to identify as the principal in an authorization request, and the values of the aud claim, or audiences, that you want to accept.
This data type is part of a UpdateOpenIdConnectTokenSelection structure, which is a parameter to UpdateIdentitySource.
" + }, + "UpdateOpenIdConnectConfiguration":{ + "type":"structure", + "required":[ + "issuer", + "tokenSelection" + ], + "members":{ + "issuer":{ + "shape":"Issuer", + "documentation":"The issuer URL of an OIDC identity provider. This URL must have an OIDC discovery endpoint at the path .well-known/openid-configuration.
A descriptive string that you want to prefix to user entities from your OIDC identity provider. For example, if you set an entityIdPrefix of MyOIDCProvider, you can reference principals in your policies in the format MyCorp::User::MyOIDCProvider|Carlos.
The claim in OIDC identity provider tokens that indicates a user's group membership, and the entity type that you want to map it to. For example, this object can map the contents of a groups claim to MyCorp::UserGroup.
The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source.
" + } + }, + "documentation":"Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
This data type is part of a UpdateConfiguration structure, which is a parameter to UpdateIdentitySource.
" + }, + "UpdateOpenIdConnectGroupConfiguration":{ + "type":"structure", + "required":[ + "groupClaim", + "groupEntityType" + ], + "members":{ + "groupClaim":{ + "shape":"Claim", + "documentation":"The token claim that you want Verified Permissions to interpret as group membership. For example, groups.
The policy store entity type that you want to map your users' group claim to. For example, MyCorp::UserGroup. A group entity type is an entity that can have a user entity type as a member.
The claim in OIDC identity provider tokens that indicates a user's group membership, and the entity type that you want to map it to. For example, this object can map the contents of a groups claim to MyCorp::UserGroup.
This data type is part of a UpdateOpenIdConnectConfiguration structure, which is a parameter to UpdateIdentitySource.
" + }, + "UpdateOpenIdConnectIdentityTokenConfiguration":{ + "type":"structure", + "members":{ + "principalIdClaim":{ + "shape":"Claim", + "documentation":"The claim that determines the principal in OIDC access tokens. For example, sub.
The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider. For example, 1example23456789, 2example10111213.
The configuration of an OpenID Connect (OIDC) identity source for handling identity (ID) token claims. Contains the claim that you want to identify as the principal in an authorization request, and the values of the aud claim, or audiences, that you want to accept.
This data type is part of a UpdateOpenIdConnectTokenSelection structure, which is a parameter to UpdateIdentitySource.
" + }, + "UpdateOpenIdConnectTokenSelection":{ + "type":"structure", + "members":{ + "accessTokenOnly":{ + "shape":"UpdateOpenIdConnectAccessTokenConfiguration", + "documentation":"The OIDC configuration for processing access tokens. Contains allowed audience claims, for example https://auth.example.com, and the claim that you want to map to the principal, for example sub.
The OIDC configuration for processing identity (ID) tokens. Contains allowed client ID claims, for example 1example23456789, and the claim that you want to map to the principal, for example sub.
The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source.
This data type is part of a UpdateOpenIdConnectConfiguration structure, which is a parameter to UpdateIdentitySource.
", + "union":true + }, + "UpdatePolicyDefinition":{ + "type":"structure", + "members":{ + "static":{ + "shape":"UpdateStaticPolicyDefinition", + "documentation":"Contains details about the updates to be applied to a static policy.
" + } + }, + "documentation":"Contains information about updates to be applied to a policy.
This data type is used as a request parameter in the UpdatePolicy operation.
", + "union":true + }, + "UpdatePolicyInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "policyId", + "definition" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that contains the policy that you want to update.
" + }, + "policyId":{ + "shape":"PolicyId", + "documentation":"Specifies the ID of the policy that you want to update. To find this value, you can use ListPolicies.
" + }, + "definition":{ + "shape":"UpdatePolicyDefinition", + "documentation":"Specifies the updated policy content that you want to replace on the specified policy. The content must be valid Cedar policy language text.
You can change only the following elements from the policy definition:
The action referenced by the policy.
Any conditional clauses, such as when or unless clauses.
You can't change the following elements:
Changing from static to templateLinked.
Changing the effect of the policy from permit or forbid.
The principal referenced by the policy.
The resource referenced by the policy.
The ID of the policy store that contains the policy that was updated.
" + }, + "policyId":{ + "shape":"PolicyId", + "documentation":"The ID of the policy that was updated.
" + }, + "policyType":{ + "shape":"PolicyType", + "documentation":"The type of the policy that was updated.
" + }, + "principal":{ + "shape":"EntityIdentifier", + "documentation":"The principal specified in the policy's scope. This element isn't included in the response when Principal isn't present in the policy content.
The resource specified in the policy's scope. This element isn't included in the response when Resource isn't present in the policy content.
The action that a policy permits or forbids. For example, {\"actions\": [{\"actionId\": \"ViewPhoto\", \"actionType\": \"PhotoFlash::Action\"}, {\"entityID\": \"SharePhoto\", \"entityType\": \"PhotoFlash::Action\"}]}.
The date and time that the policy was originally created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy was most recently updated.
" + }, + "effect":{ + "shape":"PolicyEffect", + "documentation":"The effect of the decision that a policy returns to an authorization request. For example, \"effect\": \"Permit\".
Specifies the ID of the policy store that you want to update
" + }, + "validationSettings":{ + "shape":"ValidationSettings", + "documentation":"A structure that defines the validation settings that want to enable for the policy store.
" + }, + "description":{ + "shape":"PolicyStoreDescription", + "documentation":"Descriptive text that you can provide to help with identification of the current policy store.
" + } + } + }, + "UpdatePolicyStoreOutput":{ + "type":"structure", + "required":[ + "policyStoreId", + "arn", + "createdDate", + "lastUpdatedDate" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"The ID of the updated policy store.
" + }, + "arn":{ + "shape":"ResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the updated policy store.
" + }, + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy store was originally created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy store was most recently updated.
" + } + } + }, + "UpdatePolicyTemplateInput":{ + "type":"structure", + "required":[ + "policyStoreId", + "policyTemplateId", + "statement" + ], + "members":{ + "policyStoreId":{ + "shape":"PolicyStoreId", + "documentation":"Specifies the ID of the policy store that contains the policy template that you want to update.
" + }, + "policyTemplateId":{ + "shape":"PolicyTemplateId", + "documentation":"Specifies the ID of the policy template that you want to update.
" + }, + "description":{ + "shape":"PolicyTemplateDescription", + "documentation":"Specifies a new description to apply to the policy template.
" + }, + "statement":{ + "shape":"PolicyStatement", + "documentation":"Specifies new statement content written in Cedar policy language to replace the current body of the policy template.
You can change only the following elements of the policy body:
The action referenced by the policy template.
Any conditional clauses, such as when or unless clauses.
You can't change the following elements:
The effect (permit or forbid) of the policy template.
The principal referenced by the policy template.
The resource referenced by the policy template.
The ID of the policy store that contains the updated policy template.
" + }, + "policyTemplateId":{ + "shape":"PolicyTemplateId", + "documentation":"The ID of the updated policy template.
" + }, + "createdDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy template was originally created.
" + }, + "lastUpdatedDate":{ + "shape":"TimestampFormat", + "documentation":"The date and time that the policy template was most recently updated.
" + } + } + }, + "UpdateStaticPolicyDefinition":{ + "type":"structure", + "required":["statement"], + "members":{ + "description":{ + "shape":"StaticPolicyDescription", + "documentation":"Specifies the description to be added to or replaced on the static policy.
" + }, + "statement":{ + "shape":"PolicyStatement", + "documentation":"Specifies the Cedar policy language text to be added to or replaced on the static policy.
You can change only the following elements from the original content:
The action referenced by the policy.
Any conditional clauses, such as when or unless clauses.
You can't change the following elements:
Changing from StaticPolicy to TemplateLinkedPolicy.
The effect (permit or forbid) of the policy.
The principal referenced by the policy.
The resource referenced by the policy.
Contains information about an update to a static policy.
" + }, + "UserPoolArn":{ + "type":"string", + "max":255, + "min":1, + "pattern":"arn:[a-zA-Z0-9-]+:cognito-idp:(([a-zA-Z0-9-]+:\\d{12}:userpool/[\\w-]+_[0-9a-zA-Z]+))" + }, + "ValidationException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "fieldList":{ + "shape":"ValidationExceptionFieldList", + "documentation":"The list of fields that aren't valid.
" + } + }, + "documentation":"The request failed because one or more input parameters don't satisfy their constraint requirements. The output is provided as a list of fields and a reason for each field that isn't valid.
The possible reasons include the following:
UnrecognizedEntityType
The policy includes an entity type that isn't found in the schema.
UnrecognizedActionId
The policy includes an action id that isn't found in the schema.
InvalidActionApplication
The policy includes an action that, according to the schema, doesn't support the specified principal and resource.
UnexpectedType
The policy included an operand that isn't a valid type for the specified operation.
IncompatibleTypes
The types of elements included in a set, or the types of expressions used in an if...then...else clause aren't compatible in this context.
MissingAttribute
The policy attempts to access a record or entity attribute that isn't specified in the schema. Test for the existence of the attribute first before attempting to access its value. For more information, see the has (presence of attribute test) operator in the Cedar Policy Language Guide.
UnsafeOptionalAttributeAccess
The policy attempts to access a record or entity attribute that is optional and isn't guaranteed to be present. Test for the existence of the attribute first before attempting to access its value. For more information, see the has (presence of attribute test) operator in the Cedar Policy Language Guide.
ImpossiblePolicy
Cedar has determined that a policy condition always evaluates to false. If the policy is always false, it can never apply to any query, and so it can never affect an authorization decision.
WrongNumberArguments
The policy references an extension type with the wrong number of arguments.
FunctionArgumentValidationError
Cedar couldn't parse the argument passed to an extension type. For example, a string that is to be parsed as an IPv4 address can contain only digits and the period character.
The path to the specific element that Verified Permissions found to be not valid.
" + }, + "message":{ + "shape":"String", + "documentation":"Describes the policy validation error.
" + } + }, + "documentation":"Details about a field that failed policy validation.
" + }, + "ValidationExceptionFieldList":{ + "type":"list", + "member":{"shape":"ValidationExceptionField"} + }, + "ValidationMode":{ + "type":"string", + "enum":[ + "OFF", + "STRICT" + ] + }, + "ValidationSettings":{ + "type":"structure", + "required":["mode"], + "members":{ + "mode":{ + "shape":"ValidationMode", + "documentation":"The validation mode currently configured for this policy store. The valid values are:
OFF – Neither Verified Permissions nor Cedar perform any validation on policies. No validation errors are reported by either service.
STRICT – Requires a schema to be present in the policy store. Cedar performs validation on all submitted new or updated static policies and policy templates. Any that fail validation are rejected and Cedar doesn't store them in the policy store.
If Mode=STRICT and the policy store doesn't contain a schema, Verified Permissions rejects all static policies and policy templates because there is no schema to validate against.
To submit a static policy or policy template without a schema, you must turn off validation.
A structure that contains Cedar policy validation settings for the policy store. The validation mode determines which validation failures that Cedar considers serious enough to block acceptance of a new or edited static policy or policy template.
This data type is used as a request parameter in the CreatePolicyStore and UpdatePolicyStore operations.
" + } + }, + "documentation":"Amazon Verified Permissions is a permissions management service from Amazon Web Services. You can use Verified Permissions to manage permissions for your application, and authorize user access based on those permissions. Using Verified Permissions, application developers can grant access based on information about the users, resources, and requested actions. You can also evaluate additional information like group membership, attributes of the resources, and session context, such as time of request and IP addresses. Verified Permissions manages these permissions by letting you create and store authorization policies for your applications, such as consumer-facing web sites and enterprise business systems.
Verified Permissions uses Cedar as the policy language to express your permission requirements. Cedar supports both role-based access control (RBAC) and attribute-based access control (ABAC) authorization models.
For more information about configuring, administering, and using Amazon Verified Permissions in your applications, see the Amazon Verified Permissions User Guide.
For more information about the Cedar policy language, see the Cedar Policy Language Guide.
When you write Cedar policies that reference principals, resources and actions, you can define the unique identifiers used for each of those elements. We strongly recommend that you follow these best practices:
Use values like universally unique identifiers (UUIDs) for all principal and resource identifiers.
For example, if user jane leaves the company, and you later let someone else use the name jane, then that new user automatically gets access to everything granted by policies that still reference User::\"jane\". Cedar can’t distinguish between the new user and the old. This applies to both principal and resource identifiers. Always use identifiers that are guaranteed unique and never reused to ensure that you don’t unintentionally grant access because of the presence of an old identifier in a policy.
Where you use a UUID for an entity, we recommend that you follow it with the // comment specifier and the ‘friendly’ name of your entity. This helps to make your policies easier to understand. For example: principal == User::\"a1b2c3d4-e5f6-a1b2-c3d4-EXAMPLE11111\", // alice
Do not include personally identifying, confidential, or sensitive information as part of the unique identifier for your principals or resources. These identifiers are included in log entries shared in CloudTrail trails.
Several operations return structures that appear similar, but have different purposes. As new functionality is added to the product, the structure used in a parameter of one operation might need to change in a way that wouldn't make sense for the same parameter in a different operation. To help you understand the purpose of each, the following naming convention is used for the structures:
Parameter type structures that end in Detail are used in Get operations.
Parameter type structures that end in Item are used in List operations.
Parameter type structures that use neither suffix are used in the mutating (create and update) operations.
Updates the listener rules in a batch. You can use this operation to change the priority of listener rules. This can be useful when bulk updating or swapping rule priority.
Required permissions: vpc-lattice:UpdateRule
For more information, see How Amazon VPC Lattice works with IAM in the Amazon VPC Lattice User Guide.
", + "idempotent":true + }, + "CreateAccessLogSubscription":{ + "name":"CreateAccessLogSubscription", + "http":{ + "method":"POST", + "requestUri":"/accesslogsubscriptions", + "responseCode":201 + }, + "input":{"shape":"CreateAccessLogSubscriptionRequest"}, + "output":{"shape":"CreateAccessLogSubscriptionResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Enables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose. The service network owner can use the access logs to audit the services in the network. The service network owner can only see access logs from clients and services that are associated with their service network. Access log entries represent traffic originated from VPCs associated with that network. For more information, see Access logs in the Amazon VPC Lattice User Guide.
", + "idempotent":true + }, + "CreateListener":{ + "name":"CreateListener", + "http":{ + "method":"POST", + "requestUri":"/services/{serviceIdentifier}/listeners", + "responseCode":201 + }, + "input":{"shape":"CreateListenerRequest"}, + "output":{"shape":"CreateListenerResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates a listener for a service. Before you start using your Amazon VPC Lattice service, you must add one or more listeners. A listener is a process that checks for connection requests to your services. For more information, see Listeners in the Amazon VPC Lattice User Guide.
", + "idempotent":true + }, + "CreateRule":{ + "name":"CreateRule", + "http":{ + "method":"POST", + "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", + "responseCode":201 + }, + "input":{"shape":"CreateRuleRequest"}, + "output":{"shape":"CreateRuleResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates a listener rule. Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions. For more information, see Listener rules in the Amazon VPC Lattice User Guide.
", + "idempotent":true + }, + "CreateService":{ + "name":"CreateService", + "http":{ + "method":"POST", + "requestUri":"/services", + "responseCode":201 + }, + "input":{"shape":"CreateServiceRequest"}, + "output":{"shape":"CreateServiceResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates a service. A service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).
For more information, see Services in the Amazon VPC Lattice User Guide.
", + "idempotent":true + }, + "CreateServiceNetwork":{ + "name":"CreateServiceNetwork", + "http":{ + "method":"POST", + "requestUri":"/servicenetworks", + "responseCode":201 + }, + "input":{"shape":"CreateServiceNetworkRequest"}, + "output":{"shape":"CreateServiceNetworkResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates a service network. A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.
For more information, see Service networks in the Amazon VPC Lattice User Guide.
", + "idempotent":true + }, + "CreateServiceNetworkServiceAssociation":{ + "name":"CreateServiceNetworkServiceAssociation", + "http":{ + "method":"POST", + "requestUri":"/servicenetworkserviceassociations", + "responseCode":200 + }, + "input":{"shape":"CreateServiceNetworkServiceAssociationRequest"}, + "output":{"shape":"CreateServiceNetworkServiceAssociationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Associates a service with a service network. For more information, see Manage service associations in the Amazon VPC Lattice User Guide.
You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.
You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.
As a result of this operation, the association is created in the service network account and the association owner account.
", + "idempotent":true + }, + "CreateServiceNetworkVpcAssociation":{ + "name":"CreateServiceNetworkVpcAssociation", + "http":{ + "method":"POST", + "requestUri":"/servicenetworkvpcassociations", + "responseCode":200 + }, + "input":{"shape":"CreateServiceNetworkVpcAssociationRequest"}, + "output":{"shape":"CreateServiceNetworkVpcAssociationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Associates a VPC with a service network. When you associate a VPC with the service network, it enables all the resources within that VPC to be clients and communicate with other services in the service network. For more information, see Manage VPC associations in the Amazon VPC Lattice User Guide.
You can't use this operation if there is a disassociation in progress. If the association fails, retry by deleting the association and recreating it.
As a result of this operation, the association gets created in the service network account and the VPC owner account.
If you add a security group to the service network and VPC association, the association must continue to always have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and recreate it without security groups.
", + "idempotent":true + }, + "CreateTargetGroup":{ + "name":"CreateTargetGroup", + "http":{ + "method":"POST", + "requestUri":"/targetgroups", + "responseCode":201 + }, + "input":{"shape":"CreateTargetGroupRequest"}, + "output":{"shape":"CreateTargetGroupResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates a target group. A target group is a collection of targets, or compute resources, that run your application or service. A target group can only be used by a single service.
For more information, see Target groups in the Amazon VPC Lattice User Guide.
", + "idempotent":true + }, + "DeleteAccessLogSubscription":{ + "name":"DeleteAccessLogSubscription", + "http":{ + "method":"DELETE", + "requestUri":"/accesslogsubscriptions/{accessLogSubscriptionIdentifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteAccessLogSubscriptionRequest"}, + "output":{"shape":"DeleteAccessLogSubscriptionResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes the specified access log subscription.
", + "idempotent":true + }, + "DeleteAuthPolicy":{ + "name":"DeleteAuthPolicy", + "http":{ + "method":"DELETE", + "requestUri":"/authpolicy/{resourceIdentifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteAuthPolicyRequest"}, + "output":{"shape":"DeleteAuthPolicyResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes the specified auth policy. If an auth is set to AWS_IAM and the auth policy is deleted, all requests are denied. If you are trying to remove the auth policy completely, you must set the auth type to NONE. If auth is enabled on the resource, but no auth policy is set, all requests are denied.
Deletes the specified listener.
", + "idempotent":true + }, + "DeleteResourcePolicy":{ + "name":"DeleteResourcePolicy", + "http":{ + "method":"DELETE", + "requestUri":"/resourcepolicy/{resourceArn}", + "responseCode":204 + }, + "input":{"shape":"DeleteResourcePolicyRequest"}, + "output":{"shape":"DeleteResourcePolicyResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes the specified resource policy.
", + "idempotent":true + }, + "DeleteRule":{ + "name":"DeleteRule", + "http":{ + "method":"DELETE", + "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteRuleRequest"}, + "output":{"shape":"DeleteRuleResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a listener rule. Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions. You can delete additional listener rules, but you cannot delete the default rule.
For more information, see Listener rules in the Amazon VPC Lattice User Guide.
", + "idempotent":true + }, + "DeleteService":{ + "name":"DeleteService", + "http":{ + "method":"DELETE", + "requestUri":"/services/{serviceIdentifier}", + "responseCode":200 + }, + "input":{"shape":"DeleteServiceRequest"}, + "output":{"shape":"DeleteServiceResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a service. A service can't be deleted if it's associated with a service network. If you delete a service, all resources related to the service, such as the resource policy, auth policy, listeners, listener rules, and access log subscriptions, are also deleted. For more information, see Delete a service in the Amazon VPC Lattice User Guide.
", + "idempotent":true + }, + "DeleteServiceNetwork":{ + "name":"DeleteServiceNetwork", + "http":{ + "method":"DELETE", + "requestUri":"/servicenetworks/{serviceNetworkIdentifier}", + "responseCode":204 + }, + "input":{"shape":"DeleteServiceNetworkRequest"}, + "output":{"shape":"DeleteServiceNetworkResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a service network. You can only delete the service network if there is no service or VPC associated with it. If you delete a service network, all resources related to the service network, such as the resource policy, auth policy, and access log subscriptions, are also deleted. For more information, see Delete a service network in the Amazon VPC Lattice User Guide.
", + "idempotent":true + }, + "DeleteServiceNetworkServiceAssociation":{ + "name":"DeleteServiceNetworkServiceAssociation", + "http":{ + "method":"DELETE", + "requestUri":"/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}", + "responseCode":200 + }, + "input":{"shape":"DeleteServiceNetworkServiceAssociationRequest"}, + "output":{"shape":"DeleteServiceNetworkServiceAssociationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes the association between a specified service and the specific service network. This operation fails if an association is still in progress.
", + "idempotent":true + }, + "DeleteServiceNetworkVpcAssociation":{ + "name":"DeleteServiceNetworkVpcAssociation", + "http":{ + "method":"DELETE", + "requestUri":"/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}", + "responseCode":200 + }, + "input":{"shape":"DeleteServiceNetworkVpcAssociationRequest"}, + "output":{"shape":"DeleteServiceNetworkVpcAssociationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Disassociates the VPC from the service network. You can't disassociate the VPC if there is a create or update association in progress.
", + "idempotent":true + }, + "DeleteTargetGroup":{ + "name":"DeleteTargetGroup", + "http":{ + "method":"DELETE", + "requestUri":"/targetgroups/{targetGroupIdentifier}", + "responseCode":200 + }, + "input":{"shape":"DeleteTargetGroupRequest"}, + "output":{"shape":"DeleteTargetGroupResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deletes a target group. You can't delete a target group if it is used in a listener rule or if the target group creation is in progress.
", + "idempotent":true + }, + "DeregisterTargets":{ + "name":"DeregisterTargets", + "http":{ + "method":"POST", + "requestUri":"/targetgroups/{targetGroupIdentifier}/deregistertargets", + "responseCode":200 + }, + "input":{"shape":"DeregisterTargetsRequest"}, + "output":{"shape":"DeregisterTargetsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Deregisters the specified targets from the specified target group.
", + "idempotent":true + }, + "GetAccessLogSubscription":{ + "name":"GetAccessLogSubscription", + "http":{ + "method":"GET", + "requestUri":"/accesslogsubscriptions/{accessLogSubscriptionIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetAccessLogSubscriptionRequest"}, + "output":{"shape":"GetAccessLogSubscriptionResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves information about the specified access log subscription.
" + }, + "GetAuthPolicy":{ + "name":"GetAuthPolicy", + "http":{ + "method":"GET", + "requestUri":"/authpolicy/{resourceIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetAuthPolicyRequest"}, + "output":{"shape":"GetAuthPolicyResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves information about the auth policy for the specified service or service network.
" + }, + "GetListener":{ + "name":"GetListener", + "http":{ + "method":"GET", + "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetListenerRequest"}, + "output":{"shape":"GetListenerResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves information about the specified listener for the specified service.
" + }, + "GetResourcePolicy":{ + "name":"GetResourcePolicy", + "http":{ + "method":"GET", + "requestUri":"/resourcepolicy/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"GetResourcePolicyRequest"}, + "output":{"shape":"GetResourcePolicyResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves information about the resource policy. The resource policy is an IAM policy created on behalf of the resource owner when they share a resource.
" + }, + "GetRule":{ + "name":"GetRule", + "http":{ + "method":"GET", + "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetRuleRequest"}, + "output":{"shape":"GetRuleResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves information about listener rules. You can also retrieve information about the default listener rule. For more information, see Listener rules in the Amazon VPC Lattice User Guide.
" + }, + "GetService":{ + "name":"GetService", + "http":{ + "method":"GET", + "requestUri":"/services/{serviceIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetServiceRequest"}, + "output":{"shape":"GetServiceResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves information about the specified service.
" + }, + "GetServiceNetwork":{ + "name":"GetServiceNetwork", + "http":{ + "method":"GET", + "requestUri":"/servicenetworks/{serviceNetworkIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetServiceNetworkRequest"}, + "output":{"shape":"GetServiceNetworkResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves information about the specified service network.
" + }, + "GetServiceNetworkServiceAssociation":{ + "name":"GetServiceNetworkServiceAssociation", + "http":{ + "method":"GET", + "requestUri":"/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetServiceNetworkServiceAssociationRequest"}, + "output":{"shape":"GetServiceNetworkServiceAssociationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves information about the specified association between a service network and a service.
" + }, + "GetServiceNetworkVpcAssociation":{ + "name":"GetServiceNetworkVpcAssociation", + "http":{ + "method":"GET", + "requestUri":"/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetServiceNetworkVpcAssociationRequest"}, + "output":{"shape":"GetServiceNetworkVpcAssociationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves information about the association between a service network and a VPC.
" + }, + "GetTargetGroup":{ + "name":"GetTargetGroup", + "http":{ + "method":"GET", + "requestUri":"/targetgroups/{targetGroupIdentifier}", + "responseCode":200 + }, + "input":{"shape":"GetTargetGroupRequest"}, + "output":{"shape":"GetTargetGroupResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Retrieves information about the specified target group.
" + }, + "ListAccessLogSubscriptions":{ + "name":"ListAccessLogSubscriptions", + "http":{ + "method":"GET", + "requestUri":"/accesslogsubscriptions", + "responseCode":200 + }, + "input":{"shape":"ListAccessLogSubscriptionsRequest"}, + "output":{"shape":"ListAccessLogSubscriptionsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists all access log subscriptions for the specified service network or service.
" + }, + "ListListeners":{ + "name":"ListListeners", + "http":{ + "method":"GET", + "requestUri":"/services/{serviceIdentifier}/listeners", + "responseCode":200 + }, + "input":{"shape":"ListListenersRequest"}, + "output":{"shape":"ListListenersResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the listeners for the specified service.
" + }, + "ListRules":{ + "name":"ListRules", + "http":{ + "method":"GET", + "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", + "responseCode":200 + }, + "input":{"shape":"ListRulesRequest"}, + "output":{"shape":"ListRulesResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the rules for the listener.
" + }, + "ListServiceNetworkServiceAssociations":{ + "name":"ListServiceNetworkServiceAssociations", + "http":{ + "method":"GET", + "requestUri":"/servicenetworkserviceassociations", + "responseCode":200 + }, + "input":{"shape":"ListServiceNetworkServiceAssociationsRequest"}, + "output":{"shape":"ListServiceNetworkServiceAssociationsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the associations between the service network and the service. You can filter the list either by service or service network. You must provide either the service network identifier or the service identifier.
Every association in Amazon VPC Lattice is given a unique Amazon Resource Name (ARN), such as when a service network is associated with a VPC or when a service is associated with a service network. If the association is for a resource that is shared with another account, the association includes the local account ID as the prefix in the ARN for each account the resource is shared with.
" + }, + "ListServiceNetworkVpcAssociations":{ + "name":"ListServiceNetworkVpcAssociations", + "http":{ + "method":"GET", + "requestUri":"/servicenetworkvpcassociations", + "responseCode":200 + }, + "input":{"shape":"ListServiceNetworkVpcAssociationsRequest"}, + "output":{"shape":"ListServiceNetworkVpcAssociationsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the service network and VPC associations. You can filter the list either by VPC or service network. You must provide either the service network identifier or the VPC identifier.
" + }, + "ListServiceNetworks":{ + "name":"ListServiceNetworks", + "http":{ + "method":"GET", + "requestUri":"/servicenetworks", + "responseCode":200 + }, + "input":{"shape":"ListServiceNetworksRequest"}, + "output":{"shape":"ListServiceNetworksResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the service networks owned by the caller account or shared with the caller account. Also includes the account ID in the ARN to show which account owns the service network.
" + }, + "ListServices":{ + "name":"ListServices", + "http":{ + "method":"GET", + "requestUri":"/services", + "responseCode":200 + }, + "input":{"shape":"ListServicesRequest"}, + "output":{"shape":"ListServicesResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the services owned by the caller account or shared with the caller account.
" + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the tags for the specified resource.
" + }, + "ListTargetGroups":{ + "name":"ListTargetGroups", + "http":{ + "method":"GET", + "requestUri":"/targetgroups", + "responseCode":200 + }, + "input":{"shape":"ListTargetGroupsRequest"}, + "output":{"shape":"ListTargetGroupsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists your target groups. You can narrow your search by using the filters below in your request.
" + }, + "ListTargets":{ + "name":"ListTargets", + "http":{ + "method":"POST", + "requestUri":"/targetgroups/{targetGroupIdentifier}/listtargets", + "responseCode":200 + }, + "input":{"shape":"ListTargetsRequest"}, + "output":{"shape":"ListTargetsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Lists the targets for the target group. By default, all targets are included. You can use this API to check the health status of targets. You can also filter the results by target.
" + }, + "PutAuthPolicy":{ + "name":"PutAuthPolicy", + "http":{ + "method":"PUT", + "requestUri":"/authpolicy/{resourceIdentifier}", + "responseCode":200 + }, + "input":{"shape":"PutAuthPolicyRequest"}, + "output":{"shape":"PutAuthPolicyResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Creates or updates the auth policy. The policy string in JSON must not contain newlines or blank lines.
For more information, see Auth policies in the Amazon VPC Lattice User Guide.
" + }, + "PutResourcePolicy":{ + "name":"PutResourcePolicy", + "http":{ + "method":"PUT", + "requestUri":"/resourcepolicy/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"PutResourcePolicyRequest"}, + "output":{"shape":"PutResourcePolicyResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Attaches a resource-based permission policy to a service or service network. The policy must contain the same actions and condition statements as the Amazon Web Services Resource Access Manager permission for sharing services and service networks.
", + "idempotent":true + }, + "RegisterTargets":{ + "name":"RegisterTargets", + "http":{ + "method":"POST", + "requestUri":"/targetgroups/{targetGroupIdentifier}/registertargets", + "responseCode":200 + }, + "input":{"shape":"RegisterTargetsRequest"}, + "output":{"shape":"RegisterTargetsResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"ServiceQuotaExceededException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Registers the targets with the target group. If it's a Lambda target, you can only have one target in a target group.
" + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Adds the specified tags to the specified resource.
" + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Removes the specified tags from the specified resource.
", + "idempotent":true + }, + "UpdateAccessLogSubscription":{ + "name":"UpdateAccessLogSubscription", + "http":{ + "method":"PATCH", + "requestUri":"/accesslogsubscriptions/{accessLogSubscriptionIdentifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateAccessLogSubscriptionRequest"}, + "output":{"shape":"UpdateAccessLogSubscriptionResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates the specified access log subscription.
", + "idempotent":true + }, + "UpdateListener":{ + "name":"UpdateListener", + "http":{ + "method":"PATCH", + "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateListenerRequest"}, + "output":{"shape":"UpdateListenerResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates the specified listener for the specified service.
", + "idempotent":true + }, + "UpdateRule":{ + "name":"UpdateRule", + "http":{ + "method":"PATCH", + "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateRuleRequest"}, + "output":{"shape":"UpdateRuleResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates a rule for the listener. You can't modify a default listener rule. To modify a default listener rule, use UpdateListener.
Updates the specified service.
" + }, + "UpdateServiceNetwork":{ + "name":"UpdateServiceNetwork", + "http":{ + "method":"PATCH", + "requestUri":"/servicenetworks/{serviceNetworkIdentifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateServiceNetworkRequest"}, + "output":{"shape":"UpdateServiceNetworkResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates the specified service network.
", + "idempotent":true + }, + "UpdateServiceNetworkVpcAssociation":{ + "name":"UpdateServiceNetworkVpcAssociation", + "http":{ + "method":"PATCH", + "requestUri":"/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateServiceNetworkVpcAssociationRequest"}, + "output":{"shape":"UpdateServiceNetworkVpcAssociationResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates the service network and VPC association. If you add a security group to the service network and VPC association, the association must continue to always have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and recreate it without security groups.
", + "idempotent":true + }, + "UpdateTargetGroup":{ + "name":"UpdateTargetGroup", + "http":{ + "method":"PATCH", + "requestUri":"/targetgroups/{targetGroupIdentifier}", + "responseCode":200 + }, + "input":{"shape":"UpdateTargetGroupRequest"}, + "output":{"shape":"UpdateTargetGroupResponse"}, + "errors":[ + {"shape":"ValidationException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ConflictException"}, + {"shape":"InternalServerException"} + ], + "documentation":"Updates the specified target group.
", + "idempotent":true + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"} + }, + "documentation":"The user does not have sufficient access to perform this action.
", + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "AccessLogDestinationArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:([^/].*)?$" + }, + "AccessLogSubscriptionArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:accesslogsubscription/als-[0-9a-z]{17}$" + }, + "AccessLogSubscriptionId":{ + "type":"string", + "max":21, + "min":21, + "pattern":"^als-[0-9a-z]{17}$" + }, + "AccessLogSubscriptionIdentifier":{ + "type":"string", + "max":2048, + "min":17, + "pattern":"^((als-[0-9a-z]{17})|(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:accesslogsubscription/als-[0-9a-z]{17}))$" + }, + "AccessLogSubscriptionList":{ + "type":"list", + "member":{"shape":"AccessLogSubscriptionSummary"} + }, + "AccessLogSubscriptionSummary":{ + "type":"structure", + "required":[ + "arn", + "createdAt", + "destinationArn", + "id", + "lastUpdatedAt", + "resourceArn", + "resourceId" + ], + "members":{ + "arn":{ + "shape":"AccessLogSubscriptionArn", + "documentation":"The Amazon Resource Name (ARN) of the access log subscription
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the access log subscription was created, specified in ISO-8601 format.
" + }, + "destinationArn":{ + "shape":"AccessLogDestinationArn", + "documentation":"The Amazon Resource Name (ARN) of the destination.
" + }, + "id":{ + "shape":"AccessLogSubscriptionId", + "documentation":"The ID of the access log subscription.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the access log subscription was last updated, specified in ISO-8601 format.
" + }, + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the service or service network.
" + }, + "resourceId":{ + "shape":"ResourceId", + "documentation":"The ID of the service or service network.
" + } + }, + "documentation":"Summary information about an access log subscription.
" + }, + "AccountId":{ + "type":"string", + "max":12, + "min":1, + "pattern":"^[0-9]{12}$" + }, + "Arn":{ + "type":"string", + "max":1224, + "min":0, + "pattern":"^arn:[a-z0-9][-.a-z0-9]{0,62}:vpc-lattice:([a-z0-9][-.a-z0-9]{0,62})?:\\d{12}?:[^/].{0,1023}$" + }, + "AuthPolicyState":{ + "type":"string", + "enum":[ + "Active", + "Inactive" + ] + }, + "AuthPolicyString":{ + "type":"string", + "max":10000, + "min":0 + }, + "AuthType":{ + "type":"string", + "enum":[ + "NONE", + "AWS_IAM" + ] + }, + "BatchUpdateRuleRequest":{ + "type":"structure", + "required":[ + "listenerIdentifier", + "rules", + "serviceIdentifier" + ], + "members":{ + "listenerIdentifier":{ + "shape":"ListenerIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the listener.
", + "location":"uri", + "locationName":"listenerIdentifier" + }, + "rules":{ + "shape":"RuleUpdateList", + "documentation":"The rules for the specified listener.
" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + } + } + }, + "BatchUpdateRuleResponse":{ + "type":"structure", + "members":{ + "successful":{ + "shape":"RuleUpdateSuccessList", + "documentation":"The rules that were successfully updated.
" + }, + "unsuccessful":{ + "shape":"RuleUpdateFailureList", + "documentation":"The rules that the operation couldn't update.
" + } + } + }, + "Boolean":{ + "type":"boolean", + "box":true + }, + "CertificateArn":{ + "type":"string", + "max":2048, + "min":0, + "pattern":"^(arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:certificate/[0-9a-z-]+)?$" + }, + "ClientToken":{ + "type":"string", + "max":64, + "min":1, + "pattern":"[!-~]+" + }, + "ConflictException":{ + "type":"structure", + "required":[ + "message", + "resourceId", + "resourceType" + ], + "members":{ + "message":{"shape":"String"}, + "resourceId":{ + "shape":"String", + "documentation":"The resource ID.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"The resource type.
" + } + }, + "documentation":"The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.
", + "error":{ + "httpStatusCode":409, + "senderFault":true + }, + "exception":true + }, + "CreateAccessLogSubscriptionRequest":{ + "type":"structure", + "required":[ + "destinationArn", + "resourceIdentifier" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
", + "idempotencyToken":true + }, + "destinationArn":{ + "shape":"AccessLogDestinationArn", + "documentation":"The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.
" + }, + "resourceIdentifier":{ + "shape":"ResourceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service network or service.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags for the access log subscription.
" + } + } + }, + "CreateAccessLogSubscriptionResponse":{ + "type":"structure", + "required":[ + "arn", + "destinationArn", + "id", + "resourceArn", + "resourceId" + ], + "members":{ + "arn":{ + "shape":"AccessLogSubscriptionArn", + "documentation":"The Amazon Resource Name (ARN) of the access log subscription.
" + }, + "destinationArn":{ + "shape":"AccessLogDestinationArn", + "documentation":"The Amazon Resource Name (ARN) of the log destination.
" + }, + "id":{ + "shape":"AccessLogSubscriptionId", + "documentation":"The ID of the access log subscription.
" + }, + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the service network or service.
" + }, + "resourceId":{ + "shape":"ResourceId", + "documentation":"The ID of the service network or service.
" + } + } + }, + "CreateListenerRequest":{ + "type":"structure", + "required":[ + "defaultAction", + "name", + "protocol", + "serviceIdentifier" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
", + "idempotencyToken":true + }, + "defaultAction":{ + "shape":"RuleAction", + "documentation":"The action for the default rule. Each listener has a default rule. The default rule is used if no other rules match.
" + }, + "name":{ + "shape":"ListenerName", + "documentation":"The name of the listener. A listener name must be unique within a service. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
" + }, + "port":{ + "shape":"Port", + "documentation":"The listener port. You can specify a value from 1 to 65535. For HTTP, the default is 80. For HTTPS, the default is 443.
" + }, + "protocol":{ + "shape":"ListenerProtocol", + "documentation":"The listener protocol.
" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags for the listener.
" + } + } + }, + "CreateListenerResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ListenerArn", + "documentation":"The Amazon Resource Name (ARN) of the listener.
" + }, + "defaultAction":{ + "shape":"RuleAction", + "documentation":"The action for the default rule.
" + }, + "id":{ + "shape":"ListenerId", + "documentation":"The ID of the listener.
" + }, + "name":{ + "shape":"ListenerName", + "documentation":"The name of the listener.
" + }, + "port":{ + "shape":"Port", + "documentation":"The port number of the listener.
" + }, + "protocol":{ + "shape":"ListenerProtocol", + "documentation":"The protocol of the listener.
" + }, + "serviceArn":{ + "shape":"ServiceArn", + "documentation":"The Amazon Resource Name (ARN) of the service.
" + }, + "serviceId":{ + "shape":"ServiceId", + "documentation":"The ID of the service.
" + } + } + }, + "CreateRuleRequest":{ + "type":"structure", + "required":[ + "action", + "listenerIdentifier", + "match", + "name", + "priority", + "serviceIdentifier" + ], + "members":{ + "action":{ + "shape":"RuleAction", + "documentation":"The action for the default rule.
" + }, + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
", + "idempotencyToken":true + }, + "listenerIdentifier":{ + "shape":"ListenerIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the listener.
", + "location":"uri", + "locationName":"listenerIdentifier" + }, + "match":{ + "shape":"RuleMatch", + "documentation":"The rule match.
" + }, + "name":{ + "shape":"RuleName", + "documentation":"The name of the rule. The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
" + }, + "priority":{ + "shape":"RulePriority", + "documentation":"The priority assigned to the rule. Each rule for a specific listener must have a unique priority. The lower the priority number the higher the priority.
" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags for the rule.
" + } + } + }, + "CreateRuleResponse":{ + "type":"structure", + "members":{ + "action":{ + "shape":"RuleAction", + "documentation":"The rule action.
" + }, + "arn":{ + "shape":"RuleArn", + "documentation":"The Amazon Resource Name (ARN) of the rule.
" + }, + "id":{ + "shape":"RuleId", + "documentation":"The ID of the rule.
" + }, + "match":{ + "shape":"RuleMatch", + "documentation":"The rule match. The RuleMatch must be an HttpMatch. This means that the rule should be an exact match on HTTP constraints which are made up of the HTTP method, path, and header.
The name of the rule.
" + }, + "priority":{ + "shape":"RulePriority", + "documentation":"The priority assigned to the rule. The lower the priority number the higher the priority.
" + } + } + }, + "CreateServiceNetworkRequest":{ + "type":"structure", + "required":["name"], + "members":{ + "authType":{ + "shape":"AuthType", + "documentation":"The type of IAM policy.
NONE: The resource does not use an IAM policy. This is the default.
AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
", + "idempotencyToken":true + }, + "name":{ + "shape":"ServiceNetworkName", + "documentation":"The name of the service network. The name must be unique to the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags for the service network.
" + } + } + }, + "CreateServiceNetworkResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkArn", + "documentation":"The Amazon Resource Name (ARN) of the service network.
" + }, + "authType":{ + "shape":"AuthType", + "documentation":"The type of IAM policy.
" + }, + "id":{ + "shape":"ServiceNetworkId", + "documentation":"The ID of the service network.
" + }, + "name":{ + "shape":"ServiceNetworkName", + "documentation":"The name of the service network.
" + } + } + }, + "CreateServiceNetworkServiceAssociationRequest":{ + "type":"structure", + "required":[ + "serviceIdentifier", + "serviceNetworkIdentifier" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
", + "idempotencyToken":true + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
" + }, + "serviceNetworkIdentifier":{ + "shape":"ServiceNetworkIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags for the association.
" + } + } + }, + "CreateServiceNetworkServiceAssociationResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkServiceAssociationArn", + "documentation":"The Amazon Resource Name (ARN) of the association.
" + }, + "createdBy":{ + "shape":"AccountId", + "documentation":"The account that created the association.
" + }, + "customDomainName":{ + "shape":"ServiceCustomDomainName", + "documentation":"The custom domain name of the service.
" + }, + "dnsEntry":{ + "shape":"DnsEntry", + "documentation":"The DNS name of the service.
" + }, + "id":{ + "shape":"ServiceNetworkServiceAssociationIdentifier", + "documentation":"The ID of the association.
" + }, + "status":{ + "shape":"ServiceNetworkServiceAssociationStatus", + "documentation":"The association status.
" + } + } + }, + "CreateServiceNetworkVpcAssociationRequest":{ + "type":"structure", + "required":[ + "serviceNetworkIdentifier", + "vpcIdentifier" + ], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
", + "idempotencyToken":true + }, + "securityGroupIds":{ + "shape":"CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList", + "documentation":"The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide.
" + }, + "serviceNetworkIdentifier":{ + "shape":"ServiceNetworkIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN when the resources specified in the operation are in different accounts.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags for the association.
" + }, + "vpcIdentifier":{ + "shape":"VpcId", + "documentation":"The ID of the VPC.
" + } + } + }, + "CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList":{ + "type":"list", + "member":{"shape":"SecurityGroupId"}, + "max":5, + "min":0 + }, + "CreateServiceNetworkVpcAssociationResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkVpcAssociationArn", + "documentation":"The Amazon Resource Name (ARN) of the association.
" + }, + "createdBy":{ + "shape":"AccountId", + "documentation":"The account that created the association.
" + }, + "id":{ + "shape":"ServiceNetworkVpcAssociationId", + "documentation":"The ID of the association.
" + }, + "securityGroupIds":{ + "shape":"SecurityGroupList", + "documentation":"The IDs of the security groups.
" + }, + "status":{ + "shape":"ServiceNetworkVpcAssociationStatus", + "documentation":"The association status.
" + } + } + }, + "CreateServiceRequest":{ + "type":"structure", + "required":["name"], + "members":{ + "authType":{ + "shape":"AuthType", + "documentation":"The type of IAM policy.
NONE: The resource does not use an IAM policy. This is the default.
AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.
The Amazon Resource Name (ARN) of the certificate.
" + }, + "clientToken":{ + "shape":"ClientToken", + "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
", + "idempotencyToken":true + }, + "customDomainName":{ + "shape":"ServiceCustomDomainName", + "documentation":"The custom domain name of the service.
" + }, + "name":{ + "shape":"ServiceName", + "documentation":"The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags for the service.
" + } + } + }, + "CreateServiceResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceArn", + "documentation":"The Amazon Resource Name (ARN) of the service.
" + }, + "authType":{ + "shape":"AuthType", + "documentation":"The type of IAM policy.
" + }, + "certificateArn":{ + "shape":"CertificateArn", + "documentation":"The Amazon Resource Name (ARN) of the certificate.
" + }, + "customDomainName":{ + "shape":"ServiceCustomDomainName", + "documentation":"The custom domain name of the service.
" + }, + "dnsEntry":{ + "shape":"DnsEntry", + "documentation":"The public DNS name of the service.
" + }, + "id":{ + "shape":"ServiceId", + "documentation":"The ID of the service.
" + }, + "name":{ + "shape":"ServiceName", + "documentation":"The name of the service.
" + }, + "status":{ + "shape":"ServiceStatus", + "documentation":"The status. If the status is CREATE_FAILED, you must delete and recreate the service.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
", + "idempotencyToken":true + }, + "config":{ + "shape":"TargetGroupConfig", + "documentation":"The target group configuration.
" + }, + "name":{ + "shape":"TargetGroupName", + "documentation":"The name of the target group. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.
" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags for the target group.
" + }, + "type":{ + "shape":"TargetGroupType", + "documentation":"The type of target group.
" + } + } + }, + "CreateTargetGroupResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"TargetGroupArn", + "documentation":"The Amazon Resource Name (ARN) of the target group.
" + }, + "config":{ + "shape":"TargetGroupConfig", + "documentation":"The target group configuration.
" + }, + "id":{ + "shape":"TargetGroupId", + "documentation":"The ID of the target group.
" + }, + "name":{ + "shape":"TargetGroupName", + "documentation":"The name of the target group.
" + }, + "status":{ + "shape":"TargetGroupStatus", + "documentation":"The status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.
The type of target group.
" + } + } + }, + "DeleteAccessLogSubscriptionRequest":{ + "type":"structure", + "required":["accessLogSubscriptionIdentifier"], + "members":{ + "accessLogSubscriptionIdentifier":{ + "shape":"AccessLogSubscriptionIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the access log subscription.
", + "location":"uri", + "locationName":"accessLogSubscriptionIdentifier" + } + } + }, + "DeleteAccessLogSubscriptionResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteAuthPolicyRequest":{ + "type":"structure", + "required":["resourceIdentifier"], + "members":{ + "resourceIdentifier":{ + "shape":"ResourceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceIdentifier" + } + } + }, + "DeleteAuthPolicyResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteListenerRequest":{ + "type":"structure", + "required":[ + "listenerIdentifier", + "serviceIdentifier" + ], + "members":{ + "listenerIdentifier":{ + "shape":"ListenerIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the listener.
", + "location":"uri", + "locationName":"listenerIdentifier" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + } + } + }, + "DeleteListenerResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteResourcePolicyRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "DeleteResourcePolicyResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteRuleRequest":{ + "type":"structure", + "required":[ + "listenerIdentifier", + "ruleIdentifier", + "serviceIdentifier" + ], + "members":{ + "listenerIdentifier":{ + "shape":"ListenerIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the listener.
", + "location":"uri", + "locationName":"listenerIdentifier" + }, + "ruleIdentifier":{ + "shape":"RuleIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the rule.
", + "location":"uri", + "locationName":"ruleIdentifier" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + } + } + }, + "DeleteRuleResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteServiceNetworkRequest":{ + "type":"structure", + "required":["serviceNetworkIdentifier"], + "members":{ + "serviceNetworkIdentifier":{ + "shape":"ServiceNetworkIdentifier", + "documentation":"The Amazon Resource Name (ARN) or ID of the service network.
", + "location":"uri", + "locationName":"serviceNetworkIdentifier" + } + } + }, + "DeleteServiceNetworkResponse":{ + "type":"structure", + "members":{ + } + }, + "DeleteServiceNetworkServiceAssociationRequest":{ + "type":"structure", + "required":["serviceNetworkServiceAssociationIdentifier"], + "members":{ + "serviceNetworkServiceAssociationIdentifier":{ + "shape":"ServiceNetworkServiceAssociationIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the association.
", + "location":"uri", + "locationName":"serviceNetworkServiceAssociationIdentifier" + } + } + }, + "DeleteServiceNetworkServiceAssociationResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkServiceAssociationArn", + "documentation":"The Amazon Resource Name (ARN) of the association.
" + }, + "id":{ + "shape":"ServiceNetworkServiceAssociationIdentifier", + "documentation":"The ID of the association.
" + }, + "status":{ + "shape":"ServiceNetworkServiceAssociationStatus", + "documentation":"The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it when the status is DELETE_IN_PROGRESS, there is no change in the status.
The ID or Amazon Resource Name (ARN) of the association.
", + "location":"uri", + "locationName":"serviceNetworkVpcAssociationIdentifier" + } + } + }, + "DeleteServiceNetworkVpcAssociationResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkVpcAssociationArn", + "documentation":"The Amazon Resource Name (ARN) of the association.
" + }, + "id":{ + "shape":"ServiceNetworkVpcAssociationId", + "documentation":"The ID of the association.
" + }, + "status":{ + "shape":"ServiceNetworkVpcAssociationStatus", + "documentation":"The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it while the status is DELETE_IN_PROGRESS, there is no change in the status.
The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + } + } + }, + "DeleteServiceResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceArn", + "documentation":"The Amazon Resource Name (ARN) of the service.
" + }, + "id":{ + "shape":"ServiceId", + "documentation":"The ID of the service.
" + }, + "name":{ + "shape":"ServiceName", + "documentation":"The name of the service.
" + }, + "status":{ + "shape":"ServiceStatus", + "documentation":"The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.
The ID or Amazon Resource Name (ARN) of the target group.
", + "location":"uri", + "locationName":"targetGroupIdentifier" + } + } + }, + "DeleteTargetGroupResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"TargetGroupArn", + "documentation":"The Amazon Resource Name (ARN) of the target group.
" + }, + "id":{ + "shape":"TargetGroupId", + "documentation":"The ID of the target group.
" + }, + "status":{ + "shape":"TargetGroupStatus", + "documentation":"The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.
The ID or Amazon Resource Name (ARN) of the target group.
", + "location":"uri", + "locationName":"targetGroupIdentifier" + }, + "targets":{ + "shape":"DeregisterTargetsRequestTargetsList", + "documentation":"The targets to deregister.
" + } + } + }, + "DeregisterTargetsRequestTargetsList":{ + "type":"list", + "member":{"shape":"Target"}, + "max":100, + "min":1 + }, + "DeregisterTargetsResponse":{ + "type":"structure", + "members":{ + "successful":{ + "shape":"TargetList", + "documentation":"The targets that were successfully deregistered.
" + }, + "unsuccessful":{ + "shape":"TargetFailureList", + "documentation":"The targets that the operation couldn't deregister.
" + } + } + }, + "DnsEntry":{ + "type":"structure", + "members":{ + "domainName":{ + "shape":"String", + "documentation":"The domain name of the service.
" + }, + "hostedZoneId":{ + "shape":"String", + "documentation":"The ID of the hosted zone.
" + } + }, + "documentation":"Describes the DNS information of a service.
" + }, + "FailureCode":{"type":"string"}, + "FailureMessage":{"type":"string"}, + "FixedResponseAction":{ + "type":"structure", + "required":["statusCode"], + "members":{ + "statusCode":{ + "shape":"HttpStatusCode", + "documentation":"The HTTP response code.
" + } + }, + "documentation":"Describes an action that returns a custom HTTP response.
" + }, + "ForwardAction":{ + "type":"structure", + "required":["targetGroups"], + "members":{ + "targetGroups":{ + "shape":"WeightedTargetGroupList", + "documentation":"The target groups. Traffic matching the rule is forwarded to the specified target groups. With forward actions, you can assign a weight that controls the prioritization and selection of each target group. This means that requests are distributed to individual target groups based on their weights. For example, if two target groups have the same weight, each target group receives half of the traffic.
The default value is 1. This means that if only one target group is provided, there is no need to set the weight; 100% of the traffic goes to that target group.
" + } + }, + "documentation":"Describes a forward action. You can use forward actions to route requests to one or more target groups.
" + }, + "GetAccessLogSubscriptionRequest":{ + "type":"structure", + "required":["accessLogSubscriptionIdentifier"], + "members":{ + "accessLogSubscriptionIdentifier":{ + "shape":"AccessLogSubscriptionIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the access log subscription.
", + "location":"uri", + "locationName":"accessLogSubscriptionIdentifier" + } + } + }, + "GetAccessLogSubscriptionResponse":{ + "type":"structure", + "required":[ + "arn", + "createdAt", + "destinationArn", + "id", + "lastUpdatedAt", + "resourceArn", + "resourceId" + ], + "members":{ + "arn":{ + "shape":"AccessLogSubscriptionArn", + "documentation":"The Amazon Resource Name (ARN) of the access log subscription.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the access log subscription was created, specified in ISO-8601 format.
" + }, + "destinationArn":{ + "shape":"AccessLogDestinationArn", + "documentation":"The Amazon Resource Name (ARN) of the access log destination.
" + }, + "id":{ + "shape":"AccessLogSubscriptionId", + "documentation":"The ID of the access log subscription.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the access log subscription was last updated, specified in ISO-8601 format.
" + }, + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the service network or service.
" + }, + "resourceId":{ + "shape":"ResourceId", + "documentation":"The ID of the service network or service.
" + } + } + }, + "GetAuthPolicyRequest":{ + "type":"structure", + "required":["resourceIdentifier"], + "members":{ + "resourceIdentifier":{ + "shape":"ResourceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service network or service.
", + "location":"uri", + "locationName":"resourceIdentifier" + } + } + }, + "GetAuthPolicyResponse":{ + "type":"structure", + "members":{ + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the auth policy was created, specified in ISO-8601 format.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the auth policy was last updated, specified in ISO-8601 format.
" + }, + "policy":{ + "shape":"AuthPolicyString", + "documentation":"The auth policy.
" + }, + "state":{ + "shape":"AuthPolicyState", + "documentation":"The state of the auth policy. The auth policy is only active when the auth type is set to AWS_IAM. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the auth type is NONE, then any auth policy that you provide remains inactive. For more information, see Create a service network in the Amazon VPC Lattice User Guide.
The ID or Amazon Resource Name (ARN) of the listener.
", + "location":"uri", + "locationName":"listenerIdentifier" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + } + } + }, + "GetListenerResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ListenerArn", + "documentation":"The Amazon Resource Name (ARN) of the listener.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the listener was created, specified in ISO-8601 format.
" + }, + "defaultAction":{ + "shape":"RuleAction", + "documentation":"The actions for the default listener rule.
" + }, + "id":{ + "shape":"ListenerId", + "documentation":"The ID of the listener.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the listener was last updated, specified in ISO-8601 format.
" + }, + "name":{ + "shape":"ListenerName", + "documentation":"The name of the listener.
" + }, + "port":{ + "shape":"Port", + "documentation":"The listener port.
" + }, + "protocol":{ + "shape":"ListenerProtocol", + "documentation":"The listener protocol.
" + }, + "serviceArn":{ + "shape":"ServiceArn", + "documentation":"The Amazon Resource Name (ARN) of the service.
" + }, + "serviceId":{ + "shape":"ServiceId", + "documentation":"The ID of the service.
" + } + } + }, + "GetResourcePolicyRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the service network or service.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "GetResourcePolicyResponse":{ + "type":"structure", + "members":{ + "policy":{ + "shape":"PolicyString", + "documentation":"An IAM policy.
" + } + } + }, + "GetRuleRequest":{ + "type":"structure", + "required":[ + "listenerIdentifier", + "ruleIdentifier", + "serviceIdentifier" + ], + "members":{ + "listenerIdentifier":{ + "shape":"ListenerIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the listener.
", + "location":"uri", + "locationName":"listenerIdentifier" + }, + "ruleIdentifier":{ + "shape":"RuleIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the listener rule.
", + "location":"uri", + "locationName":"ruleIdentifier" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + } + } + }, + "GetRuleResponse":{ + "type":"structure", + "members":{ + "action":{ + "shape":"RuleAction", + "documentation":"The action for the default rule.
" + }, + "arn":{ + "shape":"RuleArn", + "documentation":"The Amazon Resource Name (ARN) of the listener.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the listener rule was created, specified in ISO-8601 format.
" + }, + "id":{ + "shape":"RuleId", + "documentation":"The ID of the listener.
" + }, + "isDefault":{ + "shape":"Boolean", + "documentation":"Indicates whether this is the default rule.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the listener rule was last updated, specified in ISO-8601 format.
" + }, + "match":{ + "shape":"RuleMatch", + "documentation":"The rule match.
" + }, + "name":{ + "shape":"RuleName", + "documentation":"The name of the listener.
" + }, + "priority":{ + "shape":"RulePriority", + "documentation":"The priority level for the specified rule.
" + } + } + }, + "GetServiceNetworkRequest":{ + "type":"structure", + "required":["serviceNetworkIdentifier"], + "members":{ + "serviceNetworkIdentifier":{ + "shape":"ServiceNetworkIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service network.
", + "location":"uri", + "locationName":"serviceNetworkIdentifier" + } + } + }, + "GetServiceNetworkResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkArn", + "documentation":"The Amazon Resource Name (ARN) of the service network.
" + }, + "authType":{ + "shape":"AuthType", + "documentation":"The type of IAM policy.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the service network was created, specified in ISO-8601 format.
" + }, + "id":{ + "shape":"ServiceNetworkId", + "documentation":"The ID of the service network.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time of the last update, specified in ISO-8601 format.
" + }, + "name":{ + "shape":"ServiceNetworkName", + "documentation":"The name of the service network.
" + }, + "numberOfAssociatedServices":{ + "shape":"Long", + "documentation":"The number of services associated with the service network.
" + }, + "numberOfAssociatedVPCs":{ + "shape":"Long", + "documentation":"The number of VPCs associated with the service network.
" + } + } + }, + "GetServiceNetworkServiceAssociationRequest":{ + "type":"structure", + "required":["serviceNetworkServiceAssociationIdentifier"], + "members":{ + "serviceNetworkServiceAssociationIdentifier":{ + "shape":"ServiceNetworkServiceAssociationIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the association.
", + "location":"uri", + "locationName":"serviceNetworkServiceAssociationIdentifier" + } + } + }, + "GetServiceNetworkServiceAssociationResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkServiceAssociationArn", + "documentation":"The Amazon Resource Name (ARN) of the association.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the association was created, specified in ISO-8601 format.
" + }, + "createdBy":{ + "shape":"AccountId", + "documentation":"The account that created the association.
" + }, + "customDomainName":{ + "shape":"ServiceCustomDomainName", + "documentation":"The custom domain name of the service.
" + }, + "dnsEntry":{ + "shape":"DnsEntry", + "documentation":"The DNS name of the service.
" + }, + "failureCode":{ + "shape":"String", + "documentation":"The failure code.
" + }, + "failureMessage":{ + "shape":"String", + "documentation":"The failure message.
" + }, + "id":{ + "shape":"ServiceNetworkServiceAssociationIdentifier", + "documentation":"The ID of the service network and service association.
" + }, + "serviceArn":{ + "shape":"ServiceArn", + "documentation":"The Amazon Resource Name (ARN) of the service.
" + }, + "serviceId":{ + "shape":"ServiceId", + "documentation":"The ID of the service.
" + }, + "serviceName":{ + "shape":"ServiceName", + "documentation":"The name of the service.
" + }, + "serviceNetworkArn":{ + "shape":"ServiceNetworkArn", + "documentation":"The Amazon Resource Name (ARN) of the service network.
" + }, + "serviceNetworkId":{ + "shape":"ServiceNetworkId", + "documentation":"The ID of the service network.
" + }, + "serviceNetworkName":{ + "shape":"ServiceNetworkName", + "documentation":"The name of the service network.
" + }, + "status":{ + "shape":"ServiceNetworkServiceAssociationStatus", + "documentation":"The status of the association.
" + } + } + }, + "GetServiceNetworkVpcAssociationRequest":{ + "type":"structure", + "required":["serviceNetworkVpcAssociationIdentifier"], + "members":{ + "serviceNetworkVpcAssociationIdentifier":{ + "shape":"ServiceNetworkVpcAssociationIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the association.
", + "location":"uri", + "locationName":"serviceNetworkVpcAssociationIdentifier" + } + } + }, + "GetServiceNetworkVpcAssociationResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkVpcAssociationArn", + "documentation":"The Amazon Resource Name (ARN) of the association.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the association was created, specified in ISO-8601 format.
" + }, + "createdBy":{ + "shape":"AccountId", + "documentation":"The account that created the association.
" + }, + "failureCode":{ + "shape":"String", + "documentation":"The failure code.
" + }, + "failureMessage":{ + "shape":"String", + "documentation":"The failure message.
" + }, + "id":{ + "shape":"ServiceNetworkVpcAssociationId", + "documentation":"The ID of the specified association between the service network and the VPC.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the association was last updated, specified in ISO-8601 format.
" + }, + "securityGroupIds":{ + "shape":"SecurityGroupList", + "documentation":"The IDs of the security groups.
" + }, + "serviceNetworkArn":{ + "shape":"ServiceNetworkArn", + "documentation":"The Amazon Resource Name (ARN) of the service network.
" + }, + "serviceNetworkId":{ + "shape":"ServiceNetworkId", + "documentation":"The ID of the service network.
" + }, + "serviceNetworkName":{ + "shape":"ServiceNetworkName", + "documentation":"The name of the service network.
" + }, + "status":{ + "shape":"ServiceNetworkVpcAssociationStatus", + "documentation":"The status of the association.
" + }, + "vpcId":{ + "shape":"VpcId", + "documentation":"The ID of the VPC.
" + } + } + }, + "GetServiceRequest":{ + "type":"structure", + "required":["serviceIdentifier"], + "members":{ + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + } + } + }, + "GetServiceResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceArn", + "documentation":"The Amazon Resource Name (ARN) of the service.
" + }, + "authType":{ + "shape":"AuthType", + "documentation":"The type of IAM policy.
" + }, + "certificateArn":{ + "shape":"CertificateArn", + "documentation":"The Amazon Resource Name (ARN) of the certificate.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the service was created, specified in ISO-8601 format.
" + }, + "customDomainName":{ + "shape":"ServiceCustomDomainName", + "documentation":"The custom domain name of the service.
" + }, + "dnsEntry":{ + "shape":"DnsEntry", + "documentation":"The DNS name of the service.
" + }, + "failureCode":{ + "shape":"FailureCode", + "documentation":"The failure code.
" + }, + "failureMessage":{ + "shape":"FailureMessage", + "documentation":"The failure message.
" + }, + "id":{ + "shape":"ServiceId", + "documentation":"The ID of the service.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the service was last updated, specified in ISO-8601 format.
" + }, + "name":{ + "shape":"ServiceName", + "documentation":"The name of the service.
" + }, + "status":{ + "shape":"ServiceStatus", + "documentation":"The status of the service.
" + } + } + }, + "GetTargetGroupRequest":{ + "type":"structure", + "required":["targetGroupIdentifier"], + "members":{ + "targetGroupIdentifier":{ + "shape":"TargetGroupIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the target group.
", + "location":"uri", + "locationName":"targetGroupIdentifier" + } + } + }, + "GetTargetGroupResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"TargetGroupArn", + "documentation":"The Amazon Resource Name (ARN) of the target group.
" + }, + "config":{ + "shape":"TargetGroupConfig", + "documentation":"The target group configuration.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the target group was created, specified in ISO-8601 format.
" + }, + "failureCode":{ + "shape":"String", + "documentation":"The failure code.
" + }, + "failureMessage":{ + "shape":"String", + "documentation":"The failure message.
" + }, + "id":{ + "shape":"TargetGroupId", + "documentation":"The ID of the target group.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the target group was last updated, specified in ISO-8601 format.
" + }, + "name":{ + "shape":"TargetGroupName", + "documentation":"The name of the target group.
" + }, + "serviceArns":{ + "shape":"ServiceArnList", + "documentation":"The Amazon Resource Names (ARNs) of the service.
" + }, + "status":{ + "shape":"TargetGroupStatus", + "documentation":"The status.
" + }, + "type":{ + "shape":"TargetGroupType", + "documentation":"The target group type.
" + } + } + }, + "HeaderMatch":{ + "type":"structure", + "required":[ + "match", + "name" + ], + "members":{ + "caseSensitive":{ + "shape":"Boolean", + "documentation":"Indicates whether the match is case sensitive.
" + }, + "match":{ + "shape":"HeaderMatchType", + "documentation":"The header match type.
" + }, + "name":{ + "shape":"HeaderMatchName", + "documentation":"The name of the header.
" + } + }, + "documentation":"Describes the constraints for a header match. Matches incoming requests with rule based on request header value before applying rule action.
" + }, + "HeaderMatchContains":{ + "type":"string", + "max":200, + "min":1 + }, + "HeaderMatchExact":{ + "type":"string", + "max":200, + "min":1 + }, + "HeaderMatchList":{ + "type":"list", + "member":{"shape":"HeaderMatch"}, + "max":5, + "min":1 + }, + "HeaderMatchName":{ + "type":"string", + "max":100, + "min":1 + }, + "HeaderMatchPrefix":{ + "type":"string", + "max":200, + "min":1 + }, + "HeaderMatchType":{ + "type":"structure", + "members":{ + "contains":{ + "shape":"HeaderMatchContains", + "documentation":"A contains type match.
" + }, + "exact":{ + "shape":"HeaderMatchExact", + "documentation":"An exact type match.
" + }, + "prefix":{ + "shape":"HeaderMatchPrefix", + "documentation":"A prefix type match. Matches the value with the prefix.
" + } + }, + "documentation":"Describes a header match type.
", + "union":true + }, + "HealthCheckConfig":{ + "type":"structure", + "members":{ + "enabled":{ + "shape":"Boolean", + "documentation":"Indicates whether health checking is enabled.
" + }, + "healthCheckIntervalSeconds":{ + "shape":"HealthCheckIntervalSeconds", + "documentation":"The approximate amount of time, in seconds, between health checks of an individual target. The range is 5–300 seconds. The default is 30 seconds.
" + }, + "healthCheckTimeoutSeconds":{ + "shape":"HealthCheckTimeoutSeconds", + "documentation":"The amount of time, in seconds, to wait before reporting a target as unhealthy. The range is 1–120 seconds. The default is 5 seconds.
" + }, + "healthyThresholdCount":{ + "shape":"HealthyThresholdCount", + "documentation":"The number of consecutive successful health checks required before considering an unhealthy target healthy. The range is 2–10. The default is 5.
" + }, + "matcher":{ + "shape":"Matcher", + "documentation":"The codes to use when checking for a successful response from a target.
" + }, + "path":{ + "shape":"HealthCheckPath", + "documentation":"The destination for health checks on the targets. If the protocol version is HTTP/1.1 or HTTP/2, specify a valid URI (for example, /path?query). The default path is /. Health checks are not supported if the protocol version is gRPC, however, you can choose HTTP/1.1 or HTTP/2 and specify a valid URI.
The port used when performing health checks on targets. The default setting is the port that a target receives traffic on.
" + }, + "protocol":{ + "shape":"TargetGroupProtocol", + "documentation":"The protocol used when performing health checks on targets. The possible protocols are HTTP and HTTPS. The default is HTTP.
The protocol version used when performing health checks on targets. The possible protocol versions are HTTP1 and HTTP2.
The number of consecutive failed health checks required before considering a target unhealthy. The range is 2–10. The default is 2.
" + } + }, + "documentation":"Describes the health check configuration of a target group. Health check configurations aren't used for target groups of type LAMBDA or ALB.
The header matches. Matches incoming requests with rule based on request header value before applying rule action.
" + }, + "method":{ + "shape":"HttpMethod", + "documentation":"The HTTP method type.
" + }, + "pathMatch":{ + "shape":"PathMatch", + "documentation":"The path match.
" + } + }, + "documentation":"Describes criteria that can be applied to incoming requests.
" + }, + "HttpMethod":{ + "type":"string", + "max":16, + "min":0 + }, + "HttpStatusCode":{ + "type":"integer", + "box":true, + "max":599, + "min":100 + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalServerException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "retryAfterSeconds":{ + "shape":"Integer", + "documentation":"The number of seconds to wait before retrying.
", + "location":"header", + "locationName":"Retry-After" + } + }, + "documentation":"An unexpected error occurred while processing the request.
", + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "IpAddressType":{ + "type":"string", + "enum":[ + "IPV4", + "IPV6" + ] + }, + "LambdaEventStructureVersion":{ + "type":"string", + "enum":[ + "V1", + "V2" + ] + }, + "ListAccessLogSubscriptionsRequest":{ + "type":"structure", + "required":["resourceIdentifier"], + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A pagination token for the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "resourceIdentifier":{ + "shape":"ResourceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service network or service.
", + "location":"querystring", + "locationName":"resourceIdentifier" + } + } + }, + "ListAccessLogSubscriptionsResponse":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"AccessLogSubscriptionList", + "documentation":"Information about the access log subscriptions.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A pagination token for the next page of results.
" + } + } + }, + "ListListenersRequest":{ + "type":"structure", + "required":["serviceIdentifier"], + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A pagination token for the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + } + } + }, + "ListListenersResponse":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"ListenerSummaryList", + "documentation":"Information about the listeners.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"If there are additional results, a pagination token for the next page of results.
" + } + } + }, + "ListRulesRequest":{ + "type":"structure", + "required":[ + "listenerIdentifier", + "serviceIdentifier" + ], + "members":{ + "listenerIdentifier":{ + "shape":"ListenerIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the listener.
", + "location":"uri", + "locationName":"listenerIdentifier" + }, + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A pagination token for the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + } + } + }, + "ListRulesResponse":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"RuleSummaryList", + "documentation":"Information about the rules.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"If there are additional results, a pagination token for the next page of results.
" + } + } + }, + "ListServiceNetworkServiceAssociationsRequest":{ + "type":"structure", + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A pagination token for the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"querystring", + "locationName":"serviceIdentifier" + }, + "serviceNetworkIdentifier":{ + "shape":"ServiceNetworkIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service network.
", + "location":"querystring", + "locationName":"serviceNetworkIdentifier" + } + } + }, + "ListServiceNetworkServiceAssociationsResponse":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"ServiceNetworkServiceAssociationList", + "documentation":"Information about the associations.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"If there are additional results, a pagination token for the next page of results.
" + } + } + }, + "ListServiceNetworkVpcAssociationsRequest":{ + "type":"structure", + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A pagination token for the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "serviceNetworkIdentifier":{ + "shape":"ServiceNetworkIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service network.
", + "location":"querystring", + "locationName":"serviceNetworkIdentifier" + }, + "vpcIdentifier":{ + "shape":"VpcId", + "documentation":"The ID or Amazon Resource Name (ARN) of the VPC.
", + "location":"querystring", + "locationName":"vpcIdentifier" + } + } + }, + "ListServiceNetworkVpcAssociationsResponse":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"ServiceNetworkVpcAssociationList", + "documentation":"Information about the associations.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"If there are additional results, a pagination token for the next page of results.
" + } + } + }, + "ListServiceNetworksRequest":{ + "type":"structure", + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A pagination token for the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + } + } + }, + "ListServiceNetworksResponse":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"ServiceNetworkList", + "documentation":"Information about the service networks.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"If there are additional results, a pagination token for the next page of results.
" + } + } + }, + "ListServicesRequest":{ + "type":"structure", + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A pagination token for the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + } + } + }, + "ListServicesResponse":{ + "type":"structure", + "members":{ + "items":{ + "shape":"ServiceList", + "documentation":"Information about the services.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"If there are additional results, a pagination token for the next page of results.
" + } + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "tags":{ + "shape":"TagMap", + "documentation":"Information about the tags.
" + } + } + }, + "ListTargetGroupsRequest":{ + "type":"structure", + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A pagination token for the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "targetGroupType":{ + "shape":"TargetGroupType", + "documentation":"The target group type.
", + "location":"querystring", + "locationName":"targetGroupType" + }, + "vpcIdentifier":{ + "shape":"VpcId", + "documentation":"The ID or Amazon Resource Name (ARN) of the VPC.
", + "location":"querystring", + "locationName":"vpcIdentifier" + } + } + }, + "ListTargetGroupsResponse":{ + "type":"structure", + "members":{ + "items":{ + "shape":"TargetGroupList", + "documentation":"Information about the target groups.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"If there are additional results, a pagination token for the next page of results.
" + } + } + }, + "ListTargetsRequest":{ + "type":"structure", + "required":["targetGroupIdentifier"], + "members":{ + "maxResults":{ + "shape":"MaxResults", + "documentation":"The maximum number of results to return.
", + "location":"querystring", + "locationName":"maxResults" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"A pagination token for the next page of results.
", + "location":"querystring", + "locationName":"nextToken" + }, + "targetGroupIdentifier":{ + "shape":"TargetGroupIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the target group.
", + "location":"uri", + "locationName":"targetGroupIdentifier" + }, + "targets":{ + "shape":"ListTargetsRequestTargetsList", + "documentation":"The targets.
" + } + } + }, + "ListTargetsRequestTargetsList":{ + "type":"list", + "member":{"shape":"Target"}, + "max":20, + "min":0 + }, + "ListTargetsResponse":{ + "type":"structure", + "required":["items"], + "members":{ + "items":{ + "shape":"TargetSummaryList", + "documentation":"Information about the targets.
" + }, + "nextToken":{ + "shape":"NextToken", + "documentation":"If there are additional results, a pagination token for the next page of results.
" + } + } + }, + "ListenerArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:service/svc-[0-9a-z]{17}/listener/listener-[0-9a-z]{17}$" + }, + "ListenerId":{ + "type":"string", + "max":26, + "min":26, + "pattern":"^listener-[0-9a-z]{17}$" + }, + "ListenerIdentifier":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"^((listener-[0-9a-z]{17})|(^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:service/svc-[0-9a-z]{17}/listener/listener-[0-9a-z]{17}$))$" + }, + "ListenerName":{ + "type":"string", + "max":63, + "min":3, + "pattern":"^(?!listener-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$" + }, + "ListenerProtocol":{ + "type":"string", + "enum":[ + "HTTP", + "HTTPS", + "TLS_PASSTHROUGH" + ] + }, + "ListenerSummary":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ListenerArn", + "documentation":"The Amazon Resource Name (ARN) of the listener.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the listener was created, specified in ISO-8601 format.
" + }, + "id":{ + "shape":"ListenerId", + "documentation":"The ID of the listener.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the listener was last updated, specified in ISO-8601 format.
" + }, + "name":{ + "shape":"ListenerName", + "documentation":"The name of the listener.
" + }, + "port":{ + "shape":"Port", + "documentation":"The listener port.
" + }, + "protocol":{ + "shape":"ListenerProtocol", + "documentation":"The listener protocol.
" + } + }, + "documentation":"Summary information about a listener.
" + }, + "ListenerSummaryList":{ + "type":"list", + "member":{"shape":"ListenerSummary"} + }, + "Long":{ + "type":"long", + "box":true + }, + "Matcher":{ + "type":"structure", + "members":{ + "httpCode":{ + "shape":"HttpCodeMatcher", + "documentation":"The HTTP code to use when checking for a successful response from a target.
" + } + }, + "documentation":"Describes the codes to use when checking for a successful response from a target for health checks.
", + "union":true + }, + "MaxResults":{ + "type":"integer", + "box":true, + "max":100, + "min":1 + }, + "NextToken":{ + "type":"string", + "max":2048, + "min":1 + }, + "PathMatch":{ + "type":"structure", + "required":["match"], + "members":{ + "caseSensitive":{ + "shape":"Boolean", + "documentation":"Indicates whether the match is case sensitive.
" + }, + "match":{ + "shape":"PathMatchType", + "documentation":"The type of path match.
" + } + }, + "documentation":"Describes the conditions that can be applied when matching a path for incoming requests.
" + }, + "PathMatchExact":{ + "type":"string", + "max":200, + "min":1, + "pattern":"^/[a-zA-Z0-9@:%_+.~#?&/=-]*$" + }, + "PathMatchPrefix":{ + "type":"string", + "max":200, + "min":1, + "pattern":"^/[a-zA-Z0-9@:%_+.~#?&/=-]*$" + }, + "PathMatchType":{ + "type":"structure", + "members":{ + "exact":{ + "shape":"PathMatchExact", + "documentation":"An exact match of the path.
" + }, + "prefix":{ + "shape":"PathMatchPrefix", + "documentation":"A prefix match of the path.
" + } + }, + "documentation":"Describes a path match type. Each rule can include only one of the following types of paths.
", + "union":true + }, + "PolicyString":{ + "type":"string", + "max":10000, + "min":1, + "pattern":"^.*\\S.*$" + }, + "Port":{ + "type":"integer", + "box":true, + "max":65535, + "min":1 + }, + "PutAuthPolicyRequest":{ + "type":"structure", + "required":[ + "policy", + "resourceIdentifier" + ], + "members":{ + "policy":{ + "shape":"AuthPolicyString", + "documentation":"The auth policy. The policy string in JSON must not contain newlines or blank lines.
" + }, + "resourceIdentifier":{ + "shape":"ResourceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.
", + "location":"uri", + "locationName":"resourceIdentifier" + } + } + }, + "PutAuthPolicyResponse":{ + "type":"structure", + "members":{ + "policy":{ + "shape":"AuthPolicyString", + "documentation":"The auth policy. The policy string in JSON must not contain newlines or blank lines.
" + }, + "state":{ + "shape":"AuthPolicyState", + "documentation":"The state of the auth policy. The auth policy is only active when the auth type is set to AWS_IAM. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the Auth type is NONE, then, any auth policy that you provide remains inactive. For more information, see Create a service network in the Amazon VPC Lattice User Guide.
An IAM policy. The policy string in JSON must not contain newlines or blank lines.
" + }, + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.
", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "PutResourcePolicyResponse":{ + "type":"structure", + "members":{ + } + }, + "RegisterTargetsRequest":{ + "type":"structure", + "required":[ + "targetGroupIdentifier", + "targets" + ], + "members":{ + "targetGroupIdentifier":{ + "shape":"TargetGroupIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the target group.
", + "location":"uri", + "locationName":"targetGroupIdentifier" + }, + "targets":{ + "shape":"RegisterTargetsRequestTargetsList", + "documentation":"The targets.
" + } + } + }, + "RegisterTargetsRequestTargetsList":{ + "type":"list", + "member":{"shape":"Target"}, + "max":100, + "min":1 + }, + "RegisterTargetsResponse":{ + "type":"structure", + "members":{ + "successful":{ + "shape":"TargetList", + "documentation":"The targets that were successfully registered.
" + }, + "unsuccessful":{ + "shape":"TargetFailureList", + "documentation":"The targets that were not registered.
" + } + } + }, + "ResourceArn":{ + "type":"string", + "max":200, + "min":20, + "pattern":"^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:((servicenetwork/sn)|(service/svc))-[0-9a-z]{17}$" + }, + "ResourceId":{ + "type":"string", + "max":50, + "min":20, + "pattern":"^((sn)|(svc))-[0-9a-z]{17}$" + }, + "ResourceIdentifier":{ + "type":"string", + "max":200, + "min":17, + "pattern":"^((((sn)|(svc))-[0-9a-z]{17})|(arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:((servicenetwork/sn)|(service/svc))-[0-9a-z]{17}))$" + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":[ + "message", + "resourceId", + "resourceType" + ], + "members":{ + "message":{"shape":"String"}, + "resourceId":{ + "shape":"String", + "documentation":"The resource ID.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"The resource type.
" + } + }, + "documentation":"The request references a resource that does not exist.
", + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "RuleAction":{ + "type":"structure", + "members":{ + "fixedResponse":{ + "shape":"FixedResponseAction", + "documentation":"The fixed response action. The rule returns a custom HTTP response.
" + }, + "forward":{ + "shape":"ForwardAction", + "documentation":"The forward action. Traffic that matches the rule is forwarded to the specified target groups.
" + } + }, + "documentation":"Describes the action for a rule.
", + "union":true + }, + "RuleArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:service/svc-[0-9a-z]{17}/listener/listener-[0-9a-z]{17}/rule/rule-[0-9a-z]{17}$" + }, + "RuleId":{ + "type":"string", + "max":22, + "min":5, + "pattern":"^rule-[0-9a-z]{17}$" + }, + "RuleIdentifier":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"^((rule-[0-9a-z]{17})|(^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:service/svc-[0-9a-z]{17}/listener/listener-[0-9a-z]{17}/rule/rule-[0-9a-z]{17}$))$" + }, + "RuleMatch":{ + "type":"structure", + "members":{ + "httpMatch":{ + "shape":"HttpMatch", + "documentation":"The HTTP criteria that a rule must match.
" + } + }, + "documentation":"Describes a rule match.
", + "union":true + }, + "RuleName":{ + "type":"string", + "max":63, + "min":3, + "pattern":"^(?!rule-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$" + }, + "RulePriority":{ + "type":"integer", + "box":true, + "max":100, + "min":1 + }, + "RuleSummary":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"RuleArn", + "documentation":"The Amazon Resource Name (ARN) of the rule.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the listener rule was created, specified in ISO-8601 format.
" + }, + "id":{ + "shape":"RuleId", + "documentation":"The ID of the rule.
" + }, + "isDefault":{ + "shape":"Boolean", + "documentation":"Indicates whether this is the default listener rule.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the listener rule was last updated, specified in ISO-8601 format.
" + }, + "name":{ + "shape":"RuleName", + "documentation":"The name of the rule.
" + }, + "priority":{ + "shape":"RulePriority", + "documentation":"The priority of the rule.
" + } + }, + "documentation":"Summary information about the listener rule.
" + }, + "RuleSummaryList":{ + "type":"list", + "member":{"shape":"RuleSummary"} + }, + "RuleUpdate":{ + "type":"structure", + "required":["ruleIdentifier"], + "members":{ + "action":{ + "shape":"RuleAction", + "documentation":"The rule action.
" + }, + "match":{ + "shape":"RuleMatch", + "documentation":"The rule match.
" + }, + "priority":{ + "shape":"RulePriority", + "documentation":"The rule priority. A listener can't have multiple rules with the same priority.
" + }, + "ruleIdentifier":{ + "shape":"RuleIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the rule.
" + } + }, + "documentation":"Describes a rule update.
" + }, + "RuleUpdateFailure":{ + "type":"structure", + "members":{ + "failureCode":{ + "shape":"FailureCode", + "documentation":"The failure code.
" + }, + "failureMessage":{ + "shape":"FailureMessage", + "documentation":"The failure message.
" + }, + "ruleIdentifier":{ + "shape":"RuleIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the rule.
" + } + }, + "documentation":"Describes a rule update that failed.
" + }, + "RuleUpdateFailureList":{ + "type":"list", + "member":{"shape":"RuleUpdateFailure"} + }, + "RuleUpdateList":{ + "type":"list", + "member":{"shape":"RuleUpdate"}, + "max":5, + "min":1 + }, + "RuleUpdateSuccess":{ + "type":"structure", + "members":{ + "action":{ + "shape":"RuleAction", + "documentation":"The action for the rule.
" + }, + "arn":{ + "shape":"RuleArn", + "documentation":"The Amazon Resource Name (ARN) of the listener.
" + }, + "id":{ + "shape":"RuleId", + "documentation":"The ID of the listener.
" + }, + "isDefault":{ + "shape":"Boolean", + "documentation":"Indicates whether this is the default rule.
" + }, + "match":{ + "shape":"RuleMatch", + "documentation":"The rule match.
" + }, + "name":{ + "shape":"RuleName", + "documentation":"The name of the listener.
" + }, + "priority":{ + "shape":"RulePriority", + "documentation":"The rule priority.
" + } + }, + "documentation":"Describes a successful rule update.
" + }, + "RuleUpdateSuccessList":{ + "type":"list", + "member":{"shape":"RuleUpdateSuccess"} + }, + "SecurityGroupId":{ + "type":"string", + "max":200, + "min":5, + "pattern":"^sg-(([0-9a-z]{8})|([0-9a-z]{17}))$" + }, + "SecurityGroupList":{ + "type":"list", + "member":{"shape":"SecurityGroupId"} + }, + "ServiceArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:service/svc-[0-9a-z]{17}$" + }, + "ServiceArnList":{ + "type":"list", + "member":{"shape":"ServiceArn"} + }, + "ServiceCustomDomainName":{ + "type":"string", + "max":255, + "min":3 + }, + "ServiceId":{ + "type":"string", + "max":21, + "min":21, + "pattern":"^svc-[0-9a-z]{17}$" + }, + "ServiceIdentifier":{ + "type":"string", + "max":2048, + "min":17, + "pattern":"^((svc-[0-9a-z]{17})|(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:service/svc-[0-9a-z]{17}))$" + }, + "ServiceList":{ + "type":"list", + "member":{"shape":"ServiceSummary"} + }, + "ServiceName":{ + "type":"string", + "max":40, + "min":3, + "pattern":"^(?!svc-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$" + }, + "ServiceNetworkArn":{ + "type":"string", + "max":2048, + "min":32, + "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:servicenetwork/sn-[0-9a-z]{17}$" + }, + "ServiceNetworkId":{ + "type":"string", + "max":32, + "min":32, + "pattern":"^sn-[0-9a-z]{17}$" + }, + "ServiceNetworkIdentifier":{ + "type":"string", + "max":2048, + "min":3, + "pattern":"^((sn-[0-9a-z]{17})|(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:servicenetwork/sn-[0-9a-z]{17}))$" + }, + "ServiceNetworkList":{ + "type":"list", + "member":{"shape":"ServiceNetworkSummary"} + }, + "ServiceNetworkName":{ + "type":"string", + "max":63, + "min":3, + "pattern":"^(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$" + }, + "ServiceNetworkServiceAssociationArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:servicenetworkserviceassociation/snsa-[0-9a-z]{17}$" + }, + "ServiceNetworkServiceAssociationIdentifier":{ + "type":"string", + "max":2048, + "min":17, + "pattern":"^((snsa-[0-9a-z]{17})|(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:servicenetworkserviceassociation/snsa-[0-9a-z]{17}))$" + }, + "ServiceNetworkServiceAssociationList":{ + "type":"list", + "member":{"shape":"ServiceNetworkServiceAssociationSummary"} + }, + "ServiceNetworkServiceAssociationStatus":{ + "type":"string", + "enum":[ + "CREATE_IN_PROGRESS", + "ACTIVE", + "DELETE_IN_PROGRESS", + "CREATE_FAILED", + "DELETE_FAILED" + ] + }, + "ServiceNetworkServiceAssociationSummary":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkServiceAssociationArn", + "documentation":"The Amazon Resource Name (ARN) of the association.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the association was created, specified in ISO-8601 format.
" + }, + "createdBy":{ + "shape":"AccountId", + "documentation":"The account that created the association.
" + }, + "customDomainName":{ + "shape":"ServiceCustomDomainName", + "documentation":"The custom domain name of the service.
" + }, + "dnsEntry":{ + "shape":"DnsEntry", + "documentation":"The DNS information.
" + }, + "id":{ + "shape":"ServiceNetworkServiceAssociationIdentifier", + "documentation":"The ID of the association.
" + }, + "serviceArn":{ + "shape":"ServiceArn", + "documentation":"The Amazon Resource Name (ARN) of the service.
" + }, + "serviceId":{ + "shape":"ServiceId", + "documentation":"The ID of the service.
" + }, + "serviceName":{ + "shape":"ServiceName", + "documentation":"The name of the service.
" + }, + "serviceNetworkArn":{ + "shape":"ServiceNetworkArn", + "documentation":"The Amazon Resource Name (ARN) of the service network.
" + }, + "serviceNetworkId":{ + "shape":"ServiceNetworkId", + "documentation":"The ID of the service network.
" + }, + "serviceNetworkName":{ + "shape":"ServiceNetworkName", + "documentation":"The name of the service network.
" + }, + "status":{ + "shape":"ServiceNetworkServiceAssociationStatus", + "documentation":"The status. If the deletion fails, try to delete again.
" + } + }, + "documentation":"Summary information about the association between a service network and a service.
" + }, + "ServiceNetworkSummary":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkArn", + "documentation":"The Amazon Resource Name (ARN) of the service network.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the service network was created, specified in ISO-8601 format.
" + }, + "id":{ + "shape":"ServiceNetworkId", + "documentation":"The ID of the service network.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the service network was last updated, specified in ISO-8601 format.
" + }, + "name":{ + "shape":"ServiceNetworkName", + "documentation":"The name of the service network.
" + }, + "numberOfAssociatedServices":{ + "shape":"Long", + "documentation":"The number of services associated with the service network.
" + }, + "numberOfAssociatedVPCs":{ + "shape":"Long", + "documentation":"The number of VPCs associated with the service network.
" + } + }, + "documentation":"Summary information about a service network.
" + }, + "ServiceNetworkVpcAssociationArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:servicenetworkvpcassociation/snva-[0-9a-z]{17}$" + }, + "ServiceNetworkVpcAssociationId":{ + "type":"string", + "max":22, + "min":22, + "pattern":"^snva-[0-9a-z]{17}$" + }, + "ServiceNetworkVpcAssociationIdentifier":{ + "type":"string", + "max":2048, + "min":17, + "pattern":"^((snva-[0-9a-z]{17})|(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:servicenetworkvpcassociation/snva-[0-9a-z]{17}))$" + }, + "ServiceNetworkVpcAssociationList":{ + "type":"list", + "member":{"shape":"ServiceNetworkVpcAssociationSummary"} + }, + "ServiceNetworkVpcAssociationStatus":{ + "type":"string", + "enum":[ + "CREATE_IN_PROGRESS", + "ACTIVE", + "UPDATE_IN_PROGRESS", + "DELETE_IN_PROGRESS", + "CREATE_FAILED", + "DELETE_FAILED", + "UPDATE_FAILED" + ] + }, + "ServiceNetworkVpcAssociationSummary":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkVpcAssociationArn", + "documentation":"The Amazon Resource Name (ARN) of the association.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the association was created, specified in ISO-8601 format.
" + }, + "createdBy":{ + "shape":"AccountId", + "documentation":"The account that created the association.
" + }, + "id":{ + "shape":"ServiceNetworkVpcAssociationId", + "documentation":"The ID of the association.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the association was last updated, specified in ISO-8601 format.
" + }, + "serviceNetworkArn":{ + "shape":"ServiceNetworkArn", + "documentation":"The Amazon Resource Name (ARN) of the service network.
" + }, + "serviceNetworkId":{ + "shape":"ServiceNetworkId", + "documentation":"The ID of the service network.
" + }, + "serviceNetworkName":{ + "shape":"ServiceNetworkName", + "documentation":"The name of the service network.
" + }, + "status":{ + "shape":"ServiceNetworkVpcAssociationStatus", + "documentation":"The status.
" + }, + "vpcId":{ + "shape":"VpcId", + "documentation":"The ID of the VPC.
" + } + }, + "documentation":"Summary information about an association between a service network and a VPC.
" + }, + "ServiceQuotaExceededException":{ + "type":"structure", + "required":[ + "message", + "quotaCode", + "resourceType", + "serviceCode" + ], + "members":{ + "message":{"shape":"String"}, + "quotaCode":{ + "shape":"String", + "documentation":"The ID of the service quota that was exceeded.
" + }, + "resourceId":{ + "shape":"String", + "documentation":"The resource ID.
" + }, + "resourceType":{ + "shape":"String", + "documentation":"The resource type.
" + }, + "serviceCode":{ + "shape":"String", + "documentation":"The service code.
" + } + }, + "documentation":"The request would cause a service quota to be exceeded.
", + "error":{ + "httpStatusCode":402, + "senderFault":true + }, + "exception":true + }, + "ServiceStatus":{ + "type":"string", + "enum":[ + "ACTIVE", + "CREATE_IN_PROGRESS", + "DELETE_IN_PROGRESS", + "CREATE_FAILED", + "DELETE_FAILED" + ] + }, + "ServiceSummary":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceArn", + "documentation":"The Amazon Resource Name (ARN) of the service.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the service was created, specified in ISO-8601 format.
" + }, + "customDomainName":{ + "shape":"ServiceCustomDomainName", + "documentation":"The custom domain name of the service.
" + }, + "dnsEntry":{ + "shape":"DnsEntry", + "documentation":"The DNS information.
" + }, + "id":{ + "shape":"ServiceId", + "documentation":"The ID of the service.
" + }, + "lastUpdatedAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the service was last updated. The format is ISO-8601.
" + }, + "name":{ + "shape":"ServiceName", + "documentation":"The name of the service.
" + }, + "status":{ + "shape":"ServiceStatus", + "documentation":"The status.
" + } + }, + "documentation":"Summary information about a service.
" + }, + "String":{"type":"string"}, + "TagKey":{ + "type":"string", + "max":128, + "min":1 + }, + "TagKeys":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":200, + "min":0 + }, + "TagMap":{ + "type":"map", + "key":{ + "shape":"TagKey", + "documentation":"The key of the tag.
Constraints: Tag keys are case-sensitive and accept a maximum of 128 Unicode characters. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @ May not begin with aws:.
The value of the tag.
Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @
" + }, + "max":200, + "min":0 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tags" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tags":{ + "shape":"TagMap", + "documentation":"The tags for the resource.
" + } + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0 + }, + "Target":{ + "type":"structure", + "required":["id"], + "members":{ + "id":{ + "shape":"TargetIdString", + "documentation":"The ID of the target. If the target group type is INSTANCE, this is an instance ID. If the target group type is IP, this is an IP address. If the target group type is LAMBDA, this is the ARN of a Lambda function. If the target group type is ALB, this is the ARN of an Application Load Balancer.
The port on which the target is listening. For HTTP, the default is 80. For HTTPS, the default is 443.
" + } + }, + "documentation":"Describes a target.
" + }, + "TargetFailure":{ + "type":"structure", + "members":{ + "failureCode":{ + "shape":"String", + "documentation":"The failure code.
" + }, + "failureMessage":{ + "shape":"String", + "documentation":"The failure message.
" + }, + "id":{ + "shape":"String", + "documentation":"The ID of the target. If the target group type is INSTANCE, this is an instance ID. If the target group type is IP, this is an IP address. If the target group type is LAMBDA, this is the ARN of a Lambda function. If the target group type is ALB, this is the ARN of an Application Load Balancer.
The port on which the target is listening. This parameter doesn't apply if the target is a Lambda function.
" + } + }, + "documentation":"Describes a target failure.
" + }, + "TargetFailureList":{ + "type":"list", + "member":{"shape":"TargetFailure"} + }, + "TargetGroupArn":{ + "type":"string", + "max":2048, + "min":20, + "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:targetgroup/tg-[0-9a-z]{17}$" + }, + "TargetGroupConfig":{ + "type":"structure", + "members":{ + "healthCheck":{ + "shape":"HealthCheckConfig", + "documentation":"The health check configuration. Not supported if the target group type is LAMBDA or ALB.
The type of IP address used for the target group. Supported only if the target group type is IP. The default is IPV4.
The version of the event structure that your Lambda function receives. Supported only if the target group type is LAMBDA. The default is V1.
The port on which the targets are listening. For HTTP, the default is 80. For HTTPS, the default is 443. Not supported if the target group type is LAMBDA.
The protocol to use for routing traffic to the targets. The default is the protocol of the target group. Not supported if the target group type is LAMBDA.
The protocol version. The default is HTTP1. Not supported if the target group type is LAMBDA.
The ID of the VPC. Not supported if the target group type is LAMBDA.
Describes the configuration of a target group.
For more information, see Target groups in the Amazon VPC Lattice User Guide.
" + }, + "TargetGroupId":{ + "type":"string", + "max":20, + "min":20, + "pattern":"^tg-[0-9a-z]{17}$" + }, + "TargetGroupIdentifier":{ + "type":"string", + "max":2048, + "min":17, + "pattern":"^((tg-[0-9a-z]{17})|(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:targetgroup/tg-[0-9a-z]{17}))$" + }, + "TargetGroupList":{ + "type":"list", + "member":{"shape":"TargetGroupSummary"} + }, + "TargetGroupName":{ + "type":"string", + "max":128, + "min":3, + "pattern":"^(?!tg-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$" + }, + "TargetGroupProtocol":{ + "type":"string", + "enum":[ + "HTTP", + "HTTPS", + "TCP" + ] + }, + "TargetGroupProtocolVersion":{ + "type":"string", + "enum":[ + "HTTP1", + "HTTP2", + "GRPC" + ] + }, + "TargetGroupStatus":{ + "type":"string", + "enum":[ + "CREATE_IN_PROGRESS", + "ACTIVE", + "DELETE_IN_PROGRESS", + "CREATE_FAILED", + "DELETE_FAILED" + ] + }, + "TargetGroupSummary":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"TargetGroupArn", + "documentation":"The ARN (Amazon Resource Name) of the target group.
" + }, + "createdAt":{ + "shape":"Timestamp", + "documentation":"The date and time that the target group was created, specified in ISO-8601 format.
" + }, + "id":{ + "shape":"TargetGroupId", + "documentation":"The ID of the target group.
" + }, + "ipAddressType":{ + "shape":"IpAddressType", + "documentation":"The type of IP address used for the target group. The possible values are IPV4 and IPV6. This is an optional parameter. If not specified, the default is IPV4.
The version of the event structure that your Lambda function receives. Supported only if the target group type is LAMBDA.
The date and time that the target group was last updated, specified in ISO-8601 format.
" + }, + "name":{ + "shape":"TargetGroupName", + "documentation":"The name of the target group.
" + }, + "port":{ + "shape":"Port", + "documentation":"The port of the target group.
" + }, + "protocol":{ + "shape":"TargetGroupProtocol", + "documentation":"The protocol of the target group.
" + }, + "serviceArns":{ + "shape":"ServiceArnList", + "documentation":"The Amazon Resource Names (ARNs) of the service.
" + }, + "status":{ + "shape":"TargetGroupStatus", + "documentation":"The status.
" + }, + "type":{ + "shape":"TargetGroupType", + "documentation":"The target group type.
" + }, + "vpcIdentifier":{ + "shape":"VpcId", + "documentation":"The ID of the VPC of the target group.
" + } + }, + "documentation":"Summary information about a target group.
For more information, see Target groups in the Amazon VPC Lattice User Guide.
" + }, + "TargetGroupType":{ + "type":"string", + "enum":[ + "IP", + "LAMBDA", + "INSTANCE", + "ALB" + ] + }, + "TargetGroupWeight":{ + "type":"integer", + "box":true, + "max":999, + "min":0 + }, + "TargetIdString":{ + "type":"string", + "max":200, + "min":1 + }, + "TargetList":{ + "type":"list", + "member":{"shape":"Target"} + }, + "TargetStatus":{ + "type":"string", + "enum":[ + "DRAINING", + "UNAVAILABLE", + "HEALTHY", + "UNHEALTHY", + "INITIAL", + "UNUSED" + ] + }, + "TargetSummary":{ + "type":"structure", + "members":{ + "id":{ + "shape":"String", + "documentation":"The ID of the target. If the target group type is INSTANCE, this is an instance ID. If the target group type is IP, this is an IP address. If the target group type is LAMBDA, this is the ARN of a Lambda function. If the target type is ALB, this is the ARN of an Application Load Balancer.
The port on which the target is listening.
" + }, + "reasonCode":{ + "shape":"String", + "documentation":"The code for why the target status is what it is.
" + }, + "status":{ + "shape":"TargetStatus", + "documentation":"The status of the target.
DRAINING: The target is being deregistered. No new connections are sent to this target while current connections are being drained. The default draining time is 5 minutes.
UNAVAILABLE: Health checks are unavailable for the target group.
HEALTHY: The target is healthy.
UNHEALTHY: The target is unhealthy.
INITIAL: Initial health checks on the target are being performed.
UNUSED: Target group is not used in a service.
Summary information about a target.
" + }, + "TargetSummaryList":{ + "type":"list", + "member":{"shape":"TargetSummary"} + }, + "ThrottlingException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "quotaCode":{ + "shape":"String", + "documentation":"The ID of the service quota that was exceeded.
" + }, + "retryAfterSeconds":{ + "shape":"Integer", + "documentation":"The number of seconds to wait before retrying.
", + "location":"header", + "locationName":"Retry-After" + }, + "serviceCode":{ + "shape":"String", + "documentation":"The service code.
" + } + }, + "documentation":"The limit on the number of requests per second was exceeded.
", + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":true} + }, + "Timestamp":{ + "type":"timestamp", + "timestampFormat":"iso8601" + }, + "UnhealthyThresholdCount":{ + "type":"integer", + "box":true, + "max":10, + "min":0 + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "documentation":"The Amazon Resource Name (ARN) of the resource.
", + "location":"uri", + "locationName":"resourceArn" + }, + "tagKeys":{ + "shape":"TagKeys", + "documentation":"The tag keys of the tags to remove.
", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateAccessLogSubscriptionRequest":{ + "type":"structure", + "required":[ + "accessLogSubscriptionIdentifier", + "destinationArn" + ], + "members":{ + "accessLogSubscriptionIdentifier":{ + "shape":"AccessLogSubscriptionIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the access log subscription.
", + "location":"uri", + "locationName":"accessLogSubscriptionIdentifier" + }, + "destinationArn":{ + "shape":"AccessLogDestinationArn", + "documentation":"The Amazon Resource Name (ARN) of the access log destination.
" + } + } + }, + "UpdateAccessLogSubscriptionResponse":{ + "type":"structure", + "required":[ + "arn", + "destinationArn", + "id", + "resourceArn", + "resourceId" + ], + "members":{ + "arn":{ + "shape":"AccessLogSubscriptionArn", + "documentation":"The Amazon Resource Name (ARN) of the access log subscription.
" + }, + "destinationArn":{ + "shape":"AccessLogDestinationArn", + "documentation":"The Amazon Resource Name (ARN) of the access log destination.
" + }, + "id":{ + "shape":"AccessLogSubscriptionId", + "documentation":"The ID of the access log subscription.
" + }, + "resourceArn":{ + "shape":"ResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the access log subscription.
" + }, + "resourceId":{ + "shape":"ResourceId", + "documentation":"The ID of the resource.
" + } + } + }, + "UpdateListenerRequest":{ + "type":"structure", + "required":[ + "defaultAction", + "listenerIdentifier", + "serviceIdentifier" + ], + "members":{ + "defaultAction":{ + "shape":"RuleAction", + "documentation":"The action for the default rule.
" + }, + "listenerIdentifier":{ + "shape":"ListenerIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the listener.
", + "location":"uri", + "locationName":"listenerIdentifier" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + } + } + }, + "UpdateListenerResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ListenerArn", + "documentation":"The Amazon Resource Name (ARN) of the listener.
" + }, + "defaultAction":{ + "shape":"RuleAction", + "documentation":"The action for the default rule.
" + }, + "id":{ + "shape":"ListenerId", + "documentation":"The ID of the listener.
" + }, + "name":{ + "shape":"ListenerName", + "documentation":"The name of the listener.
" + }, + "port":{ + "shape":"Port", + "documentation":"The listener port.
" + }, + "protocol":{ + "shape":"ListenerProtocol", + "documentation":"The protocol of the listener.
" + }, + "serviceArn":{ + "shape":"ServiceArn", + "documentation":"The Amazon Resource Name (ARN) of the service.
" + }, + "serviceId":{ + "shape":"ServiceId", + "documentation":"The ID of the service.
" + } + } + }, + "UpdateRuleRequest":{ + "type":"structure", + "required":[ + "listenerIdentifier", + "ruleIdentifier", + "serviceIdentifier" + ], + "members":{ + "action":{ + "shape":"RuleAction", + "documentation":"Information about the action for the specified listener rule.
" + }, + "listenerIdentifier":{ + "shape":"ListenerIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the listener.
", + "location":"uri", + "locationName":"listenerIdentifier" + }, + "match":{ + "shape":"RuleMatch", + "documentation":"The rule match.
" + }, + "priority":{ + "shape":"RulePriority", + "documentation":"The rule priority. A listener can't have multiple rules with the same priority.
" + }, + "ruleIdentifier":{ + "shape":"RuleIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the rule.
", + "location":"uri", + "locationName":"ruleIdentifier" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + } + } + }, + "UpdateRuleResponse":{ + "type":"structure", + "members":{ + "action":{ + "shape":"RuleAction", + "documentation":"Information about the action for the specified listener rule.
" + }, + "arn":{ + "shape":"RuleArn", + "documentation":"The Amazon Resource Name (ARN) of the listener.
" + }, + "id":{ + "shape":"RuleId", + "documentation":"The ID of the listener.
" + }, + "isDefault":{ + "shape":"Boolean", + "documentation":"Indicates whether this is the default rule.
" + }, + "match":{ + "shape":"RuleMatch", + "documentation":"The rule match.
" + }, + "name":{ + "shape":"RuleName", + "documentation":"The name of the listener.
" + }, + "priority":{ + "shape":"RulePriority", + "documentation":"The rule priority.
" + } + } + }, + "UpdateServiceNetworkRequest":{ + "type":"structure", + "required":[ + "authType", + "serviceNetworkIdentifier" + ], + "members":{ + "authType":{ + "shape":"AuthType", + "documentation":"The type of IAM policy.
NONE: The resource does not use an IAM policy. This is the default.
AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.
The ID or Amazon Resource Name (ARN) of the service network.
", + "location":"uri", + "locationName":"serviceNetworkIdentifier" + } + } + }, + "UpdateServiceNetworkResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkArn", + "documentation":"The Amazon Resource Name (ARN) of the service network.
" + }, + "authType":{ + "shape":"AuthType", + "documentation":"The type of IAM policy.
" + }, + "id":{ + "shape":"ServiceNetworkId", + "documentation":"The ID of the service network.
" + }, + "name":{ + "shape":"ServiceNetworkName", + "documentation":"The name of the service network.
" + } + } + }, + "UpdateServiceNetworkVpcAssociationRequest":{ + "type":"structure", + "required":[ + "securityGroupIds", + "serviceNetworkVpcAssociationIdentifier" + ], + "members":{ + "securityGroupIds":{ + "shape":"UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList", + "documentation":"The IDs of the security groups.
" + }, + "serviceNetworkVpcAssociationIdentifier":{ + "shape":"ServiceNetworkVpcAssociationIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the association.
", + "location":"uri", + "locationName":"serviceNetworkVpcAssociationIdentifier" + } + } + }, + "UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList":{ + "type":"list", + "member":{"shape":"SecurityGroupId"}, + "max":5, + "min":1 + }, + "UpdateServiceNetworkVpcAssociationResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceNetworkVpcAssociationArn", + "documentation":"The Amazon Resource Name (ARN) of the association.
" + }, + "createdBy":{ + "shape":"AccountId", + "documentation":"The account that created the association.
" + }, + "id":{ + "shape":"ServiceNetworkVpcAssociationId", + "documentation":"The ID of the association.
" + }, + "securityGroupIds":{ + "shape":"SecurityGroupList", + "documentation":"The IDs of the security groups.
" + }, + "status":{ + "shape":"ServiceNetworkVpcAssociationStatus", + "documentation":"The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it while the status is DELETE_IN_PROGRESS, there is no change in the status.
The type of IAM policy.
NONE: The resource does not use an IAM policy. This is the default.
AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.
The Amazon Resource Name (ARN) of the certificate.
" + }, + "serviceIdentifier":{ + "shape":"ServiceIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the service.
", + "location":"uri", + "locationName":"serviceIdentifier" + } + } + }, + "UpdateServiceResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"ServiceArn", + "documentation":"The Amazon Resource Name (ARN) of the service.
" + }, + "authType":{ + "shape":"AuthType", + "documentation":"The type of IAM policy.
" + }, + "certificateArn":{ + "shape":"CertificateArn", + "documentation":"The Amazon Resource Name (ARN) of the certificate.
" + }, + "customDomainName":{ + "shape":"ServiceCustomDomainName", + "documentation":"The custom domain name of the service.
" + }, + "id":{ + "shape":"ServiceId", + "documentation":"The ID of the service.
" + }, + "name":{ + "shape":"ServiceName", + "documentation":"The name of the service.
" + } + } + }, + "UpdateTargetGroupRequest":{ + "type":"structure", + "required":[ + "healthCheck", + "targetGroupIdentifier" + ], + "members":{ + "healthCheck":{ + "shape":"HealthCheckConfig", + "documentation":"The health check configuration.
" + }, + "targetGroupIdentifier":{ + "shape":"TargetGroupIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the target group.
", + "location":"uri", + "locationName":"targetGroupIdentifier" + } + } + }, + "UpdateTargetGroupResponse":{ + "type":"structure", + "members":{ + "arn":{ + "shape":"TargetGroupArn", + "documentation":"The Amazon Resource Name (ARN) of the target group.
" + }, + "config":{ + "shape":"TargetGroupConfig", + "documentation":"The target group configuration.
" + }, + "id":{ + "shape":"TargetGroupId", + "documentation":"The ID of the target group.
" + }, + "name":{ + "shape":"TargetGroupName", + "documentation":"The name of the target group.
" + }, + "status":{ + "shape":"TargetGroupStatus", + "documentation":"The status.
" + }, + "type":{ + "shape":"TargetGroupType", + "documentation":"The target group type.
" + } + } + }, + "ValidationException":{ + "type":"structure", + "required":[ + "message", + "reason" + ], + "members":{ + "fieldList":{ + "shape":"ValidationExceptionFieldList", + "documentation":"The fields that failed validation.
" + }, + "message":{"shape":"String"}, + "reason":{ + "shape":"ValidationExceptionReason", + "documentation":"The reason.
" + } + }, + "documentation":"The input does not satisfy the constraints specified by an Amazon Web Services service.
", + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ValidationExceptionField":{ + "type":"structure", + "required":[ + "message", + "name" + ], + "members":{ + "message":{ + "shape":"String", + "documentation":"Additional information about why the validation failed.
" + }, + "name":{ + "shape":"String", + "documentation":"The name of the validation exception.
" + } + }, + "documentation":"Describes a validation failure.
" + }, + "ValidationExceptionFieldList":{ + "type":"list", + "member":{"shape":"ValidationExceptionField"} + }, + "ValidationExceptionReason":{ + "type":"string", + "enum":[ + "unknownOperation", + "cannotParse", + "fieldValidationFailed", + "other" + ] + }, + "VpcId":{ + "type":"string", + "max":50, + "min":5, + "pattern":"^vpc-(([0-9a-z]{8})|([0-9a-z]{17}))$" + }, + "WeightedTargetGroup":{ + "type":"structure", + "required":["targetGroupIdentifier"], + "members":{ + "targetGroupIdentifier":{ + "shape":"TargetGroupIdentifier", + "documentation":"The ID or Amazon Resource Name (ARN) of the target group.
" + }, + "weight":{ + "shape":"TargetGroupWeight", + "documentation":"Only required if you specify multiple target groups for a forward action. The weight determines how requests are distributed to the target group. For example, if you specify two target groups, each with a weight of 10, each target group receives half the requests. If you specify two target groups, one with a weight of 10 and the other with a weight of 20, the target group with a weight of 20 receives twice as many requests as the other target group. If there's only one target group specified, then the default value is 100.
" + } + }, + "documentation":"Describes the weight of a target group.
" + }, + "WeightedTargetGroupList":{ + "type":"list", + "member":{"shape":"WeightedTargetGroup"}, + "max":10, + "min":1 + } + }, + "documentation":"Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs). Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that you can discover and manage them more efficiently. For more information, see the Amazon VPC Lattice User Guide
" +}