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
|
@@ -0,0 +1,1672 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
42
|
+
|
|
43
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Features
|
|
53
|
+
|
|
54
|
+
* **non-clients:** remove comments from transpiled JS files ([#2813](https://github.com/aws/aws-sdk-js-v3/issues/2813)) ([e6fc7f3](https://github.com/aws/aws-sdk-js-v3/commit/e6fc7f3e0fa74785590ac19e7ed143c916bb9b6e))
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
61
|
+
|
|
62
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
# [3.29.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.28.0...v3.29.0) (2021-09-02)
|
|
69
|
+
|
|
70
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
|
|
77
|
+
|
|
78
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Bug Fixes
|
|
88
|
+
|
|
89
|
+
* bump up tslib to 2.3.0 ([#2601](https://github.com/aws/aws-sdk-js-v3/issues/2601)) ([7040faa](https://github.com/aws/aws-sdk-js-v3/commit/7040faac07976c1dcfd5240675b82a2f275b2a55))
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
# [3.22.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.21.0...v3.22.0) (2021-07-16)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### Bug Fixes
|
|
99
|
+
|
|
100
|
+
* **clients:** prefix `dist/` for typesVersions TS<4 ([#2580](https://github.com/aws/aws-sdk-js-v3/issues/2580)) ([dff5cd4](https://github.com/aws/aws-sdk-js-v3/commit/dff5cd4b6fa00453e938ce8f238c1542ee7ba3d6))
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
# [3.20.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.19.0...v3.20.0) (2021-07-02)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Bug Fixes
|
|
110
|
+
|
|
111
|
+
* replace prepublishOnly script with downlevel-dts ([#2537](https://github.com/aws/aws-sdk-js-v3/issues/2537)) ([63818a1](https://github.com/aws/aws-sdk-js-v3/commit/63818a1e47b08af56f092031a01bbbff0a9af590))
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
# [3.18.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.17.0...v3.18.0) (2021-06-04)
|
|
118
|
+
|
|
119
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
# [3.15.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.14.0...v3.15.0) (2021-05-10)
|
|
126
|
+
|
|
127
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
|
|
134
|
+
|
|
135
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### Bug Fixes
|
|
145
|
+
|
|
146
|
+
* **util-user-agent-browser:** `window` can be undefined ([#2214](https://github.com/aws/aws-sdk-js-v3/issues/2214)) ([98b65b9](https://github.com/aws/aws-sdk-js-v3/commit/98b65b9c14495e5c63bb0d77ac25ce32658c40af))
|
|
147
|
+
* run downlevel-dts in prepublishOnly ([#2218](https://github.com/aws/aws-sdk-js-v3/issues/2218)) ([0745502](https://github.com/aws/aws-sdk-js-v3/commit/0745502dcf819460ee1d81362470859674c757a7))
|
|
148
|
+
* **util-user-agent-browser:** react native metadata ([#2210](https://github.com/aws/aws-sdk-js-v3/issues/2210)) ([0e83313](https://github.com/aws/aws-sdk-js-v3/commit/0e83313d82176c880632d8bc5bda1d577f016fc6))
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
# [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Features
|
|
158
|
+
|
|
159
|
+
* use ts-jest for running jest tests ([#2088](https://github.com/aws/aws-sdk-js-v3/issues/2088)) ([456002c](https://github.com/aws/aws-sdk-js-v3/commit/456002cf7fa16864b72c3c279b094886a42abddb))
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
# [3.9.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.8.1...v3.9.0) (2021-03-18)
|
|
166
|
+
|
|
167
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
## [3.6.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.6.0...v3.6.1) (2021-02-22)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Bug Fixes
|
|
177
|
+
|
|
178
|
+
* update references of default branch from master to main ([#2057](https://github.com/aws/aws-sdk-js-v3/issues/2057)) ([59b8b58](https://github.com/aws/aws-sdk-js-v3/commit/59b8b58c3a8c057b36abfaa59bae3a6ffb068cf1))
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
# [3.5.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.1...v3.5.0) (2021-02-12)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Bug Fixes
|
|
188
|
+
|
|
189
|
+
* **util-user-agent-browser:** use default import from bowser ([#1991](https://github.com/aws/aws-sdk-js-v3/issues/1991)) ([d2e8d4f](https://github.com/aws/aws-sdk-js-v3/commit/d2e8d4f4d53166416e86d12a1a953e31368f55ac))
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
## [3.4.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.0...v3.4.1) (2021-01-29)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Bug Fixes
|
|
199
|
+
|
|
200
|
+
* **clients:** use TS 3.4 compatible types for TS 3.9 ([#1978](https://github.com/aws/aws-sdk-js-v3/issues/1978)) ([8bced5c](https://github.com/aws/aws-sdk-js-v3/commit/8bced5c32b9dbc68f1065054d796cb0b8b87bcc4))
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
# [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Features
|
|
210
|
+
|
|
211
|
+
* use downlevel-dts to generate TS 3.4 compatible types ([#1943](https://github.com/aws/aws-sdk-js-v3/issues/1943)) ([63ad215](https://github.com/aws/aws-sdk-js-v3/commit/63ad2151c8bb7be32ea8838a9b0974806ed3906b))
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
# [3.3.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.2.0...v3.3.0) (2021-01-14)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
* **clients:** export explicit dependencies on @aws-sdk/types ([#1902](https://github.com/aws/aws-sdk-js-v3/issues/1902)) ([96f1087](https://github.com/aws/aws-sdk-js-v3/commit/96f1087333ba916593d557051297983912b27caa))
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
# [3.2.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1.0...v3.2.0) (2021-01-09)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Bug Fixes
|
|
232
|
+
|
|
233
|
+
* **util-user-agent-*:** move @aws-sdk/types to devDependencies ([#1879](https://github.com/aws/aws-sdk-js-v3/issues/1879)) ([ea39ca6](https://github.com/aws/aws-sdk-js-v3/commit/ea39ca6e54d3d92af626ed3e55a59b9e95bb7142))
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
# [3.1.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.0.0...v3.1.0) (2020-12-23)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Features
|
|
243
|
+
|
|
244
|
+
* standardize user agent value ([#1775](https://github.com/aws/aws-sdk-js-v3/issues/1775)) ([388b180](https://github.com/aws/aws-sdk-js-v3/commit/388b18071146171b42d283a93f9590cb23956e1a))
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
# [3.0.0](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.10...v3.0.0) (2020-12-15)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Features
|
|
254
|
+
|
|
255
|
+
* bump version to 3.0.0 ([#1793](https://github.com/aws/aws-sdk-js-v3/issues/1793)) ([d8475f8](https://github.com/aws/aws-sdk-js-v3/commit/d8475f8d972d28fbc15cd7e23abfe18f9eab0644))
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
# [1.0.0-rc.10](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2020-12-15)
|
|
262
|
+
|
|
263
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
# [1.0.0-rc.8](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-12-05)
|
|
270
|
+
|
|
271
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
# [1.0.0-rc.7](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2020-11-20)
|
|
278
|
+
|
|
279
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
# [1.0.0-rc.5](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2020-11-09)
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
### Bug Fixes
|
|
289
|
+
|
|
290
|
+
* migrate dev types for packages and lib into package.json devDeps ([#1654](https://github.com/aws/aws-sdk-js-v3/issues/1654)) ([16d7030](https://github.com/aws/aws-sdk-js-v3/commit/16d7030a5976d6671c7346c7fb945fefb547ae0d))
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
# [1.0.0-rc.3](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2020-10-27)
|
|
297
|
+
|
|
298
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
# [1.0.0-rc.2](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2020-10-22)
|
|
305
|
+
|
|
306
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
# [1.0.0-rc.1](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-gamma.11...v1.0.0-rc.1) (2020-10-19)
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### Features
|
|
316
|
+
|
|
317
|
+
* ready for release candidate ([#1578](https://github.com/aws/aws-sdk-js-v3/issues/1578)) ([519f66c](https://github.com/aws/aws-sdk-js-v3/commit/519f66c6388b91d0bd750a511e6d1af56196835e))
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
# [1.0.0-gamma.8](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@1.0.0-gamma.7...@aws-sdk/util-user-agent-browser@1.0.0-gamma.8) (2020-10-07)
|
|
324
|
+
|
|
325
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
# [1.0.0-gamma.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@1.0.0-gamma.6...@aws-sdk/util-user-agent-browser@1.0.0-gamma.7) (2020-09-01)
|
|
332
|
+
|
|
333
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
# [1.0.0-gamma.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@1.0.0-gamma.5...@aws-sdk/util-user-agent-browser@1.0.0-gamma.6) (2020-08-25)
|
|
340
|
+
|
|
341
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
# [1.0.0-gamma.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@1.0.0-gamma.4...@aws-sdk/util-user-agent-browser@1.0.0-gamma.5) (2020-08-04)
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
### Features
|
|
351
|
+
|
|
352
|
+
* build command ([#1407](https://github.com/aws/aws-sdk-js-v3/issues/1407)) ([81b2e87](https://github.com/aws/aws-sdk-js-v3/commit/81b2e87067642a8cea8649cbdb2c342ca9fb6ac6))
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
# [1.0.0-gamma.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@1.0.0-gamma.3...@aws-sdk/util-user-agent-browser@1.0.0-gamma.4) (2020-07-21)
|
|
359
|
+
|
|
360
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
# [1.0.0-gamma.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@1.0.0-gamma.2...@aws-sdk/util-user-agent-browser@1.0.0-gamma.3) (2020-07-13)
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
### Features
|
|
370
|
+
|
|
371
|
+
* add code linting and prettify ([#1350](https://github.com/aws/aws-sdk-js-v3/issues/1350)) ([47770fa](https://github.com/aws/aws-sdk-js-v3/commit/47770fa493c3405f193069cd18319882529ff484))
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
# [1.0.0-gamma.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-gamma.2) (2020-07-08)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### Features
|
|
381
|
+
|
|
382
|
+
* use a common tsconfig for the monorepo ([#1297](https://github.com/aws/aws-sdk-js-v3/issues/1297)) ([16aea66](https://github.com/aws/aws-sdk-js-v3/commit/16aea66d1fc5386680d3e6da9b7dcde78e178bd3))
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
# 1.0.0-gamma.1 (2020-05-21)
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
### Features
|
|
390
|
+
|
|
391
|
+
* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12))
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
# 1.0.0-beta.4 (2020-04-25)
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
# 1.0.0-beta.2 (2020-03-28)
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
# 1.0.0-beta.1 (2020-03-25)
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Features
|
|
407
|
+
|
|
408
|
+
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
# 1.0.0-alpha.28 (2020-03-20)
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
# 1.0.0-alpha.24 (2020-02-19)
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
# 1.0.0-alpha.16 (2020-02-04)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
### Features
|
|
424
|
+
|
|
425
|
+
* x-amz-user-agent for browser ([#826](https://github.com/aws/aws-sdk-js-v3/issues/826)) ([6c3e098](https://github.com/aws/aws-sdk-js-v3/commit/6c3e0988694953220cef300af6c39f6afd116b6a))
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
# 1.0.0-alpha.13 (2020-01-24)
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
# 1.0.0-alpha.12 (2020-01-22)
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
# 1.0.0-alpha.8 (2020-01-16)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
# 1.0.0-alpha.1 (2020-01-10)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
# 0.9.0 (2020-01-09)
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
### Bug Fixes
|
|
449
|
+
|
|
450
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
# 0.7.0 (2019-11-19)
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
### Bug Fixes
|
|
458
|
+
|
|
459
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66e83fa1cb95356f8a1317cf1f80980e3c7))
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
# 0.6.0 (2019-10-30)
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
# 0.3.0 (2019-09-09)
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### Features
|
|
471
|
+
|
|
472
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
# 0.2.0 (2019-07-12)
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### Features
|
|
480
|
+
|
|
481
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
482
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
# 0.1.0 (2019-04-19)
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
# [1.0.0-gamma.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-gamma.1) (2020-05-21)
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
### Features
|
|
496
|
+
|
|
497
|
+
* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12))
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
# 1.0.0-beta.4 (2020-04-25)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
# 1.0.0-beta.2 (2020-03-28)
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
# 1.0.0-beta.1 (2020-03-25)
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
### Features
|
|
513
|
+
|
|
514
|
+
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
# 1.0.0-alpha.28 (2020-03-20)
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
# 1.0.0-alpha.24 (2020-02-19)
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
# 1.0.0-alpha.16 (2020-02-04)
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
### Features
|
|
530
|
+
|
|
531
|
+
* x-amz-user-agent for browser ([#826](https://github.com/aws/aws-sdk-js-v3/issues/826)) ([6c3e098](https://github.com/aws/aws-sdk-js-v3/commit/6c3e0988694953220cef300af6c39f6afd116b6a))
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
# 1.0.0-alpha.13 (2020-01-24)
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
# 1.0.0-alpha.12 (2020-01-22)
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
# 1.0.0-alpha.8 (2020-01-16)
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
# 1.0.0-alpha.1 (2020-01-10)
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
# 0.9.0 (2020-01-09)
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Bug Fixes
|
|
555
|
+
|
|
556
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
# 0.7.0 (2019-11-19)
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
### Bug Fixes
|
|
564
|
+
|
|
565
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66e83fa1cb95356f8a1317cf1f80980e3c7))
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
# 0.6.0 (2019-10-30)
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
# 0.3.0 (2019-09-09)
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
### Features
|
|
577
|
+
|
|
578
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
# 0.2.0 (2019-07-12)
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
### Features
|
|
586
|
+
|
|
587
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
588
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
# 0.1.0 (2019-04-19)
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
# [1.0.0-beta.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-beta.4) (2020-04-27)
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
### Features
|
|
602
|
+
|
|
603
|
+
* use exact @aws-sdk/* dependencies ([#1110](https://github.com/aws/aws-sdk-js-v3/issues/1110)) ([bcfd7a2](https://github.com/aws/aws-sdk-js-v3/commit/bcfd7a2faeca3a2605057fd4736d710aa4902b62))
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
# 1.0.0-beta.2 (2020-03-28)
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
# 1.0.0-beta.1 (2020-03-25)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
### Features
|
|
615
|
+
|
|
616
|
+
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
# 1.0.0-alpha.28 (2020-03-20)
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
# 1.0.0-alpha.24 (2020-02-19)
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
# 1.0.0-alpha.16 (2020-02-04)
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
### Features
|
|
632
|
+
|
|
633
|
+
* x-amz-user-agent for browser ([#826](https://github.com/aws/aws-sdk-js-v3/issues/826)) ([6c3e098](https://github.com/aws/aws-sdk-js-v3/commit/6c3e0988694953220cef300af6c39f6afd116b6a))
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
# 1.0.0-alpha.13 (2020-01-24)
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
# 1.0.0-alpha.12 (2020-01-22)
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
# 1.0.0-alpha.8 (2020-01-16)
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
# 1.0.0-alpha.1 (2020-01-10)
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
# 0.9.0 (2020-01-09)
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
### Bug Fixes
|
|
657
|
+
|
|
658
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
# 0.7.0 (2019-11-19)
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
### Bug Fixes
|
|
666
|
+
|
|
667
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66e83fa1cb95356f8a1317cf1f80980e3c7))
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
# 0.6.0 (2019-10-30)
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
# 0.3.0 (2019-09-09)
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
### Features
|
|
679
|
+
|
|
680
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
# 0.2.0 (2019-07-12)
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
### Features
|
|
688
|
+
|
|
689
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
690
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
# 0.1.0 (2019-04-19)
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
# [1.0.0-beta.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-beta.3) (2020-04-25)
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
# 1.0.0-beta.2 (2020-03-28)
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
# 1.0.0-beta.1 (2020-03-25)
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
### Features
|
|
712
|
+
|
|
713
|
+
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
# 1.0.0-alpha.28 (2020-03-20)
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
# 1.0.0-alpha.24 (2020-02-19)
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
# 1.0.0-alpha.16 (2020-02-04)
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
### Features
|
|
729
|
+
|
|
730
|
+
* x-amz-user-agent for browser ([#826](https://github.com/aws/aws-sdk-js-v3/issues/826)) ([6c3e098](https://github.com/aws/aws-sdk-js-v3/commit/6c3e0988694953220cef300af6c39f6afd116b6a))
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
# 1.0.0-alpha.13 (2020-01-24)
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
# 1.0.0-alpha.12 (2020-01-22)
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
# 1.0.0-alpha.8 (2020-01-16)
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
# 1.0.0-alpha.1 (2020-01-10)
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
# 0.9.0 (2020-01-09)
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
### Bug Fixes
|
|
754
|
+
|
|
755
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
# 0.7.0 (2019-11-19)
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
### Bug Fixes
|
|
763
|
+
|
|
764
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66e83fa1cb95356f8a1317cf1f80980e3c7))
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
# 0.6.0 (2019-10-30)
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
# 0.3.0 (2019-09-09)
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
### Features
|
|
776
|
+
|
|
777
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
# 0.2.0 (2019-07-12)
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
### Features
|
|
785
|
+
|
|
786
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
787
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
# 0.1.0 (2019-04-19)
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
# [1.0.0-beta.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-beta.2) (2020-03-28)
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
# 1.0.0-beta.1 (2020-03-25)
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
### Features
|
|
805
|
+
|
|
806
|
+
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
# 1.0.0-alpha.28 (2020-03-20)
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
# 1.0.0-alpha.24 (2020-02-19)
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
# 1.0.0-alpha.16 (2020-02-04)
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
### Features
|
|
822
|
+
|
|
823
|
+
* x-amz-user-agent for browser ([#826](https://github.com/aws/aws-sdk-js-v3/issues/826)) ([6c3e098](https://github.com/aws/aws-sdk-js-v3/commit/6c3e0988694953220cef300af6c39f6afd116b6a))
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
# 1.0.0-alpha.13 (2020-01-24)
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
# 1.0.0-alpha.12 (2020-01-22)
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
# 1.0.0-alpha.8 (2020-01-16)
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
# 1.0.0-alpha.1 (2020-01-10)
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
# 0.9.0 (2020-01-09)
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
### Bug Fixes
|
|
847
|
+
|
|
848
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
# 0.7.0 (2019-11-19)
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
### Bug Fixes
|
|
856
|
+
|
|
857
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66e83fa1cb95356f8a1317cf1f80980e3c7))
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
# 0.6.0 (2019-10-30)
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
# 0.3.0 (2019-09-09)
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
### Features
|
|
869
|
+
|
|
870
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
# 0.2.0 (2019-07-12)
|
|
875
|
+
|
|
876
|
+
|
|
877
|
+
### Features
|
|
878
|
+
|
|
879
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
880
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
# 0.1.0 (2019-04-19)
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
# [1.0.0-beta.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-beta.1) (2020-03-25)
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
### Features
|
|
894
|
+
|
|
895
|
+
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f))
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
# 1.0.0-alpha.28 (2020-03-20)
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
# 1.0.0-alpha.24 (2020-02-19)
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
# 1.0.0-alpha.16 (2020-02-04)
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
### Features
|
|
911
|
+
|
|
912
|
+
* x-amz-user-agent for browser ([#826](https://github.com/aws/aws-sdk-js-v3/issues/826)) ([6c3e098](https://github.com/aws/aws-sdk-js-v3/commit/6c3e0988694953220cef300af6c39f6afd116b6a))
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
# 1.0.0-alpha.13 (2020-01-24)
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
# 1.0.0-alpha.12 (2020-01-22)
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
# 1.0.0-alpha.8 (2020-01-16)
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
# 1.0.0-alpha.1 (2020-01-10)
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
# 0.9.0 (2020-01-09)
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
### Bug Fixes
|
|
936
|
+
|
|
937
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
# 0.7.0 (2019-11-19)
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
### Bug Fixes
|
|
945
|
+
|
|
946
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66e83fa1cb95356f8a1317cf1f80980e3c7))
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
# 0.6.0 (2019-10-30)
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
# 0.3.0 (2019-09-09)
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
### Features
|
|
958
|
+
|
|
959
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
# 0.2.0 (2019-07-12)
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
### Features
|
|
967
|
+
|
|
968
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
969
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
# 0.1.0 (2019-04-19)
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
# [1.0.0-alpha.9](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-alpha.9) (2020-03-20)
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
# 1.0.0-alpha.24 (2020-02-19)
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
# 1.0.0-alpha.16 (2020-02-04)
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
### Features
|
|
991
|
+
|
|
992
|
+
* x-amz-user-agent for browser ([#826](https://github.com/aws/aws-sdk-js-v3/issues/826)) ([6c3e098](https://github.com/aws/aws-sdk-js-v3/commit/6c3e0988694953220cef300af6c39f6afd116b6a))
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
# 1.0.0-alpha.13 (2020-01-24)
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
# 1.0.0-alpha.12 (2020-01-22)
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
# 1.0.0-alpha.8 (2020-01-16)
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
# 1.0.0-alpha.1 (2020-01-10)
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
# 0.9.0 (2020-01-09)
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
### Bug Fixes
|
|
1016
|
+
|
|
1017
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e1eb2370fb11b10b3d005369ec1a307e3a))
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
# 0.7.0 (2019-11-19)
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
### Bug Fixes
|
|
1025
|
+
|
|
1026
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66e83fa1cb95356f8a1317cf1f80980e3c7))
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
# 0.6.0 (2019-10-30)
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
# 0.3.0 (2019-09-09)
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
### Features
|
|
1038
|
+
|
|
1039
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805))
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
# 0.2.0 (2019-07-12)
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
### Features
|
|
1047
|
+
|
|
1048
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16))
|
|
1049
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844))
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
# 0.1.0 (2019-04-19)
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
# [1.0.0-alpha.8](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-alpha.8) (2020-02-19)
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
# 1.0.0-alpha.16 (2020-02-04)
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
### Features
|
|
1067
|
+
|
|
1068
|
+
* x-amz-user-agent for browser ([#826](https://github.com/aws/aws-sdk-js-v3/issues/826)) ([6c3e098](https://github.com/aws/aws-sdk-js-v3/commit/6c3e098))
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
# 1.0.0-alpha.13 (2020-01-24)
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
# 1.0.0-alpha.12 (2020-01-22)
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
# 1.0.0-alpha.8 (2020-01-16)
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
# 1.0.0-alpha.1 (2020-01-10)
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
# 0.9.0 (2020-01-09)
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
### Bug Fixes
|
|
1092
|
+
|
|
1093
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
# 0.7.0 (2019-11-19)
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
### Bug Fixes
|
|
1101
|
+
|
|
1102
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66))
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
# 0.6.0 (2019-10-30)
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
# 0.3.0 (2019-09-09)
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
### Features
|
|
1114
|
+
|
|
1115
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
# 0.2.0 (2019-07-12)
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
### Features
|
|
1123
|
+
|
|
1124
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1125
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
# 0.1.0 (2019-04-19)
|
|
1130
|
+
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
# [1.0.0-alpha.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-alpha.7) (2020-02-04)
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
### Features
|
|
1139
|
+
|
|
1140
|
+
* x-amz-user-agent for browser ([#826](https://github.com/aws/aws-sdk-js-v3/issues/826)) ([6c3e098](https://github.com/aws/aws-sdk-js-v3/commit/6c3e098))
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
# 1.0.0-alpha.13 (2020-01-24)
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
|
|
1148
|
+
# 1.0.0-alpha.12 (2020-01-22)
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
# 1.0.0-alpha.8 (2020-01-16)
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
# 1.0.0-alpha.1 (2020-01-10)
|
|
1157
|
+
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
# 0.9.0 (2020-01-09)
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
### Bug Fixes
|
|
1164
|
+
|
|
1165
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
# 0.7.0 (2019-11-19)
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
### Bug Fixes
|
|
1173
|
+
|
|
1174
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66))
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
# 0.6.0 (2019-10-30)
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
# 0.3.0 (2019-09-09)
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
### Features
|
|
1186
|
+
|
|
1187
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
# 0.2.0 (2019-07-12)
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
### Features
|
|
1195
|
+
|
|
1196
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1197
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
# 0.1.0 (2019-04-19)
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
# [1.0.0-alpha.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-alpha.6) (2020-01-24)
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
# 1.0.0-alpha.12 (2020-01-22)
|
|
1212
|
+
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
# 1.0.0-alpha.8 (2020-01-16)
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
# 1.0.0-alpha.1 (2020-01-10)
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
# 0.9.0 (2020-01-09)
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
### Bug Fixes
|
|
1227
|
+
|
|
1228
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
|
|
1232
|
+
# 0.7.0 (2019-11-19)
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+
### Bug Fixes
|
|
1236
|
+
|
|
1237
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66))
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
# 0.6.0 (2019-10-30)
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
# 0.3.0 (2019-09-09)
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
### Features
|
|
1249
|
+
|
|
1250
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
# 0.2.0 (2019-07-12)
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
### Features
|
|
1258
|
+
|
|
1259
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1260
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
# 0.1.0 (2019-04-19)
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
# [1.0.0-alpha.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-alpha.5) (2020-01-22)
|
|
1271
|
+
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
# 1.0.0-alpha.8 (2020-01-16)
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
# 1.0.0-alpha.1 (2020-01-10)
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
# 0.9.0 (2020-01-09)
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
### Bug Fixes
|
|
1286
|
+
|
|
1287
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
|
|
1291
|
+
# 0.7.0 (2019-11-19)
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
### Bug Fixes
|
|
1295
|
+
|
|
1296
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66))
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
# 0.6.0 (2019-10-30)
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
# 0.3.0 (2019-09-09)
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
### Features
|
|
1308
|
+
|
|
1309
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
# 0.2.0 (2019-07-12)
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
### Features
|
|
1317
|
+
|
|
1318
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1319
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
# 0.1.0 (2019-04-19)
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
# [1.0.0-alpha.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-alpha.4) (2020-01-16)
|
|
1330
|
+
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
# 1.0.0-alpha.1 (2020-01-10)
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
# 0.9.0 (2020-01-09)
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
### Bug Fixes
|
|
1341
|
+
|
|
1342
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
# 0.7.0 (2019-11-19)
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
### Bug Fixes
|
|
1350
|
+
|
|
1351
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66))
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
# 0.6.0 (2019-10-30)
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
# 0.3.0 (2019-09-09)
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
### Features
|
|
1363
|
+
|
|
1364
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
# 0.2.0 (2019-07-12)
|
|
1369
|
+
|
|
1370
|
+
|
|
1371
|
+
### Features
|
|
1372
|
+
|
|
1373
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1374
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
# 0.1.0 (2019-04-19)
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
|
|
1383
|
+
|
|
1384
|
+
# [1.0.0-alpha.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-alpha.3) (2020-01-10)
|
|
1385
|
+
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
# 0.9.0 (2020-01-09)
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
### Bug Fixes
|
|
1392
|
+
|
|
1393
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
# 0.7.0 (2019-11-19)
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
### Bug Fixes
|
|
1401
|
+
|
|
1402
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66))
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
|
|
1406
|
+
# 0.6.0 (2019-10-30)
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
# 0.3.0 (2019-09-09)
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
### Features
|
|
1414
|
+
|
|
1415
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
# 0.2.0 (2019-07-12)
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
### Features
|
|
1423
|
+
|
|
1424
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1425
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
# 0.1.0 (2019-04-19)
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
# [1.0.0-alpha.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-alpha.2) (2020-01-09)
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
### Bug Fixes
|
|
1439
|
+
|
|
1440
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1441
|
+
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
# 0.7.0 (2019-11-19)
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
### Bug Fixes
|
|
1448
|
+
|
|
1449
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66))
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
# 0.6.0 (2019-10-30)
|
|
1454
|
+
|
|
1455
|
+
|
|
1456
|
+
|
|
1457
|
+
# 0.3.0 (2019-09-09)
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
### Features
|
|
1461
|
+
|
|
1462
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
# 0.2.0 (2019-07-12)
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
### Features
|
|
1470
|
+
|
|
1471
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1472
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
# 0.1.0 (2019-04-19)
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
# [1.0.0-alpha.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@1.0.0-alpha.1) (2020-01-08)
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
### Bug Fixes
|
|
1486
|
+
|
|
1487
|
+
* update updated types ([#474](https://github.com/aws/aws-sdk-js-v3/issues/474)) ([9efac3e](https://github.com/aws/aws-sdk-js-v3/commit/9efac3e))
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
# 0.7.0 (2019-11-19)
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
### Bug Fixes
|
|
1495
|
+
|
|
1496
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66))
|
|
1497
|
+
|
|
1498
|
+
|
|
1499
|
+
|
|
1500
|
+
# 0.6.0 (2019-10-30)
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
# 0.3.0 (2019-09-09)
|
|
1505
|
+
|
|
1506
|
+
|
|
1507
|
+
### Features
|
|
1508
|
+
|
|
1509
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
# 0.2.0 (2019-07-12)
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
### Features
|
|
1517
|
+
|
|
1518
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1519
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
# 0.1.0 (2019-04-19)
|
|
1524
|
+
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
# [0.1.0-preview.9](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@0.1.0-preview.9) (2019-11-19)
|
|
1530
|
+
|
|
1531
|
+
|
|
1532
|
+
### Bug Fixes
|
|
1533
|
+
|
|
1534
|
+
* do not append to undefined/null header values ([#388](https://github.com/aws/aws-sdk-js-v3/issues/388)) ([c25cc66](https://github.com/aws/aws-sdk-js-v3/commit/c25cc66))
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
# 0.6.0 (2019-10-30)
|
|
1539
|
+
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
# 0.3.0 (2019-09-09)
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
### Features
|
|
1546
|
+
|
|
1547
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
|
|
1551
|
+
# 0.2.0 (2019-07-12)
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
### Features
|
|
1555
|
+
|
|
1556
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1557
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1558
|
+
|
|
1559
|
+
|
|
1560
|
+
|
|
1561
|
+
# 0.1.0 (2019-04-19)
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
# [0.1.0-preview.8](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@0.1.0-preview.8) (2019-10-30)
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
# 0.3.0 (2019-09-09)
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
### Features
|
|
1575
|
+
|
|
1576
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
# 0.2.0 (2019-07-12)
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
### Features
|
|
1584
|
+
|
|
1585
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1586
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
# 0.1.0 (2019-04-19)
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
# [0.1.0-preview.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@0.1.0-preview.7) (2019-10-29)
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
# 0.3.0 (2019-09-09)
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
### Features
|
|
1604
|
+
|
|
1605
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
# 0.2.0 (2019-07-12)
|
|
1610
|
+
|
|
1611
|
+
|
|
1612
|
+
### Features
|
|
1613
|
+
|
|
1614
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1615
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
# 0.1.0 (2019-04-19)
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
# [0.1.0-preview.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@0.1.0-preview.6) (2019-09-09)
|
|
1626
|
+
|
|
1627
|
+
|
|
1628
|
+
### Features
|
|
1629
|
+
|
|
1630
|
+
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
# 0.2.0 (2019-07-12)
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
### Features
|
|
1638
|
+
|
|
1639
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1640
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
|
|
1644
|
+
# 0.1.0 (2019-04-19)
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
# [0.1.0-preview.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@0.1.0-preview.5) (2019-07-12)
|
|
1651
|
+
|
|
1652
|
+
|
|
1653
|
+
### Features
|
|
1654
|
+
|
|
1655
|
+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
|
|
1656
|
+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
|
|
1660
|
+
# 0.1.0 (2019-04-19)
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
|
|
1665
|
+
|
|
1666
|
+
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.3...@aws-sdk/util-user-agent-browser@0.1.0-preview.4) (2019-04-19)
|
|
1667
|
+
|
|
1668
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|
|
1669
|
+
|
|
1670
|
+
# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-user-agent-browser@0.1.0-preview.2...@aws-sdk/util-user-agent-browser@0.1.0-preview.3) (2019-03-27)
|
|
1671
|
+
|
|
1672
|
+
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
|