@alliander-opensource/aws-jwt-sts 0.3.6 → 0.3.7
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 +419 -10
- package/dist/index.js +1 -1
- package/dist/test/index.keyrotate.test.js +140 -1
- package/dist/test/index.sign.test.d.ts +1 -1
- package/dist/test/index.sign.test.js +31 -1
- package/dist/test/index.test.js +17 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +2 -2
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +2 -2
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +1 -1
- package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/deepMerge.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/deepMerge.js +6 -2
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/envUtils.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/envUtils.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/envUtils.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/metadata.d.ts +12 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/metadata.d.ts.map +1 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/metadata.js +38 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.d.ts +4 -4
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.js +6 -6
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/LambdaInterface.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/LambdaInterface.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/awsSdk.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/awsSdk.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/envUtils.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/envUtils.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/json.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/json.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/middy.d.ts +4 -4
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/middy.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/deepMerge.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/deepMerge.js +6 -2
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/envUtils.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/envUtils.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/envUtils.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/metadata.d.ts +12 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/metadata.d.ts.map +1 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/metadata.js +34 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.d.ts +4 -4
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.js +6 -6
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/LambdaInterface.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/LambdaInterface.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/awsSdk.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/awsSdk.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/envUtils.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/envUtils.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/json.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/json.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/middy.d.ts +4 -4
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/middy.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/package.json +10 -2
- package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/logKeys.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/logKeys.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/logKeys.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/logKeys.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/logger/package.json +4 -4
- package/node_modules/@aws-sdk/client-kms/README.md +33 -46
- package/node_modules/@aws-sdk/client-kms/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-cjs/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-kms/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +112 -2269
- package/node_modules/@aws-sdk/client-kms/dist-cjs/models/KMSServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-kms/dist-cjs/models/errors.js +628 -0
- package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +4 -2
- package/node_modules/@aws-sdk/client-kms/dist-cjs/schemas/schemas_0.js +1423 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/KMS.js +14 -12
- package/node_modules/@aws-sdk/client-kms/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyLastUsageCommand.js +16 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/bdd.js +46 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-kms/dist-es/models/enums.js +17 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +3 -1
- package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +316 -279
- package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +61 -53
- package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +59 -58
- package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +10 -5
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateRandomCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetKeyLastUsageCommand.d.ts +188 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReEncryptCommand.d.ts +8 -3
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/RotateKeyOnDemandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/models/enums.d.ts +33 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/models/errors.d.ts +4 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +127 -10
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListGrantsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeyRotationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeysPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListResourceTagsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +56 -45
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMS.d.ts +18 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMSClient.d.ts +8 -3
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/DecryptCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/GetKeyLastUsageCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/enums.d.ts +21 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +21 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +51 -45
- package/node_modules/@aws-sdk/client-kms/package.json +38 -38
- package/node_modules/@aws-sdk/client-s3/README.md +26 -46
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/bdd.js +757 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +155 -4016
- package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +7 -5
- package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3273 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +1 -5
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/bdd.js +754 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +14 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +5 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +183 -160
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +112 -111
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +114 -114
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +15 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +11 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +42 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +6 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +6 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAbacCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +31 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +12 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +12 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +10 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +6 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +22 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +626 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +196 -36
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +11 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +23 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +57 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +20 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +14 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +7 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +7 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +6 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +7 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +6 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +7 -5
- package/node_modules/@aws-sdk/client-s3/package.json +57 -55
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +179 -102
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +20 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +160 -102
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +35 -16
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +4 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +6 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +10 -9
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +8 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +7 -11
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +15 -10
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +17 -17
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +4 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -11
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +16 -7
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +21 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +5 -7
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +14 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +17 -15
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +1 -1
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/crc64-nvme/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-login/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-login/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +59 -44
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +10 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js +10 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +15 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +41 -31
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -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/protocol/S3RestXmlProtocol.js +25 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +9 -25
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
- 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/protocol/S3RestXmlProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +25 -18
- package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-ssec/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +17 -17
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +10 -10
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -8
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -206
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -355
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +89 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +33 -314
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +96 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +13 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +13 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +8 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +10 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +197 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +197 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +16 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +5 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +5 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +22 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +13 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +36 -17
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +13 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
- package/node_modules/@aws-sdk/nested-clients/package.json +58 -37
- package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
- package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +7 -7
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
- package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-arn-parser/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +133 -6
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +10 -7
- package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +22 -15
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +31 -2
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +31 -2
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +66 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +5 -4
- package/node_modules/@nodable/entities/README.md +41 -0
- package/node_modules/@nodable/entities/package.json +54 -0
- package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
- package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
- package/node_modules/@nodable/entities/src/entities.js +1177 -0
- package/node_modules/@nodable/entities/src/entityTries.js +49 -0
- package/node_modules/@nodable/entities/src/index.d.ts +264 -0
- package/node_modules/@nodable/entities/src/index.js +29 -0
- package/node_modules/@smithy/chunked-blob-reader/package.json +6 -6
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -7
- package/node_modules/@smithy/config-resolver/README.md +10 -3
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/package.json +15 -16
- package/node_modules/@smithy/core/README.md +12 -1
- package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +5 -8
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -0
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -0
- package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +52 -31
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +20 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +63 -28
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +72 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +7 -7
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +18 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +25 -19
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +14 -2
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +20 -9
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +35 -15
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +20 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +8 -10
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +30 -6
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +6 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +9 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
- package/node_modules/@smithy/core/endpoints.d.ts +7 -0
- package/node_modules/@smithy/core/endpoints.js +6 -0
- package/node_modules/@smithy/core/package.json +29 -21
- package/node_modules/@smithy/credential-provider-imds/README.md +12 -3
- package/node_modules/@smithy/credential-provider-imds/package.json +13 -14
- package/node_modules/@smithy/eventstream-codec/README.md +13 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +13 -0
- package/node_modules/@smithy/eventstream-codec/package.json +12 -13
- package/node_modules/@smithy/eventstream-serde-browser/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +11 -12
- package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +11 -12
- package/node_modules/@smithy/eventstream-serde-node/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-node/package.json +11 -12
- package/node_modules/@smithy/eventstream-serde-universal/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +14 -15
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -4
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +21 -4
- package/node_modules/@smithy/fetch-http-handler/package.json +17 -18
- package/node_modules/@smithy/hash-blob-browser/README.md +10 -3
- package/node_modules/@smithy/hash-blob-browser/package.json +13 -14
- package/node_modules/@smithy/hash-node/README.md +10 -3
- package/node_modules/@smithy/hash-node/package.json +12 -13
- package/node_modules/@smithy/hash-stream-node/README.md +9 -4
- package/node_modules/@smithy/hash-stream-node/package.json +12 -13
- package/node_modules/@smithy/invalid-dependency/README.md +10 -3
- package/node_modules/@smithy/invalid-dependency/package.json +10 -11
- package/node_modules/@smithy/is-array-buffer/package.json +6 -6
- package/node_modules/@smithy/md5-js/README.md +10 -3
- package/node_modules/@smithy/md5-js/package.json +13 -14
- package/node_modules/@smithy/middleware-content-length/README.md +13 -0
- package/node_modules/@smithy/middleware-content-length/package.json +11 -12
- package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +19 -3
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +9 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +14 -15
- package/node_modules/@smithy/middleware-retry/README.md +13 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +79 -41
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
- package/node_modules/@smithy/middleware-retry/dist-es/index.js +5 -4
- package/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
- package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +94 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +13 -20
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +3 -1
- package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +5 -4
- package/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +24 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -4
- package/node_modules/@smithy/middleware-retry/package.json +18 -18
- package/node_modules/@smithy/middleware-serde/README.md +13 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
- package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
- package/node_modules/@smithy/middleware-serde/package.json +14 -14
- package/node_modules/@smithy/middleware-stack/README.md +13 -0
- package/node_modules/@smithy/middleware-stack/package.json +11 -12
- package/node_modules/@smithy/node-config-provider/README.md +10 -3
- package/node_modules/@smithy/node-config-provider/package.json +12 -13
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +285 -149
- package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +41 -35
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +84 -42
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -18
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +48 -48
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +10 -3
- package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +32 -14
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +33 -9
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +14 -6
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +14 -15
- package/node_modules/@smithy/property-provider/README.md +10 -3
- package/node_modules/@smithy/property-provider/package.json +10 -11
- package/node_modules/@smithy/protocol-http/README.md +13 -0
- package/node_modules/@smithy/protocol-http/package.json +10 -11
- package/node_modules/@smithy/querystring-builder/README.md +10 -3
- package/node_modules/@smithy/querystring-builder/package.json +11 -12
- package/node_modules/@smithy/querystring-parser/README.md +10 -3
- package/node_modules/@smithy/querystring-parser/package.json +10 -11
- package/node_modules/@smithy/service-error-classification/README.md +13 -0
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +6 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +5 -0
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +6 -0
- package/node_modules/@smithy/service-error-classification/package.json +10 -11
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/shared-ini-file-loader/package.json +11 -12
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +24 -5
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +11 -5
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -3
- package/node_modules/@smithy/signature-v4/package.json +17 -18
- package/node_modules/@smithy/smithy-client/README.md +10 -3
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +39 -18
- package/node_modules/@smithy/smithy-client/dist-es/command.js +8 -1
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/package.json +15 -14
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/retry.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +20 -3
- package/node_modules/@smithy/types/package.json +10 -11
- package/node_modules/@smithy/url-parser/README.md +10 -3
- package/node_modules/@smithy/url-parser/package.json +11 -12
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
- package/node_modules/@smithy/util-base64/package.json +8 -8
- package/node_modules/@smithy/util-body-length-browser/package.json +6 -6
- package/node_modules/@smithy/util-body-length-node/package.json +6 -6
- package/node_modules/@smithy/util-buffer-from/package.json +7 -7
- package/node_modules/@smithy/util-config-provider/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -10
- package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -13
- package/node_modules/@smithy/util-endpoints/README.md +10 -3
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +212 -111
- package/node_modules/@smithy/util-endpoints/dist-es/bdd/BinaryDecisionDiagram.js +15 -0
- package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +42 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/coalesce.js +8 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +2 -1
- package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +3 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/ite.js +3 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/split.js +13 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +8 -13
- package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +4 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +9 -7
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +12 -8
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +14 -13
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +7 -4
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +22 -5
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +4 -4
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +3 -6
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +5 -5
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +4 -4
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +22 -0
- package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/coalesce.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/ite.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/split.d.ts +11 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +3 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +2 -11
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +6 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +3 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +3 -1
- package/node_modules/@smithy/util-endpoints/package.json +13 -14
- package/node_modules/@smithy/util-hex-encoding/package.json +6 -6
- package/node_modules/@smithy/util-middleware/README.md +9 -4
- package/node_modules/@smithy/util-middleware/package.json +10 -11
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +155 -86
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +15 -6
- package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +31 -29
- package/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +56 -30
- package/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
- package/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
- package/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/util-retry/package.json +14 -15
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -29
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/package.json +20 -21
- package/node_modules/@smithy/util-uri-escape/package.json +6 -6
- package/node_modules/@smithy/util-utf8/package.json +7 -7
- package/node_modules/@smithy/util-waiter/README.md +10 -3
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +59 -34
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +61 -34
- package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -1
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
- package/node_modules/@smithy/util-waiter/package.json +11 -12
- package/node_modules/@smithy/uuid/package.json +6 -6
- package/node_modules/bowser/README.md +72 -3
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +44 -6
- package/node_modules/bowser/package.json +10 -5
- package/node_modules/bowser/src/bowser.js +24 -8
- package/node_modules/bowser/src/constants.js +8 -0
- package/node_modules/bowser/src/parser-browsers.js +89 -0
- package/node_modules/bowser/src/parser-platforms.js +42 -0
- package/node_modules/bowser/src/parser.js +86 -5
- package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
- package/node_modules/fast-xml-builder/LICENSE +21 -0
- package/node_modules/fast-xml-builder/README.md +23 -0
- package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
- package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
- package/node_modules/fast-xml-builder/package.json +80 -0
- package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
- package/node_modules/fast-xml-builder/src/fxb.js +533 -0
- package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +306 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +133 -0
- package/node_modules/fast-xml-parser/README.md +16 -35
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +342 -31
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
- package/node_modules/fast-xml-parser/package.json +8 -5
- package/node_modules/fast-xml-parser/src/fxp.d.ts +321 -28
- package/node_modules/fast-xml-parser/src/fxp.js +1 -1
- package/node_modules/fast-xml-parser/src/util.js +18 -25
- package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +89 -87
- package/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +10 -10
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +23 -23
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +29 -29
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +39 -39
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +17 -17
- package/node_modules/fast-xml-parser/src/v6/XMLParser.js +22 -22
- package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +85 -85
- package/node_modules/fast-xml-parser/src/validator.js +34 -34
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -284
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +99 -71
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +160 -43
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +528 -327
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +25 -25
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +96 -42
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +10 -10
- package/node_modules/jsrsasign/README.md +10 -18
- package/node_modules/jsrsasign/lib/footer.js +2 -0
- package/node_modules/jsrsasign/lib/jsrsasign-all-min.js +13 -13
- package/node_modules/jsrsasign/lib/jsrsasign-jwths-min.js +8 -8
- package/node_modules/jsrsasign/lib/jsrsasign-rsa-min.js +10 -10
- package/node_modules/jsrsasign/lib/jsrsasign.js +15 -13
- package/node_modules/jsrsasign/package.json +1 -12
- package/node_modules/jsrsasign/test/t_base64x.js +12 -0
- package/node_modules/jsrsasign/test/t_timeeq.js +15 -0
- package/node_modules/path-expression-matcher/LICENSE +21 -0
- package/node_modules/path-expression-matcher/README.md +872 -0
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
- package/node_modules/path-expression-matcher/lib/pem.d.cts +634 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
- package/node_modules/path-expression-matcher/package.json +78 -0
- package/node_modules/path-expression-matcher/src/Expression.js +232 -0
- package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
- package/node_modules/path-expression-matcher/src/Matcher.js +570 -0
- package/node_modules/path-expression-matcher/src/index.d.ts +523 -0
- package/node_modules/path-expression-matcher/src/index.js +29 -0
- package/node_modules/strnum/CHANGELOG.md +9 -2
- package/node_modules/strnum/README.md +1 -0
- package/node_modules/strnum/package.json +3 -3
- package/node_modules/strnum/strnum.js +92 -60
- package/package.json +22 -22
- package/node_modules/@aws-sdk/client-kms/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/README.md +0 -244
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -75
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -424
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -37
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -51
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -47
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -69
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +0 -14
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -8
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -32
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -46
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -43
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -152
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -200
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -31
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -62
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -62
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -61
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +0 -20
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -138
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -46
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -120
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -115
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -124
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -58
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -24
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/client-sso/package.json +0 -99
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@smithy/abort-controller/LICENSE +0 -201
- package/node_modules/@smithy/abort-controller/README.md +0 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
- package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/package.json +0 -63
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +0 -9
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -10
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -15
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -13
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -14
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -19
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -13
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -13
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -14
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
- package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -33
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/request-builder/requestBuilder.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +0 -12
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +0 -33
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -22
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -17
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -65
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -26
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -31
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +0 -60
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +0 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +0 -27
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +0 -76
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +0 -11
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +0 -16
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -13
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -51
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -4
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -13
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -21
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +0 -64
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +0 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +0 -11
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +0 -37
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +0 -24
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -135
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +0 -16
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +0 -28
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +0 -73
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +0 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +0 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +0 -45
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +0 -270
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +0 -47
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +0 -11
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +0 -33
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +0 -27
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -6
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -42
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
- package/node_modules/@smithy/hash-blob-browser/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
- package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/HashCalculator.d.ts +0 -11
- package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/fileStreamHasher.d.ts +0 -6
- package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/readableStreamHasher.d.ts +0 -6
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
- package/node_modules/@smithy/md5-js/dist-types/ts3.4/constants.d.ts +0 -12
- package/node_modules/@smithy/md5-js/dist-types/ts3.4/index.d.ts +0 -16
- package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -14
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -4
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -5
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -18
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -109
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +0 -32
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -41
- package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +0 -94
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -23
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -24
- package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -23
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -33
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -66
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -24
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -13
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -6
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -18
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -65
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -6
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -24
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -5
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -31
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -20
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -22
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -9
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -46
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -24
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -63
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -8
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -31
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -31
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -50
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -33
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -35
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -56
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -29
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
- package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -30
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -24
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +0 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +0 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -52
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -10
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -33
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +0 -21
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -21
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -69
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -30
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -11
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -24
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -87
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -119
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -18
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -42
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -24
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -21
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +0 -9
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -43
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -149
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -251
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -118
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
- package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -13
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -22
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -37
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -60
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -14
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -13
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -15
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -54
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -10
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -9
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -8
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -17
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -17
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +0 -6
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -11
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +0 -10
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -8
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -4
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -8
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -49
- package/node_modules/bowser/CHANGELOG.md +0 -218
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
- package/node_modules/strnum/.github/SECURITY.md +0 -5
- package/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/strnum/algo.stflow +0 -84
- package/node_modules/strnum/strnum.test.js +0 -173
- package/node_modules/strnum/test.js +0 -9
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js → nested-clients/dist-es/submodules/sso/models/models_0.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{AdaptiveRetryStrategy.js → retry-pre-sra-deprecated/AdaptiveRetryStrategy.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{defaultRetryQuota.js → retry-pre-sra-deprecated/defaultRetryQuota.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{delayDecider.js → retry-pre-sra-deprecated/delayDecider.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{retryDecider.js → retry-pre-sra-deprecated/retryDecider.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{types.js → retry-pre-sra-deprecated/types.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-types/{StandardRetryStrategy.d.ts → retry-pre-sra-deprecated/StandardRetryStrategy.d.ts} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-types/{retryDecider.d.ts → retry-pre-sra-deprecated/retryDecider.d.ts} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-types/{types.d.ts → retry-pre-sra-deprecated/types.d.ts} +0 -0
- /package/node_modules/{fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
|
@@ -0,0 +1,1423 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.errorTypeRegistries = exports.XksProxyVpcEndpointServiceNotFoundException$ = exports.XksProxyVpcEndpointServiceInvalidConfigurationException$ = exports.XksProxyVpcEndpointServiceInUseException$ = exports.XksProxyUriUnreachableException$ = exports.XksProxyUriInUseException$ = exports.XksProxyUriEndpointInUseException$ = exports.XksProxyInvalidResponseException$ = exports.XksProxyInvalidConfigurationException$ = exports.XksProxyIncorrectAuthenticationCredentialException$ = exports.XksKeyNotFoundException$ = exports.XksKeyInvalidConfigurationException$ = exports.XksKeyAlreadyInUseException$ = exports.UnsupportedOperationException$ = exports.TagException$ = exports.NotFoundException$ = exports.MalformedPolicyDocumentException$ = exports.LimitExceededException$ = exports.KMSInvalidStateException$ = exports.KMSInvalidSignatureException$ = exports.KMSInvalidMacException$ = exports.KMSInternalException$ = exports.KeyUnavailableException$ = exports.InvalidMarkerException$ = exports.InvalidKeyUsageException$ = exports.InvalidImportTokenException$ = exports.InvalidGrantTokenException$ = exports.InvalidGrantIdException$ = exports.InvalidCiphertextException$ = exports.InvalidArnException$ = exports.InvalidAliasNameException$ = exports.IncorrectTrustAnchorException$ = exports.IncorrectKeyMaterialException$ = exports.IncorrectKeyException$ = exports.ExpiredImportTokenException$ = exports.DryRunOperationException$ = exports.DisabledException$ = exports.DependencyTimeoutException$ = exports.CustomKeyStoreNotFoundException$ = exports.CustomKeyStoreNameInUseException$ = exports.CustomKeyStoreInvalidStateException$ = exports.CustomKeyStoreHasCMKsException$ = exports.ConflictException$ = exports.CloudHsmClusterNotRelatedException$ = exports.CloudHsmClusterNotFoundException$ = exports.CloudHsmClusterNotActiveException$ = exports.CloudHsmClusterInvalidConfigurationException$ = exports.CloudHsmClusterInUseException$ = exports.AlreadyExistsException$ = exports.KMSServiceException$ = void 0;
|
|
4
|
+
exports.GetKeyPolicyResponse$ = exports.GetKeyPolicyRequest$ = exports.GetKeyLastUsageResponse$ = exports.GetKeyLastUsageRequest$ = exports.GenerateRandomResponse$ = exports.GenerateRandomRequest$ = exports.GenerateMacResponse$ = exports.GenerateMacRequest$ = exports.GenerateDataKeyWithoutPlaintextResponse$ = exports.GenerateDataKeyWithoutPlaintextRequest$ = exports.GenerateDataKeyResponse$ = exports.GenerateDataKeyRequest$ = exports.GenerateDataKeyPairWithoutPlaintextResponse$ = exports.GenerateDataKeyPairWithoutPlaintextRequest$ = exports.GenerateDataKeyPairResponse$ = exports.GenerateDataKeyPairRequest$ = exports.EncryptResponse$ = exports.EncryptRequest$ = exports.EnableKeyRotationRequest$ = exports.EnableKeyRequest$ = exports.DisconnectCustomKeyStoreResponse$ = exports.DisconnectCustomKeyStoreRequest$ = exports.DisableKeyRotationRequest$ = exports.DisableKeyRequest$ = exports.DescribeKeyResponse$ = exports.DescribeKeyRequest$ = exports.DescribeCustomKeyStoresResponse$ = exports.DescribeCustomKeyStoresRequest$ = exports.DeriveSharedSecretResponse$ = exports.DeriveSharedSecretRequest$ = exports.DeleteImportedKeyMaterialResponse$ = exports.DeleteImportedKeyMaterialRequest$ = exports.DeleteCustomKeyStoreResponse$ = exports.DeleteCustomKeyStoreRequest$ = exports.DeleteAliasRequest$ = exports.DecryptResponse$ = exports.DecryptRequest$ = exports.CustomKeyStoresListEntry$ = exports.CreateKeyResponse$ = exports.CreateKeyRequest$ = exports.CreateGrantResponse$ = exports.CreateGrantRequest$ = exports.CreateCustomKeyStoreResponse$ = exports.CreateCustomKeyStoreRequest$ = exports.CreateAliasRequest$ = exports.ConnectCustomKeyStoreResponse$ = exports.ConnectCustomKeyStoreRequest$ = exports.CancelKeyDeletionResponse$ = exports.CancelKeyDeletionRequest$ = exports.AliasListEntry$ = void 0;
|
|
5
|
+
exports.UpdateKeyDescriptionRequest$ = exports.UpdateCustomKeyStoreResponse$ = exports.UpdateCustomKeyStoreRequest$ = exports.UpdateAliasRequest$ = exports.UntagResourceRequest$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SignResponse$ = exports.SignRequest$ = exports.ScheduleKeyDeletionResponse$ = exports.ScheduleKeyDeletionRequest$ = exports.RotationsListEntry$ = exports.RotateKeyOnDemandResponse$ = exports.RotateKeyOnDemandRequest$ = exports.RevokeGrantRequest$ = exports.RetireGrantRequest$ = exports.ReplicateKeyResponse$ = exports.ReplicateKeyRequest$ = exports.ReEncryptResponse$ = exports.ReEncryptRequest$ = exports.RecipientInfo$ = exports.PutKeyPolicyRequest$ = exports.MultiRegionKey$ = exports.MultiRegionConfiguration$ = exports.ListRetirableGrantsRequest$ = exports.ListResourceTagsResponse$ = exports.ListResourceTagsRequest$ = exports.ListKeysResponse$ = exports.ListKeysRequest$ = exports.ListKeyRotationsResponse$ = exports.ListKeyRotationsRequest$ = exports.ListKeyPoliciesResponse$ = exports.ListKeyPoliciesRequest$ = exports.ListGrantsResponse$ = exports.ListGrantsRequest$ = exports.ListAliasesResponse$ = exports.ListAliasesRequest$ = exports.KeyMetadata$ = exports.KeyListEntry$ = exports.KeyLastUsageData$ = exports.ImportKeyMaterialResponse$ = exports.ImportKeyMaterialRequest$ = exports.GrantListEntry$ = exports.GrantConstraints$ = exports.GetPublicKeyResponse$ = exports.GetPublicKeyRequest$ = exports.GetParametersForImportResponse$ = exports.GetParametersForImportRequest$ = exports.GetKeyRotationStatusResponse$ = exports.GetKeyRotationStatusRequest$ = void 0;
|
|
6
|
+
exports.RetireGrant$ = exports.ReplicateKey$ = exports.ReEncrypt$ = exports.PutKeyPolicy$ = exports.ListRetirableGrants$ = exports.ListResourceTags$ = exports.ListKeys$ = exports.ListKeyRotations$ = exports.ListKeyPolicies$ = exports.ListGrants$ = exports.ListAliases$ = exports.ImportKeyMaterial$ = exports.GetPublicKey$ = exports.GetParametersForImport$ = exports.GetKeyRotationStatus$ = exports.GetKeyPolicy$ = exports.GetKeyLastUsage$ = exports.GenerateRandom$ = exports.GenerateMac$ = exports.GenerateDataKeyWithoutPlaintext$ = exports.GenerateDataKeyPairWithoutPlaintext$ = exports.GenerateDataKeyPair$ = exports.GenerateDataKey$ = exports.Encrypt$ = exports.EnableKeyRotation$ = exports.EnableKey$ = exports.DisconnectCustomKeyStore$ = exports.DisableKeyRotation$ = exports.DisableKey$ = exports.DescribeKey$ = exports.DescribeCustomKeyStores$ = exports.DeriveSharedSecret$ = exports.DeleteImportedKeyMaterial$ = exports.DeleteCustomKeyStore$ = exports.DeleteAlias$ = exports.Decrypt$ = exports.CreateKey$ = exports.CreateGrant$ = exports.CreateCustomKeyStore$ = exports.CreateAlias$ = exports.ConnectCustomKeyStore$ = exports.CancelKeyDeletion$ = exports.XksProxyConfigurationType$ = exports.XksProxyAuthenticationCredentialType$ = exports.XksKeyConfigurationType$ = exports.VerifyResponse$ = exports.VerifyRequest$ = exports.VerifyMacResponse$ = exports.VerifyMacRequest$ = exports.UpdatePrimaryRegionRequest$ = void 0;
|
|
7
|
+
exports.VerifyMac$ = exports.Verify$ = exports.UpdatePrimaryRegion$ = exports.UpdateKeyDescription$ = exports.UpdateCustomKeyStore$ = exports.UpdateAlias$ = exports.UntagResource$ = exports.TagResource$ = exports.Sign$ = exports.ScheduleKeyDeletion$ = exports.RotateKeyOnDemand$ = exports.RevokeGrant$ = void 0;
|
|
8
|
+
const _A = "Arn";
|
|
9
|
+
const _AA = "AliasArn";
|
|
10
|
+
const _AD = "AttestationDocument";
|
|
11
|
+
const _AEE = "AlreadyExistsException";
|
|
12
|
+
const _AKI = "AccessKeyId";
|
|
13
|
+
const _AL = "AliasList";
|
|
14
|
+
const _ALE = "AliasListEntry";
|
|
15
|
+
const _AN = "AliasName";
|
|
16
|
+
const _AWSAI = "AWSAccountId";
|
|
17
|
+
const _Al = "Aliases";
|
|
18
|
+
const _BPLSC = "BypassPolicyLockoutSafetyCheck";
|
|
19
|
+
const _C = "Constraints";
|
|
20
|
+
const _CA = "CreateAlias";
|
|
21
|
+
const _CAR = "CreateAliasRequest";
|
|
22
|
+
const _CB = "CiphertextBlob";
|
|
23
|
+
const _CCKS = "ConnectCustomKeyStore";
|
|
24
|
+
const _CCKSR = "ConnectCustomKeyStoreRequest";
|
|
25
|
+
const _CCKSRo = "ConnectCustomKeyStoreResponse";
|
|
26
|
+
const _CCKSRr = "CreateCustomKeyStoreRequest";
|
|
27
|
+
const _CCKSRre = "CreateCustomKeyStoreResponse";
|
|
28
|
+
const _CCKSr = "CreateCustomKeyStore";
|
|
29
|
+
const _CD = "CreationDate";
|
|
30
|
+
const _CE = "ConflictException";
|
|
31
|
+
const _CEC = "ConnectionErrorCode";
|
|
32
|
+
const _CFR = "CiphertextForRecipient";
|
|
33
|
+
const _CG = "CreateGrant";
|
|
34
|
+
const _CGR = "CreateGrantRequest";
|
|
35
|
+
const _CGRr = "CreateGrantResponse";
|
|
36
|
+
const _CHCI = "CloudHsmClusterId";
|
|
37
|
+
const _CHCICE = "CloudHsmClusterInvalidConfigurationException";
|
|
38
|
+
const _CHCIUE = "CloudHsmClusterInUseException";
|
|
39
|
+
const _CHCNAE = "CloudHsmClusterNotActiveException";
|
|
40
|
+
const _CHCNFE = "CloudHsmClusterNotFoundException";
|
|
41
|
+
const _CHCNRE = "CloudHsmClusterNotRelatedException";
|
|
42
|
+
const _CK = "CreateKey";
|
|
43
|
+
const _CKD = "CancelKeyDeletion";
|
|
44
|
+
const _CKDR = "CancelKeyDeletionRequest";
|
|
45
|
+
const _CKDRa = "CancelKeyDeletionResponse";
|
|
46
|
+
const _CKMI = "CurrentKeyMaterialId";
|
|
47
|
+
const _CKR = "CreateKeyRequest";
|
|
48
|
+
const _CKRr = "CreateKeyResponse";
|
|
49
|
+
const _CKS = "CustomKeyStores";
|
|
50
|
+
const _CKSHCMKE = "CustomKeyStoreHasCMKsException";
|
|
51
|
+
const _CKSI = "CustomKeyStoreId";
|
|
52
|
+
const _CKSISE = "CustomKeyStoreInvalidStateException";
|
|
53
|
+
const _CKSL = "CustomKeyStoresList";
|
|
54
|
+
const _CKSLE = "CustomKeyStoresListEntry";
|
|
55
|
+
const _CKSN = "CustomKeyStoreName";
|
|
56
|
+
const _CKSNFE = "CustomKeyStoreNotFoundException";
|
|
57
|
+
const _CKSNIUE = "CustomKeyStoreNameInUseException";
|
|
58
|
+
const _CKST = "CustomKeyStoreType";
|
|
59
|
+
const _CMKS = "CustomerMasterKeySpec";
|
|
60
|
+
const _CS = "ConnectionState";
|
|
61
|
+
const _CTEI = "CloudTrailEventId";
|
|
62
|
+
const _Co = "Connectivity";
|
|
63
|
+
const _D = "Description";
|
|
64
|
+
const _DA = "DeleteAlias";
|
|
65
|
+
const _DAR = "DeleteAliasRequest";
|
|
66
|
+
const _DCKS = "DeleteCustomKeyStore";
|
|
67
|
+
const _DCKSR = "DeleteCustomKeyStoreRequest";
|
|
68
|
+
const _DCKSRe = "DeleteCustomKeyStoreResponse";
|
|
69
|
+
const _DCKSRes = "DescribeCustomKeyStoresRequest";
|
|
70
|
+
const _DCKSResc = "DescribeCustomKeyStoresResponse";
|
|
71
|
+
const _DCKSRi = "DisconnectCustomKeyStoreRequest";
|
|
72
|
+
const _DCKSRis = "DisconnectCustomKeyStoreResponse";
|
|
73
|
+
const _DCKSe = "DescribeCustomKeyStores";
|
|
74
|
+
const _DCKSi = "DisconnectCustomKeyStore";
|
|
75
|
+
const _DD = "DeletionDate";
|
|
76
|
+
const _DE = "DisabledException";
|
|
77
|
+
const _DEA = "DestinationEncryptionAlgorithm";
|
|
78
|
+
const _DEC = "DestinationEncryptionContext";
|
|
79
|
+
const _DIKM = "DeleteImportedKeyMaterial";
|
|
80
|
+
const _DIKMR = "DeleteImportedKeyMaterialRequest";
|
|
81
|
+
const _DIKMRe = "DeleteImportedKeyMaterialResponse";
|
|
82
|
+
const _DK = "DescribeKey";
|
|
83
|
+
const _DKI = "DestinationKeyId";
|
|
84
|
+
const _DKMI = "DestinationKeyMaterialId";
|
|
85
|
+
const _DKR = "DescribeKeyRequest";
|
|
86
|
+
const _DKRR = "DisableKeyRotationRequest";
|
|
87
|
+
const _DKRe = "DescribeKeyResponse";
|
|
88
|
+
const _DKRi = "DisableKeyRequest";
|
|
89
|
+
const _DKRis = "DisableKeyRotation";
|
|
90
|
+
const _DKi = "DisableKey";
|
|
91
|
+
const _DR = "DryRun";
|
|
92
|
+
const _DRM = "DryRunModifiers";
|
|
93
|
+
const _DROE = "DryRunOperationException";
|
|
94
|
+
const _DRe = "DecryptRequest";
|
|
95
|
+
const _DRec = "DecryptResponse";
|
|
96
|
+
const _DSS = "DeriveSharedSecret";
|
|
97
|
+
const _DSSR = "DeriveSharedSecretRequest";
|
|
98
|
+
const _DSSRe = "DeriveSharedSecretResponse";
|
|
99
|
+
const _DTE = "DependencyTimeoutException";
|
|
100
|
+
const _De = "Decrypt";
|
|
101
|
+
const _E = "Enabled";
|
|
102
|
+
const _EA = "EncryptionAlgorithm";
|
|
103
|
+
const _EAn = "EncryptionAlgorithms";
|
|
104
|
+
const _EC = "EncryptionContext";
|
|
105
|
+
const _ECE = "EncryptionContextEquals";
|
|
106
|
+
const _ECS = "EncryptionContextSubset";
|
|
107
|
+
const _EITE = "ExpiredImportTokenException";
|
|
108
|
+
const _EK = "EnableKey";
|
|
109
|
+
const _EKM = "EncryptedKeyMaterial";
|
|
110
|
+
const _EKR = "EnableKeyRequest";
|
|
111
|
+
const _EKRR = "EnableKeyRotationRequest";
|
|
112
|
+
const _EKRn = "EnableKeyRotation";
|
|
113
|
+
const _EM = "ExpirationModel";
|
|
114
|
+
const _ER = "EncryptRequest";
|
|
115
|
+
const _ERn = "EncryptResponse";
|
|
116
|
+
const _En = "Encrypt";
|
|
117
|
+
const _G = "Grants";
|
|
118
|
+
const _GC = "GrantConstraints";
|
|
119
|
+
const _GDK = "GenerateDataKey";
|
|
120
|
+
const _GDKP = "GenerateDataKeyPair";
|
|
121
|
+
const _GDKPR = "GenerateDataKeyPairRequest";
|
|
122
|
+
const _GDKPRe = "GenerateDataKeyPairResponse";
|
|
123
|
+
const _GDKPWP = "GenerateDataKeyPairWithoutPlaintext";
|
|
124
|
+
const _GDKPWPR = "GenerateDataKeyPairWithoutPlaintextRequest";
|
|
125
|
+
const _GDKPWPRe = "GenerateDataKeyPairWithoutPlaintextResponse";
|
|
126
|
+
const _GDKR = "GenerateDataKeyRequest";
|
|
127
|
+
const _GDKRe = "GenerateDataKeyResponse";
|
|
128
|
+
const _GDKWP = "GenerateDataKeyWithoutPlaintext";
|
|
129
|
+
const _GDKWPR = "GenerateDataKeyWithoutPlaintextRequest";
|
|
130
|
+
const _GDKWPRe = "GenerateDataKeyWithoutPlaintextResponse";
|
|
131
|
+
const _GI = "GrantId";
|
|
132
|
+
const _GKLU = "GetKeyLastUsage";
|
|
133
|
+
const _GKLUR = "GetKeyLastUsageRequest";
|
|
134
|
+
const _GKLURe = "GetKeyLastUsageResponse";
|
|
135
|
+
const _GKP = "GetKeyPolicy";
|
|
136
|
+
const _GKPR = "GetKeyPolicyRequest";
|
|
137
|
+
const _GKPRe = "GetKeyPolicyResponse";
|
|
138
|
+
const _GKRS = "GetKeyRotationStatus";
|
|
139
|
+
const _GKRSR = "GetKeyRotationStatusRequest";
|
|
140
|
+
const _GKRSRe = "GetKeyRotationStatusResponse";
|
|
141
|
+
const _GL = "GrantList";
|
|
142
|
+
const _GLE = "GrantListEntry";
|
|
143
|
+
const _GM = "GenerateMac";
|
|
144
|
+
const _GMR = "GenerateMacRequest";
|
|
145
|
+
const _GMRe = "GenerateMacResponse";
|
|
146
|
+
const _GP = "GranteePrincipal";
|
|
147
|
+
const _GPFI = "GetParametersForImport";
|
|
148
|
+
const _GPFIR = "GetParametersForImportRequest";
|
|
149
|
+
const _GPFIRe = "GetParametersForImportResponse";
|
|
150
|
+
const _GPK = "GetPublicKey";
|
|
151
|
+
const _GPKR = "GetPublicKeyRequest";
|
|
152
|
+
const _GPKRe = "GetPublicKeyResponse";
|
|
153
|
+
const _GR = "GenerateRandom";
|
|
154
|
+
const _GRR = "GenerateRandomRequest";
|
|
155
|
+
const _GRRe = "GenerateRandomResponse";
|
|
156
|
+
const _GT = "GrantTokens";
|
|
157
|
+
const _GTr = "GrantToken";
|
|
158
|
+
const _I = "Id";
|
|
159
|
+
const _IA = "IssuingAccount";
|
|
160
|
+
const _IAE = "InvalidArnException";
|
|
161
|
+
const _IANE = "InvalidAliasNameException";
|
|
162
|
+
const _ICE = "InvalidCiphertextException";
|
|
163
|
+
const _IGIE = "InvalidGrantIdException";
|
|
164
|
+
const _IGTE = "InvalidGrantTokenException";
|
|
165
|
+
const _IITE = "InvalidImportTokenException";
|
|
166
|
+
const _IKE = "IncorrectKeyException";
|
|
167
|
+
const _IKM = "IncludeKeyMaterial";
|
|
168
|
+
const _IKME = "IncorrectKeyMaterialException";
|
|
169
|
+
const _IKMR = "ImportKeyMaterialRequest";
|
|
170
|
+
const _IKMRm = "ImportKeyMaterialResponse";
|
|
171
|
+
const _IKMm = "ImportKeyMaterial";
|
|
172
|
+
const _IKUE = "InvalidKeyUsageException";
|
|
173
|
+
const _IME = "InvalidMarkerException";
|
|
174
|
+
const _IS = "ImportState";
|
|
175
|
+
const _IT = "ImportToken";
|
|
176
|
+
const _ITAE = "IncorrectTrustAnchorException";
|
|
177
|
+
const _ITm = "ImportType";
|
|
178
|
+
const _K = "Keys";
|
|
179
|
+
const _KA = "KeyArn";
|
|
180
|
+
const _KAA = "KeyAgreementAlgorithm";
|
|
181
|
+
const _KAAe = "KeyAgreementAlgorithms";
|
|
182
|
+
const _KCD = "KeyCreationDate";
|
|
183
|
+
const _KEA = "KeyEncryptionAlgorithm";
|
|
184
|
+
const _KI = "KeyId";
|
|
185
|
+
const _KL = "KeyList";
|
|
186
|
+
const _KLE = "KeyListEntry";
|
|
187
|
+
const _KLU = "KeyLastUsage";
|
|
188
|
+
const _KLUD = "KeyLastUsageData";
|
|
189
|
+
const _KM = "KeyMetadata";
|
|
190
|
+
const _KMD = "KeyMaterialDescription";
|
|
191
|
+
const _KMI = "KeyMaterialId";
|
|
192
|
+
const _KMS = "KeyMaterialState";
|
|
193
|
+
const _KMSIE = "KMSInternalException";
|
|
194
|
+
const _KMSIME = "KMSInvalidMacException";
|
|
195
|
+
const _KMSISE = "KMSInvalidSignatureException";
|
|
196
|
+
const _KMSISEn = "KMSInvalidStateException";
|
|
197
|
+
const _KMe = "KeyManager";
|
|
198
|
+
const _KO = "KeyOrigin";
|
|
199
|
+
const _KPS = "KeyPairSpec";
|
|
200
|
+
const _KRE = "KeyRotationEnabled";
|
|
201
|
+
const _KRI = "KmsRequestId";
|
|
202
|
+
const _KS = "KeySpec";
|
|
203
|
+
const _KSP = "KeyStorePassword";
|
|
204
|
+
const _KSPT = "KeyStorePasswordType";
|
|
205
|
+
const _KSe = "KeyState";
|
|
206
|
+
const _KU = "KeyUsage";
|
|
207
|
+
const _KUE = "KeyUnavailableException";
|
|
208
|
+
const _L = "Limit";
|
|
209
|
+
const _LA = "ListAliases";
|
|
210
|
+
const _LAR = "ListAliasesRequest";
|
|
211
|
+
const _LARi = "ListAliasesResponse";
|
|
212
|
+
const _LEE = "LimitExceededException";
|
|
213
|
+
const _LG = "ListGrants";
|
|
214
|
+
const _LGR = "ListGrantsRequest";
|
|
215
|
+
const _LGRi = "ListGrantsResponse";
|
|
216
|
+
const _LK = "ListKeys";
|
|
217
|
+
const _LKP = "ListKeyPolicies";
|
|
218
|
+
const _LKPR = "ListKeyPoliciesRequest";
|
|
219
|
+
const _LKPRi = "ListKeyPoliciesResponse";
|
|
220
|
+
const _LKR = "ListKeysRequest";
|
|
221
|
+
const _LKRR = "ListKeyRotationsRequest";
|
|
222
|
+
const _LKRRi = "ListKeyRotationsResponse";
|
|
223
|
+
const _LKRi = "ListKeysResponse";
|
|
224
|
+
const _LKRis = "ListKeyRotations";
|
|
225
|
+
const _LRG = "ListRetirableGrants";
|
|
226
|
+
const _LRGR = "ListRetirableGrantsRequest";
|
|
227
|
+
const _LRT = "ListResourceTags";
|
|
228
|
+
const _LRTR = "ListResourceTagsRequest";
|
|
229
|
+
const _LRTRi = "ListResourceTagsResponse";
|
|
230
|
+
const _LUD = "LastUpdatedDate";
|
|
231
|
+
const _M = "Marker";
|
|
232
|
+
const _MA = "MacAlgorithm";
|
|
233
|
+
const _MAa = "MacAlgorithms";
|
|
234
|
+
const _MPDE = "MalformedPolicyDocumentException";
|
|
235
|
+
const _MR = "MultiRegion";
|
|
236
|
+
const _MRC = "MultiRegionConfiguration";
|
|
237
|
+
const _MRK = "MultiRegionKey";
|
|
238
|
+
const _MRKL = "MultiRegionKeyList";
|
|
239
|
+
const _MRKT = "MultiRegionKeyType";
|
|
240
|
+
const _MT = "MessageType";
|
|
241
|
+
const _MV = "MacValid";
|
|
242
|
+
const _Ma = "Mac";
|
|
243
|
+
const _Me = "Message";
|
|
244
|
+
const _N = "Name";
|
|
245
|
+
const _NCKSN = "NewCustomKeyStoreName";
|
|
246
|
+
const _NFE = "NotFoundException";
|
|
247
|
+
const _NM = "NextMarker";
|
|
248
|
+
const _NOB = "NumberOfBytes";
|
|
249
|
+
const _NRD = "NextRotationDate";
|
|
250
|
+
const _O = "Operations";
|
|
251
|
+
const _ODRSD = "OnDemandRotationStartDate";
|
|
252
|
+
const _Op = "Operation";
|
|
253
|
+
const _Or = "Origin";
|
|
254
|
+
const _P = "Policy";
|
|
255
|
+
const _PDWID = "PendingDeletionWindowInDays";
|
|
256
|
+
const _PK = "PublicKey";
|
|
257
|
+
const _PKCB = "PrivateKeyCiphertextBlob";
|
|
258
|
+
const _PKP = "PrivateKeyPlaintext";
|
|
259
|
+
const _PKPR = "PutKeyPolicyRequest";
|
|
260
|
+
const _PKPu = "PutKeyPolicy";
|
|
261
|
+
const _PKr = "PrimaryKey";
|
|
262
|
+
const _PN = "PolicyName";
|
|
263
|
+
const _PNo = "PolicyNames";
|
|
264
|
+
const _PR = "PrimaryRegion";
|
|
265
|
+
const _PT = "PlaintextType";
|
|
266
|
+
const _PVT = "ParametersValidTo";
|
|
267
|
+
const _PWID = "PendingWindowInDays";
|
|
268
|
+
const _Pl = "Plaintext";
|
|
269
|
+
const _R = "Recipient";
|
|
270
|
+
const _RD = "RotationDate";
|
|
271
|
+
const _RE = "ReEncrypt";
|
|
272
|
+
const _RER = "ReEncryptRequest";
|
|
273
|
+
const _RERe = "ReEncryptResponse";
|
|
274
|
+
const _RG = "RetireGrant";
|
|
275
|
+
const _RGR = "RetireGrantRequest";
|
|
276
|
+
const _RGRe = "RevokeGrantRequest";
|
|
277
|
+
const _RGe = "RevokeGrant";
|
|
278
|
+
const _RI = "RecipientInfo";
|
|
279
|
+
const _RK = "ReplicaKeys";
|
|
280
|
+
const _RKM = "ReplicaKeyMetadata";
|
|
281
|
+
const _RKOD = "RotateKeyOnDemand";
|
|
282
|
+
const _RKODR = "RotateKeyOnDemandRequest";
|
|
283
|
+
const _RKODRo = "RotateKeyOnDemandResponse";
|
|
284
|
+
const _RKR = "ReplicateKeyRequest";
|
|
285
|
+
const _RKRe = "ReplicateKeyResponse";
|
|
286
|
+
const _RKe = "ReplicateKey";
|
|
287
|
+
const _RL = "RotationsList";
|
|
288
|
+
const _RLE = "RotationsListEntry";
|
|
289
|
+
const _RP = "RetiringPrincipal";
|
|
290
|
+
const _RPID = "RotationPeriodInDays";
|
|
291
|
+
const _RPe = "ReplicaPolicy";
|
|
292
|
+
const _RR = "ReplicaRegion";
|
|
293
|
+
const _RSAK = "RawSecretAccessKey";
|
|
294
|
+
const _RT = "ReplicaTags";
|
|
295
|
+
const _RTo = "RotationType";
|
|
296
|
+
const _Re = "Region";
|
|
297
|
+
const _Ro = "Rotations";
|
|
298
|
+
const _S = "Signature";
|
|
299
|
+
const _SA = "SigningAlgorithms";
|
|
300
|
+
const _SAi = "SigningAlgorithm";
|
|
301
|
+
const _SEA = "SourceEncryptionAlgorithm";
|
|
302
|
+
const _SEC = "SourceEncryptionContext";
|
|
303
|
+
const _SKD = "ScheduleKeyDeletion";
|
|
304
|
+
const _SKDR = "ScheduleKeyDeletionRequest";
|
|
305
|
+
const _SKDRc = "ScheduleKeyDeletionResponse";
|
|
306
|
+
const _SKI = "SourceKeyId";
|
|
307
|
+
const _SKMI = "SourceKeyMaterialId";
|
|
308
|
+
const _SR = "SignRequest";
|
|
309
|
+
const _SRi = "SignResponse";
|
|
310
|
+
const _SS = "SharedSecret";
|
|
311
|
+
const _SV = "SignatureValid";
|
|
312
|
+
const _Si = "Sign";
|
|
313
|
+
const _T = "Tags";
|
|
314
|
+
const _TAC = "TrustAnchorCertificate";
|
|
315
|
+
const _TE = "TagException";
|
|
316
|
+
const _TK = "TagKey";
|
|
317
|
+
const _TKI = "TargetKeyId";
|
|
318
|
+
const _TKa = "TagKeys";
|
|
319
|
+
const _TL = "TagList";
|
|
320
|
+
const _TR = "TagResource";
|
|
321
|
+
const _TRR = "TagResourceRequest";
|
|
322
|
+
const _TSD = "TrackingStartDate";
|
|
323
|
+
const _TV = "TagValue";
|
|
324
|
+
const _Ta = "Tag";
|
|
325
|
+
const _Ti = "Timestamp";
|
|
326
|
+
const _Tr = "Truncated";
|
|
327
|
+
const _UA = "UpdateAlias";
|
|
328
|
+
const _UAR = "UpdateAliasRequest";
|
|
329
|
+
const _UCKS = "UpdateCustomKeyStore";
|
|
330
|
+
const _UCKSR = "UpdateCustomKeyStoreRequest";
|
|
331
|
+
const _UCKSRp = "UpdateCustomKeyStoreResponse";
|
|
332
|
+
const _UE = "UriEndpoint";
|
|
333
|
+
const _UKD = "UpdateKeyDescription";
|
|
334
|
+
const _UKDR = "UpdateKeyDescriptionRequest";
|
|
335
|
+
const _UOE = "UnsupportedOperationException";
|
|
336
|
+
const _UP = "UriPath";
|
|
337
|
+
const _UPR = "UpdatePrimaryRegion";
|
|
338
|
+
const _UPRR = "UpdatePrimaryRegionRequest";
|
|
339
|
+
const _UR = "UntagResource";
|
|
340
|
+
const _URR = "UntagResourceRequest";
|
|
341
|
+
const _V = "Verify";
|
|
342
|
+
const _VESN = "VpcEndpointServiceName";
|
|
343
|
+
const _VESO = "VpcEndpointServiceOwner";
|
|
344
|
+
const _VM = "VerifyMac";
|
|
345
|
+
const _VMR = "VerifyMacRequest";
|
|
346
|
+
const _VMRe = "VerifyMacResponse";
|
|
347
|
+
const _VR = "VerifyRequest";
|
|
348
|
+
const _VRe = "VerifyResponse";
|
|
349
|
+
const _VT = "ValidTo";
|
|
350
|
+
const _WA = "WrappingAlgorithm";
|
|
351
|
+
const _WKS = "WrappingKeySpec";
|
|
352
|
+
const _XKAIUE = "XksKeyAlreadyInUseException";
|
|
353
|
+
const _XKC = "XksKeyConfiguration";
|
|
354
|
+
const _XKCT = "XksKeyConfigurationType";
|
|
355
|
+
const _XKI = "XksKeyId";
|
|
356
|
+
const _XKICE = "XksKeyInvalidConfigurationException";
|
|
357
|
+
const _XKNFE = "XksKeyNotFoundException";
|
|
358
|
+
const _XPAAKIT = "XksProxyAuthenticationAccessKeyIdType";
|
|
359
|
+
const _XPAC = "XksProxyAuthenticationCredential";
|
|
360
|
+
const _XPACT = "XksProxyAuthenticationCredentialType";
|
|
361
|
+
const _XPARSAKT = "XksProxyAuthenticationRawSecretAccessKeyType";
|
|
362
|
+
const _XPC = "XksProxyConnectivity";
|
|
363
|
+
const _XPCT = "XksProxyConfigurationType";
|
|
364
|
+
const _XPCk = "XksProxyConfiguration";
|
|
365
|
+
const _XPIACE = "XksProxyIncorrectAuthenticationCredentialException";
|
|
366
|
+
const _XPICE = "XksProxyInvalidConfigurationException";
|
|
367
|
+
const _XPIRE = "XksProxyInvalidResponseException";
|
|
368
|
+
const _XPUE = "XksProxyUriEndpoint";
|
|
369
|
+
const _XPUEIUE = "XksProxyUriEndpointInUseException";
|
|
370
|
+
const _XPUIUE = "XksProxyUriInUseException";
|
|
371
|
+
const _XPUP = "XksProxyUriPath";
|
|
372
|
+
const _XPUUE = "XksProxyUriUnreachableException";
|
|
373
|
+
const _XPVESICE = "XksProxyVpcEndpointServiceInvalidConfigurationException";
|
|
374
|
+
const _XPVESIUE = "XksProxyVpcEndpointServiceInUseException";
|
|
375
|
+
const _XPVESN = "XksProxyVpcEndpointServiceName";
|
|
376
|
+
const _XPVESNFE = "XksProxyVpcEndpointServiceNotFoundException";
|
|
377
|
+
const _XPVESO = "XksProxyVpcEndpointServiceOwner";
|
|
378
|
+
const _aQE = "awsQueryError";
|
|
379
|
+
const _c = "client";
|
|
380
|
+
const _e = "error";
|
|
381
|
+
const _hE = "httpError";
|
|
382
|
+
const _m = "message";
|
|
383
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kms";
|
|
384
|
+
const _se = "server";
|
|
385
|
+
const n0 = "com.amazonaws.kms";
|
|
386
|
+
const schema_1 = require("@smithy/core/schema");
|
|
387
|
+
const errors_1 = require("../models/errors");
|
|
388
|
+
const KMSServiceException_1 = require("../models/KMSServiceException");
|
|
389
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
390
|
+
exports.KMSServiceException$ = [-3, _s, "KMSServiceException", 0, [], []];
|
|
391
|
+
_s_registry.registerError(exports.KMSServiceException$, KMSServiceException_1.KMSServiceException);
|
|
392
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
393
|
+
exports.AlreadyExistsException$ = [-3, n0, _AEE,
|
|
394
|
+
{ [_aQE]: [`AlreadyExists`, 409], [_e]: _c, [_hE]: 409 },
|
|
395
|
+
[_m],
|
|
396
|
+
[0]
|
|
397
|
+
];
|
|
398
|
+
n0_registry.registerError(exports.AlreadyExistsException$, errors_1.AlreadyExistsException);
|
|
399
|
+
exports.CloudHsmClusterInUseException$ = [-3, n0, _CHCIUE,
|
|
400
|
+
{ [_aQE]: [`CloudHsmClusterInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
401
|
+
[_m],
|
|
402
|
+
[0]
|
|
403
|
+
];
|
|
404
|
+
n0_registry.registerError(exports.CloudHsmClusterInUseException$, errors_1.CloudHsmClusterInUseException);
|
|
405
|
+
exports.CloudHsmClusterInvalidConfigurationException$ = [-3, n0, _CHCICE,
|
|
406
|
+
{ [_aQE]: [`CloudHsmClusterInvalidConfigurationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
407
|
+
[_m],
|
|
408
|
+
[0]
|
|
409
|
+
];
|
|
410
|
+
n0_registry.registerError(exports.CloudHsmClusterInvalidConfigurationException$, errors_1.CloudHsmClusterInvalidConfigurationException);
|
|
411
|
+
exports.CloudHsmClusterNotActiveException$ = [-3, n0, _CHCNAE,
|
|
412
|
+
{ [_aQE]: [`CloudHsmClusterNotActiveException`, 400], [_e]: _c, [_hE]: 400 },
|
|
413
|
+
[_m],
|
|
414
|
+
[0]
|
|
415
|
+
];
|
|
416
|
+
n0_registry.registerError(exports.CloudHsmClusterNotActiveException$, errors_1.CloudHsmClusterNotActiveException);
|
|
417
|
+
exports.CloudHsmClusterNotFoundException$ = [-3, n0, _CHCNFE,
|
|
418
|
+
{ [_aQE]: [`CloudHsmClusterNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
419
|
+
[_m],
|
|
420
|
+
[0]
|
|
421
|
+
];
|
|
422
|
+
n0_registry.registerError(exports.CloudHsmClusterNotFoundException$, errors_1.CloudHsmClusterNotFoundException);
|
|
423
|
+
exports.CloudHsmClusterNotRelatedException$ = [-3, n0, _CHCNRE,
|
|
424
|
+
{ [_aQE]: [`CloudHsmClusterNotRelatedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
425
|
+
[_m],
|
|
426
|
+
[0]
|
|
427
|
+
];
|
|
428
|
+
n0_registry.registerError(exports.CloudHsmClusterNotRelatedException$, errors_1.CloudHsmClusterNotRelatedException);
|
|
429
|
+
exports.ConflictException$ = [-3, n0, _CE,
|
|
430
|
+
{ [_aQE]: [`ConflictException`, 409], [_e]: _c, [_hE]: 409 },
|
|
431
|
+
[_m],
|
|
432
|
+
[0]
|
|
433
|
+
];
|
|
434
|
+
n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
|
|
435
|
+
exports.CustomKeyStoreHasCMKsException$ = [-3, n0, _CKSHCMKE,
|
|
436
|
+
{ [_aQE]: [`CustomKeyStoreHasCMKsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
437
|
+
[_m],
|
|
438
|
+
[0]
|
|
439
|
+
];
|
|
440
|
+
n0_registry.registerError(exports.CustomKeyStoreHasCMKsException$, errors_1.CustomKeyStoreHasCMKsException);
|
|
441
|
+
exports.CustomKeyStoreInvalidStateException$ = [-3, n0, _CKSISE,
|
|
442
|
+
{ [_aQE]: [`CustomKeyStoreInvalidStateException`, 400], [_e]: _c, [_hE]: 400 },
|
|
443
|
+
[_m],
|
|
444
|
+
[0]
|
|
445
|
+
];
|
|
446
|
+
n0_registry.registerError(exports.CustomKeyStoreInvalidStateException$, errors_1.CustomKeyStoreInvalidStateException);
|
|
447
|
+
exports.CustomKeyStoreNameInUseException$ = [-3, n0, _CKSNIUE,
|
|
448
|
+
{ [_aQE]: [`CustomKeyStoreNameInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
449
|
+
[_m],
|
|
450
|
+
[0]
|
|
451
|
+
];
|
|
452
|
+
n0_registry.registerError(exports.CustomKeyStoreNameInUseException$, errors_1.CustomKeyStoreNameInUseException);
|
|
453
|
+
exports.CustomKeyStoreNotFoundException$ = [-3, n0, _CKSNFE,
|
|
454
|
+
{ [_aQE]: [`CustomKeyStoreNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
455
|
+
[_m],
|
|
456
|
+
[0]
|
|
457
|
+
];
|
|
458
|
+
n0_registry.registerError(exports.CustomKeyStoreNotFoundException$, errors_1.CustomKeyStoreNotFoundException);
|
|
459
|
+
exports.DependencyTimeoutException$ = [-3, n0, _DTE,
|
|
460
|
+
{ [_aQE]: [`DependencyTimeout`, 503], [_e]: _se, [_hE]: 503 },
|
|
461
|
+
[_m],
|
|
462
|
+
[0]
|
|
463
|
+
];
|
|
464
|
+
n0_registry.registerError(exports.DependencyTimeoutException$, errors_1.DependencyTimeoutException);
|
|
465
|
+
exports.DisabledException$ = [-3, n0, _DE,
|
|
466
|
+
{ [_aQE]: [`Disabled`, 409], [_e]: _c, [_hE]: 409 },
|
|
467
|
+
[_m],
|
|
468
|
+
[0]
|
|
469
|
+
];
|
|
470
|
+
n0_registry.registerError(exports.DisabledException$, errors_1.DisabledException);
|
|
471
|
+
exports.DryRunOperationException$ = [-3, n0, _DROE,
|
|
472
|
+
{ [_aQE]: [`DryRunOperation`, 412], [_e]: _c, [_hE]: 412 },
|
|
473
|
+
[_m],
|
|
474
|
+
[0]
|
|
475
|
+
];
|
|
476
|
+
n0_registry.registerError(exports.DryRunOperationException$, errors_1.DryRunOperationException);
|
|
477
|
+
exports.ExpiredImportTokenException$ = [-3, n0, _EITE,
|
|
478
|
+
{ [_aQE]: [`ExpiredImportTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
479
|
+
[_m],
|
|
480
|
+
[0]
|
|
481
|
+
];
|
|
482
|
+
n0_registry.registerError(exports.ExpiredImportTokenException$, errors_1.ExpiredImportTokenException);
|
|
483
|
+
exports.IncorrectKeyException$ = [-3, n0, _IKE,
|
|
484
|
+
{ [_aQE]: [`IncorrectKeyException`, 400], [_e]: _c, [_hE]: 400 },
|
|
485
|
+
[_m],
|
|
486
|
+
[0]
|
|
487
|
+
];
|
|
488
|
+
n0_registry.registerError(exports.IncorrectKeyException$, errors_1.IncorrectKeyException);
|
|
489
|
+
exports.IncorrectKeyMaterialException$ = [-3, n0, _IKME,
|
|
490
|
+
{ [_aQE]: [`IncorrectKeyMaterialException`, 400], [_e]: _c, [_hE]: 400 },
|
|
491
|
+
[_m],
|
|
492
|
+
[0]
|
|
493
|
+
];
|
|
494
|
+
n0_registry.registerError(exports.IncorrectKeyMaterialException$, errors_1.IncorrectKeyMaterialException);
|
|
495
|
+
exports.IncorrectTrustAnchorException$ = [-3, n0, _ITAE,
|
|
496
|
+
{ [_aQE]: [`IncorrectTrustAnchorException`, 400], [_e]: _c, [_hE]: 400 },
|
|
497
|
+
[_m],
|
|
498
|
+
[0]
|
|
499
|
+
];
|
|
500
|
+
n0_registry.registerError(exports.IncorrectTrustAnchorException$, errors_1.IncorrectTrustAnchorException);
|
|
501
|
+
exports.InvalidAliasNameException$ = [-3, n0, _IANE,
|
|
502
|
+
{ [_aQE]: [`InvalidAliasName`, 400], [_e]: _c, [_hE]: 400 },
|
|
503
|
+
[_m],
|
|
504
|
+
[0]
|
|
505
|
+
];
|
|
506
|
+
n0_registry.registerError(exports.InvalidAliasNameException$, errors_1.InvalidAliasNameException);
|
|
507
|
+
exports.InvalidArnException$ = [-3, n0, _IAE,
|
|
508
|
+
{ [_aQE]: [`InvalidArn`, 400], [_e]: _c, [_hE]: 400 },
|
|
509
|
+
[_m],
|
|
510
|
+
[0]
|
|
511
|
+
];
|
|
512
|
+
n0_registry.registerError(exports.InvalidArnException$, errors_1.InvalidArnException);
|
|
513
|
+
exports.InvalidCiphertextException$ = [-3, n0, _ICE,
|
|
514
|
+
{ [_aQE]: [`InvalidCiphertext`, 400], [_e]: _c, [_hE]: 400 },
|
|
515
|
+
[_m],
|
|
516
|
+
[0]
|
|
517
|
+
];
|
|
518
|
+
n0_registry.registerError(exports.InvalidCiphertextException$, errors_1.InvalidCiphertextException);
|
|
519
|
+
exports.InvalidGrantIdException$ = [-3, n0, _IGIE,
|
|
520
|
+
{ [_aQE]: [`InvalidGrantId`, 400], [_e]: _c, [_hE]: 400 },
|
|
521
|
+
[_m],
|
|
522
|
+
[0]
|
|
523
|
+
];
|
|
524
|
+
n0_registry.registerError(exports.InvalidGrantIdException$, errors_1.InvalidGrantIdException);
|
|
525
|
+
exports.InvalidGrantTokenException$ = [-3, n0, _IGTE,
|
|
526
|
+
{ [_aQE]: [`InvalidGrantToken`, 400], [_e]: _c, [_hE]: 400 },
|
|
527
|
+
[_m],
|
|
528
|
+
[0]
|
|
529
|
+
];
|
|
530
|
+
n0_registry.registerError(exports.InvalidGrantTokenException$, errors_1.InvalidGrantTokenException);
|
|
531
|
+
exports.InvalidImportTokenException$ = [-3, n0, _IITE,
|
|
532
|
+
{ [_aQE]: [`InvalidImportTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
533
|
+
[_m],
|
|
534
|
+
[0]
|
|
535
|
+
];
|
|
536
|
+
n0_registry.registerError(exports.InvalidImportTokenException$, errors_1.InvalidImportTokenException);
|
|
537
|
+
exports.InvalidKeyUsageException$ = [-3, n0, _IKUE,
|
|
538
|
+
{ [_aQE]: [`InvalidKeyUsage`, 400], [_e]: _c, [_hE]: 400 },
|
|
539
|
+
[_m],
|
|
540
|
+
[0]
|
|
541
|
+
];
|
|
542
|
+
n0_registry.registerError(exports.InvalidKeyUsageException$, errors_1.InvalidKeyUsageException);
|
|
543
|
+
exports.InvalidMarkerException$ = [-3, n0, _IME,
|
|
544
|
+
{ [_aQE]: [`InvalidMarker`, 400], [_e]: _c, [_hE]: 400 },
|
|
545
|
+
[_m],
|
|
546
|
+
[0]
|
|
547
|
+
];
|
|
548
|
+
n0_registry.registerError(exports.InvalidMarkerException$, errors_1.InvalidMarkerException);
|
|
549
|
+
exports.KeyUnavailableException$ = [-3, n0, _KUE,
|
|
550
|
+
{ [_aQE]: [`KeyUnavailable`, 500], [_e]: _se, [_hE]: 500 },
|
|
551
|
+
[_m],
|
|
552
|
+
[0]
|
|
553
|
+
];
|
|
554
|
+
n0_registry.registerError(exports.KeyUnavailableException$, errors_1.KeyUnavailableException);
|
|
555
|
+
exports.KMSInternalException$ = [-3, n0, _KMSIE,
|
|
556
|
+
{ [_aQE]: [`KMSInternal`, 500], [_e]: _se, [_hE]: 500 },
|
|
557
|
+
[_m],
|
|
558
|
+
[0]
|
|
559
|
+
];
|
|
560
|
+
n0_registry.registerError(exports.KMSInternalException$, errors_1.KMSInternalException);
|
|
561
|
+
exports.KMSInvalidMacException$ = [-3, n0, _KMSIME,
|
|
562
|
+
{ [_aQE]: [`KMSInvalidMac`, 400], [_e]: _c, [_hE]: 400 },
|
|
563
|
+
[_m],
|
|
564
|
+
[0]
|
|
565
|
+
];
|
|
566
|
+
n0_registry.registerError(exports.KMSInvalidMacException$, errors_1.KMSInvalidMacException);
|
|
567
|
+
exports.KMSInvalidSignatureException$ = [-3, n0, _KMSISE,
|
|
568
|
+
{ [_aQE]: [`KMSInvalidSignature`, 400], [_e]: _c, [_hE]: 400 },
|
|
569
|
+
[_m],
|
|
570
|
+
[0]
|
|
571
|
+
];
|
|
572
|
+
n0_registry.registerError(exports.KMSInvalidSignatureException$, errors_1.KMSInvalidSignatureException);
|
|
573
|
+
exports.KMSInvalidStateException$ = [-3, n0, _KMSISEn,
|
|
574
|
+
{ [_aQE]: [`KMSInvalidStateException`, 409], [_e]: _c, [_hE]: 409 },
|
|
575
|
+
[_m],
|
|
576
|
+
[0]
|
|
577
|
+
];
|
|
578
|
+
n0_registry.registerError(exports.KMSInvalidStateException$, errors_1.KMSInvalidStateException);
|
|
579
|
+
exports.LimitExceededException$ = [-3, n0, _LEE,
|
|
580
|
+
{ [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
581
|
+
[_m],
|
|
582
|
+
[0]
|
|
583
|
+
];
|
|
584
|
+
n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
|
|
585
|
+
exports.MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
|
|
586
|
+
{ [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 },
|
|
587
|
+
[_m],
|
|
588
|
+
[0]
|
|
589
|
+
];
|
|
590
|
+
n0_registry.registerError(exports.MalformedPolicyDocumentException$, errors_1.MalformedPolicyDocumentException);
|
|
591
|
+
exports.NotFoundException$ = [-3, n0, _NFE,
|
|
592
|
+
{ [_aQE]: [`NotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
593
|
+
[_m],
|
|
594
|
+
[0]
|
|
595
|
+
];
|
|
596
|
+
n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
|
|
597
|
+
exports.TagException$ = [-3, n0, _TE,
|
|
598
|
+
{ [_aQE]: [`TagException`, 400], [_e]: _c, [_hE]: 400 },
|
|
599
|
+
[_m],
|
|
600
|
+
[0]
|
|
601
|
+
];
|
|
602
|
+
n0_registry.registerError(exports.TagException$, errors_1.TagException);
|
|
603
|
+
exports.UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
604
|
+
{ [_aQE]: [`UnsupportedOperation`, 400], [_e]: _c, [_hE]: 400 },
|
|
605
|
+
[_m],
|
|
606
|
+
[0]
|
|
607
|
+
];
|
|
608
|
+
n0_registry.registerError(exports.UnsupportedOperationException$, errors_1.UnsupportedOperationException);
|
|
609
|
+
exports.XksKeyAlreadyInUseException$ = [-3, n0, _XKAIUE,
|
|
610
|
+
{ [_aQE]: [`XksKeyAlreadyInUse`, 400], [_e]: _c, [_hE]: 400 },
|
|
611
|
+
[_m],
|
|
612
|
+
[0]
|
|
613
|
+
];
|
|
614
|
+
n0_registry.registerError(exports.XksKeyAlreadyInUseException$, errors_1.XksKeyAlreadyInUseException);
|
|
615
|
+
exports.XksKeyInvalidConfigurationException$ = [-3, n0, _XKICE,
|
|
616
|
+
{ [_aQE]: [`XksKeyInvalidConfiguration`, 400], [_e]: _c, [_hE]: 400 },
|
|
617
|
+
[_m],
|
|
618
|
+
[0]
|
|
619
|
+
];
|
|
620
|
+
n0_registry.registerError(exports.XksKeyInvalidConfigurationException$, errors_1.XksKeyInvalidConfigurationException);
|
|
621
|
+
exports.XksKeyNotFoundException$ = [-3, n0, _XKNFE,
|
|
622
|
+
{ [_aQE]: [`XksKeyNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
623
|
+
[_m],
|
|
624
|
+
[0]
|
|
625
|
+
];
|
|
626
|
+
n0_registry.registerError(exports.XksKeyNotFoundException$, errors_1.XksKeyNotFoundException);
|
|
627
|
+
exports.XksProxyIncorrectAuthenticationCredentialException$ = [-3, n0, _XPIACE,
|
|
628
|
+
{ [_aQE]: [`XksProxyIncorrectAuthenticationCredentialException`, 400], [_e]: _c, [_hE]: 400 },
|
|
629
|
+
[_m],
|
|
630
|
+
[0]
|
|
631
|
+
];
|
|
632
|
+
n0_registry.registerError(exports.XksProxyIncorrectAuthenticationCredentialException$, errors_1.XksProxyIncorrectAuthenticationCredentialException);
|
|
633
|
+
exports.XksProxyInvalidConfigurationException$ = [-3, n0, _XPICE,
|
|
634
|
+
{ [_aQE]: [`XksProxyInvalidConfigurationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
635
|
+
[_m],
|
|
636
|
+
[0]
|
|
637
|
+
];
|
|
638
|
+
n0_registry.registerError(exports.XksProxyInvalidConfigurationException$, errors_1.XksProxyInvalidConfigurationException);
|
|
639
|
+
exports.XksProxyInvalidResponseException$ = [-3, n0, _XPIRE,
|
|
640
|
+
{ [_aQE]: [`XksProxyInvalidResponseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
641
|
+
[_m],
|
|
642
|
+
[0]
|
|
643
|
+
];
|
|
644
|
+
n0_registry.registerError(exports.XksProxyInvalidResponseException$, errors_1.XksProxyInvalidResponseException);
|
|
645
|
+
exports.XksProxyUriEndpointInUseException$ = [-3, n0, _XPUEIUE,
|
|
646
|
+
{ [_aQE]: [`XksProxyUriEndpointInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
647
|
+
[_m],
|
|
648
|
+
[0]
|
|
649
|
+
];
|
|
650
|
+
n0_registry.registerError(exports.XksProxyUriEndpointInUseException$, errors_1.XksProxyUriEndpointInUseException);
|
|
651
|
+
exports.XksProxyUriInUseException$ = [-3, n0, _XPUIUE,
|
|
652
|
+
{ [_aQE]: [`XksProxyUriInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
653
|
+
[_m],
|
|
654
|
+
[0]
|
|
655
|
+
];
|
|
656
|
+
n0_registry.registerError(exports.XksProxyUriInUseException$, errors_1.XksProxyUriInUseException);
|
|
657
|
+
exports.XksProxyUriUnreachableException$ = [-3, n0, _XPUUE,
|
|
658
|
+
{ [_aQE]: [`XksProxyUriUnreachableException`, 400], [_e]: _c, [_hE]: 400 },
|
|
659
|
+
[_m],
|
|
660
|
+
[0]
|
|
661
|
+
];
|
|
662
|
+
n0_registry.registerError(exports.XksProxyUriUnreachableException$, errors_1.XksProxyUriUnreachableException);
|
|
663
|
+
exports.XksProxyVpcEndpointServiceInUseException$ = [-3, n0, _XPVESIUE,
|
|
664
|
+
{ [_aQE]: [`XksProxyVpcEndpointServiceInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
665
|
+
[_m],
|
|
666
|
+
[0]
|
|
667
|
+
];
|
|
668
|
+
n0_registry.registerError(exports.XksProxyVpcEndpointServiceInUseException$, errors_1.XksProxyVpcEndpointServiceInUseException);
|
|
669
|
+
exports.XksProxyVpcEndpointServiceInvalidConfigurationException$ = [-3, n0, _XPVESICE,
|
|
670
|
+
{ [_aQE]: [`XksProxyVpcEndpointServiceInvalidConfigurationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
671
|
+
[_m],
|
|
672
|
+
[0]
|
|
673
|
+
];
|
|
674
|
+
n0_registry.registerError(exports.XksProxyVpcEndpointServiceInvalidConfigurationException$, errors_1.XksProxyVpcEndpointServiceInvalidConfigurationException);
|
|
675
|
+
exports.XksProxyVpcEndpointServiceNotFoundException$ = [-3, n0, _XPVESNFE,
|
|
676
|
+
{ [_aQE]: [`XksProxyVpcEndpointServiceNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
677
|
+
[_m],
|
|
678
|
+
[0]
|
|
679
|
+
];
|
|
680
|
+
n0_registry.registerError(exports.XksProxyVpcEndpointServiceNotFoundException$, errors_1.XksProxyVpcEndpointServiceNotFoundException);
|
|
681
|
+
exports.errorTypeRegistries = [
|
|
682
|
+
_s_registry,
|
|
683
|
+
n0_registry,
|
|
684
|
+
];
|
|
685
|
+
var KeyStorePasswordType = [0, n0, _KSPT, 8, 0];
|
|
686
|
+
var PlaintextType = [0, n0, _PT, 8, 21];
|
|
687
|
+
var XksProxyAuthenticationAccessKeyIdType = [0, n0, _XPAAKIT, 8, 0];
|
|
688
|
+
var XksProxyAuthenticationRawSecretAccessKeyType = [0, n0, _XPARSAKT, 8, 0];
|
|
689
|
+
exports.AliasListEntry$ = [3, n0, _ALE,
|
|
690
|
+
0,
|
|
691
|
+
[_AN, _AA, _TKI, _CD, _LUD],
|
|
692
|
+
[0, 0, 0, 4, 4]
|
|
693
|
+
];
|
|
694
|
+
exports.CancelKeyDeletionRequest$ = [3, n0, _CKDR,
|
|
695
|
+
0,
|
|
696
|
+
[_KI],
|
|
697
|
+
[0], 1
|
|
698
|
+
];
|
|
699
|
+
exports.CancelKeyDeletionResponse$ = [3, n0, _CKDRa,
|
|
700
|
+
0,
|
|
701
|
+
[_KI],
|
|
702
|
+
[0]
|
|
703
|
+
];
|
|
704
|
+
exports.ConnectCustomKeyStoreRequest$ = [3, n0, _CCKSR,
|
|
705
|
+
0,
|
|
706
|
+
[_CKSI],
|
|
707
|
+
[0], 1
|
|
708
|
+
];
|
|
709
|
+
exports.ConnectCustomKeyStoreResponse$ = [3, n0, _CCKSRo,
|
|
710
|
+
0,
|
|
711
|
+
[],
|
|
712
|
+
[]
|
|
713
|
+
];
|
|
714
|
+
exports.CreateAliasRequest$ = [3, n0, _CAR,
|
|
715
|
+
0,
|
|
716
|
+
[_AN, _TKI],
|
|
717
|
+
[0, 0], 2
|
|
718
|
+
];
|
|
719
|
+
exports.CreateCustomKeyStoreRequest$ = [3, n0, _CCKSRr,
|
|
720
|
+
0,
|
|
721
|
+
[_CKSN, _CHCI, _TAC, _KSP, _CKST, _XPUE, _XPUP, _XPVESN, _XPVESO, _XPAC, _XPC],
|
|
722
|
+
[0, 0, 0, [() => KeyStorePasswordType, 0], 0, 0, 0, 0, 0, [() => exports.XksProxyAuthenticationCredentialType$, 0], 0], 1
|
|
723
|
+
];
|
|
724
|
+
exports.CreateCustomKeyStoreResponse$ = [3, n0, _CCKSRre,
|
|
725
|
+
0,
|
|
726
|
+
[_CKSI],
|
|
727
|
+
[0]
|
|
728
|
+
];
|
|
729
|
+
exports.CreateGrantRequest$ = [3, n0, _CGR,
|
|
730
|
+
0,
|
|
731
|
+
[_KI, _GP, _O, _RP, _C, _GT, _N, _DR],
|
|
732
|
+
[0, 0, 64 | 0, 0, () => exports.GrantConstraints$, 64 | 0, 0, 2], 3
|
|
733
|
+
];
|
|
734
|
+
exports.CreateGrantResponse$ = [3, n0, _CGRr,
|
|
735
|
+
0,
|
|
736
|
+
[_GTr, _GI],
|
|
737
|
+
[0, 0]
|
|
738
|
+
];
|
|
739
|
+
exports.CreateKeyRequest$ = [3, n0, _CKR,
|
|
740
|
+
0,
|
|
741
|
+
[_P, _D, _KU, _CMKS, _KS, _Or, _CKSI, _BPLSC, _T, _MR, _XKI],
|
|
742
|
+
[0, 0, 0, 0, 0, 0, 0, 2, () => TagList, 2, 0]
|
|
743
|
+
];
|
|
744
|
+
exports.CreateKeyResponse$ = [3, n0, _CKRr,
|
|
745
|
+
0,
|
|
746
|
+
[_KM],
|
|
747
|
+
[() => exports.KeyMetadata$]
|
|
748
|
+
];
|
|
749
|
+
exports.CustomKeyStoresListEntry$ = [3, n0, _CKSLE,
|
|
750
|
+
0,
|
|
751
|
+
[_CKSI, _CKSN, _CHCI, _TAC, _CS, _CEC, _CD, _CKST, _XPCk],
|
|
752
|
+
[0, 0, 0, 0, 0, 0, 4, 0, [() => exports.XksProxyConfigurationType$, 0]]
|
|
753
|
+
];
|
|
754
|
+
exports.DecryptRequest$ = [3, n0, _DRe,
|
|
755
|
+
0,
|
|
756
|
+
[_CB, _EC, _GT, _KI, _EA, _R, _DR, _DRM],
|
|
757
|
+
[21, 128 | 0, 64 | 0, 0, 0, () => exports.RecipientInfo$, 2, 64 | 0]
|
|
758
|
+
];
|
|
759
|
+
exports.DecryptResponse$ = [3, n0, _DRec,
|
|
760
|
+
0,
|
|
761
|
+
[_KI, _Pl, _EA, _CFR, _KMI],
|
|
762
|
+
[0, [() => PlaintextType, 0], 0, 21, 0]
|
|
763
|
+
];
|
|
764
|
+
exports.DeleteAliasRequest$ = [3, n0, _DAR,
|
|
765
|
+
0,
|
|
766
|
+
[_AN],
|
|
767
|
+
[0], 1
|
|
768
|
+
];
|
|
769
|
+
exports.DeleteCustomKeyStoreRequest$ = [3, n0, _DCKSR,
|
|
770
|
+
0,
|
|
771
|
+
[_CKSI],
|
|
772
|
+
[0], 1
|
|
773
|
+
];
|
|
774
|
+
exports.DeleteCustomKeyStoreResponse$ = [3, n0, _DCKSRe,
|
|
775
|
+
0,
|
|
776
|
+
[],
|
|
777
|
+
[]
|
|
778
|
+
];
|
|
779
|
+
exports.DeleteImportedKeyMaterialRequest$ = [3, n0, _DIKMR,
|
|
780
|
+
0,
|
|
781
|
+
[_KI, _KMI],
|
|
782
|
+
[0, 0], 1
|
|
783
|
+
];
|
|
784
|
+
exports.DeleteImportedKeyMaterialResponse$ = [3, n0, _DIKMRe,
|
|
785
|
+
0,
|
|
786
|
+
[_KI, _KMI],
|
|
787
|
+
[0, 0]
|
|
788
|
+
];
|
|
789
|
+
exports.DeriveSharedSecretRequest$ = [3, n0, _DSSR,
|
|
790
|
+
0,
|
|
791
|
+
[_KI, _KAA, _PK, _GT, _DR, _R],
|
|
792
|
+
[0, 0, 21, 64 | 0, 2, () => exports.RecipientInfo$], 3
|
|
793
|
+
];
|
|
794
|
+
exports.DeriveSharedSecretResponse$ = [3, n0, _DSSRe,
|
|
795
|
+
0,
|
|
796
|
+
[_KI, _SS, _CFR, _KAA, _KO],
|
|
797
|
+
[0, [() => PlaintextType, 0], 21, 0, 0]
|
|
798
|
+
];
|
|
799
|
+
exports.DescribeCustomKeyStoresRequest$ = [3, n0, _DCKSRes,
|
|
800
|
+
0,
|
|
801
|
+
[_CKSI, _CKSN, _L, _M],
|
|
802
|
+
[0, 0, 1, 0]
|
|
803
|
+
];
|
|
804
|
+
exports.DescribeCustomKeyStoresResponse$ = [3, n0, _DCKSResc,
|
|
805
|
+
0,
|
|
806
|
+
[_CKS, _NM, _Tr],
|
|
807
|
+
[[() => CustomKeyStoresList, 0], 0, 2]
|
|
808
|
+
];
|
|
809
|
+
exports.DescribeKeyRequest$ = [3, n0, _DKR,
|
|
810
|
+
0,
|
|
811
|
+
[_KI, _GT],
|
|
812
|
+
[0, 64 | 0], 1
|
|
813
|
+
];
|
|
814
|
+
exports.DescribeKeyResponse$ = [3, n0, _DKRe,
|
|
815
|
+
0,
|
|
816
|
+
[_KM],
|
|
817
|
+
[() => exports.KeyMetadata$]
|
|
818
|
+
];
|
|
819
|
+
exports.DisableKeyRequest$ = [3, n0, _DKRi,
|
|
820
|
+
0,
|
|
821
|
+
[_KI],
|
|
822
|
+
[0], 1
|
|
823
|
+
];
|
|
824
|
+
exports.DisableKeyRotationRequest$ = [3, n0, _DKRR,
|
|
825
|
+
0,
|
|
826
|
+
[_KI],
|
|
827
|
+
[0], 1
|
|
828
|
+
];
|
|
829
|
+
exports.DisconnectCustomKeyStoreRequest$ = [3, n0, _DCKSRi,
|
|
830
|
+
0,
|
|
831
|
+
[_CKSI],
|
|
832
|
+
[0], 1
|
|
833
|
+
];
|
|
834
|
+
exports.DisconnectCustomKeyStoreResponse$ = [3, n0, _DCKSRis,
|
|
835
|
+
0,
|
|
836
|
+
[],
|
|
837
|
+
[]
|
|
838
|
+
];
|
|
839
|
+
exports.EnableKeyRequest$ = [3, n0, _EKR,
|
|
840
|
+
0,
|
|
841
|
+
[_KI],
|
|
842
|
+
[0], 1
|
|
843
|
+
];
|
|
844
|
+
exports.EnableKeyRotationRequest$ = [3, n0, _EKRR,
|
|
845
|
+
0,
|
|
846
|
+
[_KI, _RPID],
|
|
847
|
+
[0, 1], 1
|
|
848
|
+
];
|
|
849
|
+
exports.EncryptRequest$ = [3, n0, _ER,
|
|
850
|
+
0,
|
|
851
|
+
[_KI, _Pl, _EC, _GT, _EA, _DR],
|
|
852
|
+
[0, [() => PlaintextType, 0], 128 | 0, 64 | 0, 0, 2], 2
|
|
853
|
+
];
|
|
854
|
+
exports.EncryptResponse$ = [3, n0, _ERn,
|
|
855
|
+
0,
|
|
856
|
+
[_CB, _KI, _EA],
|
|
857
|
+
[21, 0, 0]
|
|
858
|
+
];
|
|
859
|
+
exports.GenerateDataKeyPairRequest$ = [3, n0, _GDKPR,
|
|
860
|
+
0,
|
|
861
|
+
[_KI, _KPS, _EC, _GT, _R, _DR],
|
|
862
|
+
[0, 0, 128 | 0, 64 | 0, () => exports.RecipientInfo$, 2], 2
|
|
863
|
+
];
|
|
864
|
+
exports.GenerateDataKeyPairResponse$ = [3, n0, _GDKPRe,
|
|
865
|
+
0,
|
|
866
|
+
[_PKCB, _PKP, _PK, _KI, _KPS, _CFR, _KMI],
|
|
867
|
+
[21, [() => PlaintextType, 0], 21, 0, 0, 21, 0]
|
|
868
|
+
];
|
|
869
|
+
exports.GenerateDataKeyPairWithoutPlaintextRequest$ = [3, n0, _GDKPWPR,
|
|
870
|
+
0,
|
|
871
|
+
[_KI, _KPS, _EC, _GT, _DR],
|
|
872
|
+
[0, 0, 128 | 0, 64 | 0, 2], 2
|
|
873
|
+
];
|
|
874
|
+
exports.GenerateDataKeyPairWithoutPlaintextResponse$ = [3, n0, _GDKPWPRe,
|
|
875
|
+
0,
|
|
876
|
+
[_PKCB, _PK, _KI, _KPS, _KMI],
|
|
877
|
+
[21, 21, 0, 0, 0]
|
|
878
|
+
];
|
|
879
|
+
exports.GenerateDataKeyRequest$ = [3, n0, _GDKR,
|
|
880
|
+
0,
|
|
881
|
+
[_KI, _EC, _NOB, _KS, _GT, _R, _DR],
|
|
882
|
+
[0, 128 | 0, 1, 0, 64 | 0, () => exports.RecipientInfo$, 2], 1
|
|
883
|
+
];
|
|
884
|
+
exports.GenerateDataKeyResponse$ = [3, n0, _GDKRe,
|
|
885
|
+
0,
|
|
886
|
+
[_CB, _Pl, _KI, _CFR, _KMI],
|
|
887
|
+
[21, [() => PlaintextType, 0], 0, 21, 0]
|
|
888
|
+
];
|
|
889
|
+
exports.GenerateDataKeyWithoutPlaintextRequest$ = [3, n0, _GDKWPR,
|
|
890
|
+
0,
|
|
891
|
+
[_KI, _EC, _KS, _NOB, _GT, _DR],
|
|
892
|
+
[0, 128 | 0, 0, 1, 64 | 0, 2], 1
|
|
893
|
+
];
|
|
894
|
+
exports.GenerateDataKeyWithoutPlaintextResponse$ = [3, n0, _GDKWPRe,
|
|
895
|
+
0,
|
|
896
|
+
[_CB, _KI, _KMI],
|
|
897
|
+
[21, 0, 0]
|
|
898
|
+
];
|
|
899
|
+
exports.GenerateMacRequest$ = [3, n0, _GMR,
|
|
900
|
+
0,
|
|
901
|
+
[_Me, _KI, _MA, _GT, _DR],
|
|
902
|
+
[[() => PlaintextType, 0], 0, 0, 64 | 0, 2], 3
|
|
903
|
+
];
|
|
904
|
+
exports.GenerateMacResponse$ = [3, n0, _GMRe,
|
|
905
|
+
0,
|
|
906
|
+
[_Ma, _MA, _KI],
|
|
907
|
+
[21, 0, 0]
|
|
908
|
+
];
|
|
909
|
+
exports.GenerateRandomRequest$ = [3, n0, _GRR,
|
|
910
|
+
0,
|
|
911
|
+
[_NOB, _CKSI, _R],
|
|
912
|
+
[1, 0, () => exports.RecipientInfo$]
|
|
913
|
+
];
|
|
914
|
+
exports.GenerateRandomResponse$ = [3, n0, _GRRe,
|
|
915
|
+
0,
|
|
916
|
+
[_Pl, _CFR],
|
|
917
|
+
[[() => PlaintextType, 0], 21]
|
|
918
|
+
];
|
|
919
|
+
exports.GetKeyLastUsageRequest$ = [3, n0, _GKLUR,
|
|
920
|
+
0,
|
|
921
|
+
[_KI],
|
|
922
|
+
[0], 1
|
|
923
|
+
];
|
|
924
|
+
exports.GetKeyLastUsageResponse$ = [3, n0, _GKLURe,
|
|
925
|
+
0,
|
|
926
|
+
[_KI, _KLU, _TSD, _KCD],
|
|
927
|
+
[0, () => exports.KeyLastUsageData$, 4, 4]
|
|
928
|
+
];
|
|
929
|
+
exports.GetKeyPolicyRequest$ = [3, n0, _GKPR,
|
|
930
|
+
0,
|
|
931
|
+
[_KI, _PN],
|
|
932
|
+
[0, 0], 1
|
|
933
|
+
];
|
|
934
|
+
exports.GetKeyPolicyResponse$ = [3, n0, _GKPRe,
|
|
935
|
+
0,
|
|
936
|
+
[_P, _PN],
|
|
937
|
+
[0, 0]
|
|
938
|
+
];
|
|
939
|
+
exports.GetKeyRotationStatusRequest$ = [3, n0, _GKRSR,
|
|
940
|
+
0,
|
|
941
|
+
[_KI],
|
|
942
|
+
[0], 1
|
|
943
|
+
];
|
|
944
|
+
exports.GetKeyRotationStatusResponse$ = [3, n0, _GKRSRe,
|
|
945
|
+
0,
|
|
946
|
+
[_KRE, _KI, _RPID, _NRD, _ODRSD],
|
|
947
|
+
[2, 0, 1, 4, 4]
|
|
948
|
+
];
|
|
949
|
+
exports.GetParametersForImportRequest$ = [3, n0, _GPFIR,
|
|
950
|
+
0,
|
|
951
|
+
[_KI, _WA, _WKS],
|
|
952
|
+
[0, 0, 0], 3
|
|
953
|
+
];
|
|
954
|
+
exports.GetParametersForImportResponse$ = [3, n0, _GPFIRe,
|
|
955
|
+
0,
|
|
956
|
+
[_KI, _IT, _PK, _PVT],
|
|
957
|
+
[0, 21, [() => PlaintextType, 0], 4]
|
|
958
|
+
];
|
|
959
|
+
exports.GetPublicKeyRequest$ = [3, n0, _GPKR,
|
|
960
|
+
0,
|
|
961
|
+
[_KI, _GT],
|
|
962
|
+
[0, 64 | 0], 1
|
|
963
|
+
];
|
|
964
|
+
exports.GetPublicKeyResponse$ = [3, n0, _GPKRe,
|
|
965
|
+
0,
|
|
966
|
+
[_KI, _PK, _CMKS, _KS, _KU, _EAn, _SA, _KAAe],
|
|
967
|
+
[0, 21, 0, 0, 0, 64 | 0, 64 | 0, 64 | 0]
|
|
968
|
+
];
|
|
969
|
+
exports.GrantConstraints$ = [3, n0, _GC,
|
|
970
|
+
0,
|
|
971
|
+
[_ECS, _ECE],
|
|
972
|
+
[128 | 0, 128 | 0]
|
|
973
|
+
];
|
|
974
|
+
exports.GrantListEntry$ = [3, n0, _GLE,
|
|
975
|
+
0,
|
|
976
|
+
[_KI, _GI, _N, _CD, _GP, _RP, _IA, _O, _C],
|
|
977
|
+
[0, 0, 0, 4, 0, 0, 0, 64 | 0, () => exports.GrantConstraints$]
|
|
978
|
+
];
|
|
979
|
+
exports.ImportKeyMaterialRequest$ = [3, n0, _IKMR,
|
|
980
|
+
0,
|
|
981
|
+
[_KI, _IT, _EKM, _VT, _EM, _ITm, _KMD, _KMI],
|
|
982
|
+
[0, 21, 21, 4, 0, 0, 0, 0], 3
|
|
983
|
+
];
|
|
984
|
+
exports.ImportKeyMaterialResponse$ = [3, n0, _IKMRm,
|
|
985
|
+
0,
|
|
986
|
+
[_KI, _KMI],
|
|
987
|
+
[0, 0]
|
|
988
|
+
];
|
|
989
|
+
exports.KeyLastUsageData$ = [3, n0, _KLUD,
|
|
990
|
+
0,
|
|
991
|
+
[_Op, _Ti, _CTEI, _KRI],
|
|
992
|
+
[0, 4, 0, 0]
|
|
993
|
+
];
|
|
994
|
+
exports.KeyListEntry$ = [3, n0, _KLE,
|
|
995
|
+
0,
|
|
996
|
+
[_KI, _KA],
|
|
997
|
+
[0, 0]
|
|
998
|
+
];
|
|
999
|
+
exports.KeyMetadata$ = [3, n0, _KM,
|
|
1000
|
+
0,
|
|
1001
|
+
[_KI, _AWSAI, _A, _CD, _E, _D, _KU, _KSe, _DD, _VT, _Or, _CKSI, _CHCI, _EM, _KMe, _CMKS, _KS, _EAn, _SA, _KAAe, _MR, _MRC, _PDWID, _MAa, _XKC, _CKMI],
|
|
1002
|
+
[0, 0, 0, 4, 2, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 64 | 0, 2, () => exports.MultiRegionConfiguration$, 1, 64 | 0, () => exports.XksKeyConfigurationType$, 0], 1
|
|
1003
|
+
];
|
|
1004
|
+
exports.ListAliasesRequest$ = [3, n0, _LAR,
|
|
1005
|
+
0,
|
|
1006
|
+
[_KI, _L, _M],
|
|
1007
|
+
[0, 1, 0]
|
|
1008
|
+
];
|
|
1009
|
+
exports.ListAliasesResponse$ = [3, n0, _LARi,
|
|
1010
|
+
0,
|
|
1011
|
+
[_Al, _NM, _Tr],
|
|
1012
|
+
[() => AliasList, 0, 2]
|
|
1013
|
+
];
|
|
1014
|
+
exports.ListGrantsRequest$ = [3, n0, _LGR,
|
|
1015
|
+
0,
|
|
1016
|
+
[_KI, _L, _M, _GI, _GP],
|
|
1017
|
+
[0, 1, 0, 0, 0], 1
|
|
1018
|
+
];
|
|
1019
|
+
exports.ListGrantsResponse$ = [3, n0, _LGRi,
|
|
1020
|
+
0,
|
|
1021
|
+
[_G, _NM, _Tr],
|
|
1022
|
+
[() => GrantList, 0, 2]
|
|
1023
|
+
];
|
|
1024
|
+
exports.ListKeyPoliciesRequest$ = [3, n0, _LKPR,
|
|
1025
|
+
0,
|
|
1026
|
+
[_KI, _L, _M],
|
|
1027
|
+
[0, 1, 0], 1
|
|
1028
|
+
];
|
|
1029
|
+
exports.ListKeyPoliciesResponse$ = [3, n0, _LKPRi,
|
|
1030
|
+
0,
|
|
1031
|
+
[_PNo, _NM, _Tr],
|
|
1032
|
+
[64 | 0, 0, 2]
|
|
1033
|
+
];
|
|
1034
|
+
exports.ListKeyRotationsRequest$ = [3, n0, _LKRR,
|
|
1035
|
+
0,
|
|
1036
|
+
[_KI, _IKM, _L, _M],
|
|
1037
|
+
[0, 0, 1, 0], 1
|
|
1038
|
+
];
|
|
1039
|
+
exports.ListKeyRotationsResponse$ = [3, n0, _LKRRi,
|
|
1040
|
+
0,
|
|
1041
|
+
[_Ro, _NM, _Tr],
|
|
1042
|
+
[() => RotationsList, 0, 2]
|
|
1043
|
+
];
|
|
1044
|
+
exports.ListKeysRequest$ = [3, n0, _LKR,
|
|
1045
|
+
0,
|
|
1046
|
+
[_L, _M],
|
|
1047
|
+
[1, 0]
|
|
1048
|
+
];
|
|
1049
|
+
exports.ListKeysResponse$ = [3, n0, _LKRi,
|
|
1050
|
+
0,
|
|
1051
|
+
[_K, _NM, _Tr],
|
|
1052
|
+
[() => KeyList, 0, 2]
|
|
1053
|
+
];
|
|
1054
|
+
exports.ListResourceTagsRequest$ = [3, n0, _LRTR,
|
|
1055
|
+
0,
|
|
1056
|
+
[_KI, _L, _M],
|
|
1057
|
+
[0, 1, 0], 1
|
|
1058
|
+
];
|
|
1059
|
+
exports.ListResourceTagsResponse$ = [3, n0, _LRTRi,
|
|
1060
|
+
0,
|
|
1061
|
+
[_T, _NM, _Tr],
|
|
1062
|
+
[() => TagList, 0, 2]
|
|
1063
|
+
];
|
|
1064
|
+
exports.ListRetirableGrantsRequest$ = [3, n0, _LRGR,
|
|
1065
|
+
0,
|
|
1066
|
+
[_RP, _L, _M],
|
|
1067
|
+
[0, 1, 0], 1
|
|
1068
|
+
];
|
|
1069
|
+
exports.MultiRegionConfiguration$ = [3, n0, _MRC,
|
|
1070
|
+
0,
|
|
1071
|
+
[_MRKT, _PKr, _RK],
|
|
1072
|
+
[0, () => exports.MultiRegionKey$, () => MultiRegionKeyList]
|
|
1073
|
+
];
|
|
1074
|
+
exports.MultiRegionKey$ = [3, n0, _MRK,
|
|
1075
|
+
0,
|
|
1076
|
+
[_A, _Re],
|
|
1077
|
+
[0, 0]
|
|
1078
|
+
];
|
|
1079
|
+
exports.PutKeyPolicyRequest$ = [3, n0, _PKPR,
|
|
1080
|
+
0,
|
|
1081
|
+
[_KI, _P, _PN, _BPLSC],
|
|
1082
|
+
[0, 0, 0, 2], 2
|
|
1083
|
+
];
|
|
1084
|
+
exports.RecipientInfo$ = [3, n0, _RI,
|
|
1085
|
+
0,
|
|
1086
|
+
[_KEA, _AD],
|
|
1087
|
+
[0, 21]
|
|
1088
|
+
];
|
|
1089
|
+
exports.ReEncryptRequest$ = [3, n0, _RER,
|
|
1090
|
+
0,
|
|
1091
|
+
[_DKI, _CB, _SEC, _SKI, _DEC, _SEA, _DEA, _GT, _DR, _DRM],
|
|
1092
|
+
[0, 21, 128 | 0, 0, 128 | 0, 0, 0, 64 | 0, 2, 64 | 0], 1
|
|
1093
|
+
];
|
|
1094
|
+
exports.ReEncryptResponse$ = [3, n0, _RERe,
|
|
1095
|
+
0,
|
|
1096
|
+
[_CB, _SKI, _KI, _SEA, _DEA, _SKMI, _DKMI],
|
|
1097
|
+
[21, 0, 0, 0, 0, 0, 0]
|
|
1098
|
+
];
|
|
1099
|
+
exports.ReplicateKeyRequest$ = [3, n0, _RKR,
|
|
1100
|
+
0,
|
|
1101
|
+
[_KI, _RR, _P, _BPLSC, _D, _T],
|
|
1102
|
+
[0, 0, 0, 2, 0, () => TagList], 2
|
|
1103
|
+
];
|
|
1104
|
+
exports.ReplicateKeyResponse$ = [3, n0, _RKRe,
|
|
1105
|
+
0,
|
|
1106
|
+
[_RKM, _RPe, _RT],
|
|
1107
|
+
[() => exports.KeyMetadata$, 0, () => TagList]
|
|
1108
|
+
];
|
|
1109
|
+
exports.RetireGrantRequest$ = [3, n0, _RGR,
|
|
1110
|
+
0,
|
|
1111
|
+
[_GTr, _KI, _GI, _DR],
|
|
1112
|
+
[0, 0, 0, 2]
|
|
1113
|
+
];
|
|
1114
|
+
exports.RevokeGrantRequest$ = [3, n0, _RGRe,
|
|
1115
|
+
0,
|
|
1116
|
+
[_KI, _GI, _DR],
|
|
1117
|
+
[0, 0, 2], 2
|
|
1118
|
+
];
|
|
1119
|
+
exports.RotateKeyOnDemandRequest$ = [3, n0, _RKODR,
|
|
1120
|
+
0,
|
|
1121
|
+
[_KI],
|
|
1122
|
+
[0], 1
|
|
1123
|
+
];
|
|
1124
|
+
exports.RotateKeyOnDemandResponse$ = [3, n0, _RKODRo,
|
|
1125
|
+
0,
|
|
1126
|
+
[_KI],
|
|
1127
|
+
[0]
|
|
1128
|
+
];
|
|
1129
|
+
exports.RotationsListEntry$ = [3, n0, _RLE,
|
|
1130
|
+
0,
|
|
1131
|
+
[_KI, _KMI, _KMD, _IS, _KMS, _EM, _VT, _RD, _RTo],
|
|
1132
|
+
[0, 0, 0, 0, 0, 0, 4, 4, 0]
|
|
1133
|
+
];
|
|
1134
|
+
exports.ScheduleKeyDeletionRequest$ = [3, n0, _SKDR,
|
|
1135
|
+
0,
|
|
1136
|
+
[_KI, _PWID],
|
|
1137
|
+
[0, 1], 1
|
|
1138
|
+
];
|
|
1139
|
+
exports.ScheduleKeyDeletionResponse$ = [3, n0, _SKDRc,
|
|
1140
|
+
0,
|
|
1141
|
+
[_KI, _DD, _KSe, _PWID],
|
|
1142
|
+
[0, 4, 0, 1]
|
|
1143
|
+
];
|
|
1144
|
+
exports.SignRequest$ = [3, n0, _SR,
|
|
1145
|
+
0,
|
|
1146
|
+
[_KI, _Me, _SAi, _MT, _GT, _DR],
|
|
1147
|
+
[0, [() => PlaintextType, 0], 0, 0, 64 | 0, 2], 3
|
|
1148
|
+
];
|
|
1149
|
+
exports.SignResponse$ = [3, n0, _SRi,
|
|
1150
|
+
0,
|
|
1151
|
+
[_KI, _S, _SAi],
|
|
1152
|
+
[0, 21, 0]
|
|
1153
|
+
];
|
|
1154
|
+
exports.Tag$ = [3, n0, _Ta,
|
|
1155
|
+
0,
|
|
1156
|
+
[_TK, _TV],
|
|
1157
|
+
[0, 0], 2
|
|
1158
|
+
];
|
|
1159
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
1160
|
+
0,
|
|
1161
|
+
[_KI, _T],
|
|
1162
|
+
[0, () => TagList], 2
|
|
1163
|
+
];
|
|
1164
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
1165
|
+
0,
|
|
1166
|
+
[_KI, _TKa],
|
|
1167
|
+
[0, 64 | 0], 2
|
|
1168
|
+
];
|
|
1169
|
+
exports.UpdateAliasRequest$ = [3, n0, _UAR,
|
|
1170
|
+
0,
|
|
1171
|
+
[_AN, _TKI],
|
|
1172
|
+
[0, 0], 2
|
|
1173
|
+
];
|
|
1174
|
+
exports.UpdateCustomKeyStoreRequest$ = [3, n0, _UCKSR,
|
|
1175
|
+
0,
|
|
1176
|
+
[_CKSI, _NCKSN, _KSP, _CHCI, _XPUE, _XPUP, _XPVESN, _XPVESO, _XPAC, _XPC],
|
|
1177
|
+
[0, 0, [() => KeyStorePasswordType, 0], 0, 0, 0, 0, 0, [() => exports.XksProxyAuthenticationCredentialType$, 0], 0], 1
|
|
1178
|
+
];
|
|
1179
|
+
exports.UpdateCustomKeyStoreResponse$ = [3, n0, _UCKSRp,
|
|
1180
|
+
0,
|
|
1181
|
+
[],
|
|
1182
|
+
[]
|
|
1183
|
+
];
|
|
1184
|
+
exports.UpdateKeyDescriptionRequest$ = [3, n0, _UKDR,
|
|
1185
|
+
0,
|
|
1186
|
+
[_KI, _D],
|
|
1187
|
+
[0, 0], 2
|
|
1188
|
+
];
|
|
1189
|
+
exports.UpdatePrimaryRegionRequest$ = [3, n0, _UPRR,
|
|
1190
|
+
0,
|
|
1191
|
+
[_KI, _PR],
|
|
1192
|
+
[0, 0], 2
|
|
1193
|
+
];
|
|
1194
|
+
exports.VerifyMacRequest$ = [3, n0, _VMR,
|
|
1195
|
+
0,
|
|
1196
|
+
[_Me, _KI, _MA, _Ma, _GT, _DR],
|
|
1197
|
+
[[() => PlaintextType, 0], 0, 0, 21, 64 | 0, 2], 4
|
|
1198
|
+
];
|
|
1199
|
+
exports.VerifyMacResponse$ = [3, n0, _VMRe,
|
|
1200
|
+
0,
|
|
1201
|
+
[_KI, _MV, _MA],
|
|
1202
|
+
[0, 2, 0]
|
|
1203
|
+
];
|
|
1204
|
+
exports.VerifyRequest$ = [3, n0, _VR,
|
|
1205
|
+
0,
|
|
1206
|
+
[_KI, _Me, _S, _SAi, _MT, _GT, _DR],
|
|
1207
|
+
[0, [() => PlaintextType, 0], 21, 0, 0, 64 | 0, 2], 4
|
|
1208
|
+
];
|
|
1209
|
+
exports.VerifyResponse$ = [3, n0, _VRe,
|
|
1210
|
+
0,
|
|
1211
|
+
[_KI, _SV, _SAi],
|
|
1212
|
+
[0, 2, 0]
|
|
1213
|
+
];
|
|
1214
|
+
exports.XksKeyConfigurationType$ = [3, n0, _XKCT,
|
|
1215
|
+
0,
|
|
1216
|
+
[_I],
|
|
1217
|
+
[0]
|
|
1218
|
+
];
|
|
1219
|
+
exports.XksProxyAuthenticationCredentialType$ = [3, n0, _XPACT,
|
|
1220
|
+
0,
|
|
1221
|
+
[_AKI, _RSAK],
|
|
1222
|
+
[[() => XksProxyAuthenticationAccessKeyIdType, 0], [() => XksProxyAuthenticationRawSecretAccessKeyType, 0]], 2
|
|
1223
|
+
];
|
|
1224
|
+
exports.XksProxyConfigurationType$ = [3, n0, _XPCT,
|
|
1225
|
+
0,
|
|
1226
|
+
[_Co, _AKI, _UE, _UP, _VESN, _VESO],
|
|
1227
|
+
[0, [() => XksProxyAuthenticationAccessKeyIdType, 0], 0, 0, 0, 0]
|
|
1228
|
+
];
|
|
1229
|
+
var __Unit = "unit";
|
|
1230
|
+
var AliasList = [1, n0, _AL,
|
|
1231
|
+
0, () => exports.AliasListEntry$
|
|
1232
|
+
];
|
|
1233
|
+
var CustomKeyStoresList = [1, n0, _CKSL,
|
|
1234
|
+
0, [() => exports.CustomKeyStoresListEntry$,
|
|
1235
|
+
0]
|
|
1236
|
+
];
|
|
1237
|
+
var DryRunModifierList = 64 | 0;
|
|
1238
|
+
var EncryptionAlgorithmSpecList = 64 | 0;
|
|
1239
|
+
var GrantList = [1, n0, _GL,
|
|
1240
|
+
0, () => exports.GrantListEntry$
|
|
1241
|
+
];
|
|
1242
|
+
var GrantOperationList = 64 | 0;
|
|
1243
|
+
var GrantTokenList = 64 | 0;
|
|
1244
|
+
var KeyAgreementAlgorithmSpecList = 64 | 0;
|
|
1245
|
+
var KeyList = [1, n0, _KL,
|
|
1246
|
+
0, () => exports.KeyListEntry$
|
|
1247
|
+
];
|
|
1248
|
+
var MacAlgorithmSpecList = 64 | 0;
|
|
1249
|
+
var MultiRegionKeyList = [1, n0, _MRKL,
|
|
1250
|
+
0, () => exports.MultiRegionKey$
|
|
1251
|
+
];
|
|
1252
|
+
var PolicyNameList = 64 | 0;
|
|
1253
|
+
var RotationsList = [1, n0, _RL,
|
|
1254
|
+
0, () => exports.RotationsListEntry$
|
|
1255
|
+
];
|
|
1256
|
+
var SigningAlgorithmSpecList = 64 | 0;
|
|
1257
|
+
var TagKeyList = 64 | 0;
|
|
1258
|
+
var TagList = [1, n0, _TL,
|
|
1259
|
+
0, () => exports.Tag$
|
|
1260
|
+
];
|
|
1261
|
+
var EncryptionContextType = 128 | 0;
|
|
1262
|
+
exports.CancelKeyDeletion$ = [9, n0, _CKD,
|
|
1263
|
+
0, () => exports.CancelKeyDeletionRequest$, () => exports.CancelKeyDeletionResponse$
|
|
1264
|
+
];
|
|
1265
|
+
exports.ConnectCustomKeyStore$ = [9, n0, _CCKS,
|
|
1266
|
+
0, () => exports.ConnectCustomKeyStoreRequest$, () => exports.ConnectCustomKeyStoreResponse$
|
|
1267
|
+
];
|
|
1268
|
+
exports.CreateAlias$ = [9, n0, _CA,
|
|
1269
|
+
0, () => exports.CreateAliasRequest$, () => __Unit
|
|
1270
|
+
];
|
|
1271
|
+
exports.CreateCustomKeyStore$ = [9, n0, _CCKSr,
|
|
1272
|
+
0, () => exports.CreateCustomKeyStoreRequest$, () => exports.CreateCustomKeyStoreResponse$
|
|
1273
|
+
];
|
|
1274
|
+
exports.CreateGrant$ = [9, n0, _CG,
|
|
1275
|
+
0, () => exports.CreateGrantRequest$, () => exports.CreateGrantResponse$
|
|
1276
|
+
];
|
|
1277
|
+
exports.CreateKey$ = [9, n0, _CK,
|
|
1278
|
+
0, () => exports.CreateKeyRequest$, () => exports.CreateKeyResponse$
|
|
1279
|
+
];
|
|
1280
|
+
exports.Decrypt$ = [9, n0, _De,
|
|
1281
|
+
0, () => exports.DecryptRequest$, () => exports.DecryptResponse$
|
|
1282
|
+
];
|
|
1283
|
+
exports.DeleteAlias$ = [9, n0, _DA,
|
|
1284
|
+
0, () => exports.DeleteAliasRequest$, () => __Unit
|
|
1285
|
+
];
|
|
1286
|
+
exports.DeleteCustomKeyStore$ = [9, n0, _DCKS,
|
|
1287
|
+
0, () => exports.DeleteCustomKeyStoreRequest$, () => exports.DeleteCustomKeyStoreResponse$
|
|
1288
|
+
];
|
|
1289
|
+
exports.DeleteImportedKeyMaterial$ = [9, n0, _DIKM,
|
|
1290
|
+
0, () => exports.DeleteImportedKeyMaterialRequest$, () => exports.DeleteImportedKeyMaterialResponse$
|
|
1291
|
+
];
|
|
1292
|
+
exports.DeriveSharedSecret$ = [9, n0, _DSS,
|
|
1293
|
+
0, () => exports.DeriveSharedSecretRequest$, () => exports.DeriveSharedSecretResponse$
|
|
1294
|
+
];
|
|
1295
|
+
exports.DescribeCustomKeyStores$ = [9, n0, _DCKSe,
|
|
1296
|
+
0, () => exports.DescribeCustomKeyStoresRequest$, () => exports.DescribeCustomKeyStoresResponse$
|
|
1297
|
+
];
|
|
1298
|
+
exports.DescribeKey$ = [9, n0, _DK,
|
|
1299
|
+
0, () => exports.DescribeKeyRequest$, () => exports.DescribeKeyResponse$
|
|
1300
|
+
];
|
|
1301
|
+
exports.DisableKey$ = [9, n0, _DKi,
|
|
1302
|
+
0, () => exports.DisableKeyRequest$, () => __Unit
|
|
1303
|
+
];
|
|
1304
|
+
exports.DisableKeyRotation$ = [9, n0, _DKRis,
|
|
1305
|
+
0, () => exports.DisableKeyRotationRequest$, () => __Unit
|
|
1306
|
+
];
|
|
1307
|
+
exports.DisconnectCustomKeyStore$ = [9, n0, _DCKSi,
|
|
1308
|
+
0, () => exports.DisconnectCustomKeyStoreRequest$, () => exports.DisconnectCustomKeyStoreResponse$
|
|
1309
|
+
];
|
|
1310
|
+
exports.EnableKey$ = [9, n0, _EK,
|
|
1311
|
+
0, () => exports.EnableKeyRequest$, () => __Unit
|
|
1312
|
+
];
|
|
1313
|
+
exports.EnableKeyRotation$ = [9, n0, _EKRn,
|
|
1314
|
+
0, () => exports.EnableKeyRotationRequest$, () => __Unit
|
|
1315
|
+
];
|
|
1316
|
+
exports.Encrypt$ = [9, n0, _En,
|
|
1317
|
+
0, () => exports.EncryptRequest$, () => exports.EncryptResponse$
|
|
1318
|
+
];
|
|
1319
|
+
exports.GenerateDataKey$ = [9, n0, _GDK,
|
|
1320
|
+
0, () => exports.GenerateDataKeyRequest$, () => exports.GenerateDataKeyResponse$
|
|
1321
|
+
];
|
|
1322
|
+
exports.GenerateDataKeyPair$ = [9, n0, _GDKP,
|
|
1323
|
+
0, () => exports.GenerateDataKeyPairRequest$, () => exports.GenerateDataKeyPairResponse$
|
|
1324
|
+
];
|
|
1325
|
+
exports.GenerateDataKeyPairWithoutPlaintext$ = [9, n0, _GDKPWP,
|
|
1326
|
+
0, () => exports.GenerateDataKeyPairWithoutPlaintextRequest$, () => exports.GenerateDataKeyPairWithoutPlaintextResponse$
|
|
1327
|
+
];
|
|
1328
|
+
exports.GenerateDataKeyWithoutPlaintext$ = [9, n0, _GDKWP,
|
|
1329
|
+
0, () => exports.GenerateDataKeyWithoutPlaintextRequest$, () => exports.GenerateDataKeyWithoutPlaintextResponse$
|
|
1330
|
+
];
|
|
1331
|
+
exports.GenerateMac$ = [9, n0, _GM,
|
|
1332
|
+
0, () => exports.GenerateMacRequest$, () => exports.GenerateMacResponse$
|
|
1333
|
+
];
|
|
1334
|
+
exports.GenerateRandom$ = [9, n0, _GR,
|
|
1335
|
+
0, () => exports.GenerateRandomRequest$, () => exports.GenerateRandomResponse$
|
|
1336
|
+
];
|
|
1337
|
+
exports.GetKeyLastUsage$ = [9, n0, _GKLU,
|
|
1338
|
+
0, () => exports.GetKeyLastUsageRequest$, () => exports.GetKeyLastUsageResponse$
|
|
1339
|
+
];
|
|
1340
|
+
exports.GetKeyPolicy$ = [9, n0, _GKP,
|
|
1341
|
+
0, () => exports.GetKeyPolicyRequest$, () => exports.GetKeyPolicyResponse$
|
|
1342
|
+
];
|
|
1343
|
+
exports.GetKeyRotationStatus$ = [9, n0, _GKRS,
|
|
1344
|
+
0, () => exports.GetKeyRotationStatusRequest$, () => exports.GetKeyRotationStatusResponse$
|
|
1345
|
+
];
|
|
1346
|
+
exports.GetParametersForImport$ = [9, n0, _GPFI,
|
|
1347
|
+
0, () => exports.GetParametersForImportRequest$, () => exports.GetParametersForImportResponse$
|
|
1348
|
+
];
|
|
1349
|
+
exports.GetPublicKey$ = [9, n0, _GPK,
|
|
1350
|
+
0, () => exports.GetPublicKeyRequest$, () => exports.GetPublicKeyResponse$
|
|
1351
|
+
];
|
|
1352
|
+
exports.ImportKeyMaterial$ = [9, n0, _IKMm,
|
|
1353
|
+
0, () => exports.ImportKeyMaterialRequest$, () => exports.ImportKeyMaterialResponse$
|
|
1354
|
+
];
|
|
1355
|
+
exports.ListAliases$ = [9, n0, _LA,
|
|
1356
|
+
0, () => exports.ListAliasesRequest$, () => exports.ListAliasesResponse$
|
|
1357
|
+
];
|
|
1358
|
+
exports.ListGrants$ = [9, n0, _LG,
|
|
1359
|
+
0, () => exports.ListGrantsRequest$, () => exports.ListGrantsResponse$
|
|
1360
|
+
];
|
|
1361
|
+
exports.ListKeyPolicies$ = [9, n0, _LKP,
|
|
1362
|
+
0, () => exports.ListKeyPoliciesRequest$, () => exports.ListKeyPoliciesResponse$
|
|
1363
|
+
];
|
|
1364
|
+
exports.ListKeyRotations$ = [9, n0, _LKRis,
|
|
1365
|
+
0, () => exports.ListKeyRotationsRequest$, () => exports.ListKeyRotationsResponse$
|
|
1366
|
+
];
|
|
1367
|
+
exports.ListKeys$ = [9, n0, _LK,
|
|
1368
|
+
0, () => exports.ListKeysRequest$, () => exports.ListKeysResponse$
|
|
1369
|
+
];
|
|
1370
|
+
exports.ListResourceTags$ = [9, n0, _LRT,
|
|
1371
|
+
0, () => exports.ListResourceTagsRequest$, () => exports.ListResourceTagsResponse$
|
|
1372
|
+
];
|
|
1373
|
+
exports.ListRetirableGrants$ = [9, n0, _LRG,
|
|
1374
|
+
0, () => exports.ListRetirableGrantsRequest$, () => exports.ListGrantsResponse$
|
|
1375
|
+
];
|
|
1376
|
+
exports.PutKeyPolicy$ = [9, n0, _PKPu,
|
|
1377
|
+
0, () => exports.PutKeyPolicyRequest$, () => __Unit
|
|
1378
|
+
];
|
|
1379
|
+
exports.ReEncrypt$ = [9, n0, _RE,
|
|
1380
|
+
0, () => exports.ReEncryptRequest$, () => exports.ReEncryptResponse$
|
|
1381
|
+
];
|
|
1382
|
+
exports.ReplicateKey$ = [9, n0, _RKe,
|
|
1383
|
+
0, () => exports.ReplicateKeyRequest$, () => exports.ReplicateKeyResponse$
|
|
1384
|
+
];
|
|
1385
|
+
exports.RetireGrant$ = [9, n0, _RG,
|
|
1386
|
+
0, () => exports.RetireGrantRequest$, () => __Unit
|
|
1387
|
+
];
|
|
1388
|
+
exports.RevokeGrant$ = [9, n0, _RGe,
|
|
1389
|
+
0, () => exports.RevokeGrantRequest$, () => __Unit
|
|
1390
|
+
];
|
|
1391
|
+
exports.RotateKeyOnDemand$ = [9, n0, _RKOD,
|
|
1392
|
+
0, () => exports.RotateKeyOnDemandRequest$, () => exports.RotateKeyOnDemandResponse$
|
|
1393
|
+
];
|
|
1394
|
+
exports.ScheduleKeyDeletion$ = [9, n0, _SKD,
|
|
1395
|
+
0, () => exports.ScheduleKeyDeletionRequest$, () => exports.ScheduleKeyDeletionResponse$
|
|
1396
|
+
];
|
|
1397
|
+
exports.Sign$ = [9, n0, _Si,
|
|
1398
|
+
0, () => exports.SignRequest$, () => exports.SignResponse$
|
|
1399
|
+
];
|
|
1400
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
1401
|
+
0, () => exports.TagResourceRequest$, () => __Unit
|
|
1402
|
+
];
|
|
1403
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
1404
|
+
0, () => exports.UntagResourceRequest$, () => __Unit
|
|
1405
|
+
];
|
|
1406
|
+
exports.UpdateAlias$ = [9, n0, _UA,
|
|
1407
|
+
0, () => exports.UpdateAliasRequest$, () => __Unit
|
|
1408
|
+
];
|
|
1409
|
+
exports.UpdateCustomKeyStore$ = [9, n0, _UCKS,
|
|
1410
|
+
0, () => exports.UpdateCustomKeyStoreRequest$, () => exports.UpdateCustomKeyStoreResponse$
|
|
1411
|
+
];
|
|
1412
|
+
exports.UpdateKeyDescription$ = [9, n0, _UKD,
|
|
1413
|
+
0, () => exports.UpdateKeyDescriptionRequest$, () => __Unit
|
|
1414
|
+
];
|
|
1415
|
+
exports.UpdatePrimaryRegion$ = [9, n0, _UPR,
|
|
1416
|
+
0, () => exports.UpdatePrimaryRegionRequest$, () => __Unit
|
|
1417
|
+
];
|
|
1418
|
+
exports.Verify$ = [9, n0, _V,
|
|
1419
|
+
0, () => exports.VerifyRequest$, () => exports.VerifyResponse$
|
|
1420
|
+
];
|
|
1421
|
+
exports.VerifyMac$ = [9, n0, _VM,
|
|
1422
|
+
0, () => exports.VerifyMacRequest$, () => exports.VerifyMacResponse$
|
|
1423
|
+
];
|