@gemeentenijmegen/webapp 1.1.2 → 1.1.4
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 +14 -14
- package/assets/webapp/auth/auth.lambda/index.js +4 -7
- package/assets/webapp/login/login.lambda/index.js +4 -7
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +498 -347
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +10 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +88 -66
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +15 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +10 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +208 -59
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/client-dynamodb/package.json +43 -45
- package/node_modules/@aws-sdk/client-s3/README.md +24 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +936 -516
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +16 -11
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +31 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +25 -28
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +23 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +250 -29
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +16 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +21 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +23 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +11 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +63 -53
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +27 -26
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +7 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +25 -22
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +6 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +7 -4
- 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 +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +9 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +5 -4
- 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 +5 -3
- 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 +43 -38
- 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 +2 -2
- 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/UploadPartCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +761 -576
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +541 -79
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +6 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +69 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +19 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +78 -69
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +86 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +30 -11
- package/node_modules/@aws-sdk/client-s3/package.json +60 -62
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +193 -139
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +36 -24
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +41 -43
- package/node_modules/@aws-sdk/client-ssm/README.md +5 -4
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +1529 -1117
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +211 -146
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +108 -80
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +64 -44
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +5 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +23 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +43 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +7 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +12 -13
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +20 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/client-ssm/package.json +42 -44
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -5
- package/node_modules/@aws-sdk/client-sso/package.json +40 -40
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +29 -32
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +10 -9
- package/node_modules/@aws-sdk/core/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +41 -28
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +14 -11
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +10 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -7
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +19 -19
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +12 -19
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/package.json +16 -16
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +11 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +6 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +6 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -11
- package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +5 -3
- package/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +1 -0
- package/node_modules/@aws-sdk/endpoint-cache/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +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/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +1 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +132 -40
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/constants.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/crc64-nvme-crt-container.js +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +37 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +22 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +2 -12
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +9 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/hasHeaderWithPrefix.js +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +26 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/types.js +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +13 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +10 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +19 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +12 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +6 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/constants.d.ts +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsInputMiddleware.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +4 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +4 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getFlexibleChecksumsPlugin.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/hasHeaderWithPrefix.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/validateChecksumFromResponse.d.ts +3 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +19 -20
- package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +34 -38
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +3 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +3 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +3 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +16 -16
- package/node_modules/@aws-sdk/middleware-ssec/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
- package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +879 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.js +9 -9
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/STSClient.js +1 -0
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.js +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/SSOOIDCClient.js +1 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthSchemeProvider.js +0 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/models_0.js +56 -99
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/protocols/Aws_restJson1.js +2 -174
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.js +9 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/STSClient.js +1 -0
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthSchemeProvider.js +0 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultStsRoleAssumers.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/models_0.js +30 -62
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/protocols/Aws_query.js +10 -420
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.js +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDC.d.ts +0 -21
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/SSOOIDCClient.d.ts +21 -12
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +3 -50
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +396 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/STSClient.d.ts +20 -9
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -34
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/models_0.d.ts +19 -634
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/SSOOIDCClient.d.ts +3 -24
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/commands/CreateTokenCommand.d.ts +5 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/models_0.d.ts +6 -99
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.browser.d.ts +1 -3
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.d.ts +1 -7
- package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.native.d.ts +16 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/STSClient.d.ts +3 -44
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultStsRoleAssumers.d.ts +2 -2
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/models_0.d.ts +10 -105
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.d.ts +4 -7
- package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +10 -9
- package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +1 -0
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +13 -13
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +7 -3
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +3 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +25 -17
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +12 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +4 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
- package/node_modules/@aws-sdk/token-providers/package.json +9 -11
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -1
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +56 -2
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +22 -1
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-arn-parser/package.json +4 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +6 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
- package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +3 -2
- 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/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +9 -7
- package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +3 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +92 -46
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +128 -67
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +7 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +7 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +7 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +5 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-defaults.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticache-helper.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-defaults.js +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +5 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-helper.js +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +13 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +10 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +62 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-defaults.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-defaults.js +5 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +8 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/security-group-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/ssm-string-parameter-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +19 -19
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-defaults.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-defaults.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +3 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +13 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-test/index.js +13 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +93 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +16 -16
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +9 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +8 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +8 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +84 -78
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +9 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +8 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +8 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +64 -58
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda/index.js +13 -0
- package/node_modules/@gemeentenijmegen/apiclient/lib/index.d.ts +10 -8
- package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +23 -27
- package/node_modules/@gemeentenijmegen/apiclient/package.json +16 -14
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +10 -9
- package/node_modules/@gemeentenijmegen/session/package.json +9 -8
- package/node_modules/@gemeentenijmegen/utils/package.json +12 -11
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/chunked-blob-reader/package.json +6 -2
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -3
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/core/dist-cjs/index.js +34 -22
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
- package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
- package/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +28 -21
- package/node_modules/@smithy/eventstream-codec/package.json +8 -5
- package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +3 -0
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +3 -0
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/eventstream-serde-node/package.json +5 -5
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +37 -10
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -4
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -4
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
- package/node_modules/@smithy/hash-blob-browser/package.json +8 -5
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/hash-node/package.json +6 -6
- package/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/hash-stream-node/dist-types/HashCalculator.d.ts +1 -0
- package/node_modules/@smithy/hash-stream-node/package.json +6 -6
- package/node_modules/@smithy/invalid-dependency/package.json +5 -2
- package/node_modules/@smithy/is-array-buffer/package.json +5 -4
- package/node_modules/@smithy/md5-js/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/md5-js/package.json +9 -6
- package/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +10 -9
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +3 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/package.json +10 -10
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +11 -4
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +12 -2
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/package.json +6 -6
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +57 -48
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +11 -3
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +2 -2
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +11 -8
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/package.json +8 -8
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +4 -4
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/package.json +9 -9
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +76 -56
- package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
- package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +21 -30
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
- package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +37 -15
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +37 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/package.json +10 -10
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
- package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +6 -3
- package/node_modules/@smithy/util-base64/package.json +8 -7
- package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
- package/node_modules/@smithy/util-body-length-node/package.json +6 -5
- package/node_modules/@smithy/util-buffer-from/package.json +7 -6
- package/node_modules/@smithy/util-config-provider/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +7 -7
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +10 -10
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/util-endpoints/package.json +5 -5
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
- package/node_modules/@smithy/util-middleware/package.json +4 -4
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
- package/node_modules/@smithy/util-retry/package.json +5 -5
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -1
- package/node_modules/@smithy/util-stream/package.json +11 -11
- package/node_modules/@smithy/util-uri-escape/package.json +5 -4
- package/node_modules/@smithy/util-utf8/package.json +6 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +34 -9
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
- package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/index.d.ts +1 -0
- package/node_modules/@types/aws-lambda/package.json +4 -3
- package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +36 -0
- package/node_modules/axios/CHANGELOG.md +49 -0
- package/node_modules/axios/README.md +20 -8
- package/node_modules/axios/dist/axios.js +34 -63
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +1 -1
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +40 -71
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +40 -71
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +1 -1
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +45 -75
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +5 -1
- package/node_modules/axios/index.d.ts +8 -1
- package/node_modules/axios/lib/adapters/http.js +4 -4
- package/node_modules/axios/lib/core/Axios.js +7 -2
- package/node_modules/axios/lib/core/mergeConfig.js +5 -5
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +7 -1
- package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +12 -65
- package/node_modules/axios/lib/helpers/validator.js +8 -0
- package/node_modules/axios/package.json +3 -3
- package/node_modules/dotenv/CHANGELOG.md +15 -2
- package/node_modules/dotenv/README.md +37 -114
- package/node_modules/dotenv/package.json +5 -9
- package/node_modules/openid-client/lib/helpers/client.js +1 -4
- package/node_modules/openid-client/package.json +3 -3
- package/package.json +25 -24
- package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
- package/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sts/README.md +0 -281
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1535
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -25
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -78
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +0 -129
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -83
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -160
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -113
- package/node_modules/@aws-sdk/client-sts/package.json +0 -102
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.browser.js +0 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/streams/create-read-stream-on-buffer.js +0 -11
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.browser.js +0 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/streams/create-read-stream-on-buffer.js +0 -7
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.browser.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/streams/create-read-stream-on-buffer.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.browser.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/streams/create-read-stream-on-buffer.d.ts +0 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +0 -7543
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.warnings.jsii.js +0 -217
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/LICENSE +0 -201
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/NOTICE +0 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/README.md +0 -560
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/awslint.json +0 -13
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.d.ts +0 -129
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +0 -56
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.d.ts +0 -36
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +0 -50
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.d.ts +0 -115
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +0 -157
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.d.ts +0 -22
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +0 -92
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.d.ts +0 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/index.js +0 -26
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.d.ts +0 -42
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +0 -43
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.d.ts +0 -43
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/deploy-assert.js +0 -98
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.d.ts +0 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/private/hash.js +0 -12
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.d.ts +0 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/index.js +0 -19
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/assertion.d.ts +0 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/assertion.js +0 -144
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/base.d.ts +0 -30
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/base.js +0 -134
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/http.d.ts +0 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/http.js +0 -32
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/index.d.ts +0 -14
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/index.js +0 -171
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/sdk.d.ts +0 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/sdk.js +0 -41
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/types.d.ts +0 -235
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/types.js +0 -43
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/utils.d.ts +0 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler/utils.js +0 -52
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/lambda-handler.bundle/index.js +0 -31704
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.d.ts +0 -89
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +0 -232
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.d.ts +0 -149
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +0 -218
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.d.ts +0 -82
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/types.js +0 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.d.ts +0 -74
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +0 -144
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.d.ts +0 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/index.js +0 -19
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.d.ts +0 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-synthesizer.js +0 -33
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.d.ts +0 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/manifest-writer.js +0 -28
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.d.ts +0 -107
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +0 -146
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +0 -139
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/_generated.ts-fixture +0 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/rosetta/default.ts-fixture +0 -31
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a/__entrypoint__.js +0 -1
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es/extensionConfiguration.js → nested-clients/dist-es/index.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sso-oidc}/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/{asset.ee7de53d64cc9d6248fa6aa550f92358f6c907b5efd6f3298aeab1b5e7ea358a → asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200}/index.js +0 -0
|
@@ -12,63 +12,65 @@ export const ResourceTypeForTagging = {
|
|
|
12
12
|
PATCH_BASELINE: "PatchBaseline",
|
|
13
13
|
};
|
|
14
14
|
export class InternalServerError extends __BaseException {
|
|
15
|
+
name = "InternalServerError";
|
|
16
|
+
$fault = "server";
|
|
17
|
+
Message;
|
|
15
18
|
constructor(opts) {
|
|
16
19
|
super({
|
|
17
20
|
name: "InternalServerError",
|
|
18
21
|
$fault: "server",
|
|
19
22
|
...opts,
|
|
20
23
|
});
|
|
21
|
-
this.name = "InternalServerError";
|
|
22
|
-
this.$fault = "server";
|
|
23
24
|
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
24
25
|
this.Message = opts.Message;
|
|
25
26
|
}
|
|
26
27
|
}
|
|
27
28
|
export class InvalidResourceId extends __BaseException {
|
|
29
|
+
name = "InvalidResourceId";
|
|
30
|
+
$fault = "client";
|
|
28
31
|
constructor(opts) {
|
|
29
32
|
super({
|
|
30
33
|
name: "InvalidResourceId",
|
|
31
34
|
$fault: "client",
|
|
32
35
|
...opts,
|
|
33
36
|
});
|
|
34
|
-
this.name = "InvalidResourceId";
|
|
35
|
-
this.$fault = "client";
|
|
36
37
|
Object.setPrototypeOf(this, InvalidResourceId.prototype);
|
|
37
38
|
}
|
|
38
39
|
}
|
|
39
40
|
export class InvalidResourceType extends __BaseException {
|
|
41
|
+
name = "InvalidResourceType";
|
|
42
|
+
$fault = "client";
|
|
40
43
|
constructor(opts) {
|
|
41
44
|
super({
|
|
42
45
|
name: "InvalidResourceType",
|
|
43
46
|
$fault: "client",
|
|
44
47
|
...opts,
|
|
45
48
|
});
|
|
46
|
-
this.name = "InvalidResourceType";
|
|
47
|
-
this.$fault = "client";
|
|
48
49
|
Object.setPrototypeOf(this, InvalidResourceType.prototype);
|
|
49
50
|
}
|
|
50
51
|
}
|
|
51
52
|
export class TooManyTagsError extends __BaseException {
|
|
53
|
+
name = "TooManyTagsError";
|
|
54
|
+
$fault = "client";
|
|
52
55
|
constructor(opts) {
|
|
53
56
|
super({
|
|
54
57
|
name: "TooManyTagsError",
|
|
55
58
|
$fault: "client",
|
|
56
59
|
...opts,
|
|
57
60
|
});
|
|
58
|
-
this.name = "TooManyTagsError";
|
|
59
|
-
this.$fault = "client";
|
|
60
61
|
Object.setPrototypeOf(this, TooManyTagsError.prototype);
|
|
61
62
|
}
|
|
62
63
|
}
|
|
63
64
|
export class TooManyUpdates extends __BaseException {
|
|
65
|
+
name = "TooManyUpdates";
|
|
66
|
+
$fault = "client";
|
|
67
|
+
Message;
|
|
64
68
|
constructor(opts) {
|
|
65
69
|
super({
|
|
66
70
|
name: "TooManyUpdates",
|
|
67
71
|
$fault: "client",
|
|
68
72
|
...opts,
|
|
69
73
|
});
|
|
70
|
-
this.name = "TooManyUpdates";
|
|
71
|
-
this.$fault = "client";
|
|
72
74
|
Object.setPrototypeOf(this, TooManyUpdates.prototype);
|
|
73
75
|
this.Message = opts.Message;
|
|
74
76
|
}
|
|
@@ -78,54 +80,62 @@ export const ExternalAlarmState = {
|
|
|
78
80
|
UNKNOWN: "UNKNOWN",
|
|
79
81
|
};
|
|
80
82
|
export class AlreadyExistsException extends __BaseException {
|
|
83
|
+
name = "AlreadyExistsException";
|
|
84
|
+
$fault = "client";
|
|
85
|
+
Message;
|
|
81
86
|
constructor(opts) {
|
|
82
87
|
super({
|
|
83
88
|
name: "AlreadyExistsException",
|
|
84
89
|
$fault: "client",
|
|
85
90
|
...opts,
|
|
86
91
|
});
|
|
87
|
-
this.name = "AlreadyExistsException";
|
|
88
|
-
this.$fault = "client";
|
|
89
92
|
Object.setPrototypeOf(this, AlreadyExistsException.prototype);
|
|
90
93
|
this.Message = opts.Message;
|
|
91
94
|
}
|
|
92
95
|
}
|
|
93
96
|
export class OpsItemConflictException extends __BaseException {
|
|
97
|
+
name = "OpsItemConflictException";
|
|
98
|
+
$fault = "client";
|
|
99
|
+
Message;
|
|
94
100
|
constructor(opts) {
|
|
95
101
|
super({
|
|
96
102
|
name: "OpsItemConflictException",
|
|
97
103
|
$fault: "client",
|
|
98
104
|
...opts,
|
|
99
105
|
});
|
|
100
|
-
this.name = "OpsItemConflictException";
|
|
101
|
-
this.$fault = "client";
|
|
102
106
|
Object.setPrototypeOf(this, OpsItemConflictException.prototype);
|
|
103
107
|
this.Message = opts.Message;
|
|
104
108
|
}
|
|
105
109
|
}
|
|
106
110
|
export class OpsItemInvalidParameterException extends __BaseException {
|
|
111
|
+
name = "OpsItemInvalidParameterException";
|
|
112
|
+
$fault = "client";
|
|
113
|
+
ParameterNames;
|
|
114
|
+
Message;
|
|
107
115
|
constructor(opts) {
|
|
108
116
|
super({
|
|
109
117
|
name: "OpsItemInvalidParameterException",
|
|
110
118
|
$fault: "client",
|
|
111
119
|
...opts,
|
|
112
120
|
});
|
|
113
|
-
this.name = "OpsItemInvalidParameterException";
|
|
114
|
-
this.$fault = "client";
|
|
115
121
|
Object.setPrototypeOf(this, OpsItemInvalidParameterException.prototype);
|
|
116
122
|
this.ParameterNames = opts.ParameterNames;
|
|
117
123
|
this.Message = opts.Message;
|
|
118
124
|
}
|
|
119
125
|
}
|
|
120
126
|
export class OpsItemLimitExceededException extends __BaseException {
|
|
127
|
+
name = "OpsItemLimitExceededException";
|
|
128
|
+
$fault = "client";
|
|
129
|
+
ResourceTypes;
|
|
130
|
+
Limit;
|
|
131
|
+
LimitType;
|
|
132
|
+
Message;
|
|
121
133
|
constructor(opts) {
|
|
122
134
|
super({
|
|
123
135
|
name: "OpsItemLimitExceededException",
|
|
124
136
|
$fault: "client",
|
|
125
137
|
...opts,
|
|
126
138
|
});
|
|
127
|
-
this.name = "OpsItemLimitExceededException";
|
|
128
|
-
this.$fault = "client";
|
|
129
139
|
Object.setPrototypeOf(this, OpsItemLimitExceededException.prototype);
|
|
130
140
|
this.ResourceTypes = opts.ResourceTypes;
|
|
131
141
|
this.Limit = opts.Limit;
|
|
@@ -134,27 +144,31 @@ export class OpsItemLimitExceededException extends __BaseException {
|
|
|
134
144
|
}
|
|
135
145
|
}
|
|
136
146
|
export class OpsItemNotFoundException extends __BaseException {
|
|
147
|
+
name = "OpsItemNotFoundException";
|
|
148
|
+
$fault = "client";
|
|
149
|
+
Message;
|
|
137
150
|
constructor(opts) {
|
|
138
151
|
super({
|
|
139
152
|
name: "OpsItemNotFoundException",
|
|
140
153
|
$fault: "client",
|
|
141
154
|
...opts,
|
|
142
155
|
});
|
|
143
|
-
this.name = "OpsItemNotFoundException";
|
|
144
|
-
this.$fault = "client";
|
|
145
156
|
Object.setPrototypeOf(this, OpsItemNotFoundException.prototype);
|
|
146
157
|
this.Message = opts.Message;
|
|
147
158
|
}
|
|
148
159
|
}
|
|
149
160
|
export class OpsItemRelatedItemAlreadyExistsException extends __BaseException {
|
|
161
|
+
name = "OpsItemRelatedItemAlreadyExistsException";
|
|
162
|
+
$fault = "client";
|
|
163
|
+
Message;
|
|
164
|
+
ResourceUri;
|
|
165
|
+
OpsItemId;
|
|
150
166
|
constructor(opts) {
|
|
151
167
|
super({
|
|
152
168
|
name: "OpsItemRelatedItemAlreadyExistsException",
|
|
153
169
|
$fault: "client",
|
|
154
170
|
...opts,
|
|
155
171
|
});
|
|
156
|
-
this.name = "OpsItemRelatedItemAlreadyExistsException";
|
|
157
|
-
this.$fault = "client";
|
|
158
172
|
Object.setPrototypeOf(this, OpsItemRelatedItemAlreadyExistsException.prototype);
|
|
159
173
|
this.Message = opts.Message;
|
|
160
174
|
this.ResourceUri = opts.ResourceUri;
|
|
@@ -162,89 +176,92 @@ export class OpsItemRelatedItemAlreadyExistsException extends __BaseException {
|
|
|
162
176
|
}
|
|
163
177
|
}
|
|
164
178
|
export class DuplicateInstanceId extends __BaseException {
|
|
179
|
+
name = "DuplicateInstanceId";
|
|
180
|
+
$fault = "client";
|
|
165
181
|
constructor(opts) {
|
|
166
182
|
super({
|
|
167
183
|
name: "DuplicateInstanceId",
|
|
168
184
|
$fault: "client",
|
|
169
185
|
...opts,
|
|
170
186
|
});
|
|
171
|
-
this.name = "DuplicateInstanceId";
|
|
172
|
-
this.$fault = "client";
|
|
173
187
|
Object.setPrototypeOf(this, DuplicateInstanceId.prototype);
|
|
174
188
|
}
|
|
175
189
|
}
|
|
176
190
|
export class InvalidCommandId extends __BaseException {
|
|
191
|
+
name = "InvalidCommandId";
|
|
192
|
+
$fault = "client";
|
|
177
193
|
constructor(opts) {
|
|
178
194
|
super({
|
|
179
195
|
name: "InvalidCommandId",
|
|
180
196
|
$fault: "client",
|
|
181
197
|
...opts,
|
|
182
198
|
});
|
|
183
|
-
this.name = "InvalidCommandId";
|
|
184
|
-
this.$fault = "client";
|
|
185
199
|
Object.setPrototypeOf(this, InvalidCommandId.prototype);
|
|
186
200
|
}
|
|
187
201
|
}
|
|
188
202
|
export class InvalidInstanceId extends __BaseException {
|
|
203
|
+
name = "InvalidInstanceId";
|
|
204
|
+
$fault = "client";
|
|
205
|
+
Message;
|
|
189
206
|
constructor(opts) {
|
|
190
207
|
super({
|
|
191
208
|
name: "InvalidInstanceId",
|
|
192
209
|
$fault: "client",
|
|
193
210
|
...opts,
|
|
194
211
|
});
|
|
195
|
-
this.name = "InvalidInstanceId";
|
|
196
|
-
this.$fault = "client";
|
|
197
212
|
Object.setPrototypeOf(this, InvalidInstanceId.prototype);
|
|
198
213
|
this.Message = opts.Message;
|
|
199
214
|
}
|
|
200
215
|
}
|
|
201
216
|
export class DoesNotExistException extends __BaseException {
|
|
217
|
+
name = "DoesNotExistException";
|
|
218
|
+
$fault = "client";
|
|
219
|
+
Message;
|
|
202
220
|
constructor(opts) {
|
|
203
221
|
super({
|
|
204
222
|
name: "DoesNotExistException",
|
|
205
223
|
$fault: "client",
|
|
206
224
|
...opts,
|
|
207
225
|
});
|
|
208
|
-
this.name = "DoesNotExistException";
|
|
209
|
-
this.$fault = "client";
|
|
210
226
|
Object.setPrototypeOf(this, DoesNotExistException.prototype);
|
|
211
227
|
this.Message = opts.Message;
|
|
212
228
|
}
|
|
213
229
|
}
|
|
214
230
|
export class InvalidParameters extends __BaseException {
|
|
231
|
+
name = "InvalidParameters";
|
|
232
|
+
$fault = "client";
|
|
233
|
+
Message;
|
|
215
234
|
constructor(opts) {
|
|
216
235
|
super({
|
|
217
236
|
name: "InvalidParameters",
|
|
218
237
|
$fault: "client",
|
|
219
238
|
...opts,
|
|
220
239
|
});
|
|
221
|
-
this.name = "InvalidParameters";
|
|
222
|
-
this.$fault = "client";
|
|
223
240
|
Object.setPrototypeOf(this, InvalidParameters.prototype);
|
|
224
241
|
this.Message = opts.Message;
|
|
225
242
|
}
|
|
226
243
|
}
|
|
227
244
|
export class AssociationAlreadyExists extends __BaseException {
|
|
245
|
+
name = "AssociationAlreadyExists";
|
|
246
|
+
$fault = "client";
|
|
228
247
|
constructor(opts) {
|
|
229
248
|
super({
|
|
230
249
|
name: "AssociationAlreadyExists",
|
|
231
250
|
$fault: "client",
|
|
232
251
|
...opts,
|
|
233
252
|
});
|
|
234
|
-
this.name = "AssociationAlreadyExists";
|
|
235
|
-
this.$fault = "client";
|
|
236
253
|
Object.setPrototypeOf(this, AssociationAlreadyExists.prototype);
|
|
237
254
|
}
|
|
238
255
|
}
|
|
239
256
|
export class AssociationLimitExceeded extends __BaseException {
|
|
257
|
+
name = "AssociationLimitExceeded";
|
|
258
|
+
$fault = "client";
|
|
240
259
|
constructor(opts) {
|
|
241
260
|
super({
|
|
242
261
|
name: "AssociationLimitExceeded",
|
|
243
262
|
$fault: "client",
|
|
244
263
|
...opts,
|
|
245
264
|
});
|
|
246
|
-
this.name = "AssociationLimitExceeded";
|
|
247
|
-
this.$fault = "client";
|
|
248
265
|
Object.setPrototypeOf(this, AssociationLimitExceeded.prototype);
|
|
249
266
|
}
|
|
250
267
|
}
|
|
@@ -265,104 +282,111 @@ export const AssociationStatusName = {
|
|
|
265
282
|
Success: "Success",
|
|
266
283
|
};
|
|
267
284
|
export class InvalidDocument extends __BaseException {
|
|
285
|
+
name = "InvalidDocument";
|
|
286
|
+
$fault = "client";
|
|
287
|
+
Message;
|
|
268
288
|
constructor(opts) {
|
|
269
289
|
super({
|
|
270
290
|
name: "InvalidDocument",
|
|
271
291
|
$fault: "client",
|
|
272
292
|
...opts,
|
|
273
293
|
});
|
|
274
|
-
this.name = "InvalidDocument";
|
|
275
|
-
this.$fault = "client";
|
|
276
294
|
Object.setPrototypeOf(this, InvalidDocument.prototype);
|
|
277
295
|
this.Message = opts.Message;
|
|
278
296
|
}
|
|
279
297
|
}
|
|
280
298
|
export class InvalidDocumentVersion extends __BaseException {
|
|
299
|
+
name = "InvalidDocumentVersion";
|
|
300
|
+
$fault = "client";
|
|
301
|
+
Message;
|
|
281
302
|
constructor(opts) {
|
|
282
303
|
super({
|
|
283
304
|
name: "InvalidDocumentVersion",
|
|
284
305
|
$fault: "client",
|
|
285
306
|
...opts,
|
|
286
307
|
});
|
|
287
|
-
this.name = "InvalidDocumentVersion";
|
|
288
|
-
this.$fault = "client";
|
|
289
308
|
Object.setPrototypeOf(this, InvalidDocumentVersion.prototype);
|
|
290
309
|
this.Message = opts.Message;
|
|
291
310
|
}
|
|
292
311
|
}
|
|
293
312
|
export class InvalidOutputLocation extends __BaseException {
|
|
313
|
+
name = "InvalidOutputLocation";
|
|
314
|
+
$fault = "client";
|
|
294
315
|
constructor(opts) {
|
|
295
316
|
super({
|
|
296
317
|
name: "InvalidOutputLocation",
|
|
297
318
|
$fault: "client",
|
|
298
319
|
...opts,
|
|
299
320
|
});
|
|
300
|
-
this.name = "InvalidOutputLocation";
|
|
301
|
-
this.$fault = "client";
|
|
302
321
|
Object.setPrototypeOf(this, InvalidOutputLocation.prototype);
|
|
303
322
|
}
|
|
304
323
|
}
|
|
305
324
|
export class InvalidSchedule extends __BaseException {
|
|
325
|
+
name = "InvalidSchedule";
|
|
326
|
+
$fault = "client";
|
|
327
|
+
Message;
|
|
306
328
|
constructor(opts) {
|
|
307
329
|
super({
|
|
308
330
|
name: "InvalidSchedule",
|
|
309
331
|
$fault: "client",
|
|
310
332
|
...opts,
|
|
311
333
|
});
|
|
312
|
-
this.name = "InvalidSchedule";
|
|
313
|
-
this.$fault = "client";
|
|
314
334
|
Object.setPrototypeOf(this, InvalidSchedule.prototype);
|
|
315
335
|
this.Message = opts.Message;
|
|
316
336
|
}
|
|
317
337
|
}
|
|
318
338
|
export class InvalidTag extends __BaseException {
|
|
339
|
+
name = "InvalidTag";
|
|
340
|
+
$fault = "client";
|
|
341
|
+
Message;
|
|
319
342
|
constructor(opts) {
|
|
320
343
|
super({
|
|
321
344
|
name: "InvalidTag",
|
|
322
345
|
$fault: "client",
|
|
323
346
|
...opts,
|
|
324
347
|
});
|
|
325
|
-
this.name = "InvalidTag";
|
|
326
|
-
this.$fault = "client";
|
|
327
348
|
Object.setPrototypeOf(this, InvalidTag.prototype);
|
|
328
349
|
this.Message = opts.Message;
|
|
329
350
|
}
|
|
330
351
|
}
|
|
331
352
|
export class InvalidTarget extends __BaseException {
|
|
353
|
+
name = "InvalidTarget";
|
|
354
|
+
$fault = "client";
|
|
355
|
+
Message;
|
|
332
356
|
constructor(opts) {
|
|
333
357
|
super({
|
|
334
358
|
name: "InvalidTarget",
|
|
335
359
|
$fault: "client",
|
|
336
360
|
...opts,
|
|
337
361
|
});
|
|
338
|
-
this.name = "InvalidTarget";
|
|
339
|
-
this.$fault = "client";
|
|
340
362
|
Object.setPrototypeOf(this, InvalidTarget.prototype);
|
|
341
363
|
this.Message = opts.Message;
|
|
342
364
|
}
|
|
343
365
|
}
|
|
344
366
|
export class InvalidTargetMaps extends __BaseException {
|
|
367
|
+
name = "InvalidTargetMaps";
|
|
368
|
+
$fault = "client";
|
|
369
|
+
Message;
|
|
345
370
|
constructor(opts) {
|
|
346
371
|
super({
|
|
347
372
|
name: "InvalidTargetMaps",
|
|
348
373
|
$fault: "client",
|
|
349
374
|
...opts,
|
|
350
375
|
});
|
|
351
|
-
this.name = "InvalidTargetMaps";
|
|
352
|
-
this.$fault = "client";
|
|
353
376
|
Object.setPrototypeOf(this, InvalidTargetMaps.prototype);
|
|
354
377
|
this.Message = opts.Message;
|
|
355
378
|
}
|
|
356
379
|
}
|
|
357
380
|
export class UnsupportedPlatformType extends __BaseException {
|
|
381
|
+
name = "UnsupportedPlatformType";
|
|
382
|
+
$fault = "client";
|
|
383
|
+
Message;
|
|
358
384
|
constructor(opts) {
|
|
359
385
|
super({
|
|
360
386
|
name: "UnsupportedPlatformType",
|
|
361
387
|
$fault: "client",
|
|
362
388
|
...opts,
|
|
363
389
|
});
|
|
364
|
-
this.name = "UnsupportedPlatformType";
|
|
365
|
-
this.$fault = "client";
|
|
366
390
|
Object.setPrototypeOf(this, UnsupportedPlatformType.prototype);
|
|
367
391
|
this.Message = opts.Message;
|
|
368
392
|
}
|
|
@@ -426,92 +450,99 @@ export const DocumentStatus = {
|
|
|
426
450
|
Updating: "Updating",
|
|
427
451
|
};
|
|
428
452
|
export class DocumentAlreadyExists extends __BaseException {
|
|
453
|
+
name = "DocumentAlreadyExists";
|
|
454
|
+
$fault = "client";
|
|
455
|
+
Message;
|
|
429
456
|
constructor(opts) {
|
|
430
457
|
super({
|
|
431
458
|
name: "DocumentAlreadyExists",
|
|
432
459
|
$fault: "client",
|
|
433
460
|
...opts,
|
|
434
461
|
});
|
|
435
|
-
this.name = "DocumentAlreadyExists";
|
|
436
|
-
this.$fault = "client";
|
|
437
462
|
Object.setPrototypeOf(this, DocumentAlreadyExists.prototype);
|
|
438
463
|
this.Message = opts.Message;
|
|
439
464
|
}
|
|
440
465
|
}
|
|
441
466
|
export class DocumentLimitExceeded extends __BaseException {
|
|
467
|
+
name = "DocumentLimitExceeded";
|
|
468
|
+
$fault = "client";
|
|
469
|
+
Message;
|
|
442
470
|
constructor(opts) {
|
|
443
471
|
super({
|
|
444
472
|
name: "DocumentLimitExceeded",
|
|
445
473
|
$fault: "client",
|
|
446
474
|
...opts,
|
|
447
475
|
});
|
|
448
|
-
this.name = "DocumentLimitExceeded";
|
|
449
|
-
this.$fault = "client";
|
|
450
476
|
Object.setPrototypeOf(this, DocumentLimitExceeded.prototype);
|
|
451
477
|
this.Message = opts.Message;
|
|
452
478
|
}
|
|
453
479
|
}
|
|
454
480
|
export class InvalidDocumentContent extends __BaseException {
|
|
481
|
+
name = "InvalidDocumentContent";
|
|
482
|
+
$fault = "client";
|
|
483
|
+
Message;
|
|
455
484
|
constructor(opts) {
|
|
456
485
|
super({
|
|
457
486
|
name: "InvalidDocumentContent",
|
|
458
487
|
$fault: "client",
|
|
459
488
|
...opts,
|
|
460
489
|
});
|
|
461
|
-
this.name = "InvalidDocumentContent";
|
|
462
|
-
this.$fault = "client";
|
|
463
490
|
Object.setPrototypeOf(this, InvalidDocumentContent.prototype);
|
|
464
491
|
this.Message = opts.Message;
|
|
465
492
|
}
|
|
466
493
|
}
|
|
467
494
|
export class InvalidDocumentSchemaVersion extends __BaseException {
|
|
495
|
+
name = "InvalidDocumentSchemaVersion";
|
|
496
|
+
$fault = "client";
|
|
497
|
+
Message;
|
|
468
498
|
constructor(opts) {
|
|
469
499
|
super({
|
|
470
500
|
name: "InvalidDocumentSchemaVersion",
|
|
471
501
|
$fault: "client",
|
|
472
502
|
...opts,
|
|
473
503
|
});
|
|
474
|
-
this.name = "InvalidDocumentSchemaVersion";
|
|
475
|
-
this.$fault = "client";
|
|
476
504
|
Object.setPrototypeOf(this, InvalidDocumentSchemaVersion.prototype);
|
|
477
505
|
this.Message = opts.Message;
|
|
478
506
|
}
|
|
479
507
|
}
|
|
480
508
|
export class MaxDocumentSizeExceeded extends __BaseException {
|
|
509
|
+
name = "MaxDocumentSizeExceeded";
|
|
510
|
+
$fault = "client";
|
|
511
|
+
Message;
|
|
481
512
|
constructor(opts) {
|
|
482
513
|
super({
|
|
483
514
|
name: "MaxDocumentSizeExceeded",
|
|
484
515
|
$fault: "client",
|
|
485
516
|
...opts,
|
|
486
517
|
});
|
|
487
|
-
this.name = "MaxDocumentSizeExceeded";
|
|
488
|
-
this.$fault = "client";
|
|
489
518
|
Object.setPrototypeOf(this, MaxDocumentSizeExceeded.prototype);
|
|
490
519
|
this.Message = opts.Message;
|
|
491
520
|
}
|
|
492
521
|
}
|
|
493
522
|
export class IdempotentParameterMismatch extends __BaseException {
|
|
523
|
+
name = "IdempotentParameterMismatch";
|
|
524
|
+
$fault = "client";
|
|
525
|
+
Message;
|
|
494
526
|
constructor(opts) {
|
|
495
527
|
super({
|
|
496
528
|
name: "IdempotentParameterMismatch",
|
|
497
529
|
$fault: "client",
|
|
498
530
|
...opts,
|
|
499
531
|
});
|
|
500
|
-
this.name = "IdempotentParameterMismatch";
|
|
501
|
-
this.$fault = "client";
|
|
502
532
|
Object.setPrototypeOf(this, IdempotentParameterMismatch.prototype);
|
|
503
533
|
this.Message = opts.Message;
|
|
504
534
|
}
|
|
505
535
|
}
|
|
506
536
|
export class ResourceLimitExceededException extends __BaseException {
|
|
537
|
+
name = "ResourceLimitExceededException";
|
|
538
|
+
$fault = "client";
|
|
539
|
+
Message;
|
|
507
540
|
constructor(opts) {
|
|
508
541
|
super({
|
|
509
542
|
name: "ResourceLimitExceededException",
|
|
510
543
|
$fault: "client",
|
|
511
544
|
...opts,
|
|
512
545
|
});
|
|
513
|
-
this.name = "ResourceLimitExceededException";
|
|
514
|
-
this.$fault = "client";
|
|
515
546
|
Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
|
|
516
547
|
this.Message = opts.Message;
|
|
517
548
|
}
|
|
@@ -521,77 +552,80 @@ export const OpsItemDataType = {
|
|
|
521
552
|
STRING: "String",
|
|
522
553
|
};
|
|
523
554
|
export class OpsItemAccessDeniedException extends __BaseException {
|
|
555
|
+
name = "OpsItemAccessDeniedException";
|
|
556
|
+
$fault = "client";
|
|
557
|
+
Message;
|
|
524
558
|
constructor(opts) {
|
|
525
559
|
super({
|
|
526
560
|
name: "OpsItemAccessDeniedException",
|
|
527
561
|
$fault: "client",
|
|
528
562
|
...opts,
|
|
529
563
|
});
|
|
530
|
-
this.name = "OpsItemAccessDeniedException";
|
|
531
|
-
this.$fault = "client";
|
|
532
564
|
Object.setPrototypeOf(this, OpsItemAccessDeniedException.prototype);
|
|
533
565
|
this.Message = opts.Message;
|
|
534
566
|
}
|
|
535
567
|
}
|
|
536
568
|
export class OpsItemAlreadyExistsException extends __BaseException {
|
|
569
|
+
name = "OpsItemAlreadyExistsException";
|
|
570
|
+
$fault = "client";
|
|
571
|
+
Message;
|
|
572
|
+
OpsItemId;
|
|
537
573
|
constructor(opts) {
|
|
538
574
|
super({
|
|
539
575
|
name: "OpsItemAlreadyExistsException",
|
|
540
576
|
$fault: "client",
|
|
541
577
|
...opts,
|
|
542
578
|
});
|
|
543
|
-
this.name = "OpsItemAlreadyExistsException";
|
|
544
|
-
this.$fault = "client";
|
|
545
579
|
Object.setPrototypeOf(this, OpsItemAlreadyExistsException.prototype);
|
|
546
580
|
this.Message = opts.Message;
|
|
547
581
|
this.OpsItemId = opts.OpsItemId;
|
|
548
582
|
}
|
|
549
583
|
}
|
|
550
584
|
export class OpsMetadataAlreadyExistsException extends __BaseException {
|
|
585
|
+
name = "OpsMetadataAlreadyExistsException";
|
|
586
|
+
$fault = "client";
|
|
551
587
|
constructor(opts) {
|
|
552
588
|
super({
|
|
553
589
|
name: "OpsMetadataAlreadyExistsException",
|
|
554
590
|
$fault: "client",
|
|
555
591
|
...opts,
|
|
556
592
|
});
|
|
557
|
-
this.name = "OpsMetadataAlreadyExistsException";
|
|
558
|
-
this.$fault = "client";
|
|
559
593
|
Object.setPrototypeOf(this, OpsMetadataAlreadyExistsException.prototype);
|
|
560
594
|
}
|
|
561
595
|
}
|
|
562
596
|
export class OpsMetadataInvalidArgumentException extends __BaseException {
|
|
597
|
+
name = "OpsMetadataInvalidArgumentException";
|
|
598
|
+
$fault = "client";
|
|
563
599
|
constructor(opts) {
|
|
564
600
|
super({
|
|
565
601
|
name: "OpsMetadataInvalidArgumentException",
|
|
566
602
|
$fault: "client",
|
|
567
603
|
...opts,
|
|
568
604
|
});
|
|
569
|
-
this.name = "OpsMetadataInvalidArgumentException";
|
|
570
|
-
this.$fault = "client";
|
|
571
605
|
Object.setPrototypeOf(this, OpsMetadataInvalidArgumentException.prototype);
|
|
572
606
|
}
|
|
573
607
|
}
|
|
574
608
|
export class OpsMetadataLimitExceededException extends __BaseException {
|
|
609
|
+
name = "OpsMetadataLimitExceededException";
|
|
610
|
+
$fault = "client";
|
|
575
611
|
constructor(opts) {
|
|
576
612
|
super({
|
|
577
613
|
name: "OpsMetadataLimitExceededException",
|
|
578
614
|
$fault: "client",
|
|
579
615
|
...opts,
|
|
580
616
|
});
|
|
581
|
-
this.name = "OpsMetadataLimitExceededException";
|
|
582
|
-
this.$fault = "client";
|
|
583
617
|
Object.setPrototypeOf(this, OpsMetadataLimitExceededException.prototype);
|
|
584
618
|
}
|
|
585
619
|
}
|
|
586
620
|
export class OpsMetadataTooManyUpdatesException extends __BaseException {
|
|
621
|
+
name = "OpsMetadataTooManyUpdatesException";
|
|
622
|
+
$fault = "client";
|
|
587
623
|
constructor(opts) {
|
|
588
624
|
super({
|
|
589
625
|
name: "OpsMetadataTooManyUpdatesException",
|
|
590
626
|
$fault: "client",
|
|
591
627
|
...opts,
|
|
592
628
|
});
|
|
593
|
-
this.name = "OpsMetadataTooManyUpdatesException";
|
|
594
|
-
this.$fault = "client";
|
|
595
629
|
Object.setPrototypeOf(this, OpsMetadataTooManyUpdatesException.prototype);
|
|
596
630
|
}
|
|
597
631
|
}
|
|
@@ -649,104 +683,111 @@ export const ResourceDataSyncS3Format = {
|
|
|
649
683
|
JSON_SERDE: "JsonSerDe",
|
|
650
684
|
};
|
|
651
685
|
export class ResourceDataSyncAlreadyExistsException extends __BaseException {
|
|
686
|
+
name = "ResourceDataSyncAlreadyExistsException";
|
|
687
|
+
$fault = "client";
|
|
688
|
+
SyncName;
|
|
652
689
|
constructor(opts) {
|
|
653
690
|
super({
|
|
654
691
|
name: "ResourceDataSyncAlreadyExistsException",
|
|
655
692
|
$fault: "client",
|
|
656
693
|
...opts,
|
|
657
694
|
});
|
|
658
|
-
this.name = "ResourceDataSyncAlreadyExistsException";
|
|
659
|
-
this.$fault = "client";
|
|
660
695
|
Object.setPrototypeOf(this, ResourceDataSyncAlreadyExistsException.prototype);
|
|
661
696
|
this.SyncName = opts.SyncName;
|
|
662
697
|
}
|
|
663
698
|
}
|
|
664
699
|
export class ResourceDataSyncCountExceededException extends __BaseException {
|
|
700
|
+
name = "ResourceDataSyncCountExceededException";
|
|
701
|
+
$fault = "client";
|
|
702
|
+
Message;
|
|
665
703
|
constructor(opts) {
|
|
666
704
|
super({
|
|
667
705
|
name: "ResourceDataSyncCountExceededException",
|
|
668
706
|
$fault: "client",
|
|
669
707
|
...opts,
|
|
670
708
|
});
|
|
671
|
-
this.name = "ResourceDataSyncCountExceededException";
|
|
672
|
-
this.$fault = "client";
|
|
673
709
|
Object.setPrototypeOf(this, ResourceDataSyncCountExceededException.prototype);
|
|
674
710
|
this.Message = opts.Message;
|
|
675
711
|
}
|
|
676
712
|
}
|
|
677
713
|
export class ResourceDataSyncInvalidConfigurationException extends __BaseException {
|
|
714
|
+
name = "ResourceDataSyncInvalidConfigurationException";
|
|
715
|
+
$fault = "client";
|
|
716
|
+
Message;
|
|
678
717
|
constructor(opts) {
|
|
679
718
|
super({
|
|
680
719
|
name: "ResourceDataSyncInvalidConfigurationException",
|
|
681
720
|
$fault: "client",
|
|
682
721
|
...opts,
|
|
683
722
|
});
|
|
684
|
-
this.name = "ResourceDataSyncInvalidConfigurationException";
|
|
685
|
-
this.$fault = "client";
|
|
686
723
|
Object.setPrototypeOf(this, ResourceDataSyncInvalidConfigurationException.prototype);
|
|
687
724
|
this.Message = opts.Message;
|
|
688
725
|
}
|
|
689
726
|
}
|
|
690
727
|
export class InvalidActivation extends __BaseException {
|
|
728
|
+
name = "InvalidActivation";
|
|
729
|
+
$fault = "client";
|
|
730
|
+
Message;
|
|
691
731
|
constructor(opts) {
|
|
692
732
|
super({
|
|
693
733
|
name: "InvalidActivation",
|
|
694
734
|
$fault: "client",
|
|
695
735
|
...opts,
|
|
696
736
|
});
|
|
697
|
-
this.name = "InvalidActivation";
|
|
698
|
-
this.$fault = "client";
|
|
699
737
|
Object.setPrototypeOf(this, InvalidActivation.prototype);
|
|
700
738
|
this.Message = opts.Message;
|
|
701
739
|
}
|
|
702
740
|
}
|
|
703
741
|
export class InvalidActivationId extends __BaseException {
|
|
742
|
+
name = "InvalidActivationId";
|
|
743
|
+
$fault = "client";
|
|
744
|
+
Message;
|
|
704
745
|
constructor(opts) {
|
|
705
746
|
super({
|
|
706
747
|
name: "InvalidActivationId",
|
|
707
748
|
$fault: "client",
|
|
708
749
|
...opts,
|
|
709
750
|
});
|
|
710
|
-
this.name = "InvalidActivationId";
|
|
711
|
-
this.$fault = "client";
|
|
712
751
|
Object.setPrototypeOf(this, InvalidActivationId.prototype);
|
|
713
752
|
this.Message = opts.Message;
|
|
714
753
|
}
|
|
715
754
|
}
|
|
716
755
|
export class AssociationDoesNotExist extends __BaseException {
|
|
756
|
+
name = "AssociationDoesNotExist";
|
|
757
|
+
$fault = "client";
|
|
758
|
+
Message;
|
|
717
759
|
constructor(opts) {
|
|
718
760
|
super({
|
|
719
761
|
name: "AssociationDoesNotExist",
|
|
720
762
|
$fault: "client",
|
|
721
763
|
...opts,
|
|
722
764
|
});
|
|
723
|
-
this.name = "AssociationDoesNotExist";
|
|
724
|
-
this.$fault = "client";
|
|
725
765
|
Object.setPrototypeOf(this, AssociationDoesNotExist.prototype);
|
|
726
766
|
this.Message = opts.Message;
|
|
727
767
|
}
|
|
728
768
|
}
|
|
729
769
|
export class AssociatedInstances extends __BaseException {
|
|
770
|
+
name = "AssociatedInstances";
|
|
771
|
+
$fault = "client";
|
|
730
772
|
constructor(opts) {
|
|
731
773
|
super({
|
|
732
774
|
name: "AssociatedInstances",
|
|
733
775
|
$fault: "client",
|
|
734
776
|
...opts,
|
|
735
777
|
});
|
|
736
|
-
this.name = "AssociatedInstances";
|
|
737
|
-
this.$fault = "client";
|
|
738
778
|
Object.setPrototypeOf(this, AssociatedInstances.prototype);
|
|
739
779
|
}
|
|
740
780
|
}
|
|
741
781
|
export class InvalidDocumentOperation extends __BaseException {
|
|
782
|
+
name = "InvalidDocumentOperation";
|
|
783
|
+
$fault = "client";
|
|
784
|
+
Message;
|
|
742
785
|
constructor(opts) {
|
|
743
786
|
super({
|
|
744
787
|
name: "InvalidDocumentOperation",
|
|
745
788
|
$fault: "client",
|
|
746
789
|
...opts,
|
|
747
790
|
});
|
|
748
|
-
this.name = "InvalidDocumentOperation";
|
|
749
|
-
this.$fault = "client";
|
|
750
791
|
Object.setPrototypeOf(this, InvalidDocumentOperation.prototype);
|
|
751
792
|
this.Message = opts.Message;
|
|
752
793
|
}
|
|
@@ -756,103 +797,111 @@ export const InventorySchemaDeleteOption = {
|
|
|
756
797
|
DISABLE_SCHEMA: "DisableSchema",
|
|
757
798
|
};
|
|
758
799
|
export class InvalidDeleteInventoryParametersException extends __BaseException {
|
|
800
|
+
name = "InvalidDeleteInventoryParametersException";
|
|
801
|
+
$fault = "client";
|
|
802
|
+
Message;
|
|
759
803
|
constructor(opts) {
|
|
760
804
|
super({
|
|
761
805
|
name: "InvalidDeleteInventoryParametersException",
|
|
762
806
|
$fault: "client",
|
|
763
807
|
...opts,
|
|
764
808
|
});
|
|
765
|
-
this.name = "InvalidDeleteInventoryParametersException";
|
|
766
|
-
this.$fault = "client";
|
|
767
809
|
Object.setPrototypeOf(this, InvalidDeleteInventoryParametersException.prototype);
|
|
768
810
|
this.Message = opts.Message;
|
|
769
811
|
}
|
|
770
812
|
}
|
|
771
813
|
export class InvalidInventoryRequestException extends __BaseException {
|
|
814
|
+
name = "InvalidInventoryRequestException";
|
|
815
|
+
$fault = "client";
|
|
816
|
+
Message;
|
|
772
817
|
constructor(opts) {
|
|
773
818
|
super({
|
|
774
819
|
name: "InvalidInventoryRequestException",
|
|
775
820
|
$fault: "client",
|
|
776
821
|
...opts,
|
|
777
822
|
});
|
|
778
|
-
this.name = "InvalidInventoryRequestException";
|
|
779
|
-
this.$fault = "client";
|
|
780
823
|
Object.setPrototypeOf(this, InvalidInventoryRequestException.prototype);
|
|
781
824
|
this.Message = opts.Message;
|
|
782
825
|
}
|
|
783
826
|
}
|
|
784
827
|
export class InvalidOptionException extends __BaseException {
|
|
828
|
+
name = "InvalidOptionException";
|
|
829
|
+
$fault = "client";
|
|
830
|
+
Message;
|
|
785
831
|
constructor(opts) {
|
|
786
832
|
super({
|
|
787
833
|
name: "InvalidOptionException",
|
|
788
834
|
$fault: "client",
|
|
789
835
|
...opts,
|
|
790
836
|
});
|
|
791
|
-
this.name = "InvalidOptionException";
|
|
792
|
-
this.$fault = "client";
|
|
793
837
|
Object.setPrototypeOf(this, InvalidOptionException.prototype);
|
|
794
838
|
this.Message = opts.Message;
|
|
795
839
|
}
|
|
796
840
|
}
|
|
797
841
|
export class InvalidTypeNameException extends __BaseException {
|
|
842
|
+
name = "InvalidTypeNameException";
|
|
843
|
+
$fault = "client";
|
|
844
|
+
Message;
|
|
798
845
|
constructor(opts) {
|
|
799
846
|
super({
|
|
800
847
|
name: "InvalidTypeNameException",
|
|
801
848
|
$fault: "client",
|
|
802
849
|
...opts,
|
|
803
850
|
});
|
|
804
|
-
this.name = "InvalidTypeNameException";
|
|
805
|
-
this.$fault = "client";
|
|
806
851
|
Object.setPrototypeOf(this, InvalidTypeNameException.prototype);
|
|
807
852
|
this.Message = opts.Message;
|
|
808
853
|
}
|
|
809
854
|
}
|
|
810
855
|
export class OpsMetadataNotFoundException extends __BaseException {
|
|
856
|
+
name = "OpsMetadataNotFoundException";
|
|
857
|
+
$fault = "client";
|
|
811
858
|
constructor(opts) {
|
|
812
859
|
super({
|
|
813
860
|
name: "OpsMetadataNotFoundException",
|
|
814
861
|
$fault: "client",
|
|
815
862
|
...opts,
|
|
816
863
|
});
|
|
817
|
-
this.name = "OpsMetadataNotFoundException";
|
|
818
|
-
this.$fault = "client";
|
|
819
864
|
Object.setPrototypeOf(this, OpsMetadataNotFoundException.prototype);
|
|
820
865
|
}
|
|
821
866
|
}
|
|
822
867
|
export class ParameterNotFound extends __BaseException {
|
|
868
|
+
name = "ParameterNotFound";
|
|
869
|
+
$fault = "client";
|
|
823
870
|
constructor(opts) {
|
|
824
871
|
super({
|
|
825
872
|
name: "ParameterNotFound",
|
|
826
873
|
$fault: "client",
|
|
827
874
|
...opts,
|
|
828
875
|
});
|
|
829
|
-
this.name = "ParameterNotFound";
|
|
830
|
-
this.$fault = "client";
|
|
831
876
|
Object.setPrototypeOf(this, ParameterNotFound.prototype);
|
|
832
877
|
}
|
|
833
878
|
}
|
|
834
879
|
export class ResourceInUseException extends __BaseException {
|
|
880
|
+
name = "ResourceInUseException";
|
|
881
|
+
$fault = "client";
|
|
882
|
+
Message;
|
|
835
883
|
constructor(opts) {
|
|
836
884
|
super({
|
|
837
885
|
name: "ResourceInUseException",
|
|
838
886
|
$fault: "client",
|
|
839
887
|
...opts,
|
|
840
888
|
});
|
|
841
|
-
this.name = "ResourceInUseException";
|
|
842
|
-
this.$fault = "client";
|
|
843
889
|
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
844
890
|
this.Message = opts.Message;
|
|
845
891
|
}
|
|
846
892
|
}
|
|
847
893
|
export class ResourceDataSyncNotFoundException extends __BaseException {
|
|
894
|
+
name = "ResourceDataSyncNotFoundException";
|
|
895
|
+
$fault = "client";
|
|
896
|
+
SyncName;
|
|
897
|
+
SyncType;
|
|
898
|
+
Message;
|
|
848
899
|
constructor(opts) {
|
|
849
900
|
super({
|
|
850
901
|
name: "ResourceDataSyncNotFoundException",
|
|
851
902
|
$fault: "client",
|
|
852
903
|
...opts,
|
|
853
904
|
});
|
|
854
|
-
this.name = "ResourceDataSyncNotFoundException";
|
|
855
|
-
this.$fault = "client";
|
|
856
905
|
Object.setPrototypeOf(this, ResourceDataSyncNotFoundException.prototype);
|
|
857
906
|
this.SyncName = opts.SyncName;
|
|
858
907
|
this.SyncType = opts.SyncType;
|
|
@@ -860,80 +909,87 @@ export class ResourceDataSyncNotFoundException extends __BaseException {
|
|
|
860
909
|
}
|
|
861
910
|
}
|
|
862
911
|
export class MalformedResourcePolicyDocumentException extends __BaseException {
|
|
912
|
+
name = "MalformedResourcePolicyDocumentException";
|
|
913
|
+
$fault = "client";
|
|
914
|
+
Message;
|
|
863
915
|
constructor(opts) {
|
|
864
916
|
super({
|
|
865
917
|
name: "MalformedResourcePolicyDocumentException",
|
|
866
918
|
$fault: "client",
|
|
867
919
|
...opts,
|
|
868
920
|
});
|
|
869
|
-
this.name = "MalformedResourcePolicyDocumentException";
|
|
870
|
-
this.$fault = "client";
|
|
871
921
|
Object.setPrototypeOf(this, MalformedResourcePolicyDocumentException.prototype);
|
|
872
922
|
this.Message = opts.Message;
|
|
873
923
|
}
|
|
874
924
|
}
|
|
875
925
|
export class ResourceNotFoundException extends __BaseException {
|
|
926
|
+
name = "ResourceNotFoundException";
|
|
927
|
+
$fault = "client";
|
|
928
|
+
Message;
|
|
876
929
|
constructor(opts) {
|
|
877
930
|
super({
|
|
878
931
|
name: "ResourceNotFoundException",
|
|
879
932
|
$fault: "client",
|
|
880
933
|
...opts,
|
|
881
934
|
});
|
|
882
|
-
this.name = "ResourceNotFoundException";
|
|
883
|
-
this.$fault = "client";
|
|
884
935
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
885
936
|
this.Message = opts.Message;
|
|
886
937
|
}
|
|
887
938
|
}
|
|
888
939
|
export class ResourcePolicyConflictException extends __BaseException {
|
|
940
|
+
name = "ResourcePolicyConflictException";
|
|
941
|
+
$fault = "client";
|
|
942
|
+
Message;
|
|
889
943
|
constructor(opts) {
|
|
890
944
|
super({
|
|
891
945
|
name: "ResourcePolicyConflictException",
|
|
892
946
|
$fault: "client",
|
|
893
947
|
...opts,
|
|
894
948
|
});
|
|
895
|
-
this.name = "ResourcePolicyConflictException";
|
|
896
|
-
this.$fault = "client";
|
|
897
949
|
Object.setPrototypeOf(this, ResourcePolicyConflictException.prototype);
|
|
898
950
|
this.Message = opts.Message;
|
|
899
951
|
}
|
|
900
952
|
}
|
|
901
953
|
export class ResourcePolicyInvalidParameterException extends __BaseException {
|
|
954
|
+
name = "ResourcePolicyInvalidParameterException";
|
|
955
|
+
$fault = "client";
|
|
956
|
+
ParameterNames;
|
|
957
|
+
Message;
|
|
902
958
|
constructor(opts) {
|
|
903
959
|
super({
|
|
904
960
|
name: "ResourcePolicyInvalidParameterException",
|
|
905
961
|
$fault: "client",
|
|
906
962
|
...opts,
|
|
907
963
|
});
|
|
908
|
-
this.name = "ResourcePolicyInvalidParameterException";
|
|
909
|
-
this.$fault = "client";
|
|
910
964
|
Object.setPrototypeOf(this, ResourcePolicyInvalidParameterException.prototype);
|
|
911
965
|
this.ParameterNames = opts.ParameterNames;
|
|
912
966
|
this.Message = opts.Message;
|
|
913
967
|
}
|
|
914
968
|
}
|
|
915
969
|
export class ResourcePolicyNotFoundException extends __BaseException {
|
|
970
|
+
name = "ResourcePolicyNotFoundException";
|
|
971
|
+
$fault = "client";
|
|
972
|
+
Message;
|
|
916
973
|
constructor(opts) {
|
|
917
974
|
super({
|
|
918
975
|
name: "ResourcePolicyNotFoundException",
|
|
919
976
|
$fault: "client",
|
|
920
977
|
...opts,
|
|
921
978
|
});
|
|
922
|
-
this.name = "ResourcePolicyNotFoundException";
|
|
923
|
-
this.$fault = "client";
|
|
924
979
|
Object.setPrototypeOf(this, ResourcePolicyNotFoundException.prototype);
|
|
925
980
|
this.Message = opts.Message;
|
|
926
981
|
}
|
|
927
982
|
}
|
|
928
983
|
export class TargetInUseException extends __BaseException {
|
|
984
|
+
name = "TargetInUseException";
|
|
985
|
+
$fault = "client";
|
|
986
|
+
Message;
|
|
929
987
|
constructor(opts) {
|
|
930
988
|
super({
|
|
931
989
|
name: "TargetInUseException",
|
|
932
990
|
$fault: "client",
|
|
933
991
|
...opts,
|
|
934
992
|
});
|
|
935
|
-
this.name = "TargetInUseException";
|
|
936
|
-
this.$fault = "client";
|
|
937
993
|
Object.setPrototypeOf(this, TargetInUseException.prototype);
|
|
938
994
|
this.Message = opts.Message;
|
|
939
995
|
}
|
|
@@ -944,40 +1000,43 @@ export const DescribeActivationsFilterKeys = {
|
|
|
944
1000
|
IAM_ROLE: "IamRole",
|
|
945
1001
|
};
|
|
946
1002
|
export class InvalidFilter extends __BaseException {
|
|
1003
|
+
name = "InvalidFilter";
|
|
1004
|
+
$fault = "client";
|
|
1005
|
+
Message;
|
|
947
1006
|
constructor(opts) {
|
|
948
1007
|
super({
|
|
949
1008
|
name: "InvalidFilter",
|
|
950
1009
|
$fault: "client",
|
|
951
1010
|
...opts,
|
|
952
1011
|
});
|
|
953
|
-
this.name = "InvalidFilter";
|
|
954
|
-
this.$fault = "client";
|
|
955
1012
|
Object.setPrototypeOf(this, InvalidFilter.prototype);
|
|
956
1013
|
this.Message = opts.Message;
|
|
957
1014
|
}
|
|
958
1015
|
}
|
|
959
1016
|
export class InvalidNextToken extends __BaseException {
|
|
1017
|
+
name = "InvalidNextToken";
|
|
1018
|
+
$fault = "client";
|
|
1019
|
+
Message;
|
|
960
1020
|
constructor(opts) {
|
|
961
1021
|
super({
|
|
962
1022
|
name: "InvalidNextToken",
|
|
963
1023
|
$fault: "client",
|
|
964
1024
|
...opts,
|
|
965
1025
|
});
|
|
966
|
-
this.name = "InvalidNextToken";
|
|
967
|
-
this.$fault = "client";
|
|
968
1026
|
Object.setPrototypeOf(this, InvalidNextToken.prototype);
|
|
969
1027
|
this.Message = opts.Message;
|
|
970
1028
|
}
|
|
971
1029
|
}
|
|
972
1030
|
export class InvalidAssociationVersion extends __BaseException {
|
|
1031
|
+
name = "InvalidAssociationVersion";
|
|
1032
|
+
$fault = "client";
|
|
1033
|
+
Message;
|
|
973
1034
|
constructor(opts) {
|
|
974
1035
|
super({
|
|
975
1036
|
name: "InvalidAssociationVersion",
|
|
976
1037
|
$fault: "client",
|
|
977
1038
|
...opts,
|
|
978
1039
|
});
|
|
979
|
-
this.name = "InvalidAssociationVersion";
|
|
980
|
-
this.$fault = "client";
|
|
981
1040
|
Object.setPrototypeOf(this, InvalidAssociationVersion.prototype);
|
|
982
1041
|
this.Message = opts.Message;
|
|
983
1042
|
}
|
|
@@ -993,14 +1052,15 @@ export const AssociationFilterOperatorType = {
|
|
|
993
1052
|
LessThan: "LESS_THAN",
|
|
994
1053
|
};
|
|
995
1054
|
export class AssociationExecutionDoesNotExist extends __BaseException {
|
|
1055
|
+
name = "AssociationExecutionDoesNotExist";
|
|
1056
|
+
$fault = "client";
|
|
1057
|
+
Message;
|
|
996
1058
|
constructor(opts) {
|
|
997
1059
|
super({
|
|
998
1060
|
name: "AssociationExecutionDoesNotExist",
|
|
999
1061
|
$fault: "client",
|
|
1000
1062
|
...opts,
|
|
1001
1063
|
});
|
|
1002
|
-
this.name = "AssociationExecutionDoesNotExist";
|
|
1003
|
-
this.$fault = "client";
|
|
1004
1064
|
Object.setPrototypeOf(this, AssociationExecutionDoesNotExist.prototype);
|
|
1005
1065
|
this.Message = opts.Message;
|
|
1006
1066
|
}
|
|
@@ -1057,39 +1117,41 @@ export const ExecutionMode = {
|
|
|
1057
1117
|
Interactive: "Interactive",
|
|
1058
1118
|
};
|
|
1059
1119
|
export class InvalidFilterKey extends __BaseException {
|
|
1120
|
+
name = "InvalidFilterKey";
|
|
1121
|
+
$fault = "client";
|
|
1060
1122
|
constructor(opts) {
|
|
1061
1123
|
super({
|
|
1062
1124
|
name: "InvalidFilterKey",
|
|
1063
1125
|
$fault: "client",
|
|
1064
1126
|
...opts,
|
|
1065
1127
|
});
|
|
1066
|
-
this.name = "InvalidFilterKey";
|
|
1067
|
-
this.$fault = "client";
|
|
1068
1128
|
Object.setPrototypeOf(this, InvalidFilterKey.prototype);
|
|
1069
1129
|
}
|
|
1070
1130
|
}
|
|
1071
1131
|
export class InvalidFilterValue extends __BaseException {
|
|
1132
|
+
name = "InvalidFilterValue";
|
|
1133
|
+
$fault = "client";
|
|
1134
|
+
Message;
|
|
1072
1135
|
constructor(opts) {
|
|
1073
1136
|
super({
|
|
1074
1137
|
name: "InvalidFilterValue",
|
|
1075
1138
|
$fault: "client",
|
|
1076
1139
|
...opts,
|
|
1077
1140
|
});
|
|
1078
|
-
this.name = "InvalidFilterValue";
|
|
1079
|
-
this.$fault = "client";
|
|
1080
1141
|
Object.setPrototypeOf(this, InvalidFilterValue.prototype);
|
|
1081
1142
|
this.Message = opts.Message;
|
|
1082
1143
|
}
|
|
1083
1144
|
}
|
|
1084
1145
|
export class AutomationExecutionNotFoundException extends __BaseException {
|
|
1146
|
+
name = "AutomationExecutionNotFoundException";
|
|
1147
|
+
$fault = "client";
|
|
1148
|
+
Message;
|
|
1085
1149
|
constructor(opts) {
|
|
1086
1150
|
super({
|
|
1087
1151
|
name: "AutomationExecutionNotFoundException",
|
|
1088
1152
|
$fault: "client",
|
|
1089
1153
|
...opts,
|
|
1090
1154
|
});
|
|
1091
|
-
this.name = "AutomationExecutionNotFoundException";
|
|
1092
|
-
this.$fault = "client";
|
|
1093
1155
|
Object.setPrototypeOf(this, AutomationExecutionNotFoundException.prototype);
|
|
1094
1156
|
this.Message = opts.Message;
|
|
1095
1157
|
}
|
|
@@ -1109,14 +1171,15 @@ export const DocumentPermissionType = {
|
|
|
1109
1171
|
SHARE: "Share",
|
|
1110
1172
|
};
|
|
1111
1173
|
export class InvalidPermissionType extends __BaseException {
|
|
1174
|
+
name = "InvalidPermissionType";
|
|
1175
|
+
$fault = "client";
|
|
1176
|
+
Message;
|
|
1112
1177
|
constructor(opts) {
|
|
1113
1178
|
super({
|
|
1114
1179
|
name: "InvalidPermissionType",
|
|
1115
1180
|
$fault: "client",
|
|
1116
1181
|
...opts,
|
|
1117
1182
|
});
|
|
1118
|
-
this.name = "InvalidPermissionType";
|
|
1119
|
-
this.$fault = "client";
|
|
1120
1183
|
Object.setPrototypeOf(this, InvalidPermissionType.prototype);
|
|
1121
1184
|
this.Message = opts.Message;
|
|
1122
1185
|
}
|
|
@@ -1128,14 +1191,15 @@ export const PatchDeploymentStatus = {
|
|
|
1128
1191
|
PendingApproval: "PENDING_APPROVAL",
|
|
1129
1192
|
};
|
|
1130
1193
|
export class UnsupportedOperatingSystem extends __BaseException {
|
|
1194
|
+
name = "UnsupportedOperatingSystem";
|
|
1195
|
+
$fault = "client";
|
|
1196
|
+
Message;
|
|
1131
1197
|
constructor(opts) {
|
|
1132
1198
|
super({
|
|
1133
1199
|
name: "UnsupportedOperatingSystem",
|
|
1134
1200
|
$fault: "client",
|
|
1135
1201
|
...opts,
|
|
1136
1202
|
});
|
|
1137
|
-
this.name = "UnsupportedOperatingSystem";
|
|
1138
|
-
this.$fault = "client";
|
|
1139
1203
|
Object.setPrototypeOf(this, UnsupportedOperatingSystem.prototype);
|
|
1140
1204
|
this.Message = opts.Message;
|
|
1141
1205
|
}
|
|
@@ -1165,14 +1229,14 @@ export const SourceType = {
|
|
|
1165
1229
|
AWS_SSM_MANAGEDINSTANCE: "AWS::SSM::ManagedInstance",
|
|
1166
1230
|
};
|
|
1167
1231
|
export class InvalidInstanceInformationFilterValue extends __BaseException {
|
|
1232
|
+
name = "InvalidInstanceInformationFilterValue";
|
|
1233
|
+
$fault = "client";
|
|
1168
1234
|
constructor(opts) {
|
|
1169
1235
|
super({
|
|
1170
1236
|
name: "InvalidInstanceInformationFilterValue",
|
|
1171
1237
|
$fault: "client",
|
|
1172
1238
|
...opts,
|
|
1173
1239
|
});
|
|
1174
|
-
this.name = "InvalidInstanceInformationFilterValue";
|
|
1175
|
-
this.$fault = "client";
|
|
1176
1240
|
Object.setPrototypeOf(this, InvalidInstanceInformationFilterValue.prototype);
|
|
1177
1241
|
}
|
|
1178
1242
|
}
|
|
@@ -1218,14 +1282,14 @@ export const InstancePropertyFilterKey = {
|
|
|
1218
1282
|
RESOURCE_TYPE: "ResourceType",
|
|
1219
1283
|
};
|
|
1220
1284
|
export class InvalidInstancePropertyFilterValue extends __BaseException {
|
|
1285
|
+
name = "InvalidInstancePropertyFilterValue";
|
|
1286
|
+
$fault = "client";
|
|
1221
1287
|
constructor(opts) {
|
|
1222
1288
|
super({
|
|
1223
1289
|
name: "InvalidInstancePropertyFilterValue",
|
|
1224
1290
|
$fault: "client",
|
|
1225
1291
|
...opts,
|
|
1226
1292
|
});
|
|
1227
|
-
this.name = "InvalidInstancePropertyFilterValue";
|
|
1228
|
-
this.$fault = "client";
|
|
1229
1293
|
Object.setPrototypeOf(this, InvalidInstancePropertyFilterValue.prototype);
|
|
1230
1294
|
}
|
|
1231
1295
|
}
|
|
@@ -1234,14 +1298,15 @@ export const InventoryDeletionStatus = {
|
|
|
1234
1298
|
IN_PROGRESS: "InProgress",
|
|
1235
1299
|
};
|
|
1236
1300
|
export class InvalidDeletionIdException extends __BaseException {
|
|
1301
|
+
name = "InvalidDeletionIdException";
|
|
1302
|
+
$fault = "client";
|
|
1303
|
+
Message;
|
|
1237
1304
|
constructor(opts) {
|
|
1238
1305
|
super({
|
|
1239
1306
|
name: "InvalidDeletionIdException",
|
|
1240
1307
|
$fault: "client",
|
|
1241
1308
|
...opts,
|
|
1242
1309
|
});
|
|
1243
|
-
this.name = "InvalidDeletionIdException";
|
|
1244
|
-
this.$fault = "client";
|
|
1245
1310
|
Object.setPrototypeOf(this, InvalidDeletionIdException.prototype);
|
|
1246
1311
|
this.Message = opts.Message;
|
|
1247
1312
|
}
|