serverless-spy 0.0.37 → 0.0.38
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 +60 -21
- package/API.md +15 -1
- package/dist/releasetag.txt +1 -1
- package/lib/cli/webServerlessSpy.js.map +1 -1
- package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js +825 -204
- package/lib/extension/dist/layer/nodejs/node_modules/interceptor.js.map +4 -4
- package/lib/src/ServerlessSpy.js +1 -1
- package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +8 -0
- package/node_modules/@aws-crypto/ie11-detection/build/index.js +5 -5
- package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +1 -1
- package/node_modules/@aws-crypto/ie11-detection/package.json +3 -2
- package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +8 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +2 -2
- package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +2 -2
- package/node_modules/@aws-crypto/supports-web-crypto/package.json +3 -2
- package/node_modules/@aws-crypto/util/CHANGELOG.md +12 -0
- package/node_modules/@aws-crypto/util/README.md +5 -5
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js +1 -1
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/index.js +1 -1
- package/node_modules/@aws-crypto/util/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/isEmptyData.js +1 -1
- package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/numToUint8.js +1 -1
- package/node_modules/@aws-crypto/util/build/numToUint8.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js +1 -1
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +1 -0
- package/node_modules/@aws-crypto/util/package.json +4 -3
- package/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +6 -6
- package/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +8 -10
- package/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/abort-controller/package.json +4 -3
- package/node_modules/@aws-sdk/chunked-blob-reader/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/chunked-blob-reader/dist-types/ts3.4/index.d.ts +5 -1
- package/node_modules/@aws-sdk/chunked-blob-reader/package.json +3 -2
- package/node_modules/@aws-sdk/chunked-blob-reader-native/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/chunked-blob-reader-native/dist-types/ts3.4/index.d.ts +5 -1
- package/node_modules/@aws-sdk/chunked-blob-reader-native/package.json +4 -3
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/CHANGELOG.md +91 -0
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-cjs/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-es/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-es/protocols/Aws_restJson1.js +3 -0
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/ApiGatewayManagementApi.d.ts +55 -20
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/ApiGatewayManagementApiClient.d.ts +123 -76
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/commands/PostToConnectionCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/commands/index.d.ts +3 -3
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/index.d.ts +5 -5
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/models/ApiGatewayManagementApiServiceException.d.ts +7 -6
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/models/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/models/models_0.d.ts +59 -66
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +41 -11
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/runtimeConfig.browser.d.ts +69 -38
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/runtimeConfig.d.ts +69 -38
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -37
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/node_modules/@aws-sdk/client-apigatewaymanagementapi/package.json +35 -34
- package/node_modules/@aws-sdk/client-cognito-identity/CHANGELOG.md +91 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-es/protocols/Aws_json1_1.js +3 -0
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts +398 -120
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts +240 -96
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +33 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +34 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/index.d.ts +23 -23
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts +6 -6
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +7 -6
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts +449 -567
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +69 -38
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +69 -38
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -37
- package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +36 -35
- package/node_modules/@aws-sdk/client-dynamodb/CHANGELOG.md +102 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/protocols/Aws_json1_0.js +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +917 -270
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +423 -129
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateTableCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetItemCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ImportTableCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListExportsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTablesCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutItemCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/index.d.ts +53 -53
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +7 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +7 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +2256 -2833
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListContributorInsightsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +8 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +638 -161
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +72 -41
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +72 -41
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +73 -40
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableExists.d.ts +11 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableNotExists.d.ts +11 -7
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/CHANGELOG.md +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/CONTRIBUTING.md +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/LICENSE.md +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/README.md +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/bin/uuid +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/index.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/md5.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/nil.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/parse.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/regex.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/rng.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/sha1.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/stringify.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/v1.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/v3.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/v35.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/v4.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/v5.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/validate.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-browser/version.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/index.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/md5.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/nil.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/parse.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/regex.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/rng.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/sha1.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/stringify.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/v1.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/v3.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/v35.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/v4.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/v5.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/validate.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/esm-node/version.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/index.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/md5-browser.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/md5.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/nil.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/parse.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/regex.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/rng-browser.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/rng.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/sha1-browser.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/sha1.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/stringify.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuid.min.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidNIL.min.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidParse.min.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidStringify.min.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidValidate.min.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidVersion.min.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidv1.min.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidv3.min.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidv4.min.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/umd/uuidv5.min.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/uuid-bin.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/v1.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/v3.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/v35.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/v4.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/v5.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/validate.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/dist/version.js +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/package.json +0 -0
- package/node_modules/{uuid → @aws-sdk/client-dynamodb/node_modules/uuid}/wrapper.mjs +0 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +37 -36
- package/node_modules/@aws-sdk/client-eventbridge/CHANGELOG.md +91 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-es/protocols/Aws_json1_1.js +3 -0
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/EventBridge.d.ts +956 -285
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/EventBridgeClient.d.ts +440 -129
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +34 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListRulesCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutEventsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutRuleCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/StartReplayCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/commands/index.d.ts +56 -56
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/index.d.ts +5 -5
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/models/EventBridgeServiceException.d.ts +7 -6
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/models/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/models/models_0.d.ts +1543 -2033
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +677 -170
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/node_modules/@aws-sdk/client-eventbridge/dist-types/ts3.4/runtimeConfig.shared.d.ts +17 -13
- package/node_modules/@aws-sdk/client-eventbridge/package.json +37 -36
- package/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +91 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +3 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +1087 -320
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +482 -136
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +39 -24
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +7 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/LambdaServiceException.d.ts +7 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +1639 -2086
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionUrlConfigsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +761 -191
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +5 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +11 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +11 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +11 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +11 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +11 -7
- package/node_modules/@aws-sdk/client-lambda/package.json +36 -35
- package/node_modules/@aws-sdk/client-s3/CHANGELOG.md +91 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoints.js +9 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoints.js +9 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +1645 -470
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +684 -184
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +34 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +34 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +34 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +39 -24
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +34 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +39 -24
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +41 -24
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +93 -93
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +7 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +7 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2578 -3419
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +482 -689
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1124 -281
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +84 -49
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +87 -50
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +85 -48
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/index.d.ts +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +11 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +11 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +11 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +11 -7
- package/node_modules/@aws-sdk/client-s3/package.json +52 -51
- package/node_modules/@aws-sdk/client-sns/CHANGELOG.md +105 -0
- package/node_modules/@aws-sdk/client-sns/dist-cjs/SNS.js +30 -0
- package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/GetDataProtectionPolicyCommand.js +36 -0
- package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/PutDataProtectionPolicyCommand.js +36 -0
- package/node_modules/@aws-sdk/client-sns/dist-cjs/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-sns/dist-cjs/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-sns/dist-cjs/models/models_0.js +14 -2
- package/node_modules/@aws-sdk/client-sns/dist-cjs/protocols/Aws_query.js +152 -2
- package/node_modules/@aws-sdk/client-sns/dist-es/SNS.js +30 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetDataProtectionPolicyCommand.js +39 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/PutDataProtectionPolicyCommand.js +39 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/models/models_0.js +3 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/protocols/Aws_query.js +199 -8
- package/node_modules/@aws-sdk/client-sns/dist-types/SNS.d.ts +14 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/SNSClient.d.ts +4 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/models/models_0.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/protocols/Aws_query.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNS.d.ts +724 -205
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNSClient.d.ts +355 -113
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PublishCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +34 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/SubscribeCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/commands/index.d.ts +42 -40
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/index.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/SNSServiceException.d.ts +7 -6
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/models_0.d.ts +815 -940
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListOriginationNumbersPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListPlatformApplicationsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListSubscriptionsByTopicPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/protocols/Aws_query.d.ts +509 -122
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/node_modules/@aws-sdk/client-sns/package.json +35 -34
- package/node_modules/@aws-sdk/client-sqs/CHANGELOG.md +91 -0
- package/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-es/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQS.d.ts +344 -105
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQSClient.d.ts +224 -95
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/SendMessageCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +31 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/TagQueueCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/commands/index.d.ts +20 -20
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/index.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/models/SQSServiceException.d.ts +7 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/models/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/models/models_0.d.ts +452 -545
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/pagination/ListDeadLetterSourceQueuesPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/protocols/Aws_query.d.ts +245 -62
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -39
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +69 -40
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -38
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/node_modules/@aws-sdk/client-sqs/package.json +37 -36
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CHANGELOG.md +229 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/LICENSE.md +9 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/README.md +505 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/rng.js +19 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v35.js +64 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v4.js +24 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/stringify.js +29 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v35.js +64 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v4.js +24 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/index.js +79 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5-browser.js +223 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/nil.js +8 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/parse.js +45 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/regex.js +8 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng-browser.js +26 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng.js +24 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/stringify.js +39 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v35.js +78 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v4.js +37 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/validate.js +17 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/version.js +21 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/package.json +135 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/wrapper.mjs +10 -0
- package/node_modules/@aws-sdk/client-sso/CHANGELOG.md +80 -0
- package/node_modules/@aws-sdk/client-sso/README.md +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +17 -17
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +72 -25
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +119 -74
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +7 -6
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +101 -123
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -14
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +45 -31
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +45 -31
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +46 -30
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/node_modules/@aws-sdk/client-sso/package.json +32 -31
- package/node_modules/@aws-sdk/client-sts/CHANGELOG.md +96 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +15 -2
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +32 -5
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +4 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +140 -45
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +151 -81
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +32 -17
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +39 -17
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +36 -17
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +35 -17
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +22 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +25 -16
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +7 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +238 -302
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +101 -26
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/node_modules/@aws-sdk/client-sts/package.json +38 -35
- package/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +59 -0
- package/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -1
- package/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +1 -1
- package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +5 -5
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +5 -5
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +4 -4
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +18 -15
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +27 -25
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +13 -11
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +3 -3
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -5
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -1
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -2
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -1
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -17
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +5 -6
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +1 -2
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +10 -8
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +9 -7
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +9 -6
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +20 -11
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +8 -5
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +8 -5
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +13 -6
- package/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +3 -3
- package/node_modules/@aws-sdk/config-resolver/package.json +8 -7
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/CHANGELOG.md +88 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/CognitoProviderParameters.d.ts +7 -10
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/InMemoryStorage.d.ts +8 -8
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/IndexedDbStorage.d.ts +10 -10
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Logins.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Storage.d.ts +5 -6
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts +14 -13
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentityPool.d.ts +19 -15
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/index.d.ts +5 -5
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/localStorage.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/resolveLogins.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +6 -7
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -4
- package/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +4 -4
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +6 -4
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +4 -4
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +8 -4
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +9 -7
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +6 -5
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +6 -6
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +11 -9
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +14 -13
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +7 -5
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/types.d.ts +4 -4
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -3
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +8 -6
- package/node_modules/@aws-sdk/credential-provider-imds/package.json +7 -6
- package/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +80 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +15 -14
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +16 -17
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +8 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +12 -8
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -9
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +80 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +14 -9
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +6 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -11
- package/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +6 -6
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +6 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +80 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +15 -18
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +9 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +13 -15
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +11 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +32 -30
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -4
- package/node_modules/@aws-sdk/credential-providers/CHANGELOG.md +91 -0
- package/node_modules/@aws-sdk/credential-providers/README.md +29 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromIni.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromNodeProviderChain.js +2 -2
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js +5 -0
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTokenFile.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-cjs/fromWebToken.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromIni.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromNodeProviderChain.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromTemporaryCredentials.js +25 -9
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromTokenFile.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromWebToken.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromIni.d.ts +5 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +5 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromTemporaryCredentials.d.ts +5 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromTokenFile.d.ts +5 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromWebToken.d.ts +5 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentity.d.ts +17 -9
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentityPool.d.ts +15 -7
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromContainerMetadata.d.ts +6 -6
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromEnv.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromIni.d.ts +8 -8
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromInstanceMetadata.d.ts +5 -4
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromNodeProviderChain.d.ts +10 -8
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromProcess.d.ts +6 -6
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromSSO.d.ts +8 -8
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTemporaryCredentials.d.ts +17 -12
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTokenFile.d.ts +10 -8
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromWebToken.d.ts +10 -8
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts +12 -12
- package/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.web.d.ts +4 -4
- package/node_modules/@aws-sdk/credential-providers/package.json +17 -16
- package/node_modules/@aws-sdk/endpoint-cache/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/Endpoint.d.ts +5 -6
- package/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/EndpointCache.d.ts +20 -20
- package/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -2
- package/node_modules/@aws-sdk/eventstream-codec/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +9 -13
- package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +9 -10
- package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/Int64.d.ts +9 -12
- package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/Message.d.ts +30 -22
- package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +2 -2
- package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/index.d.ts +3 -3
- package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +9 -7
- package/node_modules/@aws-sdk/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +12 -12
- package/node_modules/@aws-sdk/eventstream-codec/package.json +7 -6
- package/node_modules/@aws-sdk/eventstream-serde-browser/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +23 -15
- package/node_modules/@aws-sdk/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +3 -3
- package/node_modules/@aws-sdk/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +2 -3
- package/node_modules/@aws-sdk/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +6 -4
- package/node_modules/@aws-sdk/eventstream-serde-browser/package.json +5 -4
- package/node_modules/@aws-sdk/eventstream-serde-config-resolver/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +15 -12
- package/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +4 -3
- package/node_modules/@aws-sdk/eventstream-serde-node/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +24 -15
- package/node_modules/@aws-sdk/eventstream-serde-node/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +2 -3
- package/node_modules/@aws-sdk/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +4 -4
- package/node_modules/@aws-sdk/eventstream-serde-node/package.json +6 -5
- package/node_modules/@aws-sdk/eventstream-serde-universal/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +24 -14
- package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/fixtures/MockEventMessageSource.fixture.d.ts +14 -15
- package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/fixtures/event.fixture.d.ts +4 -5
- package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +3 -1
- package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +11 -8
- package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +2 -3
- package/node_modules/@aws-sdk/eventstream-serde-universal/package.json +6 -5
- package/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +21 -16
- package/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -1
- package/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -2
- package/node_modules/@aws-sdk/fetch-http-handler/package.json +8 -7
- package/node_modules/@aws-sdk/hash-blob-browser/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/hash-blob-browser/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/hash-blob-browser/package.json +7 -6
- package/node_modules/@aws-sdk/hash-node/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +7 -7
- package/node_modules/@aws-sdk/hash-node/package.json +5 -4
- package/node_modules/@aws-sdk/hash-stream-node/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/hash-stream-node/dist-types/ts3.4/HashCalculator.d.ts +11 -8
- package/node_modules/@aws-sdk/hash-stream-node/dist-types/ts3.4/fileStreamHasher.d.ts +3 -4
- package/node_modules/@aws-sdk/hash-stream-node/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/hash-stream-node/dist-types/ts3.4/readableStreamHasher.d.ts +3 -4
- package/node_modules/@aws-sdk/hash-stream-node/package.json +5 -4
- package/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/invalid-dependency/package.json +4 -3
- package/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/is-array-buffer/package.json +3 -2
- package/node_modules/@aws-sdk/lib-dynamodb/CHANGELOG.md +96 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/DynamoDBDocument.d.ts +221 -72
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/DynamoDBDocumentClient.d.ts +104 -33
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/baseCommand/DynamoDBDocumentClientCommand.d.ts +30 -12
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +78 -36
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchGetCommand.d.ts +87 -46
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +131 -66
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/DeleteCommand.d.ts +100 -48
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +56 -27
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +72 -36
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/GetCommand.d.ts +55 -26
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/PutCommand.d.ts +97 -48
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +87 -42
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +78 -39
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactGetCommand.d.ts +77 -41
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactWriteCommand.d.ts +117 -56
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/UpdateCommand.d.ts +107 -51
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/index.d.ts +13 -13
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/utils.d.ts +18 -10
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/index.d.ts +4 -4
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +11 -4
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +8 -4
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/node_modules/@aws-sdk/lib-dynamodb/package.json +7 -6
- package/node_modules/@aws-sdk/md5-js/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/md5-js/dist-types/ts3.4/constants.d.ts +3 -6
- package/node_modules/@aws-sdk/md5-js/dist-types/ts3.4/index.d.ts +11 -11
- package/node_modules/@aws-sdk/md5-js/package.json +9 -8
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/NodeDisableMultiregionAccessPointConfigOptions.d.ts +6 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/NodeUseArnRegionConfigOptions.d.ts +4 -5
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/bucketEndpointMiddleware.d.ts +13 -5
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/bucketHostname.d.ts +10 -8
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/bucketHostnameUtils.d.ts +84 -80
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/configurations.d.ts +31 -43
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/ts3.4/index.d.ts +16 -6
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +9 -8
- package/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +13 -6
- package/node_modules/@aws-sdk/middleware-content-length/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/CHANGELOG.md +56 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/configurations.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/endpointDiscoveryMiddleware.d.ts +17 -4
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getCacheKey.d.ts +10 -7
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getEndpointDiscoveryPlugin.d.ts +41 -14
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/index.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/resolveEndpointDiscoveryConfig.d.ts +25 -30
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/updateDiscoveredEndpointInCache.d.ts +15 -8
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-expect-continue/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/ts3.4/index.d.ts +16 -8
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +16 -17
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/constants.d.ts +11 -13
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +7 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksum.d.ts +10 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +12 -9
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmListForResponse.d.ts +4 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +4 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getFlexibleChecksumsPlugin.d.ts +14 -16
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/hasHeader.d.ts +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/isStreaming.d.ts +1 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +7 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/stringHasher.d.ts +5 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/types.d.ts +3 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/validateChecksumFromResponse.d.ts +10 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +6 -5
- package/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -15
- package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/ts3.4/configuration.d.ts +12 -12
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/ts3.4/index.d.ts +13 -6
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +18 -9
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +59 -0
- package/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +16 -1
- package/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +18 -3
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +29 -15
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +39 -39
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +37 -25
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +6 -8
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +23 -26
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +9 -18
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +10 -10
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +10 -10
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +15 -4
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +20 -5
- package/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +16 -24
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/CHANGELOG.md +229 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/LICENSE.md +9 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/README.md +505 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/rng.js +19 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/v35.js +64 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/v4.js +24 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/stringify.js +29 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/v35.js +64 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/v4.js +24 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/index.js +79 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/md5-browser.js +223 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/nil.js +8 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/parse.js +45 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/regex.js +8 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/rng-browser.js +26 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/rng.js +24 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/stringify.js +39 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/v35.js +78 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/v4.js +37 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/validate.js +17 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/dist/version.js +21 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/package.json +135 -0
- package/node_modules/@aws-sdk/middleware-retry/node_modules/uuid/wrapper.mjs +10 -0
- package/node_modules/@aws-sdk/middleware-retry/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-sdk-eventbridge/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/middleware-sdk-eventbridge/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-eventbridge/dist-types/ts3.4/inject-endpoint-id.d.ts +22 -14
- package/node_modules/@aws-sdk/middleware-sdk-eventbridge/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/CHANGELOG.md +62 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/configuration.js +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/throw-200-exceptions.js +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/configuration.js +5 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/configuration.d.ts +24 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/check-content-length-header.d.ts +13 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/configuration.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +5 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +19 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/validate-bucket-name.d.ts +13 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/write-get-object-response-endpoint.d.ts +20 -14
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/write-get-object-response-endpoint.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +7 -6
- package/node_modules/@aws-sdk/middleware-sdk-sqs/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/ts3.4/configurations.d.ts +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/ts3.4/index.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/ts3.4/receive-message.d.ts +13 -5
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/ts3.4/send-message-batch.d.ts +13 -5
- package/node_modules/@aws-sdk/middleware-sdk-sqs/dist-types/ts3.4/send-message.d.ts +13 -5
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +64 -0
- package/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +33 -25
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +51 -0
- package/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +8 -1
- package/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +15 -5
- package/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +5 -2
- package/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +9 -2
- package/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +24 -4
- package/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +14 -2
- package/node_modules/@aws-sdk/middleware-serde/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +70 -0
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +30 -15
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +3 -1
- package/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +21 -10
- package/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +13 -11
- package/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +5 -5
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +62 -58
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +19 -6
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +1 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-signing/package.json +9 -7
- package/node_modules/@aws-sdk/middleware-ssec/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/middleware-ssec/dist-types/ts3.4/index.d.ts +21 -10
- package/node_modules/@aws-sdk/middleware-ssec/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +51 -0
- package/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +13 -3
- package/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +14 -3
- package/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +5 -2
- package/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +47 -22
- package/node_modules/@aws-sdk/middleware-stack/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +17 -19
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +20 -6
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -5
- package/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +18 -14
- package/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +7 -5
- package/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +10 -9
- package/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +5 -3
- package/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/node-config-provider/package.json +6 -5
- package/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +1 -2
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +6 -4
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +3 -3
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +28 -27
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +28 -30
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +12 -13
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +17 -10
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +6 -2
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +6 -2
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +9 -6
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -2
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +12 -13
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +7 -5
- package/node_modules/@aws-sdk/node-http-handler/package.json +7 -6
- package/node_modules/@aws-sdk/property-provider/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +6 -7
- package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +6 -7
- package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +6 -7
- package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +2 -3
- package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +2 -2
- package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +6 -6
- package/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +11 -9
- package/node_modules/@aws-sdk/property-provider/package.json +4 -3
- package/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +8 -4
- package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +26 -20
- package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +17 -14
- package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +4 -4
- package/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -1
- package/node_modules/@aws-sdk/protocol-http/package.json +4 -3
- package/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/querystring-builder/package.json +5 -4
- package/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +4 -2
- package/node_modules/@aws-sdk/querystring-parser/package.json +4 -3
- package/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -8
- package/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +5 -5
- package/node_modules/@aws-sdk/service-error-classification/package.json +4 -3
- package/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +1 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getProfileData.d.ts +2 -3
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +3 -5
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +13 -21
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +2 -3
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -8
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +8 -8
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -6
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +8 -8
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +1 -1
- package/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +8 -7
- package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +4 -3
- package/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +59 -0
- package/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +10 -0
- package/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +10 -0
- package/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +1 -0
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +63 -39
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +9 -4
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +43 -43
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +14 -7
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +6 -3
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +2 -3
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -3
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +13 -4
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +7 -7
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +9 -7
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +2 -3
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -14
- package/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -2
- package/node_modules/@aws-sdk/signature-v4/package.json +10 -9
- package/node_modules/@aws-sdk/signature-v4-multi-region/CHANGELOG.md +56 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +29 -15
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -7
- package/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +59 -0
- package/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +56 -9
- package/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +56 -9
- package/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +21 -0
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +56 -16
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +29 -6
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +1 -1
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +4 -8
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +6 -2
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +16 -12
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +1 -2
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts +33 -16
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +1 -2
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +1 -2
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +1 -2
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +18 -18
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +10 -12
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/object-mapping.d.ts +39 -38
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +62 -49
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/resolve-path.d.ts +8 -1
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -2
- package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +5 -2
- package/node_modules/@aws-sdk/smithy-client/package.json +5 -4
- package/node_modules/@aws-sdk/types/CHANGELOG.md +57 -0
- package/node_modules/@aws-sdk/types/dist-cjs/auth.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +18 -0
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +7 -5
- package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +33 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +13 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +11 -17
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +52 -17
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +17 -7
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +10 -13
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +14 -20
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +43 -14
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +99 -83
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +33 -40
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +22 -21
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +17 -14
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +207 -155
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +8 -11
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +7 -9
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +11 -18
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +40 -37
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +24 -26
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +40 -47
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +15 -13
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +6 -9
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +18 -12
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +50 -62
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +9 -15
- package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -1
- package/node_modules/@aws-sdk/types/package.json +3 -2
- package/node_modules/@aws-sdk/url-parser/CHANGELOG.md +51 -0
- package/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/url-parser/dist-es/index.js +4 -1
- package/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/url-parser/package.json +5 -4
- package/node_modules/@aws-sdk/util-arn-parser/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-types/ts3.4/index.d.ts +17 -17
- package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -2
- package/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +3 -4
- package/node_modules/@aws-sdk/util-base64-browser/package.json +3 -2
- package/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +3 -4
- package/node_modules/@aws-sdk/util-base64-node/package.json +4 -3
- package/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +1 -1
- package/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-body-length-browser/package.json +3 -2
- package/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +1 -1
- package/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-body-length-node/package.json +3 -2
- package/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +19 -4
- package/node_modules/@aws-sdk/util-buffer-from/package.json +4 -3
- package/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -6
- package/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-config-provider/package.json +3 -2
- package/node_modules/@aws-sdk/util-defaults-mode-browser/CHANGELOG.md +56 -0
- package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +6 -7
- package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +8 -8
- package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +8 -8
- package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +6 -5
- package/node_modules/@aws-sdk/util-defaults-mode-node/CHANGELOG.md +64 -0
- package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +6 -6
- package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +3 -3
- package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +10 -9
- package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +9 -8
- package/node_modules/@aws-sdk/util-dynamodb/CHANGELOG.md +99 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/models.d.ts +9 -0
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/convertToAttr.d.ts +7 -5
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/convertToNative.d.ts +7 -5
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/index.d.ts +5 -5
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/marshall.d.ts +52 -25
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/models.d.ts +44 -12
- package/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/unmarshall.d.ts +9 -9
- package/node_modules/@aws-sdk/util-dynamodb/package.json +4 -3
- package/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +3 -4
- package/node_modules/@aws-sdk/util-hex-encoding/package.json +3 -2
- package/node_modules/@aws-sdk/util-locate-window/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -2
- package/node_modules/@aws-sdk/util-middleware/CHANGELOG.md +51 -0
- package/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/util-middleware/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +4 -2
- package/node_modules/@aws-sdk/util-middleware/package.json +4 -3
- package/node_modules/@aws-sdk/util-stream-browser/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/util-stream-browser/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +2 -2
- package/node_modules/@aws-sdk/util-stream-browser/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/util-stream-browser/dist-types/ts3.4/sdk-stream-mixin.d.ts +4 -3
- package/node_modules/@aws-sdk/util-stream-browser/package.json +8 -7
- package/node_modules/@aws-sdk/util-stream-node/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/util-stream-node/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +3 -4
- package/node_modules/@aws-sdk/util-stream-node/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/util-stream-node/dist-types/ts3.4/sdk-stream-mixin.d.ts +3 -4
- package/node_modules/@aws-sdk/util-stream-node/package.json +6 -5
- package/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +1 -1
- package/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +1 -1
- package/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/util-uri-escape/package.json +3 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +6 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +6 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -4
- package/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +12 -10
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -5
- package/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +3 -4
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +2 -2
- package/node_modules/@aws-sdk/util-utf8-browser/package.json +3 -2
- package/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/util-utf8-node/package.json +4 -3
- package/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +48 -0
- package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +6 -3
- package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +13 -3
- package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +2 -2
- package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +1 -1
- package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +4 -3
- package/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +20 -24
- package/node_modules/@aws-sdk/util-waiter/package.json +5 -4
- package/node_modules/@aws-sdk/xml-builder/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +14 -14
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +7 -7
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -2
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -2
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -2
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -3
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -2
- package/node_modules/@serverless-stack/node/README.md +5 -0
- package/node_modules/@serverless-stack/node/auth/adapter/adapter.d.ts +3 -0
- package/node_modules/@serverless-stack/node/auth/adapter/adapter.js +3 -0
- package/node_modules/@serverless-stack/node/auth/adapter/github.d.ts +2 -0
- package/node_modules/@serverless-stack/node/auth/adapter/github.js +21 -0
- package/node_modules/@serverless-stack/node/auth/adapter/google.d.ts +9 -0
- package/node_modules/@serverless-stack/node/auth/adapter/google.js +18 -0
- package/node_modules/@serverless-stack/node/auth/adapter/link.d.ts +8 -0
- package/node_modules/@serverless-stack/node/auth/adapter/link.js +41 -0
- package/node_modules/@serverless-stack/node/auth/adapter/oauth.d.ts +25 -0
- package/node_modules/@serverless-stack/node/auth/adapter/oauth.js +52 -0
- package/node_modules/@serverless-stack/node/auth/adapter/oidc.d.ts +17 -0
- package/node_modules/@serverless-stack/node/auth/adapter/oidc.js +50 -0
- package/node_modules/@serverless-stack/node/auth/adapter/twitch.d.ts +2 -0
- package/node_modules/@serverless-stack/node/auth/adapter/twitch.js +11 -0
- package/node_modules/@serverless-stack/node/auth/auth.d.ts +21 -0
- package/node_modules/@serverless-stack/node/auth/auth.js +44 -0
- package/node_modules/@serverless-stack/node/auth/index.d.ts +10 -7
- package/node_modules/@serverless-stack/node/auth/index.js +10 -19
- package/node_modules/@serverless-stack/node/auth/session.d.ts +76 -0
- package/node_modules/@serverless-stack/node/auth/session.js +111 -0
- package/node_modules/@serverless-stack/node/context/context.d.ts +12 -0
- package/node_modules/@serverless-stack/node/context/context.js +66 -0
- package/node_modules/@serverless-stack/node/context/handler.d.ts +16 -0
- package/node_modules/@serverless-stack/node/context/handler.js +18 -0
- package/node_modules/@serverless-stack/node/context/http.d.ts +14 -0
- package/node_modules/@serverless-stack/node/context/http.js +65 -0
- package/node_modules/@serverless-stack/node/context/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/context/index.js +3 -0
- package/node_modules/@serverless-stack/node/graphql/index.d.ts +28 -9
- package/node_modules/@serverless-stack/node/graphql/index.js +15 -29
- package/node_modules/@serverless-stack/node/job/index.d.ts +31 -0
- package/node_modules/@serverless-stack/node/job/index.js +51 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/CHANGELOG.md +1104 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +24 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-es/index.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/abort-controller/package.json +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/CHANGELOG.md +3476 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/README.md +269 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/Lambda.js +877 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/LambdaClient.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddLayerVersionPermissionCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/AddPermissionCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateAliasCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateCodeSigningConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateEventSourceMappingCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/CreateFunctionCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteAliasCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteEventSourceMappingCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteLayerVersionCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAccountSettingsCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetAliasCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetCodeSigningConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetEventSourceMappingCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConcurrencyCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionConfigurationCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionByArnCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetLayerVersionPolicyCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetPolicyCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeAsyncCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/InvokeCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListAliasesCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListCodeSigningConfigsCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListEventSourceMappingsCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListFunctionsCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayerVersionsCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListLayersCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListTagsCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/ListVersionsByFunctionCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishLayerVersionCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PublishVersionCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionConcurrencyCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/RemovePermissionCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateAliasCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateEventSourceMappingCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionCodeCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/commands/index.js +61 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoints.js +207 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/index.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/models/models_0.js +1133 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/Interfaces.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListAliasesPaginator.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListFunctionsPaginator.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayerVersionsPaginator.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListLayersPaginator.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/pagination/index.js +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/protocols/Aws_restJson1.js +9556 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +40 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +44 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.native.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/index.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionActive.js +54 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionExists.js +31 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-cjs/waiters/waitForFunctionUpdated.js +54 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +880 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +58 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/endpoints.js +203 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/index.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/index.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +788 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListAliasesPaginator.js +74 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListCodeSigningConfigsPaginator.js +74 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListEventSourceMappingsPaginator.js +74 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +74 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +74 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionsPaginator.js +74 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayerVersionsPaginator.js +74 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListLayersPaginator.js +74 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +74 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListVersionsByFunctionPaginator.js +74 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/pagination/index.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +10456 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +21 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.native.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/index.js +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +69 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +45 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +69 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +890 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +263 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +40 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +47 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +40 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +138 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +81 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +40 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +51 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +61 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +43 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +40 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +43 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +43 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +45 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +138 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +43 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/commands/index.d.ts +58 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/endpoints.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +4789 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/Interfaces.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/pagination/index.d.ts +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/protocols/Aws_restJson1.d.ts +176 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +295 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +129 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +24 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +58 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +2254 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +176 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-lambda/package.json +95 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/CHANGELOG.md +3269 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/README.md +218 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +67 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +32 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/endpoints.js +275 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +95 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +521 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +41 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +70 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +34 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/endpoints.js +271 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +58 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +74 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +74 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +594 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +53 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +153 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/endpoints.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +255 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +32 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +32 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +31 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +25 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +72 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +154 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +30 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +30 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +29 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sso/package.json +91 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/CHANGELOG.md +2418 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/README.md +208 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +127 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +34 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +76 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/endpoints.js +217 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +177 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +1249 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +40 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +44 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STS.js +130 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +41 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +41 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +41 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +41 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +41 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +41 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +87 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/endpoints.js +213 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +117 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +1330 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +21 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +619 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +152 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +124 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +166 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +170 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +70 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +52 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +44 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +120 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +86 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/endpoints.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1211 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +45 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +79 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +367 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/client-sts/package.json +96 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/CHANGELOG.md +2281 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +21 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +20 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeBoolean.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/normalizeEndpoint.js +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +34 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +31 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeBoolean.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/normalizeEndpoint.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/index.js +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +44 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +20 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeBoolean.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/normalizeEndpoint.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +25 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +25 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeBoolean.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/normalizeEndpoint.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/config-resolver/package.json +51 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/CHANGELOG.md +1269 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +25 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +21 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-env/package.json +55 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/CHANGELOG.md +1263 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js +70 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +93 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +41 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +23 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js +82 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js +127 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +34 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +44 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-imds/package.json +58 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/CHANGELOG.md +1265 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +105 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +141 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +63 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-ini/package.json +61 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/CHANGELOG.md +1569 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/README.md +89 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +42 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +42 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +42 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-node/package.json +63 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/CHANGELOG.md +1121 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +70 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +82 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-process/package.json +57 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/CHANGELOG.md +323 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +88 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +110 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +54 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +32 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-sso/package.json +58 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/CHANGELOG.md +217 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +28 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +21 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +25 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +126 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +30 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +63 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/CHANGELOG.md +1856 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js +78 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js +50 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js +90 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js +68 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts +20 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/fetch-http-handler/package.json +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/CHANGELOG.md +1191 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-cjs/index.js +30 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-es/index.js +28 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/hash-node/package.json +51 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/CHANGELOG.md +480 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/invalid-dependency/package.json +45 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +561 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/is-array-buffer/package.json +48 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/CHANGELOG.md +1472 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js +42 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-content-length/package.json +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/CHANGELOG.md +947 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-host-header/package.json +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/CHANGELOG.md +355 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +34 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-logger/package.json +51 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/CHANGELOG.md +1178 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +25 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/DefaultRateLimiter.js +104 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js +89 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/config.js +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js +69 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/constants.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js +32 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +27 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js +23 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js +34 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/DefaultRateLimiter.js +119 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js +130 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/config.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js +77 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/constants.js +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js +28 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/index.js +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +30 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js +30 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-es/types.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/DefaultRateLimiter.d.ts +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts +27 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/config.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/constants.d.ts +41 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts +18 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +25 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/config.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/constants.d.ts +18 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts +24 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts +53 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-retry/package.json +52 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/CHANGELOG.md +202 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +34 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts +25 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-sdk-sts/package.json +52 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/CHANGELOG.md +896 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +22 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/index.js +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js +22 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-serde/package.json +48 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/CHANGELOG.md +1840 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js +90 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js +45 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js +87 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/index.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js +59 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts +88 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts +57 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-signing/package.json +51 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/CHANGELOG.md +1330 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js +215 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js +212 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/index.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-es/types.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts +24 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts +24 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-stack/package.json +50 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/CHANGELOG.md +1116 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +61 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +64 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +28 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/middleware-user-agent/package.json +50 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/CHANGELOG.md +399 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js +28 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js +20 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-es/index.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts +22 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +27 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-config-provider/package.json +53 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/CHANGELOG.md +1614 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +76 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +131 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js +23 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js +60 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js +22 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js +18 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js +23 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js +27 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js +21 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/index.js +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +77 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +143 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js +24 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js +63 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js +24 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js +23 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +58 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +28 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +31 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/node-http-handler/package.json +60 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/CHANGELOG.md +1156 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js +36 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/index.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js +48 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js +44 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/chain.js +34 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/index.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-es/memoize.js +70 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +31 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +37 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/property-provider/package.json +48 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/CHANGELOG.md +1178 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js +43 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/index.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts +20 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts +20 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/protocol-http/package.json +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/CHANGELOG.md +1138 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js +25 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-es/index.js +33 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-builder/package.json +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/CHANGELOG.md +1101 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js +27 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-es/index.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/querystring-parser/package.json +48 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/CHANGELOG.md +667 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js +29 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js +21 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-es/index.js +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts +22 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/service-error-classification/package.json +45 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/CHANGELOG.md +704 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/README.md +102 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js +84 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js +105 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts +33 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +21 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/shared-ini-file-loader/package.json +48 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/CHANGELOG.md +2827 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js +150 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js +46 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js +21 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js +31 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js +23 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js +32 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js +21 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/normalizeProvider.js +23 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js +402 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js +20 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js +269 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/constants.js +43 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js +66 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js +30 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js +43 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js +41 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js +60 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/index.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/normalizeProvider.js +18 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js +23 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js +399 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts +63 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts +43 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/normalizeProvider.d.ts +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +39 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/normalizeProvider.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/signature-v4/package.json +56 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/CHANGELOG.md +1387 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js +28 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js +156 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js +206 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js +31 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/client.js +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/command.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/constants.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js +150 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/index.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js +40 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js +190 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js +27 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +20 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +203 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts +53 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/smithy-client/package.json +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/CHANGELOG.md +1712 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/abort.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/client.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/command.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/credentials.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/crypto.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/http.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/index.js +20 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/logger.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/middleware.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/pagination.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/response.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/serde.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/shapes.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/signature.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/transfer.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/util.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-cjs/waiter.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/index.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/abort.d.ts +42 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/client.d.ts +23 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/command.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +24 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +45 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +84 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/http.d.ts +92 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/index.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/logger.d.ts +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +338 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/response.d.ts +34 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/serde.d.ts +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +45 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/signature.d.ts +100 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +13 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +20 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +78 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +44 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +155 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +18 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +29 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +22 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +47 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +56 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/util.d.ts +112 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +32 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/types/package.json +43 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/CHANGELOG.md +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-cjs/index.js +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-es/index.js +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/url-parser/package.json +46 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/CHANGELOG.md +561 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-cjs/index.js +86 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-es/index.js +81 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/index.d.ts +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-browser/package.json +46 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/CHANGELOG.md +672 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-cjs/index.js +20 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-es/index.js +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/index.d.ts +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-base64-node/package.json +50 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +574 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js +23 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-browser/package.json +45 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/CHANGELOG.md +611 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js +22 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js +18 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-body-length-node/package.json +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/CHANGELOG.md +617 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-buffer-from/package.json +49 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/CHANGELOG.md +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js +18 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js +14 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-es/index.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-config-provider/package.json +50 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +558 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js +33 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-hex-encoding/package.json +48 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +666 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-uri-escape/package.json +47 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/CHANGELOG.md +1672 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +22 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +24 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +19 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-browser/package.json +48 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/CHANGELOG.md +1759 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +41 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +15 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +47 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +12 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-user-agent-node/package.json +51 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md +561 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +9 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +47 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +42 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-browser/package.json +45 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/CHANGELOG.md +669 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/README.md +4 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-utf8-node/package.json +53 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/CHANGELOG.md +260 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/README.md +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/createWaiter.js +27 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/poller.js +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/index.js +5 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/sleep.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/utils/validate.js +21 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-cjs/waiter.js +38 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/createWaiter.js +26 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/index.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/poller.js +52 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/index.js +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/sleep.js +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/utils/validate.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-es/waiter.js +29 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts +11 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +10 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/createWaiter.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/poller.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/utils/validate.d.ts +3 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/ts3.4/waiter.d.ts +24 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +2 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +1 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +6 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +33 -0
- package/node_modules/@serverless-stack/node/node_modules/@aws-sdk/util-waiter/package.json +50 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/CHANGELOG.md +229 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/LICENSE.md +9 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/README.md +505 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/rng.js +19 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v35.js +64 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v4.js +24 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/stringify.js +29 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v35.js +64 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v4.js +24 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/index.js +79 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5-browser.js +223 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/nil.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/parse.js +45 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/regex.js +8 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng-browser.js +26 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/rng.js +24 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/stringify.js +39 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v35.js +78 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v4.js +37 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/validate.js +17 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/dist/version.js +21 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/package.json +135 -0
- package/node_modules/@serverless-stack/node/node_modules/uuid/wrapper.mjs +10 -0
- package/node_modules/@serverless-stack/node/package.json +19 -8
- package/node_modules/asn1.js/.eslintrc.js +27 -0
- package/node_modules/asn1.js/LICENSE +21 -0
- package/node_modules/asn1.js/README.md +100 -0
- package/node_modules/asn1.js/lib/asn1/api.js +57 -0
- package/node_modules/asn1.js/lib/asn1/base/buffer.js +153 -0
- package/node_modules/asn1.js/lib/asn1/base/index.js +8 -0
- package/node_modules/asn1.js/lib/asn1/base/node.js +638 -0
- package/node_modules/asn1.js/lib/asn1/base/reporter.js +123 -0
- package/node_modules/asn1.js/lib/asn1/constants/der.js +58 -0
- package/node_modules/asn1.js/lib/asn1/constants/index.js +21 -0
- package/node_modules/asn1.js/lib/asn1/decoders/der.js +335 -0
- package/node_modules/asn1.js/lib/asn1/decoders/index.js +6 -0
- package/node_modules/asn1.js/lib/asn1/decoders/pem.js +51 -0
- package/node_modules/asn1.js/lib/asn1/encoders/der.js +295 -0
- package/node_modules/asn1.js/lib/asn1/encoders/index.js +6 -0
- package/node_modules/asn1.js/lib/asn1/encoders/pem.js +23 -0
- package/node_modules/asn1.js/lib/asn1.js +11 -0
- package/node_modules/asn1.js/package.json +36 -0
- package/node_modules/aws-sdk/CHANGELOG.md +108 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +651 -18
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +59 -8
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +325 -8
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/codestar-notifications-2019-10-15.min.json +7 -2
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +60 -51
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +237 -126
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +275 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +148 -0
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +12 -3
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/devicefarm-2015-06-23.min.json +166 -132
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +45 -45
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1678 -1323
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +90 -45
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +41 -15
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -1
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +26 -19
- package/node_modules/aws-sdk/apis/identitystore-2020-06-15.min.json +732 -15
- package/node_modules/aws-sdk/apis/identitystore-2020-06-15.paginators.json +16 -2
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +1961 -0
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.paginators.json +82 -0
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
- package/node_modules/aws-sdk/apis/iotthingsgraph-2018-09-06.min.json +105 -35
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +25 -19
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +59 -22
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +282 -31
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +390 -119
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +21 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +57 -54
- package/node_modules/aws-sdk/apis/metadata.json +6 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +361 -180
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +1 -1
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +132 -132
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +64 -40
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +102 -19
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +799 -690
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +399 -287
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +174 -20
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +15 -2
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +632 -0
- package/node_modules/aws-sdk/clients/apprunner.d.ts +1 -1
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +72 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +443 -12
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +134 -134
- package/node_modules/aws-sdk/clients/codestarnotifications.d.ts +29 -29
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -11
- package/node_modules/aws-sdk/clients/comprehend.d.ts +148 -34
- package/node_modules/aws-sdk/clients/connect.d.ts +144 -10
- package/node_modules/aws-sdk/clients/controltower.d.ts +169 -0
- package/node_modules/aws-sdk/clients/controltower.js +18 -0
- package/node_modules/aws-sdk/clients/cur.d.ts +1 -1
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +22 -10
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
- package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
- package/node_modules/aws-sdk/clients/devicefarm.d.ts +38 -0
- package/node_modules/aws-sdk/clients/drs.d.ts +3 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +521 -150
- package/node_modules/aws-sdk/clients/ecs.d.ts +11 -11
- package/node_modules/aws-sdk/clients/eks.d.ts +74 -16
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
- package/node_modules/aws-sdk/clients/evidently.d.ts +42 -5
- package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +22 -13
- package/node_modules/aws-sdk/clients/identitystore.d.ts +806 -22
- package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
- package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +2549 -0
- package/node_modules/aws-sdk/clients/iotfleetwise.js +19 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
- package/node_modules/aws-sdk/clients/iotthingsgraph.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ivs.d.ts +9 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +8 -8
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +175 -2
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +25 -3
- package/node_modules/aws-sdk/clients/lightsail.d.ts +66 -3
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +399 -10
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
- package/node_modules/aws-sdk/clients/macie2.d.ts +289 -41
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +25 -1
- package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
- package/node_modules/aws-sdk/clients/nimble.d.ts +14 -14
- package/node_modules/aws-sdk/clients/rds.d.ts +18 -18
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +130 -130
- package/node_modules/aws-sdk/clients/redshift.d.ts +15 -15
- package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
- package/node_modules/aws-sdk/clients/s3control.d.ts +109 -41
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +197 -30
- package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
- package/node_modules/aws-sdk/clients/ssm.d.ts +122 -7
- package/node_modules/aws-sdk/clients/sso.d.ts +19 -19
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +115 -115
- package/node_modules/aws-sdk/clients/transfer.d.ts +206 -0
- package/node_modules/aws-sdk/clients/voiceid.d.ts +26 -16
- package/node_modules/aws-sdk/clients/wafv2.d.ts +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +38 -11
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +938 -796
- package/node_modules/aws-sdk/dist/aws-sdk.js +3290 -2114
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -82
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
- package/node_modules/aws-sdk/package.json +2 -1
- package/node_modules/bn.js/LICENSE +19 -0
- package/node_modules/bn.js/README.md +200 -0
- package/node_modules/bn.js/lib/bn.js +3446 -0
- package/node_modules/bn.js/package.json +36 -0
- package/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
- package/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
- package/node_modules/ecdsa-sig-formatter/README.md +65 -0
- package/node_modules/ecdsa-sig-formatter/package.json +46 -0
- package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
- package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
- package/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
- package/node_modules/es-abstract/2015/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2015/ToNumber.js +1 -1
- package/node_modules/es-abstract/2016/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2016/ToNumber.js +1 -1
- package/node_modules/es-abstract/2017/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2017/ToNumber.js +1 -1
- package/node_modules/es-abstract/2018/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2018/ToNumber.js +1 -1
- package/node_modules/es-abstract/2019/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2019/ToNumber.js +1 -1
- package/node_modules/es-abstract/2020/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2020/SameValueNonNumeric.js +1 -1
- package/node_modules/es-abstract/2020/ToNumber.js +1 -1
- package/node_modules/es-abstract/2021/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2021/SameValueNonNumeric.js +1 -1
- package/node_modules/es-abstract/2021/ToNumber.js +1 -1
- package/node_modules/es-abstract/2022/GetSubstitution.js +1 -1
- package/node_modules/es-abstract/2022/SameValueNonNumeric.js +1 -1
- package/node_modules/es-abstract/2022/StringToNumber.js +1 -1
- package/node_modules/es-abstract/CHANGELOG.md +14 -0
- package/node_modules/es-abstract/helpers/regexTester.js +2 -6
- package/node_modules/es-abstract/package.json +12 -10
- package/node_modules/fast-jwt/LICENSE.md +13 -0
- package/node_modules/fast-jwt/README.md +420 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/LICENSE.txt +21 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/README.md +112 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.d.ts +46 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/bi-map.js +195 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.d.ts +29 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/bit-set.js +379 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.d.ts +42 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/bit-vector.js +550 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.d.ts +24 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/bk-tree.js +180 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.d.ts +29 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/bloom-filter.js +186 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.d.ts +34 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/circular-buffer.js +131 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/critbit-tree-map.js +515 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/default-map.d.ts +29 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/default-map.js +162 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.d.ts +18 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/default-weak-map.js +108 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.d.ts +65 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fibonacci-heap.js +320 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-critbit-tree-map.js +427 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.d.ts +34 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-deque.js +351 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.d.ts +25 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-reverse-heap.js +209 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.d.ts +36 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fixed-stack.js +242 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.d.ts +33 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-map.js +185 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.d.ts +36 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/fuzzy-multi-map.js +196 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.d.ts +32 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/hashed-array-tree.js +209 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/heap.d.ts +96 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/heap.js +576 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/index.d.ts +48 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/index.js +58 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.d.ts +33 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/inverted-index.js +249 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.d.ts +25 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/kd-tree.js +447 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.d.ts +29 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/linked-list.js +261 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.d.ts +13 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache-with-delete.js +287 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.d.ts +43 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-cache.js +436 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.d.ts +13 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-map-with-delete.js +287 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.d.ts +43 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/lru-map.js +261 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/multi-array.js +447 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.d.ts +47 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/multi-map.js +408 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.d.ts +37 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/multi-set.js +440 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/package.json +103 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.d.ts +54 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/passjoin-index.js +518 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/queue.d.ts +27 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/queue.js +215 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/semi-dynamic-trie.js +251 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/set.d.ts +18 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/set.js +356 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.d.ts +4 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/sort/insertion.js +50 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.d.ts +4 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/sort/quick.js +116 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.d.ts +26 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/sparse-map.js +243 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.d.ts +24 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/sparse-queue-set.js +218 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.d.ts +23 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/sparse-set.js +168 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/stack.d.ts +27 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/stack.js +210 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.d.ts +23 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/static-disjoint-set.js +195 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.d.ts +24 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/static-interval-tree.js +387 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.d.ts +37 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/suffix-array.js +352 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/symspell.d.ts +33 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/symspell.js +547 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.d.ts +30 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/trie-map.js +477 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/trie.d.ts +26 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/trie.js +167 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/binary-search.js +216 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/bitwise.js +109 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/comparators.js +79 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/hash-tables.js +107 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/iterables.js +93 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/merge.js +563 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/murmurhash3.js +87 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/typed-arrays.js +187 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/utils/types.d.ts +18 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/vector.d.ts +81 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/vector.js +373 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.d.ts +27 -0
- package/node_modules/fast-jwt/node_modules/mnemonist/vp-tree.js +367 -0
- package/node_modules/fast-jwt/node_modules/obliterator/LICENSE.txt +21 -0
- package/node_modules/fast-jwt/node_modules/obliterator/README.md +415 -0
- package/node_modules/fast-jwt/node_modules/obliterator/chain.d.ts +5 -0
- package/node_modules/fast-jwt/node_modules/obliterator/chain.js +46 -0
- package/node_modules/fast-jwt/node_modules/obliterator/combinations.d.ts +4 -0
- package/node_modules/fast-jwt/node_modules/obliterator/combinations.js +76 -0
- package/node_modules/fast-jwt/node_modules/obliterator/consume.d.ts +1 -0
- package/node_modules/fast-jwt/node_modules/obliterator/consume.js +29 -0
- package/node_modules/fast-jwt/node_modules/obliterator/every.d.ts +8 -0
- package/node_modules/fast-jwt/node_modules/obliterator/every.js +27 -0
- package/node_modules/fast-jwt/node_modules/obliterator/filter.d.ts +8 -0
- package/node_modules/fast-jwt/node_modules/obliterator/filter.js +28 -0
- package/node_modules/fast-jwt/node_modules/obliterator/find.d.ts +8 -0
- package/node_modules/fast-jwt/node_modules/obliterator/find.js +27 -0
- package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.d.ts +29 -0
- package/node_modules/fast-jwt/node_modules/obliterator/foreach-with-null-keys.js +83 -0
- package/node_modules/fast-jwt/node_modules/obliterator/foreach.d.ts +24 -0
- package/node_modules/fast-jwt/node_modules/obliterator/foreach.js +73 -0
- package/node_modules/fast-jwt/node_modules/obliterator/includes.d.ts +6 -0
- package/node_modules/fast-jwt/node_modules/obliterator/includes.js +27 -0
- package/node_modules/fast-jwt/node_modules/obliterator/index.d.ts +20 -0
- package/node_modules/fast-jwt/node_modules/obliterator/index.js +26 -0
- package/node_modules/fast-jwt/node_modules/obliterator/iter.d.ts +1 -0
- package/node_modules/fast-jwt/node_modules/obliterator/iter.js +46 -0
- package/node_modules/fast-jwt/node_modules/obliterator/iterator.d.ts +18 -0
- package/node_modules/fast-jwt/node_modules/obliterator/iterator.js +96 -0
- package/node_modules/fast-jwt/node_modules/obliterator/map.d.ts +8 -0
- package/node_modules/fast-jwt/node_modules/obliterator/map.js +29 -0
- package/node_modules/fast-jwt/node_modules/obliterator/match.d.ts +4 -0
- package/node_modules/fast-jwt/node_modules/obliterator/match.js +43 -0
- package/node_modules/fast-jwt/node_modules/obliterator/package.json +46 -0
- package/node_modules/fast-jwt/node_modules/obliterator/permutations.d.ts +4 -0
- package/node_modules/fast-jwt/node_modules/obliterator/permutations.js +94 -0
- package/node_modules/fast-jwt/node_modules/obliterator/power-set.d.ts +3 -0
- package/node_modules/fast-jwt/node_modules/obliterator/power-set.js +27 -0
- package/node_modules/fast-jwt/node_modules/obliterator/range.d.ts +10 -0
- package/node_modules/fast-jwt/node_modules/obliterator/range.js +44 -0
- package/node_modules/fast-jwt/node_modules/obliterator/some.d.ts +8 -0
- package/node_modules/fast-jwt/node_modules/obliterator/some.js +27 -0
- package/node_modules/fast-jwt/node_modules/obliterator/split.d.ts +4 -0
- package/node_modules/fast-jwt/node_modules/obliterator/split.js +68 -0
- package/node_modules/fast-jwt/node_modules/obliterator/support.js +2 -0
- package/node_modules/fast-jwt/node_modules/obliterator/take-into.d.ts +9 -0
- package/node_modules/fast-jwt/node_modules/obliterator/take-into.js +39 -0
- package/node_modules/fast-jwt/node_modules/obliterator/take.d.ts +6 -0
- package/node_modules/fast-jwt/node_modules/obliterator/take.js +39 -0
- package/node_modules/fast-jwt/node_modules/obliterator/types.d.ts +18 -0
- package/node_modules/fast-jwt/package.json +84 -0
- package/node_modules/fast-jwt/src/crypto.js +362 -0
- package/node_modules/fast-jwt/src/decoder.js +60 -0
- package/node_modules/fast-jwt/src/error.js +45 -0
- package/node_modules/fast-jwt/src/index.d.ts +122 -0
- package/node_modules/fast-jwt/src/index.js +13 -0
- package/node_modules/fast-jwt/src/signer.js +309 -0
- package/node_modules/fast-jwt/src/utils.js +65 -0
- package/node_modules/fast-jwt/src/verifier.js +470 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +7 -0
- package/node_modules/get-intrinsic/index.js +1 -1
- package/node_modules/get-intrinsic/package.json +7 -4
- package/node_modules/is-callable/.editorconfig +5 -0
- package/node_modules/is-callable/.eslintrc +0 -11
- package/node_modules/is-callable/CHANGELOG.md +50 -0
- package/node_modules/is-callable/README.md +16 -0
- package/node_modules/is-callable/index.js +35 -8
- package/node_modules/is-callable/package.json +27 -13
- package/node_modules/is-callable/test/index.js +86 -12
- package/node_modules/jose/LICENSE.md +21 -0
- package/node_modules/jose/README.md +159 -0
- package/node_modules/jose/dist/browser/index.js +31 -0
- package/node_modules/jose/dist/browser/jwe/compact/decrypt.js +27 -0
- package/node_modules/jose/dist/browser/jwe/compact/encrypt.js +26 -0
- package/node_modules/jose/dist/browser/jwe/flattened/decrypt.js +137 -0
- package/node_modules/jose/dist/browser/jwe/flattened/encrypt.js +175 -0
- package/node_modules/jose/dist/browser/jwe/general/decrypt.js +31 -0
- package/node_modules/jose/dist/browser/jwe/general/encrypt.js +178 -0
- package/node_modules/jose/dist/browser/jwk/embedded.js +17 -0
- package/node_modules/jose/dist/browser/jwk/thumbprint.js +53 -0
- package/node_modules/jose/dist/browser/jwks/local.js +98 -0
- package/node_modules/jose/dist/browser/jwks/remote.js +81 -0
- package/node_modules/jose/dist/browser/jws/compact/sign.js +17 -0
- package/node_modules/jose/dist/browser/jws/compact/verify.js +21 -0
- package/node_modules/jose/dist/browser/jws/flattened/sign.js +81 -0
- package/node_modules/jose/dist/browser/jws/flattened/verify.js +104 -0
- package/node_modules/jose/dist/browser/jws/general/sign.js +67 -0
- package/node_modules/jose/dist/browser/jws/general/verify.js +24 -0
- package/node_modules/jose/dist/browser/jwt/decrypt.js +23 -0
- package/node_modules/jose/dist/browser/jwt/encrypt.js +68 -0
- package/node_modules/jose/dist/browser/jwt/produce.js +54 -0
- package/node_modules/jose/dist/browser/jwt/sign.js +21 -0
- package/node_modules/jose/dist/browser/jwt/unsecured.js +32 -0
- package/node_modules/jose/dist/browser/jwt/verify.js +16 -0
- package/node_modules/jose/dist/browser/key/export.js +12 -0
- package/node_modules/jose/dist/browser/key/generate_key_pair.js +4 -0
- package/node_modules/jose/dist/browser/key/generate_secret.js +4 -0
- package/node_modules/jose/dist/browser/key/import.js +120 -0
- package/node_modules/jose/dist/browser/lib/aesgcmkw.js +14 -0
- package/node_modules/jose/dist/browser/lib/buffer_utils.js +51 -0
- package/node_modules/jose/dist/browser/lib/cek.js +20 -0
- package/node_modules/jose/dist/browser/lib/check_iv_length.js +8 -0
- package/node_modules/jose/dist/browser/lib/check_key_type.js +45 -0
- package/node_modules/jose/dist/browser/lib/check_p2s.js +6 -0
- package/node_modules/jose/dist/browser/lib/crypto_key.js +145 -0
- package/node_modules/jose/dist/browser/lib/decrypt_key_management.js +98 -0
- package/node_modules/jose/dist/browser/lib/encrypt_key_management.js +87 -0
- package/node_modules/jose/dist/browser/lib/epoch.js +1 -0
- package/node_modules/jose/dist/browser/lib/format_pem.js +4 -0
- package/node_modules/jose/dist/browser/lib/invalid_key_input.js +30 -0
- package/node_modules/jose/dist/browser/lib/is_disjoint.js +22 -0
- package/node_modules/jose/dist/browser/lib/is_object.js +16 -0
- package/node_modules/jose/dist/browser/lib/iv.js +20 -0
- package/node_modules/jose/dist/browser/lib/jwt_claims_set.js +91 -0
- package/node_modules/jose/dist/browser/lib/secs.js +44 -0
- package/node_modules/jose/dist/browser/lib/validate_algorithms.js +11 -0
- package/node_modules/jose/dist/browser/lib/validate_crit.js +34 -0
- package/node_modules/jose/dist/browser/package.json +1 -0
- package/node_modules/jose/dist/browser/runtime/aeskw.js +32 -0
- package/node_modules/jose/dist/browser/runtime/asn1.js +118 -0
- package/node_modules/jose/dist/browser/runtime/base64url.js +37 -0
- package/node_modules/jose/dist/browser/runtime/bogus.js +6 -0
- package/node_modules/jose/dist/browser/runtime/check_cek_length.js +8 -0
- package/node_modules/jose/dist/browser/runtime/check_key_length.js +8 -0
- package/node_modules/jose/dist/browser/runtime/decrypt.js +85 -0
- package/node_modules/jose/dist/browser/runtime/digest.js +6 -0
- package/node_modules/jose/dist/browser/runtime/ecdhes.js +33 -0
- package/node_modules/jose/dist/browser/runtime/encrypt.js +68 -0
- package/node_modules/jose/dist/browser/runtime/env.js +3 -0
- package/node_modules/jose/dist/browser/runtime/fetch_jwks.js +34 -0
- package/node_modules/jose/dist/browser/runtime/generate.js +126 -0
- package/node_modules/jose/dist/browser/runtime/get_sign_verify_key.js +17 -0
- package/node_modules/jose/dist/browser/runtime/is_key_like.js +5 -0
- package/node_modules/jose/dist/browser/runtime/jwk_to_key.js +135 -0
- package/node_modules/jose/dist/browser/runtime/key_to_jwk.js +21 -0
- package/node_modules/jose/dist/browser/runtime/pbes2kw.js +51 -0
- package/node_modules/jose/dist/browser/runtime/random.js +2 -0
- package/node_modules/jose/dist/browser/runtime/rsaes.js +37 -0
- package/node_modules/jose/dist/browser/runtime/sign.js +11 -0
- package/node_modules/jose/dist/browser/runtime/subtle_dsa.js +28 -0
- package/node_modules/jose/dist/browser/runtime/subtle_rsaes.js +12 -0
- package/node_modules/jose/dist/browser/runtime/timing_safe_equal.js +19 -0
- package/node_modules/jose/dist/browser/runtime/verify.js +16 -0
- package/node_modules/jose/dist/browser/runtime/webcrypto.js +2 -0
- package/node_modules/jose/dist/browser/runtime/zlib.js +7 -0
- package/node_modules/jose/dist/browser/util/base64url.js +3 -0
- package/node_modules/jose/dist/browser/util/decode_jwt.js +32 -0
- package/node_modules/jose/dist/browser/util/decode_protected_header.js +34 -0
- package/node_modules/jose/dist/browser/util/errors.js +147 -0
- package/node_modules/jose/dist/node/cjs/index.js +65 -0
- package/node_modules/jose/dist/node/cjs/jwe/compact/decrypt.js +31 -0
- package/node_modules/jose/dist/node/cjs/jwe/compact/encrypt.js +30 -0
- package/node_modules/jose/dist/node/cjs/jwe/flattened/decrypt.js +141 -0
- package/node_modules/jose/dist/node/cjs/jwe/flattened/encrypt.js +179 -0
- package/node_modules/jose/dist/node/cjs/jwe/general/decrypt.js +35 -0
- package/node_modules/jose/dist/node/cjs/jwe/general/encrypt.js +182 -0
- package/node_modules/jose/dist/node/cjs/jwk/embedded.js +21 -0
- package/node_modules/jose/dist/node/cjs/jwk/thumbprint.js +58 -0
- package/node_modules/jose/dist/node/cjs/jwks/local.js +104 -0
- package/node_modules/jose/dist/node/cjs/jwks/remote.js +85 -0
- package/node_modules/jose/dist/node/cjs/jws/compact/sign.js +21 -0
- package/node_modules/jose/dist/node/cjs/jws/compact/verify.js +25 -0
- package/node_modules/jose/dist/node/cjs/jws/flattened/sign.js +85 -0
- package/node_modules/jose/dist/node/cjs/jws/flattened/verify.js +108 -0
- package/node_modules/jose/dist/node/cjs/jws/general/sign.js +71 -0
- package/node_modules/jose/dist/node/cjs/jws/general/verify.js +28 -0
- package/node_modules/jose/dist/node/cjs/jwt/decrypt.js +27 -0
- package/node_modules/jose/dist/node/cjs/jwt/encrypt.js +72 -0
- package/node_modules/jose/dist/node/cjs/jwt/produce.js +58 -0
- package/node_modules/jose/dist/node/cjs/jwt/sign.js +25 -0
- package/node_modules/jose/dist/node/cjs/jwt/unsecured.js +36 -0
- package/node_modules/jose/dist/node/cjs/jwt/verify.js +20 -0
- package/node_modules/jose/dist/node/cjs/key/export.js +18 -0
- package/node_modules/jose/dist/node/cjs/key/generate_key_pair.js +8 -0
- package/node_modules/jose/dist/node/cjs/key/generate_secret.js +8 -0
- package/node_modules/jose/dist/node/cjs/key/import.js +127 -0
- package/node_modules/jose/dist/node/cjs/lib/aesgcmkw.js +19 -0
- package/node_modules/jose/dist/node/cjs/lib/buffer_utils.js +60 -0
- package/node_modules/jose/dist/node/cjs/lib/cek.js +24 -0
- package/node_modules/jose/dist/node/cjs/lib/check_iv_length.js +10 -0
- package/node_modules/jose/dist/node/cjs/lib/check_key_type.js +47 -0
- package/node_modules/jose/dist/node/cjs/lib/check_p2s.js +9 -0
- package/node_modules/jose/dist/node/cjs/lib/crypto_key.js +150 -0
- package/node_modules/jose/dist/node/cjs/lib/decrypt_key_management.js +100 -0
- package/node_modules/jose/dist/node/cjs/lib/encrypt_key_management.js +89 -0
- package/node_modules/jose/dist/node/cjs/lib/epoch.js +3 -0
- package/node_modules/jose/dist/node/cjs/lib/format_pem.js +6 -0
- package/node_modules/jose/dist/node/cjs/lib/invalid_key_input.js +34 -0
- package/node_modules/jose/dist/node/cjs/lib/is_disjoint.js +24 -0
- package/node_modules/jose/dist/node/cjs/lib/is_object.js +19 -0
- package/node_modules/jose/dist/node/cjs/lib/iv.js +24 -0
- package/node_modules/jose/dist/node/cjs/lib/jwt_claims_set.js +93 -0
- package/node_modules/jose/dist/node/cjs/lib/secs.js +46 -0
- package/node_modules/jose/dist/node/cjs/lib/validate_algorithms.js +13 -0
- package/node_modules/jose/dist/node/cjs/lib/validate_crit.js +36 -0
- package/node_modules/jose/dist/node/cjs/runtime/aeskw.js +55 -0
- package/node_modules/jose/dist/node/cjs/runtime/asn1.js +48 -0
- package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_decoder.js +47 -0
- package/node_modules/jose/dist/node/cjs/runtime/asn1_sequence_encoder.js +91 -0
- package/node_modules/jose/dist/node/cjs/runtime/base64url.js +26 -0
- package/node_modules/jose/dist/node/cjs/runtime/cbc_tag.js +11 -0
- package/node_modules/jose/dist/node/cjs/runtime/check_cek_length.js +37 -0
- package/node_modules/jose/dist/node/cjs/runtime/check_modulus_length.js +52 -0
- package/node_modules/jose/dist/node/cjs/runtime/ciphers.js +8 -0
- package/node_modules/jose/dist/node/cjs/runtime/decrypt.js +97 -0
- package/node_modules/jose/dist/node/cjs/runtime/digest.js +5 -0
- package/node_modules/jose/dist/node/cjs/runtime/dsa_digest.js +25 -0
- package/node_modules/jose/dist/node/cjs/runtime/ecdhes.js +70 -0
- package/node_modules/jose/dist/node/cjs/runtime/encrypt.js +74 -0
- package/node_modules/jose/dist/node/cjs/runtime/env.js +7 -0
- package/node_modules/jose/dist/node/cjs/runtime/fetch_jwks.js +45 -0
- package/node_modules/jose/dist/node/cjs/runtime/generate.js +105 -0
- package/node_modules/jose/dist/node/cjs/runtime/get_named_curve.js +95 -0
- package/node_modules/jose/dist/node/cjs/runtime/get_sign_verify_key.js +24 -0
- package/node_modules/jose/dist/node/cjs/runtime/hmac_digest.js +16 -0
- package/node_modules/jose/dist/node/cjs/runtime/is_key_like.js +11 -0
- package/node_modules/jose/dist/node/cjs/runtime/is_key_object.js +7 -0
- package/node_modules/jose/dist/node/cjs/runtime/jwk_to_key.js +122 -0
- package/node_modules/jose/dist/node/cjs/runtime/key_to_jwk.js +164 -0
- package/node_modules/jose/dist/node/cjs/runtime/node_key.js +83 -0
- package/node_modules/jose/dist/node/cjs/runtime/pbes2kw.js +48 -0
- package/node_modules/jose/dist/node/cjs/runtime/random.js +5 -0
- package/node_modules/jose/dist/node/cjs/runtime/rsaes.js +69 -0
- package/node_modules/jose/dist/node/cjs/runtime/sign.js +25 -0
- package/node_modules/jose/dist/node/cjs/runtime/timing_safe_equal.js +5 -0
- package/node_modules/jose/dist/node/cjs/runtime/verify.js +42 -0
- package/node_modules/jose/dist/node/cjs/runtime/webcrypto.js +11 -0
- package/node_modules/jose/dist/node/cjs/runtime/zlib.js +11 -0
- package/node_modules/jose/dist/node/cjs/util/base64url.js +6 -0
- package/node_modules/jose/dist/node/cjs/util/decode_jwt.js +36 -0
- package/node_modules/jose/dist/node/cjs/util/decode_protected_header.js +38 -0
- package/node_modules/jose/dist/node/cjs/util/errors.js +165 -0
- package/node_modules/jose/dist/node/esm/index.js +29 -0
- package/node_modules/jose/dist/node/esm/jwe/compact/decrypt.js +27 -0
- package/node_modules/jose/dist/node/esm/jwe/compact/encrypt.js +26 -0
- package/node_modules/jose/dist/node/esm/jwe/flattened/decrypt.js +137 -0
- package/node_modules/jose/dist/node/esm/jwe/flattened/encrypt.js +175 -0
- package/node_modules/jose/dist/node/esm/jwe/general/decrypt.js +31 -0
- package/node_modules/jose/dist/node/esm/jwe/general/encrypt.js +178 -0
- package/node_modules/jose/dist/node/esm/jwk/embedded.js +17 -0
- package/node_modules/jose/dist/node/esm/jwk/thumbprint.js +53 -0
- package/node_modules/jose/dist/node/esm/jwks/local.js +98 -0
- package/node_modules/jose/dist/node/esm/jwks/remote.js +81 -0
- package/node_modules/jose/dist/node/esm/jws/compact/sign.js +17 -0
- package/node_modules/jose/dist/node/esm/jws/compact/verify.js +21 -0
- package/node_modules/jose/dist/node/esm/jws/flattened/sign.js +81 -0
- package/node_modules/jose/dist/node/esm/jws/flattened/verify.js +104 -0
- package/node_modules/jose/dist/node/esm/jws/general/sign.js +67 -0
- package/node_modules/jose/dist/node/esm/jws/general/verify.js +24 -0
- package/node_modules/jose/dist/node/esm/jwt/decrypt.js +23 -0
- package/node_modules/jose/dist/node/esm/jwt/encrypt.js +68 -0
- package/node_modules/jose/dist/node/esm/jwt/produce.js +54 -0
- package/node_modules/jose/dist/node/esm/jwt/sign.js +21 -0
- package/node_modules/jose/dist/node/esm/jwt/unsecured.js +32 -0
- package/node_modules/jose/dist/node/esm/jwt/verify.js +16 -0
- package/node_modules/jose/dist/node/esm/key/export.js +12 -0
- package/node_modules/jose/dist/node/esm/key/generate_key_pair.js +4 -0
- package/node_modules/jose/dist/node/esm/key/generate_secret.js +4 -0
- package/node_modules/jose/dist/node/esm/key/import.js +120 -0
- package/node_modules/jose/dist/node/esm/lib/aesgcmkw.js +14 -0
- package/node_modules/jose/dist/node/esm/lib/buffer_utils.js +51 -0
- package/node_modules/jose/dist/node/esm/lib/cek.js +20 -0
- package/node_modules/jose/dist/node/esm/lib/check_iv_length.js +8 -0
- package/node_modules/jose/dist/node/esm/lib/check_key_type.js +45 -0
- package/node_modules/jose/dist/node/esm/lib/check_p2s.js +6 -0
- package/node_modules/jose/dist/node/esm/lib/crypto_key.js +145 -0
- package/node_modules/jose/dist/node/esm/lib/decrypt_key_management.js +98 -0
- package/node_modules/jose/dist/node/esm/lib/encrypt_key_management.js +87 -0
- package/node_modules/jose/dist/node/esm/lib/epoch.js +1 -0
- package/node_modules/jose/dist/node/esm/lib/format_pem.js +4 -0
- package/node_modules/jose/dist/node/esm/lib/invalid_key_input.js +30 -0
- package/node_modules/jose/dist/node/esm/lib/is_disjoint.js +22 -0
- package/node_modules/jose/dist/node/esm/lib/is_object.js +16 -0
- package/node_modules/jose/dist/node/esm/lib/iv.js +20 -0
- package/node_modules/jose/dist/node/esm/lib/jwt_claims_set.js +91 -0
- package/node_modules/jose/dist/node/esm/lib/secs.js +44 -0
- package/node_modules/jose/dist/node/esm/lib/validate_algorithms.js +11 -0
- package/node_modules/jose/dist/node/esm/lib/validate_crit.js +34 -0
- package/node_modules/jose/dist/node/esm/package.json +1 -0
- package/node_modules/jose/dist/node/esm/runtime/aeskw.js +50 -0
- package/node_modules/jose/dist/node/esm/runtime/asn1.js +41 -0
- package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_decoder.js +44 -0
- package/node_modules/jose/dist/node/esm/runtime/asn1_sequence_encoder.js +88 -0
- package/node_modules/jose/dist/node/esm/runtime/base64url.js +20 -0
- package/node_modules/jose/dist/node/esm/runtime/cbc_tag.js +8 -0
- package/node_modules/jose/dist/node/esm/runtime/check_cek_length.js +35 -0
- package/node_modules/jose/dist/node/esm/runtime/check_modulus_length.js +48 -0
- package/node_modules/jose/dist/node/esm/runtime/ciphers.js +6 -0
- package/node_modules/jose/dist/node/esm/runtime/decrypt.js +95 -0
- package/node_modules/jose/dist/node/esm/runtime/digest.js +3 -0
- package/node_modules/jose/dist/node/esm/runtime/dsa_digest.js +22 -0
- package/node_modules/jose/dist/node/esm/runtime/ecdhes.js +64 -0
- package/node_modules/jose/dist/node/esm/runtime/encrypt.js +72 -0
- package/node_modules/jose/dist/node/esm/runtime/env.js +3 -0
- package/node_modules/jose/dist/node/esm/runtime/fetch_jwks.js +43 -0
- package/node_modules/jose/dist/node/esm/runtime/generate.js +100 -0
- package/node_modules/jose/dist/node/esm/runtime/get_named_curve.js +91 -0
- package/node_modules/jose/dist/node/esm/runtime/get_sign_verify_key.js +21 -0
- package/node_modules/jose/dist/node/esm/runtime/hmac_digest.js +13 -0
- package/node_modules/jose/dist/node/esm/runtime/is_key_like.js +8 -0
- package/node_modules/jose/dist/node/esm/runtime/is_key_object.js +5 -0
- package/node_modules/jose/dist/node/esm/runtime/jwk_to_key.js +120 -0
- package/node_modules/jose/dist/node/esm/runtime/key_to_jwk.js +162 -0
- package/node_modules/jose/dist/node/esm/runtime/node_key.js +80 -0
- package/node_modules/jose/dist/node/esm/runtime/pbes2kw.js +43 -0
- package/node_modules/jose/dist/node/esm/runtime/random.js +1 -0
- package/node_modules/jose/dist/node/esm/runtime/rsaes.js +64 -0
- package/node_modules/jose/dist/node/esm/runtime/sign.js +23 -0
- package/node_modules/jose/dist/node/esm/runtime/timing_safe_equal.js +3 -0
- package/node_modules/jose/dist/node/esm/runtime/verify.js +40 -0
- package/node_modules/jose/dist/node/esm/runtime/webcrypto.js +8 -0
- package/node_modules/jose/dist/node/esm/runtime/zlib.js +6 -0
- package/node_modules/jose/dist/node/esm/util/base64url.js +3 -0
- package/node_modules/jose/dist/node/esm/util/decode_jwt.js +32 -0
- package/node_modules/jose/dist/node/esm/util/decode_protected_header.js +34 -0
- package/node_modules/jose/dist/node/esm/util/errors.js +147 -0
- package/node_modules/jose/dist/types/index.d.ts +47 -0
- package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +33 -0
- package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +60 -0
- package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +43 -0
- package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +89 -0
- package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +47 -0
- package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +74 -0
- package/node_modules/jose/dist/types/jwk/embedded.d.ts +23 -0
- package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +44 -0
- package/node_modules/jose/dist/types/jwks/local.d.ts +48 -0
- package/node_modules/jose/dist/types/jwks/remote.d.ts +54 -0
- package/node_modules/jose/dist/types/jws/compact/sign.d.ts +34 -0
- package/node_modules/jose/dist/types/jws/compact/verify.d.ts +37 -0
- package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +42 -0
- package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +42 -0
- package/node_modules/jose/dist/types/jws/general/sign.d.ts +54 -0
- package/node_modules/jose/dist/types/jws/general/verify.d.ts +45 -0
- package/node_modules/jose/dist/types/jwt/decrypt.d.ts +40 -0
- package/node_modules/jose/dist/types/jwt/encrypt.d.ts +84 -0
- package/node_modules/jose/dist/types/jwt/produce.d.ts +53 -0
- package/node_modules/jose/dist/types/jwt/sign.d.ts +35 -0
- package/node_modules/jose/dist/types/jwt/unsecured.d.ts +44 -0
- package/node_modules/jose/dist/types/jwt/verify.d.ts +44 -0
- package/node_modules/jose/dist/types/key/export.d.ts +47 -0
- package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +44 -0
- package/node_modules/jose/dist/types/key/generate_secret.d.ts +26 -0
- package/node_modules/jose/dist/types/key/import.d.ts +115 -0
- package/node_modules/jose/dist/types/types.d.ts +602 -0
- package/node_modules/jose/dist/types/util/base64url.d.ts +19 -0
- package/node_modules/jose/dist/types/util/decode_jwt.d.ts +17 -0
- package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +15 -0
- package/node_modules/jose/dist/types/util/errors.d.ts +96 -0
- package/node_modules/jose/package.json +82 -0
- package/node_modules/minimalistic-assert/LICENSE +13 -0
- package/node_modules/minimalistic-assert/index.js +11 -0
- package/node_modules/minimalistic-assert/package.json +19 -0
- package/node_modules/minimalistic-assert/readme.md +4 -0
- package/node_modules/object-hash/LICENSE +22 -0
- package/node_modules/object-hash/dist/object_hash.js +1 -0
- package/node_modules/object-hash/index.js +453 -0
- package/node_modules/object-hash/package.json +53 -0
- package/node_modules/object-hash/readme.markdown +184 -0
- package/node_modules/oidc-token-hash/LICENSE.md +21 -0
- package/node_modules/oidc-token-hash/README.md +55 -0
- package/node_modules/oidc-token-hash/lib/index.js +106 -0
- package/node_modules/oidc-token-hash/lib/shake256.js +7 -0
- package/node_modules/oidc-token-hash/package.json +36 -0
- package/node_modules/openid-client/LICENSE.md +21 -0
- package/node_modules/openid-client/README.md +299 -0
- package/node_modules/openid-client/lib/client.js +1815 -0
- package/node_modules/openid-client/lib/device_flow_handle.js +125 -0
- package/node_modules/openid-client/lib/errors.js +55 -0
- package/node_modules/openid-client/lib/helpers/assert.js +24 -0
- package/node_modules/openid-client/lib/helpers/base64url.js +13 -0
- package/node_modules/openid-client/lib/helpers/client.js +209 -0
- package/node_modules/openid-client/lib/helpers/consts.js +7 -0
- package/node_modules/openid-client/lib/helpers/decode_jwt.js +27 -0
- package/node_modules/openid-client/lib/helpers/deep_clone.js +3 -0
- package/node_modules/openid-client/lib/helpers/defaults.js +27 -0
- package/node_modules/openid-client/lib/helpers/generators.js +14 -0
- package/node_modules/openid-client/lib/helpers/is_key_object.js +4 -0
- package/node_modules/openid-client/lib/helpers/is_plain_object.js +1 -0
- package/node_modules/openid-client/lib/helpers/issuer.js +110 -0
- package/node_modules/openid-client/lib/helpers/keystore.js +312 -0
- package/node_modules/openid-client/lib/helpers/merge.js +24 -0
- package/node_modules/openid-client/lib/helpers/pick.js +9 -0
- package/node_modules/openid-client/lib/helpers/process_response.js +71 -0
- package/node_modules/openid-client/lib/helpers/request.js +197 -0
- package/node_modules/openid-client/lib/helpers/unix_timestamp.js +1 -0
- package/node_modules/openid-client/lib/helpers/weak_cache.js +1 -0
- package/node_modules/openid-client/lib/helpers/webfinger_normalize.js +71 -0
- package/node_modules/openid-client/lib/helpers/www_authenticate_parser.js +14 -0
- package/node_modules/openid-client/lib/index.js +23 -0
- package/node_modules/openid-client/lib/index.mjs +9 -0
- package/node_modules/openid-client/lib/issuer.js +204 -0
- package/node_modules/openid-client/lib/issuer_registry.js +3 -0
- package/node_modules/openid-client/lib/passport_strategy.js +194 -0
- package/node_modules/openid-client/lib/token_set.js +35 -0
- package/node_modules/openid-client/node_modules/lru-cache/LICENSE +15 -0
- package/node_modules/openid-client/node_modules/lru-cache/README.md +166 -0
- package/node_modules/openid-client/node_modules/lru-cache/index.js +334 -0
- package/node_modules/openid-client/node_modules/lru-cache/package.json +34 -0
- package/node_modules/openid-client/package.json +118 -0
- package/node_modules/openid-client/types/index.d.ts +620 -0
- package/node_modules/safe-regex-test/.eslintrc +9 -0
- package/node_modules/safe-regex-test/.github/FUNDING.yml +12 -0
- package/node_modules/safe-regex-test/CHANGELOG.md +15 -0
- package/node_modules/safe-regex-test/LICENSE +21 -0
- package/node_modules/safe-regex-test/README.md +42 -0
- package/node_modules/safe-regex-test/index.js +17 -0
- package/node_modules/safe-regex-test/package.json +75 -0
- package/node_modules/safe-regex-test/test/index.js +37 -0
- package/node_modules/safer-buffer/LICENSE +21 -0
- package/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/node_modules/safer-buffer/Readme.md +156 -0
- package/node_modules/safer-buffer/dangerous.js +58 -0
- package/node_modules/safer-buffer/package.json +34 -0
- package/node_modules/safer-buffer/safer.js +77 -0
- package/node_modules/safer-buffer/tests.js +406 -0
- package/node_modules/ws/lib/websocket.js +15 -15
- package/node_modules/ws/package.json +1 -1
- package/node_modules/yallist/LICENSE +15 -0
- package/node_modules/yallist/README.md +204 -0
- package/node_modules/yallist/iterator.js +8 -0
- package/node_modules/yallist/package.json +29 -0
- package/node_modules/yallist/yallist.js +426 -0
- package/package.json +36 -36
- package/node_modules/@serverless-stack/node/.turbo/turbo-build.log +0 -2
- package/node_modules/@serverless-stack/node/CHANGELOG.md +0 -157
- package/node_modules/@serverless-stack/node/src/auth/index.ts +0 -24
- package/node_modules/@serverless-stack/node/src/config/index.ts +0 -120
- package/node_modules/@serverless-stack/node/src/graphql/index.ts +0 -96
- package/node_modules/@serverless-stack/node/tsconfig.json +0 -11
- package/node_modules/is-callable/.eslintignore +0 -1
- package/node_modules/is-callable/.istanbul.yml +0 -47
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"shape": "S7"
|
|
329
329
|
},
|
|
330
330
|
"ModelDeployConfig": {
|
|
331
|
-
"shape": "
|
|
331
|
+
"shape": "S5w"
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
},
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
"members": {
|
|
353
353
|
"CodeRepositoryName": {},
|
|
354
354
|
"GitConfig": {
|
|
355
|
-
"shape": "
|
|
355
|
+
"shape": "S62"
|
|
356
356
|
},
|
|
357
357
|
"Tags": {
|
|
358
358
|
"shape": "S7"
|
|
@@ -383,13 +383,13 @@
|
|
|
383
383
|
"RoleArn": {},
|
|
384
384
|
"ModelPackageVersionArn": {},
|
|
385
385
|
"InputConfig": {
|
|
386
|
-
"shape": "
|
|
386
|
+
"shape": "S69"
|
|
387
387
|
},
|
|
388
388
|
"OutputConfig": {
|
|
389
|
-
"shape": "
|
|
389
|
+
"shape": "S6b"
|
|
390
390
|
},
|
|
391
391
|
"VpcConfig": {
|
|
392
|
-
"shape": "
|
|
392
|
+
"shape": "S6i"
|
|
393
393
|
},
|
|
394
394
|
"StoppingCondition": {
|
|
395
395
|
"shape": "S3l"
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
"members": {
|
|
421
421
|
"ContextName": {},
|
|
422
422
|
"Source": {
|
|
423
|
-
"shape": "
|
|
423
|
+
"shape": "S6q"
|
|
424
424
|
},
|
|
425
425
|
"ContextType": {},
|
|
426
426
|
"Description": {},
|
|
@@ -453,26 +453,26 @@
|
|
|
453
453
|
"members": {
|
|
454
454
|
"JobDefinitionName": {},
|
|
455
455
|
"DataQualityBaselineConfig": {
|
|
456
|
-
"shape": "
|
|
456
|
+
"shape": "S6v"
|
|
457
457
|
},
|
|
458
458
|
"DataQualityAppSpecification": {
|
|
459
|
-
"shape": "
|
|
459
|
+
"shape": "S6z"
|
|
460
460
|
},
|
|
461
461
|
"DataQualityJobInput": {
|
|
462
|
-
"shape": "
|
|
462
|
+
"shape": "S78"
|
|
463
463
|
},
|
|
464
464
|
"DataQualityJobOutputConfig": {
|
|
465
|
-
"shape": "
|
|
465
|
+
"shape": "S7f"
|
|
466
466
|
},
|
|
467
467
|
"JobResources": {
|
|
468
|
-
"shape": "
|
|
468
|
+
"shape": "S7l"
|
|
469
469
|
},
|
|
470
470
|
"NetworkConfig": {
|
|
471
|
-
"shape": "
|
|
471
|
+
"shape": "S7q"
|
|
472
472
|
},
|
|
473
473
|
"RoleArn": {},
|
|
474
474
|
"StoppingCondition": {
|
|
475
|
-
"shape": "
|
|
475
|
+
"shape": "S7r"
|
|
476
476
|
},
|
|
477
477
|
"Tags": {
|
|
478
478
|
"shape": "S7"
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
"RoleArn": {},
|
|
502
502
|
"Description": {},
|
|
503
503
|
"OutputConfig": {
|
|
504
|
-
"shape": "
|
|
504
|
+
"shape": "S7x"
|
|
505
505
|
},
|
|
506
506
|
"Tags": {
|
|
507
507
|
"shape": "S7"
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
"DomainName": {},
|
|
527
527
|
"AuthMode": {},
|
|
528
528
|
"DefaultUserSettings": {
|
|
529
|
-
"shape": "
|
|
529
|
+
"shape": "S83"
|
|
530
530
|
},
|
|
531
531
|
"SubnetIds": {
|
|
532
532
|
"shape": "S5p"
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
"KmsKeyId": {},
|
|
544
544
|
"AppSecurityGroupManagement": {},
|
|
545
545
|
"DomainSettings": {
|
|
546
|
-
"shape": "
|
|
546
|
+
"shape": "S8p"
|
|
547
547
|
}
|
|
548
548
|
}
|
|
549
549
|
},
|
|
@@ -566,11 +566,11 @@
|
|
|
566
566
|
"members": {
|
|
567
567
|
"EdgeDeploymentPlanName": {},
|
|
568
568
|
"ModelConfigs": {
|
|
569
|
-
"shape": "
|
|
569
|
+
"shape": "S8x"
|
|
570
570
|
},
|
|
571
571
|
"DeviceFleetName": {},
|
|
572
572
|
"Stages": {
|
|
573
|
-
"shape": "
|
|
573
|
+
"shape": "S8z"
|
|
574
574
|
},
|
|
575
575
|
"Tags": {
|
|
576
576
|
"shape": "S7"
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
"members": {
|
|
598
598
|
"EdgeDeploymentPlanName": {},
|
|
599
599
|
"Stages": {
|
|
600
|
-
"shape": "
|
|
600
|
+
"shape": "S8z"
|
|
601
601
|
}
|
|
602
602
|
}
|
|
603
603
|
}
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
"ModelVersion": {},
|
|
621
621
|
"RoleArn": {},
|
|
622
622
|
"OutputConfig": {
|
|
623
|
-
"shape": "
|
|
623
|
+
"shape": "S7x"
|
|
624
624
|
},
|
|
625
625
|
"ResourceKey": {},
|
|
626
626
|
"Tags": {
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
"EndpointName": {},
|
|
641
641
|
"EndpointConfigName": {},
|
|
642
642
|
"DeploymentConfig": {
|
|
643
|
-
"shape": "
|
|
643
|
+
"shape": "S9f"
|
|
644
644
|
},
|
|
645
645
|
"Tags": {
|
|
646
646
|
"shape": "S7"
|
|
@@ -667,17 +667,17 @@
|
|
|
667
667
|
"members": {
|
|
668
668
|
"EndpointConfigName": {},
|
|
669
669
|
"ProductionVariants": {
|
|
670
|
-
"shape": "
|
|
670
|
+
"shape": "S9w"
|
|
671
671
|
},
|
|
672
672
|
"DataCaptureConfig": {
|
|
673
|
-
"shape": "
|
|
673
|
+
"shape": "Sab"
|
|
674
674
|
},
|
|
675
675
|
"Tags": {
|
|
676
676
|
"shape": "S7"
|
|
677
677
|
},
|
|
678
678
|
"KmsKeyId": {},
|
|
679
679
|
"AsyncInferenceConfig": {
|
|
680
|
-
"shape": "
|
|
680
|
+
"shape": "Sam"
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
683
|
},
|
|
@@ -727,13 +727,13 @@
|
|
|
727
727
|
"RecordIdentifierFeatureName": {},
|
|
728
728
|
"EventTimeFeatureName": {},
|
|
729
729
|
"FeatureDefinitions": {
|
|
730
|
-
"shape": "
|
|
730
|
+
"shape": "Sb0"
|
|
731
731
|
},
|
|
732
732
|
"OnlineStoreConfig": {
|
|
733
|
-
"shape": "
|
|
733
|
+
"shape": "Sb3"
|
|
734
734
|
},
|
|
735
735
|
"OfflineStoreConfig": {
|
|
736
|
-
"shape": "
|
|
736
|
+
"shape": "Sb5"
|
|
737
737
|
},
|
|
738
738
|
"RoleArn": {},
|
|
739
739
|
"Description": {},
|
|
@@ -764,16 +764,16 @@
|
|
|
764
764
|
"members": {
|
|
765
765
|
"FlowDefinitionName": {},
|
|
766
766
|
"HumanLoopRequestSource": {
|
|
767
|
-
"shape": "
|
|
767
|
+
"shape": "Sbg"
|
|
768
768
|
},
|
|
769
769
|
"HumanLoopActivationConfig": {
|
|
770
|
-
"shape": "
|
|
770
|
+
"shape": "Sbi"
|
|
771
771
|
},
|
|
772
772
|
"HumanLoopConfig": {
|
|
773
|
-
"shape": "
|
|
773
|
+
"shape": "Sbl"
|
|
774
774
|
},
|
|
775
775
|
"OutputConfig": {
|
|
776
|
-
"shape": "
|
|
776
|
+
"shape": "Sc0"
|
|
777
777
|
},
|
|
778
778
|
"RoleArn": {},
|
|
779
779
|
"Tags": {
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
"members": {
|
|
802
802
|
"HumanTaskUiName": {},
|
|
803
803
|
"UiTemplate": {
|
|
804
|
-
"shape": "
|
|
804
|
+
"shape": "Sc5"
|
|
805
805
|
},
|
|
806
806
|
"Tags": {
|
|
807
807
|
"shape": "S7"
|
|
@@ -828,16 +828,16 @@
|
|
|
828
828
|
"members": {
|
|
829
829
|
"HyperParameterTuningJobName": {},
|
|
830
830
|
"HyperParameterTuningJobConfig": {
|
|
831
|
-
"shape": "
|
|
831
|
+
"shape": "Sca"
|
|
832
832
|
},
|
|
833
833
|
"TrainingJobDefinition": {
|
|
834
|
-
"shape": "
|
|
834
|
+
"shape": "Scv"
|
|
835
835
|
},
|
|
836
836
|
"TrainingJobDefinitions": {
|
|
837
|
-
"shape": "
|
|
837
|
+
"shape": "Sd8"
|
|
838
838
|
},
|
|
839
839
|
"WarmStartConfig": {
|
|
840
|
-
"shape": "
|
|
840
|
+
"shape": "Sd9"
|
|
841
841
|
},
|
|
842
842
|
"Tags": {
|
|
843
843
|
"shape": "S7"
|
|
@@ -915,11 +915,11 @@
|
|
|
915
915
|
"JobType": {},
|
|
916
916
|
"RoleArn": {},
|
|
917
917
|
"InputConfig": {
|
|
918
|
-
"shape": "
|
|
918
|
+
"shape": "Sdq"
|
|
919
919
|
},
|
|
920
920
|
"JobDescription": {},
|
|
921
921
|
"StoppingConditions": {
|
|
922
|
-
"shape": "
|
|
922
|
+
"shape": "Seg"
|
|
923
923
|
},
|
|
924
924
|
"OutputConfig": {
|
|
925
925
|
"type": "structure",
|
|
@@ -963,21 +963,21 @@
|
|
|
963
963
|
"LabelingJobName": {},
|
|
964
964
|
"LabelAttributeName": {},
|
|
965
965
|
"InputConfig": {
|
|
966
|
-
"shape": "
|
|
966
|
+
"shape": "Ser"
|
|
967
967
|
},
|
|
968
968
|
"OutputConfig": {
|
|
969
|
-
"shape": "
|
|
969
|
+
"shape": "Sey"
|
|
970
970
|
},
|
|
971
971
|
"RoleArn": {},
|
|
972
972
|
"LabelCategoryConfigS3Uri": {},
|
|
973
973
|
"StoppingConditions": {
|
|
974
|
-
"shape": "
|
|
974
|
+
"shape": "Sez"
|
|
975
975
|
},
|
|
976
976
|
"LabelingJobAlgorithmsConfig": {
|
|
977
|
-
"shape": "
|
|
977
|
+
"shape": "Sf2"
|
|
978
978
|
},
|
|
979
979
|
"HumanTaskConfig": {
|
|
980
|
-
"shape": "
|
|
980
|
+
"shape": "Sf6"
|
|
981
981
|
},
|
|
982
982
|
"Tags": {
|
|
983
983
|
"shape": "S7"
|
|
@@ -1004,13 +1004,13 @@
|
|
|
1004
1004
|
"members": {
|
|
1005
1005
|
"ModelName": {},
|
|
1006
1006
|
"PrimaryContainer": {
|
|
1007
|
-
"shape": "
|
|
1007
|
+
"shape": "Sfl"
|
|
1008
1008
|
},
|
|
1009
1009
|
"Containers": {
|
|
1010
|
-
"shape": "
|
|
1010
|
+
"shape": "Sfu"
|
|
1011
1011
|
},
|
|
1012
1012
|
"InferenceExecutionConfig": {
|
|
1013
|
-
"shape": "
|
|
1013
|
+
"shape": "Sfv"
|
|
1014
1014
|
},
|
|
1015
1015
|
"ExecutionRoleArn": {},
|
|
1016
1016
|
"Tags": {
|
|
@@ -1048,26 +1048,26 @@
|
|
|
1048
1048
|
"members": {
|
|
1049
1049
|
"JobDefinitionName": {},
|
|
1050
1050
|
"ModelBiasBaselineConfig": {
|
|
1051
|
-
"shape": "
|
|
1051
|
+
"shape": "Sfz"
|
|
1052
1052
|
},
|
|
1053
1053
|
"ModelBiasAppSpecification": {
|
|
1054
|
-
"shape": "
|
|
1054
|
+
"shape": "Sg0"
|
|
1055
1055
|
},
|
|
1056
1056
|
"ModelBiasJobInput": {
|
|
1057
|
-
"shape": "
|
|
1057
|
+
"shape": "Sg1"
|
|
1058
1058
|
},
|
|
1059
1059
|
"ModelBiasJobOutputConfig": {
|
|
1060
|
-
"shape": "
|
|
1060
|
+
"shape": "S7f"
|
|
1061
1061
|
},
|
|
1062
1062
|
"JobResources": {
|
|
1063
|
-
"shape": "
|
|
1063
|
+
"shape": "S7l"
|
|
1064
1064
|
},
|
|
1065
1065
|
"NetworkConfig": {
|
|
1066
|
-
"shape": "
|
|
1066
|
+
"shape": "S7q"
|
|
1067
1067
|
},
|
|
1068
1068
|
"RoleArn": {},
|
|
1069
1069
|
"StoppingCondition": {
|
|
1070
|
-
"shape": "
|
|
1070
|
+
"shape": "S7r"
|
|
1071
1071
|
},
|
|
1072
1072
|
"Tags": {
|
|
1073
1073
|
"shape": "S7"
|
|
@@ -1098,26 +1098,26 @@
|
|
|
1098
1098
|
"members": {
|
|
1099
1099
|
"JobDefinitionName": {},
|
|
1100
1100
|
"ModelExplainabilityBaselineConfig": {
|
|
1101
|
-
"shape": "
|
|
1101
|
+
"shape": "Sg5"
|
|
1102
1102
|
},
|
|
1103
1103
|
"ModelExplainabilityAppSpecification": {
|
|
1104
|
-
"shape": "
|
|
1104
|
+
"shape": "Sg6"
|
|
1105
1105
|
},
|
|
1106
1106
|
"ModelExplainabilityJobInput": {
|
|
1107
|
-
"shape": "
|
|
1107
|
+
"shape": "Sg7"
|
|
1108
1108
|
},
|
|
1109
1109
|
"ModelExplainabilityJobOutputConfig": {
|
|
1110
|
-
"shape": "
|
|
1110
|
+
"shape": "S7f"
|
|
1111
1111
|
},
|
|
1112
1112
|
"JobResources": {
|
|
1113
|
-
"shape": "
|
|
1113
|
+
"shape": "S7l"
|
|
1114
1114
|
},
|
|
1115
1115
|
"NetworkConfig": {
|
|
1116
|
-
"shape": "
|
|
1116
|
+
"shape": "S7q"
|
|
1117
1117
|
},
|
|
1118
1118
|
"RoleArn": {},
|
|
1119
1119
|
"StoppingCondition": {
|
|
1120
|
-
"shape": "
|
|
1120
|
+
"shape": "S7r"
|
|
1121
1121
|
},
|
|
1122
1122
|
"Tags": {
|
|
1123
1123
|
"shape": "S7"
|
|
@@ -1145,10 +1145,10 @@
|
|
|
1145
1145
|
"shape": "Sr"
|
|
1146
1146
|
},
|
|
1147
1147
|
"ValidationSpecification": {
|
|
1148
|
-
"shape": "
|
|
1148
|
+
"shape": "Sga"
|
|
1149
1149
|
},
|
|
1150
1150
|
"SourceAlgorithmSpecification": {
|
|
1151
|
-
"shape": "
|
|
1151
|
+
"shape": "Sgd"
|
|
1152
1152
|
},
|
|
1153
1153
|
"CertifyForMarketplace": {
|
|
1154
1154
|
"type": "boolean"
|
|
@@ -1161,22 +1161,22 @@
|
|
|
1161
1161
|
"shape": "S1q"
|
|
1162
1162
|
},
|
|
1163
1163
|
"ModelMetrics": {
|
|
1164
|
-
"shape": "
|
|
1164
|
+
"shape": "Sgg"
|
|
1165
1165
|
},
|
|
1166
1166
|
"ClientToken": {
|
|
1167
1167
|
"idempotencyToken": true
|
|
1168
1168
|
},
|
|
1169
1169
|
"CustomerMetadataProperties": {
|
|
1170
|
-
"shape": "
|
|
1170
|
+
"shape": "Sgn"
|
|
1171
1171
|
},
|
|
1172
1172
|
"DriftCheckBaselines": {
|
|
1173
|
-
"shape": "
|
|
1173
|
+
"shape": "Sgq"
|
|
1174
1174
|
},
|
|
1175
1175
|
"Domain": {},
|
|
1176
1176
|
"Task": {},
|
|
1177
1177
|
"SamplePayloadUrl": {},
|
|
1178
1178
|
"AdditionalInferenceSpecifications": {
|
|
1179
|
-
"shape": "
|
|
1179
|
+
"shape": "Sgw"
|
|
1180
1180
|
}
|
|
1181
1181
|
}
|
|
1182
1182
|
},
|
|
@@ -1228,26 +1228,26 @@
|
|
|
1228
1228
|
"members": {
|
|
1229
1229
|
"JobDefinitionName": {},
|
|
1230
1230
|
"ModelQualityBaselineConfig": {
|
|
1231
|
-
"shape": "
|
|
1231
|
+
"shape": "Sh3"
|
|
1232
1232
|
},
|
|
1233
1233
|
"ModelQualityAppSpecification": {
|
|
1234
|
-
"shape": "
|
|
1234
|
+
"shape": "Sh4"
|
|
1235
1235
|
},
|
|
1236
1236
|
"ModelQualityJobInput": {
|
|
1237
|
-
"shape": "
|
|
1237
|
+
"shape": "Sh6"
|
|
1238
1238
|
},
|
|
1239
1239
|
"ModelQualityJobOutputConfig": {
|
|
1240
|
-
"shape": "
|
|
1240
|
+
"shape": "S7f"
|
|
1241
1241
|
},
|
|
1242
1242
|
"JobResources": {
|
|
1243
|
-
"shape": "
|
|
1243
|
+
"shape": "S7l"
|
|
1244
1244
|
},
|
|
1245
1245
|
"NetworkConfig": {
|
|
1246
|
-
"shape": "
|
|
1246
|
+
"shape": "S7q"
|
|
1247
1247
|
},
|
|
1248
1248
|
"RoleArn": {},
|
|
1249
1249
|
"StoppingCondition": {
|
|
1250
|
-
"shape": "
|
|
1250
|
+
"shape": "S7r"
|
|
1251
1251
|
},
|
|
1252
1252
|
"Tags": {
|
|
1253
1253
|
"shape": "S7"
|
|
@@ -1274,7 +1274,7 @@
|
|
|
1274
1274
|
"members": {
|
|
1275
1275
|
"MonitoringScheduleName": {},
|
|
1276
1276
|
"MonitoringScheduleConfig": {
|
|
1277
|
-
"shape": "
|
|
1277
|
+
"shape": "Sha"
|
|
1278
1278
|
},
|
|
1279
1279
|
"Tags": {
|
|
1280
1280
|
"shape": "S7"
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
"InstanceType": {},
|
|
1305
1305
|
"SubnetId": {},
|
|
1306
1306
|
"SecurityGroupIds": {
|
|
1307
|
-
"shape": "
|
|
1307
|
+
"shape": "S84"
|
|
1308
1308
|
},
|
|
1309
1309
|
"RoleArn": {},
|
|
1310
1310
|
"KmsKeyId": {},
|
|
@@ -1317,16 +1317,16 @@
|
|
|
1317
1317
|
"type": "integer"
|
|
1318
1318
|
},
|
|
1319
1319
|
"AcceleratorTypes": {
|
|
1320
|
-
"shape": "
|
|
1320
|
+
"shape": "Shs"
|
|
1321
1321
|
},
|
|
1322
1322
|
"DefaultCodeRepository": {},
|
|
1323
1323
|
"AdditionalCodeRepositories": {
|
|
1324
|
-
"shape": "
|
|
1324
|
+
"shape": "Shv"
|
|
1325
1325
|
},
|
|
1326
1326
|
"RootAccess": {},
|
|
1327
1327
|
"PlatformIdentifier": {},
|
|
1328
1328
|
"InstanceMetadataServiceConfiguration": {
|
|
1329
|
-
"shape": "
|
|
1329
|
+
"shape": "Shy"
|
|
1330
1330
|
}
|
|
1331
1331
|
}
|
|
1332
1332
|
},
|
|
@@ -1346,10 +1346,10 @@
|
|
|
1346
1346
|
"members": {
|
|
1347
1347
|
"NotebookInstanceLifecycleConfigName": {},
|
|
1348
1348
|
"OnCreate": {
|
|
1349
|
-
"shape": "
|
|
1349
|
+
"shape": "Si3"
|
|
1350
1350
|
},
|
|
1351
1351
|
"OnStart": {
|
|
1352
|
-
"shape": "
|
|
1352
|
+
"shape": "Si3"
|
|
1353
1353
|
}
|
|
1354
1354
|
}
|
|
1355
1355
|
},
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
"PipelineDisplayName": {},
|
|
1374
1374
|
"PipelineDefinition": {},
|
|
1375
1375
|
"PipelineDefinitionS3Location": {
|
|
1376
|
-
"shape": "
|
|
1376
|
+
"shape": "Sib"
|
|
1377
1377
|
},
|
|
1378
1378
|
"PipelineDescription": {},
|
|
1379
1379
|
"ClientRequestToken": {
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
"shape": "S7"
|
|
1385
1385
|
},
|
|
1386
1386
|
"ParallelismConfiguration": {
|
|
1387
|
-
"shape": "
|
|
1387
|
+
"shape": "Sih"
|
|
1388
1388
|
}
|
|
1389
1389
|
}
|
|
1390
1390
|
},
|
|
@@ -1451,33 +1451,33 @@
|
|
|
1451
1451
|
],
|
|
1452
1452
|
"members": {
|
|
1453
1453
|
"ProcessingInputs": {
|
|
1454
|
-
"shape": "
|
|
1454
|
+
"shape": "Siu"
|
|
1455
1455
|
},
|
|
1456
1456
|
"ProcessingOutputConfig": {
|
|
1457
|
-
"shape": "
|
|
1457
|
+
"shape": "Sjh"
|
|
1458
1458
|
},
|
|
1459
1459
|
"ProcessingJobName": {},
|
|
1460
1460
|
"ProcessingResources": {
|
|
1461
|
-
"shape": "
|
|
1461
|
+
"shape": "Sjm"
|
|
1462
1462
|
},
|
|
1463
1463
|
"StoppingCondition": {
|
|
1464
|
-
"shape": "
|
|
1464
|
+
"shape": "Sjo"
|
|
1465
1465
|
},
|
|
1466
1466
|
"AppSpecification": {
|
|
1467
|
-
"shape": "
|
|
1467
|
+
"shape": "Sjq"
|
|
1468
1468
|
},
|
|
1469
1469
|
"Environment": {
|
|
1470
|
-
"shape": "
|
|
1470
|
+
"shape": "Sjs"
|
|
1471
1471
|
},
|
|
1472
1472
|
"NetworkConfig": {
|
|
1473
|
-
"shape": "
|
|
1473
|
+
"shape": "Shi"
|
|
1474
1474
|
},
|
|
1475
1475
|
"RoleArn": {},
|
|
1476
1476
|
"Tags": {
|
|
1477
1477
|
"shape": "S7"
|
|
1478
1478
|
},
|
|
1479
1479
|
"ExperimentConfig": {
|
|
1480
|
-
"shape": "
|
|
1480
|
+
"shape": "Sjt"
|
|
1481
1481
|
}
|
|
1482
1482
|
}
|
|
1483
1483
|
},
|
|
@@ -1502,7 +1502,7 @@
|
|
|
1502
1502
|
"ProjectName": {},
|
|
1503
1503
|
"ProjectDescription": {},
|
|
1504
1504
|
"ServiceCatalogProvisioningDetails": {
|
|
1505
|
-
"shape": "
|
|
1505
|
+
"shape": "Sjy"
|
|
1506
1506
|
},
|
|
1507
1507
|
"Tags": {
|
|
1508
1508
|
"shape": "S7"
|
|
@@ -1562,7 +1562,7 @@
|
|
|
1562
1562
|
"shape": "S2t"
|
|
1563
1563
|
},
|
|
1564
1564
|
"AlgorithmSpecification": {
|
|
1565
|
-
"shape": "
|
|
1565
|
+
"shape": "Ske"
|
|
1566
1566
|
},
|
|
1567
1567
|
"RoleArn": {},
|
|
1568
1568
|
"InputDataConfig": {
|
|
@@ -1593,31 +1593,31 @@
|
|
|
1593
1593
|
"type": "boolean"
|
|
1594
1594
|
},
|
|
1595
1595
|
"CheckpointConfig": {
|
|
1596
|
-
"shape": "
|
|
1596
|
+
"shape": "Sd0"
|
|
1597
1597
|
},
|
|
1598
1598
|
"DebugHookConfig": {
|
|
1599
|
-
"shape": "
|
|
1599
|
+
"shape": "Skf"
|
|
1600
1600
|
},
|
|
1601
1601
|
"DebugRuleConfigurations": {
|
|
1602
|
-
"shape": "
|
|
1602
|
+
"shape": "Skn"
|
|
1603
1603
|
},
|
|
1604
1604
|
"TensorBoardOutputConfig": {
|
|
1605
|
-
"shape": "
|
|
1605
|
+
"shape": "Skr"
|
|
1606
1606
|
},
|
|
1607
1607
|
"ExperimentConfig": {
|
|
1608
|
-
"shape": "
|
|
1608
|
+
"shape": "Sjt"
|
|
1609
1609
|
},
|
|
1610
1610
|
"ProfilerConfig": {
|
|
1611
|
-
"shape": "
|
|
1611
|
+
"shape": "Sks"
|
|
1612
1612
|
},
|
|
1613
1613
|
"ProfilerRuleConfigurations": {
|
|
1614
|
-
"shape": "
|
|
1614
|
+
"shape": "Skv"
|
|
1615
1615
|
},
|
|
1616
1616
|
"Environment": {
|
|
1617
|
-
"shape": "
|
|
1617
|
+
"shape": "Skx"
|
|
1618
1618
|
},
|
|
1619
1619
|
"RetryStrategy": {
|
|
1620
|
-
"shape": "
|
|
1620
|
+
"shape": "Sd1"
|
|
1621
1621
|
}
|
|
1622
1622
|
}
|
|
1623
1623
|
},
|
|
@@ -1648,7 +1648,7 @@
|
|
|
1648
1648
|
"type": "integer"
|
|
1649
1649
|
},
|
|
1650
1650
|
"ModelClientConfig": {
|
|
1651
|
-
"shape": "
|
|
1651
|
+
"shape": "Sl4"
|
|
1652
1652
|
},
|
|
1653
1653
|
"MaxPayloadInMB": {
|
|
1654
1654
|
"type": "integer"
|
|
@@ -1667,13 +1667,13 @@
|
|
|
1667
1667
|
"shape": "S42"
|
|
1668
1668
|
},
|
|
1669
1669
|
"DataProcessing": {
|
|
1670
|
-
"shape": "
|
|
1670
|
+
"shape": "Sl7"
|
|
1671
1671
|
},
|
|
1672
1672
|
"Tags": {
|
|
1673
1673
|
"shape": "S7"
|
|
1674
1674
|
},
|
|
1675
1675
|
"ExperimentConfig": {
|
|
1676
|
-
"shape": "
|
|
1676
|
+
"shape": "Sjt"
|
|
1677
1677
|
}
|
|
1678
1678
|
}
|
|
1679
1679
|
},
|
|
@@ -1723,7 +1723,7 @@
|
|
|
1723
1723
|
"TrialComponentName": {},
|
|
1724
1724
|
"DisplayName": {},
|
|
1725
1725
|
"Status": {
|
|
1726
|
-
"shape": "
|
|
1726
|
+
"shape": "Slf"
|
|
1727
1727
|
},
|
|
1728
1728
|
"StartTime": {
|
|
1729
1729
|
"type": "timestamp"
|
|
@@ -1732,13 +1732,13 @@
|
|
|
1732
1732
|
"type": "timestamp"
|
|
1733
1733
|
},
|
|
1734
1734
|
"Parameters": {
|
|
1735
|
-
"shape": "
|
|
1735
|
+
"shape": "Slj"
|
|
1736
1736
|
},
|
|
1737
1737
|
"InputArtifacts": {
|
|
1738
|
-
"shape": "
|
|
1738
|
+
"shape": "Sln"
|
|
1739
1739
|
},
|
|
1740
1740
|
"OutputArtifacts": {
|
|
1741
|
-
"shape": "
|
|
1741
|
+
"shape": "Sln"
|
|
1742
1742
|
},
|
|
1743
1743
|
"MetadataProperties": {
|
|
1744
1744
|
"shape": "S1q"
|
|
@@ -1771,7 +1771,7 @@
|
|
|
1771
1771
|
"shape": "S7"
|
|
1772
1772
|
},
|
|
1773
1773
|
"UserSettings": {
|
|
1774
|
-
"shape": "
|
|
1774
|
+
"shape": "S83"
|
|
1775
1775
|
}
|
|
1776
1776
|
}
|
|
1777
1777
|
},
|
|
@@ -1790,20 +1790,20 @@
|
|
|
1790
1790
|
],
|
|
1791
1791
|
"members": {
|
|
1792
1792
|
"CognitoConfig": {
|
|
1793
|
-
"shape": "
|
|
1793
|
+
"shape": "Sly"
|
|
1794
1794
|
},
|
|
1795
1795
|
"OidcConfig": {
|
|
1796
|
-
"shape": "
|
|
1796
|
+
"shape": "Sm1"
|
|
1797
1797
|
},
|
|
1798
1798
|
"SourceIpConfig": {
|
|
1799
|
-
"shape": "
|
|
1799
|
+
"shape": "Sm4"
|
|
1800
1800
|
},
|
|
1801
1801
|
"WorkforceName": {},
|
|
1802
1802
|
"Tags": {
|
|
1803
1803
|
"shape": "S7"
|
|
1804
1804
|
},
|
|
1805
1805
|
"WorkforceVpcConfig": {
|
|
1806
|
-
"shape": "
|
|
1806
|
+
"shape": "Sm8"
|
|
1807
1807
|
}
|
|
1808
1808
|
}
|
|
1809
1809
|
},
|
|
@@ -1829,11 +1829,11 @@
|
|
|
1829
1829
|
"WorkteamName": {},
|
|
1830
1830
|
"WorkforceName": {},
|
|
1831
1831
|
"MemberDefinitions": {
|
|
1832
|
-
"shape": "
|
|
1832
|
+
"shape": "Smi"
|
|
1833
1833
|
},
|
|
1834
1834
|
"Description": {},
|
|
1835
1835
|
"NotificationConfiguration": {
|
|
1836
|
-
"shape": "
|
|
1836
|
+
"shape": "Smq"
|
|
1837
1837
|
},
|
|
1838
1838
|
"Tags": {
|
|
1839
1839
|
"shape": "S7"
|
|
@@ -2412,7 +2412,7 @@
|
|
|
2412
2412
|
"members": {
|
|
2413
2413
|
"DeviceFleetName": {},
|
|
2414
2414
|
"DeviceNames": {
|
|
2415
|
-
"shape": "
|
|
2415
|
+
"shape": "S94"
|
|
2416
2416
|
}
|
|
2417
2417
|
}
|
|
2418
2418
|
}
|
|
@@ -2445,13 +2445,13 @@
|
|
|
2445
2445
|
"type": "timestamp"
|
|
2446
2446
|
},
|
|
2447
2447
|
"CreatedBy": {
|
|
2448
|
-
"shape": "
|
|
2448
|
+
"shape": "Sok"
|
|
2449
2449
|
},
|
|
2450
2450
|
"LastModifiedTime": {
|
|
2451
2451
|
"type": "timestamp"
|
|
2452
2452
|
},
|
|
2453
2453
|
"LastModifiedBy": {
|
|
2454
|
-
"shape": "
|
|
2454
|
+
"shape": "Sok"
|
|
2455
2455
|
},
|
|
2456
2456
|
"MetadataProperties": {
|
|
2457
2457
|
"shape": "S1q"
|
|
@@ -2501,10 +2501,10 @@
|
|
|
2501
2501
|
"type": "structure",
|
|
2502
2502
|
"members": {
|
|
2503
2503
|
"ValidationStatuses": {
|
|
2504
|
-
"shape": "
|
|
2504
|
+
"shape": "Soq"
|
|
2505
2505
|
},
|
|
2506
2506
|
"ImageScanStatuses": {
|
|
2507
|
-
"shape": "
|
|
2507
|
+
"shape": "Soq"
|
|
2508
2508
|
}
|
|
2509
2509
|
}
|
|
2510
2510
|
},
|
|
@@ -2609,13 +2609,13 @@
|
|
|
2609
2609
|
"type": "timestamp"
|
|
2610
2610
|
},
|
|
2611
2611
|
"CreatedBy": {
|
|
2612
|
-
"shape": "
|
|
2612
|
+
"shape": "Sok"
|
|
2613
2613
|
},
|
|
2614
2614
|
"LastModifiedTime": {
|
|
2615
2615
|
"type": "timestamp"
|
|
2616
2616
|
},
|
|
2617
2617
|
"LastModifiedBy": {
|
|
2618
|
-
"shape": "
|
|
2618
|
+
"shape": "Sok"
|
|
2619
2619
|
},
|
|
2620
2620
|
"MetadataProperties": {
|
|
2621
2621
|
"shape": "S1q"
|
|
@@ -2675,10 +2675,10 @@
|
|
|
2675
2675
|
},
|
|
2676
2676
|
"FailureReason": {},
|
|
2677
2677
|
"PartialFailureReasons": {
|
|
2678
|
-
"shape": "
|
|
2678
|
+
"shape": "Sp4"
|
|
2679
2679
|
},
|
|
2680
2680
|
"BestCandidate": {
|
|
2681
|
-
"shape": "
|
|
2681
|
+
"shape": "Sp6"
|
|
2682
2682
|
},
|
|
2683
2683
|
"AutoMLJobStatus": {},
|
|
2684
2684
|
"AutoMLJobSecondaryStatus": {},
|
|
@@ -2705,7 +2705,7 @@
|
|
|
2705
2705
|
}
|
|
2706
2706
|
},
|
|
2707
2707
|
"ModelDeployConfig": {
|
|
2708
|
-
"shape": "
|
|
2708
|
+
"shape": "S5w"
|
|
2709
2709
|
},
|
|
2710
2710
|
"ModelDeployResult": {
|
|
2711
2711
|
"type": "structure",
|
|
@@ -2744,7 +2744,7 @@
|
|
|
2744
2744
|
"type": "timestamp"
|
|
2745
2745
|
},
|
|
2746
2746
|
"GitConfig": {
|
|
2747
|
-
"shape": "
|
|
2747
|
+
"shape": "S62"
|
|
2748
2748
|
}
|
|
2749
2749
|
}
|
|
2750
2750
|
}
|
|
@@ -2797,7 +2797,7 @@
|
|
|
2797
2797
|
},
|
|
2798
2798
|
"FailureReason": {},
|
|
2799
2799
|
"ModelArtifacts": {
|
|
2800
|
-
"shape": "
|
|
2800
|
+
"shape": "Sq7"
|
|
2801
2801
|
},
|
|
2802
2802
|
"ModelDigests": {
|
|
2803
2803
|
"type": "structure",
|
|
@@ -2807,13 +2807,13 @@
|
|
|
2807
2807
|
},
|
|
2808
2808
|
"RoleArn": {},
|
|
2809
2809
|
"InputConfig": {
|
|
2810
|
-
"shape": "
|
|
2810
|
+
"shape": "S69"
|
|
2811
2811
|
},
|
|
2812
2812
|
"OutputConfig": {
|
|
2813
|
-
"shape": "
|
|
2813
|
+
"shape": "S6b"
|
|
2814
2814
|
},
|
|
2815
2815
|
"VpcConfig": {
|
|
2816
|
-
"shape": "
|
|
2816
|
+
"shape": "S6i"
|
|
2817
2817
|
}
|
|
2818
2818
|
}
|
|
2819
2819
|
}
|
|
@@ -2834,7 +2834,7 @@
|
|
|
2834
2834
|
"ContextName": {},
|
|
2835
2835
|
"ContextArn": {},
|
|
2836
2836
|
"Source": {
|
|
2837
|
-
"shape": "
|
|
2837
|
+
"shape": "S6q"
|
|
2838
2838
|
},
|
|
2839
2839
|
"ContextType": {},
|
|
2840
2840
|
"Description": {},
|
|
@@ -2845,13 +2845,13 @@
|
|
|
2845
2845
|
"type": "timestamp"
|
|
2846
2846
|
},
|
|
2847
2847
|
"CreatedBy": {
|
|
2848
|
-
"shape": "
|
|
2848
|
+
"shape": "Sok"
|
|
2849
2849
|
},
|
|
2850
2850
|
"LastModifiedTime": {
|
|
2851
2851
|
"type": "timestamp"
|
|
2852
2852
|
},
|
|
2853
2853
|
"LastModifiedBy": {
|
|
2854
|
-
"shape": "
|
|
2854
|
+
"shape": "Sok"
|
|
2855
2855
|
},
|
|
2856
2856
|
"LineageGroupArn": {}
|
|
2857
2857
|
}
|
|
@@ -2886,26 +2886,26 @@
|
|
|
2886
2886
|
"type": "timestamp"
|
|
2887
2887
|
},
|
|
2888
2888
|
"DataQualityBaselineConfig": {
|
|
2889
|
-
"shape": "
|
|
2889
|
+
"shape": "S6v"
|
|
2890
2890
|
},
|
|
2891
2891
|
"DataQualityAppSpecification": {
|
|
2892
|
-
"shape": "
|
|
2892
|
+
"shape": "S6z"
|
|
2893
2893
|
},
|
|
2894
2894
|
"DataQualityJobInput": {
|
|
2895
|
-
"shape": "
|
|
2895
|
+
"shape": "S78"
|
|
2896
2896
|
},
|
|
2897
2897
|
"DataQualityJobOutputConfig": {
|
|
2898
|
-
"shape": "
|
|
2898
|
+
"shape": "S7f"
|
|
2899
2899
|
},
|
|
2900
2900
|
"JobResources": {
|
|
2901
|
-
"shape": "
|
|
2901
|
+
"shape": "S7l"
|
|
2902
2902
|
},
|
|
2903
2903
|
"NetworkConfig": {
|
|
2904
|
-
"shape": "
|
|
2904
|
+
"shape": "S7q"
|
|
2905
2905
|
},
|
|
2906
2906
|
"RoleArn": {},
|
|
2907
2907
|
"StoppingCondition": {
|
|
2908
|
-
"shape": "
|
|
2908
|
+
"shape": "S7r"
|
|
2909
2909
|
}
|
|
2910
2910
|
}
|
|
2911
2911
|
}
|
|
@@ -2993,7 +2993,7 @@
|
|
|
2993
2993
|
"DeviceFleetName": {},
|
|
2994
2994
|
"DeviceFleetArn": {},
|
|
2995
2995
|
"OutputConfig": {
|
|
2996
|
-
"shape": "
|
|
2996
|
+
"shape": "S7x"
|
|
2997
2997
|
},
|
|
2998
2998
|
"Description": {},
|
|
2999
2999
|
"CreationTime": {
|
|
@@ -3035,7 +3035,7 @@
|
|
|
3035
3035
|
"FailureReason": {},
|
|
3036
3036
|
"AuthMode": {},
|
|
3037
3037
|
"DefaultUserSettings": {
|
|
3038
|
-
"shape": "
|
|
3038
|
+
"shape": "S83"
|
|
3039
3039
|
},
|
|
3040
3040
|
"AppNetworkAccessType": {},
|
|
3041
3041
|
"HomeEfsFileSystemKmsKeyId": {
|
|
@@ -3049,7 +3049,7 @@
|
|
|
3049
3049
|
"VpcId": {},
|
|
3050
3050
|
"KmsKeyId": {},
|
|
3051
3051
|
"DomainSettings": {
|
|
3052
|
-
"shape": "
|
|
3052
|
+
"shape": "S8p"
|
|
3053
3053
|
},
|
|
3054
3054
|
"AppSecurityGroupManagement": {},
|
|
3055
3055
|
"SecurityGroupIdForDomainBoundary": {}
|
|
@@ -3083,7 +3083,7 @@
|
|
|
3083
3083
|
"EdgeDeploymentPlanArn": {},
|
|
3084
3084
|
"EdgeDeploymentPlanName": {},
|
|
3085
3085
|
"ModelConfigs": {
|
|
3086
|
-
"shape": "
|
|
3086
|
+
"shape": "S8x"
|
|
3087
3087
|
},
|
|
3088
3088
|
"DeviceFleetName": {},
|
|
3089
3089
|
"EdgeDeploymentSuccess": {
|
|
@@ -3108,10 +3108,10 @@
|
|
|
3108
3108
|
"members": {
|
|
3109
3109
|
"StageName": {},
|
|
3110
3110
|
"DeviceSelectionConfig": {
|
|
3111
|
-
"shape": "
|
|
3111
|
+
"shape": "S91"
|
|
3112
3112
|
},
|
|
3113
3113
|
"DeploymentConfig": {
|
|
3114
|
-
"shape": "
|
|
3114
|
+
"shape": "S96"
|
|
3115
3115
|
},
|
|
3116
3116
|
"DeploymentStatus": {
|
|
3117
3117
|
"type": "structure",
|
|
@@ -3176,7 +3176,7 @@
|
|
|
3176
3176
|
"ModelVersion": {},
|
|
3177
3177
|
"RoleArn": {},
|
|
3178
3178
|
"OutputConfig": {
|
|
3179
|
-
"shape": "
|
|
3179
|
+
"shape": "S7x"
|
|
3180
3180
|
},
|
|
3181
3181
|
"ResourceKey": {},
|
|
3182
3182
|
"EdgePackagingJobStatus": {},
|
|
@@ -3229,10 +3229,10 @@
|
|
|
3229
3229
|
"EndpointArn": {},
|
|
3230
3230
|
"EndpointConfigName": {},
|
|
3231
3231
|
"ProductionVariants": {
|
|
3232
|
-
"shape": "
|
|
3232
|
+
"shape": "Sra"
|
|
3233
3233
|
},
|
|
3234
3234
|
"DataCaptureConfig": {
|
|
3235
|
-
"shape": "
|
|
3235
|
+
"shape": "Srj"
|
|
3236
3236
|
},
|
|
3237
3237
|
"EndpointStatus": {},
|
|
3238
3238
|
"FailureReason": {},
|
|
@@ -3243,10 +3243,10 @@
|
|
|
3243
3243
|
"type": "timestamp"
|
|
3244
3244
|
},
|
|
3245
3245
|
"LastDeploymentConfig": {
|
|
3246
|
-
"shape": "
|
|
3246
|
+
"shape": "S9f"
|
|
3247
3247
|
},
|
|
3248
3248
|
"AsyncInferenceConfig": {
|
|
3249
|
-
"shape": "
|
|
3249
|
+
"shape": "Sam"
|
|
3250
3250
|
},
|
|
3251
3251
|
"PendingDeploymentSummary": {
|
|
3252
3252
|
"type": "structure",
|
|
@@ -3265,7 +3265,7 @@
|
|
|
3265
3265
|
"members": {
|
|
3266
3266
|
"VariantName": {},
|
|
3267
3267
|
"DeployedImages": {
|
|
3268
|
-
"shape": "
|
|
3268
|
+
"shape": "Src"
|
|
3269
3269
|
},
|
|
3270
3270
|
"CurrentWeight": {
|
|
3271
3271
|
"type": "float"
|
|
@@ -3282,13 +3282,13 @@
|
|
|
3282
3282
|
"InstanceType": {},
|
|
3283
3283
|
"AcceleratorType": {},
|
|
3284
3284
|
"VariantStatus": {
|
|
3285
|
-
"shape": "
|
|
3285
|
+
"shape": "Srf"
|
|
3286
3286
|
},
|
|
3287
3287
|
"CurrentServerlessConfig": {
|
|
3288
|
-
"shape": "
|
|
3288
|
+
"shape": "Sa5"
|
|
3289
3289
|
},
|
|
3290
3290
|
"DesiredServerlessConfig": {
|
|
3291
|
-
"shape": "
|
|
3291
|
+
"shape": "Sa5"
|
|
3292
3292
|
}
|
|
3293
3293
|
}
|
|
3294
3294
|
}
|
|
@@ -3323,17 +3323,17 @@
|
|
|
3323
3323
|
"EndpointConfigName": {},
|
|
3324
3324
|
"EndpointConfigArn": {},
|
|
3325
3325
|
"ProductionVariants": {
|
|
3326
|
-
"shape": "
|
|
3326
|
+
"shape": "S9w"
|
|
3327
3327
|
},
|
|
3328
3328
|
"DataCaptureConfig": {
|
|
3329
|
-
"shape": "
|
|
3329
|
+
"shape": "Sab"
|
|
3330
3330
|
},
|
|
3331
3331
|
"KmsKeyId": {},
|
|
3332
3332
|
"CreationTime": {
|
|
3333
3333
|
"type": "timestamp"
|
|
3334
3334
|
},
|
|
3335
3335
|
"AsyncInferenceConfig": {
|
|
3336
|
-
"shape": "
|
|
3336
|
+
"shape": "Sam"
|
|
3337
3337
|
}
|
|
3338
3338
|
}
|
|
3339
3339
|
}
|
|
@@ -3355,20 +3355,20 @@
|
|
|
3355
3355
|
"ExperimentArn": {},
|
|
3356
3356
|
"DisplayName": {},
|
|
3357
3357
|
"Source": {
|
|
3358
|
-
"shape": "
|
|
3358
|
+
"shape": "Srt"
|
|
3359
3359
|
},
|
|
3360
3360
|
"Description": {},
|
|
3361
3361
|
"CreationTime": {
|
|
3362
3362
|
"type": "timestamp"
|
|
3363
3363
|
},
|
|
3364
3364
|
"CreatedBy": {
|
|
3365
|
-
"shape": "
|
|
3365
|
+
"shape": "Sok"
|
|
3366
3366
|
},
|
|
3367
3367
|
"LastModifiedTime": {
|
|
3368
3368
|
"type": "timestamp"
|
|
3369
3369
|
},
|
|
3370
3370
|
"LastModifiedBy": {
|
|
3371
|
-
"shape": "
|
|
3371
|
+
"shape": "Sok"
|
|
3372
3372
|
}
|
|
3373
3373
|
}
|
|
3374
3374
|
}
|
|
@@ -3401,7 +3401,7 @@
|
|
|
3401
3401
|
"RecordIdentifierFeatureName": {},
|
|
3402
3402
|
"EventTimeFeatureName": {},
|
|
3403
3403
|
"FeatureDefinitions": {
|
|
3404
|
-
"shape": "
|
|
3404
|
+
"shape": "Sb0"
|
|
3405
3405
|
},
|
|
3406
3406
|
"CreationTime": {
|
|
3407
3407
|
"type": "timestamp"
|
|
@@ -3410,18 +3410,18 @@
|
|
|
3410
3410
|
"type": "timestamp"
|
|
3411
3411
|
},
|
|
3412
3412
|
"OnlineStoreConfig": {
|
|
3413
|
-
"shape": "
|
|
3413
|
+
"shape": "Sb3"
|
|
3414
3414
|
},
|
|
3415
3415
|
"OfflineStoreConfig": {
|
|
3416
|
-
"shape": "
|
|
3416
|
+
"shape": "Sb5"
|
|
3417
3417
|
},
|
|
3418
3418
|
"RoleArn": {},
|
|
3419
3419
|
"FeatureGroupStatus": {},
|
|
3420
3420
|
"OfflineStoreStatus": {
|
|
3421
|
-
"shape": "
|
|
3421
|
+
"shape": "Srz"
|
|
3422
3422
|
},
|
|
3423
3423
|
"LastUpdateStatus": {
|
|
3424
|
-
"shape": "
|
|
3424
|
+
"shape": "Ss2"
|
|
3425
3425
|
},
|
|
3426
3426
|
"FailureReason": {},
|
|
3427
3427
|
"Description": {},
|
|
@@ -3467,7 +3467,7 @@
|
|
|
3467
3467
|
},
|
|
3468
3468
|
"Description": {},
|
|
3469
3469
|
"Parameters": {
|
|
3470
|
-
"shape": "
|
|
3470
|
+
"shape": "Ss8"
|
|
3471
3471
|
}
|
|
3472
3472
|
}
|
|
3473
3473
|
}
|
|
@@ -3501,16 +3501,16 @@
|
|
|
3501
3501
|
"type": "timestamp"
|
|
3502
3502
|
},
|
|
3503
3503
|
"HumanLoopRequestSource": {
|
|
3504
|
-
"shape": "
|
|
3504
|
+
"shape": "Sbg"
|
|
3505
3505
|
},
|
|
3506
3506
|
"HumanLoopActivationConfig": {
|
|
3507
|
-
"shape": "
|
|
3507
|
+
"shape": "Sbi"
|
|
3508
3508
|
},
|
|
3509
3509
|
"HumanLoopConfig": {
|
|
3510
|
-
"shape": "
|
|
3510
|
+
"shape": "Sbl"
|
|
3511
3511
|
},
|
|
3512
3512
|
"OutputConfig": {
|
|
3513
|
-
"shape": "
|
|
3513
|
+
"shape": "Sc0"
|
|
3514
3514
|
},
|
|
3515
3515
|
"RoleArn": {},
|
|
3516
3516
|
"FailureReason": {}
|
|
@@ -3577,13 +3577,13 @@
|
|
|
3577
3577
|
"HyperParameterTuningJobName": {},
|
|
3578
3578
|
"HyperParameterTuningJobArn": {},
|
|
3579
3579
|
"HyperParameterTuningJobConfig": {
|
|
3580
|
-
"shape": "
|
|
3580
|
+
"shape": "Sca"
|
|
3581
3581
|
},
|
|
3582
3582
|
"TrainingJobDefinition": {
|
|
3583
|
-
"shape": "
|
|
3583
|
+
"shape": "Scv"
|
|
3584
3584
|
},
|
|
3585
3585
|
"TrainingJobDefinitions": {
|
|
3586
|
-
"shape": "
|
|
3586
|
+
"shape": "Sd8"
|
|
3587
3587
|
},
|
|
3588
3588
|
"HyperParameterTuningJobStatus": {},
|
|
3589
3589
|
"CreationTime": {
|
|
@@ -3596,19 +3596,19 @@
|
|
|
3596
3596
|
"type": "timestamp"
|
|
3597
3597
|
},
|
|
3598
3598
|
"TrainingJobStatusCounters": {
|
|
3599
|
-
"shape": "
|
|
3599
|
+
"shape": "Sso"
|
|
3600
3600
|
},
|
|
3601
3601
|
"ObjectiveStatusCounters": {
|
|
3602
|
-
"shape": "
|
|
3602
|
+
"shape": "Ssq"
|
|
3603
3603
|
},
|
|
3604
3604
|
"BestTrainingJob": {
|
|
3605
|
-
"shape": "
|
|
3605
|
+
"shape": "Sss"
|
|
3606
3606
|
},
|
|
3607
3607
|
"OverallBestTrainingJob": {
|
|
3608
|
-
"shape": "
|
|
3608
|
+
"shape": "Sss"
|
|
3609
3609
|
},
|
|
3610
3610
|
"WarmStartConfig": {
|
|
3611
|
-
"shape": "
|
|
3611
|
+
"shape": "Sd9"
|
|
3612
3612
|
},
|
|
3613
3613
|
"FailureReason": {}
|
|
3614
3614
|
}
|
|
@@ -3717,10 +3717,10 @@
|
|
|
3717
3717
|
},
|
|
3718
3718
|
"FailureReason": {},
|
|
3719
3719
|
"InputConfig": {
|
|
3720
|
-
"shape": "
|
|
3720
|
+
"shape": "Sdq"
|
|
3721
3721
|
},
|
|
3722
3722
|
"StoppingConditions": {
|
|
3723
|
-
"shape": "
|
|
3723
|
+
"shape": "Seg"
|
|
3724
3724
|
},
|
|
3725
3725
|
"InferenceRecommendations": {
|
|
3726
3726
|
"type": "list",
|
|
@@ -3828,7 +3828,7 @@
|
|
|
3828
3828
|
"members": {
|
|
3829
3829
|
"LabelingJobStatus": {},
|
|
3830
3830
|
"LabelCounters": {
|
|
3831
|
-
"shape": "
|
|
3831
|
+
"shape": "Stf"
|
|
3832
3832
|
},
|
|
3833
3833
|
"FailureReason": {},
|
|
3834
3834
|
"CreationTime": {
|
|
@@ -3842,27 +3842,27 @@
|
|
|
3842
3842
|
"LabelingJobArn": {},
|
|
3843
3843
|
"LabelAttributeName": {},
|
|
3844
3844
|
"InputConfig": {
|
|
3845
|
-
"shape": "
|
|
3845
|
+
"shape": "Ser"
|
|
3846
3846
|
},
|
|
3847
3847
|
"OutputConfig": {
|
|
3848
|
-
"shape": "
|
|
3848
|
+
"shape": "Sey"
|
|
3849
3849
|
},
|
|
3850
3850
|
"RoleArn": {},
|
|
3851
3851
|
"LabelCategoryConfigS3Uri": {},
|
|
3852
3852
|
"StoppingConditions": {
|
|
3853
|
-
"shape": "
|
|
3853
|
+
"shape": "Sez"
|
|
3854
3854
|
},
|
|
3855
3855
|
"LabelingJobAlgorithmsConfig": {
|
|
3856
|
-
"shape": "
|
|
3856
|
+
"shape": "Sf2"
|
|
3857
3857
|
},
|
|
3858
3858
|
"HumanTaskConfig": {
|
|
3859
|
-
"shape": "
|
|
3859
|
+
"shape": "Sf6"
|
|
3860
3860
|
},
|
|
3861
3861
|
"Tags": {
|
|
3862
3862
|
"shape": "S7"
|
|
3863
3863
|
},
|
|
3864
3864
|
"LabelingJobOutput": {
|
|
3865
|
-
"shape": "
|
|
3865
|
+
"shape": "Sti"
|
|
3866
3866
|
}
|
|
3867
3867
|
}
|
|
3868
3868
|
}
|
|
@@ -3888,13 +3888,13 @@
|
|
|
3888
3888
|
"type": "timestamp"
|
|
3889
3889
|
},
|
|
3890
3890
|
"CreatedBy": {
|
|
3891
|
-
"shape": "
|
|
3891
|
+
"shape": "Sok"
|
|
3892
3892
|
},
|
|
3893
3893
|
"LastModifiedTime": {
|
|
3894
3894
|
"type": "timestamp"
|
|
3895
3895
|
},
|
|
3896
3896
|
"LastModifiedBy": {
|
|
3897
|
-
"shape": "
|
|
3897
|
+
"shape": "Sok"
|
|
3898
3898
|
}
|
|
3899
3899
|
}
|
|
3900
3900
|
}
|
|
@@ -3920,13 +3920,13 @@
|
|
|
3920
3920
|
"members": {
|
|
3921
3921
|
"ModelName": {},
|
|
3922
3922
|
"PrimaryContainer": {
|
|
3923
|
-
"shape": "
|
|
3923
|
+
"shape": "Sfl"
|
|
3924
3924
|
},
|
|
3925
3925
|
"Containers": {
|
|
3926
|
-
"shape": "
|
|
3926
|
+
"shape": "Sfu"
|
|
3927
3927
|
},
|
|
3928
3928
|
"InferenceExecutionConfig": {
|
|
3929
|
-
"shape": "
|
|
3929
|
+
"shape": "Sfv"
|
|
3930
3930
|
},
|
|
3931
3931
|
"ExecutionRoleArn": {},
|
|
3932
3932
|
"VpcConfig": {
|
|
@@ -3971,26 +3971,26 @@
|
|
|
3971
3971
|
"type": "timestamp"
|
|
3972
3972
|
},
|
|
3973
3973
|
"ModelBiasBaselineConfig": {
|
|
3974
|
-
"shape": "
|
|
3974
|
+
"shape": "Sfz"
|
|
3975
3975
|
},
|
|
3976
3976
|
"ModelBiasAppSpecification": {
|
|
3977
|
-
"shape": "
|
|
3977
|
+
"shape": "Sg0"
|
|
3978
3978
|
},
|
|
3979
3979
|
"ModelBiasJobInput": {
|
|
3980
|
-
"shape": "
|
|
3980
|
+
"shape": "Sg1"
|
|
3981
3981
|
},
|
|
3982
3982
|
"ModelBiasJobOutputConfig": {
|
|
3983
|
-
"shape": "
|
|
3983
|
+
"shape": "S7f"
|
|
3984
3984
|
},
|
|
3985
3985
|
"JobResources": {
|
|
3986
|
-
"shape": "
|
|
3986
|
+
"shape": "S7l"
|
|
3987
3987
|
},
|
|
3988
3988
|
"NetworkConfig": {
|
|
3989
|
-
"shape": "
|
|
3989
|
+
"shape": "S7q"
|
|
3990
3990
|
},
|
|
3991
3991
|
"RoleArn": {},
|
|
3992
3992
|
"StoppingCondition": {
|
|
3993
|
-
"shape": "
|
|
3993
|
+
"shape": "S7r"
|
|
3994
3994
|
}
|
|
3995
3995
|
}
|
|
3996
3996
|
}
|
|
@@ -4024,26 +4024,26 @@
|
|
|
4024
4024
|
"type": "timestamp"
|
|
4025
4025
|
},
|
|
4026
4026
|
"ModelExplainabilityBaselineConfig": {
|
|
4027
|
-
"shape": "
|
|
4027
|
+
"shape": "Sg5"
|
|
4028
4028
|
},
|
|
4029
4029
|
"ModelExplainabilityAppSpecification": {
|
|
4030
|
-
"shape": "
|
|
4030
|
+
"shape": "Sg6"
|
|
4031
4031
|
},
|
|
4032
4032
|
"ModelExplainabilityJobInput": {
|
|
4033
|
-
"shape": "
|
|
4033
|
+
"shape": "Sg7"
|
|
4034
4034
|
},
|
|
4035
4035
|
"ModelExplainabilityJobOutputConfig": {
|
|
4036
|
-
"shape": "
|
|
4036
|
+
"shape": "S7f"
|
|
4037
4037
|
},
|
|
4038
4038
|
"JobResources": {
|
|
4039
|
-
"shape": "
|
|
4039
|
+
"shape": "S7l"
|
|
4040
4040
|
},
|
|
4041
4041
|
"NetworkConfig": {
|
|
4042
|
-
"shape": "
|
|
4042
|
+
"shape": "S7q"
|
|
4043
4043
|
},
|
|
4044
4044
|
"RoleArn": {},
|
|
4045
4045
|
"StoppingCondition": {
|
|
4046
|
-
"shape": "
|
|
4046
|
+
"shape": "S7r"
|
|
4047
4047
|
}
|
|
4048
4048
|
}
|
|
4049
4049
|
}
|
|
@@ -4082,46 +4082,46 @@
|
|
|
4082
4082
|
"shape": "Sr"
|
|
4083
4083
|
},
|
|
4084
4084
|
"SourceAlgorithmSpecification": {
|
|
4085
|
-
"shape": "
|
|
4085
|
+
"shape": "Sgd"
|
|
4086
4086
|
},
|
|
4087
4087
|
"ValidationSpecification": {
|
|
4088
|
-
"shape": "
|
|
4088
|
+
"shape": "Sga"
|
|
4089
4089
|
},
|
|
4090
4090
|
"ModelPackageStatus": {},
|
|
4091
4091
|
"ModelPackageStatusDetails": {
|
|
4092
|
-
"shape": "
|
|
4092
|
+
"shape": "Stt"
|
|
4093
4093
|
},
|
|
4094
4094
|
"CertifyForMarketplace": {
|
|
4095
4095
|
"type": "boolean"
|
|
4096
4096
|
},
|
|
4097
4097
|
"ModelApprovalStatus": {},
|
|
4098
4098
|
"CreatedBy": {
|
|
4099
|
-
"shape": "
|
|
4099
|
+
"shape": "Sok"
|
|
4100
4100
|
},
|
|
4101
4101
|
"MetadataProperties": {
|
|
4102
4102
|
"shape": "S1q"
|
|
4103
4103
|
},
|
|
4104
4104
|
"ModelMetrics": {
|
|
4105
|
-
"shape": "
|
|
4105
|
+
"shape": "Sgg"
|
|
4106
4106
|
},
|
|
4107
4107
|
"LastModifiedTime": {
|
|
4108
4108
|
"type": "timestamp"
|
|
4109
4109
|
},
|
|
4110
4110
|
"LastModifiedBy": {
|
|
4111
|
-
"shape": "
|
|
4111
|
+
"shape": "Sok"
|
|
4112
4112
|
},
|
|
4113
4113
|
"ApprovalDescription": {},
|
|
4114
4114
|
"CustomerMetadataProperties": {
|
|
4115
|
-
"shape": "
|
|
4115
|
+
"shape": "Sgn"
|
|
4116
4116
|
},
|
|
4117
4117
|
"DriftCheckBaselines": {
|
|
4118
|
-
"shape": "
|
|
4118
|
+
"shape": "Sgq"
|
|
4119
4119
|
},
|
|
4120
4120
|
"Domain": {},
|
|
4121
4121
|
"Task": {},
|
|
4122
4122
|
"SamplePayloadUrl": {},
|
|
4123
4123
|
"AdditionalInferenceSpecifications": {
|
|
4124
|
-
"shape": "
|
|
4124
|
+
"shape": "Sgw"
|
|
4125
4125
|
}
|
|
4126
4126
|
}
|
|
4127
4127
|
}
|
|
@@ -4153,7 +4153,7 @@
|
|
|
4153
4153
|
"type": "timestamp"
|
|
4154
4154
|
},
|
|
4155
4155
|
"CreatedBy": {
|
|
4156
|
-
"shape": "
|
|
4156
|
+
"shape": "Sok"
|
|
4157
4157
|
},
|
|
4158
4158
|
"ModelPackageGroupStatus": {}
|
|
4159
4159
|
}
|
|
@@ -4188,26 +4188,26 @@
|
|
|
4188
4188
|
"type": "timestamp"
|
|
4189
4189
|
},
|
|
4190
4190
|
"ModelQualityBaselineConfig": {
|
|
4191
|
-
"shape": "
|
|
4191
|
+
"shape": "Sh3"
|
|
4192
4192
|
},
|
|
4193
4193
|
"ModelQualityAppSpecification": {
|
|
4194
|
-
"shape": "
|
|
4194
|
+
"shape": "Sh4"
|
|
4195
4195
|
},
|
|
4196
4196
|
"ModelQualityJobInput": {
|
|
4197
|
-
"shape": "
|
|
4197
|
+
"shape": "Sh6"
|
|
4198
4198
|
},
|
|
4199
4199
|
"ModelQualityJobOutputConfig": {
|
|
4200
|
-
"shape": "
|
|
4200
|
+
"shape": "S7f"
|
|
4201
4201
|
},
|
|
4202
4202
|
"JobResources": {
|
|
4203
|
-
"shape": "
|
|
4203
|
+
"shape": "S7l"
|
|
4204
4204
|
},
|
|
4205
4205
|
"NetworkConfig": {
|
|
4206
|
-
"shape": "
|
|
4206
|
+
"shape": "S7q"
|
|
4207
4207
|
},
|
|
4208
4208
|
"RoleArn": {},
|
|
4209
4209
|
"StoppingCondition": {
|
|
4210
|
-
"shape": "
|
|
4210
|
+
"shape": "S7r"
|
|
4211
4211
|
}
|
|
4212
4212
|
}
|
|
4213
4213
|
}
|
|
@@ -4245,11 +4245,11 @@
|
|
|
4245
4245
|
"type": "timestamp"
|
|
4246
4246
|
},
|
|
4247
4247
|
"MonitoringScheduleConfig": {
|
|
4248
|
-
"shape": "
|
|
4248
|
+
"shape": "Sha"
|
|
4249
4249
|
},
|
|
4250
4250
|
"EndpointName": {},
|
|
4251
4251
|
"LastMonitoringExecutionSummary": {
|
|
4252
|
-
"shape": "
|
|
4252
|
+
"shape": "Su6"
|
|
4253
4253
|
}
|
|
4254
4254
|
}
|
|
4255
4255
|
}
|
|
@@ -4275,7 +4275,7 @@
|
|
|
4275
4275
|
"InstanceType": {},
|
|
4276
4276
|
"SubnetId": {},
|
|
4277
4277
|
"SecurityGroups": {
|
|
4278
|
-
"shape": "
|
|
4278
|
+
"shape": "S84"
|
|
4279
4279
|
},
|
|
4280
4280
|
"RoleArn": {},
|
|
4281
4281
|
"KmsKeyId": {},
|
|
@@ -4292,16 +4292,16 @@
|
|
|
4292
4292
|
"type": "integer"
|
|
4293
4293
|
},
|
|
4294
4294
|
"AcceleratorTypes": {
|
|
4295
|
-
"shape": "
|
|
4295
|
+
"shape": "Shs"
|
|
4296
4296
|
},
|
|
4297
4297
|
"DefaultCodeRepository": {},
|
|
4298
4298
|
"AdditionalCodeRepositories": {
|
|
4299
|
-
"shape": "
|
|
4299
|
+
"shape": "Shv"
|
|
4300
4300
|
},
|
|
4301
4301
|
"RootAccess": {},
|
|
4302
4302
|
"PlatformIdentifier": {},
|
|
4303
4303
|
"InstanceMetadataServiceConfiguration": {
|
|
4304
|
-
"shape": "
|
|
4304
|
+
"shape": "Shy"
|
|
4305
4305
|
}
|
|
4306
4306
|
}
|
|
4307
4307
|
}
|
|
@@ -4322,10 +4322,10 @@
|
|
|
4322
4322
|
"NotebookInstanceLifecycleConfigArn": {},
|
|
4323
4323
|
"NotebookInstanceLifecycleConfigName": {},
|
|
4324
4324
|
"OnCreate": {
|
|
4325
|
-
"shape": "
|
|
4325
|
+
"shape": "Si3"
|
|
4326
4326
|
},
|
|
4327
4327
|
"OnStart": {
|
|
4328
|
-
"shape": "
|
|
4328
|
+
"shape": "Si3"
|
|
4329
4329
|
},
|
|
4330
4330
|
"LastModifiedTime": {
|
|
4331
4331
|
"type": "timestamp"
|
|
@@ -4366,13 +4366,13 @@
|
|
|
4366
4366
|
"type": "timestamp"
|
|
4367
4367
|
},
|
|
4368
4368
|
"CreatedBy": {
|
|
4369
|
-
"shape": "
|
|
4369
|
+
"shape": "Sok"
|
|
4370
4370
|
},
|
|
4371
4371
|
"LastModifiedBy": {
|
|
4372
|
-
"shape": "
|
|
4372
|
+
"shape": "Sok"
|
|
4373
4373
|
},
|
|
4374
4374
|
"ParallelismConfiguration": {
|
|
4375
|
-
"shape": "
|
|
4375
|
+
"shape": "Sih"
|
|
4376
4376
|
}
|
|
4377
4377
|
}
|
|
4378
4378
|
}
|
|
@@ -4416,7 +4416,7 @@
|
|
|
4416
4416
|
"PipelineExecutionStatus": {},
|
|
4417
4417
|
"PipelineExecutionDescription": {},
|
|
4418
4418
|
"PipelineExperimentConfig": {
|
|
4419
|
-
"shape": "
|
|
4419
|
+
"shape": "Sup"
|
|
4420
4420
|
},
|
|
4421
4421
|
"FailureReason": {},
|
|
4422
4422
|
"CreationTime": {
|
|
@@ -4426,13 +4426,13 @@
|
|
|
4426
4426
|
"type": "timestamp"
|
|
4427
4427
|
},
|
|
4428
4428
|
"CreatedBy": {
|
|
4429
|
-
"shape": "
|
|
4429
|
+
"shape": "Sok"
|
|
4430
4430
|
},
|
|
4431
4431
|
"LastModifiedBy": {
|
|
4432
|
-
"shape": "
|
|
4432
|
+
"shape": "Sok"
|
|
4433
4433
|
},
|
|
4434
4434
|
"ParallelismConfiguration": {
|
|
4435
|
-
"shape": "
|
|
4435
|
+
"shape": "Sih"
|
|
4436
4436
|
}
|
|
4437
4437
|
}
|
|
4438
4438
|
}
|
|
@@ -4459,30 +4459,30 @@
|
|
|
4459
4459
|
],
|
|
4460
4460
|
"members": {
|
|
4461
4461
|
"ProcessingInputs": {
|
|
4462
|
-
"shape": "
|
|
4462
|
+
"shape": "Siu"
|
|
4463
4463
|
},
|
|
4464
4464
|
"ProcessingOutputConfig": {
|
|
4465
|
-
"shape": "
|
|
4465
|
+
"shape": "Sjh"
|
|
4466
4466
|
},
|
|
4467
4467
|
"ProcessingJobName": {},
|
|
4468
4468
|
"ProcessingResources": {
|
|
4469
|
-
"shape": "
|
|
4469
|
+
"shape": "Sjm"
|
|
4470
4470
|
},
|
|
4471
4471
|
"StoppingCondition": {
|
|
4472
|
-
"shape": "
|
|
4472
|
+
"shape": "Sjo"
|
|
4473
4473
|
},
|
|
4474
4474
|
"AppSpecification": {
|
|
4475
|
-
"shape": "
|
|
4475
|
+
"shape": "Sjq"
|
|
4476
4476
|
},
|
|
4477
4477
|
"Environment": {
|
|
4478
|
-
"shape": "
|
|
4478
|
+
"shape": "Sjs"
|
|
4479
4479
|
},
|
|
4480
4480
|
"NetworkConfig": {
|
|
4481
|
-
"shape": "
|
|
4481
|
+
"shape": "Shi"
|
|
4482
4482
|
},
|
|
4483
4483
|
"RoleArn": {},
|
|
4484
4484
|
"ExperimentConfig": {
|
|
4485
|
-
"shape": "
|
|
4485
|
+
"shape": "Sjt"
|
|
4486
4486
|
},
|
|
4487
4487
|
"ProcessingJobArn": {},
|
|
4488
4488
|
"ProcessingJobStatus": {},
|
|
@@ -4532,14 +4532,14 @@
|
|
|
4532
4532
|
"ProjectId": {},
|
|
4533
4533
|
"ProjectDescription": {},
|
|
4534
4534
|
"ServiceCatalogProvisioningDetails": {
|
|
4535
|
-
"shape": "
|
|
4535
|
+
"shape": "Sjy"
|
|
4536
4536
|
},
|
|
4537
4537
|
"ServiceCatalogProvisionedProductDetails": {
|
|
4538
|
-
"shape": "
|
|
4538
|
+
"shape": "Sux"
|
|
4539
4539
|
},
|
|
4540
4540
|
"ProjectStatus": {},
|
|
4541
4541
|
"CreatedBy": {
|
|
4542
|
-
"shape": "
|
|
4542
|
+
"shape": "Sok"
|
|
4543
4543
|
},
|
|
4544
4544
|
"CreationTime": {
|
|
4545
4545
|
"type": "timestamp"
|
|
@@ -4548,7 +4548,7 @@
|
|
|
4548
4548
|
"type": "timestamp"
|
|
4549
4549
|
},
|
|
4550
4550
|
"LastModifiedBy": {
|
|
4551
|
-
"shape": "
|
|
4551
|
+
"shape": "Sok"
|
|
4552
4552
|
}
|
|
4553
4553
|
}
|
|
4554
4554
|
}
|
|
@@ -4596,7 +4596,7 @@
|
|
|
4596
4596
|
],
|
|
4597
4597
|
"members": {
|
|
4598
4598
|
"SubscribedWorkteam": {
|
|
4599
|
-
"shape": "
|
|
4599
|
+
"shape": "Sv4"
|
|
4600
4600
|
}
|
|
4601
4601
|
}
|
|
4602
4602
|
}
|
|
@@ -4631,7 +4631,7 @@
|
|
|
4631
4631
|
"LabelingJobArn": {},
|
|
4632
4632
|
"AutoMLJobArn": {},
|
|
4633
4633
|
"ModelArtifacts": {
|
|
4634
|
-
"shape": "
|
|
4634
|
+
"shape": "Sq7"
|
|
4635
4635
|
},
|
|
4636
4636
|
"TrainingJobStatus": {},
|
|
4637
4637
|
"SecondaryStatus": {},
|
|
@@ -4640,7 +4640,7 @@
|
|
|
4640
4640
|
"shape": "S2t"
|
|
4641
4641
|
},
|
|
4642
4642
|
"AlgorithmSpecification": {
|
|
4643
|
-
"shape": "
|
|
4643
|
+
"shape": "Ske"
|
|
4644
4644
|
},
|
|
4645
4645
|
"RoleArn": {},
|
|
4646
4646
|
"InputDataConfig": {
|
|
@@ -4671,10 +4671,10 @@
|
|
|
4671
4671
|
"type": "timestamp"
|
|
4672
4672
|
},
|
|
4673
4673
|
"SecondaryStatusTransitions": {
|
|
4674
|
-
"shape": "
|
|
4674
|
+
"shape": "Sv8"
|
|
4675
4675
|
},
|
|
4676
4676
|
"FinalMetricDataList": {
|
|
4677
|
-
"shape": "
|
|
4677
|
+
"shape": "Svb"
|
|
4678
4678
|
},
|
|
4679
4679
|
"EnableNetworkIsolation": {
|
|
4680
4680
|
"type": "boolean"
|
|
@@ -4686,7 +4686,7 @@
|
|
|
4686
4686
|
"type": "boolean"
|
|
4687
4687
|
},
|
|
4688
4688
|
"CheckpointConfig": {
|
|
4689
|
-
"shape": "
|
|
4689
|
+
"shape": "Sd0"
|
|
4690
4690
|
},
|
|
4691
4691
|
"TrainingTimeInSeconds": {
|
|
4692
4692
|
"type": "integer"
|
|
@@ -4695,25 +4695,25 @@
|
|
|
4695
4695
|
"type": "integer"
|
|
4696
4696
|
},
|
|
4697
4697
|
"DebugHookConfig": {
|
|
4698
|
-
"shape": "
|
|
4698
|
+
"shape": "Skf"
|
|
4699
4699
|
},
|
|
4700
4700
|
"ExperimentConfig": {
|
|
4701
|
-
"shape": "
|
|
4701
|
+
"shape": "Sjt"
|
|
4702
4702
|
},
|
|
4703
4703
|
"DebugRuleConfigurations": {
|
|
4704
|
-
"shape": "
|
|
4704
|
+
"shape": "Skn"
|
|
4705
4705
|
},
|
|
4706
4706
|
"TensorBoardOutputConfig": {
|
|
4707
|
-
"shape": "
|
|
4707
|
+
"shape": "Skr"
|
|
4708
4708
|
},
|
|
4709
4709
|
"DebugRuleEvaluationStatuses": {
|
|
4710
|
-
"shape": "
|
|
4710
|
+
"shape": "Svf"
|
|
4711
4711
|
},
|
|
4712
4712
|
"ProfilerConfig": {
|
|
4713
|
-
"shape": "
|
|
4713
|
+
"shape": "Sks"
|
|
4714
4714
|
},
|
|
4715
4715
|
"ProfilerRuleConfigurations": {
|
|
4716
|
-
"shape": "
|
|
4716
|
+
"shape": "Skv"
|
|
4717
4717
|
},
|
|
4718
4718
|
"ProfilerRuleEvaluationStatuses": {
|
|
4719
4719
|
"type": "list",
|
|
@@ -4732,10 +4732,10 @@
|
|
|
4732
4732
|
},
|
|
4733
4733
|
"ProfilingStatus": {},
|
|
4734
4734
|
"RetryStrategy": {
|
|
4735
|
-
"shape": "
|
|
4735
|
+
"shape": "Sd1"
|
|
4736
4736
|
},
|
|
4737
4737
|
"Environment": {
|
|
4738
|
-
"shape": "
|
|
4738
|
+
"shape": "Skx"
|
|
4739
4739
|
}
|
|
4740
4740
|
}
|
|
4741
4741
|
}
|
|
@@ -4771,7 +4771,7 @@
|
|
|
4771
4771
|
"type": "integer"
|
|
4772
4772
|
},
|
|
4773
4773
|
"ModelClientConfig": {
|
|
4774
|
-
"shape": "
|
|
4774
|
+
"shape": "Sl4"
|
|
4775
4775
|
},
|
|
4776
4776
|
"MaxPayloadInMB": {
|
|
4777
4777
|
"type": "integer"
|
|
@@ -4801,10 +4801,10 @@
|
|
|
4801
4801
|
"LabelingJobArn": {},
|
|
4802
4802
|
"AutoMLJobArn": {},
|
|
4803
4803
|
"DataProcessing": {
|
|
4804
|
-
"shape": "
|
|
4804
|
+
"shape": "Sl7"
|
|
4805
4805
|
},
|
|
4806
4806
|
"ExperimentConfig": {
|
|
4807
|
-
"shape": "
|
|
4807
|
+
"shape": "Sjt"
|
|
4808
4808
|
}
|
|
4809
4809
|
}
|
|
4810
4810
|
}
|
|
@@ -4827,19 +4827,19 @@
|
|
|
4827
4827
|
"DisplayName": {},
|
|
4828
4828
|
"ExperimentName": {},
|
|
4829
4829
|
"Source": {
|
|
4830
|
-
"shape": "
|
|
4830
|
+
"shape": "Svr"
|
|
4831
4831
|
},
|
|
4832
4832
|
"CreationTime": {
|
|
4833
4833
|
"type": "timestamp"
|
|
4834
4834
|
},
|
|
4835
4835
|
"CreatedBy": {
|
|
4836
|
-
"shape": "
|
|
4836
|
+
"shape": "Sok"
|
|
4837
4837
|
},
|
|
4838
4838
|
"LastModifiedTime": {
|
|
4839
4839
|
"type": "timestamp"
|
|
4840
4840
|
},
|
|
4841
4841
|
"LastModifiedBy": {
|
|
4842
|
-
"shape": "
|
|
4842
|
+
"shape": "Sok"
|
|
4843
4843
|
},
|
|
4844
4844
|
"MetadataProperties": {
|
|
4845
4845
|
"shape": "S1q"
|
|
@@ -4864,10 +4864,10 @@
|
|
|
4864
4864
|
"TrialComponentArn": {},
|
|
4865
4865
|
"DisplayName": {},
|
|
4866
4866
|
"Source": {
|
|
4867
|
-
"shape": "
|
|
4867
|
+
"shape": "Svv"
|
|
4868
4868
|
},
|
|
4869
4869
|
"Status": {
|
|
4870
|
-
"shape": "
|
|
4870
|
+
"shape": "Slf"
|
|
4871
4871
|
},
|
|
4872
4872
|
"StartTime": {
|
|
4873
4873
|
"type": "timestamp"
|
|
@@ -4879,28 +4879,28 @@
|
|
|
4879
4879
|
"type": "timestamp"
|
|
4880
4880
|
},
|
|
4881
4881
|
"CreatedBy": {
|
|
4882
|
-
"shape": "
|
|
4882
|
+
"shape": "Sok"
|
|
4883
4883
|
},
|
|
4884
4884
|
"LastModifiedTime": {
|
|
4885
4885
|
"type": "timestamp"
|
|
4886
4886
|
},
|
|
4887
4887
|
"LastModifiedBy": {
|
|
4888
|
-
"shape": "
|
|
4888
|
+
"shape": "Sok"
|
|
4889
4889
|
},
|
|
4890
4890
|
"Parameters": {
|
|
4891
|
-
"shape": "
|
|
4891
|
+
"shape": "Slj"
|
|
4892
4892
|
},
|
|
4893
4893
|
"InputArtifacts": {
|
|
4894
|
-
"shape": "
|
|
4894
|
+
"shape": "Sln"
|
|
4895
4895
|
},
|
|
4896
4896
|
"OutputArtifacts": {
|
|
4897
|
-
"shape": "
|
|
4897
|
+
"shape": "Sln"
|
|
4898
4898
|
},
|
|
4899
4899
|
"MetadataProperties": {
|
|
4900
4900
|
"shape": "S1q"
|
|
4901
4901
|
},
|
|
4902
4902
|
"Metrics": {
|
|
4903
|
-
"shape": "
|
|
4903
|
+
"shape": "Svx"
|
|
4904
4904
|
},
|
|
4905
4905
|
"LineageGroupArn": {}
|
|
4906
4906
|
}
|
|
@@ -4936,7 +4936,7 @@
|
|
|
4936
4936
|
"SingleSignOnUserIdentifier": {},
|
|
4937
4937
|
"SingleSignOnUserValue": {},
|
|
4938
4938
|
"UserSettings": {
|
|
4939
|
-
"shape": "
|
|
4939
|
+
"shape": "S83"
|
|
4940
4940
|
}
|
|
4941
4941
|
}
|
|
4942
4942
|
}
|
|
@@ -4958,7 +4958,7 @@
|
|
|
4958
4958
|
],
|
|
4959
4959
|
"members": {
|
|
4960
4960
|
"Workforce": {
|
|
4961
|
-
"shape": "
|
|
4961
|
+
"shape": "Sw7"
|
|
4962
4962
|
}
|
|
4963
4963
|
}
|
|
4964
4964
|
}
|
|
@@ -4980,7 +4980,7 @@
|
|
|
4980
4980
|
],
|
|
4981
4981
|
"members": {
|
|
4982
4982
|
"Workteam": {
|
|
4983
|
-
"shape": "
|
|
4983
|
+
"shape": "Swf"
|
|
4984
4984
|
}
|
|
4985
4985
|
}
|
|
4986
4986
|
}
|
|
@@ -5045,7 +5045,7 @@
|
|
|
5045
5045
|
"DeviceFleetArn": {},
|
|
5046
5046
|
"DeviceFleetName": {},
|
|
5047
5047
|
"OutputConfig": {
|
|
5048
|
-
"shape": "
|
|
5048
|
+
"shape": "S7x"
|
|
5049
5049
|
},
|
|
5050
5050
|
"Description": {},
|
|
5051
5051
|
"ReportGenerated": {
|
|
@@ -5479,7 +5479,7 @@
|
|
|
5479
5479
|
"type": "timestamp"
|
|
5480
5480
|
},
|
|
5481
5481
|
"CreatedBy": {
|
|
5482
|
-
"shape": "
|
|
5482
|
+
"shape": "Sok"
|
|
5483
5483
|
}
|
|
5484
5484
|
}
|
|
5485
5485
|
}
|
|
@@ -5548,7 +5548,7 @@
|
|
|
5548
5548
|
},
|
|
5549
5549
|
"FailureReason": {},
|
|
5550
5550
|
"PartialFailureReasons": {
|
|
5551
|
-
"shape": "
|
|
5551
|
+
"shape": "Sp4"
|
|
5552
5552
|
}
|
|
5553
5553
|
}
|
|
5554
5554
|
}
|
|
@@ -5584,7 +5584,7 @@
|
|
|
5584
5584
|
"Candidates": {
|
|
5585
5585
|
"type": "list",
|
|
5586
5586
|
"member": {
|
|
5587
|
-
"shape": "
|
|
5587
|
+
"shape": "Sp6"
|
|
5588
5588
|
}
|
|
5589
5589
|
},
|
|
5590
5590
|
"NextToken": {}
|
|
@@ -5642,7 +5642,7 @@
|
|
|
5642
5642
|
"type": "timestamp"
|
|
5643
5643
|
},
|
|
5644
5644
|
"GitConfig": {
|
|
5645
|
-
"shape": "
|
|
5645
|
+
"shape": "S62"
|
|
5646
5646
|
}
|
|
5647
5647
|
}
|
|
5648
5648
|
}
|
|
@@ -5751,7 +5751,7 @@
|
|
|
5751
5751
|
"ContextArn": {},
|
|
5752
5752
|
"ContextName": {},
|
|
5753
5753
|
"Source": {
|
|
5754
|
-
"shape": "
|
|
5754
|
+
"shape": "S6q"
|
|
5755
5755
|
},
|
|
5756
5756
|
"ContextType": {},
|
|
5757
5757
|
"CreationTime": {
|
|
@@ -5794,7 +5794,7 @@
|
|
|
5794
5794
|
],
|
|
5795
5795
|
"members": {
|
|
5796
5796
|
"JobDefinitionSummaries": {
|
|
5797
|
-
"shape": "
|
|
5797
|
+
"shape": "Sz8"
|
|
5798
5798
|
},
|
|
5799
5799
|
"NextToken": {}
|
|
5800
5800
|
}
|
|
@@ -6223,7 +6223,7 @@
|
|
|
6223
6223
|
"ExperimentName": {},
|
|
6224
6224
|
"DisplayName": {},
|
|
6225
6225
|
"ExperimentSource": {
|
|
6226
|
-
"shape": "
|
|
6226
|
+
"shape": "Srt"
|
|
6227
6227
|
},
|
|
6228
6228
|
"CreationTime": {
|
|
6229
6229
|
"type": "timestamp"
|
|
@@ -6283,7 +6283,7 @@
|
|
|
6283
6283
|
},
|
|
6284
6284
|
"FeatureGroupStatus": {},
|
|
6285
6285
|
"OfflineStoreStatus": {
|
|
6286
|
-
"shape": "
|
|
6286
|
+
"shape": "Srz"
|
|
6287
6287
|
}
|
|
6288
6288
|
}
|
|
6289
6289
|
}
|
|
@@ -6445,13 +6445,13 @@
|
|
|
6445
6445
|
"type": "timestamp"
|
|
6446
6446
|
},
|
|
6447
6447
|
"TrainingJobStatusCounters": {
|
|
6448
|
-
"shape": "
|
|
6448
|
+
"shape": "Sso"
|
|
6449
6449
|
},
|
|
6450
6450
|
"ObjectiveStatusCounters": {
|
|
6451
|
-
"shape": "
|
|
6451
|
+
"shape": "Ssq"
|
|
6452
6452
|
},
|
|
6453
6453
|
"ResourceLimits": {
|
|
6454
|
-
"shape": "
|
|
6454
|
+
"shape": "Scg"
|
|
6455
6455
|
}
|
|
6456
6456
|
}
|
|
6457
6457
|
}
|
|
@@ -6707,17 +6707,17 @@
|
|
|
6707
6707
|
},
|
|
6708
6708
|
"LabelingJobStatus": {},
|
|
6709
6709
|
"LabelCounters": {
|
|
6710
|
-
"shape": "
|
|
6710
|
+
"shape": "Stf"
|
|
6711
6711
|
},
|
|
6712
6712
|
"WorkteamArn": {},
|
|
6713
6713
|
"PreHumanTaskLambdaArn": {},
|
|
6714
6714
|
"AnnotationConsolidationLambdaArn": {},
|
|
6715
6715
|
"FailureReason": {},
|
|
6716
6716
|
"LabelingJobOutput": {
|
|
6717
|
-
"shape": "
|
|
6717
|
+
"shape": "Sti"
|
|
6718
6718
|
},
|
|
6719
6719
|
"InputConfig": {
|
|
6720
|
-
"shape": "
|
|
6720
|
+
"shape": "Ser"
|
|
6721
6721
|
}
|
|
6722
6722
|
}
|
|
6723
6723
|
}
|
|
@@ -6864,7 +6864,7 @@
|
|
|
6864
6864
|
],
|
|
6865
6865
|
"members": {
|
|
6866
6866
|
"JobDefinitionSummaries": {
|
|
6867
|
-
"shape": "
|
|
6867
|
+
"shape": "Sz8"
|
|
6868
6868
|
},
|
|
6869
6869
|
"NextToken": {}
|
|
6870
6870
|
}
|
|
@@ -6897,7 +6897,7 @@
|
|
|
6897
6897
|
],
|
|
6898
6898
|
"members": {
|
|
6899
6899
|
"JobDefinitionSummaries": {
|
|
6900
|
-
"shape": "
|
|
6900
|
+
"shape": "Sz8"
|
|
6901
6901
|
},
|
|
6902
6902
|
"NextToken": {}
|
|
6903
6903
|
}
|
|
@@ -7097,7 +7097,7 @@
|
|
|
7097
7097
|
],
|
|
7098
7098
|
"members": {
|
|
7099
7099
|
"JobDefinitionSummaries": {
|
|
7100
|
-
"shape": "
|
|
7100
|
+
"shape": "Sz8"
|
|
7101
7101
|
},
|
|
7102
7102
|
"NextToken": {}
|
|
7103
7103
|
}
|
|
@@ -7194,7 +7194,7 @@
|
|
|
7194
7194
|
"MonitoringExecutionSummaries": {
|
|
7195
7195
|
"type": "list",
|
|
7196
7196
|
"member": {
|
|
7197
|
-
"shape": "
|
|
7197
|
+
"shape": "Su6"
|
|
7198
7198
|
}
|
|
7199
7199
|
},
|
|
7200
7200
|
"NextToken": {}
|
|
@@ -7375,7 +7375,7 @@
|
|
|
7375
7375
|
"NotebookInstanceLifecycleConfigName": {},
|
|
7376
7376
|
"DefaultCodeRepository": {},
|
|
7377
7377
|
"AdditionalCodeRepositories": {
|
|
7378
|
-
"shape": "
|
|
7378
|
+
"shape": "Shv"
|
|
7379
7379
|
}
|
|
7380
7380
|
}
|
|
7381
7381
|
}
|
|
@@ -7474,7 +7474,7 @@
|
|
|
7474
7474
|
"CallbackToken": {},
|
|
7475
7475
|
"SqsQueueUrl": {},
|
|
7476
7476
|
"OutputParameters": {
|
|
7477
|
-
"shape": "
|
|
7477
|
+
"shape": "S148"
|
|
7478
7478
|
}
|
|
7479
7479
|
}
|
|
7480
7480
|
},
|
|
@@ -7483,7 +7483,7 @@
|
|
|
7483
7483
|
"members": {
|
|
7484
7484
|
"Arn": {},
|
|
7485
7485
|
"OutputParameters": {
|
|
7486
|
-
"shape": "
|
|
7486
|
+
"shape": "S148"
|
|
7487
7487
|
}
|
|
7488
7488
|
}
|
|
7489
7489
|
},
|
|
@@ -7610,7 +7610,7 @@
|
|
|
7610
7610
|
"type": "structure",
|
|
7611
7611
|
"members": {
|
|
7612
7612
|
"PipelineParameters": {
|
|
7613
|
-
"shape": "
|
|
7613
|
+
"shape": "S14n"
|
|
7614
7614
|
},
|
|
7615
7615
|
"NextToken": {}
|
|
7616
7616
|
}
|
|
@@ -7907,7 +7907,7 @@
|
|
|
7907
7907
|
"SubscribedWorkteams": {
|
|
7908
7908
|
"type": "list",
|
|
7909
7909
|
"member": {
|
|
7910
|
-
"shape": "
|
|
7910
|
+
"shape": "Sv4"
|
|
7911
7911
|
}
|
|
7912
7912
|
},
|
|
7913
7913
|
"NextToken": {}
|
|
@@ -8026,7 +8026,7 @@
|
|
|
8026
8026
|
"TrainingJobSummaries": {
|
|
8027
8027
|
"type": "list",
|
|
8028
8028
|
"member": {
|
|
8029
|
-
"shape": "
|
|
8029
|
+
"shape": "Sss"
|
|
8030
8030
|
}
|
|
8031
8031
|
},
|
|
8032
8032
|
"NextToken": {}
|
|
@@ -8129,10 +8129,10 @@
|
|
|
8129
8129
|
"TrialComponentArn": {},
|
|
8130
8130
|
"DisplayName": {},
|
|
8131
8131
|
"TrialComponentSource": {
|
|
8132
|
-
"shape": "
|
|
8132
|
+
"shape": "Svv"
|
|
8133
8133
|
},
|
|
8134
8134
|
"Status": {
|
|
8135
|
-
"shape": "
|
|
8135
|
+
"shape": "Slf"
|
|
8136
8136
|
},
|
|
8137
8137
|
"StartTime": {
|
|
8138
8138
|
"type": "timestamp"
|
|
@@ -8144,13 +8144,13 @@
|
|
|
8144
8144
|
"type": "timestamp"
|
|
8145
8145
|
},
|
|
8146
8146
|
"CreatedBy": {
|
|
8147
|
-
"shape": "
|
|
8147
|
+
"shape": "Sok"
|
|
8148
8148
|
},
|
|
8149
8149
|
"LastModifiedTime": {
|
|
8150
8150
|
"type": "timestamp"
|
|
8151
8151
|
},
|
|
8152
8152
|
"LastModifiedBy": {
|
|
8153
|
-
"shape": "
|
|
8153
|
+
"shape": "Sok"
|
|
8154
8154
|
}
|
|
8155
8155
|
}
|
|
8156
8156
|
}
|
|
@@ -8191,7 +8191,7 @@
|
|
|
8191
8191
|
"TrialName": {},
|
|
8192
8192
|
"DisplayName": {},
|
|
8193
8193
|
"TrialSource": {
|
|
8194
|
-
"shape": "
|
|
8194
|
+
"shape": "Svr"
|
|
8195
8195
|
},
|
|
8196
8196
|
"CreationTime": {
|
|
8197
8197
|
"type": "timestamp"
|
|
@@ -8266,7 +8266,7 @@
|
|
|
8266
8266
|
"Workforces": {
|
|
8267
8267
|
"type": "list",
|
|
8268
8268
|
"member": {
|
|
8269
|
-
"shape": "
|
|
8269
|
+
"shape": "Sw7"
|
|
8270
8270
|
}
|
|
8271
8271
|
},
|
|
8272
8272
|
"NextToken": {}
|
|
@@ -8295,7 +8295,7 @@
|
|
|
8295
8295
|
"Workteams": {
|
|
8296
8296
|
"type": "list",
|
|
8297
8297
|
"member": {
|
|
8298
|
-
"shape": "
|
|
8298
|
+
"shape": "Swf"
|
|
8299
8299
|
}
|
|
8300
8300
|
},
|
|
8301
8301
|
"NextToken": {}
|
|
@@ -8414,7 +8414,7 @@
|
|
|
8414
8414
|
"members": {
|
|
8415
8415
|
"DeviceFleetName": {},
|
|
8416
8416
|
"Devices": {
|
|
8417
|
-
"shape": "
|
|
8417
|
+
"shape": "S174"
|
|
8418
8418
|
},
|
|
8419
8419
|
"Tags": {
|
|
8420
8420
|
"shape": "S7"
|
|
@@ -8431,7 +8431,7 @@
|
|
|
8431
8431
|
],
|
|
8432
8432
|
"members": {
|
|
8433
8433
|
"UiTemplate": {
|
|
8434
|
-
"shape": "
|
|
8434
|
+
"shape": "Sc5"
|
|
8435
8435
|
},
|
|
8436
8436
|
"Task": {
|
|
8437
8437
|
"type": "structure",
|
|
@@ -8484,7 +8484,7 @@
|
|
|
8484
8484
|
"idempotencyToken": true
|
|
8485
8485
|
},
|
|
8486
8486
|
"ParallelismConfiguration": {
|
|
8487
|
-
"shape": "
|
|
8487
|
+
"shape": "Sih"
|
|
8488
8488
|
}
|
|
8489
8489
|
}
|
|
8490
8490
|
},
|
|
@@ -8504,7 +8504,7 @@
|
|
|
8504
8504
|
"members": {
|
|
8505
8505
|
"Resource": {},
|
|
8506
8506
|
"SearchExpression": {
|
|
8507
|
-
"shape": "
|
|
8507
|
+
"shape": "S17f"
|
|
8508
8508
|
},
|
|
8509
8509
|
"SortBy": {},
|
|
8510
8510
|
"SortOrder": {},
|
|
@@ -8523,7 +8523,7 @@
|
|
|
8523
8523
|
"type": "structure",
|
|
8524
8524
|
"members": {
|
|
8525
8525
|
"TrainingJob": {
|
|
8526
|
-
"shape": "
|
|
8526
|
+
"shape": "S17s"
|
|
8527
8527
|
},
|
|
8528
8528
|
"Experiment": {
|
|
8529
8529
|
"type": "structure",
|
|
@@ -8532,20 +8532,20 @@
|
|
|
8532
8532
|
"ExperimentArn": {},
|
|
8533
8533
|
"DisplayName": {},
|
|
8534
8534
|
"Source": {
|
|
8535
|
-
"shape": "
|
|
8535
|
+
"shape": "Srt"
|
|
8536
8536
|
},
|
|
8537
8537
|
"Description": {},
|
|
8538
8538
|
"CreationTime": {
|
|
8539
8539
|
"type": "timestamp"
|
|
8540
8540
|
},
|
|
8541
8541
|
"CreatedBy": {
|
|
8542
|
-
"shape": "
|
|
8542
|
+
"shape": "Sok"
|
|
8543
8543
|
},
|
|
8544
8544
|
"LastModifiedTime": {
|
|
8545
8545
|
"type": "timestamp"
|
|
8546
8546
|
},
|
|
8547
8547
|
"LastModifiedBy": {
|
|
8548
|
-
"shape": "
|
|
8548
|
+
"shape": "Sok"
|
|
8549
8549
|
},
|
|
8550
8550
|
"Tags": {
|
|
8551
8551
|
"shape": "S7"
|
|
@@ -8560,19 +8560,19 @@
|
|
|
8560
8560
|
"DisplayName": {},
|
|
8561
8561
|
"ExperimentName": {},
|
|
8562
8562
|
"Source": {
|
|
8563
|
-
"shape": "
|
|
8563
|
+
"shape": "Svr"
|
|
8564
8564
|
},
|
|
8565
8565
|
"CreationTime": {
|
|
8566
8566
|
"type": "timestamp"
|
|
8567
8567
|
},
|
|
8568
8568
|
"CreatedBy": {
|
|
8569
|
-
"shape": "
|
|
8569
|
+
"shape": "Sok"
|
|
8570
8570
|
},
|
|
8571
8571
|
"LastModifiedTime": {
|
|
8572
8572
|
"type": "timestamp"
|
|
8573
8573
|
},
|
|
8574
8574
|
"LastModifiedBy": {
|
|
8575
|
-
"shape": "
|
|
8575
|
+
"shape": "Sok"
|
|
8576
8576
|
},
|
|
8577
8577
|
"MetadataProperties": {
|
|
8578
8578
|
"shape": "S1q"
|
|
@@ -8588,13 +8588,13 @@
|
|
|
8588
8588
|
"TrialComponentName": {},
|
|
8589
8589
|
"TrialComponentArn": {},
|
|
8590
8590
|
"TrialComponentSource": {
|
|
8591
|
-
"shape": "
|
|
8591
|
+
"shape": "Svv"
|
|
8592
8592
|
},
|
|
8593
8593
|
"CreationTime": {
|
|
8594
8594
|
"type": "timestamp"
|
|
8595
8595
|
},
|
|
8596
8596
|
"CreatedBy": {
|
|
8597
|
-
"shape": "
|
|
8597
|
+
"shape": "Sok"
|
|
8598
8598
|
}
|
|
8599
8599
|
}
|
|
8600
8600
|
}
|
|
@@ -8608,10 +8608,10 @@
|
|
|
8608
8608
|
"DisplayName": {},
|
|
8609
8609
|
"TrialComponentArn": {},
|
|
8610
8610
|
"Source": {
|
|
8611
|
-
"shape": "
|
|
8611
|
+
"shape": "Svv"
|
|
8612
8612
|
},
|
|
8613
8613
|
"Status": {
|
|
8614
|
-
"shape": "
|
|
8614
|
+
"shape": "Slf"
|
|
8615
8615
|
},
|
|
8616
8616
|
"StartTime": {
|
|
8617
8617
|
"type": "timestamp"
|
|
@@ -8623,25 +8623,25 @@
|
|
|
8623
8623
|
"type": "timestamp"
|
|
8624
8624
|
},
|
|
8625
8625
|
"CreatedBy": {
|
|
8626
|
-
"shape": "
|
|
8626
|
+
"shape": "Sok"
|
|
8627
8627
|
},
|
|
8628
8628
|
"LastModifiedTime": {
|
|
8629
8629
|
"type": "timestamp"
|
|
8630
8630
|
},
|
|
8631
8631
|
"LastModifiedBy": {
|
|
8632
|
-
"shape": "
|
|
8632
|
+
"shape": "Sok"
|
|
8633
8633
|
},
|
|
8634
8634
|
"Parameters": {
|
|
8635
|
-
"shape": "
|
|
8635
|
+
"shape": "Slj"
|
|
8636
8636
|
},
|
|
8637
8637
|
"InputArtifacts": {
|
|
8638
|
-
"shape": "
|
|
8638
|
+
"shape": "Sln"
|
|
8639
8639
|
},
|
|
8640
8640
|
"OutputArtifacts": {
|
|
8641
|
-
"shape": "
|
|
8641
|
+
"shape": "Sln"
|
|
8642
8642
|
},
|
|
8643
8643
|
"Metrics": {
|
|
8644
|
-
"shape": "
|
|
8644
|
+
"shape": "Svx"
|
|
8645
8645
|
},
|
|
8646
8646
|
"MetadataProperties": {
|
|
8647
8647
|
"shape": "S1q"
|
|
@@ -8651,36 +8651,36 @@
|
|
|
8651
8651
|
"members": {
|
|
8652
8652
|
"SourceArn": {},
|
|
8653
8653
|
"TrainingJob": {
|
|
8654
|
-
"shape": "
|
|
8654
|
+
"shape": "S17s"
|
|
8655
8655
|
},
|
|
8656
8656
|
"ProcessingJob": {
|
|
8657
8657
|
"type": "structure",
|
|
8658
8658
|
"members": {
|
|
8659
8659
|
"ProcessingInputs": {
|
|
8660
|
-
"shape": "
|
|
8660
|
+
"shape": "Siu"
|
|
8661
8661
|
},
|
|
8662
8662
|
"ProcessingOutputConfig": {
|
|
8663
|
-
"shape": "
|
|
8663
|
+
"shape": "Sjh"
|
|
8664
8664
|
},
|
|
8665
8665
|
"ProcessingJobName": {},
|
|
8666
8666
|
"ProcessingResources": {
|
|
8667
|
-
"shape": "
|
|
8667
|
+
"shape": "Sjm"
|
|
8668
8668
|
},
|
|
8669
8669
|
"StoppingCondition": {
|
|
8670
|
-
"shape": "
|
|
8670
|
+
"shape": "Sjo"
|
|
8671
8671
|
},
|
|
8672
8672
|
"AppSpecification": {
|
|
8673
|
-
"shape": "
|
|
8673
|
+
"shape": "Sjq"
|
|
8674
8674
|
},
|
|
8675
8675
|
"Environment": {
|
|
8676
|
-
"shape": "
|
|
8676
|
+
"shape": "Sjs"
|
|
8677
8677
|
},
|
|
8678
8678
|
"NetworkConfig": {
|
|
8679
|
-
"shape": "
|
|
8679
|
+
"shape": "Shi"
|
|
8680
8680
|
},
|
|
8681
8681
|
"RoleArn": {},
|
|
8682
8682
|
"ExperimentConfig": {
|
|
8683
|
-
"shape": "
|
|
8683
|
+
"shape": "Sjt"
|
|
8684
8684
|
},
|
|
8685
8685
|
"ProcessingJobArn": {},
|
|
8686
8686
|
"ProcessingJobStatus": {},
|
|
@@ -8718,7 +8718,7 @@
|
|
|
8718
8718
|
"type": "integer"
|
|
8719
8719
|
},
|
|
8720
8720
|
"ModelClientConfig": {
|
|
8721
|
-
"shape": "
|
|
8721
|
+
"shape": "Sl4"
|
|
8722
8722
|
},
|
|
8723
8723
|
"MaxPayloadInMB": {
|
|
8724
8724
|
"type": "integer"
|
|
@@ -8748,10 +8748,10 @@
|
|
|
8748
8748
|
"LabelingJobArn": {},
|
|
8749
8749
|
"AutoMLJobArn": {},
|
|
8750
8750
|
"DataProcessing": {
|
|
8751
|
-
"shape": "
|
|
8751
|
+
"shape": "Sl7"
|
|
8752
8752
|
},
|
|
8753
8753
|
"ExperimentConfig": {
|
|
8754
|
-
"shape": "
|
|
8754
|
+
"shape": "Sjt"
|
|
8755
8755
|
},
|
|
8756
8756
|
"Tags": {
|
|
8757
8757
|
"shape": "S7"
|
|
@@ -8791,10 +8791,10 @@
|
|
|
8791
8791
|
"EndpointArn": {},
|
|
8792
8792
|
"EndpointConfigName": {},
|
|
8793
8793
|
"ProductionVariants": {
|
|
8794
|
-
"shape": "
|
|
8794
|
+
"shape": "Sra"
|
|
8795
8795
|
},
|
|
8796
8796
|
"DataCaptureConfig": {
|
|
8797
|
-
"shape": "
|
|
8797
|
+
"shape": "Srj"
|
|
8798
8798
|
},
|
|
8799
8799
|
"EndpointStatus": {},
|
|
8800
8800
|
"FailureReason": {},
|
|
@@ -8821,11 +8821,11 @@
|
|
|
8821
8821
|
"type": "timestamp"
|
|
8822
8822
|
},
|
|
8823
8823
|
"MonitoringScheduleConfig": {
|
|
8824
|
-
"shape": "
|
|
8824
|
+
"shape": "Sha"
|
|
8825
8825
|
},
|
|
8826
8826
|
"EndpointName": {},
|
|
8827
8827
|
"LastMonitoringExecutionSummary": {
|
|
8828
|
-
"shape": "
|
|
8828
|
+
"shape": "Su6"
|
|
8829
8829
|
},
|
|
8830
8830
|
"Tags": {
|
|
8831
8831
|
"shape": "S7"
|
|
@@ -8855,49 +8855,49 @@
|
|
|
8855
8855
|
"shape": "Sr"
|
|
8856
8856
|
},
|
|
8857
8857
|
"SourceAlgorithmSpecification": {
|
|
8858
|
-
"shape": "
|
|
8858
|
+
"shape": "Sgd"
|
|
8859
8859
|
},
|
|
8860
8860
|
"ValidationSpecification": {
|
|
8861
|
-
"shape": "
|
|
8861
|
+
"shape": "Sga"
|
|
8862
8862
|
},
|
|
8863
8863
|
"ModelPackageStatus": {},
|
|
8864
8864
|
"ModelPackageStatusDetails": {
|
|
8865
|
-
"shape": "
|
|
8865
|
+
"shape": "Stt"
|
|
8866
8866
|
},
|
|
8867
8867
|
"CertifyForMarketplace": {
|
|
8868
8868
|
"type": "boolean"
|
|
8869
8869
|
},
|
|
8870
8870
|
"ModelApprovalStatus": {},
|
|
8871
8871
|
"CreatedBy": {
|
|
8872
|
-
"shape": "
|
|
8872
|
+
"shape": "Sok"
|
|
8873
8873
|
},
|
|
8874
8874
|
"MetadataProperties": {
|
|
8875
8875
|
"shape": "S1q"
|
|
8876
8876
|
},
|
|
8877
8877
|
"ModelMetrics": {
|
|
8878
|
-
"shape": "
|
|
8878
|
+
"shape": "Sgg"
|
|
8879
8879
|
},
|
|
8880
8880
|
"LastModifiedTime": {
|
|
8881
8881
|
"type": "timestamp"
|
|
8882
8882
|
},
|
|
8883
8883
|
"LastModifiedBy": {
|
|
8884
|
-
"shape": "
|
|
8884
|
+
"shape": "Sok"
|
|
8885
8885
|
},
|
|
8886
8886
|
"ApprovalDescription": {},
|
|
8887
8887
|
"Domain": {},
|
|
8888
8888
|
"Task": {},
|
|
8889
8889
|
"SamplePayloadUrl": {},
|
|
8890
8890
|
"AdditionalInferenceSpecifications": {
|
|
8891
|
-
"shape": "
|
|
8891
|
+
"shape": "Sgw"
|
|
8892
8892
|
},
|
|
8893
8893
|
"Tags": {
|
|
8894
8894
|
"shape": "S7"
|
|
8895
8895
|
},
|
|
8896
8896
|
"CustomerMetadataProperties": {
|
|
8897
|
-
"shape": "
|
|
8897
|
+
"shape": "Sgn"
|
|
8898
8898
|
},
|
|
8899
8899
|
"DriftCheckBaselines": {
|
|
8900
|
-
"shape": "
|
|
8900
|
+
"shape": "Sgq"
|
|
8901
8901
|
}
|
|
8902
8902
|
}
|
|
8903
8903
|
},
|
|
@@ -8911,7 +8911,7 @@
|
|
|
8911
8911
|
"type": "timestamp"
|
|
8912
8912
|
},
|
|
8913
8913
|
"CreatedBy": {
|
|
8914
|
-
"shape": "
|
|
8914
|
+
"shape": "Sok"
|
|
8915
8915
|
},
|
|
8916
8916
|
"ModelPackageGroupStatus": {},
|
|
8917
8917
|
"Tags": {
|
|
@@ -8938,13 +8938,13 @@
|
|
|
8938
8938
|
"type": "timestamp"
|
|
8939
8939
|
},
|
|
8940
8940
|
"CreatedBy": {
|
|
8941
|
-
"shape": "
|
|
8941
|
+
"shape": "Sok"
|
|
8942
8942
|
},
|
|
8943
8943
|
"LastModifiedBy": {
|
|
8944
|
-
"shape": "
|
|
8944
|
+
"shape": "Sok"
|
|
8945
8945
|
},
|
|
8946
8946
|
"ParallelismConfiguration": {
|
|
8947
|
-
"shape": "
|
|
8947
|
+
"shape": "Sih"
|
|
8948
8948
|
},
|
|
8949
8949
|
"Tags": {
|
|
8950
8950
|
"shape": "S7"
|
|
@@ -8960,7 +8960,7 @@
|
|
|
8960
8960
|
"PipelineExecutionStatus": {},
|
|
8961
8961
|
"PipelineExecutionDescription": {},
|
|
8962
8962
|
"PipelineExperimentConfig": {
|
|
8963
|
-
"shape": "
|
|
8963
|
+
"shape": "Sup"
|
|
8964
8964
|
},
|
|
8965
8965
|
"FailureReason": {},
|
|
8966
8966
|
"CreationTime": {
|
|
@@ -8970,16 +8970,16 @@
|
|
|
8970
8970
|
"type": "timestamp"
|
|
8971
8971
|
},
|
|
8972
8972
|
"CreatedBy": {
|
|
8973
|
-
"shape": "
|
|
8973
|
+
"shape": "Sok"
|
|
8974
8974
|
},
|
|
8975
8975
|
"LastModifiedBy": {
|
|
8976
|
-
"shape": "
|
|
8976
|
+
"shape": "Sok"
|
|
8977
8977
|
},
|
|
8978
8978
|
"ParallelismConfiguration": {
|
|
8979
|
-
"shape": "
|
|
8979
|
+
"shape": "Sih"
|
|
8980
8980
|
},
|
|
8981
8981
|
"PipelineParameters": {
|
|
8982
|
-
"shape": "
|
|
8982
|
+
"shape": "S14n"
|
|
8983
8983
|
}
|
|
8984
8984
|
}
|
|
8985
8985
|
},
|
|
@@ -8991,7 +8991,7 @@
|
|
|
8991
8991
|
"RecordIdentifierFeatureName": {},
|
|
8992
8992
|
"EventTimeFeatureName": {},
|
|
8993
8993
|
"FeatureDefinitions": {
|
|
8994
|
-
"shape": "
|
|
8994
|
+
"shape": "Sb0"
|
|
8995
8995
|
},
|
|
8996
8996
|
"CreationTime": {
|
|
8997
8997
|
"type": "timestamp"
|
|
@@ -9000,18 +9000,18 @@
|
|
|
9000
9000
|
"type": "timestamp"
|
|
9001
9001
|
},
|
|
9002
9002
|
"OnlineStoreConfig": {
|
|
9003
|
-
"shape": "
|
|
9003
|
+
"shape": "Sb3"
|
|
9004
9004
|
},
|
|
9005
9005
|
"OfflineStoreConfig": {
|
|
9006
|
-
"shape": "
|
|
9006
|
+
"shape": "Sb5"
|
|
9007
9007
|
},
|
|
9008
9008
|
"RoleArn": {},
|
|
9009
9009
|
"FeatureGroupStatus": {},
|
|
9010
9010
|
"OfflineStoreStatus": {
|
|
9011
|
-
"shape": "
|
|
9011
|
+
"shape": "Srz"
|
|
9012
9012
|
},
|
|
9013
9013
|
"LastUpdateStatus": {
|
|
9014
|
-
"shape": "
|
|
9014
|
+
"shape": "Ss2"
|
|
9015
9015
|
},
|
|
9016
9016
|
"FailureReason": {},
|
|
9017
9017
|
"Description": {},
|
|
@@ -9028,14 +9028,14 @@
|
|
|
9028
9028
|
"ProjectId": {},
|
|
9029
9029
|
"ProjectDescription": {},
|
|
9030
9030
|
"ServiceCatalogProvisioningDetails": {
|
|
9031
|
-
"shape": "
|
|
9031
|
+
"shape": "Sjy"
|
|
9032
9032
|
},
|
|
9033
9033
|
"ServiceCatalogProvisionedProductDetails": {
|
|
9034
|
-
"shape": "
|
|
9034
|
+
"shape": "Sux"
|
|
9035
9035
|
},
|
|
9036
9036
|
"ProjectStatus": {},
|
|
9037
9037
|
"CreatedBy": {
|
|
9038
|
-
"shape": "
|
|
9038
|
+
"shape": "Sok"
|
|
9039
9039
|
},
|
|
9040
9040
|
"CreationTime": {
|
|
9041
9041
|
"type": "timestamp"
|
|
@@ -9047,7 +9047,7 @@
|
|
|
9047
9047
|
"type": "timestamp"
|
|
9048
9048
|
},
|
|
9049
9049
|
"LastModifiedBy": {
|
|
9050
|
-
"shape": "
|
|
9050
|
+
"shape": "Sok"
|
|
9051
9051
|
}
|
|
9052
9052
|
}
|
|
9053
9053
|
},
|
|
@@ -9066,7 +9066,52 @@
|
|
|
9066
9066
|
},
|
|
9067
9067
|
"Description": {},
|
|
9068
9068
|
"Parameters": {
|
|
9069
|
-
"shape": "
|
|
9069
|
+
"shape": "Ss8"
|
|
9070
|
+
}
|
|
9071
|
+
}
|
|
9072
|
+
},
|
|
9073
|
+
"HyperParameterTuningJob": {
|
|
9074
|
+
"type": "structure",
|
|
9075
|
+
"members": {
|
|
9076
|
+
"HyperParameterTuningJobName": {},
|
|
9077
|
+
"HyperParameterTuningJobArn": {},
|
|
9078
|
+
"HyperParameterTuningJobConfig": {
|
|
9079
|
+
"shape": "Sca"
|
|
9080
|
+
},
|
|
9081
|
+
"TrainingJobDefinition": {
|
|
9082
|
+
"shape": "Scv"
|
|
9083
|
+
},
|
|
9084
|
+
"TrainingJobDefinitions": {
|
|
9085
|
+
"shape": "Sd8"
|
|
9086
|
+
},
|
|
9087
|
+
"HyperParameterTuningJobStatus": {},
|
|
9088
|
+
"CreationTime": {
|
|
9089
|
+
"type": "timestamp"
|
|
9090
|
+
},
|
|
9091
|
+
"HyperParameterTuningEndTime": {
|
|
9092
|
+
"type": "timestamp"
|
|
9093
|
+
},
|
|
9094
|
+
"LastModifiedTime": {
|
|
9095
|
+
"type": "timestamp"
|
|
9096
|
+
},
|
|
9097
|
+
"TrainingJobStatusCounters": {
|
|
9098
|
+
"shape": "Sso"
|
|
9099
|
+
},
|
|
9100
|
+
"ObjectiveStatusCounters": {
|
|
9101
|
+
"shape": "Ssq"
|
|
9102
|
+
},
|
|
9103
|
+
"BestTrainingJob": {
|
|
9104
|
+
"shape": "Sss"
|
|
9105
|
+
},
|
|
9106
|
+
"OverallBestTrainingJob": {
|
|
9107
|
+
"shape": "Sss"
|
|
9108
|
+
},
|
|
9109
|
+
"WarmStartConfig": {
|
|
9110
|
+
"shape": "Sd9"
|
|
9111
|
+
},
|
|
9112
|
+
"FailureReason": {},
|
|
9113
|
+
"Tags": {
|
|
9114
|
+
"shape": "S7"
|
|
9070
9115
|
}
|
|
9071
9116
|
}
|
|
9072
9117
|
}
|
|
@@ -9107,7 +9152,7 @@
|
|
|
9107
9152
|
"members": {
|
|
9108
9153
|
"CallbackToken": {},
|
|
9109
9154
|
"OutputParameters": {
|
|
9110
|
-
"shape": "
|
|
9155
|
+
"shape": "S148"
|
|
9111
9156
|
},
|
|
9112
9157
|
"ClientRequestToken": {
|
|
9113
9158
|
"idempotencyToken": true
|
|
@@ -9167,14 +9212,14 @@
|
|
|
9167
9212
|
"PipelineName": {},
|
|
9168
9213
|
"PipelineExecutionDisplayName": {},
|
|
9169
9214
|
"PipelineParameters": {
|
|
9170
|
-
"shape": "
|
|
9215
|
+
"shape": "S14n"
|
|
9171
9216
|
},
|
|
9172
9217
|
"PipelineExecutionDescription": {},
|
|
9173
9218
|
"ClientRequestToken": {
|
|
9174
9219
|
"idempotencyToken": true
|
|
9175
9220
|
},
|
|
9176
9221
|
"ParallelismConfiguration": {
|
|
9177
|
-
"shape": "
|
|
9222
|
+
"shape": "Sih"
|
|
9178
9223
|
}
|
|
9179
9224
|
}
|
|
9180
9225
|
},
|
|
@@ -9354,7 +9399,7 @@
|
|
|
9354
9399
|
"shape": "S1o"
|
|
9355
9400
|
},
|
|
9356
9401
|
"PropertiesToRemove": {
|
|
9357
|
-
"shape": "
|
|
9402
|
+
"shape": "S192"
|
|
9358
9403
|
}
|
|
9359
9404
|
}
|
|
9360
9405
|
},
|
|
@@ -9398,7 +9443,7 @@
|
|
|
9398
9443
|
"shape": "S1o"
|
|
9399
9444
|
},
|
|
9400
9445
|
"PropertiesToRemove": {
|
|
9401
|
-
"shape": "
|
|
9446
|
+
"shape": "S192"
|
|
9402
9447
|
}
|
|
9403
9448
|
}
|
|
9404
9449
|
},
|
|
@@ -9448,7 +9493,7 @@
|
|
|
9448
9493
|
"shape": "S1o"
|
|
9449
9494
|
},
|
|
9450
9495
|
"PropertiesToRemove": {
|
|
9451
|
-
"shape": "
|
|
9496
|
+
"shape": "S192"
|
|
9452
9497
|
}
|
|
9453
9498
|
}
|
|
9454
9499
|
},
|
|
@@ -9471,7 +9516,7 @@
|
|
|
9471
9516
|
"RoleArn": {},
|
|
9472
9517
|
"Description": {},
|
|
9473
9518
|
"OutputConfig": {
|
|
9474
|
-
"shape": "
|
|
9519
|
+
"shape": "S7x"
|
|
9475
9520
|
},
|
|
9476
9521
|
"EnableIotRoleAlias": {
|
|
9477
9522
|
"type": "boolean"
|
|
@@ -9489,7 +9534,7 @@
|
|
|
9489
9534
|
"members": {
|
|
9490
9535
|
"DeviceFleetName": {},
|
|
9491
9536
|
"Devices": {
|
|
9492
|
-
"shape": "
|
|
9537
|
+
"shape": "S174"
|
|
9493
9538
|
}
|
|
9494
9539
|
}
|
|
9495
9540
|
}
|
|
@@ -9503,7 +9548,7 @@
|
|
|
9503
9548
|
"members": {
|
|
9504
9549
|
"DomainId": {},
|
|
9505
9550
|
"DefaultUserSettings": {
|
|
9506
|
-
"shape": "
|
|
9551
|
+
"shape": "S83"
|
|
9507
9552
|
},
|
|
9508
9553
|
"DomainSettingsForUpdate": {
|
|
9509
9554
|
"type": "structure",
|
|
@@ -9519,7 +9564,8 @@
|
|
|
9519
9564
|
"shape": "S4c"
|
|
9520
9565
|
}
|
|
9521
9566
|
}
|
|
9522
|
-
}
|
|
9567
|
+
},
|
|
9568
|
+
"ExecutionRoleIdentityConfig": {}
|
|
9523
9569
|
}
|
|
9524
9570
|
}
|
|
9525
9571
|
}
|
|
@@ -9557,7 +9603,7 @@
|
|
|
9557
9603
|
}
|
|
9558
9604
|
},
|
|
9559
9605
|
"DeploymentConfig": {
|
|
9560
|
-
"shape": "
|
|
9606
|
+
"shape": "S9f"
|
|
9561
9607
|
},
|
|
9562
9608
|
"RetainDeploymentConfig": {
|
|
9563
9609
|
"type": "boolean"
|
|
@@ -9643,7 +9689,7 @@
|
|
|
9643
9689
|
"FeatureAdditions": {
|
|
9644
9690
|
"type": "list",
|
|
9645
9691
|
"member": {
|
|
9646
|
-
"shape": "
|
|
9692
|
+
"shape": "Sb1"
|
|
9647
9693
|
}
|
|
9648
9694
|
}
|
|
9649
9695
|
}
|
|
@@ -9672,7 +9718,7 @@
|
|
|
9672
9718
|
"ParameterAdditions": {
|
|
9673
9719
|
"type": "list",
|
|
9674
9720
|
"member": {
|
|
9675
|
-
"shape": "
|
|
9721
|
+
"shape": "Ss9"
|
|
9676
9722
|
}
|
|
9677
9723
|
},
|
|
9678
9724
|
"ParameterRemovals": {
|
|
@@ -9717,14 +9763,14 @@
|
|
|
9717
9763
|
"ModelApprovalStatus": {},
|
|
9718
9764
|
"ApprovalDescription": {},
|
|
9719
9765
|
"CustomerMetadataProperties": {
|
|
9720
|
-
"shape": "
|
|
9766
|
+
"shape": "Sgn"
|
|
9721
9767
|
},
|
|
9722
9768
|
"CustomerMetadataPropertiesToRemove": {
|
|
9723
9769
|
"type": "list",
|
|
9724
9770
|
"member": {}
|
|
9725
9771
|
},
|
|
9726
9772
|
"AdditionalInferenceSpecificationsToAdd": {
|
|
9727
|
-
"shape": "
|
|
9773
|
+
"shape": "Sgw"
|
|
9728
9774
|
}
|
|
9729
9775
|
}
|
|
9730
9776
|
},
|
|
@@ -9748,7 +9794,7 @@
|
|
|
9748
9794
|
"members": {
|
|
9749
9795
|
"MonitoringScheduleName": {},
|
|
9750
9796
|
"MonitoringScheduleConfig": {
|
|
9751
|
-
"shape": "
|
|
9797
|
+
"shape": "Sha"
|
|
9752
9798
|
}
|
|
9753
9799
|
}
|
|
9754
9800
|
},
|
|
@@ -9781,10 +9827,10 @@
|
|
|
9781
9827
|
},
|
|
9782
9828
|
"DefaultCodeRepository": {},
|
|
9783
9829
|
"AdditionalCodeRepositories": {
|
|
9784
|
-
"shape": "
|
|
9830
|
+
"shape": "Shv"
|
|
9785
9831
|
},
|
|
9786
9832
|
"AcceleratorTypes": {
|
|
9787
|
-
"shape": "
|
|
9833
|
+
"shape": "Shs"
|
|
9788
9834
|
},
|
|
9789
9835
|
"DisassociateAcceleratorTypes": {
|
|
9790
9836
|
"type": "boolean"
|
|
@@ -9797,7 +9843,7 @@
|
|
|
9797
9843
|
},
|
|
9798
9844
|
"RootAccess": {},
|
|
9799
9845
|
"InstanceMetadataServiceConfiguration": {
|
|
9800
|
-
"shape": "
|
|
9846
|
+
"shape": "Shy"
|
|
9801
9847
|
}
|
|
9802
9848
|
}
|
|
9803
9849
|
},
|
|
@@ -9815,10 +9861,10 @@
|
|
|
9815
9861
|
"members": {
|
|
9816
9862
|
"NotebookInstanceLifecycleConfigName": {},
|
|
9817
9863
|
"OnCreate": {
|
|
9818
|
-
"shape": "
|
|
9864
|
+
"shape": "Si3"
|
|
9819
9865
|
},
|
|
9820
9866
|
"OnStart": {
|
|
9821
|
-
"shape": "
|
|
9867
|
+
"shape": "Si3"
|
|
9822
9868
|
}
|
|
9823
9869
|
}
|
|
9824
9870
|
},
|
|
@@ -9838,12 +9884,12 @@
|
|
|
9838
9884
|
"PipelineDisplayName": {},
|
|
9839
9885
|
"PipelineDefinition": {},
|
|
9840
9886
|
"PipelineDefinitionS3Location": {
|
|
9841
|
-
"shape": "
|
|
9887
|
+
"shape": "Sib"
|
|
9842
9888
|
},
|
|
9843
9889
|
"PipelineDescription": {},
|
|
9844
9890
|
"RoleArn": {},
|
|
9845
9891
|
"ParallelismConfiguration": {
|
|
9846
|
-
"shape": "
|
|
9892
|
+
"shape": "Sih"
|
|
9847
9893
|
}
|
|
9848
9894
|
}
|
|
9849
9895
|
},
|
|
@@ -9865,7 +9911,7 @@
|
|
|
9865
9911
|
"PipelineExecutionDescription": {},
|
|
9866
9912
|
"PipelineExecutionDisplayName": {},
|
|
9867
9913
|
"ParallelismConfiguration": {
|
|
9868
|
-
"shape": "
|
|
9914
|
+
"shape": "Sih"
|
|
9869
9915
|
}
|
|
9870
9916
|
}
|
|
9871
9917
|
},
|
|
@@ -9890,7 +9936,7 @@
|
|
|
9890
9936
|
"members": {
|
|
9891
9937
|
"ProvisioningArtifactId": {},
|
|
9892
9938
|
"ProvisioningParameters": {
|
|
9893
|
-
"shape": "
|
|
9939
|
+
"shape": "Sk0"
|
|
9894
9940
|
}
|
|
9895
9941
|
}
|
|
9896
9942
|
},
|
|
@@ -9925,7 +9971,7 @@
|
|
|
9925
9971
|
"type": "long"
|
|
9926
9972
|
},
|
|
9927
9973
|
"ProfilingParameters": {
|
|
9928
|
-
"shape": "
|
|
9974
|
+
"shape": "Sku"
|
|
9929
9975
|
},
|
|
9930
9976
|
"DisableProfiler": {
|
|
9931
9977
|
"type": "boolean"
|
|
@@ -9933,7 +9979,7 @@
|
|
|
9933
9979
|
}
|
|
9934
9980
|
},
|
|
9935
9981
|
"ProfilerRuleConfigurations": {
|
|
9936
|
-
"shape": "
|
|
9982
|
+
"shape": "Skv"
|
|
9937
9983
|
}
|
|
9938
9984
|
}
|
|
9939
9985
|
},
|
|
@@ -9975,7 +10021,7 @@
|
|
|
9975
10021
|
"TrialComponentName": {},
|
|
9976
10022
|
"DisplayName": {},
|
|
9977
10023
|
"Status": {
|
|
9978
|
-
"shape": "
|
|
10024
|
+
"shape": "Slf"
|
|
9979
10025
|
},
|
|
9980
10026
|
"StartTime": {
|
|
9981
10027
|
"type": "timestamp"
|
|
@@ -9984,22 +10030,22 @@
|
|
|
9984
10030
|
"type": "timestamp"
|
|
9985
10031
|
},
|
|
9986
10032
|
"Parameters": {
|
|
9987
|
-
"shape": "
|
|
10033
|
+
"shape": "Slj"
|
|
9988
10034
|
},
|
|
9989
10035
|
"ParametersToRemove": {
|
|
9990
|
-
"shape": "
|
|
10036
|
+
"shape": "S1av"
|
|
9991
10037
|
},
|
|
9992
10038
|
"InputArtifacts": {
|
|
9993
|
-
"shape": "
|
|
10039
|
+
"shape": "Sln"
|
|
9994
10040
|
},
|
|
9995
10041
|
"InputArtifactsToRemove": {
|
|
9996
|
-
"shape": "
|
|
10042
|
+
"shape": "S1av"
|
|
9997
10043
|
},
|
|
9998
10044
|
"OutputArtifacts": {
|
|
9999
|
-
"shape": "
|
|
10045
|
+
"shape": "Sln"
|
|
10000
10046
|
},
|
|
10001
10047
|
"OutputArtifactsToRemove": {
|
|
10002
|
-
"shape": "
|
|
10048
|
+
"shape": "S1av"
|
|
10003
10049
|
}
|
|
10004
10050
|
}
|
|
10005
10051
|
},
|
|
@@ -10021,7 +10067,7 @@
|
|
|
10021
10067
|
"DomainId": {},
|
|
10022
10068
|
"UserProfileName": {},
|
|
10023
10069
|
"UserSettings": {
|
|
10024
|
-
"shape": "
|
|
10070
|
+
"shape": "S83"
|
|
10025
10071
|
}
|
|
10026
10072
|
}
|
|
10027
10073
|
},
|
|
@@ -10041,13 +10087,13 @@
|
|
|
10041
10087
|
"members": {
|
|
10042
10088
|
"WorkforceName": {},
|
|
10043
10089
|
"SourceIpConfig": {
|
|
10044
|
-
"shape": "
|
|
10090
|
+
"shape": "Sm4"
|
|
10045
10091
|
},
|
|
10046
10092
|
"OidcConfig": {
|
|
10047
|
-
"shape": "
|
|
10093
|
+
"shape": "Sm1"
|
|
10048
10094
|
},
|
|
10049
10095
|
"WorkforceVpcConfig": {
|
|
10050
|
-
"shape": "
|
|
10096
|
+
"shape": "Sm8"
|
|
10051
10097
|
}
|
|
10052
10098
|
}
|
|
10053
10099
|
},
|
|
@@ -10058,7 +10104,7 @@
|
|
|
10058
10104
|
],
|
|
10059
10105
|
"members": {
|
|
10060
10106
|
"Workforce": {
|
|
10061
|
-
"shape": "
|
|
10107
|
+
"shape": "Sw7"
|
|
10062
10108
|
}
|
|
10063
10109
|
}
|
|
10064
10110
|
}
|
|
@@ -10072,11 +10118,11 @@
|
|
|
10072
10118
|
"members": {
|
|
10073
10119
|
"WorkteamName": {},
|
|
10074
10120
|
"MemberDefinitions": {
|
|
10075
|
-
"shape": "
|
|
10121
|
+
"shape": "Smi"
|
|
10076
10122
|
},
|
|
10077
10123
|
"Description": {},
|
|
10078
10124
|
"NotificationConfiguration": {
|
|
10079
|
-
"shape": "
|
|
10125
|
+
"shape": "Smq"
|
|
10080
10126
|
}
|
|
10081
10127
|
}
|
|
10082
10128
|
},
|
|
@@ -10087,7 +10133,7 @@
|
|
|
10087
10133
|
],
|
|
10088
10134
|
"members": {
|
|
10089
10135
|
"Workteam": {
|
|
10090
|
-
"shape": "
|
|
10136
|
+
"shape": "Swf"
|
|
10091
10137
|
}
|
|
10092
10138
|
}
|
|
10093
10139
|
}
|
|
@@ -10778,7 +10824,8 @@
|
|
|
10778
10824
|
"members": {
|
|
10779
10825
|
"FeatureSpecificationS3Uri": {}
|
|
10780
10826
|
}
|
|
10781
|
-
}
|
|
10827
|
+
},
|
|
10828
|
+
"Mode": {}
|
|
10782
10829
|
}
|
|
10783
10830
|
},
|
|
10784
10831
|
"S5h": {
|
|
@@ -10815,7 +10862,7 @@
|
|
|
10815
10862
|
"type": "list",
|
|
10816
10863
|
"member": {}
|
|
10817
10864
|
},
|
|
10818
|
-
"
|
|
10865
|
+
"S5w": {
|
|
10819
10866
|
"type": "structure",
|
|
10820
10867
|
"members": {
|
|
10821
10868
|
"AutoGenerateEndpointName": {
|
|
@@ -10824,7 +10871,7 @@
|
|
|
10824
10871
|
"EndpointName": {}
|
|
10825
10872
|
}
|
|
10826
10873
|
},
|
|
10827
|
-
"
|
|
10874
|
+
"S62": {
|
|
10828
10875
|
"type": "structure",
|
|
10829
10876
|
"required": [
|
|
10830
10877
|
"RepositoryUrl"
|
|
@@ -10835,7 +10882,7 @@
|
|
|
10835
10882
|
"SecretArn": {}
|
|
10836
10883
|
}
|
|
10837
10884
|
},
|
|
10838
|
-
"
|
|
10885
|
+
"S69": {
|
|
10839
10886
|
"type": "structure",
|
|
10840
10887
|
"required": [
|
|
10841
10888
|
"S3Uri",
|
|
@@ -10849,7 +10896,7 @@
|
|
|
10849
10896
|
"FrameworkVersion": {}
|
|
10850
10897
|
}
|
|
10851
10898
|
},
|
|
10852
|
-
"
|
|
10899
|
+
"S6b": {
|
|
10853
10900
|
"type": "structure",
|
|
10854
10901
|
"required": [
|
|
10855
10902
|
"S3OutputLocation"
|
|
@@ -10873,7 +10920,7 @@
|
|
|
10873
10920
|
"KmsKeyId": {}
|
|
10874
10921
|
}
|
|
10875
10922
|
},
|
|
10876
|
-
"
|
|
10923
|
+
"S6i": {
|
|
10877
10924
|
"type": "structure",
|
|
10878
10925
|
"required": [
|
|
10879
10926
|
"SecurityGroupIds",
|
|
@@ -10890,7 +10937,7 @@
|
|
|
10890
10937
|
}
|
|
10891
10938
|
}
|
|
10892
10939
|
},
|
|
10893
|
-
"
|
|
10940
|
+
"S6q": {
|
|
10894
10941
|
"type": "structure",
|
|
10895
10942
|
"required": [
|
|
10896
10943
|
"SourceUri"
|
|
@@ -10901,31 +10948,31 @@
|
|
|
10901
10948
|
"SourceId": {}
|
|
10902
10949
|
}
|
|
10903
10950
|
},
|
|
10904
|
-
"
|
|
10951
|
+
"S6v": {
|
|
10905
10952
|
"type": "structure",
|
|
10906
10953
|
"members": {
|
|
10907
10954
|
"BaseliningJobName": {},
|
|
10908
10955
|
"ConstraintsResource": {
|
|
10909
|
-
"shape": "
|
|
10956
|
+
"shape": "S6x"
|
|
10910
10957
|
},
|
|
10911
10958
|
"StatisticsResource": {
|
|
10912
|
-
"shape": "
|
|
10959
|
+
"shape": "S6y"
|
|
10913
10960
|
}
|
|
10914
10961
|
}
|
|
10915
10962
|
},
|
|
10916
|
-
"
|
|
10963
|
+
"S6x": {
|
|
10917
10964
|
"type": "structure",
|
|
10918
10965
|
"members": {
|
|
10919
10966
|
"S3Uri": {}
|
|
10920
10967
|
}
|
|
10921
10968
|
},
|
|
10922
|
-
"
|
|
10969
|
+
"S6y": {
|
|
10923
10970
|
"type": "structure",
|
|
10924
10971
|
"members": {
|
|
10925
10972
|
"S3Uri": {}
|
|
10926
10973
|
}
|
|
10927
10974
|
},
|
|
10928
|
-
"
|
|
10975
|
+
"S6z": {
|
|
10929
10976
|
"type": "structure",
|
|
10930
10977
|
"required": [
|
|
10931
10978
|
"ImageUri"
|
|
@@ -10933,43 +10980,43 @@
|
|
|
10933
10980
|
"members": {
|
|
10934
10981
|
"ImageUri": {},
|
|
10935
10982
|
"ContainerEntrypoint": {
|
|
10936
|
-
"shape": "
|
|
10983
|
+
"shape": "S71"
|
|
10937
10984
|
},
|
|
10938
10985
|
"ContainerArguments": {
|
|
10939
|
-
"shape": "
|
|
10986
|
+
"shape": "S73"
|
|
10940
10987
|
},
|
|
10941
10988
|
"RecordPreprocessorSourceUri": {},
|
|
10942
10989
|
"PostAnalyticsProcessorSourceUri": {},
|
|
10943
10990
|
"Environment": {
|
|
10944
|
-
"shape": "
|
|
10991
|
+
"shape": "S75"
|
|
10945
10992
|
}
|
|
10946
10993
|
}
|
|
10947
10994
|
},
|
|
10948
|
-
"
|
|
10995
|
+
"S71": {
|
|
10949
10996
|
"type": "list",
|
|
10950
10997
|
"member": {}
|
|
10951
10998
|
},
|
|
10952
|
-
"
|
|
10999
|
+
"S73": {
|
|
10953
11000
|
"type": "list",
|
|
10954
11001
|
"member": {}
|
|
10955
11002
|
},
|
|
10956
|
-
"
|
|
11003
|
+
"S75": {
|
|
10957
11004
|
"type": "map",
|
|
10958
11005
|
"key": {},
|
|
10959
11006
|
"value": {}
|
|
10960
11007
|
},
|
|
10961
|
-
"
|
|
11008
|
+
"S78": {
|
|
10962
11009
|
"type": "structure",
|
|
10963
11010
|
"required": [
|
|
10964
11011
|
"EndpointInput"
|
|
10965
11012
|
],
|
|
10966
11013
|
"members": {
|
|
10967
11014
|
"EndpointInput": {
|
|
10968
|
-
"shape": "
|
|
11015
|
+
"shape": "S79"
|
|
10969
11016
|
}
|
|
10970
11017
|
}
|
|
10971
11018
|
},
|
|
10972
|
-
"
|
|
11019
|
+
"S79": {
|
|
10973
11020
|
"type": "structure",
|
|
10974
11021
|
"required": [
|
|
10975
11022
|
"EndpointName",
|
|
@@ -10990,7 +11037,7 @@
|
|
|
10990
11037
|
"EndTimeOffset": {}
|
|
10991
11038
|
}
|
|
10992
11039
|
},
|
|
10993
|
-
"
|
|
11040
|
+
"S7f": {
|
|
10994
11041
|
"type": "structure",
|
|
10995
11042
|
"required": [
|
|
10996
11043
|
"MonitoringOutputs"
|
|
@@ -11022,7 +11069,7 @@
|
|
|
11022
11069
|
"KmsKeyId": {}
|
|
11023
11070
|
}
|
|
11024
11071
|
},
|
|
11025
|
-
"
|
|
11072
|
+
"S7l": {
|
|
11026
11073
|
"type": "structure",
|
|
11027
11074
|
"required": [
|
|
11028
11075
|
"ClusterConfig"
|
|
@@ -11048,7 +11095,7 @@
|
|
|
11048
11095
|
}
|
|
11049
11096
|
}
|
|
11050
11097
|
},
|
|
11051
|
-
"
|
|
11098
|
+
"S7q": {
|
|
11052
11099
|
"type": "structure",
|
|
11053
11100
|
"members": {
|
|
11054
11101
|
"EnableInterContainerTrafficEncryption": {
|
|
@@ -11062,7 +11109,7 @@
|
|
|
11062
11109
|
}
|
|
11063
11110
|
}
|
|
11064
11111
|
},
|
|
11065
|
-
"
|
|
11112
|
+
"S7r": {
|
|
11066
11113
|
"type": "structure",
|
|
11067
11114
|
"required": [
|
|
11068
11115
|
"MaxRuntimeInSeconds"
|
|
@@ -11073,7 +11120,7 @@
|
|
|
11073
11120
|
}
|
|
11074
11121
|
}
|
|
11075
11122
|
},
|
|
11076
|
-
"
|
|
11123
|
+
"S7x": {
|
|
11077
11124
|
"type": "structure",
|
|
11078
11125
|
"required": [
|
|
11079
11126
|
"S3OutputLocation"
|
|
@@ -11085,12 +11132,12 @@
|
|
|
11085
11132
|
"PresetDeploymentConfig": {}
|
|
11086
11133
|
}
|
|
11087
11134
|
},
|
|
11088
|
-
"
|
|
11135
|
+
"S83": {
|
|
11089
11136
|
"type": "structure",
|
|
11090
11137
|
"members": {
|
|
11091
11138
|
"ExecutionRole": {},
|
|
11092
11139
|
"SecurityGroups": {
|
|
11093
|
-
"shape": "
|
|
11140
|
+
"shape": "S84"
|
|
11094
11141
|
},
|
|
11095
11142
|
"SharingSettings": {
|
|
11096
11143
|
"type": "structure",
|
|
@@ -11107,7 +11154,7 @@
|
|
|
11107
11154
|
"shape": "S4c"
|
|
11108
11155
|
},
|
|
11109
11156
|
"LifecycleConfigArns": {
|
|
11110
|
-
"shape": "
|
|
11157
|
+
"shape": "S88"
|
|
11111
11158
|
}
|
|
11112
11159
|
}
|
|
11113
11160
|
},
|
|
@@ -11118,10 +11165,10 @@
|
|
|
11118
11165
|
"shape": "S4c"
|
|
11119
11166
|
},
|
|
11120
11167
|
"CustomImages": {
|
|
11121
|
-
"shape": "
|
|
11168
|
+
"shape": "S8a"
|
|
11122
11169
|
},
|
|
11123
11170
|
"LifecycleConfigArns": {
|
|
11124
|
-
"shape": "
|
|
11171
|
+
"shape": "S88"
|
|
11125
11172
|
}
|
|
11126
11173
|
}
|
|
11127
11174
|
},
|
|
@@ -11147,21 +11194,33 @@
|
|
|
11147
11194
|
"shape": "S4c"
|
|
11148
11195
|
},
|
|
11149
11196
|
"CustomImages": {
|
|
11150
|
-
"shape": "
|
|
11197
|
+
"shape": "S8a"
|
|
11198
|
+
}
|
|
11199
|
+
}
|
|
11200
|
+
},
|
|
11201
|
+
"CanvasAppSettings": {
|
|
11202
|
+
"type": "structure",
|
|
11203
|
+
"members": {
|
|
11204
|
+
"TimeSeriesForecastingSettings": {
|
|
11205
|
+
"type": "structure",
|
|
11206
|
+
"members": {
|
|
11207
|
+
"Status": {},
|
|
11208
|
+
"AmazonForecastRoleArn": {}
|
|
11209
|
+
}
|
|
11151
11210
|
}
|
|
11152
11211
|
}
|
|
11153
11212
|
}
|
|
11154
11213
|
}
|
|
11155
11214
|
},
|
|
11156
|
-
"
|
|
11215
|
+
"S84": {
|
|
11157
11216
|
"type": "list",
|
|
11158
11217
|
"member": {}
|
|
11159
11218
|
},
|
|
11160
|
-
"
|
|
11219
|
+
"S88": {
|
|
11161
11220
|
"type": "list",
|
|
11162
11221
|
"member": {}
|
|
11163
11222
|
},
|
|
11164
|
-
"
|
|
11223
|
+
"S8a": {
|
|
11165
11224
|
"type": "list",
|
|
11166
11225
|
"member": {
|
|
11167
11226
|
"type": "structure",
|
|
@@ -11178,7 +11237,7 @@
|
|
|
11178
11237
|
}
|
|
11179
11238
|
}
|
|
11180
11239
|
},
|
|
11181
|
-
"
|
|
11240
|
+
"S8p": {
|
|
11182
11241
|
"type": "structure",
|
|
11183
11242
|
"members": {
|
|
11184
11243
|
"SecurityGroupIds": {
|
|
@@ -11198,10 +11257,11 @@
|
|
|
11198
11257
|
"shape": "S4c"
|
|
11199
11258
|
}
|
|
11200
11259
|
}
|
|
11201
|
-
}
|
|
11260
|
+
},
|
|
11261
|
+
"ExecutionRoleIdentityConfig": {}
|
|
11202
11262
|
}
|
|
11203
11263
|
},
|
|
11204
|
-
"
|
|
11264
|
+
"S8x": {
|
|
11205
11265
|
"type": "list",
|
|
11206
11266
|
"member": {
|
|
11207
11267
|
"type": "structure",
|
|
@@ -11215,7 +11275,7 @@
|
|
|
11215
11275
|
}
|
|
11216
11276
|
}
|
|
11217
11277
|
},
|
|
11218
|
-
"
|
|
11278
|
+
"S8z": {
|
|
11219
11279
|
"type": "list",
|
|
11220
11280
|
"member": {
|
|
11221
11281
|
"type": "structure",
|
|
@@ -11226,15 +11286,15 @@
|
|
|
11226
11286
|
"members": {
|
|
11227
11287
|
"StageName": {},
|
|
11228
11288
|
"DeviceSelectionConfig": {
|
|
11229
|
-
"shape": "
|
|
11289
|
+
"shape": "S91"
|
|
11230
11290
|
},
|
|
11231
11291
|
"DeploymentConfig": {
|
|
11232
|
-
"shape": "
|
|
11292
|
+
"shape": "S96"
|
|
11233
11293
|
}
|
|
11234
11294
|
}
|
|
11235
11295
|
}
|
|
11236
11296
|
},
|
|
11237
|
-
"
|
|
11297
|
+
"S91": {
|
|
11238
11298
|
"type": "structure",
|
|
11239
11299
|
"required": [
|
|
11240
11300
|
"DeviceSubsetType"
|
|
@@ -11245,16 +11305,16 @@
|
|
|
11245
11305
|
"type": "integer"
|
|
11246
11306
|
},
|
|
11247
11307
|
"DeviceNames": {
|
|
11248
|
-
"shape": "
|
|
11308
|
+
"shape": "S94"
|
|
11249
11309
|
},
|
|
11250
11310
|
"DeviceNameContains": {}
|
|
11251
11311
|
}
|
|
11252
11312
|
},
|
|
11253
|
-
"
|
|
11313
|
+
"S94": {
|
|
11254
11314
|
"type": "list",
|
|
11255
11315
|
"member": {}
|
|
11256
11316
|
},
|
|
11257
|
-
"
|
|
11317
|
+
"S96": {
|
|
11258
11318
|
"type": "structure",
|
|
11259
11319
|
"required": [
|
|
11260
11320
|
"FailureHandlingPolicy"
|
|
@@ -11263,7 +11323,7 @@
|
|
|
11263
11323
|
"FailureHandlingPolicy": {}
|
|
11264
11324
|
}
|
|
11265
11325
|
},
|
|
11266
|
-
"
|
|
11326
|
+
"S9f": {
|
|
11267
11327
|
"type": "structure",
|
|
11268
11328
|
"required": [
|
|
11269
11329
|
"BlueGreenUpdatePolicy"
|
|
@@ -11287,10 +11347,10 @@
|
|
|
11287
11347
|
"type": "integer"
|
|
11288
11348
|
},
|
|
11289
11349
|
"CanarySize": {
|
|
11290
|
-
"shape": "
|
|
11350
|
+
"shape": "S9k"
|
|
11291
11351
|
},
|
|
11292
11352
|
"LinearStepSize": {
|
|
11293
|
-
"shape": "
|
|
11353
|
+
"shape": "S9k"
|
|
11294
11354
|
}
|
|
11295
11355
|
}
|
|
11296
11356
|
},
|
|
@@ -11318,7 +11378,7 @@
|
|
|
11318
11378
|
}
|
|
11319
11379
|
}
|
|
11320
11380
|
},
|
|
11321
|
-
"
|
|
11381
|
+
"S9k": {
|
|
11322
11382
|
"type": "structure",
|
|
11323
11383
|
"required": [
|
|
11324
11384
|
"Type",
|
|
@@ -11331,7 +11391,7 @@
|
|
|
11331
11391
|
}
|
|
11332
11392
|
}
|
|
11333
11393
|
},
|
|
11334
|
-
"
|
|
11394
|
+
"S9w": {
|
|
11335
11395
|
"type": "list",
|
|
11336
11396
|
"member": {
|
|
11337
11397
|
"type": "structure",
|
|
@@ -11361,12 +11421,21 @@
|
|
|
11361
11421
|
}
|
|
11362
11422
|
},
|
|
11363
11423
|
"ServerlessConfig": {
|
|
11364
|
-
"shape": "
|
|
11424
|
+
"shape": "Sa5"
|
|
11425
|
+
},
|
|
11426
|
+
"VolumeSizeInGB": {
|
|
11427
|
+
"type": "integer"
|
|
11428
|
+
},
|
|
11429
|
+
"ModelDataDownloadTimeoutInSeconds": {
|
|
11430
|
+
"type": "integer"
|
|
11431
|
+
},
|
|
11432
|
+
"ContainerStartupHealthCheckTimeoutInSeconds": {
|
|
11433
|
+
"type": "integer"
|
|
11365
11434
|
}
|
|
11366
11435
|
}
|
|
11367
11436
|
}
|
|
11368
11437
|
},
|
|
11369
|
-
"
|
|
11438
|
+
"Sa5": {
|
|
11370
11439
|
"type": "structure",
|
|
11371
11440
|
"required": [
|
|
11372
11441
|
"MemorySizeInMB",
|
|
@@ -11381,7 +11450,7 @@
|
|
|
11381
11450
|
}
|
|
11382
11451
|
}
|
|
11383
11452
|
},
|
|
11384
|
-
"
|
|
11453
|
+
"Sab": {
|
|
11385
11454
|
"type": "structure",
|
|
11386
11455
|
"required": [
|
|
11387
11456
|
"InitialSamplingPercentage",
|
|
@@ -11424,7 +11493,7 @@
|
|
|
11424
11493
|
}
|
|
11425
11494
|
}
|
|
11426
11495
|
},
|
|
11427
|
-
"
|
|
11496
|
+
"Sam": {
|
|
11428
11497
|
"type": "structure",
|
|
11429
11498
|
"required": [
|
|
11430
11499
|
"OutputConfig"
|
|
@@ -11457,20 +11526,20 @@
|
|
|
11457
11526
|
}
|
|
11458
11527
|
}
|
|
11459
11528
|
},
|
|
11460
|
-
"
|
|
11529
|
+
"Sb0": {
|
|
11461
11530
|
"type": "list",
|
|
11462
11531
|
"member": {
|
|
11463
|
-
"shape": "
|
|
11532
|
+
"shape": "Sb1"
|
|
11464
11533
|
}
|
|
11465
11534
|
},
|
|
11466
|
-
"
|
|
11535
|
+
"Sb1": {
|
|
11467
11536
|
"type": "structure",
|
|
11468
11537
|
"members": {
|
|
11469
11538
|
"FeatureName": {},
|
|
11470
11539
|
"FeatureType": {}
|
|
11471
11540
|
}
|
|
11472
11541
|
},
|
|
11473
|
-
"
|
|
11542
|
+
"Sb3": {
|
|
11474
11543
|
"type": "structure",
|
|
11475
11544
|
"members": {
|
|
11476
11545
|
"SecurityConfig": {
|
|
@@ -11484,7 +11553,7 @@
|
|
|
11484
11553
|
}
|
|
11485
11554
|
}
|
|
11486
11555
|
},
|
|
11487
|
-
"
|
|
11556
|
+
"Sb5": {
|
|
11488
11557
|
"type": "structure",
|
|
11489
11558
|
"required": [
|
|
11490
11559
|
"S3StorageConfig"
|
|
@@ -11519,7 +11588,7 @@
|
|
|
11519
11588
|
}
|
|
11520
11589
|
}
|
|
11521
11590
|
},
|
|
11522
|
-
"
|
|
11591
|
+
"Sbg": {
|
|
11523
11592
|
"type": "structure",
|
|
11524
11593
|
"required": [
|
|
11525
11594
|
"AwsManagedHumanLoopRequestSource"
|
|
@@ -11528,7 +11597,7 @@
|
|
|
11528
11597
|
"AwsManagedHumanLoopRequestSource": {}
|
|
11529
11598
|
}
|
|
11530
11599
|
},
|
|
11531
|
-
"
|
|
11600
|
+
"Sbi": {
|
|
11532
11601
|
"type": "structure",
|
|
11533
11602
|
"required": [
|
|
11534
11603
|
"HumanLoopActivationConditionsConfig"
|
|
@@ -11547,7 +11616,7 @@
|
|
|
11547
11616
|
}
|
|
11548
11617
|
}
|
|
11549
11618
|
},
|
|
11550
|
-
"
|
|
11619
|
+
"Sbl": {
|
|
11551
11620
|
"type": "structure",
|
|
11552
11621
|
"required": [
|
|
11553
11622
|
"WorkteamArn",
|
|
@@ -11575,11 +11644,11 @@
|
|
|
11575
11644
|
"member": {}
|
|
11576
11645
|
},
|
|
11577
11646
|
"PublicWorkforceTaskPrice": {
|
|
11578
|
-
"shape": "
|
|
11647
|
+
"shape": "Sbv"
|
|
11579
11648
|
}
|
|
11580
11649
|
}
|
|
11581
11650
|
},
|
|
11582
|
-
"
|
|
11651
|
+
"Sbv": {
|
|
11583
11652
|
"type": "structure",
|
|
11584
11653
|
"members": {
|
|
11585
11654
|
"AmountInUsd": {
|
|
@@ -11598,7 +11667,7 @@
|
|
|
11598
11667
|
}
|
|
11599
11668
|
}
|
|
11600
11669
|
},
|
|
11601
|
-
"
|
|
11670
|
+
"Sc0": {
|
|
11602
11671
|
"type": "structure",
|
|
11603
11672
|
"required": [
|
|
11604
11673
|
"S3OutputPath"
|
|
@@ -11608,7 +11677,7 @@
|
|
|
11608
11677
|
"KmsKeyId": {}
|
|
11609
11678
|
}
|
|
11610
11679
|
},
|
|
11611
|
-
"
|
|
11680
|
+
"Sc5": {
|
|
11612
11681
|
"type": "structure",
|
|
11613
11682
|
"required": [
|
|
11614
11683
|
"Content"
|
|
@@ -11617,7 +11686,7 @@
|
|
|
11617
11686
|
"Content": {}
|
|
11618
11687
|
}
|
|
11619
11688
|
},
|
|
11620
|
-
"
|
|
11689
|
+
"Sca": {
|
|
11621
11690
|
"type": "structure",
|
|
11622
11691
|
"required": [
|
|
11623
11692
|
"Strategy",
|
|
@@ -11625,14 +11694,30 @@
|
|
|
11625
11694
|
],
|
|
11626
11695
|
"members": {
|
|
11627
11696
|
"Strategy": {},
|
|
11697
|
+
"StrategyConfig": {
|
|
11698
|
+
"type": "structure",
|
|
11699
|
+
"members": {
|
|
11700
|
+
"HyperbandStrategyConfig": {
|
|
11701
|
+
"type": "structure",
|
|
11702
|
+
"members": {
|
|
11703
|
+
"MinResource": {
|
|
11704
|
+
"type": "integer"
|
|
11705
|
+
},
|
|
11706
|
+
"MaxResource": {
|
|
11707
|
+
"type": "integer"
|
|
11708
|
+
}
|
|
11709
|
+
}
|
|
11710
|
+
}
|
|
11711
|
+
}
|
|
11712
|
+
},
|
|
11628
11713
|
"HyperParameterTuningJobObjective": {
|
|
11629
11714
|
"shape": "S2m"
|
|
11630
11715
|
},
|
|
11631
11716
|
"ResourceLimits": {
|
|
11632
|
-
"shape": "
|
|
11717
|
+
"shape": "Scg"
|
|
11633
11718
|
},
|
|
11634
11719
|
"ParameterRanges": {
|
|
11635
|
-
"shape": "
|
|
11720
|
+
"shape": "Scj"
|
|
11636
11721
|
},
|
|
11637
11722
|
"TrainingJobEarlyStoppingType": {},
|
|
11638
11723
|
"TuningJobCompletionCriteria": {
|
|
@@ -11648,7 +11733,7 @@
|
|
|
11648
11733
|
}
|
|
11649
11734
|
}
|
|
11650
11735
|
},
|
|
11651
|
-
"
|
|
11736
|
+
"Scg": {
|
|
11652
11737
|
"type": "structure",
|
|
11653
11738
|
"required": [
|
|
11654
11739
|
"MaxNumberOfTrainingJobs",
|
|
@@ -11663,7 +11748,7 @@
|
|
|
11663
11748
|
}
|
|
11664
11749
|
}
|
|
11665
11750
|
},
|
|
11666
|
-
"
|
|
11751
|
+
"Scj": {
|
|
11667
11752
|
"type": "structure",
|
|
11668
11753
|
"members": {
|
|
11669
11754
|
"IntegerParameterRanges": {
|
|
@@ -11718,7 +11803,7 @@
|
|
|
11718
11803
|
}
|
|
11719
11804
|
}
|
|
11720
11805
|
},
|
|
11721
|
-
"
|
|
11806
|
+
"Scv": {
|
|
11722
11807
|
"type": "structure",
|
|
11723
11808
|
"required": [
|
|
11724
11809
|
"AlgorithmSpecification",
|
|
@@ -11732,7 +11817,7 @@
|
|
|
11732
11817
|
"shape": "S2m"
|
|
11733
11818
|
},
|
|
11734
11819
|
"HyperParameterRanges": {
|
|
11735
|
-
"shape": "
|
|
11820
|
+
"shape": "Scj"
|
|
11736
11821
|
},
|
|
11737
11822
|
"StaticHyperParameters": {
|
|
11738
11823
|
"shape": "S2t"
|
|
@@ -11777,10 +11862,10 @@
|
|
|
11777
11862
|
"type": "boolean"
|
|
11778
11863
|
},
|
|
11779
11864
|
"CheckpointConfig": {
|
|
11780
|
-
"shape": "
|
|
11865
|
+
"shape": "Sd0"
|
|
11781
11866
|
},
|
|
11782
11867
|
"RetryStrategy": {
|
|
11783
|
-
"shape": "
|
|
11868
|
+
"shape": "Sd1"
|
|
11784
11869
|
},
|
|
11785
11870
|
"HyperParameterTuningResourceConfig": {
|
|
11786
11871
|
"type": "structure",
|
|
@@ -11818,7 +11903,7 @@
|
|
|
11818
11903
|
}
|
|
11819
11904
|
}
|
|
11820
11905
|
},
|
|
11821
|
-
"
|
|
11906
|
+
"Sd0": {
|
|
11822
11907
|
"type": "structure",
|
|
11823
11908
|
"required": [
|
|
11824
11909
|
"S3Uri"
|
|
@@ -11828,7 +11913,7 @@
|
|
|
11828
11913
|
"LocalPath": {}
|
|
11829
11914
|
}
|
|
11830
11915
|
},
|
|
11831
|
-
"
|
|
11916
|
+
"Sd1": {
|
|
11832
11917
|
"type": "structure",
|
|
11833
11918
|
"required": [
|
|
11834
11919
|
"MaximumRetryAttempts"
|
|
@@ -11839,13 +11924,13 @@
|
|
|
11839
11924
|
}
|
|
11840
11925
|
}
|
|
11841
11926
|
},
|
|
11842
|
-
"
|
|
11927
|
+
"Sd8": {
|
|
11843
11928
|
"type": "list",
|
|
11844
11929
|
"member": {
|
|
11845
|
-
"shape": "
|
|
11930
|
+
"shape": "Scv"
|
|
11846
11931
|
}
|
|
11847
11932
|
},
|
|
11848
|
-
"
|
|
11933
|
+
"Sd9": {
|
|
11849
11934
|
"type": "structure",
|
|
11850
11935
|
"required": [
|
|
11851
11936
|
"ParentHyperParameterTuningJobs",
|
|
@@ -11864,7 +11949,7 @@
|
|
|
11864
11949
|
"WarmStartType": {}
|
|
11865
11950
|
}
|
|
11866
11951
|
},
|
|
11867
|
-
"
|
|
11952
|
+
"Sdq": {
|
|
11868
11953
|
"type": "structure",
|
|
11869
11954
|
"required": [
|
|
11870
11955
|
"ModelPackageVersionArn"
|
|
@@ -11943,10 +12028,34 @@
|
|
|
11943
12028
|
}
|
|
11944
12029
|
}
|
|
11945
12030
|
},
|
|
11946
|
-
"VolumeKmsKeyId": {}
|
|
12031
|
+
"VolumeKmsKeyId": {},
|
|
12032
|
+
"ContainerConfig": {
|
|
12033
|
+
"type": "structure",
|
|
12034
|
+
"members": {
|
|
12035
|
+
"Domain": {},
|
|
12036
|
+
"Task": {},
|
|
12037
|
+
"Framework": {},
|
|
12038
|
+
"FrameworkVersion": {},
|
|
12039
|
+
"PayloadConfig": {
|
|
12040
|
+
"type": "structure",
|
|
12041
|
+
"members": {
|
|
12042
|
+
"SamplePayloadUrl": {},
|
|
12043
|
+
"SupportedContentTypes": {
|
|
12044
|
+
"type": "list",
|
|
12045
|
+
"member": {}
|
|
12046
|
+
}
|
|
12047
|
+
}
|
|
12048
|
+
},
|
|
12049
|
+
"NearestModelName": {},
|
|
12050
|
+
"SupportedInstanceTypes": {
|
|
12051
|
+
"type": "list",
|
|
12052
|
+
"member": {}
|
|
12053
|
+
}
|
|
12054
|
+
}
|
|
12055
|
+
}
|
|
11947
12056
|
}
|
|
11948
12057
|
},
|
|
11949
|
-
"
|
|
12058
|
+
"Seg": {
|
|
11950
12059
|
"type": "structure",
|
|
11951
12060
|
"members": {
|
|
11952
12061
|
"MaxInvocations": {
|
|
@@ -11966,7 +12075,7 @@
|
|
|
11966
12075
|
}
|
|
11967
12076
|
}
|
|
11968
12077
|
},
|
|
11969
|
-
"
|
|
12078
|
+
"Ser": {
|
|
11970
12079
|
"type": "structure",
|
|
11971
12080
|
"required": [
|
|
11972
12081
|
"DataSource"
|
|
@@ -12006,7 +12115,7 @@
|
|
|
12006
12115
|
}
|
|
12007
12116
|
}
|
|
12008
12117
|
},
|
|
12009
|
-
"
|
|
12118
|
+
"Sey": {
|
|
12010
12119
|
"type": "structure",
|
|
12011
12120
|
"required": [
|
|
12012
12121
|
"S3OutputPath"
|
|
@@ -12017,7 +12126,7 @@
|
|
|
12017
12126
|
"SnsTopicArn": {}
|
|
12018
12127
|
}
|
|
12019
12128
|
},
|
|
12020
|
-
"
|
|
12129
|
+
"Sez": {
|
|
12021
12130
|
"type": "structure",
|
|
12022
12131
|
"members": {
|
|
12023
12132
|
"MaxHumanLabeledObjectCount": {
|
|
@@ -12028,7 +12137,7 @@
|
|
|
12028
12137
|
}
|
|
12029
12138
|
}
|
|
12030
12139
|
},
|
|
12031
|
-
"
|
|
12140
|
+
"Sf2": {
|
|
12032
12141
|
"type": "structure",
|
|
12033
12142
|
"required": [
|
|
12034
12143
|
"LabelingJobAlgorithmSpecificationArn"
|
|
@@ -12047,7 +12156,7 @@
|
|
|
12047
12156
|
}
|
|
12048
12157
|
}
|
|
12049
12158
|
},
|
|
12050
|
-
"
|
|
12159
|
+
"Sf6": {
|
|
12051
12160
|
"type": "structure",
|
|
12052
12161
|
"required": [
|
|
12053
12162
|
"WorkteamArn",
|
|
@@ -12097,11 +12206,11 @@
|
|
|
12097
12206
|
}
|
|
12098
12207
|
},
|
|
12099
12208
|
"PublicWorkforceTaskPrice": {
|
|
12100
|
-
"shape": "
|
|
12209
|
+
"shape": "Sbv"
|
|
12101
12210
|
}
|
|
12102
12211
|
}
|
|
12103
12212
|
},
|
|
12104
|
-
"
|
|
12213
|
+
"Sfl": {
|
|
12105
12214
|
"type": "structure",
|
|
12106
12215
|
"members": {
|
|
12107
12216
|
"ContainerHostname": {},
|
|
@@ -12139,13 +12248,13 @@
|
|
|
12139
12248
|
}
|
|
12140
12249
|
}
|
|
12141
12250
|
},
|
|
12142
|
-
"
|
|
12251
|
+
"Sfu": {
|
|
12143
12252
|
"type": "list",
|
|
12144
12253
|
"member": {
|
|
12145
|
-
"shape": "
|
|
12254
|
+
"shape": "Sfl"
|
|
12146
12255
|
}
|
|
12147
12256
|
},
|
|
12148
|
-
"
|
|
12257
|
+
"Sfv": {
|
|
12149
12258
|
"type": "structure",
|
|
12150
12259
|
"required": [
|
|
12151
12260
|
"Mode"
|
|
@@ -12154,16 +12263,16 @@
|
|
|
12154
12263
|
"Mode": {}
|
|
12155
12264
|
}
|
|
12156
12265
|
},
|
|
12157
|
-
"
|
|
12266
|
+
"Sfz": {
|
|
12158
12267
|
"type": "structure",
|
|
12159
12268
|
"members": {
|
|
12160
12269
|
"BaseliningJobName": {},
|
|
12161
12270
|
"ConstraintsResource": {
|
|
12162
|
-
"shape": "
|
|
12271
|
+
"shape": "S6x"
|
|
12163
12272
|
}
|
|
12164
12273
|
}
|
|
12165
12274
|
},
|
|
12166
|
-
"
|
|
12275
|
+
"Sg0": {
|
|
12167
12276
|
"type": "structure",
|
|
12168
12277
|
"required": [
|
|
12169
12278
|
"ImageUri",
|
|
@@ -12173,11 +12282,11 @@
|
|
|
12173
12282
|
"ImageUri": {},
|
|
12174
12283
|
"ConfigUri": {},
|
|
12175
12284
|
"Environment": {
|
|
12176
|
-
"shape": "
|
|
12285
|
+
"shape": "S75"
|
|
12177
12286
|
}
|
|
12178
12287
|
}
|
|
12179
12288
|
},
|
|
12180
|
-
"
|
|
12289
|
+
"Sg1": {
|
|
12181
12290
|
"type": "structure",
|
|
12182
12291
|
"required": [
|
|
12183
12292
|
"EndpointInput",
|
|
@@ -12185,29 +12294,29 @@
|
|
|
12185
12294
|
],
|
|
12186
12295
|
"members": {
|
|
12187
12296
|
"EndpointInput": {
|
|
12188
|
-
"shape": "
|
|
12297
|
+
"shape": "S79"
|
|
12189
12298
|
},
|
|
12190
12299
|
"GroundTruthS3Input": {
|
|
12191
|
-
"shape": "
|
|
12300
|
+
"shape": "Sg2"
|
|
12192
12301
|
}
|
|
12193
12302
|
}
|
|
12194
12303
|
},
|
|
12195
|
-
"
|
|
12304
|
+
"Sg2": {
|
|
12196
12305
|
"type": "structure",
|
|
12197
12306
|
"members": {
|
|
12198
12307
|
"S3Uri": {}
|
|
12199
12308
|
}
|
|
12200
12309
|
},
|
|
12201
|
-
"
|
|
12310
|
+
"Sg5": {
|
|
12202
12311
|
"type": "structure",
|
|
12203
12312
|
"members": {
|
|
12204
12313
|
"BaseliningJobName": {},
|
|
12205
12314
|
"ConstraintsResource": {
|
|
12206
|
-
"shape": "
|
|
12315
|
+
"shape": "S6x"
|
|
12207
12316
|
}
|
|
12208
12317
|
}
|
|
12209
12318
|
},
|
|
12210
|
-
"
|
|
12319
|
+
"Sg6": {
|
|
12211
12320
|
"type": "structure",
|
|
12212
12321
|
"required": [
|
|
12213
12322
|
"ImageUri",
|
|
@@ -12217,22 +12326,22 @@
|
|
|
12217
12326
|
"ImageUri": {},
|
|
12218
12327
|
"ConfigUri": {},
|
|
12219
12328
|
"Environment": {
|
|
12220
|
-
"shape": "
|
|
12329
|
+
"shape": "S75"
|
|
12221
12330
|
}
|
|
12222
12331
|
}
|
|
12223
12332
|
},
|
|
12224
|
-
"
|
|
12333
|
+
"Sg7": {
|
|
12225
12334
|
"type": "structure",
|
|
12226
12335
|
"required": [
|
|
12227
12336
|
"EndpointInput"
|
|
12228
12337
|
],
|
|
12229
12338
|
"members": {
|
|
12230
12339
|
"EndpointInput": {
|
|
12231
|
-
"shape": "
|
|
12340
|
+
"shape": "S79"
|
|
12232
12341
|
}
|
|
12233
12342
|
}
|
|
12234
12343
|
},
|
|
12235
|
-
"
|
|
12344
|
+
"Sga": {
|
|
12236
12345
|
"type": "structure",
|
|
12237
12346
|
"required": [
|
|
12238
12347
|
"ValidationRole",
|
|
@@ -12258,7 +12367,7 @@
|
|
|
12258
12367
|
}
|
|
12259
12368
|
}
|
|
12260
12369
|
},
|
|
12261
|
-
"
|
|
12370
|
+
"Sgd": {
|
|
12262
12371
|
"type": "structure",
|
|
12263
12372
|
"required": [
|
|
12264
12373
|
"SourceAlgorithms"
|
|
@@ -12279,17 +12388,17 @@
|
|
|
12279
12388
|
}
|
|
12280
12389
|
}
|
|
12281
12390
|
},
|
|
12282
|
-
"
|
|
12391
|
+
"Sgg": {
|
|
12283
12392
|
"type": "structure",
|
|
12284
12393
|
"members": {
|
|
12285
12394
|
"ModelQuality": {
|
|
12286
12395
|
"type": "structure",
|
|
12287
12396
|
"members": {
|
|
12288
12397
|
"Statistics": {
|
|
12289
|
-
"shape": "
|
|
12398
|
+
"shape": "Sgi"
|
|
12290
12399
|
},
|
|
12291
12400
|
"Constraints": {
|
|
12292
|
-
"shape": "
|
|
12401
|
+
"shape": "Sgi"
|
|
12293
12402
|
}
|
|
12294
12403
|
}
|
|
12295
12404
|
},
|
|
@@ -12297,10 +12406,10 @@
|
|
|
12297
12406
|
"type": "structure",
|
|
12298
12407
|
"members": {
|
|
12299
12408
|
"Statistics": {
|
|
12300
|
-
"shape": "
|
|
12409
|
+
"shape": "Sgi"
|
|
12301
12410
|
},
|
|
12302
12411
|
"Constraints": {
|
|
12303
|
-
"shape": "
|
|
12412
|
+
"shape": "Sgi"
|
|
12304
12413
|
}
|
|
12305
12414
|
}
|
|
12306
12415
|
},
|
|
@@ -12308,13 +12417,13 @@
|
|
|
12308
12417
|
"type": "structure",
|
|
12309
12418
|
"members": {
|
|
12310
12419
|
"Report": {
|
|
12311
|
-
"shape": "
|
|
12420
|
+
"shape": "Sgi"
|
|
12312
12421
|
},
|
|
12313
12422
|
"PreTrainingReport": {
|
|
12314
|
-
"shape": "
|
|
12423
|
+
"shape": "Sgi"
|
|
12315
12424
|
},
|
|
12316
12425
|
"PostTrainingReport": {
|
|
12317
|
-
"shape": "
|
|
12426
|
+
"shape": "Sgi"
|
|
12318
12427
|
}
|
|
12319
12428
|
}
|
|
12320
12429
|
},
|
|
@@ -12322,13 +12431,13 @@
|
|
|
12322
12431
|
"type": "structure",
|
|
12323
12432
|
"members": {
|
|
12324
12433
|
"Report": {
|
|
12325
|
-
"shape": "
|
|
12434
|
+
"shape": "Sgi"
|
|
12326
12435
|
}
|
|
12327
12436
|
}
|
|
12328
12437
|
}
|
|
12329
12438
|
}
|
|
12330
12439
|
},
|
|
12331
|
-
"
|
|
12440
|
+
"Sgi": {
|
|
12332
12441
|
"type": "structure",
|
|
12333
12442
|
"required": [
|
|
12334
12443
|
"ContentType",
|
|
@@ -12340,25 +12449,25 @@
|
|
|
12340
12449
|
"S3Uri": {}
|
|
12341
12450
|
}
|
|
12342
12451
|
},
|
|
12343
|
-
"
|
|
12452
|
+
"Sgn": {
|
|
12344
12453
|
"type": "map",
|
|
12345
12454
|
"key": {},
|
|
12346
12455
|
"value": {}
|
|
12347
12456
|
},
|
|
12348
|
-
"
|
|
12457
|
+
"Sgq": {
|
|
12349
12458
|
"type": "structure",
|
|
12350
12459
|
"members": {
|
|
12351
12460
|
"Bias": {
|
|
12352
12461
|
"type": "structure",
|
|
12353
12462
|
"members": {
|
|
12354
12463
|
"ConfigFile": {
|
|
12355
|
-
"shape": "
|
|
12464
|
+
"shape": "Sgs"
|
|
12356
12465
|
},
|
|
12357
12466
|
"PreTrainingConstraints": {
|
|
12358
|
-
"shape": "
|
|
12467
|
+
"shape": "Sgi"
|
|
12359
12468
|
},
|
|
12360
12469
|
"PostTrainingConstraints": {
|
|
12361
|
-
"shape": "
|
|
12470
|
+
"shape": "Sgi"
|
|
12362
12471
|
}
|
|
12363
12472
|
}
|
|
12364
12473
|
},
|
|
@@ -12366,10 +12475,10 @@
|
|
|
12366
12475
|
"type": "structure",
|
|
12367
12476
|
"members": {
|
|
12368
12477
|
"Constraints": {
|
|
12369
|
-
"shape": "
|
|
12478
|
+
"shape": "Sgi"
|
|
12370
12479
|
},
|
|
12371
12480
|
"ConfigFile": {
|
|
12372
|
-
"shape": "
|
|
12481
|
+
"shape": "Sgs"
|
|
12373
12482
|
}
|
|
12374
12483
|
}
|
|
12375
12484
|
},
|
|
@@ -12377,10 +12486,10 @@
|
|
|
12377
12486
|
"type": "structure",
|
|
12378
12487
|
"members": {
|
|
12379
12488
|
"Statistics": {
|
|
12380
|
-
"shape": "
|
|
12489
|
+
"shape": "Sgi"
|
|
12381
12490
|
},
|
|
12382
12491
|
"Constraints": {
|
|
12383
|
-
"shape": "
|
|
12492
|
+
"shape": "Sgi"
|
|
12384
12493
|
}
|
|
12385
12494
|
}
|
|
12386
12495
|
},
|
|
@@ -12388,16 +12497,16 @@
|
|
|
12388
12497
|
"type": "structure",
|
|
12389
12498
|
"members": {
|
|
12390
12499
|
"Statistics": {
|
|
12391
|
-
"shape": "
|
|
12500
|
+
"shape": "Sgi"
|
|
12392
12501
|
},
|
|
12393
12502
|
"Constraints": {
|
|
12394
|
-
"shape": "
|
|
12503
|
+
"shape": "Sgi"
|
|
12395
12504
|
}
|
|
12396
12505
|
}
|
|
12397
12506
|
}
|
|
12398
12507
|
}
|
|
12399
12508
|
},
|
|
12400
|
-
"
|
|
12509
|
+
"Sgs": {
|
|
12401
12510
|
"type": "structure",
|
|
12402
12511
|
"required": [
|
|
12403
12512
|
"S3Uri"
|
|
@@ -12408,7 +12517,7 @@
|
|
|
12408
12517
|
"S3Uri": {}
|
|
12409
12518
|
}
|
|
12410
12519
|
},
|
|
12411
|
-
"
|
|
12520
|
+
"Sgw": {
|
|
12412
12521
|
"type": "list",
|
|
12413
12522
|
"member": {
|
|
12414
12523
|
"type": "structure",
|
|
@@ -12437,16 +12546,16 @@
|
|
|
12437
12546
|
}
|
|
12438
12547
|
}
|
|
12439
12548
|
},
|
|
12440
|
-
"
|
|
12549
|
+
"Sh3": {
|
|
12441
12550
|
"type": "structure",
|
|
12442
12551
|
"members": {
|
|
12443
12552
|
"BaseliningJobName": {},
|
|
12444
12553
|
"ConstraintsResource": {
|
|
12445
|
-
"shape": "
|
|
12554
|
+
"shape": "S6x"
|
|
12446
12555
|
}
|
|
12447
12556
|
}
|
|
12448
12557
|
},
|
|
12449
|
-
"
|
|
12558
|
+
"Sh4": {
|
|
12450
12559
|
"type": "structure",
|
|
12451
12560
|
"required": [
|
|
12452
12561
|
"ImageUri"
|
|
@@ -12454,20 +12563,20 @@
|
|
|
12454
12563
|
"members": {
|
|
12455
12564
|
"ImageUri": {},
|
|
12456
12565
|
"ContainerEntrypoint": {
|
|
12457
|
-
"shape": "
|
|
12566
|
+
"shape": "S71"
|
|
12458
12567
|
},
|
|
12459
12568
|
"ContainerArguments": {
|
|
12460
|
-
"shape": "
|
|
12569
|
+
"shape": "S73"
|
|
12461
12570
|
},
|
|
12462
12571
|
"RecordPreprocessorSourceUri": {},
|
|
12463
12572
|
"PostAnalyticsProcessorSourceUri": {},
|
|
12464
12573
|
"ProblemType": {},
|
|
12465
12574
|
"Environment": {
|
|
12466
|
-
"shape": "
|
|
12575
|
+
"shape": "S75"
|
|
12467
12576
|
}
|
|
12468
12577
|
}
|
|
12469
12578
|
},
|
|
12470
|
-
"
|
|
12579
|
+
"Sh6": {
|
|
12471
12580
|
"type": "structure",
|
|
12472
12581
|
"required": [
|
|
12473
12582
|
"EndpointInput",
|
|
@@ -12475,14 +12584,14 @@
|
|
|
12475
12584
|
],
|
|
12476
12585
|
"members": {
|
|
12477
12586
|
"EndpointInput": {
|
|
12478
|
-
"shape": "
|
|
12587
|
+
"shape": "S79"
|
|
12479
12588
|
},
|
|
12480
12589
|
"GroundTruthS3Input": {
|
|
12481
|
-
"shape": "
|
|
12590
|
+
"shape": "Sg2"
|
|
12482
12591
|
}
|
|
12483
12592
|
}
|
|
12484
12593
|
},
|
|
12485
|
-
"
|
|
12594
|
+
"Sha": {
|
|
12486
12595
|
"type": "structure",
|
|
12487
12596
|
"members": {
|
|
12488
12597
|
"ScheduleConfig": {
|
|
@@ -12509,10 +12618,10 @@
|
|
|
12509
12618
|
"members": {
|
|
12510
12619
|
"BaseliningJobName": {},
|
|
12511
12620
|
"ConstraintsResource": {
|
|
12512
|
-
"shape": "
|
|
12621
|
+
"shape": "S6x"
|
|
12513
12622
|
},
|
|
12514
12623
|
"StatisticsResource": {
|
|
12515
|
-
"shape": "
|
|
12624
|
+
"shape": "S6y"
|
|
12516
12625
|
}
|
|
12517
12626
|
}
|
|
12518
12627
|
},
|
|
@@ -12525,16 +12634,16 @@
|
|
|
12525
12634
|
],
|
|
12526
12635
|
"members": {
|
|
12527
12636
|
"EndpointInput": {
|
|
12528
|
-
"shape": "
|
|
12637
|
+
"shape": "S79"
|
|
12529
12638
|
}
|
|
12530
12639
|
}
|
|
12531
12640
|
}
|
|
12532
12641
|
},
|
|
12533
12642
|
"MonitoringOutputConfig": {
|
|
12534
|
-
"shape": "
|
|
12643
|
+
"shape": "S7f"
|
|
12535
12644
|
},
|
|
12536
12645
|
"MonitoringResources": {
|
|
12537
|
-
"shape": "
|
|
12646
|
+
"shape": "S7l"
|
|
12538
12647
|
},
|
|
12539
12648
|
"MonitoringAppSpecification": {
|
|
12540
12649
|
"type": "structure",
|
|
@@ -12544,23 +12653,23 @@
|
|
|
12544
12653
|
"members": {
|
|
12545
12654
|
"ImageUri": {},
|
|
12546
12655
|
"ContainerEntrypoint": {
|
|
12547
|
-
"shape": "
|
|
12656
|
+
"shape": "S71"
|
|
12548
12657
|
},
|
|
12549
12658
|
"ContainerArguments": {
|
|
12550
|
-
"shape": "
|
|
12659
|
+
"shape": "S73"
|
|
12551
12660
|
},
|
|
12552
12661
|
"RecordPreprocessorSourceUri": {},
|
|
12553
12662
|
"PostAnalyticsProcessorSourceUri": {}
|
|
12554
12663
|
}
|
|
12555
12664
|
},
|
|
12556
12665
|
"StoppingCondition": {
|
|
12557
|
-
"shape": "
|
|
12666
|
+
"shape": "S7r"
|
|
12558
12667
|
},
|
|
12559
12668
|
"Environment": {
|
|
12560
|
-
"shape": "
|
|
12669
|
+
"shape": "S75"
|
|
12561
12670
|
},
|
|
12562
12671
|
"NetworkConfig": {
|
|
12563
|
-
"shape": "
|
|
12672
|
+
"shape": "Shi"
|
|
12564
12673
|
},
|
|
12565
12674
|
"RoleArn": {}
|
|
12566
12675
|
}
|
|
@@ -12569,7 +12678,7 @@
|
|
|
12569
12678
|
"MonitoringType": {}
|
|
12570
12679
|
}
|
|
12571
12680
|
},
|
|
12572
|
-
"
|
|
12681
|
+
"Shi": {
|
|
12573
12682
|
"type": "structure",
|
|
12574
12683
|
"members": {
|
|
12575
12684
|
"EnableInterContainerTrafficEncryption": {
|
|
@@ -12583,15 +12692,15 @@
|
|
|
12583
12692
|
}
|
|
12584
12693
|
}
|
|
12585
12694
|
},
|
|
12586
|
-
"
|
|
12695
|
+
"Shs": {
|
|
12587
12696
|
"type": "list",
|
|
12588
12697
|
"member": {}
|
|
12589
12698
|
},
|
|
12590
|
-
"
|
|
12699
|
+
"Shv": {
|
|
12591
12700
|
"type": "list",
|
|
12592
12701
|
"member": {}
|
|
12593
12702
|
},
|
|
12594
|
-
"
|
|
12703
|
+
"Shy": {
|
|
12595
12704
|
"type": "structure",
|
|
12596
12705
|
"required": [
|
|
12597
12706
|
"MinimumInstanceMetadataServiceVersion"
|
|
@@ -12600,7 +12709,7 @@
|
|
|
12600
12709
|
"MinimumInstanceMetadataServiceVersion": {}
|
|
12601
12710
|
}
|
|
12602
12711
|
},
|
|
12603
|
-
"
|
|
12712
|
+
"Si3": {
|
|
12604
12713
|
"type": "list",
|
|
12605
12714
|
"member": {
|
|
12606
12715
|
"type": "structure",
|
|
@@ -12609,7 +12718,7 @@
|
|
|
12609
12718
|
}
|
|
12610
12719
|
}
|
|
12611
12720
|
},
|
|
12612
|
-
"
|
|
12721
|
+
"Sib": {
|
|
12613
12722
|
"type": "structure",
|
|
12614
12723
|
"required": [
|
|
12615
12724
|
"Bucket",
|
|
@@ -12621,7 +12730,7 @@
|
|
|
12621
12730
|
"VersionId": {}
|
|
12622
12731
|
}
|
|
12623
12732
|
},
|
|
12624
|
-
"
|
|
12733
|
+
"Sih": {
|
|
12625
12734
|
"type": "structure",
|
|
12626
12735
|
"required": [
|
|
12627
12736
|
"MaxParallelExecutionSteps"
|
|
@@ -12632,7 +12741,7 @@
|
|
|
12632
12741
|
}
|
|
12633
12742
|
}
|
|
12634
12743
|
},
|
|
12635
|
-
"
|
|
12744
|
+
"Siu": {
|
|
12636
12745
|
"type": "list",
|
|
12637
12746
|
"member": {
|
|
12638
12747
|
"type": "structure",
|
|
@@ -12713,7 +12822,7 @@
|
|
|
12713
12822
|
}
|
|
12714
12823
|
}
|
|
12715
12824
|
},
|
|
12716
|
-
"
|
|
12825
|
+
"Sjh": {
|
|
12717
12826
|
"type": "structure",
|
|
12718
12827
|
"required": [
|
|
12719
12828
|
"Outputs"
|
|
@@ -12759,7 +12868,7 @@
|
|
|
12759
12868
|
"KmsKeyId": {}
|
|
12760
12869
|
}
|
|
12761
12870
|
},
|
|
12762
|
-
"
|
|
12871
|
+
"Sjm": {
|
|
12763
12872
|
"type": "structure",
|
|
12764
12873
|
"required": [
|
|
12765
12874
|
"ClusterConfig"
|
|
@@ -12785,7 +12894,7 @@
|
|
|
12785
12894
|
}
|
|
12786
12895
|
}
|
|
12787
12896
|
},
|
|
12788
|
-
"
|
|
12897
|
+
"Sjo": {
|
|
12789
12898
|
"type": "structure",
|
|
12790
12899
|
"required": [
|
|
12791
12900
|
"MaxRuntimeInSeconds"
|
|
@@ -12796,7 +12905,7 @@
|
|
|
12796
12905
|
}
|
|
12797
12906
|
}
|
|
12798
12907
|
},
|
|
12799
|
-
"
|
|
12908
|
+
"Sjq": {
|
|
12800
12909
|
"type": "structure",
|
|
12801
12910
|
"required": [
|
|
12802
12911
|
"ImageUri"
|
|
@@ -12804,7 +12913,7 @@
|
|
|
12804
12913
|
"members": {
|
|
12805
12914
|
"ImageUri": {},
|
|
12806
12915
|
"ContainerEntrypoint": {
|
|
12807
|
-
"shape": "
|
|
12916
|
+
"shape": "S71"
|
|
12808
12917
|
},
|
|
12809
12918
|
"ContainerArguments": {
|
|
12810
12919
|
"type": "list",
|
|
@@ -12812,12 +12921,12 @@
|
|
|
12812
12921
|
}
|
|
12813
12922
|
}
|
|
12814
12923
|
},
|
|
12815
|
-
"
|
|
12924
|
+
"Sjs": {
|
|
12816
12925
|
"type": "map",
|
|
12817
12926
|
"key": {},
|
|
12818
12927
|
"value": {}
|
|
12819
12928
|
},
|
|
12820
|
-
"
|
|
12929
|
+
"Sjt": {
|
|
12821
12930
|
"type": "structure",
|
|
12822
12931
|
"members": {
|
|
12823
12932
|
"ExperimentName": {},
|
|
@@ -12825,7 +12934,7 @@
|
|
|
12825
12934
|
"TrialComponentDisplayName": {}
|
|
12826
12935
|
}
|
|
12827
12936
|
},
|
|
12828
|
-
"
|
|
12937
|
+
"Sjy": {
|
|
12829
12938
|
"type": "structure",
|
|
12830
12939
|
"required": [
|
|
12831
12940
|
"ProductId"
|
|
@@ -12835,11 +12944,11 @@
|
|
|
12835
12944
|
"ProvisioningArtifactId": {},
|
|
12836
12945
|
"PathId": {},
|
|
12837
12946
|
"ProvisioningParameters": {
|
|
12838
|
-
"shape": "
|
|
12947
|
+
"shape": "Sk0"
|
|
12839
12948
|
}
|
|
12840
12949
|
}
|
|
12841
12950
|
},
|
|
12842
|
-
"
|
|
12951
|
+
"Sk0": {
|
|
12843
12952
|
"type": "list",
|
|
12844
12953
|
"member": {
|
|
12845
12954
|
"type": "structure",
|
|
@@ -12849,7 +12958,7 @@
|
|
|
12849
12958
|
}
|
|
12850
12959
|
}
|
|
12851
12960
|
},
|
|
12852
|
-
"
|
|
12961
|
+
"Ske": {
|
|
12853
12962
|
"type": "structure",
|
|
12854
12963
|
"required": [
|
|
12855
12964
|
"TrainingInputMode"
|
|
@@ -12866,7 +12975,7 @@
|
|
|
12866
12975
|
}
|
|
12867
12976
|
}
|
|
12868
12977
|
},
|
|
12869
|
-
"
|
|
12978
|
+
"Skf": {
|
|
12870
12979
|
"type": "structure",
|
|
12871
12980
|
"required": [
|
|
12872
12981
|
"S3OutputPath"
|
|
@@ -12895,7 +13004,7 @@
|
|
|
12895
13004
|
}
|
|
12896
13005
|
}
|
|
12897
13006
|
},
|
|
12898
|
-
"
|
|
13007
|
+
"Skn": {
|
|
12899
13008
|
"type": "list",
|
|
12900
13009
|
"member": {
|
|
12901
13010
|
"type": "structure",
|
|
@@ -12913,17 +13022,17 @@
|
|
|
12913
13022
|
"type": "integer"
|
|
12914
13023
|
},
|
|
12915
13024
|
"RuleParameters": {
|
|
12916
|
-
"shape": "
|
|
13025
|
+
"shape": "Skq"
|
|
12917
13026
|
}
|
|
12918
13027
|
}
|
|
12919
13028
|
}
|
|
12920
13029
|
},
|
|
12921
|
-
"
|
|
13030
|
+
"Skq": {
|
|
12922
13031
|
"type": "map",
|
|
12923
13032
|
"key": {},
|
|
12924
13033
|
"value": {}
|
|
12925
13034
|
},
|
|
12926
|
-
"
|
|
13035
|
+
"Skr": {
|
|
12927
13036
|
"type": "structure",
|
|
12928
13037
|
"required": [
|
|
12929
13038
|
"S3OutputPath"
|
|
@@ -12933,7 +13042,7 @@
|
|
|
12933
13042
|
"S3OutputPath": {}
|
|
12934
13043
|
}
|
|
12935
13044
|
},
|
|
12936
|
-
"
|
|
13045
|
+
"Sks": {
|
|
12937
13046
|
"type": "structure",
|
|
12938
13047
|
"required": [
|
|
12939
13048
|
"S3OutputPath"
|
|
@@ -12944,16 +13053,16 @@
|
|
|
12944
13053
|
"type": "long"
|
|
12945
13054
|
},
|
|
12946
13055
|
"ProfilingParameters": {
|
|
12947
|
-
"shape": "
|
|
13056
|
+
"shape": "Sku"
|
|
12948
13057
|
}
|
|
12949
13058
|
}
|
|
12950
13059
|
},
|
|
12951
|
-
"
|
|
13060
|
+
"Sku": {
|
|
12952
13061
|
"type": "map",
|
|
12953
13062
|
"key": {},
|
|
12954
13063
|
"value": {}
|
|
12955
13064
|
},
|
|
12956
|
-
"
|
|
13065
|
+
"Skv": {
|
|
12957
13066
|
"type": "list",
|
|
12958
13067
|
"member": {
|
|
12959
13068
|
"type": "structure",
|
|
@@ -12971,17 +13080,17 @@
|
|
|
12971
13080
|
"type": "integer"
|
|
12972
13081
|
},
|
|
12973
13082
|
"RuleParameters": {
|
|
12974
|
-
"shape": "
|
|
13083
|
+
"shape": "Skq"
|
|
12975
13084
|
}
|
|
12976
13085
|
}
|
|
12977
13086
|
}
|
|
12978
13087
|
},
|
|
12979
|
-
"
|
|
13088
|
+
"Skx": {
|
|
12980
13089
|
"type": "map",
|
|
12981
13090
|
"key": {},
|
|
12982
13091
|
"value": {}
|
|
12983
13092
|
},
|
|
12984
|
-
"
|
|
13093
|
+
"Sl4": {
|
|
12985
13094
|
"type": "structure",
|
|
12986
13095
|
"members": {
|
|
12987
13096
|
"InvocationsTimeoutInSeconds": {
|
|
@@ -12992,7 +13101,7 @@
|
|
|
12992
13101
|
}
|
|
12993
13102
|
}
|
|
12994
13103
|
},
|
|
12995
|
-
"
|
|
13104
|
+
"Sl7": {
|
|
12996
13105
|
"type": "structure",
|
|
12997
13106
|
"members": {
|
|
12998
13107
|
"InputFilter": {},
|
|
@@ -13000,14 +13109,14 @@
|
|
|
13000
13109
|
"JoinSource": {}
|
|
13001
13110
|
}
|
|
13002
13111
|
},
|
|
13003
|
-
"
|
|
13112
|
+
"Slf": {
|
|
13004
13113
|
"type": "structure",
|
|
13005
13114
|
"members": {
|
|
13006
13115
|
"PrimaryStatus": {},
|
|
13007
13116
|
"Message": {}
|
|
13008
13117
|
}
|
|
13009
13118
|
},
|
|
13010
|
-
"
|
|
13119
|
+
"Slj": {
|
|
13011
13120
|
"type": "map",
|
|
13012
13121
|
"key": {},
|
|
13013
13122
|
"value": {
|
|
@@ -13020,7 +13129,7 @@
|
|
|
13020
13129
|
}
|
|
13021
13130
|
}
|
|
13022
13131
|
},
|
|
13023
|
-
"
|
|
13132
|
+
"Sln": {
|
|
13024
13133
|
"type": "map",
|
|
13025
13134
|
"key": {},
|
|
13026
13135
|
"value": {
|
|
@@ -13034,7 +13143,7 @@
|
|
|
13034
13143
|
}
|
|
13035
13144
|
}
|
|
13036
13145
|
},
|
|
13037
|
-
"
|
|
13146
|
+
"Sly": {
|
|
13038
13147
|
"type": "structure",
|
|
13039
13148
|
"required": [
|
|
13040
13149
|
"UserPool",
|
|
@@ -13045,7 +13154,7 @@
|
|
|
13045
13154
|
"ClientId": {}
|
|
13046
13155
|
}
|
|
13047
13156
|
},
|
|
13048
|
-
"
|
|
13157
|
+
"Sm1": {
|
|
13049
13158
|
"type": "structure",
|
|
13050
13159
|
"required": [
|
|
13051
13160
|
"ClientId",
|
|
@@ -13071,7 +13180,7 @@
|
|
|
13071
13180
|
"JwksUri": {}
|
|
13072
13181
|
}
|
|
13073
13182
|
},
|
|
13074
|
-
"
|
|
13183
|
+
"Sm4": {
|
|
13075
13184
|
"type": "structure",
|
|
13076
13185
|
"required": [
|
|
13077
13186
|
"Cidrs"
|
|
@@ -13083,27 +13192,27 @@
|
|
|
13083
13192
|
}
|
|
13084
13193
|
}
|
|
13085
13194
|
},
|
|
13086
|
-
"
|
|
13195
|
+
"Sm8": {
|
|
13087
13196
|
"type": "structure",
|
|
13088
13197
|
"members": {
|
|
13089
13198
|
"VpcId": {},
|
|
13090
13199
|
"SecurityGroupIds": {
|
|
13091
|
-
"shape": "
|
|
13200
|
+
"shape": "Sma"
|
|
13092
13201
|
},
|
|
13093
13202
|
"Subnets": {
|
|
13094
|
-
"shape": "
|
|
13203
|
+
"shape": "Smc"
|
|
13095
13204
|
}
|
|
13096
13205
|
}
|
|
13097
13206
|
},
|
|
13098
|
-
"
|
|
13207
|
+
"Sma": {
|
|
13099
13208
|
"type": "list",
|
|
13100
13209
|
"member": {}
|
|
13101
13210
|
},
|
|
13102
|
-
"
|
|
13211
|
+
"Smc": {
|
|
13103
13212
|
"type": "list",
|
|
13104
13213
|
"member": {}
|
|
13105
13214
|
},
|
|
13106
|
-
"
|
|
13215
|
+
"Smi": {
|
|
13107
13216
|
"type": "list",
|
|
13108
13217
|
"member": {
|
|
13109
13218
|
"type": "structure",
|
|
@@ -13136,13 +13245,13 @@
|
|
|
13136
13245
|
}
|
|
13137
13246
|
}
|
|
13138
13247
|
},
|
|
13139
|
-
"
|
|
13248
|
+
"Smq": {
|
|
13140
13249
|
"type": "structure",
|
|
13141
13250
|
"members": {
|
|
13142
13251
|
"NotificationTopicArn": {}
|
|
13143
13252
|
}
|
|
13144
13253
|
},
|
|
13145
|
-
"
|
|
13254
|
+
"Sok": {
|
|
13146
13255
|
"type": "structure",
|
|
13147
13256
|
"members": {
|
|
13148
13257
|
"UserProfileArn": {},
|
|
@@ -13150,7 +13259,7 @@
|
|
|
13150
13259
|
"DomainId": {}
|
|
13151
13260
|
}
|
|
13152
13261
|
},
|
|
13153
|
-
"
|
|
13262
|
+
"Soq": {
|
|
13154
13263
|
"type": "list",
|
|
13155
13264
|
"member": {
|
|
13156
13265
|
"type": "structure",
|
|
@@ -13165,7 +13274,7 @@
|
|
|
13165
13274
|
}
|
|
13166
13275
|
}
|
|
13167
13276
|
},
|
|
13168
|
-
"
|
|
13277
|
+
"Sp4": {
|
|
13169
13278
|
"type": "list",
|
|
13170
13279
|
"member": {
|
|
13171
13280
|
"type": "structure",
|
|
@@ -13174,7 +13283,7 @@
|
|
|
13174
13283
|
}
|
|
13175
13284
|
}
|
|
13176
13285
|
},
|
|
13177
|
-
"
|
|
13286
|
+
"Sp6": {
|
|
13178
13287
|
"type": "structure",
|
|
13179
13288
|
"required": [
|
|
13180
13289
|
"CandidateName",
|
|
@@ -13276,7 +13385,7 @@
|
|
|
13276
13385
|
}
|
|
13277
13386
|
}
|
|
13278
13387
|
},
|
|
13279
|
-
"
|
|
13388
|
+
"Sq7": {
|
|
13280
13389
|
"type": "structure",
|
|
13281
13390
|
"required": [
|
|
13282
13391
|
"S3ModelArtifacts"
|
|
@@ -13285,7 +13394,7 @@
|
|
|
13285
13394
|
"S3ModelArtifacts": {}
|
|
13286
13395
|
}
|
|
13287
13396
|
},
|
|
13288
|
-
"
|
|
13397
|
+
"Sra": {
|
|
13289
13398
|
"type": "list",
|
|
13290
13399
|
"member": {
|
|
13291
13400
|
"type": "structure",
|
|
@@ -13295,7 +13404,7 @@
|
|
|
13295
13404
|
"members": {
|
|
13296
13405
|
"VariantName": {},
|
|
13297
13406
|
"DeployedImages": {
|
|
13298
|
-
"shape": "
|
|
13407
|
+
"shape": "Src"
|
|
13299
13408
|
},
|
|
13300
13409
|
"CurrentWeight": {
|
|
13301
13410
|
"type": "float"
|
|
@@ -13310,18 +13419,18 @@
|
|
|
13310
13419
|
"type": "integer"
|
|
13311
13420
|
},
|
|
13312
13421
|
"VariantStatus": {
|
|
13313
|
-
"shape": "
|
|
13422
|
+
"shape": "Srf"
|
|
13314
13423
|
},
|
|
13315
13424
|
"CurrentServerlessConfig": {
|
|
13316
|
-
"shape": "
|
|
13425
|
+
"shape": "Sa5"
|
|
13317
13426
|
},
|
|
13318
13427
|
"DesiredServerlessConfig": {
|
|
13319
|
-
"shape": "
|
|
13428
|
+
"shape": "Sa5"
|
|
13320
13429
|
}
|
|
13321
13430
|
}
|
|
13322
13431
|
}
|
|
13323
13432
|
},
|
|
13324
|
-
"
|
|
13433
|
+
"Src": {
|
|
13325
13434
|
"type": "list",
|
|
13326
13435
|
"member": {
|
|
13327
13436
|
"type": "structure",
|
|
@@ -13334,7 +13443,7 @@
|
|
|
13334
13443
|
}
|
|
13335
13444
|
}
|
|
13336
13445
|
},
|
|
13337
|
-
"
|
|
13446
|
+
"Srf": {
|
|
13338
13447
|
"type": "list",
|
|
13339
13448
|
"member": {
|
|
13340
13449
|
"type": "structure",
|
|
@@ -13350,7 +13459,7 @@
|
|
|
13350
13459
|
}
|
|
13351
13460
|
}
|
|
13352
13461
|
},
|
|
13353
|
-
"
|
|
13462
|
+
"Srj": {
|
|
13354
13463
|
"type": "structure",
|
|
13355
13464
|
"required": [
|
|
13356
13465
|
"EnableCapture",
|
|
@@ -13371,7 +13480,7 @@
|
|
|
13371
13480
|
"KmsKeyId": {}
|
|
13372
13481
|
}
|
|
13373
13482
|
},
|
|
13374
|
-
"
|
|
13483
|
+
"Srt": {
|
|
13375
13484
|
"type": "structure",
|
|
13376
13485
|
"required": [
|
|
13377
13486
|
"SourceArn"
|
|
@@ -13381,7 +13490,7 @@
|
|
|
13381
13490
|
"SourceType": {}
|
|
13382
13491
|
}
|
|
13383
13492
|
},
|
|
13384
|
-
"
|
|
13493
|
+
"Srz": {
|
|
13385
13494
|
"type": "structure",
|
|
13386
13495
|
"required": [
|
|
13387
13496
|
"Status"
|
|
@@ -13391,7 +13500,7 @@
|
|
|
13391
13500
|
"BlockedReason": {}
|
|
13392
13501
|
}
|
|
13393
13502
|
},
|
|
13394
|
-
"
|
|
13503
|
+
"Ss2": {
|
|
13395
13504
|
"type": "structure",
|
|
13396
13505
|
"required": [
|
|
13397
13506
|
"Status"
|
|
@@ -13401,20 +13510,20 @@
|
|
|
13401
13510
|
"FailureReason": {}
|
|
13402
13511
|
}
|
|
13403
13512
|
},
|
|
13404
|
-
"
|
|
13513
|
+
"Ss8": {
|
|
13405
13514
|
"type": "list",
|
|
13406
13515
|
"member": {
|
|
13407
|
-
"shape": "
|
|
13516
|
+
"shape": "Ss9"
|
|
13408
13517
|
}
|
|
13409
13518
|
},
|
|
13410
|
-
"
|
|
13519
|
+
"Ss9": {
|
|
13411
13520
|
"type": "structure",
|
|
13412
13521
|
"members": {
|
|
13413
13522
|
"Key": {},
|
|
13414
13523
|
"Value": {}
|
|
13415
13524
|
}
|
|
13416
13525
|
},
|
|
13417
|
-
"
|
|
13526
|
+
"Sso": {
|
|
13418
13527
|
"type": "structure",
|
|
13419
13528
|
"members": {
|
|
13420
13529
|
"Completed": {
|
|
@@ -13434,7 +13543,7 @@
|
|
|
13434
13543
|
}
|
|
13435
13544
|
}
|
|
13436
13545
|
},
|
|
13437
|
-
"
|
|
13546
|
+
"Ssq": {
|
|
13438
13547
|
"type": "structure",
|
|
13439
13548
|
"members": {
|
|
13440
13549
|
"Succeeded": {
|
|
@@ -13448,7 +13557,7 @@
|
|
|
13448
13557
|
}
|
|
13449
13558
|
}
|
|
13450
13559
|
},
|
|
13451
|
-
"
|
|
13560
|
+
"Sss": {
|
|
13452
13561
|
"type": "structure",
|
|
13453
13562
|
"required": [
|
|
13454
13563
|
"TrainingJobName",
|
|
@@ -13493,7 +13602,7 @@
|
|
|
13493
13602
|
"ObjectiveStatus": {}
|
|
13494
13603
|
}
|
|
13495
13604
|
},
|
|
13496
|
-
"
|
|
13605
|
+
"Stf": {
|
|
13497
13606
|
"type": "structure",
|
|
13498
13607
|
"members": {
|
|
13499
13608
|
"TotalLabeled": {
|
|
@@ -13513,7 +13622,7 @@
|
|
|
13513
13622
|
}
|
|
13514
13623
|
}
|
|
13515
13624
|
},
|
|
13516
|
-
"
|
|
13625
|
+
"Sti": {
|
|
13517
13626
|
"type": "structure",
|
|
13518
13627
|
"required": [
|
|
13519
13628
|
"OutputDatasetS3Uri"
|
|
@@ -13523,21 +13632,21 @@
|
|
|
13523
13632
|
"FinalActiveLearningModelArn": {}
|
|
13524
13633
|
}
|
|
13525
13634
|
},
|
|
13526
|
-
"
|
|
13635
|
+
"Stt": {
|
|
13527
13636
|
"type": "structure",
|
|
13528
13637
|
"required": [
|
|
13529
13638
|
"ValidationStatuses"
|
|
13530
13639
|
],
|
|
13531
13640
|
"members": {
|
|
13532
13641
|
"ValidationStatuses": {
|
|
13533
|
-
"shape": "
|
|
13642
|
+
"shape": "Stu"
|
|
13534
13643
|
},
|
|
13535
13644
|
"ImageScanStatuses": {
|
|
13536
|
-
"shape": "
|
|
13645
|
+
"shape": "Stu"
|
|
13537
13646
|
}
|
|
13538
13647
|
}
|
|
13539
13648
|
},
|
|
13540
|
-
"
|
|
13649
|
+
"Stu": {
|
|
13541
13650
|
"type": "list",
|
|
13542
13651
|
"member": {
|
|
13543
13652
|
"type": "structure",
|
|
@@ -13552,7 +13661,7 @@
|
|
|
13552
13661
|
}
|
|
13553
13662
|
}
|
|
13554
13663
|
},
|
|
13555
|
-
"
|
|
13664
|
+
"Su6": {
|
|
13556
13665
|
"type": "structure",
|
|
13557
13666
|
"required": [
|
|
13558
13667
|
"MonitoringScheduleName",
|
|
@@ -13580,21 +13689,21 @@
|
|
|
13580
13689
|
"MonitoringType": {}
|
|
13581
13690
|
}
|
|
13582
13691
|
},
|
|
13583
|
-
"
|
|
13692
|
+
"Sup": {
|
|
13584
13693
|
"type": "structure",
|
|
13585
13694
|
"members": {
|
|
13586
13695
|
"ExperimentName": {},
|
|
13587
13696
|
"TrialName": {}
|
|
13588
13697
|
}
|
|
13589
13698
|
},
|
|
13590
|
-
"
|
|
13699
|
+
"Sux": {
|
|
13591
13700
|
"type": "structure",
|
|
13592
13701
|
"members": {
|
|
13593
13702
|
"ProvisionedProductId": {},
|
|
13594
13703
|
"ProvisionedProductStatusMessage": {}
|
|
13595
13704
|
}
|
|
13596
13705
|
},
|
|
13597
|
-
"
|
|
13706
|
+
"Sv4": {
|
|
13598
13707
|
"type": "structure",
|
|
13599
13708
|
"required": [
|
|
13600
13709
|
"WorkteamArn"
|
|
@@ -13607,7 +13716,7 @@
|
|
|
13607
13716
|
"ListingId": {}
|
|
13608
13717
|
}
|
|
13609
13718
|
},
|
|
13610
|
-
"
|
|
13719
|
+
"Sv8": {
|
|
13611
13720
|
"type": "list",
|
|
13612
13721
|
"member": {
|
|
13613
13722
|
"type": "structure",
|
|
@@ -13627,7 +13736,7 @@
|
|
|
13627
13736
|
}
|
|
13628
13737
|
}
|
|
13629
13738
|
},
|
|
13630
|
-
"
|
|
13739
|
+
"Svb": {
|
|
13631
13740
|
"type": "list",
|
|
13632
13741
|
"member": {
|
|
13633
13742
|
"type": "structure",
|
|
@@ -13642,7 +13751,7 @@
|
|
|
13642
13751
|
}
|
|
13643
13752
|
}
|
|
13644
13753
|
},
|
|
13645
|
-
"
|
|
13754
|
+
"Svf": {
|
|
13646
13755
|
"type": "list",
|
|
13647
13756
|
"member": {
|
|
13648
13757
|
"type": "structure",
|
|
@@ -13657,7 +13766,7 @@
|
|
|
13657
13766
|
}
|
|
13658
13767
|
}
|
|
13659
13768
|
},
|
|
13660
|
-
"
|
|
13769
|
+
"Svr": {
|
|
13661
13770
|
"type": "structure",
|
|
13662
13771
|
"required": [
|
|
13663
13772
|
"SourceArn"
|
|
@@ -13667,7 +13776,7 @@
|
|
|
13667
13776
|
"SourceType": {}
|
|
13668
13777
|
}
|
|
13669
13778
|
},
|
|
13670
|
-
"
|
|
13779
|
+
"Svv": {
|
|
13671
13780
|
"type": "structure",
|
|
13672
13781
|
"required": [
|
|
13673
13782
|
"SourceArn"
|
|
@@ -13677,7 +13786,7 @@
|
|
|
13677
13786
|
"SourceType": {}
|
|
13678
13787
|
}
|
|
13679
13788
|
},
|
|
13680
|
-
"
|
|
13789
|
+
"Svx": {
|
|
13681
13790
|
"type": "list",
|
|
13682
13791
|
"member": {
|
|
13683
13792
|
"type": "structure",
|
|
@@ -13708,7 +13817,7 @@
|
|
|
13708
13817
|
}
|
|
13709
13818
|
}
|
|
13710
13819
|
},
|
|
13711
|
-
"
|
|
13820
|
+
"Sw7": {
|
|
13712
13821
|
"type": "structure",
|
|
13713
13822
|
"required": [
|
|
13714
13823
|
"WorkforceName",
|
|
@@ -13721,11 +13830,11 @@
|
|
|
13721
13830
|
"type": "timestamp"
|
|
13722
13831
|
},
|
|
13723
13832
|
"SourceIpConfig": {
|
|
13724
|
-
"shape": "
|
|
13833
|
+
"shape": "Sm4"
|
|
13725
13834
|
},
|
|
13726
13835
|
"SubDomain": {},
|
|
13727
13836
|
"CognitoConfig": {
|
|
13728
|
-
"shape": "
|
|
13837
|
+
"shape": "Sly"
|
|
13729
13838
|
},
|
|
13730
13839
|
"OidcConfig": {
|
|
13731
13840
|
"type": "structure",
|
|
@@ -13752,10 +13861,10 @@
|
|
|
13752
13861
|
"members": {
|
|
13753
13862
|
"VpcId": {},
|
|
13754
13863
|
"SecurityGroupIds": {
|
|
13755
|
-
"shape": "
|
|
13864
|
+
"shape": "Sma"
|
|
13756
13865
|
},
|
|
13757
13866
|
"Subnets": {
|
|
13758
|
-
"shape": "
|
|
13867
|
+
"shape": "Smc"
|
|
13759
13868
|
},
|
|
13760
13869
|
"VpcEndpointId": {}
|
|
13761
13870
|
}
|
|
@@ -13764,7 +13873,7 @@
|
|
|
13764
13873
|
"FailureReason": {}
|
|
13765
13874
|
}
|
|
13766
13875
|
},
|
|
13767
|
-
"
|
|
13876
|
+
"Swf": {
|
|
13768
13877
|
"type": "structure",
|
|
13769
13878
|
"required": [
|
|
13770
13879
|
"WorkteamName",
|
|
@@ -13775,7 +13884,7 @@
|
|
|
13775
13884
|
"members": {
|
|
13776
13885
|
"WorkteamName": {},
|
|
13777
13886
|
"MemberDefinitions": {
|
|
13778
|
-
"shape": "
|
|
13887
|
+
"shape": "Smi"
|
|
13779
13888
|
},
|
|
13780
13889
|
"WorkteamArn": {},
|
|
13781
13890
|
"WorkforceArn": {},
|
|
@@ -13792,11 +13901,11 @@
|
|
|
13792
13901
|
"type": "timestamp"
|
|
13793
13902
|
},
|
|
13794
13903
|
"NotificationConfiguration": {
|
|
13795
|
-
"shape": "
|
|
13904
|
+
"shape": "Smq"
|
|
13796
13905
|
}
|
|
13797
13906
|
}
|
|
13798
13907
|
},
|
|
13799
|
-
"
|
|
13908
|
+
"Sz8": {
|
|
13800
13909
|
"type": "list",
|
|
13801
13910
|
"member": {
|
|
13802
13911
|
"type": "structure",
|
|
@@ -13816,7 +13925,7 @@
|
|
|
13816
13925
|
}
|
|
13817
13926
|
}
|
|
13818
13927
|
},
|
|
13819
|
-
"
|
|
13928
|
+
"S148": {
|
|
13820
13929
|
"type": "list",
|
|
13821
13930
|
"member": {
|
|
13822
13931
|
"type": "structure",
|
|
@@ -13830,7 +13939,7 @@
|
|
|
13830
13939
|
}
|
|
13831
13940
|
}
|
|
13832
13941
|
},
|
|
13833
|
-
"
|
|
13942
|
+
"S14n": {
|
|
13834
13943
|
"type": "list",
|
|
13835
13944
|
"member": {
|
|
13836
13945
|
"type": "structure",
|
|
@@ -13844,7 +13953,7 @@
|
|
|
13844
13953
|
}
|
|
13845
13954
|
}
|
|
13846
13955
|
},
|
|
13847
|
-
"
|
|
13956
|
+
"S174": {
|
|
13848
13957
|
"type": "list",
|
|
13849
13958
|
"member": {
|
|
13850
13959
|
"type": "structure",
|
|
@@ -13858,11 +13967,11 @@
|
|
|
13858
13967
|
}
|
|
13859
13968
|
}
|
|
13860
13969
|
},
|
|
13861
|
-
"
|
|
13970
|
+
"S17f": {
|
|
13862
13971
|
"type": "structure",
|
|
13863
13972
|
"members": {
|
|
13864
13973
|
"Filters": {
|
|
13865
|
-
"shape": "
|
|
13974
|
+
"shape": "S17g"
|
|
13866
13975
|
},
|
|
13867
13976
|
"NestedFilters": {
|
|
13868
13977
|
"type": "list",
|
|
@@ -13875,7 +13984,7 @@
|
|
|
13875
13984
|
"members": {
|
|
13876
13985
|
"NestedPropertyName": {},
|
|
13877
13986
|
"Filters": {
|
|
13878
|
-
"shape": "
|
|
13987
|
+
"shape": "S17g"
|
|
13879
13988
|
}
|
|
13880
13989
|
}
|
|
13881
13990
|
}
|
|
@@ -13883,13 +13992,13 @@
|
|
|
13883
13992
|
"SubExpressions": {
|
|
13884
13993
|
"type": "list",
|
|
13885
13994
|
"member": {
|
|
13886
|
-
"shape": "
|
|
13995
|
+
"shape": "S17f"
|
|
13887
13996
|
}
|
|
13888
13997
|
},
|
|
13889
13998
|
"Operator": {}
|
|
13890
13999
|
}
|
|
13891
14000
|
},
|
|
13892
|
-
"
|
|
14001
|
+
"S17g": {
|
|
13893
14002
|
"type": "list",
|
|
13894
14003
|
"member": {
|
|
13895
14004
|
"type": "structure",
|
|
@@ -13903,7 +14012,7 @@
|
|
|
13903
14012
|
}
|
|
13904
14013
|
}
|
|
13905
14014
|
},
|
|
13906
|
-
"
|
|
14015
|
+
"S17s": {
|
|
13907
14016
|
"type": "structure",
|
|
13908
14017
|
"members": {
|
|
13909
14018
|
"TrainingJobName": {},
|
|
@@ -13912,7 +14021,7 @@
|
|
|
13912
14021
|
"LabelingJobArn": {},
|
|
13913
14022
|
"AutoMLJobArn": {},
|
|
13914
14023
|
"ModelArtifacts": {
|
|
13915
|
-
"shape": "
|
|
14024
|
+
"shape": "Sq7"
|
|
13916
14025
|
},
|
|
13917
14026
|
"TrainingJobStatus": {},
|
|
13918
14027
|
"SecondaryStatus": {},
|
|
@@ -13921,7 +14030,7 @@
|
|
|
13921
14030
|
"shape": "S2t"
|
|
13922
14031
|
},
|
|
13923
14032
|
"AlgorithmSpecification": {
|
|
13924
|
-
"shape": "
|
|
14033
|
+
"shape": "Ske"
|
|
13925
14034
|
},
|
|
13926
14035
|
"RoleArn": {},
|
|
13927
14036
|
"InputDataConfig": {
|
|
@@ -13952,10 +14061,10 @@
|
|
|
13952
14061
|
"type": "timestamp"
|
|
13953
14062
|
},
|
|
13954
14063
|
"SecondaryStatusTransitions": {
|
|
13955
|
-
"shape": "
|
|
14064
|
+
"shape": "Sv8"
|
|
13956
14065
|
},
|
|
13957
14066
|
"FinalMetricDataList": {
|
|
13958
|
-
"shape": "
|
|
14067
|
+
"shape": "Svb"
|
|
13959
14068
|
},
|
|
13960
14069
|
"EnableNetworkIsolation": {
|
|
13961
14070
|
"type": "boolean"
|
|
@@ -13967,7 +14076,7 @@
|
|
|
13967
14076
|
"type": "boolean"
|
|
13968
14077
|
},
|
|
13969
14078
|
"CheckpointConfig": {
|
|
13970
|
-
"shape": "
|
|
14079
|
+
"shape": "Sd0"
|
|
13971
14080
|
},
|
|
13972
14081
|
"TrainingTimeInSeconds": {
|
|
13973
14082
|
"type": "integer"
|
|
@@ -13976,36 +14085,36 @@
|
|
|
13976
14085
|
"type": "integer"
|
|
13977
14086
|
},
|
|
13978
14087
|
"DebugHookConfig": {
|
|
13979
|
-
"shape": "
|
|
14088
|
+
"shape": "Skf"
|
|
13980
14089
|
},
|
|
13981
14090
|
"ExperimentConfig": {
|
|
13982
|
-
"shape": "
|
|
14091
|
+
"shape": "Sjt"
|
|
13983
14092
|
},
|
|
13984
14093
|
"DebugRuleConfigurations": {
|
|
13985
|
-
"shape": "
|
|
14094
|
+
"shape": "Skn"
|
|
13986
14095
|
},
|
|
13987
14096
|
"TensorBoardOutputConfig": {
|
|
13988
|
-
"shape": "
|
|
14097
|
+
"shape": "Skr"
|
|
13989
14098
|
},
|
|
13990
14099
|
"DebugRuleEvaluationStatuses": {
|
|
13991
|
-
"shape": "
|
|
14100
|
+
"shape": "Svf"
|
|
13992
14101
|
},
|
|
13993
14102
|
"Environment": {
|
|
13994
|
-
"shape": "
|
|
14103
|
+
"shape": "Skx"
|
|
13995
14104
|
},
|
|
13996
14105
|
"RetryStrategy": {
|
|
13997
|
-
"shape": "
|
|
14106
|
+
"shape": "Sd1"
|
|
13998
14107
|
},
|
|
13999
14108
|
"Tags": {
|
|
14000
14109
|
"shape": "S7"
|
|
14001
14110
|
}
|
|
14002
14111
|
}
|
|
14003
14112
|
},
|
|
14004
|
-
"
|
|
14113
|
+
"S192": {
|
|
14005
14114
|
"type": "list",
|
|
14006
14115
|
"member": {}
|
|
14007
14116
|
},
|
|
14008
|
-
"
|
|
14117
|
+
"S1av": {
|
|
14009
14118
|
"type": "list",
|
|
14010
14119
|
"member": {}
|
|
14011
14120
|
}
|