cdk-lambda-subminute 2.0.475 → 2.0.477
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/Crashpad/settings.dat +0 -0
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +295 -29
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +3 -0
- package/node_modules/aws-sdk/apis/deadline-2023-10-12.min.json +1679 -1672
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +81 -23
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +11 -1
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +79 -79
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +188 -180
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +37 -24
- package/node_modules/aws-sdk/clients/bedrock.d.ts +288 -0
- package/node_modules/aws-sdk/clients/codebuild.d.ts +14 -2
- package/node_modules/aws-sdk/clients/deadline.d.ts +1562 -1562
- package/node_modules/aws-sdk/clients/ecs.d.ts +54 -54
- package/node_modules/aws-sdk/clients/lambda.d.ts +56 -10
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +16 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +25 -17
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +10 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +275 -206
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
395
395
|
/**
|
396
396
|
* @constant
|
397
397
|
*/
|
398
|
-
VERSION: '2.
|
398
|
+
VERSION: '2.1679.0',
|
399
399
|
|
400
400
|
/**
|
401
401
|
* @api private
|
@@ -36959,7 +36959,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
36959
36959
|
/* 132 */
|
36960
36960
|
/***/ (function(module, exports) {
|
36961
36961
|
|
36962
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2016-10-06","endpointPrefix":"codebuild","jsonVersion":"1.1","protocol":"json","protocols":["json"],"serviceFullName":"AWS CodeBuild","serviceId":"CodeBuild","signatureVersion":"v4","targetPrefix":"CodeBuild_20161006","uid":"codebuild-2016-10-06","auth":["aws.auth#sigv4"]},"operations":{"BatchDeleteBuilds":{"input":{"type":"structure","required":["ids"],"members":{"ids":{"shape":"S2"}}},"output":{"type":"structure","members":{"buildsDeleted":{"shape":"S2"},"buildsNotDeleted":{"shape":"S5"}}}},"BatchGetBuildBatches":{"input":{"type":"structure","required":["ids"],"members":{"ids":{"shape":"S9"}}},"output":{"type":"structure","members":{"buildBatches":{"type":"list","member":{"shape":"Sc"}},"buildBatchesNotFound":{"shape":"S9"}}}},"BatchGetBuilds":{"input":{"type":"structure","required":["ids"],"members":{"ids":{"shape":"S2"}}},"output":{"type":"structure","members":{"builds":{"type":"list","member":{"shape":"S24"}},"buildsNotFound":{"shape":"S2"}}}},"BatchGetFleets":{"input":{"type":"structure","required":["names"],"members":{"names":{"shape":"S2f"}}},"output":{"type":"structure","members":{"fleets":{"type":"list","member":{"shape":"S2i"}},"fleetsNotFound":{"shape":"S2f"}}}},"BatchGetProjects":{"input":{"type":"structure","required":["names"],"members":{"names":{"shape":"S30"}}},"output":{"type":"structure","members":{"projects":{"type":"list","member":{"shape":"S33"}},"projectsNotFound":{"shape":"S30"}}}},"BatchGetReportGroups":{"input":{"type":"structure","required":["reportGroupArns"],"members":{"reportGroupArns":{"shape":"S3n"}}},"output":{"type":"structure","members":{"reportGroups":{"type":"list","member":{"shape":"S3q"}},"reportGroupsNotFound":{"shape":"S3n"}}}},"BatchGetReports":{"input":{"type":"structure","required":["reportArns"],"members":{"reportArns":{"shape":"S3z"}}},"output":{"type":"structure","members":{"reports":{"type":"list","member":{"type":"structure","members":{"arn":{},"type":{},"name":{},"reportGroupArn":{},"executionId":{},"status":{},"created":{"type":"timestamp"},"expired":{"type":"timestamp"},"exportConfig":{"shape":"S3t"},"truncated":{"type":"boolean"},"testSummary":{"type":"structure","required":["total","statusCounts","durationInNanoSeconds"],"members":{"total":{"type":"integer"},"statusCounts":{"type":"map","key":{},"value":{"type":"integer"}},"durationInNanoSeconds":{"type":"long"}}},"codeCoverageSummary":{"type":"structure","members":{"lineCoveragePercentage":{"type":"double"},"linesCovered":{"type":"integer"},"linesMissed":{"type":"integer"},"branchCoveragePercentage":{"type":"double"},"branchesCovered":{"type":"integer"},"branchesMissed":{"type":"integer"}}}}}},"reportsNotFound":{"shape":"S3z"}}}},"CreateFleet":{"input":{"type":"structure","required":["name","baseCapacity","environmentType","computeType"],"members":{"name":{},"baseCapacity":{"type":"integer"},"environmentType":{},"computeType":{},"scalingConfiguration":{"shape":"S4a"},"overflowBehavior":{},"vpcConfig":{"shape":"S1j"},"fleetServiceRole":{},"tags":{"shape":"S2v"}}},"output":{"type":"structure","members":{"fleet":{"shape":"S2i"}}}},"CreateProject":{"input":{"type":"structure","required":["name","source","artifacts","environment","serviceRole"],"members":{"name":{},"description":{},"source":{"shape":"Sl"},"secondarySources":{"shape":"St"},"sourceVersion":{},"secondarySourceVersions":{"shape":"Su"},"artifacts":{"shape":"S36"},"secondaryArtifacts":{"shape":"S39"},"cache":{"shape":"Sz"},"environment":{"shape":"S13"},"serviceRole":{},"timeoutInMinutes":{"type":"integer"},"queuedTimeoutInMinutes":{"type":"integer"},"encryptionKey":{},"tags":{"shape":"S2v"},"vpcConfig":{"shape":"S1j"},"badgeEnabled":{"type":"boolean"},"logsConfig":{"shape":"S1d"},"fileSystemLocations":{"shape":"S1m"},"buildBatchConfig":{"shape":"S1p"},"concurrentBuildLimit":{"type":"integer"}}},"output":{"type":"structure","members":{"project":{"shape":"S33"}}}},"CreateReportGroup":{"input":{"type":"structure","required":["name","type","exportConfig"],"members":{"name":{},"type":{},"exportConfig":{"shape":"S3t"},"tags":{"shape":"S2v"}}},"output":{"type":"structure","members":{"reportGroup":{"shape":"S3q"}}}},"CreateWebhook":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{},"branchFilter":{},"filterGroups":{"shape":"S3d"},"buildType":{},"manualCreation":{"type":"boolean"},"scopeConfiguration":{"shape":"S3i"}}},"output":{"type":"structure","members":{"webhook":{"shape":"S3c"}}}},"DeleteBuildBatch":{"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{"statusCode":{},"buildsDeleted":{"shape":"S2"},"buildsNotDeleted":{"shape":"S5"}}}},"DeleteFleet":{"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{}}},"DeleteProject":{"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","members":{}}},"DeleteReport":{"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{}}},"DeleteReportGroup":{"input":{"type":"structure","required":["arn"],"members":{"arn":{},"deleteReports":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"DeleteResourcePolicy":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{}}},"DeleteSourceCredentials":{"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{"arn":{}}}},"DeleteWebhook":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{}}},"output":{"type":"structure","members":{}}},"DescribeCodeCoverages":{"input":{"type":"structure","required":["reportArn"],"members":{"reportArn":{},"nextToken":{},"maxResults":{"type":"integer"},"sortOrder":{},"sortBy":{},"minLineCoveragePercentage":{"type":"double"},"maxLineCoveragePercentage":{"type":"double"}}},"output":{"type":"structure","members":{"nextToken":{},"codeCoverages":{"type":"list","member":{"type":"structure","members":{"id":{},"reportARN":{},"filePath":{},"lineCoveragePercentage":{"type":"double"},"linesCovered":{"type":"integer"},"linesMissed":{"type":"integer"},"branchCoveragePercentage":{"type":"double"},"branchesCovered":{"type":"integer"},"branchesMissed":{"type":"integer"},"expired":{"type":"timestamp"}}}}}}},"DescribeTestCases":{"input":{"type":"structure","required":["reportArn"],"members":{"reportArn":{},"nextToken":{},"maxResults":{"type":"integer"},"filter":{"type":"structure","members":{"status":{},"keyword":{}}}}},"output":{"type":"structure","members":{"nextToken":{},"testCases":{"type":"list","member":{"type":"structure","members":{"reportArn":{},"testRawDataPath":{},"prefix":{},"name":{},"status":{},"durationInNanoSeconds":{"type":"long"},"message":{},"expired":{"type":"timestamp"}}}}}}},"GetReportGroupTrend":{"input":{"type":"structure","required":["reportGroupArn","trendField"],"members":{"reportGroupArn":{},"numOfReports":{"type":"integer"},"trendField":{}}},"output":{"type":"structure","members":{"stats":{"type":"structure","members":{"average":{},"max":{},"min":{}}},"rawData":{"type":"list","member":{"type":"structure","members":{"reportArn":{},"data":{}}}}}}},"GetResourcePolicy":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{"policy":{}}}},"ImportSourceCredentials":{"input":{"type":"structure","required":["token","serverType","authType"],"members":{"username":{},"token":{"type":"string","sensitive":true},"serverType":{},"authType":{},"shouldOverwrite":{"type":"boolean"}}},"output":{"type":"structure","members":{"arn":{}}}},"InvalidateProjectCache":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{}}},"output":{"type":"structure","members":{}}},"ListBuildBatches":{"input":{"type":"structure","members":{"filter":{"shape":"S5q"},"maxResults":{"type":"integer"},"sortOrder":{},"nextToken":{}}},"output":{"type":"structure","members":{"ids":{"shape":"S9"},"nextToken":{}}}},"ListBuildBatchesForProject":{"input":{"type":"structure","members":{"projectName":{},"filter":{"shape":"S5q"},"maxResults":{"type":"integer"},"sortOrder":{},"nextToken":{}}},"output":{"type":"structure","members":{"ids":{"shape":"S9"},"nextToken":{}}}},"ListBuilds":{"input":{"type":"structure","members":{"sortOrder":{},"nextToken":{}}},"output":{"type":"structure","members":{"ids":{"shape":"S2"},"nextToken":{}}}},"ListBuildsForProject":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{},"sortOrder":{},"nextToken":{}}},"output":{"type":"structure","members":{"ids":{"shape":"S2"},"nextToken":{}}}},"ListCuratedEnvironmentImages":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"platforms":{"type":"list","member":{"type":"structure","members":{"platform":{},"languages":{"type":"list","member":{"type":"structure","members":{"language":{},"images":{"type":"list","member":{"type":"structure","members":{"name":{},"description":{},"versions":{"type":"list","member":{}}}}}}}}}}}}}},"ListFleets":{"input":{"type":"structure","members":{"nextToken":{"type":"string","sensitive":true},"maxResults":{"type":"integer"},"sortOrder":{},"sortBy":{}}},"output":{"type":"structure","members":{"nextToken":{},"fleets":{"type":"list","member":{}}}}},"ListProjects":{"input":{"type":"structure","members":{"sortBy":{},"sortOrder":{},"nextToken":{}}},"output":{"type":"structure","members":{"nextToken":{},"projects":{"shape":"S30"}}}},"ListReportGroups":{"input":{"type":"structure","members":{"sortOrder":{},"sortBy":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"reportGroups":{"shape":"S3n"}}}},"ListReports":{"input":{"type":"structure","members":{"sortOrder":{},"nextToken":{},"maxResults":{"type":"integer"},"filter":{"shape":"S6l"}}},"output":{"type":"structure","members":{"nextToken":{},"reports":{"shape":"S3z"}}}},"ListReportsForReportGroup":{"input":{"type":"structure","required":["reportGroupArn"],"members":{"reportGroupArn":{},"nextToken":{},"sortOrder":{},"maxResults":{"type":"integer"},"filter":{"shape":"S6l"}}},"output":{"type":"structure","members":{"nextToken":{},"reports":{"shape":"S3z"}}}},"ListSharedProjects":{"input":{"type":"structure","members":{"sortBy":{},"sortOrder":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"nextToken":{},"projects":{"type":"list","member":{}}}}},"ListSharedReportGroups":{"input":{"type":"structure","members":{"sortOrder":{},"sortBy":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"reportGroups":{"shape":"S3n"}}}},"ListSourceCredentials":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"sourceCredentialsInfos":{"type":"list","member":{"type":"structure","members":{"arn":{},"serverType":{},"authType":{},"resource":{}}}}}}},"PutResourcePolicy":{"input":{"type":"structure","required":["policy","resourceArn"],"members":{"policy":{},"resourceArn":{}}},"output":{"type":"structure","members":{"resourceArn":{}}}},"RetryBuild":{"input":{"type":"structure","members":{"id":{},"idempotencyToken":{}}},"output":{"type":"structure","members":{"build":{"shape":"S24"}}}},"RetryBuildBatch":{"input":{"type":"structure","members":{"id":{},"idempotencyToken":{},"retryType":{}}},"output":{"type":"structure","members":{"buildBatch":{"shape":"Sc"}}}},"StartBuild":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{},"secondarySourcesOverride":{"shape":"St"},"secondarySourcesVersionOverride":{"shape":"Su"},"sourceVersion":{},"artifactsOverride":{"shape":"S36"},"secondaryArtifactsOverride":{"shape":"S39"},"environmentVariablesOverride":{"shape":"S17"},"sourceTypeOverride":{},"sourceLocationOverride":{},"sourceAuthOverride":{"shape":"Sq"},"gitCloneDepthOverride":{"type":"integer"},"gitSubmodulesConfigOverride":{"shape":"So"},"buildspecOverride":{},"insecureSslOverride":{"type":"boolean"},"reportBuildStatusOverride":{"type":"boolean"},"buildStatusConfigOverride":{"shape":"Ss"},"environmentTypeOverride":{},"imageOverride":{},"computeTypeOverride":{},"certificateOverride":{},"cacheOverride":{"shape":"Sz"},"serviceRoleOverride":{},"privilegedModeOverride":{"type":"boolean"},"timeoutInMinutesOverride":{"type":"integer"},"queuedTimeoutInMinutesOverride":{"type":"integer"},"encryptionKeyOverride":{},"idempotencyToken":{},"logsConfigOverride":{"shape":"S1d"},"registryCredentialOverride":{"shape":"S1a"},"imagePullCredentialsTypeOverride":{},"debugSessionEnabled":{"type":"boolean"},"fleetOverride":{"shape":"S16"}}},"output":{"type":"structure","members":{"build":{"shape":"S24"}}}},"StartBuildBatch":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{},"secondarySourcesOverride":{"shape":"St"},"secondarySourcesVersionOverride":{"shape":"Su"},"sourceVersion":{},"artifactsOverride":{"shape":"S36"},"secondaryArtifactsOverride":{"shape":"S39"},"environmentVariablesOverride":{"shape":"S17"},"sourceTypeOverride":{},"sourceLocationOverride":{},"sourceAuthOverride":{"shape":"Sq"},"gitCloneDepthOverride":{"type":"integer"},"gitSubmodulesConfigOverride":{"shape":"So"},"buildspecOverride":{},"insecureSslOverride":{"type":"boolean"},"reportBuildBatchStatusOverride":{"type":"boolean"},"environmentTypeOverride":{},"imageOverride":{},"computeTypeOverride":{},"certificateOverride":{},"cacheOverride":{"shape":"Sz"},"serviceRoleOverride":{},"privilegedModeOverride":{"type":"boolean"},"buildTimeoutInMinutesOverride":{"type":"integer"},"queuedTimeoutInMinutesOverride":{"type":"integer"},"encryptionKeyOverride":{},"idempotencyToken":{},"logsConfigOverride":{"shape":"S1d"},"registryCredentialOverride":{"shape":"S1a"},"imagePullCredentialsTypeOverride":{},"buildBatchConfigOverride":{"shape":"S1p"},"debugSessionEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"buildBatch":{"shape":"Sc"}}}},"StopBuild":{"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{"build":{"shape":"S24"}}}},"StopBuildBatch":{"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{"buildBatch":{"shape":"Sc"}}}},"UpdateFleet":{"input":{"type":"structure","required":["arn"],"members":{"arn":{},"baseCapacity":{"type":"integer"},"environmentType":{},"computeType":{},"scalingConfiguration":{"shape":"S4a"},"overflowBehavior":{},"vpcConfig":{"shape":"S1j"},"fleetServiceRole":{},"tags":{"shape":"S2v"}}},"output":{"type":"structure","members":{"fleet":{"shape":"S2i"}}}},"UpdateProject":{"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"source":{"shape":"Sl"},"secondarySources":{"shape":"St"},"sourceVersion":{},"secondarySourceVersions":{"shape":"Su"},"artifacts":{"shape":"S36"},"secondaryArtifacts":{"shape":"S39"},"cache":{"shape":"Sz"},"environment":{"shape":"S13"},"serviceRole":{},"timeoutInMinutes":{"type":"integer"},"queuedTimeoutInMinutes":{"type":"integer"},"encryptionKey":{},"tags":{"shape":"S2v"},"vpcConfig":{"shape":"S1j"},"badgeEnabled":{"type":"boolean"},"logsConfig":{"shape":"S1d"},"fileSystemLocations":{"shape":"S1m"},"buildBatchConfig":{"shape":"S1p"},"concurrentBuildLimit":{"type":"integer"}}},"output":{"type":"structure","members":{"project":{"shape":"S33"}}}},"UpdateProjectVisibility":{"input":{"type":"structure","required":["projectArn","projectVisibility"],"members":{"projectArn":{},"projectVisibility":{},"resourceAccessRole":{}}},"output":{"type":"structure","members":{"projectArn":{},"publicProjectAlias":{},"projectVisibility":{}}}},"UpdateReportGroup":{"input":{"type":"structure","required":["arn"],"members":{"arn":{},"exportConfig":{"shape":"S3t"},"tags":{"shape":"S2v"}}},"output":{"type":"structure","members":{"reportGroup":{"shape":"S3q"}}}},"UpdateWebhook":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{},"branchFilter":{},"rotateSecret":{"type":"boolean"},"filterGroups":{"shape":"S3d"},"buildType":{}}},"output":{"type":"structure","members":{"webhook":{"shape":"S3c"}}}}},"shapes":{"S2":{"type":"list","member":{}},"S5":{"type":"list","member":{"type":"structure","members":{"id":{},"statusCode":{}}}},"S9":{"type":"list","member":{}},"Sc":{"type":"structure","members":{"id":{},"arn":{},"startTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"currentPhase":{},"buildBatchStatus":{},"sourceVersion":{},"resolvedSourceVersion":{},"projectName":{},"phases":{"type":"list","member":{"type":"structure","members":{"phaseType":{},"phaseStatus":{},"startTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"durationInSeconds":{"type":"long"},"contexts":{"shape":"Sj"}}}},"source":{"shape":"Sl"},"secondarySources":{"shape":"St"},"secondarySourceVersions":{"shape":"Su"},"artifacts":{"shape":"Sw"},"secondaryArtifacts":{"shape":"Sy"},"cache":{"shape":"Sz"},"environment":{"shape":"S13"},"serviceRole":{},"logConfig":{"shape":"S1d"},"buildTimeoutInMinutes":{"type":"integer"},"queuedTimeoutInMinutes":{"type":"integer"},"complete":{"type":"boolean"},"initiator":{},"vpcConfig":{"shape":"S1j"},"encryptionKey":{},"buildBatchNumber":{"type":"long"},"fileSystemLocations":{"shape":"S1m"},"buildBatchConfig":{"shape":"S1p"},"buildGroups":{"type":"list","member":{"type":"structure","members":{"identifier":{},"dependsOn":{"type":"list","member":{}},"ignoreFailure":{"type":"boolean"},"currentBuildSummary":{"shape":"S1w"},"priorBuildSummaryList":{"type":"list","member":{"shape":"S1w"}}}}},"debugSessionEnabled":{"type":"boolean"}}},"Sj":{"type":"list","member":{"type":"structure","members":{"statusCode":{},"message":{}}}},"Sl":{"type":"structure","required":["type"],"members":{"type":{},"location":{},"gitCloneDepth":{"type":"integer"},"gitSubmodulesConfig":{"shape":"So"},"buildspec":{},"auth":{"shape":"Sq"},"reportBuildStatus":{"type":"boolean"},"buildStatusConfig":{"shape":"Ss"},"insecureSsl":{"type":"boolean"},"sourceIdentifier":{}}},"So":{"type":"structure","required":["fetchSubmodules"],"members":{"fetchSubmodules":{"type":"boolean"}}},"Sq":{"type":"structure","required":["type"],"members":{"type":{},"resource":{}}},"Ss":{"type":"structure","members":{"context":{},"targetUrl":{}}},"St":{"type":"list","member":{"shape":"Sl"}},"Su":{"type":"list","member":{"type":"structure","required":["sourceIdentifier","sourceVersion"],"members":{"sourceIdentifier":{},"sourceVersion":{}}}},"Sw":{"type":"structure","members":{"location":{},"sha256sum":{},"md5sum":{},"overrideArtifactName":{"type":"boolean"},"encryptionDisabled":{"type":"boolean"},"artifactIdentifier":{},"bucketOwnerAccess":{}}},"Sy":{"type":"list","member":{"shape":"Sw"}},"Sz":{"type":"structure","required":["type"],"members":{"type":{},"location":{},"modes":{"type":"list","member":{}}}},"S13":{"type":"structure","required":["type","image","computeType"],"members":{"type":{},"image":{},"computeType":{},"fleet":{"shape":"S16"},"environmentVariables":{"shape":"S17"},"privilegedMode":{"type":"boolean"},"certificate":{},"registryCredential":{"shape":"S1a"},"imagePullCredentialsType":{}}},"S16":{"type":"structure","members":{"fleetArn":{}}},"S17":{"type":"list","member":{"type":"structure","required":["name","value"],"members":{"name":{},"value":{},"type":{}}}},"S1a":{"type":"structure","required":["credential","credentialProvider"],"members":{"credential":{},"credentialProvider":{}}},"S1d":{"type":"structure","members":{"cloudWatchLogs":{"shape":"S1e"},"s3Logs":{"shape":"S1g"}}},"S1e":{"type":"structure","required":["status"],"members":{"status":{},"groupName":{},"streamName":{}}},"S1g":{"type":"structure","required":["status"],"members":{"status":{},"location":{},"encryptionDisabled":{"type":"boolean"},"bucketOwnerAccess":{}}},"S1j":{"type":"structure","members":{"vpcId":{},"subnets":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}}}},"S1m":{"type":"list","member":{"type":"structure","members":{"type":{},"location":{},"mountPoint":{},"identifier":{},"mountOptions":{}}}},"S1p":{"type":"structure","members":{"serviceRole":{},"combineArtifacts":{"type":"boolean"},"restrictions":{"type":"structure","members":{"maximumBuildsAllowed":{"type":"integer"},"computeTypesAllowed":{"type":"list","member":{}}}},"timeoutInMins":{"type":"integer"},"batchReportMode":{}}},"S1w":{"type":"structure","members":{"arn":{},"requestedOn":{"type":"timestamp"},"buildStatus":{},"primaryArtifact":{"shape":"S1x"},"secondaryArtifacts":{"type":"list","member":{"shape":"S1x"}}}},"S1x":{"type":"structure","members":{"type":{},"location":{},"identifier":{}}},"S24":{"type":"structure","members":{"id":{},"arn":{},"buildNumber":{"type":"long"},"startTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"currentPhase":{},"buildStatus":{},"sourceVersion":{},"resolvedSourceVersion":{},"projectName":{},"phases":{"type":"list","member":{"type":"structure","members":{"phaseType":{},"phaseStatus":{},"startTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"durationInSeconds":{"type":"long"},"contexts":{"shape":"Sj"}}}},"source":{"shape":"Sl"},"secondarySources":{"shape":"St"},"secondarySourceVersions":{"shape":"Su"},"artifacts":{"shape":"Sw"},"secondaryArtifacts":{"shape":"Sy"},"cache":{"shape":"Sz"},"environment":{"shape":"S13"},"serviceRole":{},"logs":{"type":"structure","members":{"groupName":{},"streamName":{},"deepLink":{},"s3DeepLink":{},"cloudWatchLogsArn":{},"s3LogsArn":{},"cloudWatchLogs":{"shape":"S1e"},"s3Logs":{"shape":"S1g"}}},"timeoutInMinutes":{"type":"integer"},"queuedTimeoutInMinutes":{"type":"integer"},"buildComplete":{"type":"boolean"},"initiator":{},"vpcConfig":{"shape":"S1j"},"networkInterface":{"type":"structure","members":{"subnetId":{},"networkInterfaceId":{}}},"encryptionKey":{},"exportedEnvironmentVariables":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"reportArns":{"type":"list","member":{}},"fileSystemLocations":{"shape":"S1m"},"debugSession":{"type":"structure","members":{"sessionEnabled":{"type":"boolean"},"sessionTarget":{}}},"buildBatchArn":{}}},"S2f":{"type":"list","member":{}},"S2i":{"type":"structure","members":{"arn":{},"name":{},"id":{},"created":{"type":"timestamp"},"lastModified":{"type":"timestamp"},"status":{"type":"structure","members":{"statusCode":{},"context":{},"message":{}}},"baseCapacity":{"type":"integer"},"environmentType":{},"computeType":{},"scalingConfiguration":{"type":"structure","members":{"scalingType":{},"targetTrackingScalingConfigs":{"shape":"S2q"},"maxCapacity":{"type":"integer"},"desiredCapacity":{"type":"integer"}}},"overflowBehavior":{},"vpcConfig":{"shape":"S1j"},"fleetServiceRole":{},"tags":{"shape":"S2v"}}},"S2q":{"type":"list","member":{"type":"structure","members":{"metricType":{},"targetValue":{"type":"double"}}}},"S2v":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{}}}},"S30":{"type":"list","member":{}},"S33":{"type":"structure","members":{"name":{},"arn":{},"description":{},"source":{"shape":"Sl"},"secondarySources":{"shape":"St"},"sourceVersion":{},"secondarySourceVersions":{"shape":"Su"},"artifacts":{"shape":"S36"},"secondaryArtifacts":{"shape":"S39"},"cache":{"shape":"Sz"},"environment":{"shape":"S13"},"serviceRole":{},"timeoutInMinutes":{"type":"integer"},"queuedTimeoutInMinutes":{"type":"integer"},"encryptionKey":{},"tags":{"shape":"S2v"},"created":{"type":"timestamp"},"lastModified":{"type":"timestamp"},"webhook":{"shape":"S3c"},"vpcConfig":{"shape":"S1j"},"badge":{"type":"structure","members":{"badgeEnabled":{"type":"boolean"},"badgeRequestUrl":{}}},"logsConfig":{"shape":"S1d"},"fileSystemLocations":{"shape":"S1m"},"buildBatchConfig":{"shape":"S1p"},"concurrentBuildLimit":{"type":"integer"},"projectVisibility":{},"publicProjectAlias":{},"resourceAccessRole":{}}},"S36":{"type":"structure","required":["type"],"members":{"type":{},"location":{},"path":{},"namespaceType":{},"name":{},"packaging":{},"overrideArtifactName":{"type":"boolean"},"encryptionDisabled":{"type":"boolean"},"artifactIdentifier":{},"bucketOwnerAccess":{}}},"S39":{"type":"list","member":{"shape":"S36"}},"S3c":{"type":"structure","members":{"url":{},"payloadUrl":{},"secret":{},"branchFilter":{},"filterGroups":{"shape":"S3d"},"buildType":{},"manualCreation":{"type":"boolean"},"lastModifiedSecret":{"type":"timestamp"},"scopeConfiguration":{"shape":"S3i"}}},"S3d":{"type":"list","member":{"type":"list","member":{"type":"structure","required":["type","pattern"],"members":{"type":{},"pattern":{},"excludeMatchedPattern":{"type":"boolean"}}}}},"S3i":{"type":"structure","required":["name","scope"],"members":{"name":{},"domain":{},"scope":{}}},"S3n":{"type":"list","member":{}},"S3q":{"type":"structure","members":{"arn":{},"name":{},"type":{},"exportConfig":{"shape":"S3t"},"created":{"type":"timestamp"},"lastModified":{"type":"timestamp"},"tags":{"shape":"S2v"},"status":{}}},"S3t":{"type":"structure","members":{"exportConfigType":{},"s3Destination":{"type":"structure","members":{"bucket":{},"bucketOwner":{},"path":{},"packaging":{},"encryptionKey":{},"encryptionDisabled":{"type":"boolean"}}}}},"S3z":{"type":"list","member":{}},"S4a":{"type":"structure","members":{"scalingType":{},"targetTrackingScalingConfigs":{"shape":"S2q"},"maxCapacity":{"type":"integer"}}},"S5q":{"type":"structure","members":{"status":{}}},"S6l":{"type":"structure","members":{"status":{}}}}}
|
36962
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2016-10-06","endpointPrefix":"codebuild","jsonVersion":"1.1","protocol":"json","protocols":["json"],"serviceFullName":"AWS CodeBuild","serviceId":"CodeBuild","signatureVersion":"v4","targetPrefix":"CodeBuild_20161006","uid":"codebuild-2016-10-06","auth":["aws.auth#sigv4"]},"operations":{"BatchDeleteBuilds":{"input":{"type":"structure","required":["ids"],"members":{"ids":{"shape":"S2"}}},"output":{"type":"structure","members":{"buildsDeleted":{"shape":"S2"},"buildsNotDeleted":{"shape":"S5"}}}},"BatchGetBuildBatches":{"input":{"type":"structure","required":["ids"],"members":{"ids":{"shape":"S9"}}},"output":{"type":"structure","members":{"buildBatches":{"type":"list","member":{"shape":"Sc"}},"buildBatchesNotFound":{"shape":"S9"}}}},"BatchGetBuilds":{"input":{"type":"structure","required":["ids"],"members":{"ids":{"shape":"S2"}}},"output":{"type":"structure","members":{"builds":{"type":"list","member":{"shape":"S24"}},"buildsNotFound":{"shape":"S2"}}}},"BatchGetFleets":{"input":{"type":"structure","required":["names"],"members":{"names":{"shape":"S2f"}}},"output":{"type":"structure","members":{"fleets":{"type":"list","member":{"shape":"S2i"}},"fleetsNotFound":{"shape":"S2f"}}}},"BatchGetProjects":{"input":{"type":"structure","required":["names"],"members":{"names":{"shape":"S30"}}},"output":{"type":"structure","members":{"projects":{"type":"list","member":{"shape":"S33"}},"projectsNotFound":{"shape":"S30"}}}},"BatchGetReportGroups":{"input":{"type":"structure","required":["reportGroupArns"],"members":{"reportGroupArns":{"shape":"S3n"}}},"output":{"type":"structure","members":{"reportGroups":{"type":"list","member":{"shape":"S3q"}},"reportGroupsNotFound":{"shape":"S3n"}}}},"BatchGetReports":{"input":{"type":"structure","required":["reportArns"],"members":{"reportArns":{"shape":"S3z"}}},"output":{"type":"structure","members":{"reports":{"type":"list","member":{"type":"structure","members":{"arn":{},"type":{},"name":{},"reportGroupArn":{},"executionId":{},"status":{},"created":{"type":"timestamp"},"expired":{"type":"timestamp"},"exportConfig":{"shape":"S3t"},"truncated":{"type":"boolean"},"testSummary":{"type":"structure","required":["total","statusCounts","durationInNanoSeconds"],"members":{"total":{"type":"integer"},"statusCounts":{"type":"map","key":{},"value":{"type":"integer"}},"durationInNanoSeconds":{"type":"long"}}},"codeCoverageSummary":{"type":"structure","members":{"lineCoveragePercentage":{"type":"double"},"linesCovered":{"type":"integer"},"linesMissed":{"type":"integer"},"branchCoveragePercentage":{"type":"double"},"branchesCovered":{"type":"integer"},"branchesMissed":{"type":"integer"}}}}}},"reportsNotFound":{"shape":"S3z"}}}},"CreateFleet":{"input":{"type":"structure","required":["name","baseCapacity","environmentType","computeType"],"members":{"name":{},"baseCapacity":{"type":"integer"},"environmentType":{},"computeType":{},"scalingConfiguration":{"shape":"S4a"},"overflowBehavior":{},"vpcConfig":{"shape":"S1j"},"imageId":{},"fleetServiceRole":{},"tags":{"shape":"S2v"}}},"output":{"type":"structure","members":{"fleet":{"shape":"S2i"}}}},"CreateProject":{"input":{"type":"structure","required":["name","source","artifacts","environment","serviceRole"],"members":{"name":{},"description":{},"source":{"shape":"Sl"},"secondarySources":{"shape":"St"},"sourceVersion":{},"secondarySourceVersions":{"shape":"Su"},"artifacts":{"shape":"S36"},"secondaryArtifacts":{"shape":"S39"},"cache":{"shape":"Sz"},"environment":{"shape":"S13"},"serviceRole":{},"timeoutInMinutes":{"type":"integer"},"queuedTimeoutInMinutes":{"type":"integer"},"encryptionKey":{},"tags":{"shape":"S2v"},"vpcConfig":{"shape":"S1j"},"badgeEnabled":{"type":"boolean"},"logsConfig":{"shape":"S1d"},"fileSystemLocations":{"shape":"S1m"},"buildBatchConfig":{"shape":"S1p"},"concurrentBuildLimit":{"type":"integer"}}},"output":{"type":"structure","members":{"project":{"shape":"S33"}}}},"CreateReportGroup":{"input":{"type":"structure","required":["name","type","exportConfig"],"members":{"name":{},"type":{},"exportConfig":{"shape":"S3t"},"tags":{"shape":"S2v"}}},"output":{"type":"structure","members":{"reportGroup":{"shape":"S3q"}}}},"CreateWebhook":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{},"branchFilter":{},"filterGroups":{"shape":"S3d"},"buildType":{},"manualCreation":{"type":"boolean"},"scopeConfiguration":{"shape":"S3i"}}},"output":{"type":"structure","members":{"webhook":{"shape":"S3c"}}}},"DeleteBuildBatch":{"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{"statusCode":{},"buildsDeleted":{"shape":"S2"},"buildsNotDeleted":{"shape":"S5"}}}},"DeleteFleet":{"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{}}},"DeleteProject":{"input":{"type":"structure","required":["name"],"members":{"name":{}}},"output":{"type":"structure","members":{}}},"DeleteReport":{"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{}}},"DeleteReportGroup":{"input":{"type":"structure","required":["arn"],"members":{"arn":{},"deleteReports":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"DeleteResourcePolicy":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{}}},"DeleteSourceCredentials":{"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{"arn":{}}}},"DeleteWebhook":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{}}},"output":{"type":"structure","members":{}}},"DescribeCodeCoverages":{"input":{"type":"structure","required":["reportArn"],"members":{"reportArn":{},"nextToken":{},"maxResults":{"type":"integer"},"sortOrder":{},"sortBy":{},"minLineCoveragePercentage":{"type":"double"},"maxLineCoveragePercentage":{"type":"double"}}},"output":{"type":"structure","members":{"nextToken":{},"codeCoverages":{"type":"list","member":{"type":"structure","members":{"id":{},"reportARN":{},"filePath":{},"lineCoveragePercentage":{"type":"double"},"linesCovered":{"type":"integer"},"linesMissed":{"type":"integer"},"branchCoveragePercentage":{"type":"double"},"branchesCovered":{"type":"integer"},"branchesMissed":{"type":"integer"},"expired":{"type":"timestamp"}}}}}}},"DescribeTestCases":{"input":{"type":"structure","required":["reportArn"],"members":{"reportArn":{},"nextToken":{},"maxResults":{"type":"integer"},"filter":{"type":"structure","members":{"status":{},"keyword":{}}}}},"output":{"type":"structure","members":{"nextToken":{},"testCases":{"type":"list","member":{"type":"structure","members":{"reportArn":{},"testRawDataPath":{},"prefix":{},"name":{},"status":{},"durationInNanoSeconds":{"type":"long"},"message":{},"expired":{"type":"timestamp"}}}}}}},"GetReportGroupTrend":{"input":{"type":"structure","required":["reportGroupArn","trendField"],"members":{"reportGroupArn":{},"numOfReports":{"type":"integer"},"trendField":{}}},"output":{"type":"structure","members":{"stats":{"type":"structure","members":{"average":{},"max":{},"min":{}}},"rawData":{"type":"list","member":{"type":"structure","members":{"reportArn":{},"data":{}}}}}}},"GetResourcePolicy":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{"policy":{}}}},"ImportSourceCredentials":{"input":{"type":"structure","required":["token","serverType","authType"],"members":{"username":{},"token":{"type":"string","sensitive":true},"serverType":{},"authType":{},"shouldOverwrite":{"type":"boolean"}}},"output":{"type":"structure","members":{"arn":{}}}},"InvalidateProjectCache":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{}}},"output":{"type":"structure","members":{}}},"ListBuildBatches":{"input":{"type":"structure","members":{"filter":{"shape":"S5q"},"maxResults":{"type":"integer"},"sortOrder":{},"nextToken":{}}},"output":{"type":"structure","members":{"ids":{"shape":"S9"},"nextToken":{}}}},"ListBuildBatchesForProject":{"input":{"type":"structure","members":{"projectName":{},"filter":{"shape":"S5q"},"maxResults":{"type":"integer"},"sortOrder":{},"nextToken":{}}},"output":{"type":"structure","members":{"ids":{"shape":"S9"},"nextToken":{}}}},"ListBuilds":{"input":{"type":"structure","members":{"sortOrder":{},"nextToken":{}}},"output":{"type":"structure","members":{"ids":{"shape":"S2"},"nextToken":{}}}},"ListBuildsForProject":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{},"sortOrder":{},"nextToken":{}}},"output":{"type":"structure","members":{"ids":{"shape":"S2"},"nextToken":{}}}},"ListCuratedEnvironmentImages":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"platforms":{"type":"list","member":{"type":"structure","members":{"platform":{},"languages":{"type":"list","member":{"type":"structure","members":{"language":{},"images":{"type":"list","member":{"type":"structure","members":{"name":{},"description":{},"versions":{"type":"list","member":{}}}}}}}}}}}}}},"ListFleets":{"input":{"type":"structure","members":{"nextToken":{"type":"string","sensitive":true},"maxResults":{"type":"integer"},"sortOrder":{},"sortBy":{}}},"output":{"type":"structure","members":{"nextToken":{},"fleets":{"type":"list","member":{}}}}},"ListProjects":{"input":{"type":"structure","members":{"sortBy":{},"sortOrder":{},"nextToken":{}}},"output":{"type":"structure","members":{"nextToken":{},"projects":{"shape":"S30"}}}},"ListReportGroups":{"input":{"type":"structure","members":{"sortOrder":{},"sortBy":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"reportGroups":{"shape":"S3n"}}}},"ListReports":{"input":{"type":"structure","members":{"sortOrder":{},"nextToken":{},"maxResults":{"type":"integer"},"filter":{"shape":"S6l"}}},"output":{"type":"structure","members":{"nextToken":{},"reports":{"shape":"S3z"}}}},"ListReportsForReportGroup":{"input":{"type":"structure","required":["reportGroupArn"],"members":{"reportGroupArn":{},"nextToken":{},"sortOrder":{},"maxResults":{"type":"integer"},"filter":{"shape":"S6l"}}},"output":{"type":"structure","members":{"nextToken":{},"reports":{"shape":"S3z"}}}},"ListSharedProjects":{"input":{"type":"structure","members":{"sortBy":{},"sortOrder":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"nextToken":{},"projects":{"type":"list","member":{}}}}},"ListSharedReportGroups":{"input":{"type":"structure","members":{"sortOrder":{},"sortBy":{},"nextToken":{},"maxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"nextToken":{},"reportGroups":{"shape":"S3n"}}}},"ListSourceCredentials":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"sourceCredentialsInfos":{"type":"list","member":{"type":"structure","members":{"arn":{},"serverType":{},"authType":{},"resource":{}}}}}}},"PutResourcePolicy":{"input":{"type":"structure","required":["policy","resourceArn"],"members":{"policy":{},"resourceArn":{}}},"output":{"type":"structure","members":{"resourceArn":{}}}},"RetryBuild":{"input":{"type":"structure","members":{"id":{},"idempotencyToken":{}}},"output":{"type":"structure","members":{"build":{"shape":"S24"}}}},"RetryBuildBatch":{"input":{"type":"structure","members":{"id":{},"idempotencyToken":{},"retryType":{}}},"output":{"type":"structure","members":{"buildBatch":{"shape":"Sc"}}}},"StartBuild":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{},"secondarySourcesOverride":{"shape":"St"},"secondarySourcesVersionOverride":{"shape":"Su"},"sourceVersion":{},"artifactsOverride":{"shape":"S36"},"secondaryArtifactsOverride":{"shape":"S39"},"environmentVariablesOverride":{"shape":"S17"},"sourceTypeOverride":{},"sourceLocationOverride":{},"sourceAuthOverride":{"shape":"Sq"},"gitCloneDepthOverride":{"type":"integer"},"gitSubmodulesConfigOverride":{"shape":"So"},"buildspecOverride":{},"insecureSslOverride":{"type":"boolean"},"reportBuildStatusOverride":{"type":"boolean"},"buildStatusConfigOverride":{"shape":"Ss"},"environmentTypeOverride":{},"imageOverride":{},"computeTypeOverride":{},"certificateOverride":{},"cacheOverride":{"shape":"Sz"},"serviceRoleOverride":{},"privilegedModeOverride":{"type":"boolean"},"timeoutInMinutesOverride":{"type":"integer"},"queuedTimeoutInMinutesOverride":{"type":"integer"},"encryptionKeyOverride":{},"idempotencyToken":{},"logsConfigOverride":{"shape":"S1d"},"registryCredentialOverride":{"shape":"S1a"},"imagePullCredentialsTypeOverride":{},"debugSessionEnabled":{"type":"boolean"},"fleetOverride":{"shape":"S16"}}},"output":{"type":"structure","members":{"build":{"shape":"S24"}}}},"StartBuildBatch":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{},"secondarySourcesOverride":{"shape":"St"},"secondarySourcesVersionOverride":{"shape":"Su"},"sourceVersion":{},"artifactsOverride":{"shape":"S36"},"secondaryArtifactsOverride":{"shape":"S39"},"environmentVariablesOverride":{"shape":"S17"},"sourceTypeOverride":{},"sourceLocationOverride":{},"sourceAuthOverride":{"shape":"Sq"},"gitCloneDepthOverride":{"type":"integer"},"gitSubmodulesConfigOverride":{"shape":"So"},"buildspecOverride":{},"insecureSslOverride":{"type":"boolean"},"reportBuildBatchStatusOverride":{"type":"boolean"},"environmentTypeOverride":{},"imageOverride":{},"computeTypeOverride":{},"certificateOverride":{},"cacheOverride":{"shape":"Sz"},"serviceRoleOverride":{},"privilegedModeOverride":{"type":"boolean"},"buildTimeoutInMinutesOverride":{"type":"integer"},"queuedTimeoutInMinutesOverride":{"type":"integer"},"encryptionKeyOverride":{},"idempotencyToken":{},"logsConfigOverride":{"shape":"S1d"},"registryCredentialOverride":{"shape":"S1a"},"imagePullCredentialsTypeOverride":{},"buildBatchConfigOverride":{"shape":"S1p"},"debugSessionEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{"buildBatch":{"shape":"Sc"}}}},"StopBuild":{"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{"build":{"shape":"S24"}}}},"StopBuildBatch":{"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{"buildBatch":{"shape":"Sc"}}}},"UpdateFleet":{"input":{"type":"structure","required":["arn"],"members":{"arn":{},"baseCapacity":{"type":"integer"},"environmentType":{},"computeType":{},"scalingConfiguration":{"shape":"S4a"},"overflowBehavior":{},"vpcConfig":{"shape":"S1j"},"imageId":{},"fleetServiceRole":{},"tags":{"shape":"S2v"}}},"output":{"type":"structure","members":{"fleet":{"shape":"S2i"}}}},"UpdateProject":{"input":{"type":"structure","required":["name"],"members":{"name":{},"description":{},"source":{"shape":"Sl"},"secondarySources":{"shape":"St"},"sourceVersion":{},"secondarySourceVersions":{"shape":"Su"},"artifacts":{"shape":"S36"},"secondaryArtifacts":{"shape":"S39"},"cache":{"shape":"Sz"},"environment":{"shape":"S13"},"serviceRole":{},"timeoutInMinutes":{"type":"integer"},"queuedTimeoutInMinutes":{"type":"integer"},"encryptionKey":{},"tags":{"shape":"S2v"},"vpcConfig":{"shape":"S1j"},"badgeEnabled":{"type":"boolean"},"logsConfig":{"shape":"S1d"},"fileSystemLocations":{"shape":"S1m"},"buildBatchConfig":{"shape":"S1p"},"concurrentBuildLimit":{"type":"integer"}}},"output":{"type":"structure","members":{"project":{"shape":"S33"}}}},"UpdateProjectVisibility":{"input":{"type":"structure","required":["projectArn","projectVisibility"],"members":{"projectArn":{},"projectVisibility":{},"resourceAccessRole":{}}},"output":{"type":"structure","members":{"projectArn":{},"publicProjectAlias":{},"projectVisibility":{}}}},"UpdateReportGroup":{"input":{"type":"structure","required":["arn"],"members":{"arn":{},"exportConfig":{"shape":"S3t"},"tags":{"shape":"S2v"}}},"output":{"type":"structure","members":{"reportGroup":{"shape":"S3q"}}}},"UpdateWebhook":{"input":{"type":"structure","required":["projectName"],"members":{"projectName":{},"branchFilter":{},"rotateSecret":{"type":"boolean"},"filterGroups":{"shape":"S3d"},"buildType":{}}},"output":{"type":"structure","members":{"webhook":{"shape":"S3c"}}}}},"shapes":{"S2":{"type":"list","member":{}},"S5":{"type":"list","member":{"type":"structure","members":{"id":{},"statusCode":{}}}},"S9":{"type":"list","member":{}},"Sc":{"type":"structure","members":{"id":{},"arn":{},"startTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"currentPhase":{},"buildBatchStatus":{},"sourceVersion":{},"resolvedSourceVersion":{},"projectName":{},"phases":{"type":"list","member":{"type":"structure","members":{"phaseType":{},"phaseStatus":{},"startTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"durationInSeconds":{"type":"long"},"contexts":{"shape":"Sj"}}}},"source":{"shape":"Sl"},"secondarySources":{"shape":"St"},"secondarySourceVersions":{"shape":"Su"},"artifacts":{"shape":"Sw"},"secondaryArtifacts":{"shape":"Sy"},"cache":{"shape":"Sz"},"environment":{"shape":"S13"},"serviceRole":{},"logConfig":{"shape":"S1d"},"buildTimeoutInMinutes":{"type":"integer"},"queuedTimeoutInMinutes":{"type":"integer"},"complete":{"type":"boolean"},"initiator":{},"vpcConfig":{"shape":"S1j"},"encryptionKey":{},"buildBatchNumber":{"type":"long"},"fileSystemLocations":{"shape":"S1m"},"buildBatchConfig":{"shape":"S1p"},"buildGroups":{"type":"list","member":{"type":"structure","members":{"identifier":{},"dependsOn":{"type":"list","member":{}},"ignoreFailure":{"type":"boolean"},"currentBuildSummary":{"shape":"S1w"},"priorBuildSummaryList":{"type":"list","member":{"shape":"S1w"}}}}},"debugSessionEnabled":{"type":"boolean"}}},"Sj":{"type":"list","member":{"type":"structure","members":{"statusCode":{},"message":{}}}},"Sl":{"type":"structure","required":["type"],"members":{"type":{},"location":{},"gitCloneDepth":{"type":"integer"},"gitSubmodulesConfig":{"shape":"So"},"buildspec":{},"auth":{"shape":"Sq"},"reportBuildStatus":{"type":"boolean"},"buildStatusConfig":{"shape":"Ss"},"insecureSsl":{"type":"boolean"},"sourceIdentifier":{}}},"So":{"type":"structure","required":["fetchSubmodules"],"members":{"fetchSubmodules":{"type":"boolean"}}},"Sq":{"type":"structure","required":["type"],"members":{"type":{},"resource":{}}},"Ss":{"type":"structure","members":{"context":{},"targetUrl":{}}},"St":{"type":"list","member":{"shape":"Sl"}},"Su":{"type":"list","member":{"type":"structure","required":["sourceIdentifier","sourceVersion"],"members":{"sourceIdentifier":{},"sourceVersion":{}}}},"Sw":{"type":"structure","members":{"location":{},"sha256sum":{},"md5sum":{},"overrideArtifactName":{"type":"boolean"},"encryptionDisabled":{"type":"boolean"},"artifactIdentifier":{},"bucketOwnerAccess":{}}},"Sy":{"type":"list","member":{"shape":"Sw"}},"Sz":{"type":"structure","required":["type"],"members":{"type":{},"location":{},"modes":{"type":"list","member":{}}}},"S13":{"type":"structure","required":["type","image","computeType"],"members":{"type":{},"image":{},"computeType":{},"fleet":{"shape":"S16"},"environmentVariables":{"shape":"S17"},"privilegedMode":{"type":"boolean"},"certificate":{},"registryCredential":{"shape":"S1a"},"imagePullCredentialsType":{}}},"S16":{"type":"structure","members":{"fleetArn":{}}},"S17":{"type":"list","member":{"type":"structure","required":["name","value"],"members":{"name":{},"value":{},"type":{}}}},"S1a":{"type":"structure","required":["credential","credentialProvider"],"members":{"credential":{},"credentialProvider":{}}},"S1d":{"type":"structure","members":{"cloudWatchLogs":{"shape":"S1e"},"s3Logs":{"shape":"S1g"}}},"S1e":{"type":"structure","required":["status"],"members":{"status":{},"groupName":{},"streamName":{}}},"S1g":{"type":"structure","required":["status"],"members":{"status":{},"location":{},"encryptionDisabled":{"type":"boolean"},"bucketOwnerAccess":{}}},"S1j":{"type":"structure","members":{"vpcId":{},"subnets":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}}}},"S1m":{"type":"list","member":{"type":"structure","members":{"type":{},"location":{},"mountPoint":{},"identifier":{},"mountOptions":{}}}},"S1p":{"type":"structure","members":{"serviceRole":{},"combineArtifacts":{"type":"boolean"},"restrictions":{"type":"structure","members":{"maximumBuildsAllowed":{"type":"integer"},"computeTypesAllowed":{"type":"list","member":{}}}},"timeoutInMins":{"type":"integer"},"batchReportMode":{}}},"S1w":{"type":"structure","members":{"arn":{},"requestedOn":{"type":"timestamp"},"buildStatus":{},"primaryArtifact":{"shape":"S1x"},"secondaryArtifacts":{"type":"list","member":{"shape":"S1x"}}}},"S1x":{"type":"structure","members":{"type":{},"location":{},"identifier":{}}},"S24":{"type":"structure","members":{"id":{},"arn":{},"buildNumber":{"type":"long"},"startTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"currentPhase":{},"buildStatus":{},"sourceVersion":{},"resolvedSourceVersion":{},"projectName":{},"phases":{"type":"list","member":{"type":"structure","members":{"phaseType":{},"phaseStatus":{},"startTime":{"type":"timestamp"},"endTime":{"type":"timestamp"},"durationInSeconds":{"type":"long"},"contexts":{"shape":"Sj"}}}},"source":{"shape":"Sl"},"secondarySources":{"shape":"St"},"secondarySourceVersions":{"shape":"Su"},"artifacts":{"shape":"Sw"},"secondaryArtifacts":{"shape":"Sy"},"cache":{"shape":"Sz"},"environment":{"shape":"S13"},"serviceRole":{},"logs":{"type":"structure","members":{"groupName":{},"streamName":{},"deepLink":{},"s3DeepLink":{},"cloudWatchLogsArn":{},"s3LogsArn":{},"cloudWatchLogs":{"shape":"S1e"},"s3Logs":{"shape":"S1g"}}},"timeoutInMinutes":{"type":"integer"},"queuedTimeoutInMinutes":{"type":"integer"},"buildComplete":{"type":"boolean"},"initiator":{},"vpcConfig":{"shape":"S1j"},"networkInterface":{"type":"structure","members":{"subnetId":{},"networkInterfaceId":{}}},"encryptionKey":{},"exportedEnvironmentVariables":{"type":"list","member":{"type":"structure","members":{"name":{},"value":{}}}},"reportArns":{"type":"list","member":{}},"fileSystemLocations":{"shape":"S1m"},"debugSession":{"type":"structure","members":{"sessionEnabled":{"type":"boolean"},"sessionTarget":{}}},"buildBatchArn":{}}},"S2f":{"type":"list","member":{}},"S2i":{"type":"structure","members":{"arn":{},"name":{},"id":{},"created":{"type":"timestamp"},"lastModified":{"type":"timestamp"},"status":{"type":"structure","members":{"statusCode":{},"context":{},"message":{}}},"baseCapacity":{"type":"integer"},"environmentType":{},"computeType":{},"scalingConfiguration":{"type":"structure","members":{"scalingType":{},"targetTrackingScalingConfigs":{"shape":"S2q"},"maxCapacity":{"type":"integer"},"desiredCapacity":{"type":"integer"}}},"overflowBehavior":{},"vpcConfig":{"shape":"S1j"},"imageId":{},"fleetServiceRole":{},"tags":{"shape":"S2v"}}},"S2q":{"type":"list","member":{"type":"structure","members":{"metricType":{},"targetValue":{"type":"double"}}}},"S2v":{"type":"list","member":{"type":"structure","members":{"key":{},"value":{}}}},"S30":{"type":"list","member":{}},"S33":{"type":"structure","members":{"name":{},"arn":{},"description":{},"source":{"shape":"Sl"},"secondarySources":{"shape":"St"},"sourceVersion":{},"secondarySourceVersions":{"shape":"Su"},"artifacts":{"shape":"S36"},"secondaryArtifacts":{"shape":"S39"},"cache":{"shape":"Sz"},"environment":{"shape":"S13"},"serviceRole":{},"timeoutInMinutes":{"type":"integer"},"queuedTimeoutInMinutes":{"type":"integer"},"encryptionKey":{},"tags":{"shape":"S2v"},"created":{"type":"timestamp"},"lastModified":{"type":"timestamp"},"webhook":{"shape":"S3c"},"vpcConfig":{"shape":"S1j"},"badge":{"type":"structure","members":{"badgeEnabled":{"type":"boolean"},"badgeRequestUrl":{}}},"logsConfig":{"shape":"S1d"},"fileSystemLocations":{"shape":"S1m"},"buildBatchConfig":{"shape":"S1p"},"concurrentBuildLimit":{"type":"integer"},"projectVisibility":{},"publicProjectAlias":{},"resourceAccessRole":{}}},"S36":{"type":"structure","required":["type"],"members":{"type":{},"location":{},"path":{},"namespaceType":{},"name":{},"packaging":{},"overrideArtifactName":{"type":"boolean"},"encryptionDisabled":{"type":"boolean"},"artifactIdentifier":{},"bucketOwnerAccess":{}}},"S39":{"type":"list","member":{"shape":"S36"}},"S3c":{"type":"structure","members":{"url":{},"payloadUrl":{},"secret":{},"branchFilter":{},"filterGroups":{"shape":"S3d"},"buildType":{},"manualCreation":{"type":"boolean"},"lastModifiedSecret":{"type":"timestamp"},"scopeConfiguration":{"shape":"S3i"}}},"S3d":{"type":"list","member":{"type":"list","member":{"type":"structure","required":["type","pattern"],"members":{"type":{},"pattern":{},"excludeMatchedPattern":{"type":"boolean"}}}}},"S3i":{"type":"structure","required":["name","scope"],"members":{"name":{},"domain":{},"scope":{}}},"S3n":{"type":"list","member":{}},"S3q":{"type":"structure","members":{"arn":{},"name":{},"type":{},"exportConfig":{"shape":"S3t"},"created":{"type":"timestamp"},"lastModified":{"type":"timestamp"},"tags":{"shape":"S2v"},"status":{}}},"S3t":{"type":"structure","members":{"exportConfigType":{},"s3Destination":{"type":"structure","members":{"bucket":{},"bucketOwner":{},"path":{},"packaging":{},"encryptionKey":{},"encryptionDisabled":{"type":"boolean"}}}}},"S3z":{"type":"list","member":{}},"S4a":{"type":"structure","members":{"scalingType":{},"targetTrackingScalingConfigs":{"shape":"S2q"},"maxCapacity":{"type":"integer"}}},"S5q":{"type":"structure","members":{"status":{}}},"S6l":{"type":"structure","members":{"status":{}}}}}
|
36963
36963
|
|
36964
36964
|
/***/ }),
|
36965
36965
|
/* 133 */
|
@@ -40063,7 +40063,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
40063
40063
|
/* 280 */
|
40064
40064
|
/***/ (function(module, exports) {
|
40065
40065
|
|
40066
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2015-03-31","endpointPrefix":"lambda","protocol":"rest-json","serviceFullName":"AWS Lambda","serviceId":"Lambda","signatureVersion":"v4","uid":"lambda-2015-03-31"},"operations":{"AddLayerVersionPermission":{"http":{"requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy","responseCode":201},"input":{"type":"structure","required":["LayerName","VersionNumber","StatementId","Action","Principal"],"members":{"LayerName":{"location":"uri","locationName":"LayerName"},"VersionNumber":{"location":"uri","locationName":"VersionNumber","type":"long"},"StatementId":{},"Action":{},"Principal":{},"OrganizationId":{},"RevisionId":{"location":"querystring","locationName":"RevisionId"}}},"output":{"type":"structure","members":{"Statement":{},"RevisionId":{}}}},"AddPermission":{"http":{"requestUri":"/2015-03-31/functions/{FunctionName}/policy","responseCode":201},"input":{"type":"structure","required":["FunctionName","StatementId","Action","Principal"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"StatementId":{},"Action":{},"Principal":{},"SourceArn":{},"SourceAccount":{},"EventSourceToken":{},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"RevisionId":{},"PrincipalOrgID":{},"FunctionUrlAuthType":{}}},"output":{"type":"structure","members":{"Statement":{}}}},"CreateAlias":{"http":{"requestUri":"/2015-03-31/functions/{FunctionName}/aliases","responseCode":201},"input":{"type":"structure","required":["FunctionName","Name","FunctionVersion"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Name":{},"FunctionVersion":{},"Description":{},"RoutingConfig":{"shape":"Sp"}}},"output":{"shape":"St"}},"CreateCodeSigningConfig":{"http":{"requestUri":"/2020-04-22/code-signing-configs/","responseCode":201},"input":{"type":"structure","required":["AllowedPublishers"],"members":{"Description":{},"AllowedPublishers":{"shape":"Sw"},"CodeSigningPolicies":{"shape":"Sy"}}},"output":{"type":"structure","required":["CodeSigningConfig"],"members":{"CodeSigningConfig":{"shape":"S11"}}}},"CreateEventSourceMapping":{"http":{"requestUri":"/2015-03-31/event-source-mappings/","responseCode":202},"input":{"type":"structure","required":["FunctionName"],"members":{"EventSourceArn":{},"FunctionName":{},"Enabled":{"type":"boolean"},"BatchSize":{"type":"integer"},"FilterCriteria":{"shape":"S18"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"ParallelizationFactor":{"type":"integer"},"StartingPosition":{},"StartingPositionTimestamp":{"type":"timestamp"},"DestinationConfig":{"shape":"S1g"},"MaximumRecordAgeInSeconds":{"type":"integer"},"BisectBatchOnFunctionError":{"type":"boolean"},"MaximumRetryAttempts":{"type":"integer"},"TumblingWindowInSeconds":{"type":"integer"},"Topics":{"shape":"S1o"},"Queues":{"shape":"S1q"},"SourceAccessConfigurations":{"shape":"S1s"},"SelfManagedEventSource":{"shape":"S1w"},"FunctionResponseTypes":{"shape":"S21"},"AmazonManagedKafkaEventSourceConfig":{"shape":"S23"},"SelfManagedKafkaEventSourceConfig":{"shape":"S24"},"ScalingConfig":{"shape":"S25"},"DocumentDBEventSourceConfig":{"shape":"S27"}}},"output":{"shape":"S2b"}},"CreateFunction":{"http":{"requestUri":"/2015-03-31/functions","responseCode":201},"input":{"type":"structure","required":["FunctionName","Role","Code"],"members":{"FunctionName":{},"Runtime":{},"Role":{},"Handler":{},"Code":{"type":"structure","members":{"ZipFile":{"shape":"S2h"},"S3Bucket":{},"S3Key":{},"S3ObjectVersion":{},"ImageUri":{}}},"Description":{},"Timeout":{"type":"integer"},"MemorySize":{"type":"integer"},"Publish":{"type":"boolean"},"VpcConfig":{"shape":"S2o"},"PackageType":{},"DeadLetterConfig":{"shape":"S2v"},"Environment":{"shape":"S2x"},"KMSKeyArn":{},"TracingConfig":{"shape":"S32"},"Tags":{"shape":"S34"},"Layers":{"shape":"S37"},"FileSystemConfigs":{"shape":"S39"},"ImageConfig":{"shape":"S3d"},"CodeSigningConfigArn":{},"Architectures":{"shape":"S3g"},"EphemeralStorage":{"shape":"S3i"},"SnapStart":{"shape":"S3k"},"LoggingConfig":{"shape":"S3m"}}},"output":{"shape":"S3r"}},"CreateFunctionUrlConfig":{"http":{"requestUri":"/2021-10-31/functions/{FunctionName}/url","responseCode":201},"input":{"type":"structure","required":["FunctionName","AuthType"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"AuthType":{},"Cors":{"shape":"S4i"},"InvokeMode":{}}},"output":{"type":"structure","required":["FunctionUrl","FunctionArn","AuthType","CreationTime"],"members":{"FunctionUrl":{},"FunctionArn":{},"AuthType":{},"Cors":{"shape":"S4i"},"CreationTime":{},"InvokeMode":{}}}},"DeleteAlias":{"http":{"method":"DELETE","requestUri":"/2015-03-31/functions/{FunctionName}/aliases/{Name}","responseCode":204},"input":{"type":"structure","required":["FunctionName","Name"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Name":{"location":"uri","locationName":"Name"}}}},"DeleteCodeSigningConfig":{"http":{"method":"DELETE","requestUri":"/2020-04-22/code-signing-configs/{CodeSigningConfigArn}","responseCode":204},"input":{"type":"structure","required":["CodeSigningConfigArn"],"members":{"CodeSigningConfigArn":{"location":"uri","locationName":"CodeSigningConfigArn"}}},"output":{"type":"structure","members":{}}},"DeleteEventSourceMapping":{"http":{"method":"DELETE","requestUri":"/2015-03-31/event-source-mappings/{UUID}","responseCode":202},"input":{"type":"structure","required":["UUID"],"members":{"UUID":{"location":"uri","locationName":"UUID"}}},"output":{"shape":"S2b"}},"DeleteFunction":{"http":{"method":"DELETE","requestUri":"/2015-03-31/functions/{FunctionName}","responseCode":204},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}}},"DeleteFunctionCodeSigningConfig":{"http":{"method":"DELETE","requestUri":"/2020-06-30/functions/{FunctionName}/code-signing-config","responseCode":204},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"}}}},"DeleteFunctionConcurrency":{"http":{"method":"DELETE","requestUri":"/2017-10-31/functions/{FunctionName}/concurrency","responseCode":204},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"}}}},"DeleteFunctionEventInvokeConfig":{"http":{"method":"DELETE","requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config","responseCode":204},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}}},"DeleteFunctionUrlConfig":{"http":{"method":"DELETE","requestUri":"/2021-10-31/functions/{FunctionName}/url","responseCode":204},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}}},"DeleteLayerVersion":{"http":{"method":"DELETE","requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}","responseCode":204},"input":{"type":"structure","required":["LayerName","VersionNumber"],"members":{"LayerName":{"location":"uri","locationName":"LayerName"},"VersionNumber":{"location":"uri","locationName":"VersionNumber","type":"long"}}}},"DeleteProvisionedConcurrencyConfig":{"http":{"method":"DELETE","requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency","responseCode":204},"input":{"type":"structure","required":["FunctionName","Qualifier"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}}},"GetAccountSettings":{"http":{"method":"GET","requestUri":"/2016-08-19/account-settings/","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"AccountLimit":{"type":"structure","members":{"TotalCodeSize":{"type":"long"},"CodeSizeUnzipped":{"type":"long"},"CodeSizeZipped":{"type":"long"},"ConcurrentExecutions":{"type":"integer"},"UnreservedConcurrentExecutions":{"type":"integer"}}},"AccountUsage":{"type":"structure","members":{"TotalCodeSize":{"type":"long"},"FunctionCount":{"type":"long"}}}}}},"GetAlias":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/{FunctionName}/aliases/{Name}","responseCode":200},"input":{"type":"structure","required":["FunctionName","Name"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"shape":"St"}},"GetCodeSigningConfig":{"http":{"method":"GET","requestUri":"/2020-04-22/code-signing-configs/{CodeSigningConfigArn}","responseCode":200},"input":{"type":"structure","required":["CodeSigningConfigArn"],"members":{"CodeSigningConfigArn":{"location":"uri","locationName":"CodeSigningConfigArn"}}},"output":{"type":"structure","required":["CodeSigningConfig"],"members":{"CodeSigningConfig":{"shape":"S11"}}}},"GetEventSourceMapping":{"http":{"method":"GET","requestUri":"/2015-03-31/event-source-mappings/{UUID}","responseCode":200},"input":{"type":"structure","required":["UUID"],"members":{"UUID":{"location":"uri","locationName":"UUID"}}},"output":{"shape":"S2b"}},"GetFunction":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/{FunctionName}","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"type":"structure","members":{"Configuration":{"shape":"S3r"},"Code":{"type":"structure","members":{"RepositoryType":{},"Location":{},"ImageUri":{},"ResolvedImageUri":{}}},"Tags":{"shape":"S34"},"Concurrency":{"shape":"S5i"}}}},"GetFunctionCodeSigningConfig":{"http":{"method":"GET","requestUri":"/2020-06-30/functions/{FunctionName}/code-signing-config","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"}}},"output":{"type":"structure","required":["CodeSigningConfigArn","FunctionName"],"members":{"CodeSigningConfigArn":{},"FunctionName":{}}}},"GetFunctionConcurrency":{"http":{"method":"GET","requestUri":"/2019-09-30/functions/{FunctionName}/concurrency","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"}}},"output":{"type":"structure","members":{"ReservedConcurrentExecutions":{"type":"integer"}}}},"GetFunctionConfiguration":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/{FunctionName}/configuration","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"shape":"S3r"}},"GetFunctionEventInvokeConfig":{"http":{"method":"GET","requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"shape":"S5q"}},"GetFunctionUrlConfig":{"http":{"method":"GET","requestUri":"/2021-10-31/functions/{FunctionName}/url","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"type":"structure","required":["FunctionUrl","FunctionArn","AuthType","CreationTime","LastModifiedTime"],"members":{"FunctionUrl":{},"FunctionArn":{},"AuthType":{},"Cors":{"shape":"S4i"},"CreationTime":{},"LastModifiedTime":{},"InvokeMode":{}}}},"GetLayerVersion":{"http":{"method":"GET","requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}","responseCode":200},"input":{"type":"structure","required":["LayerName","VersionNumber"],"members":{"LayerName":{"location":"uri","locationName":"LayerName"},"VersionNumber":{"location":"uri","locationName":"VersionNumber","type":"long"}}},"output":{"shape":"S5w"}},"GetLayerVersionByArn":{"http":{"method":"GET","requestUri":"/2018-10-31/layers?find=LayerVersion","responseCode":200},"input":{"type":"structure","required":["Arn"],"members":{"Arn":{"location":"querystring","locationName":"Arn"}}},"output":{"shape":"S5w"}},"GetLayerVersionPolicy":{"http":{"method":"GET","requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy","responseCode":200},"input":{"type":"structure","required":["LayerName","VersionNumber"],"members":{"LayerName":{"location":"uri","locationName":"LayerName"},"VersionNumber":{"location":"uri","locationName":"VersionNumber","type":"long"}}},"output":{"type":"structure","members":{"Policy":{},"RevisionId":{}}}},"GetPolicy":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/{FunctionName}/policy","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"type":"structure","members":{"Policy":{},"RevisionId":{}}}},"GetProvisionedConcurrencyConfig":{"http":{"method":"GET","requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency","responseCode":200},"input":{"type":"structure","required":["FunctionName","Qualifier"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"type":"structure","members":{"RequestedProvisionedConcurrentExecutions":{"type":"integer"},"AvailableProvisionedConcurrentExecutions":{"type":"integer"},"AllocatedProvisionedConcurrentExecutions":{"type":"integer"},"Status":{},"StatusReason":{},"LastModified":{}}}},"GetRuntimeManagementConfig":{"http":{"method":"GET","requestUri":"/2021-07-20/functions/{FunctionName}/runtime-management-config","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"type":"structure","members":{"UpdateRuntimeOn":{},"RuntimeVersionArn":{},"FunctionArn":{}}}},"Invoke":{"http":{"requestUri":"/2015-03-31/functions/{FunctionName}/invocations"},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"InvocationType":{"location":"header","locationName":"X-Amz-Invocation-Type"},"LogType":{"location":"header","locationName":"X-Amz-Log-Type"},"ClientContext":{"location":"header","locationName":"X-Amz-Client-Context"},"Payload":{"shape":"S2h"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}},"payload":"Payload"},"output":{"type":"structure","members":{"StatusCode":{"location":"statusCode","type":"integer"},"FunctionError":{"location":"header","locationName":"X-Amz-Function-Error"},"LogResult":{"location":"header","locationName":"X-Amz-Log-Result"},"Payload":{"shape":"S2h"},"ExecutedVersion":{"location":"header","locationName":"X-Amz-Executed-Version"}},"payload":"Payload"}},"InvokeAsync":{"http":{"requestUri":"/2014-11-13/functions/{FunctionName}/invoke-async/","responseCode":202},"input":{"type":"structure","required":["FunctionName","InvokeArgs"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"InvokeArgs":{"type":"blob","streaming":true}},"deprecated":true,"payload":"InvokeArgs"},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"}},"deprecated":true},"deprecated":true},"InvokeWithResponseStream":{"http":{"requestUri":"/2021-11-15/functions/{FunctionName}/response-streaming-invocations"},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"InvocationType":{"location":"header","locationName":"X-Amz-Invocation-Type"},"LogType":{"location":"header","locationName":"X-Amz-Log-Type"},"ClientContext":{"location":"header","locationName":"X-Amz-Client-Context"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"Payload":{"shape":"S2h"}},"payload":"Payload"},"output":{"type":"structure","members":{"StatusCode":{"location":"statusCode","type":"integer"},"ExecutedVersion":{"location":"header","locationName":"X-Amz-Executed-Version"},"EventStream":{"type":"structure","members":{"PayloadChunk":{"type":"structure","members":{"Payload":{"shape":"S2h","eventpayload":true}},"event":true},"InvokeComplete":{"type":"structure","members":{"ErrorCode":{},"ErrorDetails":{},"LogResult":{}},"event":true}},"eventstream":true},"ResponseStreamContentType":{"location":"header","locationName":"Content-Type"}},"payload":"EventStream"}},"ListAliases":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/{FunctionName}/aliases","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"FunctionVersion":{"location":"querystring","locationName":"FunctionVersion"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"NextMarker":{},"Aliases":{"type":"list","member":{"shape":"St"}}}}},"ListCodeSigningConfigs":{"http":{"method":"GET","requestUri":"/2020-04-22/code-signing-configs/","responseCode":200},"input":{"type":"structure","members":{"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"NextMarker":{},"CodeSigningConfigs":{"type":"list","member":{"shape":"S11"}}}}},"ListEventSourceMappings":{"http":{"method":"GET","requestUri":"/2015-03-31/event-source-mappings/","responseCode":200},"input":{"type":"structure","members":{"EventSourceArn":{"location":"querystring","locationName":"EventSourceArn"},"FunctionName":{"location":"querystring","locationName":"FunctionName"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"NextMarker":{},"EventSourceMappings":{"type":"list","member":{"shape":"S2b"}}}}},"ListFunctionEventInvokeConfigs":{"http":{"method":"GET","requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config/list","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"FunctionEventInvokeConfigs":{"type":"list","member":{"shape":"S5q"}},"NextMarker":{}}}},"ListFunctionUrlConfigs":{"http":{"method":"GET","requestUri":"/2021-10-31/functions/{FunctionName}/urls","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","required":["FunctionUrlConfigs"],"members":{"FunctionUrlConfigs":{"type":"list","member":{"type":"structure","required":["FunctionUrl","FunctionArn","CreationTime","LastModifiedTime","AuthType"],"members":{"FunctionUrl":{},"FunctionArn":{},"CreationTime":{},"LastModifiedTime":{},"Cors":{"shape":"S4i"},"AuthType":{},"InvokeMode":{}}}},"NextMarker":{}}}},"ListFunctions":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/","responseCode":200},"input":{"type":"structure","members":{"MasterRegion":{"location":"querystring","locationName":"MasterRegion"},"FunctionVersion":{"location":"querystring","locationName":"FunctionVersion"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"NextMarker":{},"Functions":{"shape":"S7g"}}}},"ListFunctionsByCodeSigningConfig":{"http":{"method":"GET","requestUri":"/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions","responseCode":200},"input":{"type":"structure","required":["CodeSigningConfigArn"],"members":{"CodeSigningConfigArn":{"location":"uri","locationName":"CodeSigningConfigArn"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"NextMarker":{},"FunctionArns":{"type":"list","member":{}}}}},"ListLayerVersions":{"http":{"method":"GET","requestUri":"/2018-10-31/layers/{LayerName}/versions","responseCode":200},"input":{"type":"structure","required":["LayerName"],"members":{"CompatibleRuntime":{"location":"querystring","locationName":"CompatibleRuntime"},"LayerName":{"location":"uri","locationName":"LayerName"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"},"CompatibleArchitecture":{"location":"querystring","locationName":"CompatibleArchitecture"}}},"output":{"type":"structure","members":{"NextMarker":{},"LayerVersions":{"type":"list","member":{"shape":"S7o"}}}}},"ListLayers":{"http":{"method":"GET","requestUri":"/2018-10-31/layers","responseCode":200},"input":{"type":"structure","members":{"CompatibleRuntime":{"location":"querystring","locationName":"CompatibleRuntime"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"},"CompatibleArchitecture":{"location":"querystring","locationName":"CompatibleArchitecture"}}},"output":{"type":"structure","members":{"NextMarker":{},"Layers":{"type":"list","member":{"type":"structure","members":{"LayerName":{},"LayerArn":{},"LatestMatchingVersion":{"shape":"S7o"}}}}}}},"ListProvisionedConcurrencyConfigs":{"http":{"method":"GET","requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"ProvisionedConcurrencyConfigs":{"type":"list","member":{"type":"structure","members":{"FunctionArn":{},"RequestedProvisionedConcurrentExecutions":{"type":"integer"},"AvailableProvisionedConcurrentExecutions":{"type":"integer"},"AllocatedProvisionedConcurrentExecutions":{"type":"integer"},"Status":{},"StatusReason":{},"LastModified":{}}}},"NextMarker":{}}}},"ListTags":{"http":{"method":"GET","requestUri":"/2017-03-31/tags/{ARN}"},"input":{"type":"structure","required":["Resource"],"members":{"Resource":{"location":"uri","locationName":"ARN"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S34"}}}},"ListVersionsByFunction":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/{FunctionName}/versions","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"NextMarker":{},"Versions":{"shape":"S7g"}}}},"PublishLayerVersion":{"http":{"requestUri":"/2018-10-31/layers/{LayerName}/versions","responseCode":201},"input":{"type":"structure","required":["LayerName","Content"],"members":{"LayerName":{"location":"uri","locationName":"LayerName"},"Description":{},"Content":{"type":"structure","members":{"S3Bucket":{},"S3Key":{},"S3ObjectVersion":{},"ZipFile":{"shape":"S2h"}}},"CompatibleRuntimes":{"shape":"S5z"},"LicenseInfo":{},"CompatibleArchitectures":{"shape":"S61"}}},"output":{"type":"structure","members":{"Content":{"shape":"S5x"},"LayerArn":{},"LayerVersionArn":{},"Description":{},"CreatedDate":{},"Version":{"type":"long"},"CompatibleRuntimes":{"shape":"S5z"},"LicenseInfo":{},"CompatibleArchitectures":{"shape":"S61"}}}},"PublishVersion":{"http":{"requestUri":"/2015-03-31/functions/{FunctionName}/versions","responseCode":201},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"CodeSha256":{},"Description":{},"RevisionId":{}}},"output":{"shape":"S3r"}},"PutFunctionCodeSigningConfig":{"http":{"method":"PUT","requestUri":"/2020-06-30/functions/{FunctionName}/code-signing-config","responseCode":200},"input":{"type":"structure","required":["CodeSigningConfigArn","FunctionName"],"members":{"CodeSigningConfigArn":{},"FunctionName":{"location":"uri","locationName":"FunctionName"}}},"output":{"type":"structure","required":["CodeSigningConfigArn","FunctionName"],"members":{"CodeSigningConfigArn":{},"FunctionName":{}}}},"PutFunctionConcurrency":{"http":{"method":"PUT","requestUri":"/2017-10-31/functions/{FunctionName}/concurrency","responseCode":200},"input":{"type":"structure","required":["FunctionName","ReservedConcurrentExecutions"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"ReservedConcurrentExecutions":{"type":"integer"}}},"output":{"shape":"S5i"}},"PutFunctionEventInvokeConfig":{"http":{"method":"PUT","requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"MaximumRetryAttempts":{"type":"integer"},"MaximumEventAgeInSeconds":{"type":"integer"},"DestinationConfig":{"shape":"S1g"}}},"output":{"shape":"S5q"}},"PutProvisionedConcurrencyConfig":{"http":{"method":"PUT","requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency","responseCode":202},"input":{"type":"structure","required":["FunctionName","Qualifier","ProvisionedConcurrentExecutions"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"ProvisionedConcurrentExecutions":{"type":"integer"}}},"output":{"type":"structure","members":{"RequestedProvisionedConcurrentExecutions":{"type":"integer"},"AvailableProvisionedConcurrentExecutions":{"type":"integer"},"AllocatedProvisionedConcurrentExecutions":{"type":"integer"},"Status":{},"StatusReason":{},"LastModified":{}}}},"PutRuntimeManagementConfig":{"http":{"method":"PUT","requestUri":"/2021-07-20/functions/{FunctionName}/runtime-management-config","responseCode":200},"input":{"type":"structure","required":["FunctionName","UpdateRuntimeOn"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"UpdateRuntimeOn":{},"RuntimeVersionArn":{}}},"output":{"type":"structure","required":["UpdateRuntimeOn","FunctionArn"],"members":{"UpdateRuntimeOn":{},"FunctionArn":{},"RuntimeVersionArn":{}}}},"RemoveLayerVersionPermission":{"http":{"method":"DELETE","requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}","responseCode":204},"input":{"type":"structure","required":["LayerName","VersionNumber","StatementId"],"members":{"LayerName":{"location":"uri","locationName":"LayerName"},"VersionNumber":{"location":"uri","locationName":"VersionNumber","type":"long"},"StatementId":{"location":"uri","locationName":"StatementId"},"RevisionId":{"location":"querystring","locationName":"RevisionId"}}}},"RemovePermission":{"http":{"method":"DELETE","requestUri":"/2015-03-31/functions/{FunctionName}/policy/{StatementId}","responseCode":204},"input":{"type":"structure","required":["FunctionName","StatementId"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"StatementId":{"location":"uri","locationName":"StatementId"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"RevisionId":{"location":"querystring","locationName":"RevisionId"}}}},"TagResource":{"http":{"requestUri":"/2017-03-31/tags/{ARN}","responseCode":204},"input":{"type":"structure","required":["Resource","Tags"],"members":{"Resource":{"location":"uri","locationName":"ARN"},"Tags":{"shape":"S34"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/2017-03-31/tags/{ARN}","responseCode":204},"input":{"type":"structure","required":["Resource","TagKeys"],"members":{"Resource":{"location":"uri","locationName":"ARN"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}}},"UpdateAlias":{"http":{"method":"PUT","requestUri":"/2015-03-31/functions/{FunctionName}/aliases/{Name}","responseCode":200},"input":{"type":"structure","required":["FunctionName","Name"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Name":{"location":"uri","locationName":"Name"},"FunctionVersion":{},"Description":{},"RoutingConfig":{"shape":"Sp"},"RevisionId":{}}},"output":{"shape":"St"}},"UpdateCodeSigningConfig":{"http":{"method":"PUT","requestUri":"/2020-04-22/code-signing-configs/{CodeSigningConfigArn}","responseCode":200},"input":{"type":"structure","required":["CodeSigningConfigArn"],"members":{"CodeSigningConfigArn":{"location":"uri","locationName":"CodeSigningConfigArn"},"Description":{},"AllowedPublishers":{"shape":"Sw"},"CodeSigningPolicies":{"shape":"Sy"}}},"output":{"type":"structure","required":["CodeSigningConfig"],"members":{"CodeSigningConfig":{"shape":"S11"}}}},"UpdateEventSourceMapping":{"http":{"method":"PUT","requestUri":"/2015-03-31/event-source-mappings/{UUID}","responseCode":202},"input":{"type":"structure","required":["UUID"],"members":{"UUID":{"location":"uri","locationName":"UUID"},"FunctionName":{},"Enabled":{"type":"boolean"},"BatchSize":{"type":"integer"},"FilterCriteria":{"shape":"S18"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"DestinationConfig":{"shape":"S1g"},"MaximumRecordAgeInSeconds":{"type":"integer"},"BisectBatchOnFunctionError":{"type":"boolean"},"MaximumRetryAttempts":{"type":"integer"},"ParallelizationFactor":{"type":"integer"},"SourceAccessConfigurations":{"shape":"S1s"},"TumblingWindowInSeconds":{"type":"integer"},"FunctionResponseTypes":{"shape":"S21"},"ScalingConfig":{"shape":"S25"},"DocumentDBEventSourceConfig":{"shape":"S27"}}},"output":{"shape":"S2b"}},"UpdateFunctionCode":{"http":{"method":"PUT","requestUri":"/2015-03-31/functions/{FunctionName}/code","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"ZipFile":{"shape":"S2h"},"S3Bucket":{},"S3Key":{},"S3ObjectVersion":{},"ImageUri":{},"Publish":{"type":"boolean"},"DryRun":{"type":"boolean"},"RevisionId":{},"Architectures":{"shape":"S3g"}}},"output":{"shape":"S3r"}},"UpdateFunctionConfiguration":{"http":{"method":"PUT","requestUri":"/2015-03-31/functions/{FunctionName}/configuration","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Role":{},"Handler":{},"Description":{},"Timeout":{"type":"integer"},"MemorySize":{"type":"integer"},"VpcConfig":{"shape":"S2o"},"Environment":{"shape":"S2x"},"Runtime":{},"DeadLetterConfig":{"shape":"S2v"},"KMSKeyArn":{},"TracingConfig":{"shape":"S32"},"RevisionId":{},"Layers":{"shape":"S37"},"FileSystemConfigs":{"shape":"S39"},"ImageConfig":{"shape":"S3d"},"EphemeralStorage":{"shape":"S3i"},"SnapStart":{"shape":"S3k"},"LoggingConfig":{"shape":"S3m"}}},"output":{"shape":"S3r"}},"UpdateFunctionEventInvokeConfig":{"http":{"requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"MaximumRetryAttempts":{"type":"integer"},"MaximumEventAgeInSeconds":{"type":"integer"},"DestinationConfig":{"shape":"S1g"}}},"output":{"shape":"S5q"}},"UpdateFunctionUrlConfig":{"http":{"method":"PUT","requestUri":"/2021-10-31/functions/{FunctionName}/url","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"AuthType":{},"Cors":{"shape":"S4i"},"InvokeMode":{}}},"output":{"type":"structure","required":["FunctionUrl","FunctionArn","AuthType","CreationTime","LastModifiedTime"],"members":{"FunctionUrl":{},"FunctionArn":{},"AuthType":{},"Cors":{"shape":"S4i"},"CreationTime":{},"LastModifiedTime":{},"InvokeMode":{}}}}},"shapes":{"Sp":{"type":"structure","members":{"AdditionalVersionWeights":{"type":"map","key":{},"value":{"type":"double"}}}},"St":{"type":"structure","members":{"AliasArn":{},"Name":{},"FunctionVersion":{},"Description":{},"RoutingConfig":{"shape":"Sp"},"RevisionId":{}}},"Sw":{"type":"structure","required":["SigningProfileVersionArns"],"members":{"SigningProfileVersionArns":{"type":"list","member":{}}}},"Sy":{"type":"structure","members":{"UntrustedArtifactOnDeployment":{}}},"S11":{"type":"structure","required":["CodeSigningConfigId","CodeSigningConfigArn","AllowedPublishers","CodeSigningPolicies","LastModified"],"members":{"CodeSigningConfigId":{},"CodeSigningConfigArn":{},"Description":{},"AllowedPublishers":{"shape":"Sw"},"CodeSigningPolicies":{"shape":"Sy"},"LastModified":{}}},"S18":{"type":"structure","members":{"Filters":{"type":"list","member":{"type":"structure","members":{"Pattern":{}}}}}},"S1g":{"type":"structure","members":{"OnSuccess":{"type":"structure","members":{"Destination":{}}},"OnFailure":{"type":"structure","members":{"Destination":{}}}}},"S1o":{"type":"list","member":{}},"S1q":{"type":"list","member":{}},"S1s":{"type":"list","member":{"type":"structure","members":{"Type":{},"URI":{}}}},"S1w":{"type":"structure","members":{"Endpoints":{"type":"map","key":{},"value":{"type":"list","member":{}}}}},"S21":{"type":"list","member":{}},"S23":{"type":"structure","members":{"ConsumerGroupId":{}}},"S24":{"type":"structure","members":{"ConsumerGroupId":{}}},"S25":{"type":"structure","members":{"MaximumConcurrency":{"type":"integer"}}},"S27":{"type":"structure","members":{"DatabaseName":{},"CollectionName":{},"FullDocument":{}}},"S2b":{"type":"structure","members":{"UUID":{},"StartingPosition":{},"StartingPositionTimestamp":{"type":"timestamp"},"BatchSize":{"type":"integer"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"ParallelizationFactor":{"type":"integer"},"EventSourceArn":{},"FilterCriteria":{"shape":"S18"},"FunctionArn":{},"LastModified":{"type":"timestamp"},"LastProcessingResult":{},"State":{},"StateTransitionReason":{},"DestinationConfig":{"shape":"S1g"},"Topics":{"shape":"S1o"},"Queues":{"shape":"S1q"},"SourceAccessConfigurations":{"shape":"S1s"},"SelfManagedEventSource":{"shape":"S1w"},"MaximumRecordAgeInSeconds":{"type":"integer"},"BisectBatchOnFunctionError":{"type":"boolean"},"MaximumRetryAttempts":{"type":"integer"},"TumblingWindowInSeconds":{"type":"integer"},"FunctionResponseTypes":{"shape":"S21"},"AmazonManagedKafkaEventSourceConfig":{"shape":"S23"},"SelfManagedKafkaEventSourceConfig":{"shape":"S24"},"ScalingConfig":{"shape":"S25"},"DocumentDBEventSourceConfig":{"shape":"S27"}}},"S2h":{"type":"blob","sensitive":true},"S2o":{"type":"structure","members":{"SubnetIds":{"shape":"S2p"},"SecurityGroupIds":{"shape":"S2r"},"Ipv6AllowedForDualStack":{"type":"boolean"}}},"S2p":{"type":"list","member":{}},"S2r":{"type":"list","member":{}},"S2v":{"type":"structure","members":{"TargetArn":{}}},"S2x":{"type":"structure","members":{"Variables":{"shape":"S2y"}}},"S2y":{"type":"map","key":{"type":"string","sensitive":true},"value":{"type":"string","sensitive":true},"sensitive":true},"S32":{"type":"structure","members":{"Mode":{}}},"S34":{"type":"map","key":{},"value":{}},"S37":{"type":"list","member":{}},"S39":{"type":"list","member":{"type":"structure","required":["Arn","LocalMountPath"],"members":{"Arn":{},"LocalMountPath":{}}}},"S3d":{"type":"structure","members":{"EntryPoint":{"shape":"S3e"},"Command":{"shape":"S3e"},"WorkingDirectory":{}}},"S3e":{"type":"list","member":{}},"S3g":{"type":"list","member":{}},"S3i":{"type":"structure","required":["Size"],"members":{"Size":{"type":"integer"}}},"S3k":{"type":"structure","members":{"ApplyOn":{}}},"S3m":{"type":"structure","members":{"LogFormat":{},"ApplicationLogLevel":{},"SystemLogLevel":{},"LogGroup":{}}},"S3r":{"type":"structure","members":{"FunctionName":{},"FunctionArn":{},"Runtime":{},"Role":{},"Handler":{},"CodeSize":{"type":"long"},"Description":{},"Timeout":{"type":"integer"},"MemorySize":{"type":"integer"},"LastModified":{},"CodeSha256":{},"Version":{},"VpcConfig":{"type":"structure","members":{"SubnetIds":{"shape":"S2p"},"SecurityGroupIds":{"shape":"S2r"},"VpcId":{},"Ipv6AllowedForDualStack":{"type":"boolean"}}},"DeadLetterConfig":{"shape":"S2v"},"Environment":{"type":"structure","members":{"Variables":{"shape":"S2y"},"Error":{"type":"structure","members":{"ErrorCode":{},"Message":{"shape":"S3z"}}}}},"KMSKeyArn":{},"TracingConfig":{"type":"structure","members":{"Mode":{}}},"MasterArn":{},"RevisionId":{},"Layers":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CodeSize":{"type":"long"},"SigningProfileVersionArn":{},"SigningJobArn":{}}}},"State":{},"StateReason":{},"StateReasonCode":{},"LastUpdateStatus":{},"LastUpdateStatusReason":{},"LastUpdateStatusReasonCode":{},"FileSystemConfigs":{"shape":"S39"},"PackageType":{},"ImageConfigResponse":{"type":"structure","members":{"ImageConfig":{"shape":"S3d"},"Error":{"type":"structure","members":{"ErrorCode":{},"Message":{"shape":"S3z"}}}}},"SigningProfileVersionArn":{},"SigningJobArn":{},"Architectures":{"shape":"S3g"},"EphemeralStorage":{"shape":"S3i"},"SnapStart":{"type":"structure","members":{"ApplyOn":{},"OptimizationStatus":{}}},"RuntimeVersionConfig":{"type":"structure","members":{"RuntimeVersionArn":{},"Error":{"type":"structure","members":{"ErrorCode":{},"Message":{"shape":"S3z"}}}}},"LoggingConfig":{"shape":"S3m"}}},"S3z":{"type":"string","sensitive":true},"S4i":{"type":"structure","members":{"AllowCredentials":{"type":"boolean"},"AllowHeaders":{"shape":"S4k"},"AllowMethods":{"type":"list","member":{}},"AllowOrigins":{"type":"list","member":{}},"ExposeHeaders":{"shape":"S4k"},"MaxAge":{"type":"integer"}}},"S4k":{"type":"list","member":{}},"S5i":{"type":"structure","members":{"ReservedConcurrentExecutions":{"type":"integer"}}},"S5q":{"type":"structure","members":{"LastModified":{"type":"timestamp"},"FunctionArn":{},"MaximumRetryAttempts":{"type":"integer"},"MaximumEventAgeInSeconds":{"type":"integer"},"DestinationConfig":{"shape":"S1g"}}},"S5w":{"type":"structure","members":{"Content":{"shape":"S5x"},"LayerArn":{},"LayerVersionArn":{},"Description":{},"CreatedDate":{},"Version":{"type":"long"},"CompatibleRuntimes":{"shape":"S5z"},"LicenseInfo":{},"CompatibleArchitectures":{"shape":"S61"}}},"S5x":{"type":"structure","members":{"Location":{},"CodeSha256":{},"CodeSize":{"type":"long"},"SigningProfileVersionArn":{},"SigningJobArn":{}}},"S5z":{"type":"list","member":{}},"S61":{"type":"list","member":{}},"S7g":{"type":"list","member":{"shape":"S3r"}},"S7o":{"type":"structure","members":{"LayerVersionArn":{},"Version":{"type":"long"},"Description":{},"CreatedDate":{},"CompatibleRuntimes":{"shape":"S5z"},"LicenseInfo":{},"CompatibleArchitectures":{"shape":"S61"}}}}}
|
40066
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2015-03-31","endpointPrefix":"lambda","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"AWS Lambda","serviceId":"Lambda","signatureVersion":"v4","uid":"lambda-2015-03-31","auth":["aws.auth#sigv4"]},"operations":{"AddLayerVersionPermission":{"http":{"requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy","responseCode":201},"input":{"type":"structure","required":["LayerName","VersionNumber","StatementId","Action","Principal"],"members":{"LayerName":{"location":"uri","locationName":"LayerName"},"VersionNumber":{"location":"uri","locationName":"VersionNumber","type":"long"},"StatementId":{},"Action":{},"Principal":{},"OrganizationId":{},"RevisionId":{"location":"querystring","locationName":"RevisionId"}}},"output":{"type":"structure","members":{"Statement":{},"RevisionId":{}}}},"AddPermission":{"http":{"requestUri":"/2015-03-31/functions/{FunctionName}/policy","responseCode":201},"input":{"type":"structure","required":["FunctionName","StatementId","Action","Principal"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"StatementId":{},"Action":{},"Principal":{},"SourceArn":{},"SourceAccount":{},"EventSourceToken":{},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"RevisionId":{},"PrincipalOrgID":{},"FunctionUrlAuthType":{}}},"output":{"type":"structure","members":{"Statement":{}}}},"CreateAlias":{"http":{"requestUri":"/2015-03-31/functions/{FunctionName}/aliases","responseCode":201},"input":{"type":"structure","required":["FunctionName","Name","FunctionVersion"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Name":{},"FunctionVersion":{},"Description":{},"RoutingConfig":{"shape":"Sp"}}},"output":{"shape":"St"}},"CreateCodeSigningConfig":{"http":{"requestUri":"/2020-04-22/code-signing-configs/","responseCode":201},"input":{"type":"structure","required":["AllowedPublishers"],"members":{"Description":{},"AllowedPublishers":{"shape":"Sw"},"CodeSigningPolicies":{"shape":"Sy"}}},"output":{"type":"structure","required":["CodeSigningConfig"],"members":{"CodeSigningConfig":{"shape":"S11"}}}},"CreateEventSourceMapping":{"http":{"requestUri":"/2015-03-31/event-source-mappings/","responseCode":202},"input":{"type":"structure","required":["FunctionName"],"members":{"EventSourceArn":{},"FunctionName":{},"Enabled":{"type":"boolean"},"BatchSize":{"type":"integer"},"FilterCriteria":{"shape":"S18"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"ParallelizationFactor":{"type":"integer"},"StartingPosition":{},"StartingPositionTimestamp":{"type":"timestamp"},"DestinationConfig":{"shape":"S1g"},"MaximumRecordAgeInSeconds":{"type":"integer"},"BisectBatchOnFunctionError":{"type":"boolean"},"MaximumRetryAttempts":{"type":"integer"},"TumblingWindowInSeconds":{"type":"integer"},"Topics":{"shape":"S1o"},"Queues":{"shape":"S1q"},"SourceAccessConfigurations":{"shape":"S1s"},"SelfManagedEventSource":{"shape":"S1w"},"FunctionResponseTypes":{"shape":"S21"},"AmazonManagedKafkaEventSourceConfig":{"shape":"S23"},"SelfManagedKafkaEventSourceConfig":{"shape":"S24"},"ScalingConfig":{"shape":"S25"},"DocumentDBEventSourceConfig":{"shape":"S27"}}},"output":{"shape":"S2b"}},"CreateFunction":{"http":{"requestUri":"/2015-03-31/functions","responseCode":201},"input":{"type":"structure","required":["FunctionName","Role","Code"],"members":{"FunctionName":{},"Runtime":{},"Role":{},"Handler":{},"Code":{"type":"structure","members":{"ZipFile":{"shape":"S2h"},"S3Bucket":{},"S3Key":{},"S3ObjectVersion":{},"ImageUri":{}}},"Description":{},"Timeout":{"type":"integer"},"MemorySize":{"type":"integer"},"Publish":{"type":"boolean"},"VpcConfig":{"shape":"S2o"},"PackageType":{},"DeadLetterConfig":{"shape":"S2v"},"Environment":{"shape":"S2x"},"KMSKeyArn":{},"TracingConfig":{"shape":"S32"},"Tags":{"shape":"S34"},"Layers":{"shape":"S37"},"FileSystemConfigs":{"shape":"S39"},"ImageConfig":{"shape":"S3d"},"CodeSigningConfigArn":{},"Architectures":{"shape":"S3g"},"EphemeralStorage":{"shape":"S3i"},"SnapStart":{"shape":"S3k"},"LoggingConfig":{"shape":"S3m"}}},"output":{"shape":"S3r"}},"CreateFunctionUrlConfig":{"http":{"requestUri":"/2021-10-31/functions/{FunctionName}/url","responseCode":201},"input":{"type":"structure","required":["FunctionName","AuthType"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"AuthType":{},"Cors":{"shape":"S4i"},"InvokeMode":{}}},"output":{"type":"structure","required":["FunctionUrl","FunctionArn","AuthType","CreationTime"],"members":{"FunctionUrl":{},"FunctionArn":{},"AuthType":{},"Cors":{"shape":"S4i"},"CreationTime":{},"InvokeMode":{}}}},"DeleteAlias":{"http":{"method":"DELETE","requestUri":"/2015-03-31/functions/{FunctionName}/aliases/{Name}","responseCode":204},"input":{"type":"structure","required":["FunctionName","Name"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Name":{"location":"uri","locationName":"Name"}}}},"DeleteCodeSigningConfig":{"http":{"method":"DELETE","requestUri":"/2020-04-22/code-signing-configs/{CodeSigningConfigArn}","responseCode":204},"input":{"type":"structure","required":["CodeSigningConfigArn"],"members":{"CodeSigningConfigArn":{"location":"uri","locationName":"CodeSigningConfigArn"}}},"output":{"type":"structure","members":{}}},"DeleteEventSourceMapping":{"http":{"method":"DELETE","requestUri":"/2015-03-31/event-source-mappings/{UUID}","responseCode":202},"input":{"type":"structure","required":["UUID"],"members":{"UUID":{"location":"uri","locationName":"UUID"}}},"output":{"shape":"S2b"}},"DeleteFunction":{"http":{"method":"DELETE","requestUri":"/2015-03-31/functions/{FunctionName}","responseCode":204},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}}},"DeleteFunctionCodeSigningConfig":{"http":{"method":"DELETE","requestUri":"/2020-06-30/functions/{FunctionName}/code-signing-config","responseCode":204},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"}}}},"DeleteFunctionConcurrency":{"http":{"method":"DELETE","requestUri":"/2017-10-31/functions/{FunctionName}/concurrency","responseCode":204},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"}}}},"DeleteFunctionEventInvokeConfig":{"http":{"method":"DELETE","requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config","responseCode":204},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}}},"DeleteFunctionUrlConfig":{"http":{"method":"DELETE","requestUri":"/2021-10-31/functions/{FunctionName}/url","responseCode":204},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}}},"DeleteLayerVersion":{"http":{"method":"DELETE","requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}","responseCode":204},"input":{"type":"structure","required":["LayerName","VersionNumber"],"members":{"LayerName":{"location":"uri","locationName":"LayerName"},"VersionNumber":{"location":"uri","locationName":"VersionNumber","type":"long"}}}},"DeleteProvisionedConcurrencyConfig":{"http":{"method":"DELETE","requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency","responseCode":204},"input":{"type":"structure","required":["FunctionName","Qualifier"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}}},"GetAccountSettings":{"http":{"method":"GET","requestUri":"/2016-08-19/account-settings/","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"AccountLimit":{"type":"structure","members":{"TotalCodeSize":{"type":"long"},"CodeSizeUnzipped":{"type":"long"},"CodeSizeZipped":{"type":"long"},"ConcurrentExecutions":{"type":"integer"},"UnreservedConcurrentExecutions":{"type":"integer"}}},"AccountUsage":{"type":"structure","members":{"TotalCodeSize":{"type":"long"},"FunctionCount":{"type":"long"}}}}}},"GetAlias":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/{FunctionName}/aliases/{Name}","responseCode":200},"input":{"type":"structure","required":["FunctionName","Name"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Name":{"location":"uri","locationName":"Name"}}},"output":{"shape":"St"}},"GetCodeSigningConfig":{"http":{"method":"GET","requestUri":"/2020-04-22/code-signing-configs/{CodeSigningConfigArn}","responseCode":200},"input":{"type":"structure","required":["CodeSigningConfigArn"],"members":{"CodeSigningConfigArn":{"location":"uri","locationName":"CodeSigningConfigArn"}}},"output":{"type":"structure","required":["CodeSigningConfig"],"members":{"CodeSigningConfig":{"shape":"S11"}}}},"GetEventSourceMapping":{"http":{"method":"GET","requestUri":"/2015-03-31/event-source-mappings/{UUID}","responseCode":200},"input":{"type":"structure","required":["UUID"],"members":{"UUID":{"location":"uri","locationName":"UUID"}}},"output":{"shape":"S2b"}},"GetFunction":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/{FunctionName}","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"type":"structure","members":{"Configuration":{"shape":"S3r"},"Code":{"type":"structure","members":{"RepositoryType":{},"Location":{},"ImageUri":{},"ResolvedImageUri":{}}},"Tags":{"shape":"S34"},"Concurrency":{"shape":"S5i"}}}},"GetFunctionCodeSigningConfig":{"http":{"method":"GET","requestUri":"/2020-06-30/functions/{FunctionName}/code-signing-config","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"}}},"output":{"type":"structure","required":["CodeSigningConfigArn","FunctionName"],"members":{"CodeSigningConfigArn":{},"FunctionName":{}}}},"GetFunctionConcurrency":{"http":{"method":"GET","requestUri":"/2019-09-30/functions/{FunctionName}/concurrency","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"}}},"output":{"type":"structure","members":{"ReservedConcurrentExecutions":{"type":"integer"}}}},"GetFunctionConfiguration":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/{FunctionName}/configuration","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"shape":"S3r"}},"GetFunctionEventInvokeConfig":{"http":{"method":"GET","requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"shape":"S5q"}},"GetFunctionRecursionConfig":{"http":{"method":"GET","requestUri":"/2024-08-31/functions/{FunctionName}/recursion-config","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"}}},"output":{"type":"structure","members":{"RecursiveLoop":{}}}},"GetFunctionUrlConfig":{"http":{"method":"GET","requestUri":"/2021-10-31/functions/{FunctionName}/url","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"type":"structure","required":["FunctionUrl","FunctionArn","AuthType","CreationTime","LastModifiedTime"],"members":{"FunctionUrl":{},"FunctionArn":{},"AuthType":{},"Cors":{"shape":"S4i"},"CreationTime":{},"LastModifiedTime":{},"InvokeMode":{}}}},"GetLayerVersion":{"http":{"method":"GET","requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}","responseCode":200},"input":{"type":"structure","required":["LayerName","VersionNumber"],"members":{"LayerName":{"location":"uri","locationName":"LayerName"},"VersionNumber":{"location":"uri","locationName":"VersionNumber","type":"long"}}},"output":{"shape":"S60"}},"GetLayerVersionByArn":{"http":{"method":"GET","requestUri":"/2018-10-31/layers?find=LayerVersion","responseCode":200},"input":{"type":"structure","required":["Arn"],"members":{"Arn":{"location":"querystring","locationName":"Arn"}}},"output":{"shape":"S60"}},"GetLayerVersionPolicy":{"http":{"method":"GET","requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy","responseCode":200},"input":{"type":"structure","required":["LayerName","VersionNumber"],"members":{"LayerName":{"location":"uri","locationName":"LayerName"},"VersionNumber":{"location":"uri","locationName":"VersionNumber","type":"long"}}},"output":{"type":"structure","members":{"Policy":{},"RevisionId":{}}}},"GetPolicy":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/{FunctionName}/policy","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"type":"structure","members":{"Policy":{},"RevisionId":{}}}},"GetProvisionedConcurrencyConfig":{"http":{"method":"GET","requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency","responseCode":200},"input":{"type":"structure","required":["FunctionName","Qualifier"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"type":"structure","members":{"RequestedProvisionedConcurrentExecutions":{"type":"integer"},"AvailableProvisionedConcurrentExecutions":{"type":"integer"},"AllocatedProvisionedConcurrentExecutions":{"type":"integer"},"Status":{},"StatusReason":{},"LastModified":{}}}},"GetRuntimeManagementConfig":{"http":{"method":"GET","requestUri":"/2021-07-20/functions/{FunctionName}/runtime-management-config","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}}},"output":{"type":"structure","members":{"UpdateRuntimeOn":{},"RuntimeVersionArn":{},"FunctionArn":{}}}},"Invoke":{"http":{"requestUri":"/2015-03-31/functions/{FunctionName}/invocations"},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"InvocationType":{"location":"header","locationName":"X-Amz-Invocation-Type"},"LogType":{"location":"header","locationName":"X-Amz-Log-Type"},"ClientContext":{"location":"header","locationName":"X-Amz-Client-Context"},"Payload":{"shape":"S2h"},"Qualifier":{"location":"querystring","locationName":"Qualifier"}},"payload":"Payload"},"output":{"type":"structure","members":{"StatusCode":{"location":"statusCode","type":"integer"},"FunctionError":{"location":"header","locationName":"X-Amz-Function-Error"},"LogResult":{"location":"header","locationName":"X-Amz-Log-Result"},"Payload":{"shape":"S2h"},"ExecutedVersion":{"location":"header","locationName":"X-Amz-Executed-Version"}},"payload":"Payload"}},"InvokeAsync":{"http":{"requestUri":"/2014-11-13/functions/{FunctionName}/invoke-async/","responseCode":202},"input":{"type":"structure","required":["FunctionName","InvokeArgs"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"InvokeArgs":{"type":"blob","streaming":true}},"deprecated":true,"payload":"InvokeArgs"},"output":{"type":"structure","members":{"Status":{"location":"statusCode","type":"integer"}},"deprecated":true},"deprecated":true},"InvokeWithResponseStream":{"http":{"requestUri":"/2021-11-15/functions/{FunctionName}/response-streaming-invocations"},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"InvocationType":{"location":"header","locationName":"X-Amz-Invocation-Type"},"LogType":{"location":"header","locationName":"X-Amz-Log-Type"},"ClientContext":{"location":"header","locationName":"X-Amz-Client-Context"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"Payload":{"shape":"S2h"}},"payload":"Payload"},"output":{"type":"structure","members":{"StatusCode":{"location":"statusCode","type":"integer"},"ExecutedVersion":{"location":"header","locationName":"X-Amz-Executed-Version"},"EventStream":{"type":"structure","members":{"PayloadChunk":{"type":"structure","members":{"Payload":{"shape":"S2h","eventpayload":true}},"event":true},"InvokeComplete":{"type":"structure","members":{"ErrorCode":{},"ErrorDetails":{},"LogResult":{}},"event":true}},"eventstream":true},"ResponseStreamContentType":{"location":"header","locationName":"Content-Type"}},"payload":"EventStream"}},"ListAliases":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/{FunctionName}/aliases","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"FunctionVersion":{"location":"querystring","locationName":"FunctionVersion"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"NextMarker":{},"Aliases":{"type":"list","member":{"shape":"St"}}}}},"ListCodeSigningConfigs":{"http":{"method":"GET","requestUri":"/2020-04-22/code-signing-configs/","responseCode":200},"input":{"type":"structure","members":{"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"NextMarker":{},"CodeSigningConfigs":{"type":"list","member":{"shape":"S11"}}}}},"ListEventSourceMappings":{"http":{"method":"GET","requestUri":"/2015-03-31/event-source-mappings/","responseCode":200},"input":{"type":"structure","members":{"EventSourceArn":{"location":"querystring","locationName":"EventSourceArn"},"FunctionName":{"location":"querystring","locationName":"FunctionName"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"NextMarker":{},"EventSourceMappings":{"type":"list","member":{"shape":"S2b"}}}}},"ListFunctionEventInvokeConfigs":{"http":{"method":"GET","requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config/list","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"FunctionEventInvokeConfigs":{"type":"list","member":{"shape":"S5q"}},"NextMarker":{}}}},"ListFunctionUrlConfigs":{"http":{"method":"GET","requestUri":"/2021-10-31/functions/{FunctionName}/urls","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","required":["FunctionUrlConfigs"],"members":{"FunctionUrlConfigs":{"type":"list","member":{"type":"structure","required":["FunctionUrl","FunctionArn","CreationTime","LastModifiedTime","AuthType"],"members":{"FunctionUrl":{},"FunctionArn":{},"CreationTime":{},"LastModifiedTime":{},"Cors":{"shape":"S4i"},"AuthType":{},"InvokeMode":{}}}},"NextMarker":{}}}},"ListFunctions":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/","responseCode":200},"input":{"type":"structure","members":{"MasterRegion":{"location":"querystring","locationName":"MasterRegion"},"FunctionVersion":{"location":"querystring","locationName":"FunctionVersion"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"NextMarker":{},"Functions":{"shape":"S7k"}}}},"ListFunctionsByCodeSigningConfig":{"http":{"method":"GET","requestUri":"/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions","responseCode":200},"input":{"type":"structure","required":["CodeSigningConfigArn"],"members":{"CodeSigningConfigArn":{"location":"uri","locationName":"CodeSigningConfigArn"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"NextMarker":{},"FunctionArns":{"type":"list","member":{}}}}},"ListLayerVersions":{"http":{"method":"GET","requestUri":"/2018-10-31/layers/{LayerName}/versions","responseCode":200},"input":{"type":"structure","required":["LayerName"],"members":{"CompatibleRuntime":{"location":"querystring","locationName":"CompatibleRuntime"},"LayerName":{"location":"uri","locationName":"LayerName"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"},"CompatibleArchitecture":{"location":"querystring","locationName":"CompatibleArchitecture"}}},"output":{"type":"structure","members":{"NextMarker":{},"LayerVersions":{"type":"list","member":{"shape":"S7s"}}}}},"ListLayers":{"http":{"method":"GET","requestUri":"/2018-10-31/layers","responseCode":200},"input":{"type":"structure","members":{"CompatibleRuntime":{"location":"querystring","locationName":"CompatibleRuntime"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"},"CompatibleArchitecture":{"location":"querystring","locationName":"CompatibleArchitecture"}}},"output":{"type":"structure","members":{"NextMarker":{},"Layers":{"type":"list","member":{"type":"structure","members":{"LayerName":{},"LayerArn":{},"LatestMatchingVersion":{"shape":"S7s"}}}}}}},"ListProvisionedConcurrencyConfigs":{"http":{"method":"GET","requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"ProvisionedConcurrencyConfigs":{"type":"list","member":{"type":"structure","members":{"FunctionArn":{},"RequestedProvisionedConcurrentExecutions":{"type":"integer"},"AvailableProvisionedConcurrentExecutions":{"type":"integer"},"AllocatedProvisionedConcurrentExecutions":{"type":"integer"},"Status":{},"StatusReason":{},"LastModified":{}}}},"NextMarker":{}}}},"ListTags":{"http":{"method":"GET","requestUri":"/2017-03-31/tags/{ARN}"},"input":{"type":"structure","required":["Resource"],"members":{"Resource":{"location":"uri","locationName":"ARN"}}},"output":{"type":"structure","members":{"Tags":{"shape":"S34"}}}},"ListVersionsByFunction":{"http":{"method":"GET","requestUri":"/2015-03-31/functions/{FunctionName}/versions","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Marker":{"location":"querystring","locationName":"Marker"},"MaxItems":{"location":"querystring","locationName":"MaxItems","type":"integer"}}},"output":{"type":"structure","members":{"NextMarker":{},"Versions":{"shape":"S7k"}}}},"PublishLayerVersion":{"http":{"requestUri":"/2018-10-31/layers/{LayerName}/versions","responseCode":201},"input":{"type":"structure","required":["LayerName","Content"],"members":{"LayerName":{"location":"uri","locationName":"LayerName"},"Description":{},"Content":{"type":"structure","members":{"S3Bucket":{},"S3Key":{},"S3ObjectVersion":{},"ZipFile":{"shape":"S2h"}}},"CompatibleRuntimes":{"shape":"S63"},"LicenseInfo":{},"CompatibleArchitectures":{"shape":"S65"}}},"output":{"type":"structure","members":{"Content":{"shape":"S61"},"LayerArn":{},"LayerVersionArn":{},"Description":{},"CreatedDate":{},"Version":{"type":"long"},"CompatibleRuntimes":{"shape":"S63"},"LicenseInfo":{},"CompatibleArchitectures":{"shape":"S65"}}}},"PublishVersion":{"http":{"requestUri":"/2015-03-31/functions/{FunctionName}/versions","responseCode":201},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"CodeSha256":{},"Description":{},"RevisionId":{}}},"output":{"shape":"S3r"}},"PutFunctionCodeSigningConfig":{"http":{"method":"PUT","requestUri":"/2020-06-30/functions/{FunctionName}/code-signing-config","responseCode":200},"input":{"type":"structure","required":["CodeSigningConfigArn","FunctionName"],"members":{"CodeSigningConfigArn":{},"FunctionName":{"location":"uri","locationName":"FunctionName"}}},"output":{"type":"structure","required":["CodeSigningConfigArn","FunctionName"],"members":{"CodeSigningConfigArn":{},"FunctionName":{}}}},"PutFunctionConcurrency":{"http":{"method":"PUT","requestUri":"/2017-10-31/functions/{FunctionName}/concurrency","responseCode":200},"input":{"type":"structure","required":["FunctionName","ReservedConcurrentExecutions"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"ReservedConcurrentExecutions":{"type":"integer"}}},"output":{"shape":"S5i"}},"PutFunctionEventInvokeConfig":{"http":{"method":"PUT","requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"MaximumRetryAttempts":{"type":"integer"},"MaximumEventAgeInSeconds":{"type":"integer"},"DestinationConfig":{"shape":"S1g"}}},"output":{"shape":"S5q"}},"PutFunctionRecursionConfig":{"http":{"method":"PUT","requestUri":"/2024-08-31/functions/{FunctionName}/recursion-config","responseCode":200},"input":{"type":"structure","required":["FunctionName","RecursiveLoop"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"RecursiveLoop":{}}},"output":{"type":"structure","members":{"RecursiveLoop":{}}}},"PutProvisionedConcurrencyConfig":{"http":{"method":"PUT","requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency","responseCode":202},"input":{"type":"structure","required":["FunctionName","Qualifier","ProvisionedConcurrentExecutions"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"ProvisionedConcurrentExecutions":{"type":"integer"}}},"output":{"type":"structure","members":{"RequestedProvisionedConcurrentExecutions":{"type":"integer"},"AvailableProvisionedConcurrentExecutions":{"type":"integer"},"AllocatedProvisionedConcurrentExecutions":{"type":"integer"},"Status":{},"StatusReason":{},"LastModified":{}}}},"PutRuntimeManagementConfig":{"http":{"method":"PUT","requestUri":"/2021-07-20/functions/{FunctionName}/runtime-management-config","responseCode":200},"input":{"type":"structure","required":["FunctionName","UpdateRuntimeOn"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"UpdateRuntimeOn":{},"RuntimeVersionArn":{}}},"output":{"type":"structure","required":["UpdateRuntimeOn","FunctionArn"],"members":{"UpdateRuntimeOn":{},"FunctionArn":{},"RuntimeVersionArn":{}}}},"RemoveLayerVersionPermission":{"http":{"method":"DELETE","requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}","responseCode":204},"input":{"type":"structure","required":["LayerName","VersionNumber","StatementId"],"members":{"LayerName":{"location":"uri","locationName":"LayerName"},"VersionNumber":{"location":"uri","locationName":"VersionNumber","type":"long"},"StatementId":{"location":"uri","locationName":"StatementId"},"RevisionId":{"location":"querystring","locationName":"RevisionId"}}}},"RemovePermission":{"http":{"method":"DELETE","requestUri":"/2015-03-31/functions/{FunctionName}/policy/{StatementId}","responseCode":204},"input":{"type":"structure","required":["FunctionName","StatementId"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"StatementId":{"location":"uri","locationName":"StatementId"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"RevisionId":{"location":"querystring","locationName":"RevisionId"}}}},"TagResource":{"http":{"requestUri":"/2017-03-31/tags/{ARN}","responseCode":204},"input":{"type":"structure","required":["Resource","Tags"],"members":{"Resource":{"location":"uri","locationName":"ARN"},"Tags":{"shape":"S34"}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/2017-03-31/tags/{ARN}","responseCode":204},"input":{"type":"structure","required":["Resource","TagKeys"],"members":{"Resource":{"location":"uri","locationName":"ARN"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}}},"UpdateAlias":{"http":{"method":"PUT","requestUri":"/2015-03-31/functions/{FunctionName}/aliases/{Name}","responseCode":200},"input":{"type":"structure","required":["FunctionName","Name"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Name":{"location":"uri","locationName":"Name"},"FunctionVersion":{},"Description":{},"RoutingConfig":{"shape":"Sp"},"RevisionId":{}}},"output":{"shape":"St"}},"UpdateCodeSigningConfig":{"http":{"method":"PUT","requestUri":"/2020-04-22/code-signing-configs/{CodeSigningConfigArn}","responseCode":200},"input":{"type":"structure","required":["CodeSigningConfigArn"],"members":{"CodeSigningConfigArn":{"location":"uri","locationName":"CodeSigningConfigArn"},"Description":{},"AllowedPublishers":{"shape":"Sw"},"CodeSigningPolicies":{"shape":"Sy"}}},"output":{"type":"structure","required":["CodeSigningConfig"],"members":{"CodeSigningConfig":{"shape":"S11"}}}},"UpdateEventSourceMapping":{"http":{"method":"PUT","requestUri":"/2015-03-31/event-source-mappings/{UUID}","responseCode":202},"input":{"type":"structure","required":["UUID"],"members":{"UUID":{"location":"uri","locationName":"UUID"},"FunctionName":{},"Enabled":{"type":"boolean"},"BatchSize":{"type":"integer"},"FilterCriteria":{"shape":"S18"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"DestinationConfig":{"shape":"S1g"},"MaximumRecordAgeInSeconds":{"type":"integer"},"BisectBatchOnFunctionError":{"type":"boolean"},"MaximumRetryAttempts":{"type":"integer"},"ParallelizationFactor":{"type":"integer"},"SourceAccessConfigurations":{"shape":"S1s"},"TumblingWindowInSeconds":{"type":"integer"},"FunctionResponseTypes":{"shape":"S21"},"ScalingConfig":{"shape":"S25"},"DocumentDBEventSourceConfig":{"shape":"S27"}}},"output":{"shape":"S2b"}},"UpdateFunctionCode":{"http":{"method":"PUT","requestUri":"/2015-03-31/functions/{FunctionName}/code","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"ZipFile":{"shape":"S2h"},"S3Bucket":{},"S3Key":{},"S3ObjectVersion":{},"ImageUri":{},"Publish":{"type":"boolean"},"DryRun":{"type":"boolean"},"RevisionId":{},"Architectures":{"shape":"S3g"}}},"output":{"shape":"S3r"}},"UpdateFunctionConfiguration":{"http":{"method":"PUT","requestUri":"/2015-03-31/functions/{FunctionName}/configuration","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Role":{},"Handler":{},"Description":{},"Timeout":{"type":"integer"},"MemorySize":{"type":"integer"},"VpcConfig":{"shape":"S2o"},"Environment":{"shape":"S2x"},"Runtime":{},"DeadLetterConfig":{"shape":"S2v"},"KMSKeyArn":{},"TracingConfig":{"shape":"S32"},"RevisionId":{},"Layers":{"shape":"S37"},"FileSystemConfigs":{"shape":"S39"},"ImageConfig":{"shape":"S3d"},"EphemeralStorage":{"shape":"S3i"},"SnapStart":{"shape":"S3k"},"LoggingConfig":{"shape":"S3m"}}},"output":{"shape":"S3r"}},"UpdateFunctionEventInvokeConfig":{"http":{"requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"MaximumRetryAttempts":{"type":"integer"},"MaximumEventAgeInSeconds":{"type":"integer"},"DestinationConfig":{"shape":"S1g"}}},"output":{"shape":"S5q"}},"UpdateFunctionUrlConfig":{"http":{"method":"PUT","requestUri":"/2021-10-31/functions/{FunctionName}/url","responseCode":200},"input":{"type":"structure","required":["FunctionName"],"members":{"FunctionName":{"location":"uri","locationName":"FunctionName"},"Qualifier":{"location":"querystring","locationName":"Qualifier"},"AuthType":{},"Cors":{"shape":"S4i"},"InvokeMode":{}}},"output":{"type":"structure","required":["FunctionUrl","FunctionArn","AuthType","CreationTime","LastModifiedTime"],"members":{"FunctionUrl":{},"FunctionArn":{},"AuthType":{},"Cors":{"shape":"S4i"},"CreationTime":{},"LastModifiedTime":{},"InvokeMode":{}}}}},"shapes":{"Sp":{"type":"structure","members":{"AdditionalVersionWeights":{"type":"map","key":{},"value":{"type":"double"}}}},"St":{"type":"structure","members":{"AliasArn":{},"Name":{},"FunctionVersion":{},"Description":{},"RoutingConfig":{"shape":"Sp"},"RevisionId":{}}},"Sw":{"type":"structure","required":["SigningProfileVersionArns"],"members":{"SigningProfileVersionArns":{"type":"list","member":{}}}},"Sy":{"type":"structure","members":{"UntrustedArtifactOnDeployment":{}}},"S11":{"type":"structure","required":["CodeSigningConfigId","CodeSigningConfigArn","AllowedPublishers","CodeSigningPolicies","LastModified"],"members":{"CodeSigningConfigId":{},"CodeSigningConfigArn":{},"Description":{},"AllowedPublishers":{"shape":"Sw"},"CodeSigningPolicies":{"shape":"Sy"},"LastModified":{}}},"S18":{"type":"structure","members":{"Filters":{"type":"list","member":{"type":"structure","members":{"Pattern":{}}}}}},"S1g":{"type":"structure","members":{"OnSuccess":{"type":"structure","members":{"Destination":{}}},"OnFailure":{"type":"structure","members":{"Destination":{}}}}},"S1o":{"type":"list","member":{}},"S1q":{"type":"list","member":{}},"S1s":{"type":"list","member":{"type":"structure","members":{"Type":{},"URI":{}}}},"S1w":{"type":"structure","members":{"Endpoints":{"type":"map","key":{},"value":{"type":"list","member":{}}}}},"S21":{"type":"list","member":{}},"S23":{"type":"structure","members":{"ConsumerGroupId":{}}},"S24":{"type":"structure","members":{"ConsumerGroupId":{}}},"S25":{"type":"structure","members":{"MaximumConcurrency":{"type":"integer"}}},"S27":{"type":"structure","members":{"DatabaseName":{},"CollectionName":{},"FullDocument":{}}},"S2b":{"type":"structure","members":{"UUID":{},"StartingPosition":{},"StartingPositionTimestamp":{"type":"timestamp"},"BatchSize":{"type":"integer"},"MaximumBatchingWindowInSeconds":{"type":"integer"},"ParallelizationFactor":{"type":"integer"},"EventSourceArn":{},"FilterCriteria":{"shape":"S18"},"FunctionArn":{},"LastModified":{"type":"timestamp"},"LastProcessingResult":{},"State":{},"StateTransitionReason":{},"DestinationConfig":{"shape":"S1g"},"Topics":{"shape":"S1o"},"Queues":{"shape":"S1q"},"SourceAccessConfigurations":{"shape":"S1s"},"SelfManagedEventSource":{"shape":"S1w"},"MaximumRecordAgeInSeconds":{"type":"integer"},"BisectBatchOnFunctionError":{"type":"boolean"},"MaximumRetryAttempts":{"type":"integer"},"TumblingWindowInSeconds":{"type":"integer"},"FunctionResponseTypes":{"shape":"S21"},"AmazonManagedKafkaEventSourceConfig":{"shape":"S23"},"SelfManagedKafkaEventSourceConfig":{"shape":"S24"},"ScalingConfig":{"shape":"S25"},"DocumentDBEventSourceConfig":{"shape":"S27"}}},"S2h":{"type":"blob","sensitive":true},"S2o":{"type":"structure","members":{"SubnetIds":{"shape":"S2p"},"SecurityGroupIds":{"shape":"S2r"},"Ipv6AllowedForDualStack":{"type":"boolean"}}},"S2p":{"type":"list","member":{}},"S2r":{"type":"list","member":{}},"S2v":{"type":"structure","members":{"TargetArn":{}}},"S2x":{"type":"structure","members":{"Variables":{"shape":"S2y"}}},"S2y":{"type":"map","key":{"type":"string","sensitive":true},"value":{"type":"string","sensitive":true},"sensitive":true},"S32":{"type":"structure","members":{"Mode":{}}},"S34":{"type":"map","key":{},"value":{}},"S37":{"type":"list","member":{}},"S39":{"type":"list","member":{"type":"structure","required":["Arn","LocalMountPath"],"members":{"Arn":{},"LocalMountPath":{}}}},"S3d":{"type":"structure","members":{"EntryPoint":{"shape":"S3e"},"Command":{"shape":"S3e"},"WorkingDirectory":{}}},"S3e":{"type":"list","member":{}},"S3g":{"type":"list","member":{}},"S3i":{"type":"structure","required":["Size"],"members":{"Size":{"type":"integer"}}},"S3k":{"type":"structure","members":{"ApplyOn":{}}},"S3m":{"type":"structure","members":{"LogFormat":{},"ApplicationLogLevel":{},"SystemLogLevel":{},"LogGroup":{}}},"S3r":{"type":"structure","members":{"FunctionName":{},"FunctionArn":{},"Runtime":{},"Role":{},"Handler":{},"CodeSize":{"type":"long"},"Description":{},"Timeout":{"type":"integer"},"MemorySize":{"type":"integer"},"LastModified":{},"CodeSha256":{},"Version":{},"VpcConfig":{"type":"structure","members":{"SubnetIds":{"shape":"S2p"},"SecurityGroupIds":{"shape":"S2r"},"VpcId":{},"Ipv6AllowedForDualStack":{"type":"boolean"}}},"DeadLetterConfig":{"shape":"S2v"},"Environment":{"type":"structure","members":{"Variables":{"shape":"S2y"},"Error":{"type":"structure","members":{"ErrorCode":{},"Message":{"shape":"S3z"}}}}},"KMSKeyArn":{},"TracingConfig":{"type":"structure","members":{"Mode":{}}},"MasterArn":{},"RevisionId":{},"Layers":{"type":"list","member":{"type":"structure","members":{"Arn":{},"CodeSize":{"type":"long"},"SigningProfileVersionArn":{},"SigningJobArn":{}}}},"State":{},"StateReason":{},"StateReasonCode":{},"LastUpdateStatus":{},"LastUpdateStatusReason":{},"LastUpdateStatusReasonCode":{},"FileSystemConfigs":{"shape":"S39"},"PackageType":{},"ImageConfigResponse":{"type":"structure","members":{"ImageConfig":{"shape":"S3d"},"Error":{"type":"structure","members":{"ErrorCode":{},"Message":{"shape":"S3z"}}}}},"SigningProfileVersionArn":{},"SigningJobArn":{},"Architectures":{"shape":"S3g"},"EphemeralStorage":{"shape":"S3i"},"SnapStart":{"type":"structure","members":{"ApplyOn":{},"OptimizationStatus":{}}},"RuntimeVersionConfig":{"type":"structure","members":{"RuntimeVersionArn":{},"Error":{"type":"structure","members":{"ErrorCode":{},"Message":{"shape":"S3z"}}}}},"LoggingConfig":{"shape":"S3m"}}},"S3z":{"type":"string","sensitive":true},"S4i":{"type":"structure","members":{"AllowCredentials":{"type":"boolean"},"AllowHeaders":{"shape":"S4k"},"AllowMethods":{"type":"list","member":{}},"AllowOrigins":{"type":"list","member":{}},"ExposeHeaders":{"shape":"S4k"},"MaxAge":{"type":"integer"}}},"S4k":{"type":"list","member":{}},"S5i":{"type":"structure","members":{"ReservedConcurrentExecutions":{"type":"integer"}}},"S5q":{"type":"structure","members":{"LastModified":{"type":"timestamp"},"FunctionArn":{},"MaximumRetryAttempts":{"type":"integer"},"MaximumEventAgeInSeconds":{"type":"integer"},"DestinationConfig":{"shape":"S1g"}}},"S60":{"type":"structure","members":{"Content":{"shape":"S61"},"LayerArn":{},"LayerVersionArn":{},"Description":{},"CreatedDate":{},"Version":{"type":"long"},"CompatibleRuntimes":{"shape":"S63"},"LicenseInfo":{},"CompatibleArchitectures":{"shape":"S65"}}},"S61":{"type":"structure","members":{"Location":{},"CodeSha256":{},"CodeSize":{"type":"long"},"SigningProfileVersionArn":{},"SigningJobArn":{}}},"S63":{"type":"list","member":{}},"S65":{"type":"list","member":{}},"S7k":{"type":"list","member":{"shape":"S3r"}},"S7s":{"type":"structure","members":{"LayerVersionArn":{},"Version":{"type":"long"},"Description":{},"CreatedDate":{},"CompatibleRuntimes":{"shape":"S63"},"LicenseInfo":{},"CompatibleArchitectures":{"shape":"S65"}}}}}
|
40067
40067
|
|
40068
40068
|
/***/ }),
|
40069
40069
|
/* 281 */
|
@@ -54200,7 +54200,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
54200
54200
|
/* 464 */
|
54201
54201
|
/***/ (function(module, exports) {
|
54202
54202
|
|
54203
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2006-03-01","checksumFormat":"md5","endpointPrefix":"s3","globalEndpoint":"s3.amazonaws.com","protocol":"rest-xml","protocols":["rest-xml"],"serviceAbbreviation":"Amazon S3","serviceFullName":"Amazon Simple Storage Service","serviceId":"S3","signatureVersion":"s3","uid":"s3-2006-03-01","auth":["aws.auth#sigv4"]},"operations":{"AbortMultipartUpload":{"http":{"method":"DELETE","requestUri":"/{Bucket}/{Key+}","responseCode":204},"input":{"type":"structure","required":["Bucket","Key","UploadId"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"UploadId":{"location":"querystring","locationName":"uploadId"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}}},"CompleteMultipartUpload":{"http":{"requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","Key","UploadId"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"MultipartUpload":{"locationName":"CompleteMultipartUpload","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"Parts":{"locationName":"Part","type":"list","member":{"type":"structure","members":{"ETag":{},"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{},"PartNumber":{"type":"integer"}}},"flattened":true}}},"UploadId":{"location":"querystring","locationName":"uploadId"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sk","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"}},"payload":"MultipartUpload"},"output":{"type":"structure","members":{"Location":{},"Bucket":{},"Key":{},"Expiration":{"location":"header","locationName":"x-amz-expiration"},"ETag":{},"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"SSEKMSKeyId":{"shape":"Sr","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}}},"CopyObject":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","CopySource","Key"],"members":{"ACL":{"location":"header","locationName":"x-amz-acl"},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"CacheControl":{"location":"header","locationName":"Cache-Control"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-checksum-algorithm"},"ContentDisposition":{"location":"header","locationName":"Content-Disposition"},"ContentEncoding":{"location":"header","locationName":"Content-Encoding"},"ContentLanguage":{"location":"header","locationName":"Content-Language"},"ContentType":{"location":"header","locationName":"Content-Type"},"CopySource":{"contextParam":{"name":"CopySource"},"location":"header","locationName":"x-amz-copy-source"},"CopySourceIfMatch":{"location":"header","locationName":"x-amz-copy-source-if-match"},"CopySourceIfModifiedSince":{"location":"header","locationName":"x-amz-copy-source-if-modified-since","type":"timestamp"},"CopySourceIfNoneMatch":{"location":"header","locationName":"x-amz-copy-source-if-none-match"},"CopySourceIfUnmodifiedSince":{"location":"header","locationName":"x-amz-copy-source-if-unmodified-since","type":"timestamp"},"Expires":{"location":"header","locationName":"Expires","type":"timestamp"},"GrantFullControl":{"location":"header","locationName":"x-amz-grant-full-control"},"GrantRead":{"location":"header","locationName":"x-amz-grant-read"},"GrantReadACP":{"location":"header","locationName":"x-amz-grant-read-acp"},"GrantWriteACP":{"location":"header","locationName":"x-amz-grant-write-acp"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"Metadata":{"shape":"S1b","location":"headers","locationName":"x-amz-meta-"},"MetadataDirective":{"location":"header","locationName":"x-amz-metadata-directive"},"TaggingDirective":{"location":"header","locationName":"x-amz-tagging-directive"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"StorageClass":{"location":"header","locationName":"x-amz-storage-class"},"WebsiteRedirectLocation":{"location":"header","locationName":"x-amz-website-redirect-location"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sk","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Sr","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"SSEKMSEncryptionContext":{"shape":"S1i","location":"header","locationName":"x-amz-server-side-encryption-context"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"CopySourceSSECustomerAlgorithm":{"location":"header","locationName":"x-amz-copy-source-server-side-encryption-customer-algorithm"},"CopySourceSSECustomerKey":{"shape":"S1k","location":"header","locationName":"x-amz-copy-source-server-side-encryption-customer-key"},"CopySourceSSECustomerKeyMD5":{"location":"header","locationName":"x-amz-copy-source-server-side-encryption-customer-key-MD5"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"Tagging":{"location":"header","locationName":"x-amz-tagging"},"ObjectLockMode":{"location":"header","locationName":"x-amz-object-lock-mode"},"ObjectLockRetainUntilDate":{"shape":"S1o","location":"header","locationName":"x-amz-object-lock-retain-until-date"},"ObjectLockLegalHoldStatus":{"location":"header","locationName":"x-amz-object-lock-legal-hold"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ExpectedSourceBucketOwner":{"location":"header","locationName":"x-amz-source-expected-bucket-owner"}}},"output":{"type":"structure","members":{"CopyObjectResult":{"type":"structure","members":{"ETag":{},"LastModified":{"type":"timestamp"},"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{}}},"Expiration":{"location":"header","locationName":"x-amz-expiration"},"CopySourceVersionId":{"location":"header","locationName":"x-amz-copy-source-version-id"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Sr","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"SSEKMSEncryptionContext":{"shape":"S1i","location":"header","locationName":"x-amz-server-side-encryption-context"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}},"payload":"CopyObjectResult"},"alias":"PutObjectCopy","staticContextParams":{"DisableS3ExpressSessionAuth":{"value":true}}},"CreateBucket":{"http":{"method":"PUT","requestUri":"/{Bucket}"},"input":{"type":"structure","required":["Bucket"],"members":{"ACL":{"location":"header","locationName":"x-amz-acl"},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"CreateBucketConfiguration":{"locationName":"CreateBucketConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"LocationConstraint":{},"Location":{"type":"structure","members":{"Type":{},"Name":{}}},"Bucket":{"type":"structure","members":{"DataRedundancy":{},"Type":{}}}}},"GrantFullControl":{"location":"header","locationName":"x-amz-grant-full-control"},"GrantRead":{"location":"header","locationName":"x-amz-grant-read"},"GrantReadACP":{"location":"header","locationName":"x-amz-grant-read-acp"},"GrantWrite":{"location":"header","locationName":"x-amz-grant-write"},"GrantWriteACP":{"location":"header","locationName":"x-amz-grant-write-acp"},"ObjectLockEnabledForBucket":{"location":"header","locationName":"x-amz-bucket-object-lock-enabled","type":"boolean"},"ObjectOwnership":{"location":"header","locationName":"x-amz-object-ownership"}},"payload":"CreateBucketConfiguration"},"output":{"type":"structure","members":{"Location":{"location":"header","locationName":"Location"}}},"alias":"PutBucket","staticContextParams":{"DisableAccessPoints":{"value":true},"UseS3ExpressControlEndpoint":{"value":true}}},"CreateMultipartUpload":{"http":{"requestUri":"/{Bucket}/{Key+}?uploads"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"ACL":{"location":"header","locationName":"x-amz-acl"},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"CacheControl":{"location":"header","locationName":"Cache-Control"},"ContentDisposition":{"location":"header","locationName":"Content-Disposition"},"ContentEncoding":{"location":"header","locationName":"Content-Encoding"},"ContentLanguage":{"location":"header","locationName":"Content-Language"},"ContentType":{"location":"header","locationName":"Content-Type"},"Expires":{"location":"header","locationName":"Expires","type":"timestamp"},"GrantFullControl":{"location":"header","locationName":"x-amz-grant-full-control"},"GrantRead":{"location":"header","locationName":"x-amz-grant-read"},"GrantReadACP":{"location":"header","locationName":"x-amz-grant-read-acp"},"GrantWriteACP":{"location":"header","locationName":"x-amz-grant-write-acp"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"Metadata":{"shape":"S1b","location":"headers","locationName":"x-amz-meta-"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"StorageClass":{"location":"header","locationName":"x-amz-storage-class"},"WebsiteRedirectLocation":{"location":"header","locationName":"x-amz-website-redirect-location"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sk","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Sr","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"SSEKMSEncryptionContext":{"shape":"S1i","location":"header","locationName":"x-amz-server-side-encryption-context"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"Tagging":{"location":"header","locationName":"x-amz-tagging"},"ObjectLockMode":{"location":"header","locationName":"x-amz-object-lock-mode"},"ObjectLockRetainUntilDate":{"shape":"S1o","location":"header","locationName":"x-amz-object-lock-retain-until-date"},"ObjectLockLegalHoldStatus":{"location":"header","locationName":"x-amz-object-lock-legal-hold"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-checksum-algorithm"}}},"output":{"type":"structure","members":{"AbortDate":{"location":"header","locationName":"x-amz-abort-date","type":"timestamp"},"AbortRuleId":{"location":"header","locationName":"x-amz-abort-rule-id"},"Bucket":{"locationName":"Bucket"},"Key":{},"UploadId":{},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Sr","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"SSEKMSEncryptionContext":{"shape":"S1i","location":"header","locationName":"x-amz-server-side-encryption-context"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-checksum-algorithm"}}},"alias":"InitiateMultipartUpload"},"CreateSession":{"http":{"method":"GET","requestUri":"/{Bucket}?session"},"input":{"type":"structure","required":["Bucket"],"members":{"SessionMode":{"location":"header","locationName":"x-amz-create-session-mode"},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"}}},"output":{"type":"structure","required":["Credentials"],"members":{"Credentials":{"locationName":"Credentials","type":"structure","required":["AccessKeyId","SecretAccessKey","SessionToken","Expiration"],"members":{"AccessKeyId":{"locationName":"AccessKeyId"},"SecretAccessKey":{"shape":"S2h","locationName":"SecretAccessKey"},"SessionToken":{"shape":"S2h","locationName":"SessionToken"},"Expiration":{"locationName":"Expiration","type":"timestamp"}}}}},"staticContextParams":{"DisableS3ExpressSessionAuth":{"value":true}}},"DeleteBucket":{"http":{"method":"DELETE","requestUri":"/{Bucket}","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketAnalyticsConfiguration":{"http":{"method":"DELETE","requestUri":"/{Bucket}?analytics","responseCode":204},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketCors":{"http":{"method":"DELETE","requestUri":"/{Bucket}?cors","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketEncryption":{"http":{"method":"DELETE","requestUri":"/{Bucket}?encryption","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketIntelligentTieringConfiguration":{"http":{"method":"DELETE","requestUri":"/{Bucket}?intelligent-tiering","responseCode":204},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketInventoryConfiguration":{"http":{"method":"DELETE","requestUri":"/{Bucket}?inventory","responseCode":204},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketLifecycle":{"http":{"method":"DELETE","requestUri":"/{Bucket}?lifecycle","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketMetricsConfiguration":{"http":{"method":"DELETE","requestUri":"/{Bucket}?metrics","responseCode":204},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketOwnershipControls":{"http":{"method":"DELETE","requestUri":"/{Bucket}?ownershipControls","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketPolicy":{"http":{"method":"DELETE","requestUri":"/{Bucket}?policy","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketReplication":{"http":{"method":"DELETE","requestUri":"/{Bucket}?replication","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketTagging":{"http":{"method":"DELETE","requestUri":"/{Bucket}?tagging","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketWebsite":{"http":{"method":"DELETE","requestUri":"/{Bucket}?website","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteObject":{"http":{"method":"DELETE","requestUri":"/{Bucket}/{Key+}","responseCode":204},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"MFA":{"location":"header","locationName":"x-amz-mfa"},"VersionId":{"location":"querystring","locationName":"versionId"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"BypassGovernanceRetention":{"location":"header","locationName":"x-amz-bypass-governance-retention","type":"boolean"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"DeleteMarker":{"location":"header","locationName":"x-amz-delete-marker","type":"boolean"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}}},"DeleteObjectTagging":{"http":{"method":"DELETE","requestUri":"/{Bucket}/{Key+}?tagging","responseCode":204},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"VersionId":{"location":"header","locationName":"x-amz-version-id"}}}},"DeleteObjects":{"http":{"requestUri":"/{Bucket}?delete"},"input":{"type":"structure","required":["Bucket","Delete"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Delete":{"locationName":"Delete","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","required":["Objects"],"members":{"Objects":{"locationName":"Object","type":"list","member":{"type":"structure","required":["Key"],"members":{"Key":{},"VersionId":{}}},"flattened":true},"Quiet":{"type":"boolean"}}},"MFA":{"location":"header","locationName":"x-amz-mfa"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"BypassGovernanceRetention":{"location":"header","locationName":"x-amz-bypass-governance-retention","type":"boolean"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"}},"payload":"Delete"},"output":{"type":"structure","members":{"Deleted":{"type":"list","member":{"type":"structure","members":{"Key":{},"VersionId":{},"DeleteMarker":{"type":"boolean"},"DeleteMarkerVersionId":{}}},"flattened":true},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"Errors":{"locationName":"Error","type":"list","member":{"type":"structure","members":{"Key":{},"VersionId":{},"Code":{},"Message":{}}},"flattened":true}}},"alias":"DeleteMultipleObjects","httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true}},"DeletePublicAccessBlock":{"http":{"method":"DELETE","requestUri":"/{Bucket}?publicAccessBlock","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketAccelerateConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?accelerate"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"}}},"output":{"type":"structure","members":{"Status":{},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketAcl":{"http":{"method":"GET","requestUri":"/{Bucket}?acl"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Owner":{"shape":"S3q"},"Grants":{"shape":"S3t","locationName":"AccessControlList"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketAnalyticsConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?analytics"},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"AnalyticsConfiguration":{"shape":"S42"}},"payload":"AnalyticsConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketCors":{"http":{"method":"GET","requestUri":"/{Bucket}?cors"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"CORSRules":{"shape":"S4h","locationName":"CORSRule"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketEncryption":{"http":{"method":"GET","requestUri":"/{Bucket}?encryption"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"ServerSideEncryptionConfiguration":{"shape":"S4u"}},"payload":"ServerSideEncryptionConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketIntelligentTieringConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?intelligent-tiering"},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"}}},"output":{"type":"structure","members":{"IntelligentTieringConfiguration":{"shape":"S50"}},"payload":"IntelligentTieringConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketInventoryConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?inventory"},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"InventoryConfiguration":{"shape":"S5a"}},"payload":"InventoryConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketLifecycle":{"http":{"method":"GET","requestUri":"/{Bucket}?lifecycle"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Rules":{"shape":"S5q","locationName":"Rule"}}},"deprecated":true,"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketLifecycleConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?lifecycle"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Rules":{"shape":"S66","locationName":"Rule"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketLocation":{"http":{"method":"GET","requestUri":"/{Bucket}?location"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"LocationConstraint":{}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketLogging":{"http":{"method":"GET","requestUri":"/{Bucket}?logging"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"LoggingEnabled":{"shape":"S6i"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketMetricsConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?metrics"},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"MetricsConfiguration":{"shape":"S6u"}},"payload":"MetricsConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketNotification":{"http":{"method":"GET","requestUri":"/{Bucket}?notification"},"input":{"shape":"S6y"},"output":{"shape":"S6z"},"deprecated":true,"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketNotificationConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?notification"},"input":{"shape":"S6y"},"output":{"shape":"S7a"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketOwnershipControls":{"http":{"method":"GET","requestUri":"/{Bucket}?ownershipControls"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"OwnershipControls":{"shape":"S7r"}},"payload":"OwnershipControls"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketPolicy":{"http":{"method":"GET","requestUri":"/{Bucket}?policy"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Policy":{}},"payload":"Policy"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketPolicyStatus":{"http":{"method":"GET","requestUri":"/{Bucket}?policyStatus"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"PolicyStatus":{"type":"structure","members":{"IsPublic":{"locationName":"IsPublic","type":"boolean"}}}},"payload":"PolicyStatus"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketReplication":{"http":{"method":"GET","requestUri":"/{Bucket}?replication"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"ReplicationConfiguration":{"shape":"S83"}},"payload":"ReplicationConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketRequestPayment":{"http":{"method":"GET","requestUri":"/{Bucket}?requestPayment"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Payer":{}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketTagging":{"http":{"method":"GET","requestUri":"/{Bucket}?tagging"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","required":["TagSet"],"members":{"TagSet":{"shape":"S48"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketVersioning":{"http":{"method":"GET","requestUri":"/{Bucket}?versioning"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Status":{},"MFADelete":{"locationName":"MfaDelete"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketWebsite":{"http":{"method":"GET","requestUri":"/{Bucket}?website"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"RedirectAllRequestsTo":{"shape":"S96"},"IndexDocument":{"shape":"S99"},"ErrorDocument":{"shape":"S9b"},"RoutingRules":{"shape":"S9c"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetObject":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"IfMatch":{"location":"header","locationName":"If-Match"},"IfModifiedSince":{"location":"header","locationName":"If-Modified-Since","type":"timestamp"},"IfNoneMatch":{"location":"header","locationName":"If-None-Match"},"IfUnmodifiedSince":{"location":"header","locationName":"If-Unmodified-Since","type":"timestamp"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"Range":{"location":"header","locationName":"Range"},"ResponseCacheControl":{"location":"querystring","locationName":"response-cache-control"},"ResponseContentDisposition":{"location":"querystring","locationName":"response-content-disposition"},"ResponseContentEncoding":{"location":"querystring","locationName":"response-content-encoding"},"ResponseContentLanguage":{"location":"querystring","locationName":"response-content-language"},"ResponseContentType":{"location":"querystring","locationName":"response-content-type"},"ResponseExpires":{"shape":"S9w","location":"querystring","locationName":"response-expires"},"VersionId":{"location":"querystring","locationName":"versionId"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sk","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"PartNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ChecksumMode":{"location":"header","locationName":"x-amz-checksum-mode"}}},"output":{"type":"structure","members":{"Body":{"streaming":true,"type":"blob"},"DeleteMarker":{"location":"header","locationName":"x-amz-delete-marker","type":"boolean"},"AcceptRanges":{"location":"header","locationName":"accept-ranges"},"Expiration":{"location":"header","locationName":"x-amz-expiration"},"Restore":{"location":"header","locationName":"x-amz-restore"},"LastModified":{"location":"header","locationName":"Last-Modified","type":"timestamp"},"ContentLength":{"location":"header","locationName":"Content-Length","type":"long"},"ETag":{"location":"header","locationName":"ETag"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"MissingMeta":{"location":"header","locationName":"x-amz-missing-meta","type":"integer"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"CacheControl":{"location":"header","locationName":"Cache-Control"},"ContentDisposition":{"location":"header","locationName":"Content-Disposition"},"ContentEncoding":{"location":"header","locationName":"Content-Encoding"},"ContentLanguage":{"location":"header","locationName":"Content-Language"},"ContentRange":{"location":"header","locationName":"Content-Range"},"ContentType":{"location":"header","locationName":"Content-Type"},"Expires":{"location":"header","locationName":"Expires","deprecated":true,"type":"timestamp"},"ExpiresString":{"location":"header","locationName":"ExpiresString"},"WebsiteRedirectLocation":{"location":"header","locationName":"x-amz-website-redirect-location"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"Metadata":{"shape":"S1b","location":"headers","locationName":"x-amz-meta-"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Sr","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"StorageClass":{"location":"header","locationName":"x-amz-storage-class"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"ReplicationStatus":{"location":"header","locationName":"x-amz-replication-status"},"PartsCount":{"location":"header","locationName":"x-amz-mp-parts-count","type":"integer"},"TagCount":{"location":"header","locationName":"x-amz-tagging-count","type":"integer"},"ObjectLockMode":{"location":"header","locationName":"x-amz-object-lock-mode"},"ObjectLockRetainUntilDate":{"shape":"S1o","location":"header","locationName":"x-amz-object-lock-retain-until-date"},"ObjectLockLegalHoldStatus":{"location":"header","locationName":"x-amz-object-lock-legal-hold"}},"payload":"Body"},"httpChecksum":{"requestValidationModeMember":"ChecksumMode","responseAlgorithms":["CRC32","CRC32C","SHA256","SHA1"]}},"GetObjectAcl":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}?acl"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Owner":{"shape":"S3q"},"Grants":{"shape":"S3t","locationName":"AccessControlList"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}}},"GetObjectAttributes":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}?attributes"},"input":{"type":"structure","required":["Bucket","Key","ObjectAttributes"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"MaxParts":{"location":"header","locationName":"x-amz-max-parts","type":"integer"},"PartNumberMarker":{"location":"header","locationName":"x-amz-part-number-marker","type":"integer"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sk","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ObjectAttributes":{"location":"header","locationName":"x-amz-object-attributes","type":"list","member":{}}}},"output":{"type":"structure","members":{"DeleteMarker":{"location":"header","locationName":"x-amz-delete-marker","type":"boolean"},"LastModified":{"location":"header","locationName":"Last-Modified","type":"timestamp"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"ETag":{},"Checksum":{"type":"structure","members":{"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{}}},"ObjectParts":{"type":"structure","members":{"TotalPartsCount":{"locationName":"PartsCount","type":"integer"},"PartNumberMarker":{"type":"integer"},"NextPartNumberMarker":{"type":"integer"},"MaxParts":{"type":"integer"},"IsTruncated":{"type":"boolean"},"Parts":{"locationName":"Part","type":"list","member":{"type":"structure","members":{"PartNumber":{"type":"integer"},"Size":{"type":"long"},"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{}}},"flattened":true}}},"StorageClass":{},"ObjectSize":{"type":"long"}}}},"GetObjectLegalHold":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}?legal-hold"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"LegalHold":{"shape":"Sar","locationName":"LegalHold"}},"payload":"LegalHold"}},"GetObjectLockConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?object-lock"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"ObjectLockConfiguration":{"shape":"Sau"}},"payload":"ObjectLockConfiguration"}},"GetObjectRetention":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}?retention"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Retention":{"shape":"Sb2","locationName":"Retention"}},"payload":"Retention"}},"GetObjectTagging":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}?tagging"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"}}},"output":{"type":"structure","required":["TagSet"],"members":{"VersionId":{"location":"header","locationName":"x-amz-version-id"},"TagSet":{"shape":"S48"}}}},"GetObjectTorrent":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}?torrent"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Body":{"streaming":true,"type":"blob"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}},"payload":"Body"}},"GetPublicAccessBlock":{"http":{"method":"GET","requestUri":"/{Bucket}?publicAccessBlock"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"PublicAccessBlockConfiguration":{"shape":"Sb9"}},"payload":"PublicAccessBlockConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"HeadBucket":{"http":{"method":"HEAD","requestUri":"/{Bucket}"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"BucketLocationType":{"location":"header","locationName":"x-amz-bucket-location-type"},"BucketLocationName":{"location":"header","locationName":"x-amz-bucket-location-name"},"BucketRegion":{"location":"header","locationName":"x-amz-bucket-region"},"AccessPointAlias":{"location":"header","locationName":"x-amz-access-point-alias","type":"boolean"}}}},"HeadObject":{"http":{"method":"HEAD","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"IfMatch":{"location":"header","locationName":"If-Match"},"IfModifiedSince":{"location":"header","locationName":"If-Modified-Since","type":"timestamp"},"IfNoneMatch":{"location":"header","locationName":"If-None-Match"},"IfUnmodifiedSince":{"location":"header","locationName":"If-Unmodified-Since","type":"timestamp"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"Range":{"location":"header","locationName":"Range"},"ResponseCacheControl":{"location":"querystring","locationName":"response-cache-control"},"ResponseContentDisposition":{"location":"querystring","locationName":"response-content-disposition"},"ResponseContentEncoding":{"location":"querystring","locationName":"response-content-encoding"},"ResponseContentLanguage":{"location":"querystring","locationName":"response-content-language"},"ResponseContentType":{"location":"querystring","locationName":"response-content-type"},"ResponseExpires":{"shape":"S9w","location":"querystring","locationName":"response-expires"},"VersionId":{"location":"querystring","locationName":"versionId"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sk","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"PartNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ChecksumMode":{"location":"header","locationName":"x-amz-checksum-mode"}}},"output":{"type":"structure","members":{"DeleteMarker":{"location":"header","locationName":"x-amz-delete-marker","type":"boolean"},"AcceptRanges":{"location":"header","locationName":"accept-ranges"},"Expiration":{"location":"header","locationName":"x-amz-expiration"},"Restore":{"location":"header","locationName":"x-amz-restore"},"ArchiveStatus":{"location":"header","locationName":"x-amz-archive-status"},"LastModified":{"location":"header","locationName":"Last-Modified","type":"timestamp"},"ContentLength":{"location":"header","locationName":"Content-Length","type":"long"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"ETag":{"location":"header","locationName":"ETag"},"MissingMeta":{"location":"header","locationName":"x-amz-missing-meta","type":"integer"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"CacheControl":{"location":"header","locationName":"Cache-Control"},"ContentDisposition":{"location":"header","locationName":"Content-Disposition"},"ContentEncoding":{"location":"header","locationName":"Content-Encoding"},"ContentLanguage":{"location":"header","locationName":"Content-Language"},"ContentType":{"location":"header","locationName":"Content-Type"},"Expires":{"location":"header","locationName":"Expires","deprecated":true,"type":"timestamp"},"ExpiresString":{"location":"header","locationName":"ExpiresString"},"WebsiteRedirectLocation":{"location":"header","locationName":"x-amz-website-redirect-location"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"Metadata":{"shape":"S1b","location":"headers","locationName":"x-amz-meta-"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Sr","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"StorageClass":{"location":"header","locationName":"x-amz-storage-class"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"ReplicationStatus":{"location":"header","locationName":"x-amz-replication-status"},"PartsCount":{"location":"header","locationName":"x-amz-mp-parts-count","type":"integer"},"ObjectLockMode":{"location":"header","locationName":"x-amz-object-lock-mode"},"ObjectLockRetainUntilDate":{"shape":"S1o","location":"header","locationName":"x-amz-object-lock-retain-until-date"},"ObjectLockLegalHoldStatus":{"location":"header","locationName":"x-amz-object-lock-legal-hold"}}}},"ListBucketAnalyticsConfigurations":{"http":{"method":"GET","requestUri":"/{Bucket}?analytics"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContinuationToken":{"location":"querystring","locationName":"continuation-token"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"IsTruncated":{"type":"boolean"},"ContinuationToken":{},"NextContinuationToken":{},"AnalyticsConfigurationList":{"locationName":"AnalyticsConfiguration","type":"list","member":{"shape":"S42"},"flattened":true}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"ListBucketIntelligentTieringConfigurations":{"http":{"method":"GET","requestUri":"/{Bucket}?intelligent-tiering"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContinuationToken":{"location":"querystring","locationName":"continuation-token"}}},"output":{"type":"structure","members":{"IsTruncated":{"type":"boolean"},"ContinuationToken":{},"NextContinuationToken":{},"IntelligentTieringConfigurationList":{"locationName":"IntelligentTieringConfiguration","type":"list","member":{"shape":"S50"},"flattened":true}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"ListBucketInventoryConfigurations":{"http":{"method":"GET","requestUri":"/{Bucket}?inventory"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContinuationToken":{"location":"querystring","locationName":"continuation-token"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"ContinuationToken":{},"InventoryConfigurationList":{"locationName":"InventoryConfiguration","type":"list","member":{"shape":"S5a"},"flattened":true},"IsTruncated":{"type":"boolean"},"NextContinuationToken":{}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"ListBucketMetricsConfigurations":{"http":{"method":"GET","requestUri":"/{Bucket}?metrics"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContinuationToken":{"location":"querystring","locationName":"continuation-token"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"IsTruncated":{"type":"boolean"},"ContinuationToken":{},"NextContinuationToken":{},"MetricsConfigurationList":{"locationName":"MetricsConfiguration","type":"list","member":{"shape":"S6u"},"flattened":true}}}},"ListBuckets":{"http":{"method":"GET"},"input":{"type":"structure","members":{"MaxBuckets":{"location":"querystring","locationName":"max-buckets","type":"integer"},"ContinuationToken":{"location":"querystring","locationName":"continuation-token"}}},"output":{"type":"structure","members":{"Buckets":{"shape":"Sc0"},"Owner":{"shape":"S3q"},"ContinuationToken":{}}},"alias":"GetService"},"ListDirectoryBuckets":{"http":{"method":"GET"},"input":{"type":"structure","members":{"ContinuationToken":{"location":"querystring","locationName":"continuation-token"},"MaxDirectoryBuckets":{"location":"querystring","locationName":"max-directory-buckets","type":"integer"}}},"output":{"type":"structure","members":{"Buckets":{"shape":"Sc0"},"ContinuationToken":{}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"ListMultipartUploads":{"http":{"method":"GET","requestUri":"/{Bucket}?uploads"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Delimiter":{"location":"querystring","locationName":"delimiter"},"EncodingType":{"location":"querystring","locationName":"encoding-type"},"KeyMarker":{"location":"querystring","locationName":"key-marker"},"MaxUploads":{"location":"querystring","locationName":"max-uploads","type":"integer"},"Prefix":{"contextParam":{"name":"Prefix"},"location":"querystring","locationName":"prefix"},"UploadIdMarker":{"location":"querystring","locationName":"upload-id-marker"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"}}},"output":{"type":"structure","members":{"Bucket":{},"KeyMarker":{},"UploadIdMarker":{},"NextKeyMarker":{},"Prefix":{},"Delimiter":{},"NextUploadIdMarker":{},"MaxUploads":{"type":"integer"},"IsTruncated":{"type":"boolean"},"Uploads":{"locationName":"Upload","type":"list","member":{"type":"structure","members":{"UploadId":{},"Key":{},"Initiated":{"type":"timestamp"},"StorageClass":{},"Owner":{"shape":"S3q"},"Initiator":{"shape":"Scj"},"ChecksumAlgorithm":{}}},"flattened":true},"CommonPrefixes":{"shape":"Sck"},"EncodingType":{},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}}},"ListObjectVersions":{"http":{"method":"GET","requestUri":"/{Bucket}?versions"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Delimiter":{"location":"querystring","locationName":"delimiter"},"EncodingType":{"location":"querystring","locationName":"encoding-type"},"KeyMarker":{"location":"querystring","locationName":"key-marker"},"MaxKeys":{"location":"querystring","locationName":"max-keys","type":"integer"},"Prefix":{"contextParam":{"name":"Prefix"},"location":"querystring","locationName":"prefix"},"VersionIdMarker":{"location":"querystring","locationName":"version-id-marker"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"OptionalObjectAttributes":{"shape":"Scp","location":"header","locationName":"x-amz-optional-object-attributes"}}},"output":{"type":"structure","members":{"IsTruncated":{"type":"boolean"},"KeyMarker":{},"VersionIdMarker":{},"NextKeyMarker":{},"NextVersionIdMarker":{},"Versions":{"locationName":"Version","type":"list","member":{"type":"structure","members":{"ETag":{},"ChecksumAlgorithm":{"shape":"Scv"},"Size":{"type":"long"},"StorageClass":{},"Key":{},"VersionId":{},"IsLatest":{"type":"boolean"},"LastModified":{"type":"timestamp"},"Owner":{"shape":"S3q"},"RestoreStatus":{"shape":"Scy"}}},"flattened":true},"DeleteMarkers":{"locationName":"DeleteMarker","type":"list","member":{"type":"structure","members":{"Owner":{"shape":"S3q"},"Key":{},"VersionId":{},"IsLatest":{"type":"boolean"},"LastModified":{"type":"timestamp"}}},"flattened":true},"Name":{},"Prefix":{},"Delimiter":{},"MaxKeys":{"type":"integer"},"CommonPrefixes":{"shape":"Sck"},"EncodingType":{},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"alias":"GetBucketObjectVersions"},"ListObjects":{"http":{"method":"GET","requestUri":"/{Bucket}"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Delimiter":{"location":"querystring","locationName":"delimiter"},"EncodingType":{"location":"querystring","locationName":"encoding-type"},"Marker":{"location":"querystring","locationName":"marker"},"MaxKeys":{"location":"querystring","locationName":"max-keys","type":"integer"},"Prefix":{"contextParam":{"name":"Prefix"},"location":"querystring","locationName":"prefix"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"OptionalObjectAttributes":{"shape":"Scp","location":"header","locationName":"x-amz-optional-object-attributes"}}},"output":{"type":"structure","members":{"IsTruncated":{"type":"boolean"},"Marker":{},"NextMarker":{},"Contents":{"shape":"Sd7"},"Name":{},"Prefix":{},"Delimiter":{},"MaxKeys":{"type":"integer"},"CommonPrefixes":{"shape":"Sck"},"EncodingType":{},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"alias":"GetBucket"},"ListObjectsV2":{"http":{"method":"GET","requestUri":"/{Bucket}?list-type=2"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Delimiter":{"location":"querystring","locationName":"delimiter"},"EncodingType":{"location":"querystring","locationName":"encoding-type"},"MaxKeys":{"location":"querystring","locationName":"max-keys","type":"integer"},"Prefix":{"contextParam":{"name":"Prefix"},"location":"querystring","locationName":"prefix"},"ContinuationToken":{"location":"querystring","locationName":"continuation-token"},"FetchOwner":{"location":"querystring","locationName":"fetch-owner","type":"boolean"},"StartAfter":{"location":"querystring","locationName":"start-after"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"OptionalObjectAttributes":{"shape":"Scp","location":"header","locationName":"x-amz-optional-object-attributes"}}},"output":{"type":"structure","members":{"IsTruncated":{"type":"boolean"},"Contents":{"shape":"Sd7"},"Name":{},"Prefix":{},"Delimiter":{},"MaxKeys":{"type":"integer"},"CommonPrefixes":{"shape":"Sck"},"EncodingType":{},"KeyCount":{"type":"integer"},"ContinuationToken":{},"NextContinuationToken":{},"StartAfter":{},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}}},"ListParts":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","Key","UploadId"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"MaxParts":{"location":"querystring","locationName":"max-parts","type":"integer"},"PartNumberMarker":{"location":"querystring","locationName":"part-number-marker","type":"integer"},"UploadId":{"location":"querystring","locationName":"uploadId"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sk","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"}}},"output":{"type":"structure","members":{"AbortDate":{"location":"header","locationName":"x-amz-abort-date","type":"timestamp"},"AbortRuleId":{"location":"header","locationName":"x-amz-abort-rule-id"},"Bucket":{},"Key":{},"UploadId":{},"PartNumberMarker":{"type":"integer"},"NextPartNumberMarker":{"type":"integer"},"MaxParts":{"type":"integer"},"IsTruncated":{"type":"boolean"},"Parts":{"locationName":"Part","type":"list","member":{"type":"structure","members":{"PartNumber":{"type":"integer"},"LastModified":{"type":"timestamp"},"ETag":{},"Size":{"type":"long"},"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{}}},"flattened":true},"Initiator":{"shape":"Scj"},"Owner":{"shape":"S3q"},"StorageClass":{},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"ChecksumAlgorithm":{}}}},"PutBucketAccelerateConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?accelerate"},"input":{"type":"structure","required":["Bucket","AccelerateConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"AccelerateConfiguration":{"locationName":"AccelerateConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"Status":{}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"}},"payload":"AccelerateConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":false},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketAcl":{"http":{"method":"PUT","requestUri":"/{Bucket}?acl"},"input":{"type":"structure","required":["Bucket"],"members":{"ACL":{"location":"header","locationName":"x-amz-acl"},"AccessControlPolicy":{"shape":"Sdm","locationName":"AccessControlPolicy","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"GrantFullControl":{"location":"header","locationName":"x-amz-grant-full-control"},"GrantRead":{"location":"header","locationName":"x-amz-grant-read"},"GrantReadACP":{"location":"header","locationName":"x-amz-grant-read-acp"},"GrantWrite":{"location":"header","locationName":"x-amz-grant-write"},"GrantWriteACP":{"location":"header","locationName":"x-amz-grant-write-acp"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"AccessControlPolicy"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketAnalyticsConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?analytics"},"input":{"type":"structure","required":["Bucket","Id","AnalyticsConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"AnalyticsConfiguration":{"shape":"S42","locationName":"AnalyticsConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"AnalyticsConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketCors":{"http":{"method":"PUT","requestUri":"/{Bucket}?cors"},"input":{"type":"structure","required":["Bucket","CORSConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"CORSConfiguration":{"locationName":"CORSConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","required":["CORSRules"],"members":{"CORSRules":{"shape":"S4h","locationName":"CORSRule"}}},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"CORSConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketEncryption":{"http":{"method":"PUT","requestUri":"/{Bucket}?encryption"},"input":{"type":"structure","required":["Bucket","ServerSideEncryptionConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ServerSideEncryptionConfiguration":{"shape":"S4u","locationName":"ServerSideEncryptionConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"ServerSideEncryptionConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketIntelligentTieringConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?intelligent-tiering"},"input":{"type":"structure","required":["Bucket","Id","IntelligentTieringConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"IntelligentTieringConfiguration":{"shape":"S50","locationName":"IntelligentTieringConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}}},"payload":"IntelligentTieringConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketInventoryConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?inventory"},"input":{"type":"structure","required":["Bucket","Id","InventoryConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"InventoryConfiguration":{"shape":"S5a","locationName":"InventoryConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"InventoryConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketLifecycle":{"http":{"method":"PUT","requestUri":"/{Bucket}?lifecycle"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"LifecycleConfiguration":{"locationName":"LifecycleConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","required":["Rules"],"members":{"Rules":{"shape":"S5q","locationName":"Rule"}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"LifecycleConfiguration"},"deprecated":true,"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketLifecycleConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?lifecycle"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"LifecycleConfiguration":{"locationName":"LifecycleConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","required":["Rules"],"members":{"Rules":{"shape":"S66","locationName":"Rule"}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"LifecycleConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketLogging":{"http":{"method":"PUT","requestUri":"/{Bucket}?logging"},"input":{"type":"structure","required":["Bucket","BucketLoggingStatus"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"BucketLoggingStatus":{"locationName":"BucketLoggingStatus","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"LoggingEnabled":{"shape":"S6i"}}},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"BucketLoggingStatus"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketMetricsConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?metrics"},"input":{"type":"structure","required":["Bucket","Id","MetricsConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"MetricsConfiguration":{"shape":"S6u","locationName":"MetricsConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"MetricsConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketNotification":{"http":{"method":"PUT","requestUri":"/{Bucket}?notification"},"input":{"type":"structure","required":["Bucket","NotificationConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"NotificationConfiguration":{"shape":"S6z","locationName":"NotificationConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"NotificationConfiguration"},"deprecated":true,"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketNotificationConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?notification"},"input":{"type":"structure","required":["Bucket","NotificationConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"NotificationConfiguration":{"shape":"S7a","locationName":"NotificationConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"SkipDestinationValidation":{"location":"header","locationName":"x-amz-skip-destination-validation","type":"boolean"}},"payload":"NotificationConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketOwnershipControls":{"http":{"method":"PUT","requestUri":"/{Bucket}?ownershipControls"},"input":{"type":"structure","required":["Bucket","OwnershipControls"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"OwnershipControls":{"shape":"S7r","locationName":"OwnershipControls","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}}},"payload":"OwnershipControls"},"httpChecksum":{"requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketPolicy":{"http":{"method":"PUT","requestUri":"/{Bucket}?policy"},"input":{"type":"structure","required":["Bucket","Policy"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ConfirmRemoveSelfBucketAccess":{"location":"header","locationName":"x-amz-confirm-remove-self-bucket-access","type":"boolean"},"Policy":{},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"Policy"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketReplication":{"http":{"method":"PUT","requestUri":"/{Bucket}?replication"},"input":{"type":"structure","required":["Bucket","ReplicationConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ReplicationConfiguration":{"shape":"S83","locationName":"ReplicationConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"Token":{"location":"header","locationName":"x-amz-bucket-object-lock-token"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"ReplicationConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketRequestPayment":{"http":{"method":"PUT","requestUri":"/{Bucket}?requestPayment"},"input":{"type":"structure","required":["Bucket","RequestPaymentConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"RequestPaymentConfiguration":{"locationName":"RequestPaymentConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","required":["Payer"],"members":{"Payer":{}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"RequestPaymentConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketTagging":{"http":{"method":"PUT","requestUri":"/{Bucket}?tagging"},"input":{"type":"structure","required":["Bucket","Tagging"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"Tagging":{"shape":"Sec","locationName":"Tagging","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"Tagging"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketVersioning":{"http":{"method":"PUT","requestUri":"/{Bucket}?versioning"},"input":{"type":"structure","required":["Bucket","VersioningConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"MFA":{"location":"header","locationName":"x-amz-mfa"},"VersioningConfiguration":{"locationName":"VersioningConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"MFADelete":{"locationName":"MfaDelete"},"Status":{}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"VersioningConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketWebsite":{"http":{"method":"PUT","requestUri":"/{Bucket}?website"},"input":{"type":"structure","required":["Bucket","WebsiteConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"WebsiteConfiguration":{"locationName":"WebsiteConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"ErrorDocument":{"shape":"S9b"},"IndexDocument":{"shape":"S99"},"RedirectAllRequestsTo":{"shape":"S96"},"RoutingRules":{"shape":"S9c"}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"WebsiteConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutObject":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"ACL":{"location":"header","locationName":"x-amz-acl"},"Body":{"streaming":true,"type":"blob"},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"CacheControl":{"location":"header","locationName":"Cache-Control"},"ContentDisposition":{"location":"header","locationName":"Content-Disposition"},"ContentEncoding":{"location":"header","locationName":"Content-Encoding"},"ContentLanguage":{"location":"header","locationName":"Content-Language"},"ContentLength":{"location":"header","locationName":"Content-Length","type":"long"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ContentType":{"location":"header","locationName":"Content-Type"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"Expires":{"location":"header","locationName":"Expires","type":"timestamp"},"GrantFullControl":{"location":"header","locationName":"x-amz-grant-full-control"},"GrantRead":{"location":"header","locationName":"x-amz-grant-read"},"GrantReadACP":{"location":"header","locationName":"x-amz-grant-read-acp"},"GrantWriteACP":{"location":"header","locationName":"x-amz-grant-write-acp"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"Metadata":{"shape":"S1b","location":"headers","locationName":"x-amz-meta-"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"StorageClass":{"location":"header","locationName":"x-amz-storage-class"},"WebsiteRedirectLocation":{"location":"header","locationName":"x-amz-website-redirect-location"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sk","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Sr","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"SSEKMSEncryptionContext":{"shape":"S1i","location":"header","locationName":"x-amz-server-side-encryption-context"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"Tagging":{"location":"header","locationName":"x-amz-tagging"},"ObjectLockMode":{"location":"header","locationName":"x-amz-object-lock-mode"},"ObjectLockRetainUntilDate":{"shape":"S1o","location":"header","locationName":"x-amz-object-lock-retain-until-date"},"ObjectLockLegalHoldStatus":{"location":"header","locationName":"x-amz-object-lock-legal-hold"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"Body"},"output":{"type":"structure","members":{"Expiration":{"location":"header","locationName":"x-amz-expiration"},"ETag":{"location":"header","locationName":"ETag"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Sr","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"SSEKMSEncryptionContext":{"shape":"S1i","location":"header","locationName":"x-amz-server-side-encryption-context"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":false}},"PutObjectAcl":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}?acl"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"ACL":{"location":"header","locationName":"x-amz-acl"},"AccessControlPolicy":{"shape":"Sdm","locationName":"AccessControlPolicy","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"GrantFullControl":{"location":"header","locationName":"x-amz-grant-full-control"},"GrantRead":{"location":"header","locationName":"x-amz-grant-read"},"GrantReadACP":{"location":"header","locationName":"x-amz-grant-read-acp"},"GrantWrite":{"location":"header","locationName":"x-amz-grant-write"},"GrantWriteACP":{"location":"header","locationName":"x-amz-grant-write-acp"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"VersionId":{"location":"querystring","locationName":"versionId"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"AccessControlPolicy"},"output":{"type":"structure","members":{"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true}},"PutObjectLegalHold":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}?legal-hold"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"LegalHold":{"shape":"Sar","locationName":"LegalHold","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"VersionId":{"location":"querystring","locationName":"versionId"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"LegalHold"},"output":{"type":"structure","members":{"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true}},"PutObjectLockConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?object-lock"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ObjectLockConfiguration":{"shape":"Sau","locationName":"ObjectLockConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"Token":{"location":"header","locationName":"x-amz-bucket-object-lock-token"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"ObjectLockConfiguration"},"output":{"type":"structure","members":{"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true}},"PutObjectRetention":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}?retention"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"Retention":{"shape":"Sb2","locationName":"Retention","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"VersionId":{"location":"querystring","locationName":"versionId"},"BypassGovernanceRetention":{"location":"header","locationName":"x-amz-bypass-governance-retention","type":"boolean"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"Retention"},"output":{"type":"structure","members":{"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true}},"PutObjectTagging":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}?tagging"},"input":{"type":"structure","required":["Bucket","Key","Tagging"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"Tagging":{"shape":"Sec","locationName":"Tagging","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"}},"payload":"Tagging"},"output":{"type":"structure","members":{"VersionId":{"location":"header","locationName":"x-amz-version-id"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true}},"PutPublicAccessBlock":{"http":{"method":"PUT","requestUri":"/{Bucket}?publicAccessBlock"},"input":{"type":"structure","required":["Bucket","PublicAccessBlockConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"PublicAccessBlockConfiguration":{"shape":"Sb9","locationName":"PublicAccessBlockConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"PublicAccessBlockConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"RestoreObject":{"http":{"requestUri":"/{Bucket}/{Key+}?restore"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"RestoreRequest":{"locationName":"RestoreRequest","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"Days":{"type":"integer"},"GlacierJobParameters":{"type":"structure","required":["Tier"],"members":{"Tier":{}}},"Type":{},"Tier":{},"Description":{},"SelectParameters":{"type":"structure","required":["InputSerialization","ExpressionType","Expression","OutputSerialization"],"members":{"InputSerialization":{"shape":"Sf2"},"ExpressionType":{},"Expression":{},"OutputSerialization":{"shape":"Sfh"}}},"OutputLocation":{"type":"structure","members":{"S3":{"type":"structure","required":["BucketName","Prefix"],"members":{"BucketName":{},"Prefix":{},"Encryption":{"type":"structure","required":["EncryptionType"],"members":{"EncryptionType":{},"KMSKeyId":{"shape":"Sr"},"KMSContext":{}}},"CannedACL":{},"AccessControlList":{"shape":"S3t"},"Tagging":{"shape":"Sec"},"UserMetadata":{"type":"list","member":{"locationName":"MetadataEntry","type":"structure","members":{"Name":{},"Value":{}}}},"StorageClass":{}}}}}}},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"RestoreRequest"},"output":{"type":"structure","members":{"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"RestoreOutputPath":{"location":"header","locationName":"x-amz-restore-output-path"}}},"alias":"PostObjectRestore","httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":false}},"SelectObjectContent":{"http":{"requestUri":"/{Bucket}/{Key+}?select&select-type=2"},"input":{"locationName":"SelectObjectContentRequest","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","required":["Bucket","Key","Expression","ExpressionType","InputSerialization","OutputSerialization"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sk","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"Expression":{},"ExpressionType":{},"RequestProgress":{"type":"structure","members":{"Enabled":{"type":"boolean"}}},"InputSerialization":{"shape":"Sf2"},"OutputSerialization":{"shape":"Sfh"},"ScanRange":{"type":"structure","members":{"Start":{"type":"long"},"End":{"type":"long"}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Payload":{"type":"structure","members":{"Records":{"type":"structure","members":{"Payload":{"eventpayload":true,"type":"blob"}},"event":true},"Stats":{"type":"structure","members":{"Details":{"eventpayload":true,"type":"structure","members":{"BytesScanned":{"type":"long"},"BytesProcessed":{"type":"long"},"BytesReturned":{"type":"long"}}}},"event":true},"Progress":{"type":"structure","members":{"Details":{"eventpayload":true,"type":"structure","members":{"BytesScanned":{"type":"long"},"BytesProcessed":{"type":"long"},"BytesReturned":{"type":"long"}}}},"event":true},"Cont":{"type":"structure","members":{},"event":true},"End":{"type":"structure","members":{},"event":true}},"eventstream":true}},"payload":"Payload"}},"UploadPart":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","Key","PartNumber","UploadId"],"members":{"Body":{"streaming":true,"type":"blob"},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentLength":{"location":"header","locationName":"Content-Length","type":"long"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"PartNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"UploadId":{"location":"querystring","locationName":"uploadId"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sk","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"Body"},"output":{"type":"structure","members":{"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"ETag":{"location":"header","locationName":"ETag"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Sr","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":false}},"UploadPartCopy":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","CopySource","Key","PartNumber","UploadId"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"CopySource":{"location":"header","locationName":"x-amz-copy-source"},"CopySourceIfMatch":{"location":"header","locationName":"x-amz-copy-source-if-match"},"CopySourceIfModifiedSince":{"location":"header","locationName":"x-amz-copy-source-if-modified-since","type":"timestamp"},"CopySourceIfNoneMatch":{"location":"header","locationName":"x-amz-copy-source-if-none-match"},"CopySourceIfUnmodifiedSince":{"location":"header","locationName":"x-amz-copy-source-if-unmodified-since","type":"timestamp"},"CopySourceRange":{"location":"header","locationName":"x-amz-copy-source-range"},"Key":{"location":"uri","locationName":"Key"},"PartNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"UploadId":{"location":"querystring","locationName":"uploadId"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sk","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"CopySourceSSECustomerAlgorithm":{"location":"header","locationName":"x-amz-copy-source-server-side-encryption-customer-algorithm"},"CopySourceSSECustomerKey":{"shape":"S1k","location":"header","locationName":"x-amz-copy-source-server-side-encryption-customer-key"},"CopySourceSSECustomerKeyMD5":{"location":"header","locationName":"x-amz-copy-source-server-side-encryption-customer-key-MD5"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ExpectedSourceBucketOwner":{"location":"header","locationName":"x-amz-source-expected-bucket-owner"}}},"output":{"type":"structure","members":{"CopySourceVersionId":{"location":"header","locationName":"x-amz-copy-source-version-id"},"CopyPartResult":{"type":"structure","members":{"ETag":{},"LastModified":{"type":"timestamp"},"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{}}},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Sr","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}},"payload":"CopyPartResult"},"staticContextParams":{"DisableS3ExpressSessionAuth":{"value":true}}},"WriteGetObjectResponse":{"http":{"requestUri":"/WriteGetObjectResponse"},"input":{"type":"structure","required":["RequestRoute","RequestToken"],"members":{"RequestRoute":{"hostLabel":true,"location":"header","locationName":"x-amz-request-route"},"RequestToken":{"location":"header","locationName":"x-amz-request-token"},"Body":{"streaming":true,"type":"blob"},"StatusCode":{"location":"header","locationName":"x-amz-fwd-status","type":"integer"},"ErrorCode":{"location":"header","locationName":"x-amz-fwd-error-code"},"ErrorMessage":{"location":"header","locationName":"x-amz-fwd-error-message"},"AcceptRanges":{"location":"header","locationName":"x-amz-fwd-header-accept-ranges"},"CacheControl":{"location":"header","locationName":"x-amz-fwd-header-Cache-Control"},"ContentDisposition":{"location":"header","locationName":"x-amz-fwd-header-Content-Disposition"},"ContentEncoding":{"location":"header","locationName":"x-amz-fwd-header-Content-Encoding"},"ContentLanguage":{"location":"header","locationName":"x-amz-fwd-header-Content-Language"},"ContentLength":{"location":"header","locationName":"Content-Length","type":"long"},"ContentRange":{"location":"header","locationName":"x-amz-fwd-header-Content-Range"},"ContentType":{"location":"header","locationName":"x-amz-fwd-header-Content-Type"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-fwd-header-x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-fwd-header-x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-fwd-header-x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-fwd-header-x-amz-checksum-sha256"},"DeleteMarker":{"location":"header","locationName":"x-amz-fwd-header-x-amz-delete-marker","type":"boolean"},"ETag":{"location":"header","locationName":"x-amz-fwd-header-ETag"},"Expires":{"location":"header","locationName":"x-amz-fwd-header-Expires","type":"timestamp"},"Expiration":{"location":"header","locationName":"x-amz-fwd-header-x-amz-expiration"},"LastModified":{"location":"header","locationName":"x-amz-fwd-header-Last-Modified","type":"timestamp"},"MissingMeta":{"location":"header","locationName":"x-amz-fwd-header-x-amz-missing-meta","type":"integer"},"Metadata":{"shape":"S1b","location":"headers","locationName":"x-amz-meta-"},"ObjectLockMode":{"location":"header","locationName":"x-amz-fwd-header-x-amz-object-lock-mode"},"ObjectLockLegalHoldStatus":{"location":"header","locationName":"x-amz-fwd-header-x-amz-object-lock-legal-hold"},"ObjectLockRetainUntilDate":{"shape":"S1o","location":"header","locationName":"x-amz-fwd-header-x-amz-object-lock-retain-until-date"},"PartsCount":{"location":"header","locationName":"x-amz-fwd-header-x-amz-mp-parts-count","type":"integer"},"ReplicationStatus":{"location":"header","locationName":"x-amz-fwd-header-x-amz-replication-status"},"RequestCharged":{"location":"header","locationName":"x-amz-fwd-header-x-amz-request-charged"},"Restore":{"location":"header","locationName":"x-amz-fwd-header-x-amz-restore"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-fwd-header-x-amz-server-side-encryption"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-fwd-header-x-amz-server-side-encryption-customer-algorithm"},"SSEKMSKeyId":{"shape":"Sr","location":"header","locationName":"x-amz-fwd-header-x-amz-server-side-encryption-aws-kms-key-id"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-fwd-header-x-amz-server-side-encryption-customer-key-MD5"},"StorageClass":{"location":"header","locationName":"x-amz-fwd-header-x-amz-storage-class"},"TagCount":{"location":"header","locationName":"x-amz-fwd-header-x-amz-tagging-count","type":"integer"},"VersionId":{"location":"header","locationName":"x-amz-fwd-header-x-amz-version-id"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-fwd-header-x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"}},"payload":"Body"},"authtype":"v4-unsigned-body","endpoint":{"hostPrefix":"{RequestRoute}."},"staticContextParams":{"UseObjectLambdaEndpoint":{"value":true}},"unsignedPayload":true}},"shapes":{"Sk":{"type":"blob","sensitive":true},"Sr":{"type":"string","sensitive":true},"S1b":{"type":"map","key":{},"value":{}},"S1i":{"type":"string","sensitive":true},"S1k":{"type":"blob","sensitive":true},"S1o":{"type":"timestamp","timestampFormat":"iso8601"},"S2h":{"type":"string","sensitive":true},"S3q":{"type":"structure","members":{"DisplayName":{},"ID":{}}},"S3t":{"type":"list","member":{"locationName":"Grant","type":"structure","members":{"Grantee":{"shape":"S3v"},"Permission":{}}}},"S3v":{"type":"structure","required":["Type"],"members":{"DisplayName":{},"EmailAddress":{},"ID":{},"Type":{"locationName":"xsi:type","xmlAttribute":true},"URI":{}},"xmlNamespace":{"prefix":"xsi","uri":"http://www.w3.org/2001/XMLSchema-instance"}},"S42":{"type":"structure","required":["Id","StorageClassAnalysis"],"members":{"Id":{},"Filter":{"type":"structure","members":{"Prefix":{},"Tag":{"shape":"S45"},"And":{"type":"structure","members":{"Prefix":{},"Tags":{"shape":"S48","flattened":true,"locationName":"Tag"}}}}},"StorageClassAnalysis":{"type":"structure","members":{"DataExport":{"type":"structure","required":["OutputSchemaVersion","Destination"],"members":{"OutputSchemaVersion":{},"Destination":{"type":"structure","required":["S3BucketDestination"],"members":{"S3BucketDestination":{"type":"structure","required":["Format","Bucket"],"members":{"Format":{},"BucketAccountId":{},"Bucket":{},"Prefix":{}}}}}}}}}}},"S45":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}},"S48":{"type":"list","member":{"shape":"S45","locationName":"Tag"}},"S4h":{"type":"list","member":{"type":"structure","required":["AllowedMethods","AllowedOrigins"],"members":{"ID":{},"AllowedHeaders":{"locationName":"AllowedHeader","type":"list","member":{},"flattened":true},"AllowedMethods":{"locationName":"AllowedMethod","type":"list","member":{},"flattened":true},"AllowedOrigins":{"locationName":"AllowedOrigin","type":"list","member":{},"flattened":true},"ExposeHeaders":{"locationName":"ExposeHeader","type":"list","member":{},"flattened":true},"MaxAgeSeconds":{"type":"integer"}}},"flattened":true},"S4u":{"type":"structure","required":["Rules"],"members":{"Rules":{"locationName":"Rule","type":"list","member":{"type":"structure","members":{"ApplyServerSideEncryptionByDefault":{"type":"structure","required":["SSEAlgorithm"],"members":{"SSEAlgorithm":{},"KMSMasterKeyID":{"shape":"Sr"}}},"BucketKeyEnabled":{"type":"boolean"}}},"flattened":true}}},"S50":{"type":"structure","required":["Id","Status","Tierings"],"members":{"Id":{},"Filter":{"type":"structure","members":{"Prefix":{},"Tag":{"shape":"S45"},"And":{"type":"structure","members":{"Prefix":{},"Tags":{"shape":"S48","flattened":true,"locationName":"Tag"}}}}},"Status":{},"Tierings":{"locationName":"Tiering","type":"list","member":{"type":"structure","required":["Days","AccessTier"],"members":{"Days":{"type":"integer"},"AccessTier":{}}},"flattened":true}}},"S5a":{"type":"structure","required":["Destination","IsEnabled","Id","IncludedObjectVersions","Schedule"],"members":{"Destination":{"type":"structure","required":["S3BucketDestination"],"members":{"S3BucketDestination":{"type":"structure","required":["Bucket","Format"],"members":{"AccountId":{},"Bucket":{},"Format":{},"Prefix":{},"Encryption":{"type":"structure","members":{"SSES3":{"locationName":"SSE-S3","type":"structure","members":{}},"SSEKMS":{"locationName":"SSE-KMS","type":"structure","required":["KeyId"],"members":{"KeyId":{"shape":"Sr"}}}}}}}}},"IsEnabled":{"type":"boolean"},"Filter":{"type":"structure","required":["Prefix"],"members":{"Prefix":{}}},"Id":{},"IncludedObjectVersions":{},"OptionalFields":{"type":"list","member":{"locationName":"Field"}},"Schedule":{"type":"structure","required":["Frequency"],"members":{"Frequency":{}}}}},"S5q":{"type":"list","member":{"type":"structure","required":["Prefix","Status"],"members":{"Expiration":{"shape":"S5s"},"ID":{},"Prefix":{},"Status":{},"Transition":{"shape":"S5x"},"NoncurrentVersionTransition":{"shape":"S5z"},"NoncurrentVersionExpiration":{"shape":"S61"},"AbortIncompleteMultipartUpload":{"shape":"S62"}}},"flattened":true},"S5s":{"type":"structure","members":{"Date":{"shape":"S5t"},"Days":{"type":"integer"},"ExpiredObjectDeleteMarker":{"type":"boolean"}}},"S5t":{"type":"timestamp","timestampFormat":"iso8601"},"S5x":{"type":"structure","members":{"Date":{"shape":"S5t"},"Days":{"type":"integer"},"StorageClass":{}}},"S5z":{"type":"structure","members":{"NoncurrentDays":{"type":"integer"},"StorageClass":{},"NewerNoncurrentVersions":{"type":"integer"}}},"S61":{"type":"structure","members":{"NoncurrentDays":{"type":"integer"},"NewerNoncurrentVersions":{"type":"integer"}}},"S62":{"type":"structure","members":{"DaysAfterInitiation":{"type":"integer"}}},"S66":{"type":"list","member":{"type":"structure","required":["Status"],"members":{"Expiration":{"shape":"S5s"},"ID":{},"Prefix":{"deprecated":true},"Filter":{"type":"structure","members":{"Prefix":{},"Tag":{"shape":"S45"},"ObjectSizeGreaterThan":{"type":"long"},"ObjectSizeLessThan":{"type":"long"},"And":{"type":"structure","members":{"Prefix":{},"Tags":{"shape":"S48","flattened":true,"locationName":"Tag"},"ObjectSizeGreaterThan":{"type":"long"},"ObjectSizeLessThan":{"type":"long"}}}}},"Status":{},"Transitions":{"locationName":"Transition","type":"list","member":{"shape":"S5x"},"flattened":true},"NoncurrentVersionTransitions":{"locationName":"NoncurrentVersionTransition","type":"list","member":{"shape":"S5z"},"flattened":true},"NoncurrentVersionExpiration":{"shape":"S61"},"AbortIncompleteMultipartUpload":{"shape":"S62"}}},"flattened":true},"S6i":{"type":"structure","required":["TargetBucket","TargetPrefix"],"members":{"TargetBucket":{},"TargetGrants":{"type":"list","member":{"locationName":"Grant","type":"structure","members":{"Grantee":{"shape":"S3v"},"Permission":{}}}},"TargetPrefix":{},"TargetObjectKeyFormat":{"type":"structure","members":{"SimplePrefix":{"locationName":"SimplePrefix","type":"structure","members":{}},"PartitionedPrefix":{"locationName":"PartitionedPrefix","type":"structure","members":{"PartitionDateSource":{}}}}}}},"S6u":{"type":"structure","required":["Id"],"members":{"Id":{},"Filter":{"type":"structure","members":{"Prefix":{},"Tag":{"shape":"S45"},"AccessPointArn":{},"And":{"type":"structure","members":{"Prefix":{},"Tags":{"shape":"S48","flattened":true,"locationName":"Tag"},"AccessPointArn":{}}}}}}},"S6y":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"S6z":{"type":"structure","members":{"TopicConfiguration":{"type":"structure","members":{"Id":{},"Events":{"shape":"S72","locationName":"Event"},"Event":{"deprecated":true},"Topic":{}}},"QueueConfiguration":{"type":"structure","members":{"Id":{},"Event":{"deprecated":true},"Events":{"shape":"S72","locationName":"Event"},"Queue":{}}},"CloudFunctionConfiguration":{"type":"structure","members":{"Id":{},"Event":{"deprecated":true},"Events":{"shape":"S72","locationName":"Event"},"CloudFunction":{},"InvocationRole":{}}}}},"S72":{"type":"list","member":{},"flattened":true},"S7a":{"type":"structure","members":{"TopicConfigurations":{"locationName":"TopicConfiguration","type":"list","member":{"type":"structure","required":["TopicArn","Events"],"members":{"Id":{},"TopicArn":{"locationName":"Topic"},"Events":{"shape":"S72","locationName":"Event"},"Filter":{"shape":"S7d"}}},"flattened":true},"QueueConfigurations":{"locationName":"QueueConfiguration","type":"list","member":{"type":"structure","required":["QueueArn","Events"],"members":{"Id":{},"QueueArn":{"locationName":"Queue"},"Events":{"shape":"S72","locationName":"Event"},"Filter":{"shape":"S7d"}}},"flattened":true},"LambdaFunctionConfigurations":{"locationName":"CloudFunctionConfiguration","type":"list","member":{"type":"structure","required":["LambdaFunctionArn","Events"],"members":{"Id":{},"LambdaFunctionArn":{"locationName":"CloudFunction"},"Events":{"shape":"S72","locationName":"Event"},"Filter":{"shape":"S7d"}}},"flattened":true},"EventBridgeConfiguration":{"type":"structure","members":{}}}},"S7d":{"type":"structure","members":{"Key":{"locationName":"S3Key","type":"structure","members":{"FilterRules":{"locationName":"FilterRule","type":"list","member":{"type":"structure","members":{"Name":{},"Value":{}}},"flattened":true}}}}},"S7r":{"type":"structure","required":["Rules"],"members":{"Rules":{"locationName":"Rule","type":"list","member":{"type":"structure","required":["ObjectOwnership"],"members":{"ObjectOwnership":{}}},"flattened":true}}},"S83":{"type":"structure","required":["Role","Rules"],"members":{"Role":{},"Rules":{"locationName":"Rule","type":"list","member":{"type":"structure","required":["Status","Destination"],"members":{"ID":{},"Priority":{"type":"integer"},"Prefix":{"deprecated":true},"Filter":{"type":"structure","members":{"Prefix":{},"Tag":{"shape":"S45"},"And":{"type":"structure","members":{"Prefix":{},"Tags":{"shape":"S48","flattened":true,"locationName":"Tag"}}}}},"Status":{},"SourceSelectionCriteria":{"type":"structure","members":{"SseKmsEncryptedObjects":{"type":"structure","required":["Status"],"members":{"Status":{}}},"ReplicaModifications":{"type":"structure","required":["Status"],"members":{"Status":{}}}}},"ExistingObjectReplication":{"type":"structure","required":["Status"],"members":{"Status":{}}},"Destination":{"type":"structure","required":["Bucket"],"members":{"Bucket":{},"Account":{},"StorageClass":{},"AccessControlTranslation":{"type":"structure","required":["Owner"],"members":{"Owner":{}}},"EncryptionConfiguration":{"type":"structure","members":{"ReplicaKmsKeyID":{}}},"ReplicationTime":{"type":"structure","required":["Status","Time"],"members":{"Status":{},"Time":{"shape":"S8p"}}},"Metrics":{"type":"structure","required":["Status"],"members":{"Status":{},"EventThreshold":{"shape":"S8p"}}}}},"DeleteMarkerReplication":{"type":"structure","members":{"Status":{}}}}},"flattened":true}}},"S8p":{"type":"structure","members":{"Minutes":{"type":"integer"}}},"S96":{"type":"structure","required":["HostName"],"members":{"HostName":{},"Protocol":{}}},"S99":{"type":"structure","required":["Suffix"],"members":{"Suffix":{}}},"S9b":{"type":"structure","required":["Key"],"members":{"Key":{}}},"S9c":{"type":"list","member":{"locationName":"RoutingRule","type":"structure","required":["Redirect"],"members":{"Condition":{"type":"structure","members":{"HttpErrorCodeReturnedEquals":{},"KeyPrefixEquals":{}}},"Redirect":{"type":"structure","members":{"HostName":{},"HttpRedirectCode":{},"Protocol":{},"ReplaceKeyPrefixWith":{},"ReplaceKeyWith":{}}}}}},"S9w":{"type":"timestamp","timestampFormat":"rfc822"},"Sar":{"type":"structure","members":{"Status":{}}},"Sau":{"type":"structure","members":{"ObjectLockEnabled":{},"Rule":{"type":"structure","members":{"DefaultRetention":{"type":"structure","members":{"Mode":{},"Days":{"type":"integer"},"Years":{"type":"integer"}}}}}}},"Sb2":{"type":"structure","members":{"Mode":{},"RetainUntilDate":{"shape":"S5t"}}},"Sb9":{"type":"structure","members":{"BlockPublicAcls":{"locationName":"BlockPublicAcls","type":"boolean"},"IgnorePublicAcls":{"locationName":"IgnorePublicAcls","type":"boolean"},"BlockPublicPolicy":{"locationName":"BlockPublicPolicy","type":"boolean"},"RestrictPublicBuckets":{"locationName":"RestrictPublicBuckets","type":"boolean"}}},"Sc0":{"type":"list","member":{"locationName":"Bucket","type":"structure","members":{"Name":{},"CreationDate":{"type":"timestamp"}}}},"Scj":{"type":"structure","members":{"ID":{},"DisplayName":{}}},"Sck":{"type":"list","member":{"type":"structure","members":{"Prefix":{}}},"flattened":true},"Scp":{"type":"list","member":{}},"Scv":{"type":"list","member":{},"flattened":true},"Scy":{"type":"structure","members":{"IsRestoreInProgress":{"type":"boolean"},"RestoreExpiryDate":{"type":"timestamp"}}},"Sd7":{"type":"list","member":{"type":"structure","members":{"Key":{},"LastModified":{"type":"timestamp"},"ETag":{},"ChecksumAlgorithm":{"shape":"Scv"},"Size":{"type":"long"},"StorageClass":{},"Owner":{"shape":"S3q"},"RestoreStatus":{"shape":"Scy"}}},"flattened":true},"Sdm":{"type":"structure","members":{"Grants":{"shape":"S3t","locationName":"AccessControlList"},"Owner":{"shape":"S3q"}}},"Sec":{"type":"structure","required":["TagSet"],"members":{"TagSet":{"shape":"S48"}}},"Sf2":{"type":"structure","members":{"CSV":{"type":"structure","members":{"FileHeaderInfo":{},"Comments":{},"QuoteEscapeCharacter":{},"RecordDelimiter":{},"FieldDelimiter":{},"QuoteCharacter":{},"AllowQuotedRecordDelimiter":{"type":"boolean"}}},"CompressionType":{},"JSON":{"type":"structure","members":{"Type":{}}},"Parquet":{"type":"structure","members":{}}}},"Sfh":{"type":"structure","members":{"CSV":{"type":"structure","members":{"QuoteFields":{},"QuoteEscapeCharacter":{},"RecordDelimiter":{},"FieldDelimiter":{},"QuoteCharacter":{}}},"JSON":{"type":"structure","members":{"RecordDelimiter":{}}}}}},"clientContextParams":{"Accelerate":{"documentation":"Enables this client to use S3 Transfer Acceleration endpoints.","type":"boolean"},"DisableMultiRegionAccessPoints":{"documentation":"Disables this client's usage of Multi-Region Access Points.","type":"boolean"},"DisableS3ExpressSessionAuth":{"documentation":"Disables this client's usage of Session Auth for S3Express\n buckets and reverts to using conventional SigV4 for those.","type":"boolean"},"ForcePathStyle":{"documentation":"Forces this client to use path-style addressing for buckets.","type":"boolean"},"UseArnRegion":{"documentation":"Enables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.","type":"boolean"}}}
|
54203
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2006-03-01","checksumFormat":"md5","endpointPrefix":"s3","globalEndpoint":"s3.amazonaws.com","protocol":"rest-xml","protocols":["rest-xml"],"serviceAbbreviation":"Amazon S3","serviceFullName":"Amazon Simple Storage Service","serviceId":"S3","signatureVersion":"s3","uid":"s3-2006-03-01","auth":["aws.auth#sigv4"]},"operations":{"AbortMultipartUpload":{"http":{"method":"DELETE","requestUri":"/{Bucket}/{Key+}","responseCode":204},"input":{"type":"structure","required":["Bucket","Key","UploadId"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"UploadId":{"location":"querystring","locationName":"uploadId"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}}},"CompleteMultipartUpload":{"http":{"requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","Key","UploadId"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"MultipartUpload":{"locationName":"CompleteMultipartUpload","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"Parts":{"locationName":"Part","type":"list","member":{"type":"structure","members":{"ETag":{},"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{},"PartNumber":{"type":"integer"}}},"flattened":true}}},"UploadId":{"location":"querystring","locationName":"uploadId"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"IfNoneMatch":{"location":"header","locationName":"If-None-Match"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sl","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"}},"payload":"MultipartUpload"},"output":{"type":"structure","members":{"Location":{},"Bucket":{},"Key":{},"Expiration":{"location":"header","locationName":"x-amz-expiration"},"ETag":{},"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"SSEKMSKeyId":{"shape":"Ss","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}}},"CopyObject":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","CopySource","Key"],"members":{"ACL":{"location":"header","locationName":"x-amz-acl"},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"CacheControl":{"location":"header","locationName":"Cache-Control"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-checksum-algorithm"},"ContentDisposition":{"location":"header","locationName":"Content-Disposition"},"ContentEncoding":{"location":"header","locationName":"Content-Encoding"},"ContentLanguage":{"location":"header","locationName":"Content-Language"},"ContentType":{"location":"header","locationName":"Content-Type"},"CopySource":{"contextParam":{"name":"CopySource"},"location":"header","locationName":"x-amz-copy-source"},"CopySourceIfMatch":{"location":"header","locationName":"x-amz-copy-source-if-match"},"CopySourceIfModifiedSince":{"location":"header","locationName":"x-amz-copy-source-if-modified-since","type":"timestamp"},"CopySourceIfNoneMatch":{"location":"header","locationName":"x-amz-copy-source-if-none-match"},"CopySourceIfUnmodifiedSince":{"location":"header","locationName":"x-amz-copy-source-if-unmodified-since","type":"timestamp"},"Expires":{"location":"header","locationName":"Expires","type":"timestamp"},"GrantFullControl":{"location":"header","locationName":"x-amz-grant-full-control"},"GrantRead":{"location":"header","locationName":"x-amz-grant-read"},"GrantReadACP":{"location":"header","locationName":"x-amz-grant-read-acp"},"GrantWriteACP":{"location":"header","locationName":"x-amz-grant-write-acp"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"Metadata":{"shape":"S1c","location":"headers","locationName":"x-amz-meta-"},"MetadataDirective":{"location":"header","locationName":"x-amz-metadata-directive"},"TaggingDirective":{"location":"header","locationName":"x-amz-tagging-directive"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"StorageClass":{"location":"header","locationName":"x-amz-storage-class"},"WebsiteRedirectLocation":{"location":"header","locationName":"x-amz-website-redirect-location"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sl","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Ss","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"SSEKMSEncryptionContext":{"shape":"S1j","location":"header","locationName":"x-amz-server-side-encryption-context"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"CopySourceSSECustomerAlgorithm":{"location":"header","locationName":"x-amz-copy-source-server-side-encryption-customer-algorithm"},"CopySourceSSECustomerKey":{"shape":"S1l","location":"header","locationName":"x-amz-copy-source-server-side-encryption-customer-key"},"CopySourceSSECustomerKeyMD5":{"location":"header","locationName":"x-amz-copy-source-server-side-encryption-customer-key-MD5"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"Tagging":{"location":"header","locationName":"x-amz-tagging"},"ObjectLockMode":{"location":"header","locationName":"x-amz-object-lock-mode"},"ObjectLockRetainUntilDate":{"shape":"S1p","location":"header","locationName":"x-amz-object-lock-retain-until-date"},"ObjectLockLegalHoldStatus":{"location":"header","locationName":"x-amz-object-lock-legal-hold"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ExpectedSourceBucketOwner":{"location":"header","locationName":"x-amz-source-expected-bucket-owner"}}},"output":{"type":"structure","members":{"CopyObjectResult":{"type":"structure","members":{"ETag":{},"LastModified":{"type":"timestamp"},"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{}}},"Expiration":{"location":"header","locationName":"x-amz-expiration"},"CopySourceVersionId":{"location":"header","locationName":"x-amz-copy-source-version-id"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Ss","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"SSEKMSEncryptionContext":{"shape":"S1j","location":"header","locationName":"x-amz-server-side-encryption-context"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}},"payload":"CopyObjectResult"},"alias":"PutObjectCopy","staticContextParams":{"DisableS3ExpressSessionAuth":{"value":true}}},"CreateBucket":{"http":{"method":"PUT","requestUri":"/{Bucket}"},"input":{"type":"structure","required":["Bucket"],"members":{"ACL":{"location":"header","locationName":"x-amz-acl"},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"CreateBucketConfiguration":{"locationName":"CreateBucketConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"LocationConstraint":{},"Location":{"type":"structure","members":{"Type":{},"Name":{}}},"Bucket":{"type":"structure","members":{"DataRedundancy":{},"Type":{}}}}},"GrantFullControl":{"location":"header","locationName":"x-amz-grant-full-control"},"GrantRead":{"location":"header","locationName":"x-amz-grant-read"},"GrantReadACP":{"location":"header","locationName":"x-amz-grant-read-acp"},"GrantWrite":{"location":"header","locationName":"x-amz-grant-write"},"GrantWriteACP":{"location":"header","locationName":"x-amz-grant-write-acp"},"ObjectLockEnabledForBucket":{"location":"header","locationName":"x-amz-bucket-object-lock-enabled","type":"boolean"},"ObjectOwnership":{"location":"header","locationName":"x-amz-object-ownership"}},"payload":"CreateBucketConfiguration"},"output":{"type":"structure","members":{"Location":{"location":"header","locationName":"Location"}}},"alias":"PutBucket","staticContextParams":{"DisableAccessPoints":{"value":true},"UseS3ExpressControlEndpoint":{"value":true}}},"CreateMultipartUpload":{"http":{"requestUri":"/{Bucket}/{Key+}?uploads"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"ACL":{"location":"header","locationName":"x-amz-acl"},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"CacheControl":{"location":"header","locationName":"Cache-Control"},"ContentDisposition":{"location":"header","locationName":"Content-Disposition"},"ContentEncoding":{"location":"header","locationName":"Content-Encoding"},"ContentLanguage":{"location":"header","locationName":"Content-Language"},"ContentType":{"location":"header","locationName":"Content-Type"},"Expires":{"location":"header","locationName":"Expires","type":"timestamp"},"GrantFullControl":{"location":"header","locationName":"x-amz-grant-full-control"},"GrantRead":{"location":"header","locationName":"x-amz-grant-read"},"GrantReadACP":{"location":"header","locationName":"x-amz-grant-read-acp"},"GrantWriteACP":{"location":"header","locationName":"x-amz-grant-write-acp"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"Metadata":{"shape":"S1c","location":"headers","locationName":"x-amz-meta-"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"StorageClass":{"location":"header","locationName":"x-amz-storage-class"},"WebsiteRedirectLocation":{"location":"header","locationName":"x-amz-website-redirect-location"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sl","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Ss","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"SSEKMSEncryptionContext":{"shape":"S1j","location":"header","locationName":"x-amz-server-side-encryption-context"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"Tagging":{"location":"header","locationName":"x-amz-tagging"},"ObjectLockMode":{"location":"header","locationName":"x-amz-object-lock-mode"},"ObjectLockRetainUntilDate":{"shape":"S1p","location":"header","locationName":"x-amz-object-lock-retain-until-date"},"ObjectLockLegalHoldStatus":{"location":"header","locationName":"x-amz-object-lock-legal-hold"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-checksum-algorithm"}}},"output":{"type":"structure","members":{"AbortDate":{"location":"header","locationName":"x-amz-abort-date","type":"timestamp"},"AbortRuleId":{"location":"header","locationName":"x-amz-abort-rule-id"},"Bucket":{"locationName":"Bucket"},"Key":{},"UploadId":{},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Ss","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"SSEKMSEncryptionContext":{"shape":"S1j","location":"header","locationName":"x-amz-server-side-encryption-context"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-checksum-algorithm"}}},"alias":"InitiateMultipartUpload"},"CreateSession":{"http":{"method":"GET","requestUri":"/{Bucket}?session"},"input":{"type":"structure","required":["Bucket"],"members":{"SessionMode":{"location":"header","locationName":"x-amz-create-session-mode"},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"}}},"output":{"type":"structure","required":["Credentials"],"members":{"Credentials":{"locationName":"Credentials","type":"structure","required":["AccessKeyId","SecretAccessKey","SessionToken","Expiration"],"members":{"AccessKeyId":{"locationName":"AccessKeyId"},"SecretAccessKey":{"shape":"S2i","locationName":"SecretAccessKey"},"SessionToken":{"shape":"S2i","locationName":"SessionToken"},"Expiration":{"locationName":"Expiration","type":"timestamp"}}}}},"staticContextParams":{"DisableS3ExpressSessionAuth":{"value":true}}},"DeleteBucket":{"http":{"method":"DELETE","requestUri":"/{Bucket}","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketAnalyticsConfiguration":{"http":{"method":"DELETE","requestUri":"/{Bucket}?analytics","responseCode":204},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketCors":{"http":{"method":"DELETE","requestUri":"/{Bucket}?cors","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketEncryption":{"http":{"method":"DELETE","requestUri":"/{Bucket}?encryption","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketIntelligentTieringConfiguration":{"http":{"method":"DELETE","requestUri":"/{Bucket}?intelligent-tiering","responseCode":204},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketInventoryConfiguration":{"http":{"method":"DELETE","requestUri":"/{Bucket}?inventory","responseCode":204},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketLifecycle":{"http":{"method":"DELETE","requestUri":"/{Bucket}?lifecycle","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketMetricsConfiguration":{"http":{"method":"DELETE","requestUri":"/{Bucket}?metrics","responseCode":204},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketOwnershipControls":{"http":{"method":"DELETE","requestUri":"/{Bucket}?ownershipControls","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketPolicy":{"http":{"method":"DELETE","requestUri":"/{Bucket}?policy","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketReplication":{"http":{"method":"DELETE","requestUri":"/{Bucket}?replication","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketTagging":{"http":{"method":"DELETE","requestUri":"/{Bucket}?tagging","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteBucketWebsite":{"http":{"method":"DELETE","requestUri":"/{Bucket}?website","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"DeleteObject":{"http":{"method":"DELETE","requestUri":"/{Bucket}/{Key+}","responseCode":204},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"MFA":{"location":"header","locationName":"x-amz-mfa"},"VersionId":{"location":"querystring","locationName":"versionId"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"BypassGovernanceRetention":{"location":"header","locationName":"x-amz-bypass-governance-retention","type":"boolean"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"DeleteMarker":{"location":"header","locationName":"x-amz-delete-marker","type":"boolean"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}}},"DeleteObjectTagging":{"http":{"method":"DELETE","requestUri":"/{Bucket}/{Key+}?tagging","responseCode":204},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"VersionId":{"location":"header","locationName":"x-amz-version-id"}}}},"DeleteObjects":{"http":{"requestUri":"/{Bucket}?delete"},"input":{"type":"structure","required":["Bucket","Delete"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Delete":{"locationName":"Delete","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","required":["Objects"],"members":{"Objects":{"locationName":"Object","type":"list","member":{"type":"structure","required":["Key"],"members":{"Key":{},"VersionId":{}}},"flattened":true},"Quiet":{"type":"boolean"}}},"MFA":{"location":"header","locationName":"x-amz-mfa"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"BypassGovernanceRetention":{"location":"header","locationName":"x-amz-bypass-governance-retention","type":"boolean"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"}},"payload":"Delete"},"output":{"type":"structure","members":{"Deleted":{"type":"list","member":{"type":"structure","members":{"Key":{},"VersionId":{},"DeleteMarker":{"type":"boolean"},"DeleteMarkerVersionId":{}}},"flattened":true},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"Errors":{"locationName":"Error","type":"list","member":{"type":"structure","members":{"Key":{},"VersionId":{},"Code":{},"Message":{}}},"flattened":true}}},"alias":"DeleteMultipleObjects","httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true}},"DeletePublicAccessBlock":{"http":{"method":"DELETE","requestUri":"/{Bucket}?publicAccessBlock","responseCode":204},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketAccelerateConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?accelerate"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"}}},"output":{"type":"structure","members":{"Status":{},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketAcl":{"http":{"method":"GET","requestUri":"/{Bucket}?acl"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Owner":{"shape":"S3r"},"Grants":{"shape":"S3u","locationName":"AccessControlList"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketAnalyticsConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?analytics"},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"AnalyticsConfiguration":{"shape":"S43"}},"payload":"AnalyticsConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketCors":{"http":{"method":"GET","requestUri":"/{Bucket}?cors"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"CORSRules":{"shape":"S4i","locationName":"CORSRule"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketEncryption":{"http":{"method":"GET","requestUri":"/{Bucket}?encryption"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"ServerSideEncryptionConfiguration":{"shape":"S4v"}},"payload":"ServerSideEncryptionConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketIntelligentTieringConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?intelligent-tiering"},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"}}},"output":{"type":"structure","members":{"IntelligentTieringConfiguration":{"shape":"S51"}},"payload":"IntelligentTieringConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketInventoryConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?inventory"},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"InventoryConfiguration":{"shape":"S5b"}},"payload":"InventoryConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketLifecycle":{"http":{"method":"GET","requestUri":"/{Bucket}?lifecycle"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Rules":{"shape":"S5r","locationName":"Rule"}}},"deprecated":true,"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketLifecycleConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?lifecycle"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Rules":{"shape":"S67","locationName":"Rule"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketLocation":{"http":{"method":"GET","requestUri":"/{Bucket}?location"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"LocationConstraint":{}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketLogging":{"http":{"method":"GET","requestUri":"/{Bucket}?logging"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"LoggingEnabled":{"shape":"S6j"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketMetricsConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?metrics"},"input":{"type":"structure","required":["Bucket","Id"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"MetricsConfiguration":{"shape":"S6v"}},"payload":"MetricsConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketNotification":{"http":{"method":"GET","requestUri":"/{Bucket}?notification"},"input":{"shape":"S6z"},"output":{"shape":"S70"},"deprecated":true,"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketNotificationConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?notification"},"input":{"shape":"S6z"},"output":{"shape":"S7b"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketOwnershipControls":{"http":{"method":"GET","requestUri":"/{Bucket}?ownershipControls"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"OwnershipControls":{"shape":"S7s"}},"payload":"OwnershipControls"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketPolicy":{"http":{"method":"GET","requestUri":"/{Bucket}?policy"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Policy":{}},"payload":"Policy"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketPolicyStatus":{"http":{"method":"GET","requestUri":"/{Bucket}?policyStatus"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"PolicyStatus":{"type":"structure","members":{"IsPublic":{"locationName":"IsPublic","type":"boolean"}}}},"payload":"PolicyStatus"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketReplication":{"http":{"method":"GET","requestUri":"/{Bucket}?replication"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"ReplicationConfiguration":{"shape":"S84"}},"payload":"ReplicationConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketRequestPayment":{"http":{"method":"GET","requestUri":"/{Bucket}?requestPayment"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Payer":{}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketTagging":{"http":{"method":"GET","requestUri":"/{Bucket}?tagging"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","required":["TagSet"],"members":{"TagSet":{"shape":"S49"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketVersioning":{"http":{"method":"GET","requestUri":"/{Bucket}?versioning"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Status":{},"MFADelete":{"locationName":"MfaDelete"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetBucketWebsite":{"http":{"method":"GET","requestUri":"/{Bucket}?website"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"RedirectAllRequestsTo":{"shape":"S97"},"IndexDocument":{"shape":"S9a"},"ErrorDocument":{"shape":"S9c"},"RoutingRules":{"shape":"S9d"}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"GetObject":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"IfMatch":{"location":"header","locationName":"If-Match"},"IfModifiedSince":{"location":"header","locationName":"If-Modified-Since","type":"timestamp"},"IfNoneMatch":{"location":"header","locationName":"If-None-Match"},"IfUnmodifiedSince":{"location":"header","locationName":"If-Unmodified-Since","type":"timestamp"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"Range":{"location":"header","locationName":"Range"},"ResponseCacheControl":{"location":"querystring","locationName":"response-cache-control"},"ResponseContentDisposition":{"location":"querystring","locationName":"response-content-disposition"},"ResponseContentEncoding":{"location":"querystring","locationName":"response-content-encoding"},"ResponseContentLanguage":{"location":"querystring","locationName":"response-content-language"},"ResponseContentType":{"location":"querystring","locationName":"response-content-type"},"ResponseExpires":{"shape":"S9w","location":"querystring","locationName":"response-expires"},"VersionId":{"location":"querystring","locationName":"versionId"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sl","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"PartNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ChecksumMode":{"location":"header","locationName":"x-amz-checksum-mode"}}},"output":{"type":"structure","members":{"Body":{"streaming":true,"type":"blob"},"DeleteMarker":{"location":"header","locationName":"x-amz-delete-marker","type":"boolean"},"AcceptRanges":{"location":"header","locationName":"accept-ranges"},"Expiration":{"location":"header","locationName":"x-amz-expiration"},"Restore":{"location":"header","locationName":"x-amz-restore"},"LastModified":{"location":"header","locationName":"Last-Modified","type":"timestamp"},"ContentLength":{"location":"header","locationName":"Content-Length","type":"long"},"ETag":{"location":"header","locationName":"ETag"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"MissingMeta":{"location":"header","locationName":"x-amz-missing-meta","type":"integer"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"CacheControl":{"location":"header","locationName":"Cache-Control"},"ContentDisposition":{"location":"header","locationName":"Content-Disposition"},"ContentEncoding":{"location":"header","locationName":"Content-Encoding"},"ContentLanguage":{"location":"header","locationName":"Content-Language"},"ContentRange":{"location":"header","locationName":"Content-Range"},"ContentType":{"location":"header","locationName":"Content-Type"},"Expires":{"location":"header","locationName":"Expires","deprecated":true,"type":"timestamp"},"ExpiresString":{"location":"header","locationName":"ExpiresString"},"WebsiteRedirectLocation":{"location":"header","locationName":"x-amz-website-redirect-location"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"Metadata":{"shape":"S1c","location":"headers","locationName":"x-amz-meta-"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Ss","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"StorageClass":{"location":"header","locationName":"x-amz-storage-class"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"ReplicationStatus":{"location":"header","locationName":"x-amz-replication-status"},"PartsCount":{"location":"header","locationName":"x-amz-mp-parts-count","type":"integer"},"TagCount":{"location":"header","locationName":"x-amz-tagging-count","type":"integer"},"ObjectLockMode":{"location":"header","locationName":"x-amz-object-lock-mode"},"ObjectLockRetainUntilDate":{"shape":"S1p","location":"header","locationName":"x-amz-object-lock-retain-until-date"},"ObjectLockLegalHoldStatus":{"location":"header","locationName":"x-amz-object-lock-legal-hold"}},"payload":"Body"},"httpChecksum":{"requestValidationModeMember":"ChecksumMode","responseAlgorithms":["CRC32","CRC32C","SHA256","SHA1"]}},"GetObjectAcl":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}?acl"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Owner":{"shape":"S3r"},"Grants":{"shape":"S3u","locationName":"AccessControlList"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}}},"GetObjectAttributes":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}?attributes"},"input":{"type":"structure","required":["Bucket","Key","ObjectAttributes"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"MaxParts":{"location":"header","locationName":"x-amz-max-parts","type":"integer"},"PartNumberMarker":{"location":"header","locationName":"x-amz-part-number-marker","type":"integer"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sl","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ObjectAttributes":{"location":"header","locationName":"x-amz-object-attributes","type":"list","member":{}}}},"output":{"type":"structure","members":{"DeleteMarker":{"location":"header","locationName":"x-amz-delete-marker","type":"boolean"},"LastModified":{"location":"header","locationName":"Last-Modified","type":"timestamp"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"ETag":{},"Checksum":{"type":"structure","members":{"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{}}},"ObjectParts":{"type":"structure","members":{"TotalPartsCount":{"locationName":"PartsCount","type":"integer"},"PartNumberMarker":{"type":"integer"},"NextPartNumberMarker":{"type":"integer"},"MaxParts":{"type":"integer"},"IsTruncated":{"type":"boolean"},"Parts":{"locationName":"Part","type":"list","member":{"type":"structure","members":{"PartNumber":{"type":"integer"},"Size":{"type":"long"},"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{}}},"flattened":true}}},"StorageClass":{},"ObjectSize":{"type":"long"}}}},"GetObjectLegalHold":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}?legal-hold"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"LegalHold":{"shape":"Sar","locationName":"LegalHold"}},"payload":"LegalHold"}},"GetObjectLockConfiguration":{"http":{"method":"GET","requestUri":"/{Bucket}?object-lock"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"ObjectLockConfiguration":{"shape":"Sau"}},"payload":"ObjectLockConfiguration"}},"GetObjectRetention":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}?retention"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Retention":{"shape":"Sb2","locationName":"Retention"}},"payload":"Retention"}},"GetObjectTagging":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}?tagging"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"}}},"output":{"type":"structure","required":["TagSet"],"members":{"VersionId":{"location":"header","locationName":"x-amz-version-id"},"TagSet":{"shape":"S49"}}}},"GetObjectTorrent":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}?torrent"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Body":{"streaming":true,"type":"blob"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}},"payload":"Body"}},"GetPublicAccessBlock":{"http":{"method":"GET","requestUri":"/{Bucket}?publicAccessBlock"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"PublicAccessBlockConfiguration":{"shape":"Sb9"}},"payload":"PublicAccessBlockConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"HeadBucket":{"http":{"method":"HEAD","requestUri":"/{Bucket}"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"BucketLocationType":{"location":"header","locationName":"x-amz-bucket-location-type"},"BucketLocationName":{"location":"header","locationName":"x-amz-bucket-location-name"},"BucketRegion":{"location":"header","locationName":"x-amz-bucket-region"},"AccessPointAlias":{"location":"header","locationName":"x-amz-access-point-alias","type":"boolean"}}}},"HeadObject":{"http":{"method":"HEAD","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"IfMatch":{"location":"header","locationName":"If-Match"},"IfModifiedSince":{"location":"header","locationName":"If-Modified-Since","type":"timestamp"},"IfNoneMatch":{"location":"header","locationName":"If-None-Match"},"IfUnmodifiedSince":{"location":"header","locationName":"If-Unmodified-Since","type":"timestamp"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"Range":{"location":"header","locationName":"Range"},"ResponseCacheControl":{"location":"querystring","locationName":"response-cache-control"},"ResponseContentDisposition":{"location":"querystring","locationName":"response-content-disposition"},"ResponseContentEncoding":{"location":"querystring","locationName":"response-content-encoding"},"ResponseContentLanguage":{"location":"querystring","locationName":"response-content-language"},"ResponseContentType":{"location":"querystring","locationName":"response-content-type"},"ResponseExpires":{"shape":"S9w","location":"querystring","locationName":"response-expires"},"VersionId":{"location":"querystring","locationName":"versionId"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sl","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"PartNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ChecksumMode":{"location":"header","locationName":"x-amz-checksum-mode"}}},"output":{"type":"structure","members":{"DeleteMarker":{"location":"header","locationName":"x-amz-delete-marker","type":"boolean"},"AcceptRanges":{"location":"header","locationName":"accept-ranges"},"Expiration":{"location":"header","locationName":"x-amz-expiration"},"Restore":{"location":"header","locationName":"x-amz-restore"},"ArchiveStatus":{"location":"header","locationName":"x-amz-archive-status"},"LastModified":{"location":"header","locationName":"Last-Modified","type":"timestamp"},"ContentLength":{"location":"header","locationName":"Content-Length","type":"long"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"ETag":{"location":"header","locationName":"ETag"},"MissingMeta":{"location":"header","locationName":"x-amz-missing-meta","type":"integer"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"CacheControl":{"location":"header","locationName":"Cache-Control"},"ContentDisposition":{"location":"header","locationName":"Content-Disposition"},"ContentEncoding":{"location":"header","locationName":"Content-Encoding"},"ContentLanguage":{"location":"header","locationName":"Content-Language"},"ContentType":{"location":"header","locationName":"Content-Type"},"Expires":{"location":"header","locationName":"Expires","deprecated":true,"type":"timestamp"},"ExpiresString":{"location":"header","locationName":"ExpiresString"},"WebsiteRedirectLocation":{"location":"header","locationName":"x-amz-website-redirect-location"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"Metadata":{"shape":"S1c","location":"headers","locationName":"x-amz-meta-"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Ss","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"StorageClass":{"location":"header","locationName":"x-amz-storage-class"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"ReplicationStatus":{"location":"header","locationName":"x-amz-replication-status"},"PartsCount":{"location":"header","locationName":"x-amz-mp-parts-count","type":"integer"},"ObjectLockMode":{"location":"header","locationName":"x-amz-object-lock-mode"},"ObjectLockRetainUntilDate":{"shape":"S1p","location":"header","locationName":"x-amz-object-lock-retain-until-date"},"ObjectLockLegalHoldStatus":{"location":"header","locationName":"x-amz-object-lock-legal-hold"}}}},"ListBucketAnalyticsConfigurations":{"http":{"method":"GET","requestUri":"/{Bucket}?analytics"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContinuationToken":{"location":"querystring","locationName":"continuation-token"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"IsTruncated":{"type":"boolean"},"ContinuationToken":{},"NextContinuationToken":{},"AnalyticsConfigurationList":{"locationName":"AnalyticsConfiguration","type":"list","member":{"shape":"S43"},"flattened":true}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"ListBucketIntelligentTieringConfigurations":{"http":{"method":"GET","requestUri":"/{Bucket}?intelligent-tiering"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContinuationToken":{"location":"querystring","locationName":"continuation-token"}}},"output":{"type":"structure","members":{"IsTruncated":{"type":"boolean"},"ContinuationToken":{},"NextContinuationToken":{},"IntelligentTieringConfigurationList":{"locationName":"IntelligentTieringConfiguration","type":"list","member":{"shape":"S51"},"flattened":true}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"ListBucketInventoryConfigurations":{"http":{"method":"GET","requestUri":"/{Bucket}?inventory"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContinuationToken":{"location":"querystring","locationName":"continuation-token"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"ContinuationToken":{},"InventoryConfigurationList":{"locationName":"InventoryConfiguration","type":"list","member":{"shape":"S5b"},"flattened":true},"IsTruncated":{"type":"boolean"},"NextContinuationToken":{}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"ListBucketMetricsConfigurations":{"http":{"method":"GET","requestUri":"/{Bucket}?metrics"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContinuationToken":{"location":"querystring","locationName":"continuation-token"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"IsTruncated":{"type":"boolean"},"ContinuationToken":{},"NextContinuationToken":{},"MetricsConfigurationList":{"locationName":"MetricsConfiguration","type":"list","member":{"shape":"S6v"},"flattened":true}}}},"ListBuckets":{"http":{"method":"GET"},"input":{"type":"structure","members":{"MaxBuckets":{"location":"querystring","locationName":"max-buckets","type":"integer"},"ContinuationToken":{"location":"querystring","locationName":"continuation-token"}}},"output":{"type":"structure","members":{"Buckets":{"shape":"Sc0"},"Owner":{"shape":"S3r"},"ContinuationToken":{}}},"alias":"GetService"},"ListDirectoryBuckets":{"http":{"method":"GET"},"input":{"type":"structure","members":{"ContinuationToken":{"location":"querystring","locationName":"continuation-token"},"MaxDirectoryBuckets":{"location":"querystring","locationName":"max-directory-buckets","type":"integer"}}},"output":{"type":"structure","members":{"Buckets":{"shape":"Sc0"},"ContinuationToken":{}}},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"ListMultipartUploads":{"http":{"method":"GET","requestUri":"/{Bucket}?uploads"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Delimiter":{"location":"querystring","locationName":"delimiter"},"EncodingType":{"location":"querystring","locationName":"encoding-type"},"KeyMarker":{"location":"querystring","locationName":"key-marker"},"MaxUploads":{"location":"querystring","locationName":"max-uploads","type":"integer"},"Prefix":{"contextParam":{"name":"Prefix"},"location":"querystring","locationName":"prefix"},"UploadIdMarker":{"location":"querystring","locationName":"upload-id-marker"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"}}},"output":{"type":"structure","members":{"Bucket":{},"KeyMarker":{},"UploadIdMarker":{},"NextKeyMarker":{},"Prefix":{},"Delimiter":{},"NextUploadIdMarker":{},"MaxUploads":{"type":"integer"},"IsTruncated":{"type":"boolean"},"Uploads":{"locationName":"Upload","type":"list","member":{"type":"structure","members":{"UploadId":{},"Key":{},"Initiated":{"type":"timestamp"},"StorageClass":{},"Owner":{"shape":"S3r"},"Initiator":{"shape":"Scj"},"ChecksumAlgorithm":{}}},"flattened":true},"CommonPrefixes":{"shape":"Sck"},"EncodingType":{},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}}},"ListObjectVersions":{"http":{"method":"GET","requestUri":"/{Bucket}?versions"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Delimiter":{"location":"querystring","locationName":"delimiter"},"EncodingType":{"location":"querystring","locationName":"encoding-type"},"KeyMarker":{"location":"querystring","locationName":"key-marker"},"MaxKeys":{"location":"querystring","locationName":"max-keys","type":"integer"},"Prefix":{"contextParam":{"name":"Prefix"},"location":"querystring","locationName":"prefix"},"VersionIdMarker":{"location":"querystring","locationName":"version-id-marker"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"OptionalObjectAttributes":{"shape":"Scp","location":"header","locationName":"x-amz-optional-object-attributes"}}},"output":{"type":"structure","members":{"IsTruncated":{"type":"boolean"},"KeyMarker":{},"VersionIdMarker":{},"NextKeyMarker":{},"NextVersionIdMarker":{},"Versions":{"locationName":"Version","type":"list","member":{"type":"structure","members":{"ETag":{},"ChecksumAlgorithm":{"shape":"Scv"},"Size":{"type":"long"},"StorageClass":{},"Key":{},"VersionId":{},"IsLatest":{"type":"boolean"},"LastModified":{"type":"timestamp"},"Owner":{"shape":"S3r"},"RestoreStatus":{"shape":"Scy"}}},"flattened":true},"DeleteMarkers":{"locationName":"DeleteMarker","type":"list","member":{"type":"structure","members":{"Owner":{"shape":"S3r"},"Key":{},"VersionId":{},"IsLatest":{"type":"boolean"},"LastModified":{"type":"timestamp"}}},"flattened":true},"Name":{},"Prefix":{},"Delimiter":{},"MaxKeys":{"type":"integer"},"CommonPrefixes":{"shape":"Sck"},"EncodingType":{},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"alias":"GetBucketObjectVersions"},"ListObjects":{"http":{"method":"GET","requestUri":"/{Bucket}"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Delimiter":{"location":"querystring","locationName":"delimiter"},"EncodingType":{"location":"querystring","locationName":"encoding-type"},"Marker":{"location":"querystring","locationName":"marker"},"MaxKeys":{"location":"querystring","locationName":"max-keys","type":"integer"},"Prefix":{"contextParam":{"name":"Prefix"},"location":"querystring","locationName":"prefix"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"OptionalObjectAttributes":{"shape":"Scp","location":"header","locationName":"x-amz-optional-object-attributes"}}},"output":{"type":"structure","members":{"IsTruncated":{"type":"boolean"},"Marker":{},"NextMarker":{},"Contents":{"shape":"Sd7"},"Name":{},"Prefix":{},"Delimiter":{},"MaxKeys":{"type":"integer"},"CommonPrefixes":{"shape":"Sck"},"EncodingType":{},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"alias":"GetBucket"},"ListObjectsV2":{"http":{"method":"GET","requestUri":"/{Bucket}?list-type=2"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Delimiter":{"location":"querystring","locationName":"delimiter"},"EncodingType":{"location":"querystring","locationName":"encoding-type"},"MaxKeys":{"location":"querystring","locationName":"max-keys","type":"integer"},"Prefix":{"contextParam":{"name":"Prefix"},"location":"querystring","locationName":"prefix"},"ContinuationToken":{"location":"querystring","locationName":"continuation-token"},"FetchOwner":{"location":"querystring","locationName":"fetch-owner","type":"boolean"},"StartAfter":{"location":"querystring","locationName":"start-after"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"OptionalObjectAttributes":{"shape":"Scp","location":"header","locationName":"x-amz-optional-object-attributes"}}},"output":{"type":"structure","members":{"IsTruncated":{"type":"boolean"},"Contents":{"shape":"Sd7"},"Name":{},"Prefix":{},"Delimiter":{},"MaxKeys":{"type":"integer"},"CommonPrefixes":{"shape":"Sck"},"EncodingType":{},"KeyCount":{"type":"integer"},"ContinuationToken":{},"NextContinuationToken":{},"StartAfter":{},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}}},"ListParts":{"http":{"method":"GET","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","Key","UploadId"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"MaxParts":{"location":"querystring","locationName":"max-parts","type":"integer"},"PartNumberMarker":{"location":"querystring","locationName":"part-number-marker","type":"integer"},"UploadId":{"location":"querystring","locationName":"uploadId"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sl","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"}}},"output":{"type":"structure","members":{"AbortDate":{"location":"header","locationName":"x-amz-abort-date","type":"timestamp"},"AbortRuleId":{"location":"header","locationName":"x-amz-abort-rule-id"},"Bucket":{},"Key":{},"UploadId":{},"PartNumberMarker":{"type":"integer"},"NextPartNumberMarker":{"type":"integer"},"MaxParts":{"type":"integer"},"IsTruncated":{"type":"boolean"},"Parts":{"locationName":"Part","type":"list","member":{"type":"structure","members":{"PartNumber":{"type":"integer"},"LastModified":{"type":"timestamp"},"ETag":{},"Size":{"type":"long"},"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{}}},"flattened":true},"Initiator":{"shape":"Scj"},"Owner":{"shape":"S3r"},"StorageClass":{},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"ChecksumAlgorithm":{}}}},"PutBucketAccelerateConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?accelerate"},"input":{"type":"structure","required":["Bucket","AccelerateConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"AccelerateConfiguration":{"locationName":"AccelerateConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"Status":{}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"}},"payload":"AccelerateConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":false},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketAcl":{"http":{"method":"PUT","requestUri":"/{Bucket}?acl"},"input":{"type":"structure","required":["Bucket"],"members":{"ACL":{"location":"header","locationName":"x-amz-acl"},"AccessControlPolicy":{"shape":"Sdm","locationName":"AccessControlPolicy","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"GrantFullControl":{"location":"header","locationName":"x-amz-grant-full-control"},"GrantRead":{"location":"header","locationName":"x-amz-grant-read"},"GrantReadACP":{"location":"header","locationName":"x-amz-grant-read-acp"},"GrantWrite":{"location":"header","locationName":"x-amz-grant-write"},"GrantWriteACP":{"location":"header","locationName":"x-amz-grant-write-acp"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"AccessControlPolicy"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketAnalyticsConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?analytics"},"input":{"type":"structure","required":["Bucket","Id","AnalyticsConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"AnalyticsConfiguration":{"shape":"S43","locationName":"AnalyticsConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"AnalyticsConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketCors":{"http":{"method":"PUT","requestUri":"/{Bucket}?cors"},"input":{"type":"structure","required":["Bucket","CORSConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"CORSConfiguration":{"locationName":"CORSConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","required":["CORSRules"],"members":{"CORSRules":{"shape":"S4i","locationName":"CORSRule"}}},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"CORSConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketEncryption":{"http":{"method":"PUT","requestUri":"/{Bucket}?encryption"},"input":{"type":"structure","required":["Bucket","ServerSideEncryptionConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ServerSideEncryptionConfiguration":{"shape":"S4v","locationName":"ServerSideEncryptionConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"ServerSideEncryptionConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketIntelligentTieringConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?intelligent-tiering"},"input":{"type":"structure","required":["Bucket","Id","IntelligentTieringConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"IntelligentTieringConfiguration":{"shape":"S51","locationName":"IntelligentTieringConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}}},"payload":"IntelligentTieringConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketInventoryConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?inventory"},"input":{"type":"structure","required":["Bucket","Id","InventoryConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"InventoryConfiguration":{"shape":"S5b","locationName":"InventoryConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"InventoryConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketLifecycle":{"http":{"method":"PUT","requestUri":"/{Bucket}?lifecycle"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"LifecycleConfiguration":{"locationName":"LifecycleConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","required":["Rules"],"members":{"Rules":{"shape":"S5r","locationName":"Rule"}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"LifecycleConfiguration"},"deprecated":true,"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketLifecycleConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?lifecycle"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"LifecycleConfiguration":{"locationName":"LifecycleConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","required":["Rules"],"members":{"Rules":{"shape":"S67","locationName":"Rule"}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"LifecycleConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketLogging":{"http":{"method":"PUT","requestUri":"/{Bucket}?logging"},"input":{"type":"structure","required":["Bucket","BucketLoggingStatus"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"BucketLoggingStatus":{"locationName":"BucketLoggingStatus","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"LoggingEnabled":{"shape":"S6j"}}},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"BucketLoggingStatus"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketMetricsConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?metrics"},"input":{"type":"structure","required":["Bucket","Id","MetricsConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Id":{"location":"querystring","locationName":"id"},"MetricsConfiguration":{"shape":"S6v","locationName":"MetricsConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"MetricsConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketNotification":{"http":{"method":"PUT","requestUri":"/{Bucket}?notification"},"input":{"type":"structure","required":["Bucket","NotificationConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"NotificationConfiguration":{"shape":"S70","locationName":"NotificationConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"NotificationConfiguration"},"deprecated":true,"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketNotificationConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?notification"},"input":{"type":"structure","required":["Bucket","NotificationConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"NotificationConfiguration":{"shape":"S7b","locationName":"NotificationConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"SkipDestinationValidation":{"location":"header","locationName":"x-amz-skip-destination-validation","type":"boolean"}},"payload":"NotificationConfiguration"},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketOwnershipControls":{"http":{"method":"PUT","requestUri":"/{Bucket}?ownershipControls"},"input":{"type":"structure","required":["Bucket","OwnershipControls"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"OwnershipControls":{"shape":"S7s","locationName":"OwnershipControls","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}}},"payload":"OwnershipControls"},"httpChecksum":{"requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketPolicy":{"http":{"method":"PUT","requestUri":"/{Bucket}?policy"},"input":{"type":"structure","required":["Bucket","Policy"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ConfirmRemoveSelfBucketAccess":{"location":"header","locationName":"x-amz-confirm-remove-self-bucket-access","type":"boolean"},"Policy":{},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"Policy"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketReplication":{"http":{"method":"PUT","requestUri":"/{Bucket}?replication"},"input":{"type":"structure","required":["Bucket","ReplicationConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ReplicationConfiguration":{"shape":"S84","locationName":"ReplicationConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"Token":{"location":"header","locationName":"x-amz-bucket-object-lock-token"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"ReplicationConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketRequestPayment":{"http":{"method":"PUT","requestUri":"/{Bucket}?requestPayment"},"input":{"type":"structure","required":["Bucket","RequestPaymentConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"RequestPaymentConfiguration":{"locationName":"RequestPaymentConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","required":["Payer"],"members":{"Payer":{}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"RequestPaymentConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketTagging":{"http":{"method":"PUT","requestUri":"/{Bucket}?tagging"},"input":{"type":"structure","required":["Bucket","Tagging"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"Tagging":{"shape":"Sec","locationName":"Tagging","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"Tagging"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketVersioning":{"http":{"method":"PUT","requestUri":"/{Bucket}?versioning"},"input":{"type":"structure","required":["Bucket","VersioningConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"MFA":{"location":"header","locationName":"x-amz-mfa"},"VersioningConfiguration":{"locationName":"VersioningConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"MFADelete":{"locationName":"MfaDelete"},"Status":{}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"VersioningConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutBucketWebsite":{"http":{"method":"PUT","requestUri":"/{Bucket}?website"},"input":{"type":"structure","required":["Bucket","WebsiteConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"WebsiteConfiguration":{"locationName":"WebsiteConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"ErrorDocument":{"shape":"S9c"},"IndexDocument":{"shape":"S9a"},"RedirectAllRequestsTo":{"shape":"S97"},"RoutingRules":{"shape":"S9d"}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"WebsiteConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"PutObject":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"ACL":{"location":"header","locationName":"x-amz-acl"},"Body":{"streaming":true,"type":"blob"},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"CacheControl":{"location":"header","locationName":"Cache-Control"},"ContentDisposition":{"location":"header","locationName":"Content-Disposition"},"ContentEncoding":{"location":"header","locationName":"Content-Encoding"},"ContentLanguage":{"location":"header","locationName":"Content-Language"},"ContentLength":{"location":"header","locationName":"Content-Length","type":"long"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ContentType":{"location":"header","locationName":"Content-Type"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"Expires":{"location":"header","locationName":"Expires","type":"timestamp"},"IfNoneMatch":{"location":"header","locationName":"If-None-Match"},"GrantFullControl":{"location":"header","locationName":"x-amz-grant-full-control"},"GrantRead":{"location":"header","locationName":"x-amz-grant-read"},"GrantReadACP":{"location":"header","locationName":"x-amz-grant-read-acp"},"GrantWriteACP":{"location":"header","locationName":"x-amz-grant-write-acp"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"Metadata":{"shape":"S1c","location":"headers","locationName":"x-amz-meta-"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"StorageClass":{"location":"header","locationName":"x-amz-storage-class"},"WebsiteRedirectLocation":{"location":"header","locationName":"x-amz-website-redirect-location"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sl","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Ss","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"SSEKMSEncryptionContext":{"shape":"S1j","location":"header","locationName":"x-amz-server-side-encryption-context"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"Tagging":{"location":"header","locationName":"x-amz-tagging"},"ObjectLockMode":{"location":"header","locationName":"x-amz-object-lock-mode"},"ObjectLockRetainUntilDate":{"shape":"S1p","location":"header","locationName":"x-amz-object-lock-retain-until-date"},"ObjectLockLegalHoldStatus":{"location":"header","locationName":"x-amz-object-lock-legal-hold"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"Body"},"output":{"type":"structure","members":{"Expiration":{"location":"header","locationName":"x-amz-expiration"},"ETag":{"location":"header","locationName":"ETag"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"VersionId":{"location":"header","locationName":"x-amz-version-id"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Ss","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"SSEKMSEncryptionContext":{"shape":"S1j","location":"header","locationName":"x-amz-server-side-encryption-context"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":false}},"PutObjectAcl":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}?acl"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"ACL":{"location":"header","locationName":"x-amz-acl"},"AccessControlPolicy":{"shape":"Sdm","locationName":"AccessControlPolicy","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"GrantFullControl":{"location":"header","locationName":"x-amz-grant-full-control"},"GrantRead":{"location":"header","locationName":"x-amz-grant-read"},"GrantReadACP":{"location":"header","locationName":"x-amz-grant-read-acp"},"GrantWrite":{"location":"header","locationName":"x-amz-grant-write"},"GrantWriteACP":{"location":"header","locationName":"x-amz-grant-write-acp"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"VersionId":{"location":"querystring","locationName":"versionId"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"AccessControlPolicy"},"output":{"type":"structure","members":{"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true}},"PutObjectLegalHold":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}?legal-hold"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"LegalHold":{"shape":"Sar","locationName":"LegalHold","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"VersionId":{"location":"querystring","locationName":"versionId"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"LegalHold"},"output":{"type":"structure","members":{"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true}},"PutObjectLockConfiguration":{"http":{"method":"PUT","requestUri":"/{Bucket}?object-lock"},"input":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ObjectLockConfiguration":{"shape":"Sau","locationName":"ObjectLockConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"Token":{"location":"header","locationName":"x-amz-bucket-object-lock-token"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"ObjectLockConfiguration"},"output":{"type":"structure","members":{"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true}},"PutObjectRetention":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}?retention"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"Retention":{"shape":"Sb2","locationName":"Retention","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"VersionId":{"location":"querystring","locationName":"versionId"},"BypassGovernanceRetention":{"location":"header","locationName":"x-amz-bypass-governance-retention","type":"boolean"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"Retention"},"output":{"type":"structure","members":{"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true}},"PutObjectTagging":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}?tagging"},"input":{"type":"structure","required":["Bucket","Key","Tagging"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"Tagging":{"shape":"Sec","locationName":"Tagging","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"}},"payload":"Tagging"},"output":{"type":"structure","members":{"VersionId":{"location":"header","locationName":"x-amz-version-id"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true}},"PutPublicAccessBlock":{"http":{"method":"PUT","requestUri":"/{Bucket}?publicAccessBlock"},"input":{"type":"structure","required":["Bucket","PublicAccessBlockConfiguration"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"PublicAccessBlockConfiguration":{"shape":"Sb9","locationName":"PublicAccessBlockConfiguration","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"PublicAccessBlockConfiguration"},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":true},"staticContextParams":{"UseS3ExpressControlEndpoint":{"value":true}}},"RestoreObject":{"http":{"requestUri":"/{Bucket}/{Key+}?restore"},"input":{"type":"structure","required":["Bucket","Key"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"VersionId":{"location":"querystring","locationName":"versionId"},"RestoreRequest":{"locationName":"RestoreRequest","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","members":{"Days":{"type":"integer"},"GlacierJobParameters":{"type":"structure","required":["Tier"],"members":{"Tier":{}}},"Type":{},"Tier":{},"Description":{},"SelectParameters":{"type":"structure","required":["InputSerialization","ExpressionType","Expression","OutputSerialization"],"members":{"InputSerialization":{"shape":"Sf2"},"ExpressionType":{},"Expression":{},"OutputSerialization":{"shape":"Sfh"}}},"OutputLocation":{"type":"structure","members":{"S3":{"type":"structure","required":["BucketName","Prefix"],"members":{"BucketName":{},"Prefix":{},"Encryption":{"type":"structure","required":["EncryptionType"],"members":{"EncryptionType":{},"KMSKeyId":{"shape":"Ss"},"KMSContext":{}}},"CannedACL":{},"AccessControlList":{"shape":"S3u"},"Tagging":{"shape":"Sec"},"UserMetadata":{"type":"list","member":{"locationName":"MetadataEntry","type":"structure","members":{"Name":{},"Value":{}}}},"StorageClass":{}}}}}}},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"RestoreRequest"},"output":{"type":"structure","members":{"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"},"RestoreOutputPath":{"location":"header","locationName":"x-amz-restore-output-path"}}},"alias":"PostObjectRestore","httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":false}},"SelectObjectContent":{"http":{"requestUri":"/{Bucket}/{Key+}?select&select-type=2"},"input":{"locationName":"SelectObjectContentRequest","xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},"type":"structure","required":["Bucket","Key","Expression","ExpressionType","InputSerialization","OutputSerialization"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"Key":{"location":"uri","locationName":"Key"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sl","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"Expression":{},"ExpressionType":{},"RequestProgress":{"type":"structure","members":{"Enabled":{"type":"boolean"}}},"InputSerialization":{"shape":"Sf2"},"OutputSerialization":{"shape":"Sfh"},"ScanRange":{"type":"structure","members":{"Start":{"type":"long"},"End":{"type":"long"}}},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"output":{"type":"structure","members":{"Payload":{"type":"structure","members":{"Records":{"type":"structure","members":{"Payload":{"eventpayload":true,"type":"blob"}},"event":true},"Stats":{"type":"structure","members":{"Details":{"eventpayload":true,"type":"structure","members":{"BytesScanned":{"type":"long"},"BytesProcessed":{"type":"long"},"BytesReturned":{"type":"long"}}}},"event":true},"Progress":{"type":"structure","members":{"Details":{"eventpayload":true,"type":"structure","members":{"BytesScanned":{"type":"long"},"BytesProcessed":{"type":"long"},"BytesReturned":{"type":"long"}}}},"event":true},"Cont":{"type":"structure","members":{},"event":true},"End":{"type":"structure","members":{},"event":true}},"eventstream":true}},"payload":"Payload"}},"UploadPart":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","Key","PartNumber","UploadId"],"members":{"Body":{"streaming":true,"type":"blob"},"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ContentLength":{"location":"header","locationName":"Content-Length","type":"long"},"ContentMD5":{"location":"header","locationName":"Content-MD5"},"ChecksumAlgorithm":{"location":"header","locationName":"x-amz-sdk-checksum-algorithm"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"Key":{"contextParam":{"name":"Key"},"location":"uri","locationName":"Key"},"PartNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"UploadId":{"location":"querystring","locationName":"uploadId"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sl","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}},"payload":"Body"},"output":{"type":"structure","members":{"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"ETag":{"location":"header","locationName":"ETag"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-checksum-sha256"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Ss","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}}},"httpChecksum":{"requestAlgorithmMember":"ChecksumAlgorithm","requestChecksumRequired":false}},"UploadPartCopy":{"http":{"method":"PUT","requestUri":"/{Bucket}/{Key+}"},"input":{"type":"structure","required":["Bucket","CopySource","Key","PartNumber","UploadId"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"CopySource":{"location":"header","locationName":"x-amz-copy-source"},"CopySourceIfMatch":{"location":"header","locationName":"x-amz-copy-source-if-match"},"CopySourceIfModifiedSince":{"location":"header","locationName":"x-amz-copy-source-if-modified-since","type":"timestamp"},"CopySourceIfNoneMatch":{"location":"header","locationName":"x-amz-copy-source-if-none-match"},"CopySourceIfUnmodifiedSince":{"location":"header","locationName":"x-amz-copy-source-if-unmodified-since","type":"timestamp"},"CopySourceRange":{"location":"header","locationName":"x-amz-copy-source-range"},"Key":{"location":"uri","locationName":"Key"},"PartNumber":{"location":"querystring","locationName":"partNumber","type":"integer"},"UploadId":{"location":"querystring","locationName":"uploadId"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKey":{"shape":"Sl","location":"header","locationName":"x-amz-server-side-encryption-customer-key"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"CopySourceSSECustomerAlgorithm":{"location":"header","locationName":"x-amz-copy-source-server-side-encryption-customer-algorithm"},"CopySourceSSECustomerKey":{"shape":"S1l","location":"header","locationName":"x-amz-copy-source-server-side-encryption-customer-key"},"CopySourceSSECustomerKeyMD5":{"location":"header","locationName":"x-amz-copy-source-server-side-encryption-customer-key-MD5"},"RequestPayer":{"location":"header","locationName":"x-amz-request-payer"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"},"ExpectedSourceBucketOwner":{"location":"header","locationName":"x-amz-source-expected-bucket-owner"}}},"output":{"type":"structure","members":{"CopySourceVersionId":{"location":"header","locationName":"x-amz-copy-source-version-id"},"CopyPartResult":{"type":"structure","members":{"ETag":{},"LastModified":{"type":"timestamp"},"ChecksumCRC32":{},"ChecksumCRC32C":{},"ChecksumSHA1":{},"ChecksumSHA256":{}}},"ServerSideEncryption":{"location":"header","locationName":"x-amz-server-side-encryption"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-server-side-encryption-customer-algorithm"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-server-side-encryption-customer-key-MD5"},"SSEKMSKeyId":{"shape":"Ss","location":"header","locationName":"x-amz-server-side-encryption-aws-kms-key-id"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"},"RequestCharged":{"location":"header","locationName":"x-amz-request-charged"}},"payload":"CopyPartResult"},"staticContextParams":{"DisableS3ExpressSessionAuth":{"value":true}}},"WriteGetObjectResponse":{"http":{"requestUri":"/WriteGetObjectResponse"},"input":{"type":"structure","required":["RequestRoute","RequestToken"],"members":{"RequestRoute":{"hostLabel":true,"location":"header","locationName":"x-amz-request-route"},"RequestToken":{"location":"header","locationName":"x-amz-request-token"},"Body":{"streaming":true,"type":"blob"},"StatusCode":{"location":"header","locationName":"x-amz-fwd-status","type":"integer"},"ErrorCode":{"location":"header","locationName":"x-amz-fwd-error-code"},"ErrorMessage":{"location":"header","locationName":"x-amz-fwd-error-message"},"AcceptRanges":{"location":"header","locationName":"x-amz-fwd-header-accept-ranges"},"CacheControl":{"location":"header","locationName":"x-amz-fwd-header-Cache-Control"},"ContentDisposition":{"location":"header","locationName":"x-amz-fwd-header-Content-Disposition"},"ContentEncoding":{"location":"header","locationName":"x-amz-fwd-header-Content-Encoding"},"ContentLanguage":{"location":"header","locationName":"x-amz-fwd-header-Content-Language"},"ContentLength":{"location":"header","locationName":"Content-Length","type":"long"},"ContentRange":{"location":"header","locationName":"x-amz-fwd-header-Content-Range"},"ContentType":{"location":"header","locationName":"x-amz-fwd-header-Content-Type"},"ChecksumCRC32":{"location":"header","locationName":"x-amz-fwd-header-x-amz-checksum-crc32"},"ChecksumCRC32C":{"location":"header","locationName":"x-amz-fwd-header-x-amz-checksum-crc32c"},"ChecksumSHA1":{"location":"header","locationName":"x-amz-fwd-header-x-amz-checksum-sha1"},"ChecksumSHA256":{"location":"header","locationName":"x-amz-fwd-header-x-amz-checksum-sha256"},"DeleteMarker":{"location":"header","locationName":"x-amz-fwd-header-x-amz-delete-marker","type":"boolean"},"ETag":{"location":"header","locationName":"x-amz-fwd-header-ETag"},"Expires":{"location":"header","locationName":"x-amz-fwd-header-Expires","type":"timestamp"},"Expiration":{"location":"header","locationName":"x-amz-fwd-header-x-amz-expiration"},"LastModified":{"location":"header","locationName":"x-amz-fwd-header-Last-Modified","type":"timestamp"},"MissingMeta":{"location":"header","locationName":"x-amz-fwd-header-x-amz-missing-meta","type":"integer"},"Metadata":{"shape":"S1c","location":"headers","locationName":"x-amz-meta-"},"ObjectLockMode":{"location":"header","locationName":"x-amz-fwd-header-x-amz-object-lock-mode"},"ObjectLockLegalHoldStatus":{"location":"header","locationName":"x-amz-fwd-header-x-amz-object-lock-legal-hold"},"ObjectLockRetainUntilDate":{"shape":"S1p","location":"header","locationName":"x-amz-fwd-header-x-amz-object-lock-retain-until-date"},"PartsCount":{"location":"header","locationName":"x-amz-fwd-header-x-amz-mp-parts-count","type":"integer"},"ReplicationStatus":{"location":"header","locationName":"x-amz-fwd-header-x-amz-replication-status"},"RequestCharged":{"location":"header","locationName":"x-amz-fwd-header-x-amz-request-charged"},"Restore":{"location":"header","locationName":"x-amz-fwd-header-x-amz-restore"},"ServerSideEncryption":{"location":"header","locationName":"x-amz-fwd-header-x-amz-server-side-encryption"},"SSECustomerAlgorithm":{"location":"header","locationName":"x-amz-fwd-header-x-amz-server-side-encryption-customer-algorithm"},"SSEKMSKeyId":{"shape":"Ss","location":"header","locationName":"x-amz-fwd-header-x-amz-server-side-encryption-aws-kms-key-id"},"SSECustomerKeyMD5":{"location":"header","locationName":"x-amz-fwd-header-x-amz-server-side-encryption-customer-key-MD5"},"StorageClass":{"location":"header","locationName":"x-amz-fwd-header-x-amz-storage-class"},"TagCount":{"location":"header","locationName":"x-amz-fwd-header-x-amz-tagging-count","type":"integer"},"VersionId":{"location":"header","locationName":"x-amz-fwd-header-x-amz-version-id"},"BucketKeyEnabled":{"location":"header","locationName":"x-amz-fwd-header-x-amz-server-side-encryption-bucket-key-enabled","type":"boolean"}},"payload":"Body"},"authtype":"v4-unsigned-body","endpoint":{"hostPrefix":"{RequestRoute}."},"staticContextParams":{"UseObjectLambdaEndpoint":{"value":true}},"unsignedPayload":true}},"shapes":{"Sl":{"type":"blob","sensitive":true},"Ss":{"type":"string","sensitive":true},"S1c":{"type":"map","key":{},"value":{}},"S1j":{"type":"string","sensitive":true},"S1l":{"type":"blob","sensitive":true},"S1p":{"type":"timestamp","timestampFormat":"iso8601"},"S2i":{"type":"string","sensitive":true},"S3r":{"type":"structure","members":{"DisplayName":{},"ID":{}}},"S3u":{"type":"list","member":{"locationName":"Grant","type":"structure","members":{"Grantee":{"shape":"S3w"},"Permission":{}}}},"S3w":{"type":"structure","required":["Type"],"members":{"DisplayName":{},"EmailAddress":{},"ID":{},"Type":{"locationName":"xsi:type","xmlAttribute":true},"URI":{}},"xmlNamespace":{"prefix":"xsi","uri":"http://www.w3.org/2001/XMLSchema-instance"}},"S43":{"type":"structure","required":["Id","StorageClassAnalysis"],"members":{"Id":{},"Filter":{"type":"structure","members":{"Prefix":{},"Tag":{"shape":"S46"},"And":{"type":"structure","members":{"Prefix":{},"Tags":{"shape":"S49","flattened":true,"locationName":"Tag"}}}}},"StorageClassAnalysis":{"type":"structure","members":{"DataExport":{"type":"structure","required":["OutputSchemaVersion","Destination"],"members":{"OutputSchemaVersion":{},"Destination":{"type":"structure","required":["S3BucketDestination"],"members":{"S3BucketDestination":{"type":"structure","required":["Format","Bucket"],"members":{"Format":{},"BucketAccountId":{},"Bucket":{},"Prefix":{}}}}}}}}}}},"S46":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}},"S49":{"type":"list","member":{"shape":"S46","locationName":"Tag"}},"S4i":{"type":"list","member":{"type":"structure","required":["AllowedMethods","AllowedOrigins"],"members":{"ID":{},"AllowedHeaders":{"locationName":"AllowedHeader","type":"list","member":{},"flattened":true},"AllowedMethods":{"locationName":"AllowedMethod","type":"list","member":{},"flattened":true},"AllowedOrigins":{"locationName":"AllowedOrigin","type":"list","member":{},"flattened":true},"ExposeHeaders":{"locationName":"ExposeHeader","type":"list","member":{},"flattened":true},"MaxAgeSeconds":{"type":"integer"}}},"flattened":true},"S4v":{"type":"structure","required":["Rules"],"members":{"Rules":{"locationName":"Rule","type":"list","member":{"type":"structure","members":{"ApplyServerSideEncryptionByDefault":{"type":"structure","required":["SSEAlgorithm"],"members":{"SSEAlgorithm":{},"KMSMasterKeyID":{"shape":"Ss"}}},"BucketKeyEnabled":{"type":"boolean"}}},"flattened":true}}},"S51":{"type":"structure","required":["Id","Status","Tierings"],"members":{"Id":{},"Filter":{"type":"structure","members":{"Prefix":{},"Tag":{"shape":"S46"},"And":{"type":"structure","members":{"Prefix":{},"Tags":{"shape":"S49","flattened":true,"locationName":"Tag"}}}}},"Status":{},"Tierings":{"locationName":"Tiering","type":"list","member":{"type":"structure","required":["Days","AccessTier"],"members":{"Days":{"type":"integer"},"AccessTier":{}}},"flattened":true}}},"S5b":{"type":"structure","required":["Destination","IsEnabled","Id","IncludedObjectVersions","Schedule"],"members":{"Destination":{"type":"structure","required":["S3BucketDestination"],"members":{"S3BucketDestination":{"type":"structure","required":["Bucket","Format"],"members":{"AccountId":{},"Bucket":{},"Format":{},"Prefix":{},"Encryption":{"type":"structure","members":{"SSES3":{"locationName":"SSE-S3","type":"structure","members":{}},"SSEKMS":{"locationName":"SSE-KMS","type":"structure","required":["KeyId"],"members":{"KeyId":{"shape":"Ss"}}}}}}}}},"IsEnabled":{"type":"boolean"},"Filter":{"type":"structure","required":["Prefix"],"members":{"Prefix":{}}},"Id":{},"IncludedObjectVersions":{},"OptionalFields":{"type":"list","member":{"locationName":"Field"}},"Schedule":{"type":"structure","required":["Frequency"],"members":{"Frequency":{}}}}},"S5r":{"type":"list","member":{"type":"structure","required":["Prefix","Status"],"members":{"Expiration":{"shape":"S5t"},"ID":{},"Prefix":{},"Status":{},"Transition":{"shape":"S5y"},"NoncurrentVersionTransition":{"shape":"S60"},"NoncurrentVersionExpiration":{"shape":"S62"},"AbortIncompleteMultipartUpload":{"shape":"S63"}}},"flattened":true},"S5t":{"type":"structure","members":{"Date":{"shape":"S5u"},"Days":{"type":"integer"},"ExpiredObjectDeleteMarker":{"type":"boolean"}}},"S5u":{"type":"timestamp","timestampFormat":"iso8601"},"S5y":{"type":"structure","members":{"Date":{"shape":"S5u"},"Days":{"type":"integer"},"StorageClass":{}}},"S60":{"type":"structure","members":{"NoncurrentDays":{"type":"integer"},"StorageClass":{},"NewerNoncurrentVersions":{"type":"integer"}}},"S62":{"type":"structure","members":{"NoncurrentDays":{"type":"integer"},"NewerNoncurrentVersions":{"type":"integer"}}},"S63":{"type":"structure","members":{"DaysAfterInitiation":{"type":"integer"}}},"S67":{"type":"list","member":{"type":"structure","required":["Status"],"members":{"Expiration":{"shape":"S5t"},"ID":{},"Prefix":{"deprecated":true},"Filter":{"type":"structure","members":{"Prefix":{},"Tag":{"shape":"S46"},"ObjectSizeGreaterThan":{"type":"long"},"ObjectSizeLessThan":{"type":"long"},"And":{"type":"structure","members":{"Prefix":{},"Tags":{"shape":"S49","flattened":true,"locationName":"Tag"},"ObjectSizeGreaterThan":{"type":"long"},"ObjectSizeLessThan":{"type":"long"}}}}},"Status":{},"Transitions":{"locationName":"Transition","type":"list","member":{"shape":"S5y"},"flattened":true},"NoncurrentVersionTransitions":{"locationName":"NoncurrentVersionTransition","type":"list","member":{"shape":"S60"},"flattened":true},"NoncurrentVersionExpiration":{"shape":"S62"},"AbortIncompleteMultipartUpload":{"shape":"S63"}}},"flattened":true},"S6j":{"type":"structure","required":["TargetBucket","TargetPrefix"],"members":{"TargetBucket":{},"TargetGrants":{"type":"list","member":{"locationName":"Grant","type":"structure","members":{"Grantee":{"shape":"S3w"},"Permission":{}}}},"TargetPrefix":{},"TargetObjectKeyFormat":{"type":"structure","members":{"SimplePrefix":{"locationName":"SimplePrefix","type":"structure","members":{}},"PartitionedPrefix":{"locationName":"PartitionedPrefix","type":"structure","members":{"PartitionDateSource":{}}}}}}},"S6v":{"type":"structure","required":["Id"],"members":{"Id":{},"Filter":{"type":"structure","members":{"Prefix":{},"Tag":{"shape":"S46"},"AccessPointArn":{},"And":{"type":"structure","members":{"Prefix":{},"Tags":{"shape":"S49","flattened":true,"locationName":"Tag"},"AccessPointArn":{}}}}}}},"S6z":{"type":"structure","required":["Bucket"],"members":{"Bucket":{"contextParam":{"name":"Bucket"},"location":"uri","locationName":"Bucket"},"ExpectedBucketOwner":{"location":"header","locationName":"x-amz-expected-bucket-owner"}}},"S70":{"type":"structure","members":{"TopicConfiguration":{"type":"structure","members":{"Id":{},"Events":{"shape":"S73","locationName":"Event"},"Event":{"deprecated":true},"Topic":{}}},"QueueConfiguration":{"type":"structure","members":{"Id":{},"Event":{"deprecated":true},"Events":{"shape":"S73","locationName":"Event"},"Queue":{}}},"CloudFunctionConfiguration":{"type":"structure","members":{"Id":{},"Event":{"deprecated":true},"Events":{"shape":"S73","locationName":"Event"},"CloudFunction":{},"InvocationRole":{}}}}},"S73":{"type":"list","member":{},"flattened":true},"S7b":{"type":"structure","members":{"TopicConfigurations":{"locationName":"TopicConfiguration","type":"list","member":{"type":"structure","required":["TopicArn","Events"],"members":{"Id":{},"TopicArn":{"locationName":"Topic"},"Events":{"shape":"S73","locationName":"Event"},"Filter":{"shape":"S7e"}}},"flattened":true},"QueueConfigurations":{"locationName":"QueueConfiguration","type":"list","member":{"type":"structure","required":["QueueArn","Events"],"members":{"Id":{},"QueueArn":{"locationName":"Queue"},"Events":{"shape":"S73","locationName":"Event"},"Filter":{"shape":"S7e"}}},"flattened":true},"LambdaFunctionConfigurations":{"locationName":"CloudFunctionConfiguration","type":"list","member":{"type":"structure","required":["LambdaFunctionArn","Events"],"members":{"Id":{},"LambdaFunctionArn":{"locationName":"CloudFunction"},"Events":{"shape":"S73","locationName":"Event"},"Filter":{"shape":"S7e"}}},"flattened":true},"EventBridgeConfiguration":{"type":"structure","members":{}}}},"S7e":{"type":"structure","members":{"Key":{"locationName":"S3Key","type":"structure","members":{"FilterRules":{"locationName":"FilterRule","type":"list","member":{"type":"structure","members":{"Name":{},"Value":{}}},"flattened":true}}}}},"S7s":{"type":"structure","required":["Rules"],"members":{"Rules":{"locationName":"Rule","type":"list","member":{"type":"structure","required":["ObjectOwnership"],"members":{"ObjectOwnership":{}}},"flattened":true}}},"S84":{"type":"structure","required":["Role","Rules"],"members":{"Role":{},"Rules":{"locationName":"Rule","type":"list","member":{"type":"structure","required":["Status","Destination"],"members":{"ID":{},"Priority":{"type":"integer"},"Prefix":{"deprecated":true},"Filter":{"type":"structure","members":{"Prefix":{},"Tag":{"shape":"S46"},"And":{"type":"structure","members":{"Prefix":{},"Tags":{"shape":"S49","flattened":true,"locationName":"Tag"}}}}},"Status":{},"SourceSelectionCriteria":{"type":"structure","members":{"SseKmsEncryptedObjects":{"type":"structure","required":["Status"],"members":{"Status":{}}},"ReplicaModifications":{"type":"structure","required":["Status"],"members":{"Status":{}}}}},"ExistingObjectReplication":{"type":"structure","required":["Status"],"members":{"Status":{}}},"Destination":{"type":"structure","required":["Bucket"],"members":{"Bucket":{},"Account":{},"StorageClass":{},"AccessControlTranslation":{"type":"structure","required":["Owner"],"members":{"Owner":{}}},"EncryptionConfiguration":{"type":"structure","members":{"ReplicaKmsKeyID":{}}},"ReplicationTime":{"type":"structure","required":["Status","Time"],"members":{"Status":{},"Time":{"shape":"S8q"}}},"Metrics":{"type":"structure","required":["Status"],"members":{"Status":{},"EventThreshold":{"shape":"S8q"}}}}},"DeleteMarkerReplication":{"type":"structure","members":{"Status":{}}}}},"flattened":true}}},"S8q":{"type":"structure","members":{"Minutes":{"type":"integer"}}},"S97":{"type":"structure","required":["HostName"],"members":{"HostName":{},"Protocol":{}}},"S9a":{"type":"structure","required":["Suffix"],"members":{"Suffix":{}}},"S9c":{"type":"structure","required":["Key"],"members":{"Key":{}}},"S9d":{"type":"list","member":{"locationName":"RoutingRule","type":"structure","required":["Redirect"],"members":{"Condition":{"type":"structure","members":{"HttpErrorCodeReturnedEquals":{},"KeyPrefixEquals":{}}},"Redirect":{"type":"structure","members":{"HostName":{},"HttpRedirectCode":{},"Protocol":{},"ReplaceKeyPrefixWith":{},"ReplaceKeyWith":{}}}}}},"S9w":{"type":"timestamp","timestampFormat":"rfc822"},"Sar":{"type":"structure","members":{"Status":{}}},"Sau":{"type":"structure","members":{"ObjectLockEnabled":{},"Rule":{"type":"structure","members":{"DefaultRetention":{"type":"structure","members":{"Mode":{},"Days":{"type":"integer"},"Years":{"type":"integer"}}}}}}},"Sb2":{"type":"structure","members":{"Mode":{},"RetainUntilDate":{"shape":"S5u"}}},"Sb9":{"type":"structure","members":{"BlockPublicAcls":{"locationName":"BlockPublicAcls","type":"boolean"},"IgnorePublicAcls":{"locationName":"IgnorePublicAcls","type":"boolean"},"BlockPublicPolicy":{"locationName":"BlockPublicPolicy","type":"boolean"},"RestrictPublicBuckets":{"locationName":"RestrictPublicBuckets","type":"boolean"}}},"Sc0":{"type":"list","member":{"locationName":"Bucket","type":"structure","members":{"Name":{},"CreationDate":{"type":"timestamp"}}}},"Scj":{"type":"structure","members":{"ID":{},"DisplayName":{}}},"Sck":{"type":"list","member":{"type":"structure","members":{"Prefix":{}}},"flattened":true},"Scp":{"type":"list","member":{}},"Scv":{"type":"list","member":{},"flattened":true},"Scy":{"type":"structure","members":{"IsRestoreInProgress":{"type":"boolean"},"RestoreExpiryDate":{"type":"timestamp"}}},"Sd7":{"type":"list","member":{"type":"structure","members":{"Key":{},"LastModified":{"type":"timestamp"},"ETag":{},"ChecksumAlgorithm":{"shape":"Scv"},"Size":{"type":"long"},"StorageClass":{},"Owner":{"shape":"S3r"},"RestoreStatus":{"shape":"Scy"}}},"flattened":true},"Sdm":{"type":"structure","members":{"Grants":{"shape":"S3u","locationName":"AccessControlList"},"Owner":{"shape":"S3r"}}},"Sec":{"type":"structure","required":["TagSet"],"members":{"TagSet":{"shape":"S49"}}},"Sf2":{"type":"structure","members":{"CSV":{"type":"structure","members":{"FileHeaderInfo":{},"Comments":{},"QuoteEscapeCharacter":{},"RecordDelimiter":{},"FieldDelimiter":{},"QuoteCharacter":{},"AllowQuotedRecordDelimiter":{"type":"boolean"}}},"CompressionType":{},"JSON":{"type":"structure","members":{"Type":{}}},"Parquet":{"type":"structure","members":{}}}},"Sfh":{"type":"structure","members":{"CSV":{"type":"structure","members":{"QuoteFields":{},"QuoteEscapeCharacter":{},"RecordDelimiter":{},"FieldDelimiter":{},"QuoteCharacter":{}}},"JSON":{"type":"structure","members":{"RecordDelimiter":{}}}}}},"clientContextParams":{"Accelerate":{"documentation":"Enables this client to use S3 Transfer Acceleration endpoints.","type":"boolean"},"DisableMultiRegionAccessPoints":{"documentation":"Disables this client's usage of Multi-Region Access Points.","type":"boolean"},"DisableS3ExpressSessionAuth":{"documentation":"Disables this client's usage of Session Auth for S3Express\n buckets and reverts to using conventional SigV4 for those.","type":"boolean"},"ForcePathStyle":{"documentation":"Forces this client to use path-style addressing for buckets.","type":"boolean"},"UseArnRegion":{"documentation":"Enables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.","type":"boolean"}}}
|
54204
54204
|
|
54205
54205
|
/***/ }),
|
54206
54206
|
/* 465 */
|
@@ -63530,7 +63530,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
63530
63530
|
/* 1221 */
|
63531
63531
|
/***/ (function(module, exports) {
|
63532
63532
|
|
63533
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-10","endpointPrefix":"ssm-sap","
|
63533
|
+
module.exports = {"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":{"http":{"requestUri":"/delete-resource-permission","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ActionType":{},"SourceResourceArn":{},"ResourceArn":{}}},"output":{"type":"structure","members":{"Policy":{}}}},"DeregisterApplication":{"http":{"requestUri":"/deregister-application","responseCode":200},"input":{"type":"structure","required":["ApplicationId"],"members":{"ApplicationId":{}}},"output":{"type":"structure","members":{}}},"GetApplication":{"http":{"requestUri":"/get-application","responseCode":200},"input":{"type":"structure","members":{"ApplicationId":{},"ApplicationArn":{},"AppRegistryArn":{}}},"output":{"type":"structure","members":{"Application":{"shape":"Sd"},"Tags":{"shape":"Sl"}}}},"GetComponent":{"http":{"requestUri":"/get-component","responseCode":200},"input":{"type":"structure","required":["ApplicationId","ComponentId"],"members":{"ApplicationId":{},"ComponentId":{}}},"output":{"type":"structure","members":{"Component":{"type":"structure","members":{"ComponentId":{},"Sid":{},"SystemNumber":{},"ParentComponent":{},"ChildComponents":{"shape":"Sh"},"ApplicationId":{},"ComponentType":{},"Status":{},"SapHostname":{},"SapFeature":{},"SapKernelVersion":{},"HdbVersion":{},"Resilience":{"type":"structure","members":{"HsrTier":{},"HsrReplicationMode":{},"HsrOperationMode":{},"ClusterStatus":{},"EnqueueReplication":{"type":"boolean"}}},"AssociatedHost":{"type":"structure","members":{"Hostname":{},"Ec2InstanceId":{},"IpAddresses":{"type":"list","member":{"type":"structure","members":{"IpAddress":{},"Primary":{"type":"boolean"},"AllocationType":{}}}},"OsVersion":{}}},"Databases":{"type":"list","member":{}},"Hosts":{"deprecated":true,"deprecatedMessage":"This shape is no longer used. Please use AssociatedHost.","type":"list","member":{"type":"structure","members":{"HostName":{},"HostIp":{},"EC2InstanceId":{},"InstanceId":{},"HostRole":{},"OsVersion":{}}}},"PrimaryHost":{"deprecated":true,"deprecatedMessage":"This shape is no longer used. Please use AssociatedHost."},"DatabaseConnection":{"type":"structure","members":{"DatabaseConnectionMethod":{},"DatabaseArn":{},"ConnectionIp":{}}},"LastUpdated":{"type":"timestamp"},"Arn":{}}},"Tags":{"shape":"Sl"}}}},"GetDatabase":{"http":{"requestUri":"/get-database","responseCode":200},"input":{"type":"structure","members":{"ApplicationId":{},"ComponentId":{},"DatabaseId":{},"DatabaseArn":{}}},"output":{"type":"structure","members":{"Database":{"type":"structure","members":{"ApplicationId":{},"ComponentId":{},"Credentials":{"shape":"S1e"},"DatabaseId":{},"DatabaseName":{},"DatabaseType":{},"Arn":{},"Status":{},"PrimaryHost":{},"SQLPort":{"type":"integer"},"LastUpdated":{"type":"timestamp"},"ConnectedComponentArns":{"type":"list","member":{}}}},"Tags":{"shape":"Sl"}}}},"GetOperation":{"http":{"requestUri":"/get-operation","responseCode":200},"input":{"type":"structure","required":["OperationId"],"members":{"OperationId":{}}},"output":{"type":"structure","members":{"Operation":{"shape":"S1q"}}}},"GetResourcePermission":{"http":{"requestUri":"/get-resource-permission","responseCode":200},"input":{"type":"structure","required":["ResourceArn"],"members":{"ActionType":{},"ResourceArn":{}}},"output":{"type":"structure","members":{"Policy":{}}}},"ListApplications":{"http":{"requestUri":"/list-applications","responseCode":200},"input":{"type":"structure","members":{"NextToken":{},"MaxResults":{"type":"integer"},"Filters":{"shape":"S21"}}},"output":{"type":"structure","members":{"Applications":{"type":"list","member":{"type":"structure","members":{"Id":{},"DiscoveryStatus":{},"Type":{},"Arn":{},"Tags":{"shape":"Sl"}}}},"NextToken":{}}}},"ListComponents":{"http":{"requestUri":"/list-components","responseCode":200},"input":{"type":"structure","members":{"ApplicationId":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Components":{"type":"list","member":{"type":"structure","members":{"ApplicationId":{},"ComponentId":{},"ComponentType":{},"Tags":{"shape":"Sl"},"Arn":{}}}},"NextToken":{}}}},"ListDatabases":{"http":{"requestUri":"/list-databases","responseCode":200},"input":{"type":"structure","members":{"ApplicationId":{},"ComponentId":{},"NextToken":{},"MaxResults":{"type":"integer"}}},"output":{"type":"structure","members":{"Databases":{"type":"list","member":{"type":"structure","members":{"ApplicationId":{},"ComponentId":{},"DatabaseId":{},"DatabaseType":{},"Arn":{},"Tags":{"shape":"Sl"}}}},"NextToken":{}}}},"ListOperationEvents":{"http":{"requestUri":"/list-operation-events","responseCode":200},"input":{"type":"structure","required":["OperationId"],"members":{"OperationId":{},"MaxResults":{"type":"integer"},"NextToken":{},"Filters":{"shape":"S21"}}},"output":{"type":"structure","members":{"OperationEvents":{"type":"list","member":{"type":"structure","members":{"Description":{},"Resource":{"type":"structure","members":{"ResourceArn":{},"ResourceType":{}}},"Status":{},"StatusMessage":{},"Timestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"ListOperations":{"http":{"requestUri":"/list-operations","responseCode":200},"input":{"type":"structure","required":["ApplicationId"],"members":{"ApplicationId":{},"MaxResults":{"type":"integer"},"NextToken":{},"Filters":{"shape":"S21"}}},"output":{"type":"structure","members":{"Operations":{"type":"list","member":{"shape":"S1q"}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sl"}}}},"PutResourcePermission":{"http":{"requestUri":"/put-resource-permission","responseCode":200},"input":{"type":"structure","required":["ActionType","SourceResourceArn","ResourceArn"],"members":{"ActionType":{},"SourceResourceArn":{},"ResourceArn":{}}},"output":{"type":"structure","members":{"Policy":{}}}},"RegisterApplication":{"http":{"requestUri":"/register-application","responseCode":200},"input":{"type":"structure","required":["ApplicationId","ApplicationType","Instances"],"members":{"ApplicationId":{},"ApplicationType":{},"Instances":{"type":"list","member":{}},"SapInstanceNumber":{},"Sid":{},"Tags":{"shape":"Sl"},"Credentials":{"shape":"S1e"},"DatabaseArn":{}}},"output":{"type":"structure","members":{"Application":{"shape":"Sd"},"OperationId":{}}}},"StartApplication":{"http":{"requestUri":"/start-application","responseCode":200},"input":{"type":"structure","required":["ApplicationId"],"members":{"ApplicationId":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"StartApplicationRefresh":{"http":{"requestUri":"/start-application-refresh","responseCode":200},"input":{"type":"structure","required":["ApplicationId"],"members":{"ApplicationId":{}}},"output":{"type":"structure","members":{"OperationId":{}}}},"StopApplication":{"http":{"requestUri":"/stop-application","responseCode":200},"input":{"type":"structure","required":["ApplicationId"],"members":{"ApplicationId":{},"StopConnectedEntity":{},"IncludeEc2InstanceShutdown":{"type":"boolean"}}},"output":{"type":"structure","members":{"OperationId":{}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sl"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateApplicationSettings":{"http":{"requestUri":"/update-application-settings","responseCode":200},"input":{"type":"structure","required":["ApplicationId"],"members":{"ApplicationId":{},"CredentialsToAddOrUpdate":{"shape":"S1e"},"CredentialsToRemove":{"shape":"S1e"},"Backint":{"type":"structure","required":["BackintMode","EnsureNoBackupInProcess"],"members":{"BackintMode":{},"EnsureNoBackupInProcess":{"type":"boolean"}}},"DatabaseArn":{}}},"output":{"type":"structure","members":{"Message":{},"OperationIds":{"type":"list","member":{}}}}}},"shapes":{"Sd":{"type":"structure","members":{"Id":{},"Type":{},"Arn":{},"AppRegistryArn":{},"Status":{},"DiscoveryStatus":{},"Components":{"shape":"Sh"},"LastUpdated":{"type":"timestamp"},"StatusMessage":{},"AssociatedApplicationArns":{"type":"list","member":{}}}},"Sh":{"type":"list","member":{}},"Sl":{"type":"map","key":{},"value":{}},"S1e":{"type":"list","member":{"type":"structure","required":["DatabaseName","CredentialType","SecretId"],"members":{"DatabaseName":{},"CredentialType":{},"SecretId":{"type":"string","sensitive":true}}}},"S1q":{"type":"structure","members":{"Id":{},"Type":{},"Status":{},"StatusMessage":{},"Properties":{"type":"map","key":{},"value":{}},"ResourceType":{},"ResourceId":{},"ResourceArn":{},"StartTime":{"type":"timestamp"},"EndTime":{"type":"timestamp"},"LastUpdatedTime":{"type":"timestamp"}}},"S21":{"type":"list","member":{"type":"structure","required":["Name","Value","Operator"],"members":{"Name":{},"Value":{},"Operator":{}}}}}}
|
63534
63534
|
|
63535
63535
|
/***/ }),
|
63536
63536
|
/* 1222 */
|
@@ -63681,7 +63681,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
63681
63681
|
/* 1234 */
|
63682
63682
|
/***/ (function(module, exports) {
|
63683
63683
|
|
63684
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-11-01","endpointPrefix":"aoss","jsonVersion":"1.0","protocol":"json","serviceFullName":"OpenSearch Service Serverless","serviceId":"OpenSearchServerless","signatureVersion":"v4","signingName":"aoss","targetPrefix":"OpenSearchServerless","uid":"opensearchserverless-2021-11-01"},"operations":{"BatchGetCollection":{"input":{"type":"structure","members":{"ids":{"type":"list","member":{}},"names":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"collectionDetails":{"type":"list","member":{"type":"structure","members":{"arn":{},"collectionEndpoint":{},"createdDate":{"type":"long"},"dashboardEndpoint":{},"description":{},"id":{},"kmsKeyArn":{},"lastModifiedDate":{"type":"long"},"name":{},"standbyReplicas":{},"status":{},"type":{}}}},"collectionErrorDetails":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"id":{},"name":{}}}}}}},"BatchGetEffectiveLifecyclePolicy":{"input":{"type":"structure","required":["resourceIdentifiers"],"members":{"resourceIdentifiers":{"type":"list","member":{"type":"structure","required":["resource","type"],"members":{"resource":{},"type":{}}}}}},"output":{"type":"structure","members":{"effectiveLifecyclePolicyDetails":{"type":"list","member":{"type":"structure","members":{"noMinRetentionPeriod":{"type":"boolean"},"policyName":{},"resource":{},"resourceType":{},"retentionPeriod":{},"type":{}}}},"effectiveLifecyclePolicyErrorDetails":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"resource":{},"type":{}}}}}}},"BatchGetLifecyclePolicy":{"input":{"type":"structure","required":["identifiers"],"members":{"identifiers":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}}}}},"output":{"type":"structure","members":{"lifecyclePolicyDetails":{"type":"list","member":{"shape":"Sz"}},"lifecyclePolicyErrorDetails":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"name":{},"type":{}}}}}}},"BatchGetVpcEndpoint":{"input":{"type":"structure","required":["ids"],"members":{"ids":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"vpcEndpointDetails":{"type":"list","member":{"type":"structure","members":{"createdDate":{"type":"long"},"id":{},"name":{},"securityGroupIds":{"shape":"S1c"},"status":{},"subnetIds":{"shape":"S1f"},"vpcId":{}}}},"vpcEndpointErrorDetails":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"id":{}}}}}}},"CreateAccessPolicy":{"input":{"type":"structure","required":["name","policy","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"type":{}}},"output":{"type":"structure","members":{"accessPolicyDetail":{"shape":"S1p"}}},"idempotent":true},"CreateCollection":{"input":{"type":"structure","required":["name"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"standbyReplicas":{},"tags":{"shape":"S1s"},"type":{}}},"output":{"type":"structure","members":{"createCollectionDetail":{"type":"structure","members":{"arn":{},"createdDate":{"type":"long"},"description":{},"id":{},"kmsKeyArn":{},"lastModifiedDate":{"type":"long"},"name":{},"standbyReplicas":{},"status":{},"type":{}}}}},"idempotent":true},"CreateLifecyclePolicy":{"input":{"type":"structure","required":["name","policy","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"type":{}}},"output":{"type":"structure","members":{"lifecyclePolicyDetail":{"shape":"Sz"}}},"idempotent":true},"CreateSecurityConfig":{"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"samlOptions":{"shape":"S23"},"type":{}}},"output":{"type":"structure","members":{"securityConfigDetail":{"shape":"S2a"}}},"idempotent":true},"CreateSecurityPolicy":{"input":{"type":"structure","required":["name","policy","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"type":{}}},"output":{"type":"structure","members":{"securityPolicyDetail":{"shape":"S2f"}}},"idempotent":true},"CreateVpcEndpoint":{"input":{"type":"structure","required":["name","subnetIds","vpcId"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"securityGroupIds":{"shape":"S1c"},"subnetIds":{"shape":"S1f"},"vpcId":{}}},"output":{"type":"structure","members":{"createVpcEndpointDetail":{"type":"structure","members":{"id":{},"name":{},"status":{}}}}},"idempotent":true},"DeleteAccessPolicy":{"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"type":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteCollection":{"input":{"type":"structure","required":["id"],"members":{"clientToken":{"idempotencyToken":true},"id":{}}},"output":{"type":"structure","members":{"deleteCollectionDetail":{"type":"structure","members":{"id":{},"name":{},"status":{}}}}},"idempotent":true},"DeleteLifecyclePolicy":{"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"type":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSecurityConfig":{"input":{"type":"structure","required":["id"],"members":{"clientToken":{"idempotencyToken":true},"id":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSecurityPolicy":{"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"type":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteVpcEndpoint":{"input":{"type":"structure","required":["id"],"members":{"clientToken":{"idempotencyToken":true},"id":{}}},"output":{"type":"structure","members":{"deleteVpcEndpointDetail":{"type":"structure","members":{"id":{},"name":{},"status":{}}}}},"idempotent":true},"GetAccessPolicy":{"input":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}},"output":{"type":"structure","members":{"accessPolicyDetail":{"shape":"S1p"}}}},"GetAccountSettings":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"accountSettingsDetail":{"shape":"S31"}}}},"GetPoliciesStats":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"AccessPolicyStats":{"type":"structure","members":{"DataPolicyCount":{"type":"long"}}},"LifecyclePolicyStats":{"type":"structure","members":{"RetentionPolicyCount":{"type":"long"}}},"SecurityConfigStats":{"type":"structure","members":{"SamlConfigCount":{"type":"long"}}},"SecurityPolicyStats":{"type":"structure","members":{"EncryptionPolicyCount":{"type":"long"},"NetworkPolicyCount":{"type":"long"}}},"TotalPolicyCount":{"type":"long"}}}},"GetSecurityConfig":{"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{"securityConfigDetail":{"shape":"S2a"}}}},"GetSecurityPolicy":{"input":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}},"output":{"type":"structure","members":{"securityPolicyDetail":{"shape":"S2f"}}}},"ListAccessPolicies":{"input":{"type":"structure","required":["type"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"resource":{"type":"list","member":{}},"type":{}}},"output":{"type":"structure","members":{"accessPolicySummaries":{"type":"list","member":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policyVersion":{},"type":{}}}},"nextToken":{}}}},"ListCollections":{"input":{"type":"structure","members":{"collectionFilters":{"type":"structure","members":{"name":{},"status":{}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"collectionSummaries":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"status":{}}}},"nextToken":{}}}},"ListLifecyclePolicies":{"input":{"type":"structure","required":["type"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"resources":{"type":"list","member":{}},"type":{}}},"output":{"type":"structure","members":{"lifecyclePolicySummaries":{"type":"list","member":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policyVersion":{},"type":{}}}},"nextToken":{}}}},"ListSecurityConfigs":{"input":{"type":"structure","required":["type"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"type":{}}},"output":{"type":"structure","members":{"nextToken":{},"securityConfigSummaries":{"type":"list","member":{"type":"structure","members":{"configVersion":{},"createdDate":{"type":"long"},"description":{},"id":{},"lastModifiedDate":{"type":"long"},"type":{}}}}}}},"ListSecurityPolicies":{"input":{"type":"structure","required":["type"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"resource":{"type":"list","member":{}},"type":{}}},"output":{"type":"structure","members":{"nextToken":{},"securityPolicySummaries":{"type":"list","member":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policyVersion":{},"type":{}}}}}}},"ListTagsForResource":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{"tags":{"shape":"S1s"}}}},"ListVpcEndpoints":{"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"vpcEndpointFilters":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"nextToken":{},"vpcEndpointSummaries":{"type":"list","member":{"type":"structure","members":{"id":{},"name":{},"status":{}}}}}}},"TagResource":{"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{},"tags":{"shape":"S1s"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{},"tagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateAccessPolicy":{"input":{"type":"structure","required":["name","policyVersion","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"policyVersion":{},"type":{}}},"output":{"type":"structure","members":{"accessPolicyDetail":{"shape":"S1p"}}},"idempotent":true},"UpdateAccountSettings":{"input":{"type":"structure","members":{"capacityLimits":{"shape":"S32"}}},"output":{"type":"structure","members":{"accountSettingsDetail":{"shape":"S31"}}}},"UpdateCollection":{"input":{"type":"structure","required":["id"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"id":{}}},"output":{"type":"structure","members":{"updateCollectionDetail":{"type":"structure","members":{"arn":{},"createdDate":{"type":"long"},"description":{},"id":{},"lastModifiedDate":{"type":"long"},"name":{},"status":{},"type":{}}}}},"idempotent":true},"UpdateLifecyclePolicy":{"input":{"type":"structure","required":["name","policyVersion","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"policyVersion":{},"type":{}}},"output":{"type":"structure","members":{"lifecyclePolicyDetail":{"shape":"Sz"}}},"idempotent":true},"UpdateSecurityConfig":{"input":{"type":"structure","required":["configVersion","id"],"members":{"clientToken":{"idempotencyToken":true},"configVersion":{},"description":{},"id":{},"samlOptions":{"shape":"S23"}}},"output":{"type":"structure","members":{"securityConfigDetail":{"shape":"S2a"}}},"idempotent":true},"UpdateSecurityPolicy":{"input":{"type":"structure","required":["name","policyVersion","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"policyVersion":{},"type":{}}},"output":{"type":"structure","members":{"securityPolicyDetail":{"shape":"S2f"}}},"idempotent":true},"UpdateVpcEndpoint":{"input":{"type":"structure","required":["id"],"members":{"addSecurityGroupIds":{"shape":"S1c"},"addSubnetIds":{"shape":"S1f"},"clientToken":{"idempotencyToken":true},"id":{},"removeSecurityGroupIds":{"shape":"S1c"},"removeSubnetIds":{"shape":"S1f"}}},"output":{"type":"structure","members":{"UpdateVpcEndpointDetail":{"type":"structure","members":{"id":{},"lastModifiedDate":{"type":"long"},"name":{},"securityGroupIds":{"shape":"S1c"},"status":{},"subnetIds":{"shape":"S1f"}}}}},"idempotent":true}},"shapes":{"Sz":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policy":{"shape":"S11"},"policyVersion":{},"type":{}}},"S11":{"type":"structure","members":{},"document":true},"S1c":{"type":"list","member":{}},"S1f":{"type":"list","member":{}},"S1p":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policy":{"shape":"S11"},"policyVersion":{},"type":{}}},"S1s":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"S23":{"type":"structure","required":["metadata"],"members":{"groupAttribute":{},"metadata":{},"sessionTimeout":{"type":"integer"},"userAttribute":{}}},"S2a":{"type":"structure","members":{"configVersion":{},"createdDate":{"type":"long"},"description":{},"id":{},"lastModifiedDate":{"type":"long"},"samlOptions":{"shape":"S23"},"type":{}}},"S2f":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policy":{"shape":"S11"},"policyVersion":{},"type":{}}},"S31":{"type":"structure","members":{"capacityLimits":{"shape":"S32"}}},"S32":{"type":"structure","members":{"maxIndexingCapacityInOCU":{"type":"integer"},"maxSearchCapacityInOCU":{"type":"integer"}}}}}
|
63684
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2021-11-01","endpointPrefix":"aoss","jsonVersion":"1.0","protocol":"json","protocols":["json"],"serviceFullName":"OpenSearch Service Serverless","serviceId":"OpenSearchServerless","signatureVersion":"v4","signingName":"aoss","targetPrefix":"OpenSearchServerless","uid":"opensearchserverless-2021-11-01","auth":["aws.auth#sigv4"]},"operations":{"BatchGetCollection":{"input":{"type":"structure","members":{"ids":{"type":"list","member":{}},"names":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"collectionDetails":{"type":"list","member":{"type":"structure","members":{"arn":{},"collectionEndpoint":{},"createdDate":{"type":"long"},"dashboardEndpoint":{},"description":{},"failureCode":{},"failureMessage":{},"id":{},"kmsKeyArn":{},"lastModifiedDate":{"type":"long"},"name":{},"standbyReplicas":{},"status":{},"type":{}}}},"collectionErrorDetails":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"id":{},"name":{}}}}}}},"BatchGetEffectiveLifecyclePolicy":{"input":{"type":"structure","required":["resourceIdentifiers"],"members":{"resourceIdentifiers":{"type":"list","member":{"type":"structure","required":["resource","type"],"members":{"resource":{},"type":{}}}}}},"output":{"type":"structure","members":{"effectiveLifecyclePolicyDetails":{"type":"list","member":{"type":"structure","members":{"noMinRetentionPeriod":{"type":"boolean"},"policyName":{},"resource":{},"resourceType":{},"retentionPeriod":{},"type":{}}}},"effectiveLifecyclePolicyErrorDetails":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"resource":{},"type":{}}}}}}},"BatchGetLifecyclePolicy":{"input":{"type":"structure","required":["identifiers"],"members":{"identifiers":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}}}}},"output":{"type":"structure","members":{"lifecyclePolicyDetails":{"type":"list","member":{"shape":"Sz"}},"lifecyclePolicyErrorDetails":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"name":{},"type":{}}}}}}},"BatchGetVpcEndpoint":{"input":{"type":"structure","required":["ids"],"members":{"ids":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"vpcEndpointDetails":{"type":"list","member":{"type":"structure","members":{"createdDate":{"type":"long"},"failureCode":{},"failureMessage":{},"id":{},"name":{},"securityGroupIds":{"shape":"S1c"},"status":{},"subnetIds":{"shape":"S1f"},"vpcId":{}}}},"vpcEndpointErrorDetails":{"type":"list","member":{"type":"structure","members":{"errorCode":{},"errorMessage":{},"id":{}}}}}}},"CreateAccessPolicy":{"input":{"type":"structure","required":["name","policy","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"type":{}}},"output":{"type":"structure","members":{"accessPolicyDetail":{"shape":"S1p"}}},"idempotent":true},"CreateCollection":{"input":{"type":"structure","required":["name"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"standbyReplicas":{},"tags":{"shape":"S1s"},"type":{}}},"output":{"type":"structure","members":{"createCollectionDetail":{"type":"structure","members":{"arn":{},"createdDate":{"type":"long"},"description":{},"id":{},"kmsKeyArn":{},"lastModifiedDate":{"type":"long"},"name":{},"standbyReplicas":{},"status":{},"type":{}}}}},"idempotent":true},"CreateLifecyclePolicy":{"input":{"type":"structure","required":["name","policy","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"type":{}}},"output":{"type":"structure","members":{"lifecyclePolicyDetail":{"shape":"Sz"}}},"idempotent":true},"CreateSecurityConfig":{"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"samlOptions":{"shape":"S23"},"type":{}}},"output":{"type":"structure","members":{"securityConfigDetail":{"shape":"S2a"}}},"idempotent":true},"CreateSecurityPolicy":{"input":{"type":"structure","required":["name","policy","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"type":{}}},"output":{"type":"structure","members":{"securityPolicyDetail":{"shape":"S2f"}}},"idempotent":true},"CreateVpcEndpoint":{"input":{"type":"structure","required":["name","subnetIds","vpcId"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"securityGroupIds":{"shape":"S1c"},"subnetIds":{"shape":"S1f"},"vpcId":{}}},"output":{"type":"structure","members":{"createVpcEndpointDetail":{"type":"structure","members":{"id":{},"name":{},"status":{}}}}},"idempotent":true},"DeleteAccessPolicy":{"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"type":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteCollection":{"input":{"type":"structure","required":["id"],"members":{"clientToken":{"idempotencyToken":true},"id":{}}},"output":{"type":"structure","members":{"deleteCollectionDetail":{"type":"structure","members":{"id":{},"name":{},"status":{}}}}},"idempotent":true},"DeleteLifecyclePolicy":{"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"type":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSecurityConfig":{"input":{"type":"structure","required":["id"],"members":{"clientToken":{"idempotencyToken":true},"id":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSecurityPolicy":{"input":{"type":"structure","required":["name","type"],"members":{"clientToken":{"idempotencyToken":true},"name":{},"type":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteVpcEndpoint":{"input":{"type":"structure","required":["id"],"members":{"clientToken":{"idempotencyToken":true},"id":{}}},"output":{"type":"structure","members":{"deleteVpcEndpointDetail":{"type":"structure","members":{"id":{},"name":{},"status":{}}}}},"idempotent":true},"GetAccessPolicy":{"input":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}},"output":{"type":"structure","members":{"accessPolicyDetail":{"shape":"S1p"}}}},"GetAccountSettings":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"accountSettingsDetail":{"shape":"S31"}}}},"GetPoliciesStats":{"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"AccessPolicyStats":{"type":"structure","members":{"DataPolicyCount":{"type":"long"}}},"LifecyclePolicyStats":{"type":"structure","members":{"RetentionPolicyCount":{"type":"long"}}},"SecurityConfigStats":{"type":"structure","members":{"SamlConfigCount":{"type":"long"}}},"SecurityPolicyStats":{"type":"structure","members":{"EncryptionPolicyCount":{"type":"long"},"NetworkPolicyCount":{"type":"long"}}},"TotalPolicyCount":{"type":"long"}}}},"GetSecurityConfig":{"input":{"type":"structure","required":["id"],"members":{"id":{}}},"output":{"type":"structure","members":{"securityConfigDetail":{"shape":"S2a"}}}},"GetSecurityPolicy":{"input":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}},"output":{"type":"structure","members":{"securityPolicyDetail":{"shape":"S2f"}}}},"ListAccessPolicies":{"input":{"type":"structure","required":["type"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"resource":{"type":"list","member":{}},"type":{}}},"output":{"type":"structure","members":{"accessPolicySummaries":{"type":"list","member":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policyVersion":{},"type":{}}}},"nextToken":{}}}},"ListCollections":{"input":{"type":"structure","members":{"collectionFilters":{"type":"structure","members":{"name":{},"status":{}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"collectionSummaries":{"type":"list","member":{"type":"structure","members":{"arn":{},"id":{},"name":{},"status":{}}}},"nextToken":{}}}},"ListLifecyclePolicies":{"input":{"type":"structure","required":["type"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"resources":{"type":"list","member":{}},"type":{}}},"output":{"type":"structure","members":{"lifecyclePolicySummaries":{"type":"list","member":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policyVersion":{},"type":{}}}},"nextToken":{}}}},"ListSecurityConfigs":{"input":{"type":"structure","required":["type"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"type":{}}},"output":{"type":"structure","members":{"nextToken":{},"securityConfigSummaries":{"type":"list","member":{"type":"structure","members":{"configVersion":{},"createdDate":{"type":"long"},"description":{},"id":{},"lastModifiedDate":{"type":"long"},"type":{}}}}}}},"ListSecurityPolicies":{"input":{"type":"structure","required":["type"],"members":{"maxResults":{"type":"integer"},"nextToken":{},"resource":{"type":"list","member":{}},"type":{}}},"output":{"type":"structure","members":{"nextToken":{},"securityPolicySummaries":{"type":"list","member":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policyVersion":{},"type":{}}}}}}},"ListTagsForResource":{"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{}}},"output":{"type":"structure","members":{"tags":{"shape":"S1s"}}}},"ListVpcEndpoints":{"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"vpcEndpointFilters":{"type":"structure","members":{"status":{}}}}},"output":{"type":"structure","members":{"nextToken":{},"vpcEndpointSummaries":{"type":"list","member":{"type":"structure","members":{"id":{},"name":{},"status":{}}}}}}},"TagResource":{"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{},"tags":{"shape":"S1s"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{},"tagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateAccessPolicy":{"input":{"type":"structure","required":["name","policyVersion","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"policyVersion":{},"type":{}}},"output":{"type":"structure","members":{"accessPolicyDetail":{"shape":"S1p"}}},"idempotent":true},"UpdateAccountSettings":{"input":{"type":"structure","members":{"capacityLimits":{"shape":"S32"}}},"output":{"type":"structure","members":{"accountSettingsDetail":{"shape":"S31"}}}},"UpdateCollection":{"input":{"type":"structure","required":["id"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"id":{}}},"output":{"type":"structure","members":{"updateCollectionDetail":{"type":"structure","members":{"arn":{},"createdDate":{"type":"long"},"description":{},"id":{},"lastModifiedDate":{"type":"long"},"name":{},"status":{},"type":{}}}}},"idempotent":true},"UpdateLifecyclePolicy":{"input":{"type":"structure","required":["name","policyVersion","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"policyVersion":{},"type":{}}},"output":{"type":"structure","members":{"lifecyclePolicyDetail":{"shape":"Sz"}}},"idempotent":true},"UpdateSecurityConfig":{"input":{"type":"structure","required":["configVersion","id"],"members":{"clientToken":{"idempotencyToken":true},"configVersion":{},"description":{},"id":{},"samlOptions":{"shape":"S23"}}},"output":{"type":"structure","members":{"securityConfigDetail":{"shape":"S2a"}}},"idempotent":true},"UpdateSecurityPolicy":{"input":{"type":"structure","required":["name","policyVersion","type"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"name":{},"policy":{},"policyVersion":{},"type":{}}},"output":{"type":"structure","members":{"securityPolicyDetail":{"shape":"S2f"}}},"idempotent":true},"UpdateVpcEndpoint":{"input":{"type":"structure","required":["id"],"members":{"addSecurityGroupIds":{"shape":"S1c"},"addSubnetIds":{"shape":"S1f"},"clientToken":{"idempotencyToken":true},"id":{},"removeSecurityGroupIds":{"shape":"S1c"},"removeSubnetIds":{"shape":"S1f"}}},"output":{"type":"structure","members":{"UpdateVpcEndpointDetail":{"type":"structure","members":{"id":{},"lastModifiedDate":{"type":"long"},"name":{},"securityGroupIds":{"shape":"S1c"},"status":{},"subnetIds":{"shape":"S1f"}}}}},"idempotent":true}},"shapes":{"Sz":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policy":{"shape":"S11"},"policyVersion":{},"type":{}}},"S11":{"type":"structure","members":{},"document":true},"S1c":{"type":"list","member":{}},"S1f":{"type":"list","member":{}},"S1p":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policy":{"shape":"S11"},"policyVersion":{},"type":{}}},"S1s":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"S23":{"type":"structure","required":["metadata"],"members":{"groupAttribute":{},"metadata":{},"sessionTimeout":{"type":"integer"},"userAttribute":{}}},"S2a":{"type":"structure","members":{"configVersion":{},"createdDate":{"type":"long"},"description":{},"id":{},"lastModifiedDate":{"type":"long"},"samlOptions":{"shape":"S23"},"type":{}}},"S2f":{"type":"structure","members":{"createdDate":{"type":"long"},"description":{},"lastModifiedDate":{"type":"long"},"name":{},"policy":{"shape":"S11"},"policyVersion":{},"type":{}}},"S31":{"type":"structure","members":{"capacityLimits":{"shape":"S32"}}},"S32":{"type":"structure","members":{"maxIndexingCapacityInOCU":{"type":"integer"},"maxSearchCapacityInOCU":{"type":"integer"}}}}}
|
63685
63685
|
|
63686
63686
|
/***/ }),
|
63687
63687
|
/* 1235 */
|
@@ -64810,13 +64810,13 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
64810
64810
|
/* 1333 */
|
64811
64811
|
/***/ (function(module, exports) {
|
64812
64812
|
|
64813
|
-
module.exports = {"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":{"CreateEvaluationJob":{"http":{"requestUri":"/evaluation-jobs","responseCode":202},"input":{"type":"structure","required":["jobName","roleArn","evaluationConfig","inferenceConfig","outputDataConfig"],"members":{"jobName":{},"jobDescription":{"shape":"S3"},"clientRequestToken":{"idempotencyToken":true},"roleArn":{},"customerEncryptionKeyId":{},"jobTags":{"shape":"S7"},"evaluationConfig":{"shape":"Sb"},"inferenceConfig":{"shape":"Su"},"outputDataConfig":{"shape":"S10"}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateGuardrail":{"http":{"requestUri":"/guardrails","responseCode":202},"input":{"type":"structure","required":["name","blockedInputMessaging","blockedOutputsMessaging"],"members":{"name":{"shape":"S14"},"description":{"shape":"S15"},"topicPolicyConfig":{"shape":"S16"},"contentPolicyConfig":{"shape":"S1e"},"wordPolicyConfig":{"shape":"S1j"},"sensitiveInformationPolicyConfig":{"shape":"S1q"},"contextualGroundingPolicyConfig":{"shape":"S20"},"blockedInputMessaging":{"shape":"S25"},"blockedOutputsMessaging":{"shape":"S25"},"kmsKeyId":{},"tags":{"shape":"S7"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["guardrailId","guardrailArn","version","createdAt"],"members":{"guardrailId":{},"guardrailArn":{},"version":{},"createdAt":{"shape":"S2a"}}}},"CreateGuardrailVersion":{"http":{"requestUri":"/guardrails/{guardrailIdentifier}","responseCode":202},"input":{"type":"structure","required":["guardrailIdentifier"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"description":{"shape":"S15"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["guardrailId","version"],"members":{"guardrailId":{},"version":{}}}},"CreateModelCopyJob":{"http":{"requestUri":"/model-copy-jobs","responseCode":201},"input":{"type":"structure","required":["sourceModelArn","targetModelName"],"members":{"sourceModelArn":{},"targetModelName":{},"modelKmsKeyId":{},"targetModelTags":{"shape":"S7"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateModelCustomizationJob":{"http":{"requestUri":"/model-customization-jobs","responseCode":201},"input":{"type":"structure","required":["jobName","customModelName","roleArn","baseModelIdentifier","trainingDataConfig","outputDataConfig","hyperParameters"],"members":{"jobName":{},"customModelName":{},"roleArn":{},"clientRequestToken":{"idempotencyToken":true},"baseModelIdentifier":{},"customizationType":{},"customModelKmsKeyId":{},"jobTags":{"shape":"S7"},"customModelTags":{"shape":"S7"},"trainingDataConfig":{"shape":"S2o"},"validationDataConfig":{"shape":"S2p"},"outputDataConfig":{"shape":"S2s"},"hyperParameters":{"shape":"S2t"},"vpcConfig":{"shape":"S2v"}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateProvisionedModelThroughput":{"http":{"requestUri":"/provisioned-model-throughput","responseCode":201},"input":{"type":"structure","required":["modelUnits","provisionedModelName","modelId"],"members":{"clientRequestToken":{"idempotencyToken":true},"modelUnits":{"type":"integer"},"provisionedModelName":{},"modelId":{},"commitmentDuration":{},"tags":{"shape":"S7"}}},"output":{"type":"structure","required":["provisionedModelArn"],"members":{"provisionedModelArn":{}}},"idempotent":true},"DeleteCustomModel":{"http":{"method":"DELETE","requestUri":"/custom-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteGuardrail":{"http":{"method":"DELETE","requestUri":"/guardrails/{guardrailIdentifier}","responseCode":202},"input":{"type":"structure","required":["guardrailIdentifier"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"guardrailVersion":{"location":"querystring","locationName":"guardrailVersion"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteModelInvocationLoggingConfiguration":{"http":{"method":"DELETE","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProvisionedModelThroughput":{"http":{"method":"DELETE","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetCustomModel":{"http":{"method":"GET","requestUri":"/custom-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","required":["modelArn","modelName","jobArn","baseModelArn","trainingDataConfig","outputDataConfig","creationTime"],"members":{"modelArn":{},"modelName":{},"jobName":{},"jobArn":{},"baseModelArn":{},"customizationType":{},"modelKmsKeyArn":{},"hyperParameters":{"shape":"S2t"},"trainingDataConfig":{"shape":"S2o"},"validationDataConfig":{"shape":"S2p"},"outputDataConfig":{"shape":"S2s"},"trainingMetrics":{"shape":"S3l"},"validationMetrics":{"shape":"S3n"},"creationTime":{"shape":"S2a"}}}},"GetEvaluationJob":{"http":{"method":"GET","requestUri":"/evaluation-jobs/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"shape":"S3q","location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","required":["jobName","status","jobArn","roleArn","jobType","evaluationConfig","inferenceConfig","outputDataConfig","creationTime"],"members":{"jobName":{},"status":{},"jobArn":{},"jobDescription":{"shape":"S3"},"roleArn":{},"customerEncryptionKeyId":{},"jobType":{},"evaluationConfig":{"shape":"Sb"},"inferenceConfig":{"shape":"Su"},"outputDataConfig":{"shape":"S10"},"creationTime":{"shape":"S2a"},"lastModifiedTime":{"shape":"S2a"},"failureMessages":{"type":"list","member":{}}}}},"GetFoundationModel":{"http":{"method":"GET","requestUri":"/foundation-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{"modelDetails":{"type":"structure","required":["modelArn","modelId"],"members":{"modelArn":{},"modelId":{},"modelName":{},"providerName":{},"inputModalities":{"shape":"S42"},"outputModalities":{"shape":"S42"},"responseStreamingSupported":{"type":"boolean"},"customizationsSupported":{"shape":"S45"},"inferenceTypesSupported":{"shape":"S47"},"modelLifecycle":{"shape":"S49"}}}}}},"GetGuardrail":{"http":{"method":"GET","requestUri":"/guardrails/{guardrailIdentifier}","responseCode":200},"input":{"type":"structure","required":["guardrailIdentifier"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"guardrailVersion":{"location":"querystring","locationName":"guardrailVersion"}}},"output":{"type":"structure","required":["name","guardrailId","guardrailArn","version","status","createdAt","updatedAt","blockedInputMessaging","blockedOutputsMessaging"],"members":{"name":{"shape":"S14"},"description":{"shape":"S15"},"guardrailId":{},"guardrailArn":{},"version":{},"status":{},"topicPolicy":{"type":"structure","required":["topics"],"members":{"topics":{"type":"list","member":{"type":"structure","required":["name","definition"],"members":{"name":{"shape":"S19"},"definition":{"shape":"S1a"},"examples":{"shape":"S1b"},"type":{}}}}}},"contentPolicy":{"type":"structure","members":{"filters":{"type":"list","member":{"type":"structure","required":["type","inputStrength","outputStrength"],"members":{"type":{},"inputStrength":{},"outputStrength":{}}}}}},"wordPolicy":{"type":"structure","members":{"words":{"type":"list","member":{"type":"structure","required":["text"],"members":{"text":{}}}},"managedWordLists":{"type":"list","member":{"type":"structure","required":["type"],"members":{"type":{}}}}}},"sensitiveInformationPolicy":{"type":"structure","members":{"piiEntities":{"type":"list","member":{"type":"structure","required":["type","action"],"members":{"type":{},"action":{}}}},"regexes":{"type":"list","member":{"type":"structure","required":["name","pattern","action"],"members":{"name":{},"description":{},"pattern":{},"action":{}}}}}},"contextualGroundingPolicy":{"type":"structure","required":["filters"],"members":{"filters":{"type":"list","member":{"type":"structure","required":["type","threshold"],"members":{"type":{},"threshold":{"type":"double"}}}}}},"createdAt":{"shape":"S2a"},"updatedAt":{"shape":"S2a"},"statusReasons":{"type":"list","member":{"type":"string","sensitive":true}},"failureRecommendations":{"type":"list","member":{"type":"string","sensitive":true}},"blockedInputMessaging":{"shape":"S25"},"blockedOutputsMessaging":{"shape":"S25"},"kmsKeyArn":{}}}},"GetModelCopyJob":{"http":{"method":"GET","requestUri":"/model-copy-jobs/{jobArn}","responseCode":200},"input":{"type":"structure","required":["jobArn"],"members":{"jobArn":{"location":"uri","locationName":"jobArn"}}},"output":{"type":"structure","required":["jobArn","status","creationTime","targetModelArn","sourceAccountId","sourceModelArn"],"members":{"jobArn":{},"status":{},"creationTime":{"shape":"S2a"},"targetModelArn":{},"targetModelName":{},"sourceAccountId":{},"sourceModelArn":{},"targetModelKmsKeyArn":{},"targetModelTags":{"shape":"S7"},"failureMessage":{},"sourceModelName":{}}}},"GetModelCustomizationJob":{"http":{"method":"GET","requestUri":"/model-customization-jobs/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","required":["jobArn","jobName","outputModelName","roleArn","creationTime","baseModelArn","hyperParameters","trainingDataConfig","validationDataConfig","outputDataConfig"],"members":{"jobArn":{},"jobName":{},"outputModelName":{},"outputModelArn":{},"clientRequestToken":{},"roleArn":{},"status":{},"failureMessage":{},"creationTime":{"shape":"S2a"},"lastModifiedTime":{"shape":"S2a"},"endTime":{"shape":"S2a"},"baseModelArn":{},"hyperParameters":{"shape":"S2t"},"trainingDataConfig":{"shape":"S2o"},"validationDataConfig":{"shape":"S2p"},"outputDataConfig":{"shape":"S2s"},"customizationType":{},"outputModelKmsKeyArn":{},"trainingMetrics":{"shape":"S3l"},"validationMetrics":{"shape":"S3n"},"vpcConfig":{"shape":"S2v"}}}},"GetModelInvocationLoggingConfiguration":{"http":{"method":"GET","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"loggingConfig":{"shape":"S5i"}}}},"GetProvisionedModelThroughput":{"http":{"method":"GET","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"}}},"output":{"type":"structure","required":["modelUnits","desiredModelUnits","provisionedModelName","provisionedModelArn","modelArn","desiredModelArn","foundationModelArn","status","creationTime","lastModifiedTime"],"members":{"modelUnits":{"type":"integer"},"desiredModelUnits":{"type":"integer"},"provisionedModelName":{},"provisionedModelArn":{},"modelArn":{},"desiredModelArn":{},"foundationModelArn":{},"status":{},"creationTime":{"shape":"S2a"},"lastModifiedTime":{"shape":"S2a"},"failureMessage":{},"commitmentDuration":{},"commitmentExpirationTime":{"shape":"S2a"}}}},"ListCustomModels":{"http":{"method":"GET","requestUri":"/custom-models","responseCode":200},"input":{"type":"structure","members":{"creationTimeBefore":{"shape":"S2a","location":"querystring","locationName":"creationTimeBefore"},"creationTimeAfter":{"shape":"S2a","location":"querystring","locationName":"creationTimeAfter"},"nameContains":{"location":"querystring","locationName":"nameContains"},"baseModelArnEquals":{"location":"querystring","locationName":"baseModelArnEquals"},"foundationModelArnEquals":{"location":"querystring","locationName":"foundationModelArnEquals"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"isOwned":{"location":"querystring","locationName":"isOwned","type":"boolean"}}},"output":{"type":"structure","members":{"nextToken":{},"modelSummaries":{"type":"list","member":{"type":"structure","required":["modelArn","modelName","creationTime","baseModelArn","baseModelName"],"members":{"modelArn":{},"modelName":{},"creationTime":{"shape":"S2a"},"baseModelArn":{},"baseModelName":{},"customizationType":{},"ownerAccountId":{}}}}}}},"ListEvaluationJobs":{"http":{"method":"GET","requestUri":"/evaluation-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2a","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2a","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"jobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","jobName","status","creationTime","jobType","evaluationTaskTypes","modelIdentifiers"],"members":{"jobArn":{},"jobName":{},"status":{},"creationTime":{"shape":"S2a"},"jobType":{},"evaluationTaskTypes":{"type":"list","member":{}},"modelIdentifiers":{"type":"list","member":{}}}}}}}},"ListFoundationModels":{"http":{"method":"GET","requestUri":"/foundation-models","responseCode":200},"input":{"type":"structure","members":{"byProvider":{"location":"querystring","locationName":"byProvider"},"byCustomizationType":{"location":"querystring","locationName":"byCustomizationType"},"byOutputModality":{"location":"querystring","locationName":"byOutputModality"},"byInferenceType":{"location":"querystring","locationName":"byInferenceType"}}},"output":{"type":"structure","members":{"modelSummaries":{"type":"list","member":{"type":"structure","required":["modelArn","modelId"],"members":{"modelArn":{},"modelId":{},"modelName":{},"providerName":{},"inputModalities":{"shape":"S42"},"outputModalities":{"shape":"S42"},"responseStreamingSupported":{"type":"boolean"},"customizationsSupported":{"shape":"S45"},"inferenceTypesSupported":{"shape":"S47"},"modelLifecycle":{"shape":"S49"}}}}}}},"ListGuardrails":{"http":{"method":"GET","requestUri":"/guardrails","responseCode":200},"input":{"type":"structure","members":{"guardrailIdentifier":{"location":"querystring","locationName":"guardrailIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["guardrails"],"members":{"guardrails":{"type":"list","member":{"type":"structure","required":["id","arn","status","name","version","createdAt","updatedAt"],"members":{"id":{},"arn":{},"status":{},"name":{"shape":"S14"},"description":{"shape":"S15"},"version":{},"createdAt":{"shape":"S2a"},"updatedAt":{"shape":"S2a"}}}},"nextToken":{}}}},"ListModelCopyJobs":{"http":{"method":"GET","requestUri":"/model-copy-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2a","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2a","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"sourceAccountEquals":{"location":"querystring","locationName":"sourceAccountEquals"},"sourceModelArnEquals":{"location":"querystring","locationName":"sourceModelArnEquals"},"targetModelNameContains":{"location":"querystring","locationName":"outputModelNameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelCopyJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","status","creationTime","targetModelArn","sourceAccountId","sourceModelArn"],"members":{"jobArn":{},"status":{},"creationTime":{"shape":"S2a"},"targetModelArn":{},"targetModelName":{},"sourceAccountId":{},"sourceModelArn":{},"targetModelKmsKeyArn":{},"targetModelTags":{"shape":"S7"},"failureMessage":{},"sourceModelName":{}}}}}}},"ListModelCustomizationJobs":{"http":{"method":"GET","requestUri":"/model-customization-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2a","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2a","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelCustomizationJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","baseModelArn","jobName","status","creationTime"],"members":{"jobArn":{},"baseModelArn":{},"jobName":{},"status":{},"lastModifiedTime":{"shape":"S2a"},"creationTime":{"shape":"S2a"},"endTime":{"shape":"S2a"},"customModelArn":{},"customModelName":{},"customizationType":{}}}}}}},"ListProvisionedModelThroughputs":{"http":{"method":"GET","requestUri":"/provisioned-model-throughputs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2a","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2a","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"modelArnEquals":{"location":"querystring","locationName":"modelArnEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"provisionedModelSummaries":{"type":"list","member":{"type":"structure","required":["provisionedModelName","provisionedModelArn","modelArn","desiredModelArn","foundationModelArn","modelUnits","desiredModelUnits","status","creationTime","lastModifiedTime"],"members":{"provisionedModelName":{},"provisionedModelArn":{},"modelArn":{},"desiredModelArn":{},"foundationModelArn":{},"modelUnits":{"type":"integer"},"desiredModelUnits":{"type":"integer"},"status":{},"commitmentDuration":{},"commitmentExpirationTime":{"shape":"S2a"},"creationTime":{"shape":"S2a"},"lastModifiedTime":{"shape":"S2a"}}}}}}},"ListTagsForResource":{"http":{"requestUri":"/listTagsForResource","responseCode":200},"input":{"type":"structure","required":["resourceARN"],"members":{"resourceARN":{}}},"output":{"type":"structure","members":{"tags":{"shape":"S7"}}}},"PutModelInvocationLoggingConfiguration":{"http":{"method":"PUT","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","required":["loggingConfig"],"members":{"loggingConfig":{"shape":"S5i"}}},"output":{"type":"structure","members":{}},"idempotent":true},"StopEvaluationJob":{"http":{"requestUri":"/evaluation-job/{jobIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"shape":"S3q","location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{}}},"StopModelCustomizationJob":{"http":{"requestUri":"/model-customization-jobs/{jobIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tagResource","responseCode":200},"input":{"type":"structure","required":["resourceARN","tags"],"members":{"resourceARN":{},"tags":{"shape":"S7"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"requestUri":"/untagResource","responseCode":200},"input":{"type":"structure","required":["resourceARN","tagKeys"],"members":{"resourceARN":{},"tagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateGuardrail":{"http":{"method":"PUT","requestUri":"/guardrails/{guardrailIdentifier}","responseCode":202},"input":{"type":"structure","required":["guardrailIdentifier","name","blockedInputMessaging","blockedOutputsMessaging"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"name":{"shape":"S14"},"description":{"shape":"S15"},"topicPolicyConfig":{"shape":"S16"},"contentPolicyConfig":{"shape":"S1e"},"wordPolicyConfig":{"shape":"S1j"},"sensitiveInformationPolicyConfig":{"shape":"S1q"},"contextualGroundingPolicyConfig":{"shape":"S20"},"blockedInputMessaging":{"shape":"S25"},"blockedOutputsMessaging":{"shape":"S25"},"kmsKeyId":{}}},"output":{"type":"structure","required":["guardrailId","guardrailArn","version","updatedAt"],"members":{"guardrailId":{},"guardrailArn":{},"version":{},"updatedAt":{"shape":"S2a"}}},"idempotent":true},"UpdateProvisionedModelThroughput":{"http":{"method":"PATCH","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"},"desiredProvisionedModelName":{},"desiredModelId":{}}},"output":{"type":"structure","members":{}},"idempotent":true}},"shapes":{"S3":{"type":"string","sensitive":true},"S7":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"Sb":{"type":"structure","members":{"automated":{"type":"structure","required":["datasetMetricConfigs"],"members":{"datasetMetricConfigs":{"shape":"Sd"}}},"human":{"type":"structure","required":["datasetMetricConfigs"],"members":{"humanWorkflowConfig":{"type":"structure","required":["flowDefinitionArn"],"members":{"flowDefinitionArn":{},"instructions":{"type":"string","sensitive":true}}},"customMetrics":{"type":"list","member":{"type":"structure","required":["name","ratingMethod"],"members":{"name":{"shape":"Sl"},"description":{"type":"string","sensitive":true},"ratingMethod":{}}}},"datasetMetricConfigs":{"shape":"Sd"}}}},"union":true},"Sd":{"type":"list","member":{"type":"structure","required":["taskType","dataset","metricNames"],"members":{"taskType":{},"dataset":{"type":"structure","required":["name"],"members":{"name":{"type":"string","sensitive":true},"datasetLocation":{"type":"structure","members":{"s3Uri":{}},"union":true}}},"metricNames":{"type":"list","member":{"shape":"Sl"}}}}},"Sl":{"type":"string","sensitive":true},"Su":{"type":"structure","members":{"models":{"type":"list","member":{"type":"structure","members":{"bedrockModel":{"type":"structure","required":["modelIdentifier","inferenceParams"],"members":{"modelIdentifier":{},"inferenceParams":{"type":"string","sensitive":true}}}},"union":true}}},"union":true},"S10":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"S14":{"type":"string","sensitive":true},"S15":{"type":"string","sensitive":true},"S16":{"type":"structure","required":["topicsConfig"],"members":{"topicsConfig":{"type":"list","member":{"type":"structure","required":["name","definition","type"],"members":{"name":{"shape":"S19"},"definition":{"shape":"S1a"},"examples":{"shape":"S1b"},"type":{}}}}}},"S19":{"type":"string","sensitive":true},"S1a":{"type":"string","sensitive":true},"S1b":{"type":"list","member":{"type":"string","sensitive":true}},"S1e":{"type":"structure","required":["filtersConfig"],"members":{"filtersConfig":{"type":"list","member":{"type":"structure","required":["type","inputStrength","outputStrength"],"members":{"type":{},"inputStrength":{},"outputStrength":{}}}}}},"S1j":{"type":"structure","members":{"wordsConfig":{"type":"list","member":{"type":"structure","required":["text"],"members":{"text":{}}}},"managedWordListsConfig":{"type":"list","member":{"type":"structure","required":["type"],"members":{"type":{}}}}}},"S1q":{"type":"structure","members":{"piiEntitiesConfig":{"type":"list","member":{"type":"structure","required":["type","action"],"members":{"type":{},"action":{}}}},"regexesConfig":{"type":"list","member":{"type":"structure","required":["name","pattern","action"],"members":{"name":{},"description":{},"pattern":{},"action":{}}}}}},"S20":{"type":"structure","required":["filtersConfig"],"members":{"filtersConfig":{"type":"list","member":{"type":"structure","required":["type","threshold"],"members":{"type":{},"threshold":{"type":"double"}}}}}},"S25":{"type":"string","sensitive":true},"S2a":{"type":"timestamp","timestampFormat":"iso8601"},"S2o":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"S2p":{"type":"structure","required":["validators"],"members":{"validators":{"type":"list","member":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}}}}},"S2s":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"S2t":{"type":"map","key":{},"value":{}},"S2v":{"type":"structure","required":["subnetIds","securityGroupIds"],"members":{"subnetIds":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}}}},"S3l":{"type":"structure","members":{"trainingLoss":{"type":"float"}}},"S3n":{"type":"list","member":{"type":"structure","members":{"validationLoss":{"type":"float"}}}},"S3q":{"type":"string","sensitive":true},"S42":{"type":"list","member":{}},"S45":{"type":"list","member":{}},"S47":{"type":"list","member":{}},"S49":{"type":"structure","required":["status"],"members":{"status":{}}},"S5i":{"type":"structure","members":{"cloudWatchConfig":{"type":"structure","required":["logGroupName","roleArn"],"members":{"logGroupName":{},"roleArn":{},"largeDataDeliveryS3Config":{"shape":"S5l"}}},"s3Config":{"shape":"S5l"},"textDataDeliveryEnabled":{"type":"boolean"},"imageDataDeliveryEnabled":{"type":"boolean"},"embeddingDataDeliveryEnabled":{"type":"boolean"}}},"S5l":{"type":"structure","required":["bucketName"],"members":{"bucketName":{},"keyPrefix":{}}}}}
|
64813
|
+
module.exports = {"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":{"CreateEvaluationJob":{"http":{"requestUri":"/evaluation-jobs","responseCode":202},"input":{"type":"structure","required":["jobName","roleArn","evaluationConfig","inferenceConfig","outputDataConfig"],"members":{"jobName":{},"jobDescription":{"shape":"S3"},"clientRequestToken":{"idempotencyToken":true},"roleArn":{},"customerEncryptionKeyId":{},"jobTags":{"shape":"S7"},"evaluationConfig":{"shape":"Sb"},"inferenceConfig":{"shape":"Su"},"outputDataConfig":{"shape":"S10"}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateGuardrail":{"http":{"requestUri":"/guardrails","responseCode":202},"input":{"type":"structure","required":["name","blockedInputMessaging","blockedOutputsMessaging"],"members":{"name":{"shape":"S14"},"description":{"shape":"S15"},"topicPolicyConfig":{"shape":"S16"},"contentPolicyConfig":{"shape":"S1e"},"wordPolicyConfig":{"shape":"S1j"},"sensitiveInformationPolicyConfig":{"shape":"S1q"},"contextualGroundingPolicyConfig":{"shape":"S20"},"blockedInputMessaging":{"shape":"S25"},"blockedOutputsMessaging":{"shape":"S25"},"kmsKeyId":{},"tags":{"shape":"S7"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["guardrailId","guardrailArn","version","createdAt"],"members":{"guardrailId":{},"guardrailArn":{},"version":{},"createdAt":{"shape":"S2a"}}}},"CreateGuardrailVersion":{"http":{"requestUri":"/guardrails/{guardrailIdentifier}","responseCode":202},"input":{"type":"structure","required":["guardrailIdentifier"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"description":{"shape":"S15"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["guardrailId","version"],"members":{"guardrailId":{},"version":{}}}},"CreateModelCopyJob":{"http":{"requestUri":"/model-copy-jobs","responseCode":201},"input":{"type":"structure","required":["sourceModelArn","targetModelName"],"members":{"sourceModelArn":{},"targetModelName":{},"modelKmsKeyId":{},"targetModelTags":{"shape":"S7"},"clientRequestToken":{"idempotencyToken":true}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateModelCustomizationJob":{"http":{"requestUri":"/model-customization-jobs","responseCode":201},"input":{"type":"structure","required":["jobName","customModelName","roleArn","baseModelIdentifier","trainingDataConfig","outputDataConfig","hyperParameters"],"members":{"jobName":{},"customModelName":{},"roleArn":{},"clientRequestToken":{"idempotencyToken":true},"baseModelIdentifier":{},"customizationType":{},"customModelKmsKeyId":{},"jobTags":{"shape":"S7"},"customModelTags":{"shape":"S7"},"trainingDataConfig":{"shape":"S2o"},"validationDataConfig":{"shape":"S2p"},"outputDataConfig":{"shape":"S2s"},"hyperParameters":{"shape":"S2t"},"vpcConfig":{"shape":"S2v"}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateModelInvocationJob":{"http":{"requestUri":"/model-invocation-job","responseCode":200},"input":{"type":"structure","required":["jobName","roleArn","modelId","inputDataConfig","outputDataConfig"],"members":{"jobName":{},"roleArn":{},"clientRequestToken":{"idempotencyToken":true},"modelId":{},"inputDataConfig":{"shape":"S36"},"outputDataConfig":{"shape":"S39"},"timeoutDurationInHours":{"type":"integer"},"tags":{"shape":"S7"}}},"output":{"type":"structure","required":["jobArn"],"members":{"jobArn":{}}},"idempotent":true},"CreateProvisionedModelThroughput":{"http":{"requestUri":"/provisioned-model-throughput","responseCode":201},"input":{"type":"structure","required":["modelUnits","provisionedModelName","modelId"],"members":{"clientRequestToken":{"idempotencyToken":true},"modelUnits":{"type":"integer"},"provisionedModelName":{},"modelId":{},"commitmentDuration":{},"tags":{"shape":"S7"}}},"output":{"type":"structure","required":["provisionedModelArn"],"members":{"provisionedModelArn":{}}},"idempotent":true},"DeleteCustomModel":{"http":{"method":"DELETE","requestUri":"/custom-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteGuardrail":{"http":{"method":"DELETE","requestUri":"/guardrails/{guardrailIdentifier}","responseCode":202},"input":{"type":"structure","required":["guardrailIdentifier"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"guardrailVersion":{"location":"querystring","locationName":"guardrailVersion"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteModelInvocationLoggingConfiguration":{"http":{"method":"DELETE","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteProvisionedModelThroughput":{"http":{"method":"DELETE","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetCustomModel":{"http":{"method":"GET","requestUri":"/custom-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","required":["modelArn","modelName","jobArn","baseModelArn","trainingDataConfig","outputDataConfig","creationTime"],"members":{"modelArn":{},"modelName":{},"jobName":{},"jobArn":{},"baseModelArn":{},"customizationType":{},"modelKmsKeyArn":{},"hyperParameters":{"shape":"S2t"},"trainingDataConfig":{"shape":"S2o"},"validationDataConfig":{"shape":"S2p"},"outputDataConfig":{"shape":"S2s"},"trainingMetrics":{"shape":"S3x"},"validationMetrics":{"shape":"S3z"},"creationTime":{"shape":"S2a"}}}},"GetEvaluationJob":{"http":{"method":"GET","requestUri":"/evaluation-jobs/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"shape":"S42","location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","required":["jobName","status","jobArn","roleArn","jobType","evaluationConfig","inferenceConfig","outputDataConfig","creationTime"],"members":{"jobName":{},"status":{},"jobArn":{},"jobDescription":{"shape":"S3"},"roleArn":{},"customerEncryptionKeyId":{},"jobType":{},"evaluationConfig":{"shape":"Sb"},"inferenceConfig":{"shape":"Su"},"outputDataConfig":{"shape":"S10"},"creationTime":{"shape":"S2a"},"lastModifiedTime":{"shape":"S2a"},"failureMessages":{"type":"list","member":{}}}}},"GetFoundationModel":{"http":{"method":"GET","requestUri":"/foundation-models/{modelIdentifier}","responseCode":200},"input":{"type":"structure","required":["modelIdentifier"],"members":{"modelIdentifier":{"location":"uri","locationName":"modelIdentifier"}}},"output":{"type":"structure","members":{"modelDetails":{"type":"structure","required":["modelArn","modelId"],"members":{"modelArn":{},"modelId":{},"modelName":{},"providerName":{},"inputModalities":{"shape":"S4e"},"outputModalities":{"shape":"S4e"},"responseStreamingSupported":{"type":"boolean"},"customizationsSupported":{"shape":"S4h"},"inferenceTypesSupported":{"shape":"S4j"},"modelLifecycle":{"shape":"S4l"}}}}}},"GetGuardrail":{"http":{"method":"GET","requestUri":"/guardrails/{guardrailIdentifier}","responseCode":200},"input":{"type":"structure","required":["guardrailIdentifier"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"guardrailVersion":{"location":"querystring","locationName":"guardrailVersion"}}},"output":{"type":"structure","required":["name","guardrailId","guardrailArn","version","status","createdAt","updatedAt","blockedInputMessaging","blockedOutputsMessaging"],"members":{"name":{"shape":"S14"},"description":{"shape":"S15"},"guardrailId":{},"guardrailArn":{},"version":{},"status":{},"topicPolicy":{"type":"structure","required":["topics"],"members":{"topics":{"type":"list","member":{"type":"structure","required":["name","definition"],"members":{"name":{"shape":"S19"},"definition":{"shape":"S1a"},"examples":{"shape":"S1b"},"type":{}}}}}},"contentPolicy":{"type":"structure","members":{"filters":{"type":"list","member":{"type":"structure","required":["type","inputStrength","outputStrength"],"members":{"type":{},"inputStrength":{},"outputStrength":{}}}}}},"wordPolicy":{"type":"structure","members":{"words":{"type":"list","member":{"type":"structure","required":["text"],"members":{"text":{}}}},"managedWordLists":{"type":"list","member":{"type":"structure","required":["type"],"members":{"type":{}}}}}},"sensitiveInformationPolicy":{"type":"structure","members":{"piiEntities":{"type":"list","member":{"type":"structure","required":["type","action"],"members":{"type":{},"action":{}}}},"regexes":{"type":"list","member":{"type":"structure","required":["name","pattern","action"],"members":{"name":{},"description":{},"pattern":{},"action":{}}}}}},"contextualGroundingPolicy":{"type":"structure","required":["filters"],"members":{"filters":{"type":"list","member":{"type":"structure","required":["type","threshold"],"members":{"type":{},"threshold":{"type":"double"}}}}}},"createdAt":{"shape":"S2a"},"updatedAt":{"shape":"S2a"},"statusReasons":{"type":"list","member":{"type":"string","sensitive":true}},"failureRecommendations":{"type":"list","member":{"type":"string","sensitive":true}},"blockedInputMessaging":{"shape":"S25"},"blockedOutputsMessaging":{"shape":"S25"},"kmsKeyArn":{}}}},"GetModelCopyJob":{"http":{"method":"GET","requestUri":"/model-copy-jobs/{jobArn}","responseCode":200},"input":{"type":"structure","required":["jobArn"],"members":{"jobArn":{"location":"uri","locationName":"jobArn"}}},"output":{"type":"structure","required":["jobArn","status","creationTime","targetModelArn","sourceAccountId","sourceModelArn"],"members":{"jobArn":{},"status":{},"creationTime":{"shape":"S2a"},"targetModelArn":{},"targetModelName":{},"sourceAccountId":{},"sourceModelArn":{},"targetModelKmsKeyArn":{},"targetModelTags":{"shape":"S7"},"failureMessage":{},"sourceModelName":{}}}},"GetModelCustomizationJob":{"http":{"method":"GET","requestUri":"/model-customization-jobs/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","required":["jobArn","jobName","outputModelName","roleArn","creationTime","baseModelArn","hyperParameters","trainingDataConfig","validationDataConfig","outputDataConfig"],"members":{"jobArn":{},"jobName":{},"outputModelName":{},"outputModelArn":{},"clientRequestToken":{},"roleArn":{},"status":{},"failureMessage":{},"creationTime":{"shape":"S2a"},"lastModifiedTime":{"shape":"S2a"},"endTime":{"shape":"S2a"},"baseModelArn":{},"hyperParameters":{"shape":"S2t"},"trainingDataConfig":{"shape":"S2o"},"validationDataConfig":{"shape":"S2p"},"outputDataConfig":{"shape":"S2s"},"customizationType":{},"outputModelKmsKeyArn":{},"trainingMetrics":{"shape":"S3x"},"validationMetrics":{"shape":"S3z"},"vpcConfig":{"shape":"S2v"}}}},"GetModelInvocationJob":{"http":{"method":"GET","requestUri":"/model-invocation-job/{jobIdentifier}","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","required":["jobArn","modelId","roleArn","submitTime","inputDataConfig","outputDataConfig"],"members":{"jobArn":{},"jobName":{},"modelId":{},"clientRequestToken":{},"roleArn":{},"status":{},"message":{"shape":"S5w"},"submitTime":{"shape":"S2a"},"lastModifiedTime":{"shape":"S2a"},"endTime":{"shape":"S2a"},"inputDataConfig":{"shape":"S36"},"outputDataConfig":{"shape":"S39"},"timeoutDurationInHours":{"type":"integer"},"jobExpirationTime":{"shape":"S2a"}}}},"GetModelInvocationLoggingConfiguration":{"http":{"method":"GET","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"loggingConfig":{"shape":"S5z"}}}},"GetProvisionedModelThroughput":{"http":{"method":"GET","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"}}},"output":{"type":"structure","required":["modelUnits","desiredModelUnits","provisionedModelName","provisionedModelArn","modelArn","desiredModelArn","foundationModelArn","status","creationTime","lastModifiedTime"],"members":{"modelUnits":{"type":"integer"},"desiredModelUnits":{"type":"integer"},"provisionedModelName":{},"provisionedModelArn":{},"modelArn":{},"desiredModelArn":{},"foundationModelArn":{},"status":{},"creationTime":{"shape":"S2a"},"lastModifiedTime":{"shape":"S2a"},"failureMessage":{},"commitmentDuration":{},"commitmentExpirationTime":{"shape":"S2a"}}}},"ListCustomModels":{"http":{"method":"GET","requestUri":"/custom-models","responseCode":200},"input":{"type":"structure","members":{"creationTimeBefore":{"shape":"S2a","location":"querystring","locationName":"creationTimeBefore"},"creationTimeAfter":{"shape":"S2a","location":"querystring","locationName":"creationTimeAfter"},"nameContains":{"location":"querystring","locationName":"nameContains"},"baseModelArnEquals":{"location":"querystring","locationName":"baseModelArnEquals"},"foundationModelArnEquals":{"location":"querystring","locationName":"foundationModelArnEquals"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"},"isOwned":{"location":"querystring","locationName":"isOwned","type":"boolean"}}},"output":{"type":"structure","members":{"nextToken":{},"modelSummaries":{"type":"list","member":{"type":"structure","required":["modelArn","modelName","creationTime","baseModelArn","baseModelName"],"members":{"modelArn":{},"modelName":{},"creationTime":{"shape":"S2a"},"baseModelArn":{},"baseModelName":{},"customizationType":{},"ownerAccountId":{}}}}}}},"ListEvaluationJobs":{"http":{"method":"GET","requestUri":"/evaluation-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2a","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2a","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"jobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","jobName","status","creationTime","jobType","evaluationTaskTypes","modelIdentifiers"],"members":{"jobArn":{},"jobName":{},"status":{},"creationTime":{"shape":"S2a"},"jobType":{},"evaluationTaskTypes":{"type":"list","member":{}},"modelIdentifiers":{"type":"list","member":{}}}}}}}},"ListFoundationModels":{"http":{"method":"GET","requestUri":"/foundation-models","responseCode":200},"input":{"type":"structure","members":{"byProvider":{"location":"querystring","locationName":"byProvider"},"byCustomizationType":{"location":"querystring","locationName":"byCustomizationType"},"byOutputModality":{"location":"querystring","locationName":"byOutputModality"},"byInferenceType":{"location":"querystring","locationName":"byInferenceType"}}},"output":{"type":"structure","members":{"modelSummaries":{"type":"list","member":{"type":"structure","required":["modelArn","modelId"],"members":{"modelArn":{},"modelId":{},"modelName":{},"providerName":{},"inputModalities":{"shape":"S4e"},"outputModalities":{"shape":"S4e"},"responseStreamingSupported":{"type":"boolean"},"customizationsSupported":{"shape":"S4h"},"inferenceTypesSupported":{"shape":"S4j"},"modelLifecycle":{"shape":"S4l"}}}}}}},"ListGuardrails":{"http":{"method":"GET","requestUri":"/guardrails","responseCode":200},"input":{"type":"structure","members":{"guardrailIdentifier":{"location":"querystring","locationName":"guardrailIdentifier"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["guardrails"],"members":{"guardrails":{"type":"list","member":{"type":"structure","required":["id","arn","status","name","version","createdAt","updatedAt"],"members":{"id":{},"arn":{},"status":{},"name":{"shape":"S14"},"description":{"shape":"S15"},"version":{},"createdAt":{"shape":"S2a"},"updatedAt":{"shape":"S2a"}}}},"nextToken":{}}}},"ListModelCopyJobs":{"http":{"method":"GET","requestUri":"/model-copy-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2a","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2a","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"sourceAccountEquals":{"location":"querystring","locationName":"sourceAccountEquals"},"sourceModelArnEquals":{"location":"querystring","locationName":"sourceModelArnEquals"},"targetModelNameContains":{"location":"querystring","locationName":"outputModelNameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelCopyJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","status","creationTime","targetModelArn","sourceAccountId","sourceModelArn"],"members":{"jobArn":{},"status":{},"creationTime":{"shape":"S2a"},"targetModelArn":{},"targetModelName":{},"sourceAccountId":{},"sourceModelArn":{},"targetModelKmsKeyArn":{},"targetModelTags":{"shape":"S7"},"failureMessage":{},"sourceModelName":{}}}}}}},"ListModelCustomizationJobs":{"http":{"method":"GET","requestUri":"/model-customization-jobs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2a","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2a","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"modelCustomizationJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","baseModelArn","jobName","status","creationTime"],"members":{"jobArn":{},"baseModelArn":{},"jobName":{},"status":{},"lastModifiedTime":{"shape":"S2a"},"creationTime":{"shape":"S2a"},"endTime":{"shape":"S2a"},"customModelArn":{},"customModelName":{},"customizationType":{}}}}}}},"ListModelInvocationJobs":{"http":{"method":"GET","requestUri":"/model-invocation-jobs","responseCode":200},"input":{"type":"structure","members":{"submitTimeAfter":{"shape":"S2a","location":"querystring","locationName":"submitTimeAfter"},"submitTimeBefore":{"shape":"S2a","location":"querystring","locationName":"submitTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"invocationJobSummaries":{"type":"list","member":{"type":"structure","required":["jobArn","jobName","modelId","roleArn","submitTime","inputDataConfig","outputDataConfig"],"members":{"jobArn":{},"jobName":{},"modelId":{},"clientRequestToken":{},"roleArn":{},"status":{},"message":{"shape":"S5w"},"submitTime":{"shape":"S2a"},"lastModifiedTime":{"shape":"S2a"},"endTime":{"shape":"S2a"},"inputDataConfig":{"shape":"S36"},"outputDataConfig":{"shape":"S39"},"timeoutDurationInHours":{"type":"integer"},"jobExpirationTime":{"shape":"S2a"}}}}}}},"ListProvisionedModelThroughputs":{"http":{"method":"GET","requestUri":"/provisioned-model-throughputs","responseCode":200},"input":{"type":"structure","members":{"creationTimeAfter":{"shape":"S2a","location":"querystring","locationName":"creationTimeAfter"},"creationTimeBefore":{"shape":"S2a","location":"querystring","locationName":"creationTimeBefore"},"statusEquals":{"location":"querystring","locationName":"statusEquals"},"modelArnEquals":{"location":"querystring","locationName":"modelArnEquals"},"nameContains":{"location":"querystring","locationName":"nameContains"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"sortBy":{"location":"querystring","locationName":"sortBy"},"sortOrder":{"location":"querystring","locationName":"sortOrder"}}},"output":{"type":"structure","members":{"nextToken":{},"provisionedModelSummaries":{"type":"list","member":{"type":"structure","required":["provisionedModelName","provisionedModelArn","modelArn","desiredModelArn","foundationModelArn","modelUnits","desiredModelUnits","status","creationTime","lastModifiedTime"],"members":{"provisionedModelName":{},"provisionedModelArn":{},"modelArn":{},"desiredModelArn":{},"foundationModelArn":{},"modelUnits":{"type":"integer"},"desiredModelUnits":{"type":"integer"},"status":{},"commitmentDuration":{},"commitmentExpirationTime":{"shape":"S2a"},"creationTime":{"shape":"S2a"},"lastModifiedTime":{"shape":"S2a"}}}}}}},"ListTagsForResource":{"http":{"requestUri":"/listTagsForResource","responseCode":200},"input":{"type":"structure","required":["resourceARN"],"members":{"resourceARN":{}}},"output":{"type":"structure","members":{"tags":{"shape":"S7"}}}},"PutModelInvocationLoggingConfiguration":{"http":{"method":"PUT","requestUri":"/logging/modelinvocations","responseCode":200},"input":{"type":"structure","required":["loggingConfig"],"members":{"loggingConfig":{"shape":"S5z"}}},"output":{"type":"structure","members":{}},"idempotent":true},"StopEvaluationJob":{"http":{"requestUri":"/evaluation-job/{jobIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"shape":"S42","location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{}}},"StopModelCustomizationJob":{"http":{"requestUri":"/model-customization-jobs/{jobIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{}},"idempotent":true},"StopModelInvocationJob":{"http":{"requestUri":"/model-invocation-job/{jobIdentifier}/stop","responseCode":200},"input":{"type":"structure","required":["jobIdentifier"],"members":{"jobIdentifier":{"location":"uri","locationName":"jobIdentifier"}}},"output":{"type":"structure","members":{}}},"TagResource":{"http":{"requestUri":"/tagResource","responseCode":200},"input":{"type":"structure","required":["resourceARN","tags"],"members":{"resourceARN":{},"tags":{"shape":"S7"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"requestUri":"/untagResource","responseCode":200},"input":{"type":"structure","required":["resourceARN","tagKeys"],"members":{"resourceARN":{},"tagKeys":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateGuardrail":{"http":{"method":"PUT","requestUri":"/guardrails/{guardrailIdentifier}","responseCode":202},"input":{"type":"structure","required":["guardrailIdentifier","name","blockedInputMessaging","blockedOutputsMessaging"],"members":{"guardrailIdentifier":{"location":"uri","locationName":"guardrailIdentifier"},"name":{"shape":"S14"},"description":{"shape":"S15"},"topicPolicyConfig":{"shape":"S16"},"contentPolicyConfig":{"shape":"S1e"},"wordPolicyConfig":{"shape":"S1j"},"sensitiveInformationPolicyConfig":{"shape":"S1q"},"contextualGroundingPolicyConfig":{"shape":"S20"},"blockedInputMessaging":{"shape":"S25"},"blockedOutputsMessaging":{"shape":"S25"},"kmsKeyId":{}}},"output":{"type":"structure","required":["guardrailId","guardrailArn","version","updatedAt"],"members":{"guardrailId":{},"guardrailArn":{},"version":{},"updatedAt":{"shape":"S2a"}}},"idempotent":true},"UpdateProvisionedModelThroughput":{"http":{"method":"PATCH","requestUri":"/provisioned-model-throughput/{provisionedModelId}","responseCode":200},"input":{"type":"structure","required":["provisionedModelId"],"members":{"provisionedModelId":{"location":"uri","locationName":"provisionedModelId"},"desiredProvisionedModelName":{},"desiredModelId":{}}},"output":{"type":"structure","members":{}},"idempotent":true}},"shapes":{"S3":{"type":"string","sensitive":true},"S7":{"type":"list","member":{"type":"structure","required":["key","value"],"members":{"key":{},"value":{}}}},"Sb":{"type":"structure","members":{"automated":{"type":"structure","required":["datasetMetricConfigs"],"members":{"datasetMetricConfigs":{"shape":"Sd"}}},"human":{"type":"structure","required":["datasetMetricConfigs"],"members":{"humanWorkflowConfig":{"type":"structure","required":["flowDefinitionArn"],"members":{"flowDefinitionArn":{},"instructions":{"type":"string","sensitive":true}}},"customMetrics":{"type":"list","member":{"type":"structure","required":["name","ratingMethod"],"members":{"name":{"shape":"Sl"},"description":{"type":"string","sensitive":true},"ratingMethod":{}}}},"datasetMetricConfigs":{"shape":"Sd"}}}},"union":true},"Sd":{"type":"list","member":{"type":"structure","required":["taskType","dataset","metricNames"],"members":{"taskType":{},"dataset":{"type":"structure","required":["name"],"members":{"name":{"type":"string","sensitive":true},"datasetLocation":{"type":"structure","members":{"s3Uri":{}},"union":true}}},"metricNames":{"type":"list","member":{"shape":"Sl"}}}}},"Sl":{"type":"string","sensitive":true},"Su":{"type":"structure","members":{"models":{"type":"list","member":{"type":"structure","members":{"bedrockModel":{"type":"structure","required":["modelIdentifier","inferenceParams"],"members":{"modelIdentifier":{},"inferenceParams":{"type":"string","sensitive":true}}}},"union":true}}},"union":true},"S10":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"S14":{"type":"string","sensitive":true},"S15":{"type":"string","sensitive":true},"S16":{"type":"structure","required":["topicsConfig"],"members":{"topicsConfig":{"type":"list","member":{"type":"structure","required":["name","definition","type"],"members":{"name":{"shape":"S19"},"definition":{"shape":"S1a"},"examples":{"shape":"S1b"},"type":{}}}}}},"S19":{"type":"string","sensitive":true},"S1a":{"type":"string","sensitive":true},"S1b":{"type":"list","member":{"type":"string","sensitive":true}},"S1e":{"type":"structure","required":["filtersConfig"],"members":{"filtersConfig":{"type":"list","member":{"type":"structure","required":["type","inputStrength","outputStrength"],"members":{"type":{},"inputStrength":{},"outputStrength":{}}}}}},"S1j":{"type":"structure","members":{"wordsConfig":{"type":"list","member":{"type":"structure","required":["text"],"members":{"text":{}}}},"managedWordListsConfig":{"type":"list","member":{"type":"structure","required":["type"],"members":{"type":{}}}}}},"S1q":{"type":"structure","members":{"piiEntitiesConfig":{"type":"list","member":{"type":"structure","required":["type","action"],"members":{"type":{},"action":{}}}},"regexesConfig":{"type":"list","member":{"type":"structure","required":["name","pattern","action"],"members":{"name":{},"description":{},"pattern":{},"action":{}}}}}},"S20":{"type":"structure","required":["filtersConfig"],"members":{"filtersConfig":{"type":"list","member":{"type":"structure","required":["type","threshold"],"members":{"type":{},"threshold":{"type":"double"}}}}}},"S25":{"type":"string","sensitive":true},"S2a":{"type":"timestamp","timestampFormat":"iso8601"},"S2o":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"S2p":{"type":"structure","required":["validators"],"members":{"validators":{"type":"list","member":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}}}}},"S2s":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{}}},"S2t":{"type":"map","key":{},"value":{}},"S2v":{"type":"structure","required":["subnetIds","securityGroupIds"],"members":{"subnetIds":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}}}},"S36":{"type":"structure","members":{"s3InputDataConfig":{"type":"structure","required":["s3Uri"],"members":{"s3InputFormat":{},"s3Uri":{}}}},"union":true},"S39":{"type":"structure","members":{"s3OutputDataConfig":{"type":"structure","required":["s3Uri"],"members":{"s3Uri":{},"s3EncryptionKeyId":{}}}},"union":true},"S3x":{"type":"structure","members":{"trainingLoss":{"type":"float"}}},"S3z":{"type":"list","member":{"type":"structure","members":{"validationLoss":{"type":"float"}}}},"S42":{"type":"string","sensitive":true},"S4e":{"type":"list","member":{}},"S4h":{"type":"list","member":{}},"S4j":{"type":"list","member":{}},"S4l":{"type":"structure","required":["status"],"members":{"status":{}}},"S5w":{"type":"string","sensitive":true},"S5z":{"type":"structure","members":{"cloudWatchConfig":{"type":"structure","required":["logGroupName","roleArn"],"members":{"logGroupName":{},"roleArn":{},"largeDataDeliveryS3Config":{"shape":"S62"}}},"s3Config":{"shape":"S62"},"textDataDeliveryEnabled":{"type":"boolean"},"imageDataDeliveryEnabled":{"type":"boolean"},"embeddingDataDeliveryEnabled":{"type":"boolean"}}},"S62":{"type":"structure","required":["bucketName"],"members":{"bucketName":{},"keyPrefix":{}}}}}
|
64814
64814
|
|
64815
64815
|
/***/ }),
|
64816
64816
|
/* 1334 */
|
64817
64817
|
/***/ (function(module, exports) {
|
64818
64818
|
|
64819
|
-
module.exports = {"pagination":{"ListCustomModels":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelSummaries"},"ListEvaluationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"jobSummaries"},"ListGuardrails":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"guardrails"},"ListModelCopyJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelCopyJobSummaries"},"ListModelCustomizationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelCustomizationJobSummaries"},"ListProvisionedModelThroughputs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"provisionedModelSummaries"}}}
|
64819
|
+
module.exports = {"pagination":{"ListCustomModels":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelSummaries"},"ListEvaluationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"jobSummaries"},"ListGuardrails":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"guardrails"},"ListModelCopyJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelCopyJobSummaries"},"ListModelCustomizationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"modelCustomizationJobSummaries"},"ListModelInvocationJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"invocationJobSummaries"},"ListProvisionedModelThroughputs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"provisionedModelSummaries"}}}
|
64820
64820
|
|
64821
64821
|
/***/ }),
|
64822
64822
|
/* 1335 */
|
@@ -65802,7 +65802,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
65802
65802
|
/* 1419 */
|
65803
65803
|
/***/ (function(module, exports) {
|
65804
65804
|
|
65805
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-10-12","endpointPrefix":"deadline","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWSDeadlineCloud","serviceId":"deadline","signatureVersion":"v4","signingName":"deadline","uid":"deadline-2023-10-12"},"operations":{"AssociateMemberToFarm":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","identityStoreId","membershipLevel","principalId","principalType"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"identityStoreId":{},"membershipLevel":{},"principalId":{"location":"uri","locationName":"principalId"},"principalType":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"AssociateMemberToFleet":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","identityStoreId","membershipLevel","principalId","principalType"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"identityStoreId":{},"membershipLevel":{},"principalId":{"location":"uri","locationName":"principalId"},"principalType":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"AssociateMemberToJob":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","identityStoreId","jobId","membershipLevel","principalId","principalType","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"identityStoreId":{},"jobId":{"location":"uri","locationName":"jobId"},"membershipLevel":{},"principalId":{"location":"uri","locationName":"principalId"},"principalType":{},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"AssociateMemberToQueue":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","identityStoreId","membershipLevel","principalId","principalType","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"identityStoreId":{},"membershipLevel":{},"principalId":{"location":"uri","locationName":"principalId"},"principalType":{},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"AssumeFleetRoleForRead":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/read-roles","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"}}},"output":{"type":"structure","required":["credentials"],"members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"management."}},"AssumeFleetRoleForWorker":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/fleet-roles","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","required":["credentials"],"members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"scheduling."}},"AssumeQueueRoleForRead":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/read-roles","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["credentials"],"members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"management."}},"AssumeQueueRoleForUser":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/user-roles","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["credentials"],"members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"management."}},"AssumeQueueRoleForWorker":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/queue-roles","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","queueId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"queueId":{"location":"querystring","locationName":"queueId"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"scheduling."}},"BatchGetJobEntity":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/batchGetJobEntity","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","identifiers","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"identifiers":{"type":"list","member":{"type":"structure","members":{"environmentDetails":{"type":"structure","required":["environmentId","jobId"],"members":{"environmentId":{},"jobId":{}}},"jobAttachmentDetails":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"jobDetails":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"stepDetails":{"type":"structure","required":["jobId","stepId"],"members":{"jobId":{},"stepId":{}}}},"union":true}},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","required":["entities","errors"],"members":{"entities":{"type":"list","member":{"type":"structure","members":{"environmentDetails":{"type":"structure","required":["environmentId","jobId","schemaVersion","template"],"members":{"environmentId":{},"jobId":{},"schemaVersion":{},"template":{"shape":"S1b"}}},"jobAttachmentDetails":{"type":"structure","required":["attachments","jobId"],"members":{"attachments":{"shape":"S1d"},"jobId":{}}},"jobDetails":{"type":"structure","required":["jobId","logGroupName","schemaVersion"],"members":{"jobAttachmentSettings":{"shape":"S1p"},"jobId":{},"jobRunAsUser":{"shape":"S1s"},"logGroupName":{},"parameters":{"shape":"S20"},"pathMappingRules":{"type":"list","member":{"type":"structure","required":["destinationPath","sourcePath","sourcePathFormat"],"members":{"destinationPath":{},"sourcePath":{},"sourcePathFormat":{}},"sensitive":true}},"queueRoleArn":{},"schemaVersion":{}}},"stepDetails":{"type":"structure","required":["dependencies","jobId","schemaVersion","stepId","template"],"members":{"dependencies":{"type":"list","member":{}},"jobId":{},"schemaVersion":{},"stepId":{},"template":{"shape":"S1b"}}}},"union":true}},"errors":{"type":"list","member":{"type":"structure","members":{"environmentDetails":{"type":"structure","required":["code","environmentId","jobId","message"],"members":{"code":{},"environmentId":{},"jobId":{},"message":{}}},"jobAttachmentDetails":{"type":"structure","required":["code","jobId","message"],"members":{"code":{},"jobId":{},"message":{}}},"jobDetails":{"type":"structure","required":["code","jobId","message"],"members":{"code":{},"jobId":{},"message":{}}},"stepDetails":{"type":"structure","required":["code","jobId","message","stepId"],"members":{"code":{},"jobId":{},"message":{},"stepId":{}}}},"union":true}}}},"endpoint":{"hostPrefix":"scheduling."}},"CopyJobTemplate":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/template","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","targetS3Location"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"targetS3Location":{"type":"structure","required":["bucketName","key"],"members":{"bucketName":{},"key":{}}}}},"output":{"type":"structure","required":["templateType"],"members":{"templateType":{}}},"endpoint":{"hostPrefix":"management."}},"CreateBudget":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/budgets","responseCode":200},"input":{"type":"structure","required":["actions","approximateDollarLimit","displayName","farmId","schedule","usageTrackingResource"],"members":{"actions":{"shape":"S2o"},"approximateDollarLimit":{"type":"float"},"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"schedule":{"shape":"S2w"},"usageTrackingResource":{"shape":"S30"}}},"output":{"type":"structure","required":["budgetId"],"members":{"budgetId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateFarm":{"http":{"requestUri":"/2023-10-12/farms","responseCode":200},"input":{"type":"structure","required":["displayName"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"description":{"shape":"S2q"},"displayName":{},"kmsKeyArn":{},"tags":{"shape":"S35"}}},"output":{"type":"structure","required":["farmId"],"members":{"farmId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateFleet":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/fleets","responseCode":200},"input":{"type":"structure","required":["configuration","displayName","farmId","maxWorkerCount","roleArn"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"configuration":{"shape":"S38"},"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"maxWorkerCount":{"type":"integer"},"minWorkerCount":{"type":"integer"},"roleArn":{},"tags":{"shape":"S35"}}},"output":{"type":"structure","required":["fleetId"],"members":{"fleetId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateJob":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs","responseCode":201},"input":{"type":"structure","required":["farmId","priority","queueId","template","templateType"],"members":{"attachments":{"shape":"S1d"},"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"parameters":{"shape":"S20"},"priority":{"type":"integer"},"queueId":{"location":"uri","locationName":"queueId"},"storageProfileId":{},"targetTaskRunStatus":{},"template":{"type":"string","sensitive":true},"templateType":{}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateLicenseEndpoint":{"http":{"requestUri":"/2023-10-12/license-endpoints","responseCode":200},"input":{"type":"structure","required":["securityGroupIds","subnetIds","vpcId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"securityGroupIds":{"type":"list","member":{}},"subnetIds":{"type":"list","member":{}},"tags":{"shape":"S35"},"vpcId":{}}},"output":{"type":"structure","required":["licenseEndpointId"],"members":{"licenseEndpointId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateMonitor":{"http":{"requestUri":"/2023-10-12/monitors","responseCode":200},"input":{"type":"structure","required":["displayName","identityCenterInstanceArn","roleArn","subdomain"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"displayName":{},"identityCenterInstanceArn":{},"roleArn":{},"subdomain":{}}},"output":{"type":"structure","required":["identityCenterApplicationArn","monitorId"],"members":{"identityCenterApplicationArn":{},"monitorId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateQueue":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/queues","responseCode":200},"input":{"type":"structure","required":["displayName","farmId"],"members":{"allowedStorageProfileIds":{"shape":"S4v"},"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"defaultBudgetAction":{},"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"jobAttachmentSettings":{"shape":"S1p"},"jobRunAsUser":{"shape":"S1s"},"requiredFileSystemLocationNames":{"shape":"S4x"},"roleArn":{},"tags":{"shape":"S35"}}},"output":{"type":"structure","required":["queueId"],"members":{"queueId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateQueueEnvironment":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments","responseCode":200},"input":{"type":"structure","required":["farmId","priority","queueId","template","templateType"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"priority":{"type":"integer"},"queueId":{"location":"uri","locationName":"queueId"},"template":{"shape":"S51"},"templateType":{}}},"output":{"type":"structure","required":["queueEnvironmentId"],"members":{"queueEnvironmentId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateQueueFleetAssociation":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{},"queueId":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateStorageProfile":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/storage-profiles","responseCode":200},"input":{"type":"structure","required":["displayName","farmId","osFamily"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"fileSystemLocations":{"shape":"S58"},"osFamily":{}}},"output":{"type":"structure","required":["storageProfileId"],"members":{"storageProfileId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateWorker":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"hostProperties":{"shape":"S5e"}}},"output":{"type":"structure","required":["workerId"],"members":{"workerId":{}}},"endpoint":{"hostPrefix":"scheduling."},"idempotent":true},"DeleteBudget":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/budgets/{budgetId}","responseCode":200},"input":{"type":"structure","required":["budgetId","farmId"],"members":{"budgetId":{"location":"uri","locationName":"budgetId"},"farmId":{"location":"uri","locationName":"farmId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteFarm":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteFleet":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteLicenseEndpoint":{"http":{"method":"DELETE","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteMeteredProduct":{"http":{"method":"DELETE","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}/metered-products/{productId}","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId","productId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"},"productId":{"location":"uri","locationName":"productId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteMonitor":{"http":{"method":"DELETE","requestUri":"/2023-10-12/monitors/{monitorId}","responseCode":200},"input":{"type":"structure","required":["monitorId"],"members":{"monitorId":{"location":"uri","locationName":"monitorId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteQueue":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteQueueEnvironment":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments/{queueEnvironmentId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueEnvironmentId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueEnvironmentId":{"location":"uri","locationName":"queueEnvironmentId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteQueueFleetAssociation":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations/{queueId}/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteStorageProfile":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}","responseCode":200},"input":{"type":"structure","required":["farmId","storageProfileId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"storageProfileId":{"location":"uri","locationName":"storageProfileId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteWorker":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DisassociateMemberFromFarm":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","principalId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"principalId":{"location":"uri","locationName":"principalId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DisassociateMemberFromFleet":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","principalId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"principalId":{"location":"uri","locationName":"principalId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DisassociateMemberFromJob":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","principalId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"principalId":{"location":"uri","locationName":"principalId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DisassociateMemberFromQueue":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","principalId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"principalId":{"location":"uri","locationName":"principalId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"GetBudget":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/budgets/{budgetId}","responseCode":200},"input":{"type":"structure","required":["budgetId","farmId"],"members":{"budgetId":{"location":"uri","locationName":"budgetId"},"farmId":{"location":"uri","locationName":"farmId"}}},"output":{"type":"structure","required":["actions","approximateDollarLimit","budgetId","createdAt","createdBy","displayName","schedule","status","usageTrackingResource","usages"],"members":{"actions":{"type":"list","member":{"type":"structure","required":["thresholdPercentage","type"],"members":{"description":{"shape":"S2q"},"thresholdPercentage":{"type":"float"},"type":{}}}},"approximateDollarLimit":{"type":"float"},"budgetId":{},"createdAt":{"shape":"S6l"},"createdBy":{},"description":{"shape":"S2q"},"displayName":{},"queueStoppedAt":{"shape":"S6n"},"schedule":{"shape":"S2w"},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"usageTrackingResource":{"shape":"S30"},"usages":{"shape":"S6q"}}},"endpoint":{"hostPrefix":"management."}},"GetFarm":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"}}},"output":{"type":"structure","required":["createdAt","createdBy","displayName","farmId","kmsKeyArn"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"description":{"shape":"S2q"},"displayName":{},"farmId":{},"kmsKeyArn":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetFleet":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"}}},"output":{"type":"structure","required":["configuration","createdAt","createdBy","displayName","farmId","fleetId","maxWorkerCount","minWorkerCount","roleArn","status","workerCount"],"members":{"autoScalingStatus":{},"capabilities":{"type":"structure","members":{"amounts":{"type":"list","member":{"shape":"S3k"}},"attributes":{"type":"list","member":{"shape":"S3o"}}}},"configuration":{"shape":"S38"},"createdAt":{"shape":"S6l"},"createdBy":{},"description":{"shape":"S2q"},"displayName":{},"farmId":{},"fleetId":{},"maxWorkerCount":{"type":"integer"},"minWorkerCount":{"type":"integer"},"roleArn":{},"status":{},"targetWorkerCount":{"type":"integer"},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerCount":{"type":"integer"}}},"endpoint":{"hostPrefix":"management."}},"GetJob":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["createdAt","createdBy","jobId","lifecycleStatus","lifecycleStatusMessage","name","priority"],"members":{"attachments":{"shape":"S1d"},"createdAt":{"shape":"S6l"},"createdBy":{},"description":{"type":"string","sensitive":true},"endedAt":{"shape":"S73"},"jobId":{},"lifecycleStatus":{},"lifecycleStatusMessage":{},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"name":{},"parameters":{"shape":"S20"},"priority":{"type":"integer"},"startedAt":{"shape":"S76"},"storageProfileId":{},"targetTaskRunStatus":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S79"},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetLicenseEndpoint":{"http":{"method":"GET","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"}}},"output":{"type":"structure","required":["licenseEndpointId","status","statusMessage"],"members":{"dnsName":{},"licenseEndpointId":{},"securityGroupIds":{"type":"list","member":{}},"status":{},"statusMessage":{},"subnetIds":{"type":"list","member":{}},"vpcId":{}}},"endpoint":{"hostPrefix":"management."}},"GetMonitor":{"http":{"method":"GET","requestUri":"/2023-10-12/monitors/{monitorId}","responseCode":200},"input":{"type":"structure","required":["monitorId"],"members":{"monitorId":{"location":"uri","locationName":"monitorId"}}},"output":{"type":"structure","required":["createdAt","createdBy","displayName","identityCenterApplicationArn","identityCenterInstanceArn","monitorId","roleArn","subdomain","url"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"displayName":{},"identityCenterApplicationArn":{},"identityCenterInstanceArn":{},"monitorId":{},"roleArn":{},"subdomain":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"url":{}}},"endpoint":{"hostPrefix":"management."}},"GetQueue":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["createdAt","createdBy","defaultBudgetAction","displayName","farmId","queueId","status"],"members":{"allowedStorageProfileIds":{"shape":"S4v"},"blockedReason":{},"createdAt":{"shape":"S6l"},"createdBy":{},"defaultBudgetAction":{},"description":{"shape":"S2q"},"displayName":{},"farmId":{},"jobAttachmentSettings":{"shape":"S1p"},"jobRunAsUser":{"shape":"S1s"},"queueId":{},"requiredFileSystemLocationNames":{"shape":"S4x"},"roleArn":{},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetQueueEnvironment":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments/{queueEnvironmentId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueEnvironmentId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueEnvironmentId":{"location":"uri","locationName":"queueEnvironmentId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["createdAt","createdBy","name","priority","queueEnvironmentId","template","templateType"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"name":{},"priority":{"type":"integer"},"queueEnvironmentId":{},"template":{"shape":"S51"},"templateType":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetQueueFleetAssociation":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations/{queueId}/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["createdAt","createdBy","fleetId","queueId","status"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"fleetId":{},"queueId":{},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetSession":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/sessions/{sessionId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","sessionId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"sessionId":{"location":"uri","locationName":"sessionId"}}},"output":{"type":"structure","required":["fleetId","lifecycleStatus","log","sessionId","startedAt","workerId"],"members":{"endedAt":{"shape":"S73"},"fleetId":{},"hostProperties":{"shape":"S7x"},"lifecycleStatus":{},"log":{"shape":"S7z"},"sessionId":{},"startedAt":{"shape":"S76"},"targetLifecycleStatus":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerId":{},"workerLog":{"shape":"S7z"}}},"endpoint":{"hostPrefix":"management."}},"GetSessionAction":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/session-actions/{sessionActionId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","sessionActionId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"sessionActionId":{"location":"uri","locationName":"sessionActionId"}}},"output":{"type":"structure","required":["definition","sessionActionId","sessionId","status"],"members":{"definition":{"type":"structure","members":{"envEnter":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"envExit":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"syncInputJobAttachments":{"type":"structure","members":{"stepId":{}}},"taskRun":{"type":"structure","required":["parameters","stepId","taskId"],"members":{"parameters":{"shape":"S8d"},"stepId":{},"taskId":{}}}},"union":true},"endedAt":{"shape":"S73"},"processExitCode":{"type":"integer"},"progressMessage":{"shape":"S8h"},"progressPercent":{"type":"float"},"sessionActionId":{},"sessionId":{},"startedAt":{"shape":"S76"},"status":{},"workerUpdatedAt":{"shape":"S8k"}}},"endpoint":{"hostPrefix":"management."}},"GetSessionsStatisticsAggregation":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/sessions-statistics-aggregation","responseCode":200},"input":{"type":"structure","required":["aggregationId","farmId"],"members":{"aggregationId":{"location":"querystring","locationName":"aggregationId"},"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["status"],"members":{"nextToken":{},"statistics":{"type":"list","member":{"type":"structure","required":["costInUsd","count","runtimeInSeconds"],"members":{"aggregationEndTime":{"shape":"Sl"},"aggregationStartTime":{"shape":"Sl"},"costInUsd":{"shape":"S8r"},"count":{"type":"integer"},"fleetId":{},"instanceType":{},"jobId":{},"jobName":{},"licenseProduct":{},"queueId":{},"runtimeInSeconds":{"shape":"S8r"},"usageType":{},"userId":{}}}},"status":{},"statusMessage":{}}},"endpoint":{"hostPrefix":"management."}},"GetStep":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"}}},"output":{"type":"structure","required":["createdAt","createdBy","lifecycleStatus","name","stepId","taskRunStatus","taskRunStatusCounts"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"dependencyCounts":{"shape":"S8z"},"description":{"type":"string","sensitive":true},"endedAt":{"shape":"S73"},"lifecycleStatus":{},"lifecycleStatusMessage":{},"name":{},"parameterSpace":{"shape":"S93"},"requiredCapabilities":{"type":"structure","required":["amounts","attributes"],"members":{"amounts":{"type":"list","member":{"type":"structure","required":["name"],"members":{"max":{"type":"double"},"min":{"type":"double"},"name":{},"value":{"type":"double"}}}},"attributes":{"type":"list","member":{"type":"structure","required":["name"],"members":{"allOf":{"shape":"S9e"},"anyOf":{"shape":"S9e"},"name":{}}}}}},"startedAt":{"shape":"S76"},"stepId":{},"targetTaskRunStatus":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S79"},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetStorageProfile":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}","responseCode":200},"input":{"type":"structure","required":["farmId","storageProfileId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"storageProfileId":{"location":"uri","locationName":"storageProfileId"}}},"output":{"type":"structure","required":["createdAt","createdBy","displayName","osFamily","storageProfileId"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"displayName":{},"fileSystemLocations":{"shape":"S58"},"osFamily":{},"storageProfileId":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetStorageProfileForQueue":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/storage-profiles/{storageProfileId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","storageProfileId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"storageProfileId":{"location":"uri","locationName":"storageProfileId"}}},"output":{"type":"structure","required":["displayName","osFamily","storageProfileId"],"members":{"displayName":{},"fileSystemLocations":{"shape":"S58"},"osFamily":{},"storageProfileId":{}}},"endpoint":{"hostPrefix":"management."}},"GetTask":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/tasks/{taskId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId","taskId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"},"taskId":{"location":"uri","locationName":"taskId"}}},"output":{"type":"structure","required":["createdAt","createdBy","runStatus","taskId"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"endedAt":{"shape":"S73"},"failureRetryCount":{"type":"integer"},"latestSessionActionId":{},"parameters":{"shape":"S8d"},"runStatus":{},"startedAt":{"shape":"S76"},"targetRunStatus":{},"taskId":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetWorker":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","required":["createdAt","createdBy","farmId","fleetId","status","workerId"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"farmId":{},"fleetId":{},"hostProperties":{"shape":"S7x"},"log":{"shape":"S7z"},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerId":{}}},"endpoint":{"hostPrefix":"management."}},"ListAvailableMeteredProducts":{"http":{"method":"GET","requestUri":"/2023-10-12/metered-products","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["meteredProducts"],"members":{"meteredProducts":{"shape":"S9t"},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListBudgets":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/budgets","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["budgets"],"members":{"budgets":{"type":"list","member":{"type":"structure","required":["approximateDollarLimit","budgetId","createdAt","createdBy","displayName","status","usageTrackingResource","usages"],"members":{"approximateDollarLimit":{"type":"float"},"budgetId":{},"createdAt":{"shape":"S6l"},"createdBy":{},"description":{"shape":"S2q"},"displayName":{},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"usageTrackingResource":{"shape":"S30"},"usages":{"shape":"S6q"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListFarmMembers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/members","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["farmId","identityStoreId","membershipLevel","principalId","principalType"],"members":{"farmId":{},"identityStoreId":{},"membershipLevel":{},"principalId":{},"principalType":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListFarms":{"http":{"method":"GET","requestUri":"/2023-10-12/farms","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"principalId":{"location":"querystring","locationName":"principalId"}}},"output":{"type":"structure","required":["farms"],"members":{"farms":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","displayName","farmId"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"displayName":{},"farmId":{},"kmsKeyArn":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListFleetMembers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/members","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["farmId","fleetId","identityStoreId","membershipLevel","principalId","principalType"],"members":{"farmId":{},"fleetId":{},"identityStoreId":{},"membershipLevel":{},"principalId":{},"principalType":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListFleets":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"displayName":{"location":"querystring","locationName":"displayName"},"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"principalId":{"location":"querystring","locationName":"principalId"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["fleets"],"members":{"fleets":{"type":"list","member":{"type":"structure","required":["configuration","createdAt","createdBy","displayName","farmId","fleetId","maxWorkerCount","minWorkerCount","status","workerCount"],"members":{"autoScalingStatus":{},"configuration":{"shape":"S38"},"createdAt":{"shape":"S6l"},"createdBy":{},"displayName":{},"farmId":{},"fleetId":{},"maxWorkerCount":{"type":"integer"},"minWorkerCount":{"type":"integer"},"status":{},"targetWorkerCount":{"type":"integer"},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerCount":{"type":"integer"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListJobMembers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/members","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["farmId","identityStoreId","jobId","membershipLevel","principalId","principalType","queueId"],"members":{"farmId":{},"identityStoreId":{},"jobId":{},"membershipLevel":{},"principalId":{},"principalType":{},"queueId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListJobs":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"principalId":{"location":"querystring","locationName":"principalId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["jobs"],"members":{"jobs":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","jobId","lifecycleStatus","lifecycleStatusMessage","name","priority"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"endedAt":{"shape":"S73"},"jobId":{},"lifecycleStatus":{},"lifecycleStatusMessage":{},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"name":{},"priority":{"type":"integer"},"startedAt":{"shape":"S76"},"targetTaskRunStatus":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S79"},"updatedAt":{"shape":"S6n"},"updatedBy":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListLicenseEndpoints":{"http":{"method":"GET","requestUri":"/2023-10-12/license-endpoints","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["licenseEndpoints"],"members":{"licenseEndpoints":{"type":"list","member":{"type":"structure","members":{"licenseEndpointId":{},"status":{},"statusMessage":{},"vpcId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListMeteredProducts":{"http":{"method":"GET","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}/metered-products","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["meteredProducts"],"members":{"meteredProducts":{"shape":"S9t"},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListMonitors":{"http":{"method":"GET","requestUri":"/2023-10-12/monitors","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["monitors"],"members":{"monitors":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","displayName","identityCenterApplicationArn","identityCenterInstanceArn","monitorId","roleArn","subdomain","url"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"displayName":{},"identityCenterApplicationArn":{},"identityCenterInstanceArn":{},"monitorId":{},"roleArn":{},"subdomain":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"url":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListQueueEnvironments":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["environments"],"members":{"environments":{"type":"list","member":{"type":"structure","required":["name","priority","queueEnvironmentId"],"members":{"name":{},"priority":{"type":"integer"},"queueEnvironmentId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListQueueFleetAssociations":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"querystring","locationName":"fleetId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"querystring","locationName":"queueId"}}},"output":{"type":"structure","required":["queueFleetAssociations"],"members":{"nextToken":{},"queueFleetAssociations":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","fleetId","queueId","status"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"fleetId":{},"queueId":{},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListQueueMembers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/members","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["farmId","identityStoreId","membershipLevel","principalId","principalType","queueId"],"members":{"farmId":{},"identityStoreId":{},"membershipLevel":{},"principalId":{},"principalType":{},"queueId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListQueues":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"principalId":{"location":"querystring","locationName":"principalId"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["queues"],"members":{"nextToken":{},"queues":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","defaultBudgetAction","displayName","farmId","queueId","status"],"members":{"blockedReason":{},"createdAt":{"shape":"S6l"},"createdBy":{},"defaultBudgetAction":{},"displayName":{},"farmId":{},"queueId":{},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListSessionActions":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/session-actions","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"},"sessionId":{"location":"querystring","locationName":"sessionId"},"taskId":{"location":"querystring","locationName":"taskId"}}},"output":{"type":"structure","required":["sessionActions"],"members":{"nextToken":{},"sessionActions":{"type":"list","member":{"type":"structure","required":["definition","sessionActionId","status"],"members":{"definition":{"type":"structure","members":{"envEnter":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"envExit":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"syncInputJobAttachments":{"type":"structure","members":{"stepId":{}}},"taskRun":{"type":"structure","required":["stepId","taskId"],"members":{"stepId":{},"taskId":{}}}},"union":true},"endedAt":{"shape":"S73"},"progressPercent":{"type":"float"},"sessionActionId":{},"startedAt":{"shape":"S76"},"status":{},"workerUpdatedAt":{"shape":"S8k"}}}}}},"endpoint":{"hostPrefix":"management."}},"ListSessions":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/sessions","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["sessions"],"members":{"nextToken":{},"sessions":{"type":"list","member":{"type":"structure","required":["fleetId","lifecycleStatus","sessionId","startedAt","workerId"],"members":{"endedAt":{"shape":"S73"},"fleetId":{},"lifecycleStatus":{},"sessionId":{},"startedAt":{"shape":"S76"},"targetLifecycleStatus":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerId":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListSessionsForWorker":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/sessions","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","required":["sessions"],"members":{"nextToken":{},"sessions":{"type":"list","member":{"type":"structure","required":["jobId","lifecycleStatus","queueId","sessionId","startedAt"],"members":{"endedAt":{"shape":"S73"},"jobId":{},"lifecycleStatus":{},"queueId":{},"sessionId":{},"startedAt":{"shape":"S76"},"targetLifecycleStatus":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListStepConsumers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/consumers","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"}}},"output":{"type":"structure","required":["consumers"],"members":{"consumers":{"type":"list","member":{"type":"structure","required":["status","stepId"],"members":{"status":{},"stepId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListStepDependencies":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/dependencies","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"}}},"output":{"type":"structure","required":["dependencies"],"members":{"dependencies":{"type":"list","member":{"type":"structure","required":["status","stepId"],"members":{"status":{},"stepId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListSteps":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["steps"],"members":{"nextToken":{},"steps":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","lifecycleStatus","name","stepId","taskRunStatus","taskRunStatusCounts"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"dependencyCounts":{"shape":"S8z"},"endedAt":{"shape":"S73"},"lifecycleStatus":{},"lifecycleStatusMessage":{},"name":{},"startedAt":{"shape":"S76"},"stepId":{},"targetTaskRunStatus":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S79"},"updatedAt":{"shape":"S6n"},"updatedBy":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListStorageProfiles":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/storage-profiles","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["storageProfiles"],"members":{"nextToken":{},"storageProfiles":{"shape":"Scd"}}},"endpoint":{"hostPrefix":"management."}},"ListStorageProfilesForQueue":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/storage-profiles","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["storageProfiles"],"members":{"nextToken":{},"storageProfiles":{"shape":"Scd"}}},"endpoint":{"hostPrefix":"management."}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/2023-10-12/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S35"}}},"endpoint":{"hostPrefix":"management."}},"ListTasks":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/tasks","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"}}},"output":{"type":"structure","required":["tasks"],"members":{"nextToken":{},"tasks":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","runStatus","taskId"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"endedAt":{"shape":"S73"},"failureRetryCount":{"type":"integer"},"latestSessionActionId":{},"parameters":{"shape":"S8d"},"runStatus":{},"startedAt":{"shape":"S76"},"targetRunStatus":{},"taskId":{},"updatedAt":{"shape":"S6n"},"updatedBy":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListWorkers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["workers"],"members":{"nextToken":{},"workers":{"type":"list","member":{"type":"structure","required":["createdAt","createdBy","farmId","fleetId","status","workerId"],"members":{"createdAt":{"shape":"S6l"},"createdBy":{},"farmId":{},"fleetId":{},"hostProperties":{"shape":"S7x"},"log":{"shape":"S7z"},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerId":{}}}}}},"endpoint":{"hostPrefix":"management."}},"PutMeteredProduct":{"http":{"method":"PUT","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}/metered-products/{productId}","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId","productId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"},"productId":{"location":"uri","locationName":"productId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"SearchJobs":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/search/jobs","responseCode":200},"input":{"type":"structure","required":["farmId","itemOffset","queueIds"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"filterExpressions":{"shape":"Scu"},"itemOffset":{"type":"integer"},"pageSize":{"type":"integer"},"queueIds":{"type":"list","member":{}},"sortExpressions":{"shape":"Sd9"}}},"output":{"type":"structure","required":["jobs","totalResults"],"members":{"jobs":{"type":"list","member":{"type":"structure","members":{"createdAt":{"shape":"S6l"},"createdBy":{},"endedAt":{"shape":"S73"},"jobId":{},"jobParameters":{"shape":"S20"},"lifecycleStatus":{},"lifecycleStatusMessage":{},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"name":{},"priority":{"type":"integer"},"queueId":{},"startedAt":{"shape":"S76"},"targetTaskRunStatus":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S79"}}}},"nextItemOffset":{"type":"integer"},"totalResults":{"type":"integer"}}},"endpoint":{"hostPrefix":"management."}},"SearchSteps":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/search/steps","responseCode":200},"input":{"type":"structure","required":["farmId","itemOffset","queueIds"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"filterExpressions":{"shape":"Scu"},"itemOffset":{"type":"integer"},"jobId":{},"pageSize":{"type":"integer"},"queueIds":{"type":"list","member":{}},"sortExpressions":{"shape":"Sd9"}}},"output":{"type":"structure","required":["steps","totalResults"],"members":{"nextItemOffset":{"type":"integer"},"steps":{"type":"list","member":{"type":"structure","members":{"createdAt":{"shape":"S6l"},"endedAt":{"shape":"S73"},"jobId":{},"lifecycleStatus":{},"lifecycleStatusMessage":{},"name":{},"parameterSpace":{"shape":"S93"},"queueId":{},"startedAt":{"shape":"S76"},"stepId":{},"targetTaskRunStatus":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S79"}}}},"totalResults":{"type":"integer"}}},"endpoint":{"hostPrefix":"management."}},"SearchTasks":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/search/tasks","responseCode":200},"input":{"type":"structure","required":["farmId","itemOffset","queueIds"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"filterExpressions":{"shape":"Scu"},"itemOffset":{"type":"integer"},"jobId":{},"pageSize":{"type":"integer"},"queueIds":{"type":"list","member":{}},"sortExpressions":{"shape":"Sd9"}}},"output":{"type":"structure","required":["tasks","totalResults"],"members":{"nextItemOffset":{"type":"integer"},"tasks":{"type":"list","member":{"type":"structure","members":{"endedAt":{"shape":"S73"},"failureRetryCount":{"type":"integer"},"jobId":{},"parameters":{"shape":"S8d"},"queueId":{},"runStatus":{},"startedAt":{"shape":"S76"},"stepId":{},"targetRunStatus":{},"taskId":{}}}},"totalResults":{"type":"integer"}}},"endpoint":{"hostPrefix":"management."}},"SearchWorkers":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/search/workers","responseCode":200},"input":{"type":"structure","required":["farmId","fleetIds","itemOffset"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"filterExpressions":{"shape":"Scu"},"fleetIds":{"type":"list","member":{}},"itemOffset":{"type":"integer"},"pageSize":{"type":"integer"},"sortExpressions":{"shape":"Sd9"}}},"output":{"type":"structure","required":["totalResults","workers"],"members":{"nextItemOffset":{"type":"integer"},"totalResults":{"type":"integer"},"workers":{"type":"list","member":{"type":"structure","members":{"createdAt":{"shape":"S6l"},"createdBy":{},"fleetId":{},"hostProperties":{"shape":"S7x"},"status":{},"updatedAt":{"shape":"S6n"},"updatedBy":{},"workerId":{}}}}}},"endpoint":{"hostPrefix":"management."}},"StartSessionsStatisticsAggregation":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/sessions-statistics-aggregation","responseCode":200},"input":{"type":"structure","required":["endTime","farmId","groupBy","resourceIds","startTime","statistics"],"members":{"endTime":{"shape":"Sl"},"farmId":{"location":"uri","locationName":"farmId"},"groupBy":{"type":"list","member":{}},"period":{},"resourceIds":{"type":"structure","members":{"fleetIds":{"type":"list","member":{}},"queueIds":{"type":"list","member":{}}},"union":true},"startTime":{"shape":"Sl"},"statistics":{"type":"list","member":{}},"timezone":{}}},"output":{"type":"structure","required":["aggregationId"],"members":{"aggregationId":{}}},"endpoint":{"hostPrefix":"management."}},"TagResource":{"http":{"requestUri":"/2023-10-12/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S35"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/2023-10-12/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateBudget":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/budgets/{budgetId}","responseCode":200},"input":{"type":"structure","required":["budgetId","farmId"],"members":{"actionsToAdd":{"shape":"S2o"},"actionsToRemove":{"type":"list","member":{"type":"structure","required":["thresholdPercentage","type"],"members":{"thresholdPercentage":{"type":"float"},"type":{}}}},"approximateDollarLimit":{"type":"float"},"budgetId":{"location":"uri","locationName":"budgetId"},"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"schedule":{"shape":"S2w"},"status":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateFarm":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateFleet":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"configuration":{"shape":"S38"},"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"maxWorkerCount":{"type":"integer"},"minWorkerCount":{"type":"integer"},"roleArn":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateJob":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"lifecycleStatus":{},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"priority":{"type":"integer"},"queueId":{"location":"uri","locationName":"queueId"},"targetTaskRunStatus":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateMonitor":{"http":{"method":"PATCH","requestUri":"/2023-10-12/monitors/{monitorId}","responseCode":200},"input":{"type":"structure","required":["monitorId"],"members":{"displayName":{},"monitorId":{"location":"uri","locationName":"monitorId"},"roleArn":{},"subdomain":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateQueue":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"allowedStorageProfileIdsToAdd":{"shape":"S4v"},"allowedStorageProfileIdsToRemove":{"shape":"S4v"},"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"defaultBudgetAction":{},"description":{"shape":"S2q"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"jobAttachmentSettings":{"shape":"S1p"},"jobRunAsUser":{"shape":"S1s"},"queueId":{"location":"uri","locationName":"queueId"},"requiredFileSystemLocationNamesToAdd":{"shape":"S4x"},"requiredFileSystemLocationNamesToRemove":{"shape":"S4x"},"roleArn":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateQueueEnvironment":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments/{queueEnvironmentId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueEnvironmentId","queueId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"priority":{"type":"integer"},"queueEnvironmentId":{"location":"uri","locationName":"queueEnvironmentId"},"queueId":{"location":"uri","locationName":"queueId"},"template":{"shape":"S51"},"templateType":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."}},"UpdateQueueFleetAssociation":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations/{queueId}/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","queueId","status"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"queueId":{"location":"uri","locationName":"queueId"},"status":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateSession":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/sessions/{sessionId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","sessionId","targetLifecycleStatus"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"sessionId":{"location":"uri","locationName":"sessionId"},"targetLifecycleStatus":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateStep":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId","targetTaskRunStatus"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"},"targetTaskRunStatus":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateStorageProfile":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}","responseCode":200},"input":{"type":"structure","required":["farmId","storageProfileId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"displayName":{},"farmId":{"location":"uri","locationName":"farmId"},"fileSystemLocationsToAdd":{"shape":"S58"},"fileSystemLocationsToRemove":{"shape":"S58"},"osFamily":{},"storageProfileId":{"location":"uri","locationName":"storageProfileId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateTask":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/tasks/{taskId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","stepId","targetRunStatus","taskId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"stepId":{"location":"uri","locationName":"stepId"},"targetRunStatus":{},"taskId":{"location":"uri","locationName":"taskId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateWorker":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"capabilities":{"type":"structure","required":["amounts","attributes"],"members":{"amounts":{"type":"list","member":{"type":"structure","required":["name","value"],"members":{"name":{},"value":{"type":"float"}}}},"attributes":{"type":"list","member":{"type":"structure","required":["name","values"],"members":{"name":{},"values":{"shape":"S3q"}}}}}},"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"hostProperties":{"shape":"S5e"},"status":{},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","members":{"log":{"shape":"S7z"}}},"endpoint":{"hostPrefix":"scheduling."},"idempotent":true},"UpdateWorkerSchedule":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/schedule","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"updatedSessionActions":{"type":"map","key":{},"value":{"type":"structure","members":{"completedStatus":{},"endedAt":{"shape":"Sl"},"processExitCode":{"type":"integer"},"progressMessage":{"shape":"S8h"},"progressPercent":{"type":"float"},"startedAt":{"shape":"Sl"},"updatedAt":{"shape":"Sl"}}}},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","required":["assignedSessions","cancelSessionActions","updateIntervalSeconds"],"members":{"assignedSessions":{"type":"map","key":{},"value":{"type":"structure","required":["jobId","logConfiguration","queueId","sessionActions"],"members":{"jobId":{},"logConfiguration":{"shape":"S7z"},"queueId":{},"sessionActions":{"type":"list","member":{"type":"structure","required":["definition","sessionActionId"],"members":{"definition":{"type":"structure","members":{"envEnter":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"envExit":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"syncInputJobAttachments":{"type":"structure","members":{"stepId":{}}},"taskRun":{"type":"structure","required":["parameters","stepId","taskId"],"members":{"parameters":{"shape":"S8d"},"stepId":{},"taskId":{}}}},"union":true},"sessionActionId":{}}}}}}},"cancelSessionActions":{"type":"map","key":{},"value":{"type":"list","member":{}}},"desiredWorkerStatus":{},"updateIntervalSeconds":{"type":"integer"}}},"endpoint":{"hostPrefix":"scheduling."},"idempotent":true}},"shapes":{"Sj":{"type":"structure","required":["accessKeyId","expiration","secretAccessKey","sessionToken"],"members":{"accessKeyId":{"type":"string","sensitive":true},"expiration":{"shape":"Sl"},"secretAccessKey":{"type":"string","sensitive":true},"sessionToken":{"type":"string","sensitive":true}},"sensitive":true},"Sl":{"type":"timestamp","timestampFormat":"iso8601"},"S1b":{"type":"structure","members":{},"document":true,"sensitive":true},"S1d":{"type":"structure","required":["manifests"],"members":{"fileSystem":{},"manifests":{"type":"list","member":{"type":"structure","required":["rootPath","rootPathFormat"],"members":{"fileSystemLocationName":{"shape":"S1h"},"inputManifestHash":{},"inputManifestPath":{},"outputRelativeDirectories":{"type":"list","member":{}},"rootPath":{},"rootPathFormat":{}},"sensitive":true}}}},"S1h":{"type":"string","sensitive":true},"S1p":{"type":"structure","required":["rootPrefix","s3BucketName"],"members":{"rootPrefix":{},"s3BucketName":{}}},"S1s":{"type":"structure","required":["runAs"],"members":{"posix":{"type":"structure","required":["group","user"],"members":{"group":{},"user":{}}},"runAs":{},"windows":{"type":"structure","required":["passwordArn","user"],"members":{"passwordArn":{},"user":{}}}}},"S20":{"type":"map","key":{},"value":{"type":"structure","members":{"float":{},"int":{},"path":{},"string":{}},"union":true},"sensitive":true},"S2o":{"type":"list","member":{"type":"structure","required":["thresholdPercentage","type"],"members":{"description":{"shape":"S2q"},"thresholdPercentage":{"type":"float"},"type":{}}}},"S2q":{"type":"string","sensitive":true},"S2w":{"type":"structure","members":{"fixed":{"type":"structure","required":["endTime","startTime"],"members":{"endTime":{"type":"timestamp","timestampFormat":"iso8601"},"startTime":{"type":"timestamp","timestampFormat":"iso8601"}}}},"union":true},"S30":{"type":"structure","members":{"queueId":{}},"union":true},"S35":{"type":"map","key":{},"value":{}},"S38":{"type":"structure","members":{"customerManaged":{"type":"structure","required":["mode","workerCapabilities"],"members":{"mode":{},"storageProfileId":{},"workerCapabilities":{"type":"structure","required":["cpuArchitectureType","memoryMiB","osFamily","vCpuCount"],"members":{"acceleratorCount":{"type":"structure","required":["min"],"members":{"max":{"type":"integer"},"min":{"type":"integer"}}},"acceleratorTotalMemoryMiB":{"type":"structure","required":["min"],"members":{"max":{"type":"integer"},"min":{"type":"integer"}}},"acceleratorTypes":{"type":"list","member":{}},"cpuArchitectureType":{},"customAmounts":{"shape":"S3j"},"customAttributes":{"shape":"S3n"},"memoryMiB":{"shape":"S3s"},"osFamily":{},"vCpuCount":{"shape":"S3v"}}}}},"serviceManagedEc2":{"type":"structure","required":["instanceCapabilities","instanceMarketOptions"],"members":{"instanceCapabilities":{"type":"structure","required":["cpuArchitectureType","memoryMiB","osFamily","vCpuCount"],"members":{"allowedInstanceTypes":{"shape":"S3z"},"cpuArchitectureType":{},"customAmounts":{"shape":"S3j"},"customAttributes":{"shape":"S3n"},"excludedInstanceTypes":{"shape":"S3z"},"memoryMiB":{"shape":"S3s"},"osFamily":{},"rootEbsVolume":{"type":"structure","members":{"iops":{"type":"integer"},"sizeGiB":{"type":"integer"},"throughputMiB":{"type":"integer"}}},"vCpuCount":{"shape":"S3v"}}},"instanceMarketOptions":{"type":"structure","required":["type"],"members":{"type":{}}}}}},"union":true},"S3j":{"type":"list","member":{"shape":"S3k"}},"S3k":{"type":"structure","required":["min","name"],"members":{"max":{"type":"float"},"min":{"type":"float"},"name":{}}},"S3n":{"type":"list","member":{"shape":"S3o"}},"S3o":{"type":"structure","required":["name","values"],"members":{"name":{},"values":{"shape":"S3q"}}},"S3q":{"type":"list","member":{}},"S3s":{"type":"structure","required":["min"],"members":{"max":{"type":"integer"},"min":{"type":"integer"}}},"S3v":{"type":"structure","required":["min"],"members":{"max":{"type":"integer"},"min":{"type":"integer"}}},"S3z":{"type":"list","member":{}},"S4v":{"type":"list","member":{}},"S4x":{"type":"list","member":{"shape":"S1h"}},"S51":{"type":"string","sensitive":true},"S58":{"type":"list","member":{"type":"structure","required":["name","path","type"],"members":{"name":{"shape":"S1h"},"path":{},"type":{}},"sensitive":true}},"S5e":{"type":"structure","members":{"hostName":{},"ipAddresses":{"shape":"S5g"}}},"S5g":{"type":"structure","members":{"ipV4Addresses":{"type":"list","member":{}},"ipV6Addresses":{"type":"list","member":{}}}},"S6l":{"type":"timestamp","timestampFormat":"iso8601"},"S6n":{"type":"timestamp","timestampFormat":"iso8601"},"S6q":{"type":"structure","required":["approximateDollarUsage"],"members":{"approximateDollarUsage":{"type":"float"}}},"S73":{"type":"timestamp","timestampFormat":"iso8601"},"S76":{"type":"timestamp","timestampFormat":"iso8601"},"S79":{"type":"map","key":{},"value":{"type":"integer"}},"S7x":{"type":"structure","members":{"ec2InstanceArn":{},"ec2InstanceType":{},"hostName":{},"ipAddresses":{"shape":"S5g"}}},"S7z":{"type":"structure","required":["logDriver"],"members":{"error":{},"logDriver":{},"options":{"type":"map","key":{},"value":{}},"parameters":{"type":"map","key":{},"value":{}}}},"S8d":{"type":"map","key":{},"value":{"type":"structure","members":{"float":{},"int":{},"path":{},"string":{}},"sensitive":true,"union":true},"sensitive":true},"S8h":{"type":"string","sensitive":true},"S8k":{"type":"timestamp","timestampFormat":"iso8601"},"S8r":{"type":"structure","members":{"avg":{"type":"double"},"max":{"type":"double"},"min":{"type":"double"},"sum":{"type":"double"}}},"S8z":{"type":"structure","required":["consumersResolved","consumersUnresolved","dependenciesResolved","dependenciesUnresolved"],"members":{"consumersResolved":{"type":"integer"},"consumersUnresolved":{"type":"integer"},"dependenciesResolved":{"type":"integer"},"dependenciesUnresolved":{"type":"integer"}}},"S93":{"type":"structure","required":["parameters"],"members":{"combination":{},"parameters":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}}}}},"S9e":{"type":"list","member":{}},"S9t":{"type":"list","member":{"type":"structure","required":["family","port","productId","vendor"],"members":{"family":{},"port":{"type":"integer"},"productId":{},"vendor":{}}}},"Scd":{"type":"list","member":{"type":"structure","required":["displayName","osFamily","storageProfileId"],"members":{"displayName":{},"osFamily":{},"storageProfileId":{}}}},"Scu":{"type":"structure","required":["filters","operator"],"members":{"filters":{"type":"list","member":{"type":"structure","members":{"dateTimeFilter":{"type":"structure","required":["dateTime","name","operator"],"members":{"dateTime":{"shape":"Sl"},"name":{},"operator":{}}},"groupFilter":{"shape":"Scu"},"parameterFilter":{"type":"structure","required":["name","operator","value"],"members":{"name":{},"operator":{},"value":{}}},"searchTermFilter":{"type":"structure","required":["searchTerm"],"members":{"searchTerm":{}}},"stringFilter":{"type":"structure","required":["name","operator","value"],"members":{"name":{},"operator":{},"value":{}}}},"union":true}},"operator":{}}},"Sd9":{"type":"list","member":{"type":"structure","members":{"fieldSort":{"type":"structure","required":["name","sortOrder"],"members":{"name":{},"sortOrder":{}}},"parameterSort":{"type":"structure","required":["name","sortOrder"],"members":{"name":{},"sortOrder":{}}},"userJobsFirst":{"type":"structure","required":["userIdentityId"],"members":{"userIdentityId":{}}}},"union":true}}}}
|
65805
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-10-12","auth":["aws.auth#sigv4"],"endpointPrefix":"deadline","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"AWSDeadlineCloud","serviceId":"deadline","signatureVersion":"v4","signingName":"deadline","uid":"deadline-2023-10-12"},"operations":{"AssociateMemberToFarm":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","principalId","principalType","identityStoreId","membershipLevel"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"principalId":{"location":"uri","locationName":"principalId"},"principalType":{},"identityStoreId":{},"membershipLevel":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"AssociateMemberToFleet":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","principalId","principalType","identityStoreId","membershipLevel"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"principalId":{"location":"uri","locationName":"principalId"},"principalType":{},"identityStoreId":{},"membershipLevel":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"AssociateMemberToJob":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId","principalId","principalType","identityStoreId","membershipLevel"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"principalId":{"location":"uri","locationName":"principalId"},"principalType":{},"identityStoreId":{},"membershipLevel":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"AssociateMemberToQueue":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","principalId","principalType","identityStoreId","membershipLevel"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"principalId":{"location":"uri","locationName":"principalId"},"principalType":{},"identityStoreId":{},"membershipLevel":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"AssumeFleetRoleForRead":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/read-roles","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"}}},"output":{"type":"structure","required":["credentials"],"members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"management."}},"AssumeFleetRoleForWorker":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/fleet-roles","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","required":["credentials"],"members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"scheduling."}},"AssumeQueueRoleForRead":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/read-roles","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["credentials"],"members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"management."}},"AssumeQueueRoleForUser":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/user-roles","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["credentials"],"members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"management."}},"AssumeQueueRoleForWorker":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/queue-roles","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"},"queueId":{"location":"querystring","locationName":"queueId"}}},"output":{"type":"structure","members":{"credentials":{"shape":"Sj"}},"sensitive":true},"endpoint":{"hostPrefix":"scheduling."}},"BatchGetJobEntity":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/batchGetJobEntity","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId","identifiers"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"},"identifiers":{"type":"list","member":{"type":"structure","members":{"jobDetails":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"jobAttachmentDetails":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"stepDetails":{"type":"structure","required":["jobId","stepId"],"members":{"jobId":{},"stepId":{}}},"environmentDetails":{"type":"structure","required":["jobId","environmentId"],"members":{"jobId":{},"environmentId":{}}}},"union":true}}}},"output":{"type":"structure","required":["entities","errors"],"members":{"entities":{"type":"list","member":{"type":"structure","members":{"jobDetails":{"type":"structure","required":["jobId","logGroupName","schemaVersion"],"members":{"jobId":{},"jobAttachmentSettings":{"shape":"S1a"},"jobRunAsUser":{"shape":"S1d"},"logGroupName":{},"queueRoleArn":{},"parameters":{"shape":"S1n"},"schemaVersion":{},"pathMappingRules":{"type":"list","member":{"type":"structure","required":["sourcePathFormat","sourcePath","destinationPath"],"members":{"sourcePathFormat":{},"sourcePath":{},"destinationPath":{}},"sensitive":true}}}},"jobAttachmentDetails":{"type":"structure","required":["jobId","attachments"],"members":{"jobId":{},"attachments":{"shape":"S1x"}}},"stepDetails":{"type":"structure","required":["jobId","stepId","schemaVersion","template","dependencies"],"members":{"jobId":{},"stepId":{},"schemaVersion":{},"template":{"shape":"S28"},"dependencies":{"type":"list","member":{}}}},"environmentDetails":{"type":"structure","required":["jobId","environmentId","schemaVersion","template"],"members":{"jobId":{},"environmentId":{},"schemaVersion":{},"template":{"shape":"S28"}}}},"union":true}},"errors":{"type":"list","member":{"type":"structure","members":{"jobDetails":{"type":"structure","required":["jobId","code","message"],"members":{"jobId":{},"code":{},"message":{}}},"jobAttachmentDetails":{"type":"structure","required":["jobId","code","message"],"members":{"jobId":{},"code":{},"message":{}}},"stepDetails":{"type":"structure","required":["jobId","stepId","code","message"],"members":{"jobId":{},"stepId":{},"code":{},"message":{}}},"environmentDetails":{"type":"structure","required":["jobId","environmentId","code","message"],"members":{"jobId":{},"environmentId":{},"code":{},"message":{}}}},"union":true}}}},"endpoint":{"hostPrefix":"scheduling."}},"CopyJobTemplate":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/template","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId","targetS3Location"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"},"targetS3Location":{"type":"structure","required":["bucketName","key"],"members":{"bucketName":{},"key":{}}}}},"output":{"type":"structure","required":["templateType"],"members":{"templateType":{}}},"endpoint":{"hostPrefix":"management."}},"CreateBudget":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/budgets","responseCode":200},"input":{"type":"structure","required":["farmId","usageTrackingResource","displayName","approximateDollarLimit","actions","schedule"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"usageTrackingResource":{"shape":"S2p"},"displayName":{},"description":{"shape":"S2r"},"approximateDollarLimit":{"type":"float"},"actions":{"shape":"S2t"},"schedule":{"shape":"S2x"}}},"output":{"type":"structure","required":["budgetId"],"members":{"budgetId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateFarm":{"http":{"requestUri":"/2023-10-12/farms","responseCode":200},"input":{"type":"structure","required":["displayName"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"displayName":{},"description":{"shape":"S2r"},"kmsKeyArn":{},"tags":{"shape":"S35"}}},"output":{"type":"structure","required":["farmId"],"members":{"farmId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateFleet":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/fleets","responseCode":200},"input":{"type":"structure","required":["farmId","displayName","roleArn","maxWorkerCount","configuration"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"displayName":{},"description":{"shape":"S2r"},"roleArn":{},"minWorkerCount":{"type":"integer"},"maxWorkerCount":{"type":"integer"},"configuration":{"shape":"S39"},"tags":{"shape":"S35"}}},"output":{"type":"structure","required":["fleetId"],"members":{"fleetId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateJob":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs","responseCode":201},"input":{"type":"structure","required":["farmId","queueId","template","templateType","priority"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"template":{"type":"string","sensitive":true},"templateType":{},"priority":{"type":"integer"},"parameters":{"shape":"S1n"},"attachments":{"shape":"S1x"},"storageProfileId":{},"targetTaskRunStatus":{},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"}}},"output":{"type":"structure","required":["jobId"],"members":{"jobId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateLicenseEndpoint":{"http":{"requestUri":"/2023-10-12/license-endpoints","responseCode":200},"input":{"type":"structure","required":["vpcId","subnetIds","securityGroupIds"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"vpcId":{},"subnetIds":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}},"tags":{"shape":"S35"}}},"output":{"type":"structure","required":["licenseEndpointId"],"members":{"licenseEndpointId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateMonitor":{"http":{"requestUri":"/2023-10-12/monitors","responseCode":200},"input":{"type":"structure","required":["displayName","identityCenterInstanceArn","subdomain","roleArn"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"displayName":{},"identityCenterInstanceArn":{},"subdomain":{},"roleArn":{}}},"output":{"type":"structure","required":["monitorId","identityCenterApplicationArn"],"members":{"monitorId":{},"identityCenterApplicationArn":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateQueue":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/queues","responseCode":200},"input":{"type":"structure","required":["farmId","displayName"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"displayName":{},"description":{"shape":"S2r"},"defaultBudgetAction":{},"jobAttachmentSettings":{"shape":"S1a"},"roleArn":{},"jobRunAsUser":{"shape":"S1d"},"requiredFileSystemLocationNames":{"shape":"S4w"},"allowedStorageProfileIds":{"shape":"S4x"},"tags":{"shape":"S35"}}},"output":{"type":"structure","required":["queueId"],"members":{"queueId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateQueueEnvironment":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","priority","templateType","template"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"priority":{"type":"integer"},"templateType":{},"template":{"shape":"S52"}}},"output":{"type":"structure","required":["queueEnvironmentId"],"members":{"queueEnvironmentId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateQueueFleetAssociation":{"http":{"method":"PUT","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{},"fleetId":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateStorageProfile":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/storage-profiles","responseCode":200},"input":{"type":"structure","required":["farmId","displayName","osFamily"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"displayName":{},"osFamily":{},"fileSystemLocations":{"shape":"S59"}}},"output":{"type":"structure","required":["storageProfileId"],"members":{"storageProfileId":{}}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"CreateWorker":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"hostProperties":{"shape":"S5e"},"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"}}},"output":{"type":"structure","required":["workerId"],"members":{"workerId":{}}},"endpoint":{"hostPrefix":"scheduling."},"idempotent":true},"DeleteBudget":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/budgets/{budgetId}","responseCode":200},"input":{"type":"structure","required":["farmId","budgetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"budgetId":{"location":"uri","locationName":"budgetId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteFarm":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteFleet":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteLicenseEndpoint":{"http":{"method":"DELETE","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteMeteredProduct":{"http":{"method":"DELETE","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}/metered-products/{productId}","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId","productId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"},"productId":{"location":"uri","locationName":"productId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteMonitor":{"http":{"method":"DELETE","requestUri":"/2023-10-12/monitors/{monitorId}","responseCode":200},"input":{"type":"structure","required":["monitorId"],"members":{"monitorId":{"location":"uri","locationName":"monitorId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteQueue":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteQueueEnvironment":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments/{queueEnvironmentId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","queueEnvironmentId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"queueEnvironmentId":{"location":"uri","locationName":"queueEnvironmentId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteQueueFleetAssociation":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations/{queueId}/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"fleetId":{"location":"uri","locationName":"fleetId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteStorageProfile":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}","responseCode":200},"input":{"type":"structure","required":["farmId","storageProfileId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"storageProfileId":{"location":"uri","locationName":"storageProfileId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DeleteWorker":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DisassociateMemberFromFarm":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","principalId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"principalId":{"location":"uri","locationName":"principalId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DisassociateMemberFromFleet":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","principalId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"principalId":{"location":"uri","locationName":"principalId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DisassociateMemberFromJob":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId","principalId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"principalId":{"location":"uri","locationName":"principalId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"DisassociateMemberFromQueue":{"http":{"method":"DELETE","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/members/{principalId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","principalId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"principalId":{"location":"uri","locationName":"principalId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"GetBudget":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/budgets/{budgetId}","responseCode":200},"input":{"type":"structure","required":["farmId","budgetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"budgetId":{"location":"uri","locationName":"budgetId"}}},"output":{"type":"structure","required":["budgetId","usageTrackingResource","status","displayName","approximateDollarLimit","usages","actions","schedule","createdBy","createdAt"],"members":{"budgetId":{},"usageTrackingResource":{"shape":"S2p"},"status":{},"displayName":{},"description":{"shape":"S2r"},"approximateDollarLimit":{"type":"float"},"usages":{"shape":"S6k"},"actions":{"type":"list","member":{"type":"structure","required":["type","thresholdPercentage"],"members":{"type":{},"thresholdPercentage":{"type":"float"},"description":{"shape":"S2r"}}}},"schedule":{"shape":"S2x"},"createdBy":{},"createdAt":{"shape":"S6o"},"updatedBy":{},"updatedAt":{"shape":"S6q"},"queueStoppedAt":{"shape":"S6q"}}},"endpoint":{"hostPrefix":"management."}},"GetFarm":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"}}},"output":{"type":"structure","required":["farmId","displayName","kmsKeyArn","createdAt","createdBy"],"members":{"farmId":{},"displayName":{},"description":{"shape":"S2r"},"kmsKeyArn":{},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetFleet":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"}}},"output":{"type":"structure","required":["fleetId","farmId","displayName","status","workerCount","minWorkerCount","maxWorkerCount","configuration","roleArn","createdAt","createdBy"],"members":{"fleetId":{},"farmId":{},"displayName":{},"description":{"shape":"S2r"},"status":{},"autoScalingStatus":{},"targetWorkerCount":{"type":"integer"},"workerCount":{"type":"integer"},"minWorkerCount":{"type":"integer"},"maxWorkerCount":{"type":"integer"},"configuration":{"shape":"S39"},"capabilities":{"type":"structure","members":{"amounts":{"type":"list","member":{"shape":"S3o"}},"attributes":{"type":"list","member":{"shape":"S3s"}}}},"roleArn":{},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetJob":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}","responseCode":200},"input":{"type":"structure","required":["farmId","jobId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"jobId":{"location":"uri","locationName":"jobId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["jobId","name","lifecycleStatus","lifecycleStatusMessage","priority","createdAt","createdBy"],"members":{"jobId":{},"name":{},"lifecycleStatus":{},"lifecycleStatusMessage":{},"priority":{"type":"integer"},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{},"startedAt":{"shape":"S74"},"endedAt":{"shape":"S75"},"taskRunStatus":{},"targetTaskRunStatus":{},"taskRunStatusCounts":{"shape":"S78"},"storageProfileId":{},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"parameters":{"shape":"S1n"},"attachments":{"shape":"S1x"},"description":{"type":"string","sensitive":true}}},"endpoint":{"hostPrefix":"management."}},"GetLicenseEndpoint":{"http":{"method":"GET","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"}}},"output":{"type":"structure","required":["licenseEndpointId","status","statusMessage"],"members":{"licenseEndpointId":{},"status":{},"statusMessage":{},"vpcId":{},"dnsName":{},"subnetIds":{"type":"list","member":{}},"securityGroupIds":{"type":"list","member":{}}}},"endpoint":{"hostPrefix":"management."}},"GetMonitor":{"http":{"method":"GET","requestUri":"/2023-10-12/monitors/{monitorId}","responseCode":200},"input":{"type":"structure","required":["monitorId"],"members":{"monitorId":{"location":"uri","locationName":"monitorId"}}},"output":{"type":"structure","required":["monitorId","displayName","subdomain","url","roleArn","identityCenterInstanceArn","identityCenterApplicationArn","createdAt","createdBy"],"members":{"monitorId":{},"displayName":{},"subdomain":{},"url":{},"roleArn":{},"identityCenterInstanceArn":{},"identityCenterApplicationArn":{},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetQueue":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"}}},"output":{"type":"structure","required":["queueId","displayName","farmId","status","defaultBudgetAction","createdAt","createdBy"],"members":{"queueId":{},"displayName":{},"description":{"shape":"S2r"},"farmId":{},"status":{},"defaultBudgetAction":{},"blockedReason":{},"jobAttachmentSettings":{"shape":"S1a"},"roleArn":{},"requiredFileSystemLocationNames":{"shape":"S4w"},"allowedStorageProfileIds":{"shape":"S4x"},"jobRunAsUser":{"shape":"S1d"},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetQueueEnvironment":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments/{queueEnvironmentId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","queueEnvironmentId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"queueEnvironmentId":{"location":"uri","locationName":"queueEnvironmentId"}}},"output":{"type":"structure","required":["queueEnvironmentId","name","priority","templateType","template","createdAt","createdBy"],"members":{"queueEnvironmentId":{},"name":{},"priority":{"type":"integer"},"templateType":{},"template":{"shape":"S52"},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetQueueFleetAssociation":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations/{queueId}/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"fleetId":{"location":"uri","locationName":"fleetId"}}},"output":{"type":"structure","required":["queueId","fleetId","status","createdAt","createdBy"],"members":{"queueId":{},"fleetId":{},"status":{},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"GetSession":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/sessions/{sessionId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId","sessionId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"sessionId":{"location":"uri","locationName":"sessionId"}}},"output":{"type":"structure","required":["sessionId","fleetId","workerId","startedAt","log","lifecycleStatus"],"members":{"sessionId":{},"fleetId":{},"workerId":{},"startedAt":{"shape":"S74"},"log":{"shape":"S7x"},"lifecycleStatus":{},"endedAt":{"shape":"S75"},"updatedAt":{"shape":"S6q"},"updatedBy":{},"targetLifecycleStatus":{},"hostProperties":{"shape":"S84"},"workerLog":{"shape":"S7x"}}},"endpoint":{"hostPrefix":"management."}},"GetSessionAction":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/session-actions/{sessionActionId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId","sessionActionId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"sessionActionId":{"location":"uri","locationName":"sessionActionId"}}},"output":{"type":"structure","required":["sessionActionId","status","sessionId","definition"],"members":{"sessionActionId":{},"status":{},"startedAt":{"shape":"S74"},"endedAt":{"shape":"S75"},"workerUpdatedAt":{"shape":"S89"},"progressPercent":{"type":"float"},"sessionId":{},"processExitCode":{"type":"integer"},"progressMessage":{"shape":"S8c"},"definition":{"type":"structure","members":{"envEnter":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"envExit":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"taskRun":{"type":"structure","required":["taskId","stepId","parameters"],"members":{"taskId":{},"stepId":{},"parameters":{"shape":"S8i"}}},"syncInputJobAttachments":{"type":"structure","members":{"stepId":{}}}},"union":true}}},"endpoint":{"hostPrefix":"management."}},"GetSessionsStatisticsAggregation":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/sessions-statistics-aggregation","responseCode":200},"input":{"type":"structure","required":["farmId","aggregationId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"aggregationId":{"location":"querystring","locationName":"aggregationId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","required":["status"],"members":{"statistics":{"type":"list","member":{"type":"structure","required":["count","costInUsd","runtimeInSeconds"],"members":{"queueId":{},"fleetId":{},"jobId":{},"jobName":{},"userId":{},"usageType":{},"licenseProduct":{},"instanceType":{},"count":{"type":"integer"},"costInUsd":{"shape":"S8u"},"runtimeInSeconds":{"shape":"S8u"},"aggregationStartTime":{"shape":"Sn"},"aggregationEndTime":{"shape":"Sn"}}}},"nextToken":{},"status":{},"statusMessage":{}}},"endpoint":{"hostPrefix":"management."}},"GetStep":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId","stepId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"stepId":{"location":"uri","locationName":"stepId"}}},"output":{"type":"structure","required":["stepId","name","lifecycleStatus","taskRunStatus","taskRunStatusCounts","createdAt","createdBy"],"members":{"stepId":{},"name":{},"lifecycleStatus":{},"lifecycleStatusMessage":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S78"},"targetTaskRunStatus":{},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{},"startedAt":{"shape":"S74"},"endedAt":{"shape":"S75"},"dependencyCounts":{"shape":"S92"},"requiredCapabilities":{"type":"structure","required":["attributes","amounts"],"members":{"attributes":{"type":"list","member":{"type":"structure","required":["name"],"members":{"name":{},"anyOf":{"shape":"S96"},"allOf":{"shape":"S96"}}}},"amounts":{"type":"list","member":{"type":"structure","required":["name"],"members":{"name":{},"min":{"type":"double"},"max":{"type":"double"},"value":{"type":"double"}}}}}},"parameterSpace":{"shape":"S99"},"description":{"type":"string","sensitive":true}}},"endpoint":{"hostPrefix":"management."}},"GetStorageProfile":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}","responseCode":200},"input":{"type":"structure","required":["farmId","storageProfileId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"storageProfileId":{"location":"uri","locationName":"storageProfileId"}}},"output":{"type":"structure","required":["storageProfileId","displayName","osFamily","createdAt","createdBy"],"members":{"storageProfileId":{},"displayName":{},"osFamily":{},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{},"fileSystemLocations":{"shape":"S59"}}},"endpoint":{"hostPrefix":"management."}},"GetStorageProfileForQueue":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/storage-profiles/{storageProfileId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","storageProfileId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"storageProfileId":{"location":"uri","locationName":"storageProfileId"}}},"output":{"type":"structure","required":["storageProfileId","displayName","osFamily"],"members":{"storageProfileId":{},"displayName":{},"osFamily":{},"fileSystemLocations":{"shape":"S59"}}},"endpoint":{"hostPrefix":"management."}},"GetTask":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/tasks/{taskId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId","stepId","taskId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"stepId":{"location":"uri","locationName":"stepId"},"taskId":{"location":"uri","locationName":"taskId"}}},"output":{"type":"structure","required":["taskId","createdAt","createdBy","runStatus"],"members":{"taskId":{},"createdAt":{"shape":"S6o"},"createdBy":{},"runStatus":{},"targetRunStatus":{},"failureRetryCount":{"type":"integer"},"parameters":{"shape":"S8i"},"startedAt":{"shape":"S74"},"endedAt":{"shape":"S75"},"updatedAt":{"shape":"S6q"},"updatedBy":{},"latestSessionActionId":{}}},"endpoint":{"hostPrefix":"management."}},"GetWorker":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"}}},"output":{"type":"structure","required":["workerId","farmId","fleetId","status","createdAt","createdBy"],"members":{"workerId":{},"farmId":{},"fleetId":{},"hostProperties":{"shape":"S84"},"status":{},"log":{"shape":"S7x"},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}},"endpoint":{"hostPrefix":"management."}},"ListAvailableMeteredProducts":{"http":{"method":"GET","requestUri":"/2023-10-12/metered-products","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["meteredProducts"],"members":{"meteredProducts":{"shape":"S9t"},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListBudgets":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/budgets","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"farmId":{"location":"uri","locationName":"farmId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"status":{"location":"querystring","locationName":"status"}}},"output":{"type":"structure","required":["budgets"],"members":{"nextToken":{},"budgets":{"type":"list","member":{"type":"structure","required":["budgetId","usageTrackingResource","status","displayName","approximateDollarLimit","usages","createdBy","createdAt"],"members":{"budgetId":{},"usageTrackingResource":{"shape":"S2p"},"status":{},"displayName":{},"description":{"shape":"S2r","deprecated":true,"deprecatedMessage":"ListBudgets no longer supports description. Use GetBudget if description is needed."},"approximateDollarLimit":{"type":"float"},"usages":{"shape":"S6k"},"createdBy":{},"createdAt":{"shape":"S6o"},"updatedBy":{},"updatedAt":{"shape":"S6q"}}}}}},"endpoint":{"hostPrefix":"management."}},"ListFarmMembers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/members","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["farmId","principalId","principalType","identityStoreId","membershipLevel"],"members":{"farmId":{},"principalId":{},"principalType":{},"identityStoreId":{},"membershipLevel":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListFarms":{"http":{"method":"GET","requestUri":"/2023-10-12/farms","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"principalId":{"location":"querystring","locationName":"principalId"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["farms"],"members":{"nextToken":{},"farms":{"type":"list","member":{"type":"structure","required":["farmId","displayName","createdAt","createdBy"],"members":{"farmId":{},"displayName":{},"kmsKeyArn":{},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListFleetMembers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/members","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["farmId","fleetId","principalId","principalType","identityStoreId","membershipLevel"],"members":{"farmId":{},"fleetId":{},"principalId":{},"principalType":{},"identityStoreId":{},"membershipLevel":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListFleets":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"principalId":{"location":"querystring","locationName":"principalId"},"displayName":{"location":"querystring","locationName":"displayName"},"status":{"location":"querystring","locationName":"status"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["fleets"],"members":{"fleets":{"type":"list","member":{"type":"structure","required":["fleetId","farmId","displayName","status","workerCount","minWorkerCount","maxWorkerCount","configuration","createdAt","createdBy"],"members":{"fleetId":{},"farmId":{},"displayName":{},"status":{},"autoScalingStatus":{},"targetWorkerCount":{"type":"integer"},"workerCount":{"type":"integer"},"minWorkerCount":{"type":"integer"},"maxWorkerCount":{"type":"integer"},"configuration":{"shape":"S39"},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListJobMembers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/members","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["farmId","queueId","jobId","principalId","principalType","identityStoreId","membershipLevel"],"members":{"farmId":{},"queueId":{},"jobId":{},"principalId":{},"principalType":{},"identityStoreId":{},"membershipLevel":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListJobs":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"principalId":{"location":"querystring","locationName":"principalId"},"queueId":{"location":"uri","locationName":"queueId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["jobs"],"members":{"jobs":{"type":"list","member":{"type":"structure","required":["jobId","name","lifecycleStatus","lifecycleStatusMessage","priority","createdAt","createdBy"],"members":{"jobId":{},"name":{},"lifecycleStatus":{},"lifecycleStatusMessage":{},"priority":{"type":"integer"},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{},"startedAt":{"shape":"S74"},"endedAt":{"shape":"S75"},"taskRunStatus":{},"targetTaskRunStatus":{},"taskRunStatusCounts":{"shape":"S78"},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListLicenseEndpoints":{"http":{"method":"GET","requestUri":"/2023-10-12/license-endpoints","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["licenseEndpoints"],"members":{"licenseEndpoints":{"type":"list","member":{"type":"structure","members":{"licenseEndpointId":{},"status":{},"statusMessage":{},"vpcId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListMeteredProducts":{"http":{"method":"GET","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}/metered-products","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["meteredProducts"],"members":{"meteredProducts":{"shape":"S9t"},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListMonitors":{"http":{"method":"GET","requestUri":"/2023-10-12/monitors","responseCode":200},"input":{"type":"structure","members":{"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["monitors"],"members":{"nextToken":{},"monitors":{"type":"list","member":{"type":"structure","required":["monitorId","displayName","subdomain","url","roleArn","identityCenterInstanceArn","identityCenterApplicationArn","createdAt","createdBy"],"members":{"monitorId":{},"displayName":{},"subdomain":{},"url":{},"roleArn":{},"identityCenterInstanceArn":{},"identityCenterApplicationArn":{},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}}}}},"endpoint":{"hostPrefix":"management."}},"ListQueueEnvironments":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["environments"],"members":{"environments":{"type":"list","member":{"type":"structure","required":["queueEnvironmentId","name","priority"],"members":{"queueEnvironmentId":{},"name":{},"priority":{"type":"integer"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListQueueFleetAssociations":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"querystring","locationName":"queueId"},"fleetId":{"location":"querystring","locationName":"fleetId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["queueFleetAssociations"],"members":{"queueFleetAssociations":{"type":"list","member":{"type":"structure","required":["queueId","fleetId","status","createdAt","createdBy"],"members":{"queueId":{},"fleetId":{},"status":{},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListQueueMembers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/members","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["members"],"members":{"members":{"type":"list","member":{"type":"structure","required":["farmId","queueId","principalId","principalType","identityStoreId","membershipLevel"],"members":{"farmId":{},"queueId":{},"principalId":{},"principalType":{},"identityStoreId":{},"membershipLevel":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListQueues":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"principalId":{"location":"querystring","locationName":"principalId"},"status":{"location":"querystring","locationName":"status"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["queues"],"members":{"queues":{"type":"list","member":{"type":"structure","required":["farmId","queueId","displayName","status","defaultBudgetAction","createdAt","createdBy"],"members":{"farmId":{},"queueId":{},"displayName":{},"status":{},"defaultBudgetAction":{},"blockedReason":{},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListSessionActions":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/session-actions","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"sessionId":{"location":"querystring","locationName":"sessionId"},"taskId":{"location":"querystring","locationName":"taskId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["sessionActions"],"members":{"sessionActions":{"type":"list","member":{"type":"structure","required":["sessionActionId","status","definition"],"members":{"sessionActionId":{},"status":{},"startedAt":{"shape":"S74"},"endedAt":{"shape":"S75"},"workerUpdatedAt":{"shape":"S89"},"progressPercent":{"type":"float"},"definition":{"type":"structure","members":{"envEnter":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"envExit":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"taskRun":{"type":"structure","required":["taskId","stepId"],"members":{"taskId":{},"stepId":{}}},"syncInputJobAttachments":{"type":"structure","members":{"stepId":{}}}},"union":true}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListSessions":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/sessions","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["sessions"],"members":{"sessions":{"type":"list","member":{"type":"structure","required":["sessionId","fleetId","workerId","startedAt","lifecycleStatus"],"members":{"sessionId":{},"fleetId":{},"workerId":{},"startedAt":{"shape":"S74"},"lifecycleStatus":{},"endedAt":{"shape":"S75"},"updatedAt":{"shape":"S6q"},"updatedBy":{},"targetLifecycleStatus":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListSessionsForWorker":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/sessions","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["sessions"],"members":{"sessions":{"type":"list","member":{"type":"structure","required":["sessionId","queueId","jobId","startedAt","lifecycleStatus"],"members":{"sessionId":{},"queueId":{},"jobId":{},"startedAt":{"shape":"S74"},"lifecycleStatus":{},"endedAt":{"shape":"S75"},"targetLifecycleStatus":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListStepConsumers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/consumers","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId","stepId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"stepId":{"location":"uri","locationName":"stepId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["consumers"],"members":{"consumers":{"type":"list","member":{"type":"structure","required":["stepId","status"],"members":{"stepId":{},"status":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListStepDependencies":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/dependencies","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId","stepId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"stepId":{"location":"uri","locationName":"stepId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["dependencies"],"members":{"dependencies":{"type":"list","member":{"type":"structure","required":["stepId","status"],"members":{"stepId":{},"status":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListSteps":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["steps"],"members":{"steps":{"type":"list","member":{"type":"structure","required":["stepId","name","lifecycleStatus","taskRunStatus","taskRunStatusCounts","createdAt","createdBy"],"members":{"stepId":{},"name":{},"lifecycleStatus":{},"lifecycleStatusMessage":{},"taskRunStatus":{},"taskRunStatusCounts":{"shape":"S78"},"targetTaskRunStatus":{},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{},"startedAt":{"shape":"S74"},"endedAt":{"shape":"S75"},"dependencyCounts":{"shape":"S92"}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListStorageProfiles":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/storage-profiles","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["storageProfiles"],"members":{"storageProfiles":{"shape":"Scd"},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListStorageProfilesForQueue":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/storage-profiles","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["storageProfiles"],"members":{"storageProfiles":{"shape":"Scd"},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/2023-10-12/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"S35"}}},"endpoint":{"hostPrefix":"management."}},"ListTasks":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/tasks","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId","stepId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"stepId":{"location":"uri","locationName":"stepId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["tasks"],"members":{"tasks":{"type":"list","member":{"type":"structure","required":["taskId","createdAt","createdBy","runStatus"],"members":{"taskId":{},"createdAt":{"shape":"S6o"},"createdBy":{},"runStatus":{},"targetRunStatus":{},"failureRetryCount":{"type":"integer"},"parameters":{"shape":"S8i"},"startedAt":{"shape":"S74"},"endedAt":{"shape":"S75"},"updatedAt":{"shape":"S6q"},"updatedBy":{},"latestSessionActionId":{}}}},"nextToken":{}}},"endpoint":{"hostPrefix":"management."}},"ListWorkers":{"http":{"method":"GET","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"nextToken":{"location":"querystring","locationName":"nextToken"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"}}},"output":{"type":"structure","required":["workers"],"members":{"nextToken":{},"workers":{"type":"list","member":{"type":"structure","required":["workerId","farmId","fleetId","status","createdAt","createdBy"],"members":{"workerId":{},"farmId":{},"fleetId":{},"status":{},"hostProperties":{"shape":"S84"},"log":{"shape":"S7x"},"createdAt":{"shape":"S6o"},"createdBy":{},"updatedAt":{"shape":"S6q"},"updatedBy":{}}}}}},"endpoint":{"hostPrefix":"management."}},"PutMeteredProduct":{"http":{"method":"PUT","requestUri":"/2023-10-12/license-endpoints/{licenseEndpointId}/metered-products/{productId}","responseCode":200},"input":{"type":"structure","required":["licenseEndpointId","productId"],"members":{"licenseEndpointId":{"location":"uri","locationName":"licenseEndpointId"},"productId":{"location":"uri","locationName":"productId"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"SearchJobs":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/search/jobs","responseCode":200},"input":{"type":"structure","required":["farmId","queueIds","itemOffset"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueIds":{"type":"list","member":{}},"filterExpressions":{"shape":"Scv"},"sortExpressions":{"shape":"Sd7"},"itemOffset":{"type":"integer"},"pageSize":{"type":"integer"}}},"output":{"type":"structure","required":["jobs","totalResults"],"members":{"jobs":{"type":"list","member":{"type":"structure","members":{"jobId":{},"queueId":{},"name":{},"lifecycleStatus":{},"lifecycleStatusMessage":{},"taskRunStatus":{},"targetTaskRunStatus":{},"taskRunStatusCounts":{"shape":"S78"},"priority":{"type":"integer"},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"createdBy":{},"createdAt":{"shape":"S6o"},"endedAt":{"shape":"S75"},"startedAt":{"shape":"S74"},"jobParameters":{"shape":"S1n"}}}},"nextItemOffset":{"type":"integer"},"totalResults":{"type":"integer"}}},"endpoint":{"hostPrefix":"management."}},"SearchSteps":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/search/steps","responseCode":200},"input":{"type":"structure","required":["farmId","queueIds","itemOffset"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueIds":{"type":"list","member":{}},"jobId":{},"filterExpressions":{"shape":"Scv"},"sortExpressions":{"shape":"Sd7"},"itemOffset":{"type":"integer"},"pageSize":{"type":"integer"}}},"output":{"type":"structure","required":["steps","totalResults"],"members":{"steps":{"type":"list","member":{"type":"structure","members":{"stepId":{},"jobId":{},"queueId":{},"name":{},"lifecycleStatus":{},"lifecycleStatusMessage":{},"taskRunStatus":{},"targetTaskRunStatus":{},"taskRunStatusCounts":{"shape":"S78"},"createdAt":{"shape":"S6o"},"startedAt":{"shape":"S74"},"endedAt":{"shape":"S75"},"parameterSpace":{"shape":"S99"}}}},"nextItemOffset":{"type":"integer"},"totalResults":{"type":"integer"}}},"endpoint":{"hostPrefix":"management."}},"SearchTasks":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/search/tasks","responseCode":200},"input":{"type":"structure","required":["farmId","queueIds","itemOffset"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueIds":{"type":"list","member":{}},"jobId":{},"filterExpressions":{"shape":"Scv"},"sortExpressions":{"shape":"Sd7"},"itemOffset":{"type":"integer"},"pageSize":{"type":"integer"}}},"output":{"type":"structure","required":["tasks","totalResults"],"members":{"tasks":{"type":"list","member":{"type":"structure","members":{"taskId":{},"stepId":{},"jobId":{},"queueId":{},"runStatus":{},"targetRunStatus":{},"parameters":{"shape":"S8i"},"failureRetryCount":{"type":"integer"},"startedAt":{"shape":"S74"},"endedAt":{"shape":"S75"}}}},"nextItemOffset":{"type":"integer"},"totalResults":{"type":"integer"}}},"endpoint":{"hostPrefix":"management."}},"SearchWorkers":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/search/workers","responseCode":200},"input":{"type":"structure","required":["farmId","fleetIds","itemOffset"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetIds":{"type":"list","member":{}},"filterExpressions":{"shape":"Scv"},"sortExpressions":{"shape":"Sd7"},"itemOffset":{"type":"integer"},"pageSize":{"type":"integer"}}},"output":{"type":"structure","required":["workers","totalResults"],"members":{"workers":{"type":"list","member":{"type":"structure","members":{"fleetId":{},"workerId":{},"status":{},"hostProperties":{"shape":"S84"},"createdBy":{},"createdAt":{"shape":"S6o"},"updatedBy":{},"updatedAt":{"shape":"S6q"}}}},"nextItemOffset":{"type":"integer"},"totalResults":{"type":"integer"}}},"endpoint":{"hostPrefix":"management."}},"StartSessionsStatisticsAggregation":{"http":{"requestUri":"/2023-10-12/farms/{farmId}/sessions-statistics-aggregation","responseCode":200},"input":{"type":"structure","required":["farmId","resourceIds","startTime","endTime","groupBy","statistics"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"resourceIds":{"type":"structure","members":{"queueIds":{"type":"list","member":{}},"fleetIds":{"type":"list","member":{}}},"union":true},"startTime":{"shape":"Sn"},"endTime":{"shape":"Sn"},"timezone":{},"period":{},"groupBy":{"type":"list","member":{}},"statistics":{"type":"list","member":{}}}},"output":{"type":"structure","required":["aggregationId"],"members":{"aggregationId":{}}},"endpoint":{"hostPrefix":"management."}},"TagResource":{"http":{"requestUri":"/2023-10-12/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"S35"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/2023-10-12/tags/{resourceArn}","responseCode":204},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateBudget":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/budgets/{budgetId}","responseCode":200},"input":{"type":"structure","required":["farmId","budgetId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"budgetId":{"location":"uri","locationName":"budgetId"},"displayName":{},"description":{"shape":"S2r"},"status":{},"approximateDollarLimit":{"type":"float"},"actionsToAdd":{"shape":"S2t"},"actionsToRemove":{"type":"list","member":{"type":"structure","required":["type","thresholdPercentage"],"members":{"type":{},"thresholdPercentage":{"type":"float"}}}},"schedule":{"shape":"S2x"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateFarm":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}","responseCode":200},"input":{"type":"structure","required":["farmId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"displayName":{},"description":{"shape":"S2r"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateFleet":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"displayName":{},"description":{"shape":"S2r"},"roleArn":{},"minWorkerCount":{"type":"integer"},"maxWorkerCount":{"type":"integer"},"configuration":{"shape":"S39"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateJob":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"targetTaskRunStatus":{},"priority":{"type":"integer"},"maxFailedTasksCount":{"type":"integer"},"maxRetriesPerTask":{"type":"integer"},"lifecycleStatus":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateMonitor":{"http":{"method":"PATCH","requestUri":"/2023-10-12/monitors/{monitorId}","responseCode":200},"input":{"type":"structure","required":["monitorId"],"members":{"monitorId":{"location":"uri","locationName":"monitorId"},"subdomain":{},"displayName":{},"roleArn":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateQueue":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"displayName":{},"description":{"shape":"S2r"},"defaultBudgetAction":{},"jobAttachmentSettings":{"shape":"S1a"},"roleArn":{},"jobRunAsUser":{"shape":"S1d"},"requiredFileSystemLocationNamesToAdd":{"shape":"S4w"},"requiredFileSystemLocationNamesToRemove":{"shape":"S4w"},"allowedStorageProfileIdsToAdd":{"shape":"S4x"},"allowedStorageProfileIdsToRemove":{"shape":"S4x"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateQueueEnvironment":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/environments/{queueEnvironmentId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","queueEnvironmentId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"queueEnvironmentId":{"location":"uri","locationName":"queueEnvironmentId"},"priority":{"type":"integer"},"templateType":{},"template":{"shape":"S52"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."}},"UpdateQueueFleetAssociation":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queue-fleet-associations/{queueId}/{fleetId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","fleetId","status"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"fleetId":{"location":"uri","locationName":"fleetId"},"status":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateSession":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/sessions/{sessionId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId","sessionId","targetLifecycleStatus"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"sessionId":{"location":"uri","locationName":"sessionId"},"targetLifecycleStatus":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateStep":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId","stepId","targetTaskRunStatus"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"stepId":{"location":"uri","locationName":"stepId"},"targetTaskRunStatus":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateStorageProfile":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}","responseCode":200},"input":{"type":"structure","required":["farmId","storageProfileId"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"storageProfileId":{"location":"uri","locationName":"storageProfileId"},"displayName":{},"osFamily":{},"fileSystemLocationsToAdd":{"shape":"S59"},"fileSystemLocationsToRemove":{"shape":"S59"}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateTask":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/steps/{stepId}/tasks/{taskId}","responseCode":200},"input":{"type":"structure","required":["farmId","queueId","jobId","stepId","taskId","targetRunStatus"],"members":{"clientToken":{"idempotencyToken":true,"location":"header","locationName":"X-Amz-Client-Token"},"farmId":{"location":"uri","locationName":"farmId"},"queueId":{"location":"uri","locationName":"queueId"},"jobId":{"location":"uri","locationName":"jobId"},"stepId":{"location":"uri","locationName":"stepId"},"taskId":{"location":"uri","locationName":"taskId"},"targetRunStatus":{}}},"output":{"type":"structure","members":{}},"endpoint":{"hostPrefix":"management."},"idempotent":true},"UpdateWorker":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"},"status":{},"capabilities":{"type":"structure","required":["amounts","attributes"],"members":{"amounts":{"type":"list","member":{"type":"structure","required":["name","value"],"members":{"name":{},"value":{"type":"float"}}}},"attributes":{"type":"list","member":{"type":"structure","required":["name","values"],"members":{"name":{},"values":{"shape":"S3u"}}}}}},"hostProperties":{"shape":"S5e"}}},"output":{"type":"structure","members":{"log":{"shape":"S7x"}}},"endpoint":{"hostPrefix":"scheduling."},"idempotent":true},"UpdateWorkerSchedule":{"http":{"method":"PATCH","requestUri":"/2023-10-12/farms/{farmId}/fleets/{fleetId}/workers/{workerId}/schedule","responseCode":200},"input":{"type":"structure","required":["farmId","fleetId","workerId"],"members":{"farmId":{"location":"uri","locationName":"farmId"},"fleetId":{"location":"uri","locationName":"fleetId"},"workerId":{"location":"uri","locationName":"workerId"},"updatedSessionActions":{"type":"map","key":{},"value":{"type":"structure","members":{"completedStatus":{},"processExitCode":{"type":"integer"},"progressMessage":{"shape":"S8c"},"startedAt":{"shape":"Sn"},"endedAt":{"shape":"Sn"},"updatedAt":{"shape":"Sn"},"progressPercent":{"type":"float"}}}}}},"output":{"type":"structure","required":["assignedSessions","cancelSessionActions","updateIntervalSeconds"],"members":{"assignedSessions":{"type":"map","key":{},"value":{"type":"structure","required":["queueId","jobId","sessionActions","logConfiguration"],"members":{"queueId":{},"jobId":{},"sessionActions":{"type":"list","member":{"type":"structure","required":["sessionActionId","definition"],"members":{"sessionActionId":{},"definition":{"type":"structure","members":{"envEnter":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"envExit":{"type":"structure","required":["environmentId"],"members":{"environmentId":{}}},"taskRun":{"type":"structure","required":["taskId","stepId","parameters"],"members":{"taskId":{},"stepId":{},"parameters":{"shape":"S8i"}}},"syncInputJobAttachments":{"type":"structure","members":{"stepId":{}}}},"union":true}}}},"logConfiguration":{"shape":"S7x"}}}},"cancelSessionActions":{"type":"map","key":{},"value":{"type":"list","member":{}}},"desiredWorkerStatus":{},"updateIntervalSeconds":{"type":"integer"}}},"endpoint":{"hostPrefix":"scheduling."},"idempotent":true}},"shapes":{"Sj":{"type":"structure","required":["accessKeyId","secretAccessKey","sessionToken","expiration"],"members":{"accessKeyId":{"type":"string","sensitive":true},"secretAccessKey":{"type":"string","sensitive":true},"sessionToken":{"type":"string","sensitive":true},"expiration":{"shape":"Sn"}},"sensitive":true},"Sn":{"type":"timestamp","timestampFormat":"iso8601"},"S1a":{"type":"structure","required":["s3BucketName","rootPrefix"],"members":{"s3BucketName":{},"rootPrefix":{}}},"S1d":{"type":"structure","required":["runAs"],"members":{"posix":{"type":"structure","required":["user","group"],"members":{"user":{},"group":{}}},"windows":{"type":"structure","required":["user","passwordArn"],"members":{"user":{},"passwordArn":{}}},"runAs":{}}},"S1n":{"type":"map","key":{},"value":{"type":"structure","members":{"int":{},"float":{},"string":{},"path":{}},"union":true},"sensitive":true},"S1x":{"type":"structure","required":["manifests"],"members":{"manifests":{"type":"list","member":{"type":"structure","required":["rootPath","rootPathFormat"],"members":{"fileSystemLocationName":{"shape":"S20"},"rootPath":{},"rootPathFormat":{},"outputRelativeDirectories":{"type":"list","member":{}},"inputManifestPath":{},"inputManifestHash":{}},"sensitive":true}},"fileSystem":{}}},"S20":{"type":"string","sensitive":true},"S28":{"type":"structure","members":{},"document":true,"sensitive":true},"S2p":{"type":"structure","members":{"queueId":{}},"union":true},"S2r":{"type":"string","sensitive":true},"S2t":{"type":"list","member":{"type":"structure","required":["type","thresholdPercentage"],"members":{"type":{},"thresholdPercentage":{"type":"float"},"description":{"shape":"S2r"}}}},"S2x":{"type":"structure","members":{"fixed":{"type":"structure","required":["startTime","endTime"],"members":{"startTime":{"type":"timestamp","timestampFormat":"iso8601"},"endTime":{"type":"timestamp","timestampFormat":"iso8601"}}}},"union":true},"S35":{"type":"map","key":{},"value":{}},"S39":{"type":"structure","members":{"customerManaged":{"type":"structure","required":["mode","workerCapabilities"],"members":{"mode":{},"workerCapabilities":{"type":"structure","required":["vCpuCount","memoryMiB","osFamily","cpuArchitectureType"],"members":{"vCpuCount":{"shape":"S3d"},"memoryMiB":{"shape":"S3f"},"acceleratorTypes":{"type":"list","member":{}},"acceleratorCount":{"type":"structure","required":["min"],"members":{"min":{"type":"integer"},"max":{"type":"integer"}}},"acceleratorTotalMemoryMiB":{"type":"structure","required":["min"],"members":{"min":{"type":"integer"},"max":{"type":"integer"}}},"osFamily":{},"cpuArchitectureType":{},"customAmounts":{"shape":"S3n"},"customAttributes":{"shape":"S3r"}}},"storageProfileId":{}}},"serviceManagedEc2":{"type":"structure","required":["instanceCapabilities","instanceMarketOptions"],"members":{"instanceCapabilities":{"type":"structure","required":["vCpuCount","memoryMiB","osFamily","cpuArchitectureType"],"members":{"vCpuCount":{"shape":"S3d"},"memoryMiB":{"shape":"S3f"},"osFamily":{},"cpuArchitectureType":{},"rootEbsVolume":{"type":"structure","members":{"sizeGiB":{"type":"integer"},"iops":{"type":"integer"},"throughputMiB":{"type":"integer"}}},"allowedInstanceTypes":{"shape":"S44"},"excludedInstanceTypes":{"shape":"S44"},"customAmounts":{"shape":"S3n"},"customAttributes":{"shape":"S3r"}}},"instanceMarketOptions":{"type":"structure","required":["type"],"members":{"type":{}}}}}},"union":true},"S3d":{"type":"structure","required":["min"],"members":{"min":{"type":"integer"},"max":{"type":"integer"}}},"S3f":{"type":"structure","required":["min"],"members":{"min":{"type":"integer"},"max":{"type":"integer"}}},"S3n":{"type":"list","member":{"shape":"S3o"}},"S3o":{"type":"structure","required":["name","min"],"members":{"name":{},"min":{"type":"float"},"max":{"type":"float"}}},"S3r":{"type":"list","member":{"shape":"S3s"}},"S3s":{"type":"structure","required":["name","values"],"members":{"name":{},"values":{"shape":"S3u"}}},"S3u":{"type":"list","member":{}},"S44":{"type":"list","member":{}},"S4w":{"type":"list","member":{"shape":"S20"}},"S4x":{"type":"list","member":{}},"S52":{"type":"string","sensitive":true},"S59":{"type":"list","member":{"type":"structure","required":["name","path","type"],"members":{"name":{"shape":"S20"},"path":{},"type":{}},"sensitive":true}},"S5e":{"type":"structure","members":{"ipAddresses":{"shape":"S5f"},"hostName":{}}},"S5f":{"type":"structure","members":{"ipV4Addresses":{"type":"list","member":{}},"ipV6Addresses":{"type":"list","member":{}}}},"S6k":{"type":"structure","required":["approximateDollarUsage"],"members":{"approximateDollarUsage":{"type":"float"}}},"S6o":{"type":"timestamp","timestampFormat":"iso8601"},"S6q":{"type":"timestamp","timestampFormat":"iso8601"},"S74":{"type":"timestamp","timestampFormat":"iso8601"},"S75":{"type":"timestamp","timestampFormat":"iso8601"},"S78":{"type":"map","key":{},"value":{"type":"integer"}},"S7x":{"type":"structure","required":["logDriver"],"members":{"logDriver":{},"options":{"type":"map","key":{},"value":{}},"parameters":{"type":"map","key":{},"value":{}},"error":{}}},"S84":{"type":"structure","members":{"ipAddresses":{"shape":"S5f"},"hostName":{},"ec2InstanceArn":{},"ec2InstanceType":{}}},"S89":{"type":"timestamp","timestampFormat":"iso8601"},"S8c":{"type":"string","sensitive":true},"S8i":{"type":"map","key":{},"value":{"type":"structure","members":{"int":{},"float":{},"string":{},"path":{}},"sensitive":true,"union":true},"sensitive":true},"S8u":{"type":"structure","members":{"min":{"type":"double"},"max":{"type":"double"},"avg":{"type":"double"},"sum":{"type":"double"}}},"S92":{"type":"structure","required":["dependenciesResolved","dependenciesUnresolved","consumersResolved","consumersUnresolved"],"members":{"dependenciesResolved":{"type":"integer"},"dependenciesUnresolved":{"type":"integer"},"consumersResolved":{"type":"integer"},"consumersUnresolved":{"type":"integer"}}},"S96":{"type":"list","member":{}},"S99":{"type":"structure","required":["parameters"],"members":{"parameters":{"type":"list","member":{"type":"structure","required":["name","type"],"members":{"name":{},"type":{}}}},"combination":{}}},"S9t":{"type":"list","member":{"type":"structure","required":["productId","family","vendor","port"],"members":{"productId":{},"family":{},"vendor":{},"port":{"type":"integer"}}}},"Scd":{"type":"list","member":{"type":"structure","required":["storageProfileId","displayName","osFamily"],"members":{"storageProfileId":{},"displayName":{},"osFamily":{}}}},"Scv":{"type":"structure","required":["filters","operator"],"members":{"filters":{"type":"list","member":{"type":"structure","members":{"dateTimeFilter":{"type":"structure","required":["name","operator","dateTime"],"members":{"name":{},"operator":{},"dateTime":{"shape":"Sn"}}},"parameterFilter":{"type":"structure","required":["name","operator","value"],"members":{"name":{},"operator":{},"value":{}}},"searchTermFilter":{"type":"structure","required":["searchTerm"],"members":{"searchTerm":{}}},"stringFilter":{"type":"structure","required":["name","operator","value"],"members":{"name":{},"operator":{},"value":{}}},"groupFilter":{"shape":"Scv"}},"union":true}},"operator":{}}},"Sd7":{"type":"list","member":{"type":"structure","members":{"userJobsFirst":{"type":"structure","required":["userIdentityId"],"members":{"userIdentityId":{}}},"fieldSort":{"type":"structure","required":["sortOrder","name"],"members":{"sortOrder":{},"name":{}}},"parameterSort":{"type":"structure","required":["sortOrder","name"],"members":{"sortOrder":{},"name":{}}}},"union":true}}}}
|
65806
65806
|
|
65807
65807
|
/***/ }),
|
65808
65808
|
/* 1420 */
|