@gemeentenijmegen/webapp 1.1.13 → 1.1.14
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 +12 -12
- package/.nvmrc +1 -0
- package/API.md +44 -0
- package/assets/webapp/auth/auth.lambda/index.js +1 -1
- package/assets/webapp/login/login.lambda/index.js +1 -1
- package/assets/webapp/logout/logout.lambda/index.js +1 -1
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/auth/auth.lambda.d.ts +1 -1
- package/lib/webapp/auth/auth.lambda.js +2 -2
- package/lib/webapp/login/login.lambda.d.ts +1 -1
- package/lib/webapp/login/login.lambda.js +2 -2
- package/lib/webapp/logout/logout.lambda.js +2 -2
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +3 -3
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +3 -3
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +4 -5
- package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/README.md +25 -107
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +355 -3196
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/DynamoDBServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/errors.js +478 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +10 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2390 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +29 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +1 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +3 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +3 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +5 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +10 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +1430 -1634
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js +40 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForExportCompleted.js +40 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForImportCompleted.js +49 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +49 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +80 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +86 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +325 -397
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +103 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +1 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +16 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +320 -398
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForExportCompleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForImportCompleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +56 -50
- package/node_modules/@aws-sdk/client-s3/README.md +31 -154
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +8 -9
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +492 -5897
- package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +4 -8
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +9 -5
- package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3258 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +23 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +8 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +12 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +6 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +9 -5
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +1757 -3928
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +61 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +4 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.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 +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +25 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +16 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +51 -29
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +186 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +19 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +20 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +19 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +7 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +464 -502
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +88 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +6 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +34 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +25 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +29 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +25 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +459 -503
- package/node_modules/@aws-sdk/client-s3/package.json +64 -62
- package/node_modules/@aws-sdk/client-secrets-manager/README.md +25 -73
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +61 -884
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +8 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +9 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/index.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +8 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +419 -424
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +22 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +99 -114
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +26 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +93 -116
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +53 -47
- package/node_modules/@aws-sdk/client-ssm/README.md +25 -195
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +462 -9621
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +9 -6
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +107 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +9 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +9 -6
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +3821 -5462
- package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +358 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +1 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +42 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +25 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +9 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +755 -956
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +366 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +750 -958
- package/node_modules/@aws-sdk/client-ssm/package.json +48 -46
- package/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +183 -71
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +9 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +174 -70
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +36 -14
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +28 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +10 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +4 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +41 -9
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +17 -7
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +17 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +23 -23
- package/node_modules/@aws-sdk/crc64-nvme/LICENSE +201 -0
- package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +13 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +19 -19
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -5
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +23 -23
- package/node_modules/@aws-sdk/credential-provider-login/package.json +17 -17
- package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +21 -21
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +6 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +17 -17
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +16 -16
- package/node_modules/@aws-sdk/dynamodb-codec/package.json +14 -17
- package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +50 -131
- package/node_modules/@aws-sdk/endpoint-cache/dist-types/EndpointCache.d.ts +1 -1
- package/node_modules/@aws-sdk/endpoint-cache/package.json +10 -10
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +15 -15
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/endpointDiscoveryMiddleware.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/updateDiscoveredEndpointInCache.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +14 -14
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +76 -53
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +25 -9
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +10 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js +10 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +16 -13
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +20 -19
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-host-header/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-logger/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +22 -22
- package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-ssec/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +9 -9
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +16 -15
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -190
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +8 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -332
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +8 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +36 -294
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +9 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +8 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +34 -26
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +8 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +64 -53
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +9 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +85 -79
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -22
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -26
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +5 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +13 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +17 -22
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +21 -27
- package/node_modules/@aws-sdk/nested-clients/package.json +62 -42
- package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +13 -24
- package/node_modules/@aws-sdk/region-config-resolver/package.json +13 -13
- package/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts +2 -2
- package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +3 -3
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +17 -17
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +12 -12
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +8 -15
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +5 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +14 -14
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
- package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
- package/node_modules/@aws-sdk/types/package.json +10 -10
- package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
- package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/util-arn-parser/package.json +10 -10
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +4 -13
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +11 -11
- package/node_modules/@aws-sdk/util-format-url/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-format-url/package.json +12 -12
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
- package/node_modules/@aws-sdk/util-locate-window/package.json +10 -10
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +10 -10
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +133 -6
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +18 -15
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +52 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +7 -6
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +96 -13
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +9 -6
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +92 -14
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +1 -26
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +89 -87
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +10 -10
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +23 -23
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +29 -29
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +39 -39
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +21 -21
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XMLParser.js +22 -22
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +85 -85
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/validator.js +34 -34
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -284
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +315 -293
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +86 -44
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +309 -186
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +22 -22
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +38 -34
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +10 -10
- package/node_modules/@aws-sdk/xml-builder/package.json +12 -12
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4627 -236
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +8 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.d.ts +6 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +4 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +7 -26
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +38 -22
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -2
- 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 +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +4 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +7 -15
- 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 +38 -24
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -2
- 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 +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +4 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +7 -15
- 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 +38 -24
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +4 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +7 -15
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +38 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/integ.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.assets.json +4 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.template.json +7 -15
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +38 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +4 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +7 -15
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +38 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +4 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +7 -15
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +38 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda-dynamodb.test.js +75 -67
- package/node_modules/@aws-solutions-constructs/core/.jsii +15390 -0
- package/node_modules/@aws-solutions-constructs/core/index.d.ts +82 -0
- package/node_modules/@aws-solutions-constructs/core/index.js +99 -0
- package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +23 -0
- package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +69 -0
- package/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +210 -0
- package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.d.ts +50 -0
- package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.js +138 -0
- package/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +164 -0
- package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.d.ts +63 -0
- package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.js +220 -0
- package/node_modules/@aws-solutions-constructs/core/lib/validation.d.ts +60 -0
- package/node_modules/@aws-solutions-constructs/core/lib/validation.js +594 -0
- package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +77 -0
- package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +291 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +6036 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +1 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +1 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +301 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +3 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +462 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +102 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +133 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +264 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +557 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +333 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +29 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +78 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/package.json +133 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +1193 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +5 -0
- package/node_modules/@aws-solutions-constructs/core/nohoist.sh +16 -0
- package/node_modules/@aws-solutions-constructs/core/package.json +94 -0
- package/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +520 -0
- package/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +819 -0
- package/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +207 -0
- package/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +1038 -0
- package/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +81 -0
- package/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +639 -0
- package/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +454 -0
- package/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +77 -0
- package/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +355 -0
- package/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +595 -0
- package/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +489 -0
- package/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +99 -0
- package/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +486 -0
- package/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +416 -0
- package/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +285 -0
- package/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +787 -0
- package/node_modules/@aws-solutions-constructs/core/test/polly-helper.test.js +495 -0
- package/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +384 -0
- package/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +244 -0
- package/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +66 -0
- package/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +367 -0
- package/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +361 -0
- package/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +441 -0
- package/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +59 -0
- package/node_modules/@aws-solutions-constructs/core/test/test-helper.js +349 -0
- package/node_modules/@aws-solutions-constructs/core/test/textract-helper.test.js +857 -0
- package/node_modules/@aws-solutions-constructs/core/test/utils.test.js +275 -0
- package/node_modules/@aws-solutions-constructs/core/test/validation.test.js +218 -0
- package/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +308 -0
- package/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +339 -0
- package/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +471 -0
- package/node_modules/@gemeentenijmegen/apiclient/.nvmrc +1 -0
- package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +1 -1
- package/node_modules/@gemeentenijmegen/apiclient/package.json +6 -6
- package/node_modules/@gemeentenijmegen/apigateway-http/.nvmrc +1 -0
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +4 -4
- package/node_modules/@gemeentenijmegen/aws-constructs/.jsii +4 -4
- package/node_modules/@gemeentenijmegen/aws-constructs/.nvmrc +1 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/API.md +88 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.js +1 -1
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.js +1 -1
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.js +1 -1
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.js +1 -1
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.js +1 -1
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.js +1 -1
- package/node_modules/@gemeentenijmegen/aws-constructs/package.json +9 -9
- package/node_modules/@gemeentenijmegen/session/.nvmrc +1 -0
- package/node_modules/@gemeentenijmegen/session/package.json +4 -4
- package/node_modules/@smithy/abort-controller/package.json +7 -7
- package/node_modules/@smithy/chunked-blob-reader/package.json +6 -6
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -7
- package/node_modules/@smithy/config-resolver/package.json +11 -11
- package/node_modules/@smithy/core/dist-cjs/index.js +2 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +61 -22
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +9 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +50 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +97 -19
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +42 -11
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +9 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +30 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +19 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +62 -11
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +17 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +10 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +17 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +6 -0
- package/node_modules/@smithy/core/endpoints.d.ts +7 -0
- package/node_modules/@smithy/core/endpoints.js +6 -0
- package/node_modules/@smithy/core/package.json +28 -17
- package/node_modules/@smithy/credential-provider-imds/package.json +10 -10
- package/node_modules/@smithy/eventstream-codec/package.json +9 -9
- package/node_modules/@smithy/eventstream-serde-browser/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -7
- package/node_modules/@smithy/eventstream-serde-node/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -9
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -4
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +21 -4
- package/node_modules/@smithy/fetch-http-handler/package.json +11 -11
- package/node_modules/@smithy/hash-blob-browser/package.json +10 -10
- package/node_modules/@smithy/hash-node/package.json +9 -9
- package/node_modules/@smithy/hash-stream-node/package.json +9 -9
- package/node_modules/@smithy/invalid-dependency/package.json +7 -7
- package/node_modules/@smithy/is-array-buffer/package.json +6 -6
- package/node_modules/@smithy/md5-js/package.json +10 -10
- package/node_modules/@smithy/middleware-content-length/package.json +8 -8
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +28 -4
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +13 -13
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
- package/node_modules/@smithy/middleware-retry/package.json +14 -14
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
- package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
- package/node_modules/@smithy/middleware-serde/package.json +9 -8
- package/node_modules/@smithy/middleware-stack/package.json +7 -7
- package/node_modules/@smithy/node-config-provider/package.json +9 -9
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +77 -47
- package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +41 -35
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +4 -5
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +10 -3
- package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +10 -10
- package/node_modules/@smithy/property-provider/package.json +7 -7
- package/node_modules/@smithy/protocol-http/package.json +7 -7
- package/node_modules/@smithy/querystring-builder/package.json +8 -8
- package/node_modules/@smithy/querystring-parser/package.json +7 -7
- package/node_modules/@smithy/service-error-classification/package.json +7 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -7
- package/node_modules/@smithy/signature-v4/package.json +13 -13
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +65 -19
- package/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/package.json +15 -13
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
- package/node_modules/@smithy/types/package.json +5 -5
- package/node_modules/@smithy/url-parser/package.json +8 -8
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
- package/node_modules/@smithy/util-base64/package.json +8 -8
- package/node_modules/@smithy/util-body-length-browser/package.json +6 -6
- package/node_modules/@smithy/util-body-length-node/package.json +6 -6
- package/node_modules/@smithy/util-buffer-from/package.json +7 -7
- package/node_modules/@smithy/util-config-provider/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -9
- package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -12
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +8 -8
- package/node_modules/@smithy/util-hex-encoding/package.json +6 -6
- package/node_modules/@smithy/util-middleware/package.json +7 -7
- package/node_modules/@smithy/util-retry/package.json +8 -8
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -27
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +8 -7
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +8 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@smithy/util-stream/package.json +13 -13
- package/node_modules/@smithy/util-uri-escape/package.json +6 -6
- package/node_modules/@smithy/util-utf8/package.json +7 -7
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +1 -1
- package/node_modules/@smithy/util-waiter/package.json +8 -8
- package/node_modules/@smithy/uuid/package.json +6 -6
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/handler.d.ts +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/inbound-federation.d.ts +40 -0
- package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +3 -1
- package/node_modules/axios/CHANGELOG.md +460 -403
- package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
- package/node_modules/axios/README.md +584 -447
- package/node_modules/axios/dist/axios.js +873 -881
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +4 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +1142 -812
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +1143 -813
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +1816 -1415
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +256 -112
- package/node_modules/axios/index.d.ts +341 -116
- package/node_modules/axios/index.js +3 -3
- package/node_modules/axios/lib/adapters/README.md +5 -6
- package/node_modules/axios/lib/adapters/adapters.js +18 -14
- package/node_modules/axios/lib/adapters/fetch.js +138 -92
- package/node_modules/axios/lib/adapters/http.js +615 -561
- package/node_modules/axios/lib/adapters/xhr.js +189 -167
- package/node_modules/axios/lib/axios.js +6 -6
- package/node_modules/axios/lib/cancel/CancelToken.js +4 -4
- package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
- package/node_modules/axios/lib/core/Axios.js +66 -43
- package/node_modules/axios/lib/core/AxiosError.js +64 -84
- package/node_modules/axios/lib/core/AxiosHeaders.js +54 -24
- package/node_modules/axios/lib/core/InterceptorManager.js +3 -2
- package/node_modules/axios/lib/core/dispatchRequest.js +25 -29
- package/node_modules/axios/lib/core/mergeConfig.js +8 -7
- package/node_modules/axios/lib/core/settle.js +11 -7
- package/node_modules/axios/lib/core/transformData.js +1 -1
- package/node_modules/axios/lib/defaults/index.js +85 -74
- package/node_modules/axios/lib/defaults/transitional.js +2 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/AxiosTransformStream.js +37 -24
- package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +12 -8
- package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +5 -4
- package/node_modules/axios/lib/helpers/buildURL.js +18 -19
- package/node_modules/axios/lib/helpers/callbackify.js +13 -11
- package/node_modules/axios/lib/helpers/composeSignals.js +22 -14
- package/node_modules/axios/lib/helpers/cookies.js +45 -50
- package/node_modules/axios/lib/helpers/deprecatedMethod.js +9 -4
- package/node_modules/axios/lib/helpers/formDataToJSON.js +1 -1
- package/node_modules/axios/lib/helpers/formDataToStream.js +32 -26
- package/node_modules/axios/lib/helpers/fromDataURI.js +2 -2
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +4 -0
- package/node_modules/axios/lib/helpers/isAxiosError.js +2 -2
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +13 -11
- package/node_modules/axios/lib/helpers/parseHeaders.js +35 -21
- package/node_modules/axios/lib/helpers/parseProtocol.js +1 -1
- package/node_modules/axios/lib/helpers/progressEventReducer.js +22 -15
- package/node_modules/axios/lib/helpers/readBlob.js +4 -4
- package/node_modules/axios/lib/helpers/resolveConfig.js +23 -14
- package/node_modules/axios/lib/helpers/speedometer.js +1 -1
- package/node_modules/axios/lib/helpers/spread.js +1 -1
- package/node_modules/axios/lib/helpers/throttle.js +4 -4
- package/node_modules/axios/lib/helpers/toFormData.js +43 -25
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +2 -2
- package/node_modules/axios/lib/helpers/trackStream.js +33 -31
- package/node_modules/axios/lib/helpers/validator.js +16 -5
- package/node_modules/axios/lib/platform/browser/classes/Blob.js +2 -2
- package/node_modules/axios/lib/platform/browser/index.js +5 -5
- package/node_modules/axios/lib/platform/common/utils.js +6 -5
- package/node_modules/axios/lib/platform/index.js +2 -2
- package/node_modules/axios/lib/platform/node/index.js +9 -10
- package/node_modules/axios/lib/utils.js +243 -106
- package/node_modules/axios/package.json +57 -70
- package/node_modules/bowser/README.md +72 -3
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +44 -6
- package/node_modules/bowser/package.json +10 -5
- package/node_modules/bowser/src/bowser.js +24 -8
- package/node_modules/bowser/src/constants.js +8 -0
- package/node_modules/bowser/src/parser-browsers.js +89 -0
- package/node_modules/bowser/src/parser-platforms.js +42 -0
- package/node_modules/bowser/src/parser.js +86 -5
- package/node_modules/constructs/.jsii +1471 -0
- package/node_modules/constructs/API.md +1295 -0
- package/node_modules/constructs/README.md +32 -0
- package/node_modules/constructs/lib/construct.d.ts +376 -0
- package/node_modules/constructs/lib/construct.js +526 -0
- package/node_modules/constructs/lib/dependency.d.ts +69 -0
- package/node_modules/constructs/lib/dependency.js +88 -0
- package/node_modules/constructs/lib/index.d.ts +4 -0
- package/node_modules/constructs/lib/index.js +19 -0
- package/node_modules/constructs/lib/mixin.d.ts +15 -0
- package/node_modules/constructs/lib/mixin.js +3 -0
- package/node_modules/constructs/package.json +154 -0
- package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
- package/node_modules/fast-xml-builder/LICENSE +21 -0
- package/node_modules/fast-xml-builder/README.md +23 -0
- package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
- package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
- package/node_modules/fast-xml-builder/package.json +80 -0
- package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
- package/node_modules/fast-xml-builder/src/fxb.js +529 -0
- package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
- package/node_modules/path-expression-matcher/LICENSE +21 -0
- package/node_modules/path-expression-matcher/README.md +635 -0
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
- package/node_modules/path-expression-matcher/lib/pem.d.cts +335 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
- package/node_modules/path-expression-matcher/package.json +78 -0
- package/node_modules/path-expression-matcher/src/Expression.js +232 -0
- package/node_modules/path-expression-matcher/src/Matcher.js +414 -0
- package/node_modules/path-expression-matcher/src/index.d.ts +366 -0
- package/node_modules/path-expression-matcher/src/index.js +28 -0
- package/node_modules/strnum/README.md +1 -0
- package/node_modules/strnum/package.json +3 -3
- package/node_modules/strnum/strnum.js +85 -59
- package/node_modules/strnum/tests/infinity_test.js +18 -0
- package/node_modules/strnum/tests/strnum_test.js +172 -0
- package/package.json +22 -22
- package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +0 -6005
- package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +0 -1
- package/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +0 -1
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +0 -295
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +0 -3
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +0 -451
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +0 -102
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +0 -134
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +0 -295
- package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +0 -556
- package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +0 -319
- package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +0 -25
- package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +0 -78
- package/node_modules/@aws-cdk/cloud-assembly-schema/package.json +0 -133
- package/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +0 -1189
- package/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +0 -5
- package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/README.md +0 -252
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -402
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -42
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -50
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -48
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -153
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -209
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -30
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -58
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -58
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -57
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -33
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +0 -26
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -142
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -10
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -116
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -111
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -120
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sso/package.json +0 -99
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +0 -13
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +0 -10107
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +0 -79
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +0 -96
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +0 -63
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +0 -210
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +0 -154
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +0 -75
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +0 -279
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +0 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +0 -95
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +0 -520
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +0 -819
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +0 -207
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +0 -1038
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +0 -50
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +0 -639
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +0 -454
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +0 -77
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +0 -355
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +0 -595
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +0 -489
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +0 -99
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +0 -486
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +0 -416
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +0 -285
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +0 -787
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +0 -384
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +0 -244
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +0 -66
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +0 -367
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +0 -361
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +0 -441
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +0 -59
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +0 -349
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +0 -275
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +0 -281
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +0 -339
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +0 -471
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +0 -1312
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +0 -1159
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +0 -32
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +0 -341
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +0 -476
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -69
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +0 -88
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.d.ts +0 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.js +0 -20
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +0 -154
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
- package/node_modules/bowser/CHANGELOG.md +0 -218
- package/node_modules/strnum/strnum.test.js +0 -173
- package/node_modules/strnum/test.js +0 -9
- /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/README.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudfront-distribution-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-event-source-mapping-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-event-source-mapping-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/translate-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/translate-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/utils.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/utils.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/CONTRIBUTING.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/NOTICE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/.editorconfig +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/attribute.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/helpers.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/scan.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/validator.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/package.json +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/bin/semver.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/comparator.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/clean.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/cmp.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/coerce.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-build.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-loose.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/diff.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/eq.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gt.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gte.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/inc.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lt.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lte.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/major.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/minor.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/neq.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/parse.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/patch.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/prerelease.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rcompare.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rsort.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/satisfies.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/sort.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/valid.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/constants.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/debug.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/lrucache.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/parse-options.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/re.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/preload.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/range.bnf +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/gtr.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/intersects.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/ltr.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/max-satisfying.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-satisfying.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-version.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/outside.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/simplify.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/subset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/to-comparators.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/valid.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/rosetta/default.ts-fixture +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/assets.schema.json +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/integ.schema.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.circleci/config.yml +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.eslintrc +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.vscode/launch.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.vscode/tasks.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/ChangeLog.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/LICENSE +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/Readme.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/dist/deep-diff.min.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/dist/deep-diff.min.js.map +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/apply-diff-from-any.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/array-change.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/capture_change_apply_elsewhere.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/diff-ignoring-fun.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/diff-scenarios.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/example1.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-111.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-113-1.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-113-2.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-115.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-124.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-125.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-126.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-35.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-47.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-48.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-62.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-70.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-71.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-72.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-74.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-78.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-83.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-88.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/performance.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/practice-data.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/.eslintrc +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/tests.html +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/tests.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.editorconfig +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.eslintcache +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/changelog.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/cjs.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/umd.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/license.txt +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/readme.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/rollup.config.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/LICENSE.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/README.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/lib/log.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/alb-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/apigateway-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/bedrock-inference-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-api-gateway-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-api-gateway-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-s3-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudwatch-log-group-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudwatch-log-group-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/constructs-feature-flags.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/dynamo-table.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticsearch-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/eventbridge-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/fargate-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-job-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kendra-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-firehose-s3-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-firehose-s3-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-test/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/openapi/apiDefinition.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/opensearch-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/override-warning-service.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/pipes-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket-helper.test.d.ts → core/test/polly-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.d.ts → core/test/s3-bucket-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/s3-bucket-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.d.ts → core/test/s3-bucket.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.d.ts → core/test/sagemaker-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/security-group-helper.test.d.ts → core/test/secretsmanager-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.d.ts → core/test/security-group-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/security-group-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.d.ts → core/test/sns-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/ssm-string-parameter-helper.test.d.ts → core/test/sqs-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.d.ts → core/test/ssm-string-parameter-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/ssm-string-parameter-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/translate-helper.test.d.ts → core/test/step-function-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.d.ts → core/test/textract-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.d.ts → core/test/translate-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/translate-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.d.ts → core/test/utils.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts → core/test/validation.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts → core/test/vpc-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/websocket-api-defaults.test.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/.compatignore +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/CODE_OF_CONDUCT.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/CONTRIBUTING.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/Dockerfile +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/NOTICE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/stack-trace.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/stack-trace.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/uniqueid.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/uniqueid.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/version.json +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
|
@@ -1,74 +1,27 @@
|
|
|
1
|
-
/*! Axios v1.13.
|
|
1
|
+
/*! Axios v1.13.6 Copyright (c) 2026 Matt Zabriskie and contributors */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(factory) :
|
|
5
5
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.axios = factory());
|
|
6
6
|
})(this, (function () { 'use strict';
|
|
7
7
|
|
|
8
|
-
function
|
|
9
|
-
|
|
10
|
-
function resume(r, t) {
|
|
11
|
-
try {
|
|
12
|
-
var n = e[r](t),
|
|
13
|
-
o = n.value,
|
|
14
|
-
u = o instanceof _OverloadYield;
|
|
15
|
-
Promise.resolve(u ? o.v : o).then(function (t) {
|
|
16
|
-
if (u) {
|
|
17
|
-
var i = "return" === r ? "return" : "next";
|
|
18
|
-
if (!o.k || t.done) return resume(i, t);
|
|
19
|
-
t = e[i](t).value;
|
|
20
|
-
}
|
|
21
|
-
settle(n.done ? "return" : "normal", t);
|
|
22
|
-
}, function (e) {
|
|
23
|
-
resume("throw", e);
|
|
24
|
-
});
|
|
25
|
-
} catch (e) {
|
|
26
|
-
settle("throw", e);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
function settle(e, n) {
|
|
30
|
-
switch (e) {
|
|
31
|
-
case "return":
|
|
32
|
-
r.resolve({
|
|
33
|
-
value: n,
|
|
34
|
-
done: !0
|
|
35
|
-
});
|
|
36
|
-
break;
|
|
37
|
-
case "throw":
|
|
38
|
-
r.reject(n);
|
|
39
|
-
break;
|
|
40
|
-
default:
|
|
41
|
-
r.resolve({
|
|
42
|
-
value: n,
|
|
43
|
-
done: !1
|
|
44
|
-
});
|
|
45
|
-
}
|
|
46
|
-
(r = r.next) ? resume(r.key, r.arg) : t = null;
|
|
47
|
-
}
|
|
48
|
-
this._invoke = function (e, n) {
|
|
49
|
-
return new Promise(function (o, u) {
|
|
50
|
-
var i = {
|
|
51
|
-
key: e,
|
|
52
|
-
arg: n,
|
|
53
|
-
resolve: o,
|
|
54
|
-
reject: u,
|
|
55
|
-
next: null
|
|
56
|
-
};
|
|
57
|
-
t ? t = t.next = i : (r = t = i, resume(e, n));
|
|
58
|
-
});
|
|
59
|
-
}, "function" != typeof e.return && (this.return = void 0);
|
|
8
|
+
function _OverloadYield(e, d) {
|
|
9
|
+
this.v = e, this.k = d;
|
|
60
10
|
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
return
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
11
|
+
function _arrayLikeToArray(r, a) {
|
|
12
|
+
(null == a || a > r.length) && (a = r.length);
|
|
13
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
14
|
+
return n;
|
|
15
|
+
}
|
|
16
|
+
function _arrayWithHoles(r) {
|
|
17
|
+
if (Array.isArray(r)) return r;
|
|
18
|
+
}
|
|
19
|
+
function _arrayWithoutHoles(r) {
|
|
20
|
+
if (Array.isArray(r)) return _arrayLikeToArray(r);
|
|
21
|
+
}
|
|
22
|
+
function _assertThisInitialized(e) {
|
|
23
|
+
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
24
|
+
return e;
|
|
72
25
|
}
|
|
73
26
|
function _asyncGeneratorDelegate(t) {
|
|
74
27
|
var e = {},
|
|
@@ -136,9 +89,149 @@
|
|
|
136
89
|
}
|
|
137
90
|
}, new AsyncFromSyncIterator(r);
|
|
138
91
|
}
|
|
92
|
+
function asyncGeneratorStep(n, t, e, r, o, a, c) {
|
|
93
|
+
try {
|
|
94
|
+
var i = n[a](c),
|
|
95
|
+
u = i.value;
|
|
96
|
+
} catch (n) {
|
|
97
|
+
return void e(n);
|
|
98
|
+
}
|
|
99
|
+
i.done ? t(u) : Promise.resolve(u).then(r, o);
|
|
100
|
+
}
|
|
101
|
+
function _asyncToGenerator(n) {
|
|
102
|
+
return function () {
|
|
103
|
+
var t = this,
|
|
104
|
+
e = arguments;
|
|
105
|
+
return new Promise(function (r, o) {
|
|
106
|
+
var a = n.apply(t, e);
|
|
107
|
+
function _next(n) {
|
|
108
|
+
asyncGeneratorStep(a, r, o, _next, _throw, "next", n);
|
|
109
|
+
}
|
|
110
|
+
function _throw(n) {
|
|
111
|
+
asyncGeneratorStep(a, r, o, _next, _throw, "throw", n);
|
|
112
|
+
}
|
|
113
|
+
_next(void 0);
|
|
114
|
+
});
|
|
115
|
+
};
|
|
116
|
+
}
|
|
139
117
|
function _awaitAsyncGenerator(e) {
|
|
140
118
|
return new _OverloadYield(e, 0);
|
|
141
119
|
}
|
|
120
|
+
function _callSuper(t, o, e) {
|
|
121
|
+
return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
|
|
122
|
+
}
|
|
123
|
+
function _classCallCheck(a, n) {
|
|
124
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
125
|
+
}
|
|
126
|
+
function _construct(t, e, r) {
|
|
127
|
+
if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);
|
|
128
|
+
var o = [null];
|
|
129
|
+
o.push.apply(o, e);
|
|
130
|
+
var p = new (t.bind.apply(t, o))();
|
|
131
|
+
return r && _setPrototypeOf(p, r.prototype), p;
|
|
132
|
+
}
|
|
133
|
+
function _defineProperties(e, r) {
|
|
134
|
+
for (var t = 0; t < r.length; t++) {
|
|
135
|
+
var o = r[t];
|
|
136
|
+
o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
function _createClass(e, r, t) {
|
|
140
|
+
return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
|
|
141
|
+
writable: !1
|
|
142
|
+
}), e;
|
|
143
|
+
}
|
|
144
|
+
function _createForOfIteratorHelper(r, e) {
|
|
145
|
+
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
146
|
+
if (!t) {
|
|
147
|
+
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {
|
|
148
|
+
t && (r = t);
|
|
149
|
+
var n = 0,
|
|
150
|
+
F = function () {};
|
|
151
|
+
return {
|
|
152
|
+
s: F,
|
|
153
|
+
n: function () {
|
|
154
|
+
return n >= r.length ? {
|
|
155
|
+
done: !0
|
|
156
|
+
} : {
|
|
157
|
+
done: !1,
|
|
158
|
+
value: r[n++]
|
|
159
|
+
};
|
|
160
|
+
},
|
|
161
|
+
e: function (r) {
|
|
162
|
+
throw r;
|
|
163
|
+
},
|
|
164
|
+
f: F
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
168
|
+
}
|
|
169
|
+
var o,
|
|
170
|
+
a = !0,
|
|
171
|
+
u = !1;
|
|
172
|
+
return {
|
|
173
|
+
s: function () {
|
|
174
|
+
t = t.call(r);
|
|
175
|
+
},
|
|
176
|
+
n: function () {
|
|
177
|
+
var r = t.next();
|
|
178
|
+
return a = r.done, r;
|
|
179
|
+
},
|
|
180
|
+
e: function (r) {
|
|
181
|
+
u = !0, o = r;
|
|
182
|
+
},
|
|
183
|
+
f: function () {
|
|
184
|
+
try {
|
|
185
|
+
a || null == t.return || t.return();
|
|
186
|
+
} finally {
|
|
187
|
+
if (u) throw o;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
};
|
|
191
|
+
}
|
|
192
|
+
function _defineProperty(e, r, t) {
|
|
193
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
194
|
+
value: t,
|
|
195
|
+
enumerable: !0,
|
|
196
|
+
configurable: !0,
|
|
197
|
+
writable: !0
|
|
198
|
+
}) : e[r] = t, e;
|
|
199
|
+
}
|
|
200
|
+
function _getPrototypeOf(t) {
|
|
201
|
+
return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
|
|
202
|
+
return t.__proto__ || Object.getPrototypeOf(t);
|
|
203
|
+
}, _getPrototypeOf(t);
|
|
204
|
+
}
|
|
205
|
+
function _inherits(t, e) {
|
|
206
|
+
if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
|
|
207
|
+
t.prototype = Object.create(e && e.prototype, {
|
|
208
|
+
constructor: {
|
|
209
|
+
value: t,
|
|
210
|
+
writable: !0,
|
|
211
|
+
configurable: !0
|
|
212
|
+
}
|
|
213
|
+
}), Object.defineProperty(t, "prototype", {
|
|
214
|
+
writable: !1
|
|
215
|
+
}), e && _setPrototypeOf(t, e);
|
|
216
|
+
}
|
|
217
|
+
function _isNativeFunction(t) {
|
|
218
|
+
try {
|
|
219
|
+
return -1 !== Function.toString.call(t).indexOf("[native code]");
|
|
220
|
+
} catch (n) {
|
|
221
|
+
return "function" == typeof t;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
function _isNativeReflectConstruct() {
|
|
225
|
+
try {
|
|
226
|
+
var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
|
|
227
|
+
} catch (t) {}
|
|
228
|
+
return (_isNativeReflectConstruct = function () {
|
|
229
|
+
return !!t;
|
|
230
|
+
})();
|
|
231
|
+
}
|
|
232
|
+
function _iterableToArray(r) {
|
|
233
|
+
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
|
234
|
+
}
|
|
142
235
|
function _iterableToArrayLimit(r, l) {
|
|
143
236
|
var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
144
237
|
if (null != t) {
|
|
@@ -166,6 +259,12 @@
|
|
|
166
259
|
return a;
|
|
167
260
|
}
|
|
168
261
|
}
|
|
262
|
+
function _nonIterableRest() {
|
|
263
|
+
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
264
|
+
}
|
|
265
|
+
function _nonIterableSpread() {
|
|
266
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
267
|
+
}
|
|
169
268
|
function ownKeys(e, r) {
|
|
170
269
|
var t = Object.keys(e);
|
|
171
270
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -187,306 +286,146 @@
|
|
|
187
286
|
}
|
|
188
287
|
return e;
|
|
189
288
|
}
|
|
190
|
-
function
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
c =
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
try {
|
|
230
|
-
return {
|
|
231
|
-
type: "normal",
|
|
232
|
-
arg: t.call(e, r)
|
|
233
|
-
};
|
|
234
|
-
} catch (t) {
|
|
235
|
-
return {
|
|
236
|
-
type: "throw",
|
|
237
|
-
arg: t
|
|
238
|
-
};
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
e.wrap = wrap;
|
|
242
|
-
var h = "suspendedStart",
|
|
243
|
-
l = "suspendedYield",
|
|
244
|
-
f = "executing",
|
|
245
|
-
s = "completed",
|
|
246
|
-
y = {};
|
|
247
|
-
function Generator() {}
|
|
248
|
-
function GeneratorFunction() {}
|
|
249
|
-
function GeneratorFunctionPrototype() {}
|
|
250
|
-
var p = {};
|
|
251
|
-
define(p, a, function () {
|
|
252
|
-
return this;
|
|
253
|
-
});
|
|
254
|
-
var d = Object.getPrototypeOf,
|
|
255
|
-
v = d && d(d(values([])));
|
|
256
|
-
v && v !== r && n.call(v, a) && (p = v);
|
|
257
|
-
var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
|
|
258
|
-
function defineIteratorMethods(t) {
|
|
259
|
-
["next", "throw", "return"].forEach(function (e) {
|
|
260
|
-
define(t, e, function (t) {
|
|
261
|
-
return this._invoke(e, t);
|
|
262
|
-
});
|
|
263
|
-
});
|
|
264
|
-
}
|
|
265
|
-
function AsyncIterator(t, e) {
|
|
266
|
-
function invoke(r, o, i, a) {
|
|
267
|
-
var c = tryCatch(t[r], t, o);
|
|
268
|
-
if ("throw" !== c.type) {
|
|
269
|
-
var u = c.arg,
|
|
270
|
-
h = u.value;
|
|
271
|
-
return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
|
|
272
|
-
invoke("next", t, i, a);
|
|
273
|
-
}, function (t) {
|
|
274
|
-
invoke("throw", t, i, a);
|
|
275
|
-
}) : e.resolve(h).then(function (t) {
|
|
276
|
-
u.value = t, i(u);
|
|
277
|
-
}, function (t) {
|
|
278
|
-
return invoke("throw", t, i, a);
|
|
279
|
-
});
|
|
280
|
-
}
|
|
281
|
-
a(c.arg);
|
|
282
|
-
}
|
|
283
|
-
var r;
|
|
284
|
-
o(this, "_invoke", {
|
|
285
|
-
value: function (t, n) {
|
|
286
|
-
function callInvokeWithMethodAndArg() {
|
|
287
|
-
return new e(function (e, r) {
|
|
288
|
-
invoke(t, n, e, r);
|
|
289
|
-
});
|
|
289
|
+
function _possibleConstructorReturn(t, e) {
|
|
290
|
+
if (e && ("object" == typeof e || "function" == typeof e)) return e;
|
|
291
|
+
if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
|
|
292
|
+
return _assertThisInitialized(t);
|
|
293
|
+
}
|
|
294
|
+
function _regenerator() {
|
|
295
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
296
|
+
var e,
|
|
297
|
+
t,
|
|
298
|
+
r = "function" == typeof Symbol ? Symbol : {},
|
|
299
|
+
n = r.iterator || "@@iterator",
|
|
300
|
+
o = r.toStringTag || "@@toStringTag";
|
|
301
|
+
function i(r, n, o, i) {
|
|
302
|
+
var c = n && n.prototype instanceof Generator ? n : Generator,
|
|
303
|
+
u = Object.create(c.prototype);
|
|
304
|
+
return _regeneratorDefine(u, "_invoke", function (r, n, o) {
|
|
305
|
+
var i,
|
|
306
|
+
c,
|
|
307
|
+
u,
|
|
308
|
+
f = 0,
|
|
309
|
+
p = o || [],
|
|
310
|
+
y = !1,
|
|
311
|
+
G = {
|
|
312
|
+
p: 0,
|
|
313
|
+
n: 0,
|
|
314
|
+
v: e,
|
|
315
|
+
a: d,
|
|
316
|
+
f: d.bind(e, 4),
|
|
317
|
+
d: function (t, r) {
|
|
318
|
+
return i = t, c = 0, u = e, G.n = r, a;
|
|
319
|
+
}
|
|
320
|
+
};
|
|
321
|
+
function d(r, n) {
|
|
322
|
+
for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) {
|
|
323
|
+
var o,
|
|
324
|
+
i = p[t],
|
|
325
|
+
d = G.p,
|
|
326
|
+
l = i[2];
|
|
327
|
+
r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
|
|
290
328
|
}
|
|
291
|
-
|
|
329
|
+
if (o || r > 1) return a;
|
|
330
|
+
throw y = !0, n;
|
|
292
331
|
}
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
332
|
+
return function (o, p, l) {
|
|
333
|
+
if (f > 1) throw TypeError("Generator is already running");
|
|
334
|
+
for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) {
|
|
335
|
+
i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u);
|
|
336
|
+
try {
|
|
337
|
+
if (f = 2, i) {
|
|
338
|
+
if (c || (o = "next"), t = i[o]) {
|
|
339
|
+
if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object");
|
|
340
|
+
if (!t.done) return t;
|
|
341
|
+
u = t.value, c < 2 && (c = 0);
|
|
342
|
+
} else 1 === c && (t = i.return) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1);
|
|
343
|
+
i = e;
|
|
344
|
+
} else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break;
|
|
345
|
+
} catch (t) {
|
|
346
|
+
i = e, c = 1, u = t;
|
|
347
|
+
} finally {
|
|
348
|
+
f = 1;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
301
351
|
return {
|
|
302
352
|
value: t,
|
|
303
|
-
done:
|
|
353
|
+
done: y
|
|
304
354
|
};
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
var c = n.delegate;
|
|
308
|
-
if (c) {
|
|
309
|
-
var u = maybeInvokeDelegate(c, n);
|
|
310
|
-
if (u) {
|
|
311
|
-
if (u === y) continue;
|
|
312
|
-
return u;
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
316
|
-
if (o === h) throw o = s, n.arg;
|
|
317
|
-
n.dispatchException(n.arg);
|
|
318
|
-
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
319
|
-
o = f;
|
|
320
|
-
var p = tryCatch(e, r, n);
|
|
321
|
-
if ("normal" === p.type) {
|
|
322
|
-
if (o = n.done ? s : l, p.arg === y) continue;
|
|
323
|
-
return {
|
|
324
|
-
value: p.arg,
|
|
325
|
-
done: n.done
|
|
326
|
-
};
|
|
327
|
-
}
|
|
328
|
-
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
329
|
-
}
|
|
330
|
-
};
|
|
355
|
+
};
|
|
356
|
+
}(r, o, i), !0), u;
|
|
331
357
|
}
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
358
|
+
var a = {};
|
|
359
|
+
function Generator() {}
|
|
360
|
+
function GeneratorFunction() {}
|
|
361
|
+
function GeneratorFunctionPrototype() {}
|
|
362
|
+
t = Object.getPrototypeOf;
|
|
363
|
+
var c = [][n] ? t(t([][n]())) : (_regeneratorDefine(t = {}, n, function () {
|
|
364
|
+
return this;
|
|
365
|
+
}), t),
|
|
366
|
+
u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c);
|
|
367
|
+
function f(e) {
|
|
368
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e;
|
|
340
369
|
}
|
|
341
|
-
function
|
|
342
|
-
|
|
343
|
-
|
|
370
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine(u), _regeneratorDefine(u, o, "Generator"), _regeneratorDefine(u, n, function () {
|
|
371
|
+
return this;
|
|
372
|
+
}), _regeneratorDefine(u, "toString", function () {
|
|
373
|
+
return "[object Generator]";
|
|
374
|
+
}), (_regenerator = function () {
|
|
375
|
+
return {
|
|
376
|
+
w: i,
|
|
377
|
+
m: f
|
|
344
378
|
};
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
tryLoc: "root"
|
|
354
|
-
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
379
|
+
})();
|
|
380
|
+
}
|
|
381
|
+
function _regeneratorDefine(e, r, n, t) {
|
|
382
|
+
var i = Object.defineProperty;
|
|
383
|
+
try {
|
|
384
|
+
i({}, "", {});
|
|
385
|
+
} catch (e) {
|
|
386
|
+
i = 0;
|
|
355
387
|
}
|
|
356
|
-
function
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
if (!isNaN(e.length)) {
|
|
362
|
-
var o = -1,
|
|
363
|
-
i = function next() {
|
|
364
|
-
for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
|
|
365
|
-
return next.value = t, next.done = !0, next;
|
|
366
|
-
};
|
|
367
|
-
return i.next = i;
|
|
368
|
-
}
|
|
388
|
+
_regeneratorDefine = function (e, r, n, t) {
|
|
389
|
+
function o(r, n) {
|
|
390
|
+
_regeneratorDefine(e, r, function (e) {
|
|
391
|
+
return this._invoke(r, n, e);
|
|
392
|
+
});
|
|
369
393
|
}
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
return {
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
void 0 === i && (i = Promise);
|
|
391
|
-
var a = new AsyncIterator(wrap(t, r, n, o), i);
|
|
392
|
-
return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
|
|
393
|
-
return t.done ? t.value : a.next();
|
|
394
|
-
});
|
|
395
|
-
}, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
|
|
396
|
-
return this;
|
|
397
|
-
}), define(g, "toString", function () {
|
|
398
|
-
return "[object Generator]";
|
|
399
|
-
}), e.keys = function (t) {
|
|
400
|
-
var e = Object(t),
|
|
401
|
-
r = [];
|
|
402
|
-
for (var n in e) r.push(n);
|
|
403
|
-
return r.reverse(), function next() {
|
|
404
|
-
for (; r.length;) {
|
|
405
|
-
var t = r.pop();
|
|
406
|
-
if (t in e) return next.value = t, next.done = !1, next;
|
|
394
|
+
r ? i ? i(e, r, {
|
|
395
|
+
value: n,
|
|
396
|
+
enumerable: !t,
|
|
397
|
+
configurable: !t,
|
|
398
|
+
writable: !t
|
|
399
|
+
}) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2));
|
|
400
|
+
}, _regeneratorDefine(e, r, n, t);
|
|
401
|
+
}
|
|
402
|
+
function _regeneratorValues(e) {
|
|
403
|
+
if (null != e) {
|
|
404
|
+
var t = e["function" == typeof Symbol && Symbol.iterator || "@@iterator"],
|
|
405
|
+
r = 0;
|
|
406
|
+
if (t) return t.call(e);
|
|
407
|
+
if ("function" == typeof e.next) return e;
|
|
408
|
+
if (!isNaN(e.length)) return {
|
|
409
|
+
next: function () {
|
|
410
|
+
return e && r >= e.length && (e = void 0), {
|
|
411
|
+
value: e && e[r++],
|
|
412
|
+
done: !e
|
|
413
|
+
};
|
|
407
414
|
}
|
|
408
|
-
return next.done = !0, next;
|
|
409
415
|
};
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
var r = this;
|
|
424
|
-
function handle(n, o) {
|
|
425
|
-
return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
|
|
426
|
-
}
|
|
427
|
-
for (var o = this.tryEntries.length - 1; o >= 0; --o) {
|
|
428
|
-
var i = this.tryEntries[o],
|
|
429
|
-
a = i.completion;
|
|
430
|
-
if ("root" === i.tryLoc) return handle("end");
|
|
431
|
-
if (i.tryLoc <= this.prev) {
|
|
432
|
-
var c = n.call(i, "catchLoc"),
|
|
433
|
-
u = n.call(i, "finallyLoc");
|
|
434
|
-
if (c && u) {
|
|
435
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
436
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
437
|
-
} else if (c) {
|
|
438
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
439
|
-
} else {
|
|
440
|
-
if (!u) throw new Error("try statement without catch or finally");
|
|
441
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
abrupt: function (t, e) {
|
|
447
|
-
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
448
|
-
var o = this.tryEntries[r];
|
|
449
|
-
if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
|
|
450
|
-
var i = o;
|
|
451
|
-
break;
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
|
|
455
|
-
var a = i ? i.completion : {};
|
|
456
|
-
return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
|
|
457
|
-
},
|
|
458
|
-
complete: function (t, e) {
|
|
459
|
-
if ("throw" === t.type) throw t.arg;
|
|
460
|
-
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
|
|
461
|
-
},
|
|
462
|
-
finish: function (t) {
|
|
463
|
-
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
464
|
-
var r = this.tryEntries[e];
|
|
465
|
-
if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
catch: function (t) {
|
|
469
|
-
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
470
|
-
var r = this.tryEntries[e];
|
|
471
|
-
if (r.tryLoc === t) {
|
|
472
|
-
var n = r.completion;
|
|
473
|
-
if ("throw" === n.type) {
|
|
474
|
-
var o = n.arg;
|
|
475
|
-
resetTryEntry(r);
|
|
476
|
-
}
|
|
477
|
-
return o;
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
throw new Error("illegal catch attempt");
|
|
481
|
-
},
|
|
482
|
-
delegateYield: function (e, r, n) {
|
|
483
|
-
return this.delegate = {
|
|
484
|
-
iterator: values(e),
|
|
485
|
-
resultName: r,
|
|
486
|
-
nextLoc: n
|
|
487
|
-
}, "next" === this.method && (this.arg = t), y;
|
|
488
|
-
}
|
|
489
|
-
}, e;
|
|
416
|
+
}
|
|
417
|
+
throw new TypeError(typeof e + " is not iterable");
|
|
418
|
+
}
|
|
419
|
+
function _setPrototypeOf(t, e) {
|
|
420
|
+
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
|
|
421
|
+
return t.__proto__ = e, t;
|
|
422
|
+
}, _setPrototypeOf(t, e);
|
|
423
|
+
}
|
|
424
|
+
function _slicedToArray(r, e) {
|
|
425
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
|
426
|
+
}
|
|
427
|
+
function _toConsumableArray(r) {
|
|
428
|
+
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
|
490
429
|
}
|
|
491
430
|
function _toPrimitive(t, r) {
|
|
492
431
|
if ("object" != typeof t || !t) return t;
|
|
@@ -500,7 +439,7 @@
|
|
|
500
439
|
}
|
|
501
440
|
function _toPropertyKey(t) {
|
|
502
441
|
var i = _toPrimitive(t, "string");
|
|
503
|
-
return "symbol" == typeof i ? i :
|
|
442
|
+
return "symbol" == typeof i ? i : i + "";
|
|
504
443
|
}
|
|
505
444
|
function _typeof(o) {
|
|
506
445
|
"@babel/helpers - typeof";
|
|
@@ -511,161 +450,101 @@
|
|
|
511
450
|
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
512
451
|
}, _typeof(o);
|
|
513
452
|
}
|
|
514
|
-
function
|
|
515
|
-
|
|
516
|
-
return
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
520
|
-
try {
|
|
521
|
-
var info = gen[key](arg);
|
|
522
|
-
var value = info.value;
|
|
523
|
-
} catch (error) {
|
|
524
|
-
reject(error);
|
|
525
|
-
return;
|
|
526
|
-
}
|
|
527
|
-
if (info.done) {
|
|
528
|
-
resolve(value);
|
|
529
|
-
} else {
|
|
530
|
-
Promise.resolve(value).then(_next, _throw);
|
|
453
|
+
function _unsupportedIterableToArray(r, a) {
|
|
454
|
+
if (r) {
|
|
455
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
456
|
+
var t = {}.toString.call(r).slice(8, -1);
|
|
457
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
|
531
458
|
}
|
|
532
459
|
}
|
|
533
|
-
function
|
|
460
|
+
function _wrapAsyncGenerator(e) {
|
|
534
461
|
return function () {
|
|
535
|
-
|
|
536
|
-
args = arguments;
|
|
537
|
-
return new Promise(function (resolve, reject) {
|
|
538
|
-
var gen = fn.apply(self, args);
|
|
539
|
-
function _next(value) {
|
|
540
|
-
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
|
541
|
-
}
|
|
542
|
-
function _throw(err) {
|
|
543
|
-
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
|
544
|
-
}
|
|
545
|
-
_next(undefined);
|
|
546
|
-
});
|
|
462
|
+
return new AsyncGenerator(e.apply(this, arguments));
|
|
547
463
|
};
|
|
548
464
|
}
|
|
549
|
-
function
|
|
550
|
-
|
|
551
|
-
|
|
465
|
+
function AsyncGenerator(e) {
|
|
466
|
+
var r, t;
|
|
467
|
+
function resume(r, t) {
|
|
468
|
+
try {
|
|
469
|
+
var n = e[r](t),
|
|
470
|
+
o = n.value,
|
|
471
|
+
u = o instanceof _OverloadYield;
|
|
472
|
+
Promise.resolve(u ? o.v : o).then(function (t) {
|
|
473
|
+
if (u) {
|
|
474
|
+
var i = "return" === r ? "return" : "next";
|
|
475
|
+
if (!o.k || t.done) return resume(i, t);
|
|
476
|
+
t = e[i](t).value;
|
|
477
|
+
}
|
|
478
|
+
settle(n.done ? "return" : "normal", t);
|
|
479
|
+
}, function (e) {
|
|
480
|
+
resume("throw", e);
|
|
481
|
+
});
|
|
482
|
+
} catch (e) {
|
|
483
|
+
settle("throw", e);
|
|
484
|
+
}
|
|
552
485
|
}
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
486
|
+
function settle(e, n) {
|
|
487
|
+
switch (e) {
|
|
488
|
+
case "return":
|
|
489
|
+
r.resolve({
|
|
490
|
+
value: n,
|
|
491
|
+
done: !0
|
|
492
|
+
});
|
|
493
|
+
break;
|
|
494
|
+
case "throw":
|
|
495
|
+
r.reject(n);
|
|
496
|
+
break;
|
|
497
|
+
default:
|
|
498
|
+
r.resolve({
|
|
499
|
+
value: n,
|
|
500
|
+
done: !1
|
|
501
|
+
});
|
|
502
|
+
}
|
|
503
|
+
(r = r.next) ? resume(r.key, r.arg) : t = null;
|
|
561
504
|
}
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
key = _toPropertyKey(key);
|
|
573
|
-
if (key in obj) {
|
|
574
|
-
Object.defineProperty(obj, key, {
|
|
575
|
-
value: value,
|
|
576
|
-
enumerable: true,
|
|
577
|
-
configurable: true,
|
|
578
|
-
writable: true
|
|
505
|
+
this._invoke = function (e, n) {
|
|
506
|
+
return new Promise(function (o, u) {
|
|
507
|
+
var i = {
|
|
508
|
+
key: e,
|
|
509
|
+
arg: n,
|
|
510
|
+
resolve: o,
|
|
511
|
+
reject: u,
|
|
512
|
+
next: null
|
|
513
|
+
};
|
|
514
|
+
t ? t = t.next = i : (r = t = i, resume(e, n));
|
|
579
515
|
});
|
|
580
|
-
}
|
|
581
|
-
obj[key] = value;
|
|
582
|
-
}
|
|
583
|
-
return obj;
|
|
584
|
-
}
|
|
585
|
-
function _slicedToArray(arr, i) {
|
|
586
|
-
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
587
|
-
}
|
|
588
|
-
function _toConsumableArray(arr) {
|
|
589
|
-
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
|
590
|
-
}
|
|
591
|
-
function _arrayWithoutHoles(arr) {
|
|
592
|
-
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
|
593
|
-
}
|
|
594
|
-
function _arrayWithHoles(arr) {
|
|
595
|
-
if (Array.isArray(arr)) return arr;
|
|
596
|
-
}
|
|
597
|
-
function _iterableToArray(iter) {
|
|
598
|
-
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
599
|
-
}
|
|
600
|
-
function _unsupportedIterableToArray(o, minLen) {
|
|
601
|
-
if (!o) return;
|
|
602
|
-
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
603
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
604
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
605
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
606
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
607
|
-
}
|
|
608
|
-
function _arrayLikeToArray(arr, len) {
|
|
609
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
610
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
|
611
|
-
return arr2;
|
|
612
|
-
}
|
|
613
|
-
function _nonIterableSpread() {
|
|
614
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
615
|
-
}
|
|
616
|
-
function _nonIterableRest() {
|
|
617
|
-
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
516
|
+
}, "function" != typeof e.return && (this.return = void 0);
|
|
618
517
|
}
|
|
619
|
-
function
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
},
|
|
637
|
-
e: function (e) {
|
|
638
|
-
throw e;
|
|
639
|
-
},
|
|
640
|
-
f: F
|
|
641
|
-
};
|
|
518
|
+
AsyncGenerator.prototype["function" == typeof Symbol && Symbol.asyncIterator || "@@asyncIterator"] = function () {
|
|
519
|
+
return this;
|
|
520
|
+
}, AsyncGenerator.prototype.next = function (e) {
|
|
521
|
+
return this._invoke("next", e);
|
|
522
|
+
}, AsyncGenerator.prototype.throw = function (e) {
|
|
523
|
+
return this._invoke("throw", e);
|
|
524
|
+
}, AsyncGenerator.prototype.return = function (e) {
|
|
525
|
+
return this._invoke("return", e);
|
|
526
|
+
};
|
|
527
|
+
function _wrapNativeSuper(t) {
|
|
528
|
+
var r = "function" == typeof Map ? new Map() : void 0;
|
|
529
|
+
return _wrapNativeSuper = function (t) {
|
|
530
|
+
if (null === t || !_isNativeFunction(t)) return t;
|
|
531
|
+
if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function");
|
|
532
|
+
if (void 0 !== r) {
|
|
533
|
+
if (r.has(t)) return r.get(t);
|
|
534
|
+
r.set(t, Wrapper);
|
|
642
535
|
}
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
var normalCompletion = true,
|
|
646
|
-
didErr = false,
|
|
647
|
-
err;
|
|
648
|
-
return {
|
|
649
|
-
s: function () {
|
|
650
|
-
it = it.call(o);
|
|
651
|
-
},
|
|
652
|
-
n: function () {
|
|
653
|
-
var step = it.next();
|
|
654
|
-
normalCompletion = step.done;
|
|
655
|
-
return step;
|
|
656
|
-
},
|
|
657
|
-
e: function (e) {
|
|
658
|
-
didErr = true;
|
|
659
|
-
err = e;
|
|
660
|
-
},
|
|
661
|
-
f: function () {
|
|
662
|
-
try {
|
|
663
|
-
if (!normalCompletion && it.return != null) it.return();
|
|
664
|
-
} finally {
|
|
665
|
-
if (didErr) throw err;
|
|
666
|
-
}
|
|
536
|
+
function Wrapper() {
|
|
537
|
+
return _construct(t, arguments, _getPrototypeOf(this).constructor);
|
|
667
538
|
}
|
|
668
|
-
|
|
539
|
+
return Wrapper.prototype = Object.create(t.prototype, {
|
|
540
|
+
constructor: {
|
|
541
|
+
value: Wrapper,
|
|
542
|
+
enumerable: !1,
|
|
543
|
+
writable: !0,
|
|
544
|
+
configurable: !0
|
|
545
|
+
}
|
|
546
|
+
}), _setPrototypeOf(Wrapper, t);
|
|
547
|
+
}, _wrapNativeSuper(t);
|
|
669
548
|
}
|
|
670
549
|
|
|
671
550
|
/**
|
|
@@ -706,7 +585,7 @@
|
|
|
706
585
|
};
|
|
707
586
|
|
|
708
587
|
/**
|
|
709
|
-
* Determine if a value is
|
|
588
|
+
* Determine if a value is a non-null object
|
|
710
589
|
*
|
|
711
590
|
* @param {Object} val The value to test
|
|
712
591
|
*
|
|
@@ -860,6 +739,33 @@
|
|
|
860
739
|
*/
|
|
861
740
|
var isFile = kindOfTest('File');
|
|
862
741
|
|
|
742
|
+
/**
|
|
743
|
+
* Determine if a value is a React Native Blob
|
|
744
|
+
* React Native "blob": an object with a `uri` attribute. Optionally, it can
|
|
745
|
+
* also have a `name` and `type` attribute to specify filename and content type
|
|
746
|
+
*
|
|
747
|
+
* @see https://github.com/facebook/react-native/blob/26684cf3adf4094eb6c405d345a75bf8c7c0bf88/Libraries/Network/FormData.js#L68-L71
|
|
748
|
+
*
|
|
749
|
+
* @param {*} value The value to test
|
|
750
|
+
*
|
|
751
|
+
* @returns {boolean} True if value is a React Native Blob, otherwise false
|
|
752
|
+
*/
|
|
753
|
+
var isReactNativeBlob = function isReactNativeBlob(value) {
|
|
754
|
+
return !!(value && typeof value.uri !== 'undefined');
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* Determine if environment is React Native
|
|
759
|
+
* ReactNative `FormData` has a non-standard `getParts()` method
|
|
760
|
+
*
|
|
761
|
+
* @param {*} formData The formData to test
|
|
762
|
+
*
|
|
763
|
+
* @returns {boolean} True if environment is React Native, otherwise false
|
|
764
|
+
*/
|
|
765
|
+
var isReactNative = function isReactNative(formData) {
|
|
766
|
+
return formData && typeof formData.getParts !== 'undefined';
|
|
767
|
+
};
|
|
768
|
+
|
|
863
769
|
/**
|
|
864
770
|
* Determine if a value is a Blob
|
|
865
771
|
*
|
|
@@ -896,9 +802,18 @@
|
|
|
896
802
|
*
|
|
897
803
|
* @returns {boolean} True if value is an FormData, otherwise false
|
|
898
804
|
*/
|
|
805
|
+
function getGlobal() {
|
|
806
|
+
if (typeof globalThis !== 'undefined') return globalThis;
|
|
807
|
+
if (typeof self !== 'undefined') return self;
|
|
808
|
+
if (typeof window !== 'undefined') return window;
|
|
809
|
+
if (typeof global !== 'undefined') return global;
|
|
810
|
+
return {};
|
|
811
|
+
}
|
|
812
|
+
var G = getGlobal();
|
|
813
|
+
var FormDataCtor = typeof G.FormData !== 'undefined' ? G.FormData : undefined;
|
|
899
814
|
var isFormData = function isFormData(thing) {
|
|
900
815
|
var kind;
|
|
901
|
-
return thing && (
|
|
816
|
+
return thing && (FormDataCtor && thing instanceof FormDataCtor || isFunction$1(thing.append) && ((kind = kindOf(thing)) === 'formdata' ||
|
|
902
817
|
// detect form-data instance
|
|
903
818
|
kind === 'object' && isFunction$1(thing.toString) && thing.toString() === '[object FormData]'));
|
|
904
819
|
};
|
|
@@ -928,7 +843,6 @@
|
|
|
928
843
|
var trim = function trim(str) {
|
|
929
844
|
return str.trim ? str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
|
|
930
845
|
};
|
|
931
|
-
|
|
932
846
|
/**
|
|
933
847
|
* Iterate over an Array or an Object invoking a function for each item.
|
|
934
848
|
*
|
|
@@ -938,10 +852,11 @@
|
|
|
938
852
|
* If 'obj' is an Object callback will be called passing
|
|
939
853
|
* the value, key, and complete object for each property.
|
|
940
854
|
*
|
|
941
|
-
* @param {Object|Array} obj The object to iterate
|
|
855
|
+
* @param {Object|Array<unknown>} obj The object to iterate
|
|
942
856
|
* @param {Function} fn The callback to invoke for each item
|
|
943
857
|
*
|
|
944
|
-
* @param {
|
|
858
|
+
* @param {Object} [options]
|
|
859
|
+
* @param {Boolean} [options.allOwnKeys = false]
|
|
945
860
|
* @returns {any}
|
|
946
861
|
*/
|
|
947
862
|
function forEach(obj, fn) {
|
|
@@ -981,6 +896,15 @@
|
|
|
981
896
|
}
|
|
982
897
|
}
|
|
983
898
|
}
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* Finds a key in an object, case-insensitive, returning the actual key name.
|
|
902
|
+
* Returns null if the object is a Buffer or if no match is found.
|
|
903
|
+
*
|
|
904
|
+
* @param {Object} obj - The object to search.
|
|
905
|
+
* @param {string} key - The key to find (case-insensitive).
|
|
906
|
+
* @returns {?string} The actual key name if found, otherwise null.
|
|
907
|
+
*/
|
|
984
908
|
function findKey(obj, key) {
|
|
985
909
|
if (isBuffer(obj)) {
|
|
986
910
|
return null;
|
|
@@ -999,8 +923,8 @@
|
|
|
999
923
|
}
|
|
1000
924
|
var _global = function () {
|
|
1001
925
|
/*eslint no-undef:0*/
|
|
1002
|
-
if (typeof globalThis !==
|
|
1003
|
-
return typeof self !==
|
|
926
|
+
if (typeof globalThis !== 'undefined') return globalThis;
|
|
927
|
+
return typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : global;
|
|
1004
928
|
}();
|
|
1005
929
|
var isContextDefined = function isContextDefined(context) {
|
|
1006
930
|
return !isUndefined(context) && context !== _global;
|
|
@@ -1016,7 +940,7 @@
|
|
|
1016
940
|
* Example:
|
|
1017
941
|
*
|
|
1018
942
|
* ```js
|
|
1019
|
-
*
|
|
943
|
+
* const result = merge({foo: 123}, {foo: 456});
|
|
1020
944
|
* console.log(result.foo); // outputs 456
|
|
1021
945
|
* ```
|
|
1022
946
|
*
|
|
@@ -1024,13 +948,17 @@
|
|
|
1024
948
|
*
|
|
1025
949
|
* @returns {Object} Result of all merge properties
|
|
1026
950
|
*/
|
|
1027
|
-
function merge(
|
|
951
|
+
function merge(/* obj1, obj2, obj3, ... */
|
|
1028
952
|
) {
|
|
1029
953
|
var _ref2 = isContextDefined(this) && this || {},
|
|
1030
954
|
caseless = _ref2.caseless,
|
|
1031
955
|
skipUndefined = _ref2.skipUndefined;
|
|
1032
956
|
var result = {};
|
|
1033
957
|
var assignValue = function assignValue(val, key) {
|
|
958
|
+
// Skip dangerous property names to prevent prototype pollution
|
|
959
|
+
if (key === '__proto__' || key === 'constructor' || key === 'prototype') {
|
|
960
|
+
return;
|
|
961
|
+
}
|
|
1034
962
|
var targetKey = caseless && findKey(result, key) || key;
|
|
1035
963
|
if (isPlainObject(result[targetKey]) && isPlainObject(val)) {
|
|
1036
964
|
result[targetKey] = merge(result[targetKey], val);
|
|
@@ -1055,7 +983,8 @@
|
|
|
1055
983
|
* @param {Object} b The object to copy properties from
|
|
1056
984
|
* @param {Object} thisArg The object to bind function to
|
|
1057
985
|
*
|
|
1058
|
-
* @param {
|
|
986
|
+
* @param {Object} [options]
|
|
987
|
+
* @param {Boolean} [options.allOwnKeys]
|
|
1059
988
|
* @returns {Object} The resulting value of object a
|
|
1060
989
|
*/
|
|
1061
990
|
var extend = function extend(a, b, thisArg) {
|
|
@@ -1063,9 +992,19 @@
|
|
|
1063
992
|
allOwnKeys = _ref3.allOwnKeys;
|
|
1064
993
|
forEach(b, function (val, key) {
|
|
1065
994
|
if (thisArg && isFunction$1(val)) {
|
|
1066
|
-
a
|
|
995
|
+
Object.defineProperty(a, key, {
|
|
996
|
+
value: bind(val, thisArg),
|
|
997
|
+
writable: true,
|
|
998
|
+
enumerable: true,
|
|
999
|
+
configurable: true
|
|
1000
|
+
});
|
|
1067
1001
|
} else {
|
|
1068
|
-
a
|
|
1002
|
+
Object.defineProperty(a, key, {
|
|
1003
|
+
value: val,
|
|
1004
|
+
writable: true,
|
|
1005
|
+
enumerable: true,
|
|
1006
|
+
configurable: true
|
|
1007
|
+
});
|
|
1069
1008
|
}
|
|
1070
1009
|
}, {
|
|
1071
1010
|
allOwnKeys: allOwnKeys
|
|
@@ -1081,7 +1020,7 @@
|
|
|
1081
1020
|
* @returns {string} content value without BOM
|
|
1082
1021
|
*/
|
|
1083
1022
|
var stripBOM = function stripBOM(content) {
|
|
1084
|
-
if (content.charCodeAt(0) ===
|
|
1023
|
+
if (content.charCodeAt(0) === 0xfeff) {
|
|
1085
1024
|
content = content.slice(1);
|
|
1086
1025
|
}
|
|
1087
1026
|
return content;
|
|
@@ -1098,7 +1037,12 @@
|
|
|
1098
1037
|
*/
|
|
1099
1038
|
var inherits = function inherits(constructor, superConstructor, props, descriptors) {
|
|
1100
1039
|
constructor.prototype = Object.create(superConstructor.prototype, descriptors);
|
|
1101
|
-
constructor.prototype
|
|
1040
|
+
Object.defineProperty(constructor.prototype, 'constructor', {
|
|
1041
|
+
value: constructor,
|
|
1042
|
+
writable: true,
|
|
1043
|
+
enumerable: false,
|
|
1044
|
+
configurable: true
|
|
1045
|
+
});
|
|
1102
1046
|
Object.defineProperty(constructor, 'super', {
|
|
1103
1047
|
value: superConstructor.prototype
|
|
1104
1048
|
});
|
|
@@ -1282,11 +1226,20 @@
|
|
|
1282
1226
|
}
|
|
1283
1227
|
if (!descriptor.set) {
|
|
1284
1228
|
descriptor.set = function () {
|
|
1285
|
-
throw Error(
|
|
1229
|
+
throw Error("Can not rewrite read-only method '" + name + "'");
|
|
1286
1230
|
};
|
|
1287
1231
|
}
|
|
1288
1232
|
});
|
|
1289
1233
|
};
|
|
1234
|
+
|
|
1235
|
+
/**
|
|
1236
|
+
* Converts an array or a delimited string into an object set with values as keys and true as values.
|
|
1237
|
+
* Useful for fast membership checks.
|
|
1238
|
+
*
|
|
1239
|
+
* @param {Array|string} arrayOrString - The array or string to convert.
|
|
1240
|
+
* @param {string} delimiter - The delimiter to use if input is a string.
|
|
1241
|
+
* @returns {Object} An object with keys from the array or string, values set to true.
|
|
1242
|
+
*/
|
|
1290
1243
|
var toObjectSet = function toObjectSet(arrayOrString, delimiter) {
|
|
1291
1244
|
var obj = {};
|
|
1292
1245
|
var define = function define(arr) {
|
|
@@ -1312,9 +1265,16 @@
|
|
|
1312
1265
|
function isSpecCompliantForm(thing) {
|
|
1313
1266
|
return !!(thing && isFunction$1(thing.append) && thing[toStringTag] === 'FormData' && thing[iterator]);
|
|
1314
1267
|
}
|
|
1268
|
+
|
|
1269
|
+
/**
|
|
1270
|
+
* Recursively converts an object to a JSON-compatible object, handling circular references and Buffers.
|
|
1271
|
+
*
|
|
1272
|
+
* @param {Object} obj - The object to convert.
|
|
1273
|
+
* @returns {Object} The JSON-compatible object.
|
|
1274
|
+
*/
|
|
1315
1275
|
var toJSONObject = function toJSONObject(obj) {
|
|
1316
1276
|
var stack = new Array(10);
|
|
1317
|
-
var
|
|
1277
|
+
var _visit = function visit(source, i) {
|
|
1318
1278
|
if (isObject(source)) {
|
|
1319
1279
|
if (stack.indexOf(source) >= 0) {
|
|
1320
1280
|
return;
|
|
@@ -1328,7 +1288,7 @@
|
|
|
1328
1288
|
stack[i] = source;
|
|
1329
1289
|
var target = isArray(source) ? [] : {};
|
|
1330
1290
|
forEach(source, function (value, key) {
|
|
1331
|
-
var reducedValue =
|
|
1291
|
+
var reducedValue = _visit(value, i + 1);
|
|
1332
1292
|
!isUndefined(reducedValue) && (target[key] = reducedValue);
|
|
1333
1293
|
});
|
|
1334
1294
|
stack[i] = undefined;
|
|
@@ -1337,9 +1297,23 @@
|
|
|
1337
1297
|
}
|
|
1338
1298
|
return source;
|
|
1339
1299
|
};
|
|
1340
|
-
return
|
|
1300
|
+
return _visit(obj, 0);
|
|
1341
1301
|
};
|
|
1302
|
+
|
|
1303
|
+
/**
|
|
1304
|
+
* Determines if a value is an async function.
|
|
1305
|
+
*
|
|
1306
|
+
* @param {*} thing - The value to test.
|
|
1307
|
+
* @returns {boolean} True if value is an async function, otherwise false.
|
|
1308
|
+
*/
|
|
1342
1309
|
var isAsyncFn = kindOfTest('AsyncFunction');
|
|
1310
|
+
|
|
1311
|
+
/**
|
|
1312
|
+
* Determines if a value is thenable (has then and catch methods).
|
|
1313
|
+
*
|
|
1314
|
+
* @param {*} thing - The value to test.
|
|
1315
|
+
* @returns {boolean} True if value is thenable, otherwise false.
|
|
1316
|
+
*/
|
|
1343
1317
|
var isThenable = function isThenable(thing) {
|
|
1344
1318
|
return thing && (isObject(thing) || isFunction$1(thing)) && isFunction$1(thing.then) && isFunction$1(thing["catch"]);
|
|
1345
1319
|
};
|
|
@@ -1347,12 +1321,20 @@
|
|
|
1347
1321
|
// original code
|
|
1348
1322
|
// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34
|
|
1349
1323
|
|
|
1324
|
+
/**
|
|
1325
|
+
* Provides a cross-platform setImmediate implementation.
|
|
1326
|
+
* Uses native setImmediate if available, otherwise falls back to postMessage or setTimeout.
|
|
1327
|
+
*
|
|
1328
|
+
* @param {boolean} setImmediateSupported - Whether setImmediate is supported.
|
|
1329
|
+
* @param {boolean} postMessageSupported - Whether postMessage is supported.
|
|
1330
|
+
* @returns {Function} A function to schedule a callback asynchronously.
|
|
1331
|
+
*/
|
|
1350
1332
|
var _setImmediate = function (setImmediateSupported, postMessageSupported) {
|
|
1351
1333
|
if (setImmediateSupported) {
|
|
1352
1334
|
return setImmediate;
|
|
1353
1335
|
}
|
|
1354
1336
|
return postMessageSupported ? function (token, callbacks) {
|
|
1355
|
-
_global.addEventListener(
|
|
1337
|
+
_global.addEventListener('message', function (_ref5) {
|
|
1356
1338
|
var source = _ref5.source,
|
|
1357
1339
|
data = _ref5.data;
|
|
1358
1340
|
if (source === _global && data === token) {
|
|
@@ -1361,12 +1343,19 @@
|
|
|
1361
1343
|
}, false);
|
|
1362
1344
|
return function (cb) {
|
|
1363
1345
|
callbacks.push(cb);
|
|
1364
|
-
_global.postMessage(token,
|
|
1346
|
+
_global.postMessage(token, '*');
|
|
1365
1347
|
};
|
|
1366
1348
|
}("axios@".concat(Math.random()), []) : function (cb) {
|
|
1367
1349
|
return setTimeout(cb);
|
|
1368
1350
|
};
|
|
1369
1351
|
}(typeof setImmediate === 'function', isFunction$1(_global.postMessage));
|
|
1352
|
+
|
|
1353
|
+
/**
|
|
1354
|
+
* Schedules a microtask or asynchronous callback as soon as possible.
|
|
1355
|
+
* Uses queueMicrotask if available, otherwise falls back to process.nextTick or _setImmediate.
|
|
1356
|
+
*
|
|
1357
|
+
* @type {Function}
|
|
1358
|
+
*/
|
|
1370
1359
|
var asap = typeof queueMicrotask !== 'undefined' ? queueMicrotask.bind(_global) : typeof process !== 'undefined' && process.nextTick || _setImmediate;
|
|
1371
1360
|
|
|
1372
1361
|
// *********************
|
|
@@ -1393,6 +1382,8 @@
|
|
|
1393
1382
|
isUndefined: isUndefined,
|
|
1394
1383
|
isDate: isDate,
|
|
1395
1384
|
isFile: isFile,
|
|
1385
|
+
isReactNativeBlob: isReactNativeBlob,
|
|
1386
|
+
isReactNative: isReactNative,
|
|
1396
1387
|
isBlob: isBlob,
|
|
1397
1388
|
isRegExp: isRegExp,
|
|
1398
1389
|
isFunction: isFunction$1,
|
|
@@ -1435,94 +1426,94 @@
|
|
|
1435
1426
|
isIterable: isIterable
|
|
1436
1427
|
};
|
|
1437
1428
|
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
this.response = response;
|
|
1463
|
-
this.status = response.status ? response.status : null;
|
|
1464
|
-
}
|
|
1465
|
-
}
|
|
1466
|
-
utils$1.inherits(AxiosError, Error, {
|
|
1467
|
-
toJSON: function toJSON() {
|
|
1468
|
-
return {
|
|
1469
|
-
// Standard
|
|
1470
|
-
message: this.message,
|
|
1471
|
-
name: this.name,
|
|
1472
|
-
// Microsoft
|
|
1473
|
-
description: this.description,
|
|
1474
|
-
number: this.number,
|
|
1475
|
-
// Mozilla
|
|
1476
|
-
fileName: this.fileName,
|
|
1477
|
-
lineNumber: this.lineNumber,
|
|
1478
|
-
columnNumber: this.columnNumber,
|
|
1479
|
-
stack: this.stack,
|
|
1480
|
-
// Axios
|
|
1481
|
-
config: utils$1.toJSONObject(this.config),
|
|
1482
|
-
code: this.code,
|
|
1483
|
-
status: this.status
|
|
1484
|
-
};
|
|
1485
|
-
}
|
|
1486
|
-
});
|
|
1487
|
-
var prototype$1 = AxiosError.prototype;
|
|
1488
|
-
var descriptors = {};
|
|
1489
|
-
['ERR_BAD_OPTION_VALUE', 'ERR_BAD_OPTION', 'ECONNABORTED', 'ETIMEDOUT', 'ERR_NETWORK', 'ERR_FR_TOO_MANY_REDIRECTS', 'ERR_DEPRECATED', 'ERR_BAD_RESPONSE', 'ERR_BAD_REQUEST', 'ERR_CANCELED', 'ERR_NOT_SUPPORT', 'ERR_INVALID_URL'
|
|
1490
|
-
// eslint-disable-next-line func-names
|
|
1491
|
-
].forEach(function (code) {
|
|
1492
|
-
descriptors[code] = {
|
|
1493
|
-
value: code
|
|
1494
|
-
};
|
|
1495
|
-
});
|
|
1496
|
-
Object.defineProperties(AxiosError, descriptors);
|
|
1497
|
-
Object.defineProperty(prototype$1, 'isAxiosError', {
|
|
1498
|
-
value: true
|
|
1499
|
-
});
|
|
1500
|
-
|
|
1501
|
-
// eslint-disable-next-line func-names
|
|
1502
|
-
AxiosError.from = function (error, code, config, request, response, customProps) {
|
|
1503
|
-
var axiosError = Object.create(prototype$1);
|
|
1504
|
-
utils$1.toFlatObject(error, axiosError, function filter(obj) {
|
|
1505
|
-
return obj !== Error.prototype;
|
|
1506
|
-
}, function (prop) {
|
|
1507
|
-
return prop !== 'isAxiosError';
|
|
1508
|
-
});
|
|
1509
|
-
var msg = error && error.message ? error.message : 'Error';
|
|
1510
|
-
|
|
1511
|
-
// Prefer explicit code; otherwise copy the low-level error's code (e.g. ECONNREFUSED)
|
|
1512
|
-
var errCode = code == null && error ? error.code : code;
|
|
1513
|
-
AxiosError.call(axiosError, msg, errCode, config, request, response);
|
|
1514
|
-
|
|
1515
|
-
// Chain the original error on the standard field; non-enumerable to avoid JSON noise
|
|
1516
|
-
if (error && axiosError.cause == null) {
|
|
1517
|
-
Object.defineProperty(axiosError, 'cause', {
|
|
1518
|
-
value: error,
|
|
1429
|
+
var AxiosError = /*#__PURE__*/function (_Error) {
|
|
1430
|
+
/**
|
|
1431
|
+
* Create an Error with the specified message, config, error code, request and response.
|
|
1432
|
+
*
|
|
1433
|
+
* @param {string} message The error message.
|
|
1434
|
+
* @param {string} [code] The error code (for example, 'ECONNABORTED').
|
|
1435
|
+
* @param {Object} [config] The config.
|
|
1436
|
+
* @param {Object} [request] The request.
|
|
1437
|
+
* @param {Object} [response] The response.
|
|
1438
|
+
*
|
|
1439
|
+
* @returns {Error} The created error.
|
|
1440
|
+
*/
|
|
1441
|
+
function AxiosError(message, code, config, request, response) {
|
|
1442
|
+
var _this;
|
|
1443
|
+
_classCallCheck(this, AxiosError);
|
|
1444
|
+
_this = _callSuper(this, AxiosError, [message]);
|
|
1445
|
+
|
|
1446
|
+
// Make message enumerable to maintain backward compatibility
|
|
1447
|
+
// The native Error constructor sets message as non-enumerable,
|
|
1448
|
+
// but axios < v1.13.3 had it as enumerable
|
|
1449
|
+
Object.defineProperty(_this, 'message', {
|
|
1450
|
+
value: message,
|
|
1451
|
+
enumerable: true,
|
|
1452
|
+
writable: true,
|
|
1519
1453
|
configurable: true
|
|
1520
1454
|
});
|
|
1455
|
+
_this.name = 'AxiosError';
|
|
1456
|
+
_this.isAxiosError = true;
|
|
1457
|
+
code && (_this.code = code);
|
|
1458
|
+
config && (_this.config = config);
|
|
1459
|
+
request && (_this.request = request);
|
|
1460
|
+
if (response) {
|
|
1461
|
+
_this.response = response;
|
|
1462
|
+
_this.status = response.status;
|
|
1463
|
+
}
|
|
1464
|
+
return _this;
|
|
1521
1465
|
}
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1466
|
+
_inherits(AxiosError, _Error);
|
|
1467
|
+
return _createClass(AxiosError, [{
|
|
1468
|
+
key: "toJSON",
|
|
1469
|
+
value: function toJSON() {
|
|
1470
|
+
return {
|
|
1471
|
+
// Standard
|
|
1472
|
+
message: this.message,
|
|
1473
|
+
name: this.name,
|
|
1474
|
+
// Microsoft
|
|
1475
|
+
description: this.description,
|
|
1476
|
+
number: this.number,
|
|
1477
|
+
// Mozilla
|
|
1478
|
+
fileName: this.fileName,
|
|
1479
|
+
lineNumber: this.lineNumber,
|
|
1480
|
+
columnNumber: this.columnNumber,
|
|
1481
|
+
stack: this.stack,
|
|
1482
|
+
// Axios
|
|
1483
|
+
config: utils$1.toJSONObject(this.config),
|
|
1484
|
+
code: this.code,
|
|
1485
|
+
status: this.status
|
|
1486
|
+
};
|
|
1487
|
+
}
|
|
1488
|
+
}], [{
|
|
1489
|
+
key: "from",
|
|
1490
|
+
value: function from(error, code, config, request, response, customProps) {
|
|
1491
|
+
var axiosError = new AxiosError(error.message, code || error.code, config, request, response);
|
|
1492
|
+
axiosError.cause = error;
|
|
1493
|
+
axiosError.name = error.name;
|
|
1494
|
+
|
|
1495
|
+
// Preserve status from the original error if not already set from response
|
|
1496
|
+
if (error.status != null && axiosError.status == null) {
|
|
1497
|
+
axiosError.status = error.status;
|
|
1498
|
+
}
|
|
1499
|
+
customProps && Object.assign(axiosError, customProps);
|
|
1500
|
+
return axiosError;
|
|
1501
|
+
}
|
|
1502
|
+
}]);
|
|
1503
|
+
}(/*#__PURE__*/_wrapNativeSuper(Error)); // This can be changed to static properties as soon as the parser options in .eslint.cjs are updated.
|
|
1504
|
+
AxiosError.ERR_BAD_OPTION_VALUE = 'ERR_BAD_OPTION_VALUE';
|
|
1505
|
+
AxiosError.ERR_BAD_OPTION = 'ERR_BAD_OPTION';
|
|
1506
|
+
AxiosError.ECONNABORTED = 'ECONNABORTED';
|
|
1507
|
+
AxiosError.ETIMEDOUT = 'ETIMEDOUT';
|
|
1508
|
+
AxiosError.ERR_NETWORK = 'ERR_NETWORK';
|
|
1509
|
+
AxiosError.ERR_FR_TOO_MANY_REDIRECTS = 'ERR_FR_TOO_MANY_REDIRECTS';
|
|
1510
|
+
AxiosError.ERR_DEPRECATED = 'ERR_DEPRECATED';
|
|
1511
|
+
AxiosError.ERR_BAD_RESPONSE = 'ERR_BAD_RESPONSE';
|
|
1512
|
+
AxiosError.ERR_BAD_REQUEST = 'ERR_BAD_REQUEST';
|
|
1513
|
+
AxiosError.ERR_CANCELED = 'ERR_CANCELED';
|
|
1514
|
+
AxiosError.ERR_NOT_SUPPORT = 'ERR_NOT_SUPPORT';
|
|
1515
|
+
AxiosError.ERR_INVALID_URL = 'ERR_INVALID_URL';
|
|
1516
|
+
var AxiosError$1 = AxiosError;
|
|
1526
1517
|
|
|
1527
1518
|
// eslint-disable-next-line strict
|
|
1528
1519
|
var httpAdapter = null;
|
|
@@ -1640,7 +1631,7 @@
|
|
|
1640
1631
|
return value.toString();
|
|
1641
1632
|
}
|
|
1642
1633
|
if (!useBlob && utils$1.isBlob(value)) {
|
|
1643
|
-
throw new AxiosError('Blob is not supported. Use a Buffer instead.');
|
|
1634
|
+
throw new AxiosError$1('Blob is not supported. Use a Buffer instead.');
|
|
1644
1635
|
}
|
|
1645
1636
|
if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
|
|
1646
1637
|
return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);
|
|
@@ -1660,6 +1651,10 @@
|
|
|
1660
1651
|
*/
|
|
1661
1652
|
function defaultVisitor(value, key, path) {
|
|
1662
1653
|
var arr = value;
|
|
1654
|
+
if (utils$1.isReactNative(formData) && utils$1.isReactNativeBlob(value)) {
|
|
1655
|
+
formData.append(renderKey(path, key, dots), convertValue(value));
|
|
1656
|
+
return false;
|
|
1657
|
+
}
|
|
1663
1658
|
if (value && !path && _typeof(value) === 'object') {
|
|
1664
1659
|
if (utils$1.endsWith(key, '{}')) {
|
|
1665
1660
|
// eslint-disable-next-line no-param-reassign
|
|
@@ -1780,25 +1775,22 @@
|
|
|
1780
1775
|
* @returns {string} The formatted url
|
|
1781
1776
|
*/
|
|
1782
1777
|
function buildURL(url, params, options) {
|
|
1783
|
-
/*eslint no-param-reassign:0*/
|
|
1784
1778
|
if (!params) {
|
|
1785
1779
|
return url;
|
|
1786
1780
|
}
|
|
1787
1781
|
var _encode = options && options.encode || encode;
|
|
1788
|
-
|
|
1789
|
-
options
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
}
|
|
1793
|
-
var serializeFn = options && options.serialize;
|
|
1782
|
+
var _options = utils$1.isFunction(options) ? {
|
|
1783
|
+
serialize: options
|
|
1784
|
+
} : options;
|
|
1785
|
+
var serializeFn = _options && _options.serialize;
|
|
1794
1786
|
var serializedParams;
|
|
1795
1787
|
if (serializeFn) {
|
|
1796
|
-
serializedParams = serializeFn(params,
|
|
1788
|
+
serializedParams = serializeFn(params, _options);
|
|
1797
1789
|
} else {
|
|
1798
|
-
serializedParams = utils$1.isURLSearchParams(params) ? params.toString() : new AxiosURLSearchParams(params,
|
|
1790
|
+
serializedParams = utils$1.isURLSearchParams(params) ? params.toString() : new AxiosURLSearchParams(params, _options).toString(_encode);
|
|
1799
1791
|
}
|
|
1800
1792
|
if (serializedParams) {
|
|
1801
|
-
var hashmarkIndex = url.indexOf(
|
|
1793
|
+
var hashmarkIndex = url.indexOf('#');
|
|
1802
1794
|
if (hashmarkIndex !== -1) {
|
|
1803
1795
|
url = url.slice(0, hashmarkIndex);
|
|
1804
1796
|
}
|
|
@@ -1818,10 +1810,11 @@
|
|
|
1818
1810
|
*
|
|
1819
1811
|
* @param {Function} fulfilled The function to handle `then` for a `Promise`
|
|
1820
1812
|
* @param {Function} rejected The function to handle `reject` for a `Promise`
|
|
1813
|
+
* @param {Object} options The options for the interceptor, synchronous and runWhen
|
|
1821
1814
|
*
|
|
1822
1815
|
* @return {Number} An ID used to remove interceptor later
|
|
1823
1816
|
*/
|
|
1824
|
-
_createClass(InterceptorManager, [{
|
|
1817
|
+
return _createClass(InterceptorManager, [{
|
|
1825
1818
|
key: "use",
|
|
1826
1819
|
value: function use(fulfilled, rejected, options) {
|
|
1827
1820
|
this.handlers.push({
|
|
@@ -1881,14 +1874,14 @@
|
|
|
1881
1874
|
});
|
|
1882
1875
|
}
|
|
1883
1876
|
}]);
|
|
1884
|
-
return InterceptorManager;
|
|
1885
1877
|
}();
|
|
1886
1878
|
var InterceptorManager$1 = InterceptorManager;
|
|
1887
1879
|
|
|
1888
1880
|
var transitionalDefaults = {
|
|
1889
1881
|
silentJSONParsing: true,
|
|
1890
1882
|
forcedJSONParsing: true,
|
|
1891
|
-
clarifyTimeoutError: false
|
|
1883
|
+
clarifyTimeoutError: false,
|
|
1884
|
+
legacyInterceptorReqResOrdering: true
|
|
1892
1885
|
};
|
|
1893
1886
|
|
|
1894
1887
|
var URLSearchParams$1 = typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;
|
|
@@ -2126,7 +2119,7 @@
|
|
|
2126
2119
|
} catch (e) {
|
|
2127
2120
|
if (strictJSONParsing) {
|
|
2128
2121
|
if (e.name === 'SyntaxError') {
|
|
2129
|
-
throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
|
|
2122
|
+
throw AxiosError$1.from(e, AxiosError$1.ERR_BAD_RESPONSE, this, null, this.response);
|
|
2130
2123
|
}
|
|
2131
2124
|
throw e;
|
|
2132
2125
|
}
|
|
@@ -2152,7 +2145,7 @@
|
|
|
2152
2145
|
},
|
|
2153
2146
|
headers: {
|
|
2154
2147
|
common: {
|
|
2155
|
-
|
|
2148
|
+
Accept: 'application/json, text/plain, */*',
|
|
2156
2149
|
'Content-Type': undefined
|
|
2157
2150
|
}
|
|
2158
2151
|
}
|
|
@@ -2258,12 +2251,12 @@
|
|
|
2258
2251
|
});
|
|
2259
2252
|
});
|
|
2260
2253
|
}
|
|
2261
|
-
var AxiosHeaders = /*#__PURE__*/function (
|
|
2254
|
+
var AxiosHeaders = /*#__PURE__*/function () {
|
|
2262
2255
|
function AxiosHeaders(headers) {
|
|
2263
2256
|
_classCallCheck(this, AxiosHeaders);
|
|
2264
2257
|
headers && this.set(headers);
|
|
2265
2258
|
}
|
|
2266
|
-
_createClass(AxiosHeaders, [{
|
|
2259
|
+
return _createClass(AxiosHeaders, [{
|
|
2267
2260
|
key: "set",
|
|
2268
2261
|
value: function set(header, valueOrRewrite, rewrite) {
|
|
2269
2262
|
var self = this;
|
|
@@ -2422,7 +2415,7 @@
|
|
|
2422
2415
|
return obj;
|
|
2423
2416
|
}
|
|
2424
2417
|
}, {
|
|
2425
|
-
key:
|
|
2418
|
+
key: Symbol.iterator,
|
|
2426
2419
|
value: function value() {
|
|
2427
2420
|
return Object.entries(this.toJSON())[Symbol.iterator]();
|
|
2428
2421
|
}
|
|
@@ -2439,10 +2432,10 @@
|
|
|
2439
2432
|
}, {
|
|
2440
2433
|
key: "getSetCookie",
|
|
2441
2434
|
value: function getSetCookie() {
|
|
2442
|
-
return this.get(
|
|
2435
|
+
return this.get('set-cookie') || [];
|
|
2443
2436
|
}
|
|
2444
2437
|
}, {
|
|
2445
|
-
key:
|
|
2438
|
+
key: Symbol.toStringTag,
|
|
2446
2439
|
get: function get() {
|
|
2447
2440
|
return 'AxiosHeaders';
|
|
2448
2441
|
}
|
|
@@ -2482,8 +2475,7 @@
|
|
|
2482
2475
|
return this;
|
|
2483
2476
|
}
|
|
2484
2477
|
}]);
|
|
2485
|
-
|
|
2486
|
-
}(Symbol.iterator, Symbol.toStringTag);
|
|
2478
|
+
}();
|
|
2487
2479
|
AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);
|
|
2488
2480
|
|
|
2489
2481
|
// reserved names hotfix
|
|
@@ -2526,23 +2518,28 @@
|
|
|
2526
2518
|
return !!(value && value.__CANCEL__);
|
|
2527
2519
|
}
|
|
2528
2520
|
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2521
|
+
var CanceledError = /*#__PURE__*/function (_AxiosError) {
|
|
2522
|
+
/**
|
|
2523
|
+
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
2524
|
+
*
|
|
2525
|
+
* @param {string=} message The message.
|
|
2526
|
+
* @param {Object=} config The config.
|
|
2527
|
+
* @param {Object=} request The request.
|
|
2528
|
+
*
|
|
2529
|
+
* @returns {CanceledError} The created error.
|
|
2530
|
+
*/
|
|
2531
|
+
function CanceledError(message, config, request) {
|
|
2532
|
+
var _this;
|
|
2533
|
+
_classCallCheck(this, CanceledError);
|
|
2534
|
+
_this = _callSuper(this, CanceledError, [message == null ? 'canceled' : message, AxiosError$1.ERR_CANCELED, config, request]);
|
|
2535
|
+
_this.name = 'CanceledError';
|
|
2536
|
+
_this.__CANCEL__ = true;
|
|
2537
|
+
return _this;
|
|
2538
|
+
}
|
|
2539
|
+
_inherits(CanceledError, _AxiosError);
|
|
2540
|
+
return _createClass(CanceledError);
|
|
2541
|
+
}(AxiosError$1);
|
|
2542
|
+
var CanceledError$1 = CanceledError;
|
|
2546
2543
|
|
|
2547
2544
|
/**
|
|
2548
2545
|
* Resolve or reject a Promise based on response status.
|
|
@@ -2558,7 +2555,7 @@
|
|
|
2558
2555
|
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
|
2559
2556
|
resolve(response);
|
|
2560
2557
|
} else {
|
|
2561
|
-
reject(new AxiosError('Request failed with status code ' + response.status, [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], response.config, response.request, response));
|
|
2558
|
+
reject(new AxiosError$1('Request failed with status code ' + response.status, [AxiosError$1.ERR_BAD_REQUEST, AxiosError$1.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], response.config, response.request, response));
|
|
2562
2559
|
}
|
|
2563
2560
|
}
|
|
2564
2561
|
|
|
@@ -2758,6 +2755,9 @@
|
|
|
2758
2755
|
// A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL).
|
|
2759
2756
|
// RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed
|
|
2760
2757
|
// by any combination of letters, digits, plus, period, or hyphen.
|
|
2758
|
+
if (typeof url !== 'string') {
|
|
2759
|
+
return false;
|
|
2760
|
+
}
|
|
2761
2761
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);
|
|
2762
2762
|
}
|
|
2763
2763
|
|
|
@@ -2820,8 +2820,6 @@
|
|
|
2820
2820
|
}
|
|
2821
2821
|
return source;
|
|
2822
2822
|
}
|
|
2823
|
-
|
|
2824
|
-
// eslint-disable-next-line consistent-return
|
|
2825
2823
|
function mergeDeepProperties(a, b, prop, caseless) {
|
|
2826
2824
|
if (!utils$1.isUndefined(b)) {
|
|
2827
2825
|
return getMergedValue(a, b, prop, caseless);
|
|
@@ -2888,7 +2886,8 @@
|
|
|
2888
2886
|
}
|
|
2889
2887
|
};
|
|
2890
2888
|
utils$1.forEach(Object.keys(_objectSpread2(_objectSpread2({}, config1), config2)), function computeConfigValue(prop) {
|
|
2891
|
-
|
|
2889
|
+
if (prop === '__proto__' || prop === 'constructor' || prop === 'prototype') return;
|
|
2890
|
+
var merge = utils$1.hasOwnProp(mergeMap, prop) ? mergeMap[prop] : mergeDeepProperties;
|
|
2892
2891
|
var configValue = merge(config1[prop], config2[prop], prop);
|
|
2893
2892
|
utils$1.isUndefined(configValue) && merge !== mergeDirectKeys || (config[prop] = configValue);
|
|
2894
2893
|
});
|
|
@@ -3024,7 +3023,7 @@
|
|
|
3024
3023
|
if (!request) {
|
|
3025
3024
|
return;
|
|
3026
3025
|
}
|
|
3027
|
-
reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));
|
|
3026
|
+
reject(new AxiosError$1('Request aborted', AxiosError$1.ECONNABORTED, config, request));
|
|
3028
3027
|
|
|
3029
3028
|
// Clean up request
|
|
3030
3029
|
request = null;
|
|
@@ -3036,7 +3035,7 @@
|
|
|
3036
3035
|
// (message may be empty; when present, surface it)
|
|
3037
3036
|
// See https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/error_event
|
|
3038
3037
|
var msg = event && event.message ? event.message : 'Network Error';
|
|
3039
|
-
var err = new AxiosError(msg, AxiosError.ERR_NETWORK, config, request);
|
|
3038
|
+
var err = new AxiosError$1(msg, AxiosError$1.ERR_NETWORK, config, request);
|
|
3040
3039
|
// attach the underlying event for consumers who want details
|
|
3041
3040
|
err.event = event || null;
|
|
3042
3041
|
reject(err);
|
|
@@ -3050,7 +3049,7 @@
|
|
|
3050
3049
|
if (_config.timeoutErrorMessage) {
|
|
3051
3050
|
timeoutErrorMessage = _config.timeoutErrorMessage;
|
|
3052
3051
|
}
|
|
3053
|
-
reject(new AxiosError(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, config, request));
|
|
3052
|
+
reject(new AxiosError$1(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED, config, request));
|
|
3054
3053
|
|
|
3055
3054
|
// Clean up request
|
|
3056
3055
|
request = null;
|
|
@@ -3101,7 +3100,7 @@
|
|
|
3101
3100
|
if (!request) {
|
|
3102
3101
|
return;
|
|
3103
3102
|
}
|
|
3104
|
-
reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
|
|
3103
|
+
reject(!cancel || cancel.type ? new CanceledError$1(null, config, request) : cancel);
|
|
3105
3104
|
request.abort();
|
|
3106
3105
|
request = null;
|
|
3107
3106
|
};
|
|
@@ -3112,7 +3111,7 @@
|
|
|
3112
3111
|
}
|
|
3113
3112
|
var protocol = parseProtocol(_config.url);
|
|
3114
3113
|
if (protocol && platform.protocols.indexOf(protocol) === -1) {
|
|
3115
|
-
reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));
|
|
3114
|
+
reject(new AxiosError$1('Unsupported protocol ' + protocol + ':', AxiosError$1.ERR_BAD_REQUEST, config));
|
|
3116
3115
|
return;
|
|
3117
3116
|
}
|
|
3118
3117
|
|
|
@@ -3132,12 +3131,12 @@
|
|
|
3132
3131
|
aborted = true;
|
|
3133
3132
|
unsubscribe();
|
|
3134
3133
|
var err = reason instanceof Error ? reason : this.reason;
|
|
3135
|
-
controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
|
|
3134
|
+
controller.abort(err instanceof AxiosError$1 ? err : new CanceledError$1(err instanceof Error ? err.message : err));
|
|
3136
3135
|
}
|
|
3137
3136
|
};
|
|
3138
3137
|
var timer = timeout && setTimeout(function () {
|
|
3139
3138
|
timer = null;
|
|
3140
|
-
onabort(new AxiosError("timeout ".concat(timeout, "
|
|
3139
|
+
onabort(new AxiosError$1("timeout of ".concat(timeout, "ms exceeded"), AxiosError$1.ETIMEDOUT));
|
|
3141
3140
|
}, timeout);
|
|
3142
3141
|
var unsubscribe = function unsubscribe() {
|
|
3143
3142
|
if (signals) {
|
|
@@ -3161,147 +3160,144 @@
|
|
|
3161
3160
|
};
|
|
3162
3161
|
var composeSignals$1 = composeSignals;
|
|
3163
3162
|
|
|
3164
|
-
var streamChunk = /*#__PURE__*/
|
|
3163
|
+
var streamChunk = /*#__PURE__*/_regenerator().m(function streamChunk(chunk, chunkSize) {
|
|
3165
3164
|
var len, pos, end;
|
|
3166
|
-
return
|
|
3167
|
-
while (1) switch (_context.
|
|
3165
|
+
return _regenerator().w(function (_context) {
|
|
3166
|
+
while (1) switch (_context.n) {
|
|
3168
3167
|
case 0:
|
|
3169
3168
|
len = chunk.byteLength;
|
|
3170
3169
|
if (!(!chunkSize || len < chunkSize)) {
|
|
3171
|
-
_context.
|
|
3170
|
+
_context.n = 2;
|
|
3172
3171
|
break;
|
|
3173
3172
|
}
|
|
3174
|
-
_context.
|
|
3173
|
+
_context.n = 1;
|
|
3175
3174
|
return chunk;
|
|
3176
|
-
case
|
|
3177
|
-
return _context.
|
|
3178
|
-
case
|
|
3175
|
+
case 1:
|
|
3176
|
+
return _context.a(2);
|
|
3177
|
+
case 2:
|
|
3179
3178
|
pos = 0;
|
|
3180
|
-
case
|
|
3179
|
+
case 3:
|
|
3181
3180
|
if (!(pos < len)) {
|
|
3182
|
-
_context.
|
|
3181
|
+
_context.n = 5;
|
|
3183
3182
|
break;
|
|
3184
3183
|
}
|
|
3185
3184
|
end = pos + chunkSize;
|
|
3186
|
-
_context.
|
|
3185
|
+
_context.n = 4;
|
|
3187
3186
|
return chunk.slice(pos, end);
|
|
3188
|
-
case
|
|
3187
|
+
case 4:
|
|
3189
3188
|
pos = end;
|
|
3190
|
-
_context.
|
|
3189
|
+
_context.n = 3;
|
|
3191
3190
|
break;
|
|
3192
|
-
case
|
|
3193
|
-
|
|
3194
|
-
return _context.stop();
|
|
3191
|
+
case 5:
|
|
3192
|
+
return _context.a(2);
|
|
3195
3193
|
}
|
|
3196
3194
|
}, streamChunk);
|
|
3197
3195
|
});
|
|
3198
3196
|
var readBytes = /*#__PURE__*/function () {
|
|
3199
|
-
var _ref = _wrapAsyncGenerator(
|
|
3200
|
-
var _iteratorAbruptCompletion, _didIteratorError, _iteratorError, _iterator, _step, chunk;
|
|
3201
|
-
return
|
|
3202
|
-
while (1) switch (_context2.
|
|
3197
|
+
var _ref = _wrapAsyncGenerator(/*#__PURE__*/_regenerator().m(function _callee(iterable, chunkSize) {
|
|
3198
|
+
var _iteratorAbruptCompletion, _didIteratorError, _iteratorError, _iterator, _step, chunk, _t;
|
|
3199
|
+
return _regenerator().w(function (_context2) {
|
|
3200
|
+
while (1) switch (_context2.p = _context2.n) {
|
|
3203
3201
|
case 0:
|
|
3204
3202
|
_iteratorAbruptCompletion = false;
|
|
3205
3203
|
_didIteratorError = false;
|
|
3206
|
-
_context2.
|
|
3204
|
+
_context2.p = 1;
|
|
3207
3205
|
_iterator = _asyncIterator(readStream(iterable));
|
|
3208
|
-
case
|
|
3209
|
-
_context2.
|
|
3206
|
+
case 2:
|
|
3207
|
+
_context2.n = 3;
|
|
3210
3208
|
return _awaitAsyncGenerator(_iterator.next());
|
|
3211
|
-
case
|
|
3212
|
-
if (!(_iteratorAbruptCompletion = !(_step = _context2.
|
|
3213
|
-
_context2.
|
|
3209
|
+
case 3:
|
|
3210
|
+
if (!(_iteratorAbruptCompletion = !(_step = _context2.v).done)) {
|
|
3211
|
+
_context2.n = 5;
|
|
3214
3212
|
break;
|
|
3215
3213
|
}
|
|
3216
3214
|
chunk = _step.value;
|
|
3217
|
-
return _context2.
|
|
3218
|
-
case
|
|
3215
|
+
return _context2.d(_regeneratorValues(_asyncGeneratorDelegate(_asyncIterator(streamChunk(chunk, chunkSize)))), 4);
|
|
3216
|
+
case 4:
|
|
3219
3217
|
_iteratorAbruptCompletion = false;
|
|
3220
|
-
_context2.
|
|
3218
|
+
_context2.n = 2;
|
|
3221
3219
|
break;
|
|
3222
|
-
case
|
|
3223
|
-
_context2.
|
|
3220
|
+
case 5:
|
|
3221
|
+
_context2.n = 7;
|
|
3224
3222
|
break;
|
|
3225
|
-
case
|
|
3226
|
-
_context2.
|
|
3227
|
-
|
|
3223
|
+
case 6:
|
|
3224
|
+
_context2.p = 6;
|
|
3225
|
+
_t = _context2.v;
|
|
3228
3226
|
_didIteratorError = true;
|
|
3229
|
-
_iteratorError =
|
|
3230
|
-
case
|
|
3231
|
-
_context2.
|
|
3232
|
-
_context2.
|
|
3227
|
+
_iteratorError = _t;
|
|
3228
|
+
case 7:
|
|
3229
|
+
_context2.p = 7;
|
|
3230
|
+
_context2.p = 8;
|
|
3233
3231
|
if (!(_iteratorAbruptCompletion && _iterator["return"] != null)) {
|
|
3234
|
-
_context2.
|
|
3232
|
+
_context2.n = 9;
|
|
3235
3233
|
break;
|
|
3236
3234
|
}
|
|
3237
|
-
_context2.
|
|
3235
|
+
_context2.n = 9;
|
|
3238
3236
|
return _awaitAsyncGenerator(_iterator["return"]());
|
|
3239
|
-
case
|
|
3240
|
-
_context2.
|
|
3237
|
+
case 9:
|
|
3238
|
+
_context2.p = 9;
|
|
3241
3239
|
if (!_didIteratorError) {
|
|
3242
|
-
_context2.
|
|
3240
|
+
_context2.n = 10;
|
|
3243
3241
|
break;
|
|
3244
3242
|
}
|
|
3245
3243
|
throw _iteratorError;
|
|
3246
|
-
case
|
|
3247
|
-
return _context2.
|
|
3248
|
-
case
|
|
3249
|
-
return _context2.
|
|
3250
|
-
case
|
|
3251
|
-
|
|
3252
|
-
return _context2.stop();
|
|
3244
|
+
case 10:
|
|
3245
|
+
return _context2.f(9);
|
|
3246
|
+
case 11:
|
|
3247
|
+
return _context2.f(7);
|
|
3248
|
+
case 12:
|
|
3249
|
+
return _context2.a(2);
|
|
3253
3250
|
}
|
|
3254
|
-
}, _callee, null, [[
|
|
3251
|
+
}, _callee, null, [[8,, 9, 11], [1, 6, 7, 12]]);
|
|
3255
3252
|
}));
|
|
3256
3253
|
return function readBytes(_x, _x2) {
|
|
3257
3254
|
return _ref.apply(this, arguments);
|
|
3258
3255
|
};
|
|
3259
3256
|
}();
|
|
3260
3257
|
var readStream = /*#__PURE__*/function () {
|
|
3261
|
-
var _ref2 = _wrapAsyncGenerator(
|
|
3258
|
+
var _ref2 = _wrapAsyncGenerator(/*#__PURE__*/_regenerator().m(function _callee2(stream) {
|
|
3262
3259
|
var reader, _yield$_awaitAsyncGen, done, value;
|
|
3263
|
-
return
|
|
3264
|
-
while (1) switch (_context3.
|
|
3260
|
+
return _regenerator().w(function (_context3) {
|
|
3261
|
+
while (1) switch (_context3.p = _context3.n) {
|
|
3265
3262
|
case 0:
|
|
3266
3263
|
if (!stream[Symbol.asyncIterator]) {
|
|
3267
|
-
_context3.
|
|
3264
|
+
_context3.n = 2;
|
|
3268
3265
|
break;
|
|
3269
3266
|
}
|
|
3270
|
-
return _context3.
|
|
3267
|
+
return _context3.d(_regeneratorValues(_asyncGeneratorDelegate(_asyncIterator(stream))), 1);
|
|
3268
|
+
case 1:
|
|
3269
|
+
return _context3.a(2);
|
|
3271
3270
|
case 2:
|
|
3272
|
-
return _context3.abrupt("return");
|
|
3273
|
-
case 3:
|
|
3274
3271
|
reader = stream.getReader();
|
|
3275
|
-
_context3.
|
|
3276
|
-
case
|
|
3277
|
-
_context3.
|
|
3272
|
+
_context3.p = 3;
|
|
3273
|
+
case 4:
|
|
3274
|
+
_context3.n = 5;
|
|
3278
3275
|
return _awaitAsyncGenerator(reader.read());
|
|
3279
|
-
case
|
|
3280
|
-
_yield$_awaitAsyncGen = _context3.
|
|
3276
|
+
case 5:
|
|
3277
|
+
_yield$_awaitAsyncGen = _context3.v;
|
|
3281
3278
|
done = _yield$_awaitAsyncGen.done;
|
|
3282
3279
|
value = _yield$_awaitAsyncGen.value;
|
|
3283
3280
|
if (!done) {
|
|
3284
|
-
_context3.
|
|
3281
|
+
_context3.n = 6;
|
|
3285
3282
|
break;
|
|
3286
3283
|
}
|
|
3287
|
-
return _context3.
|
|
3288
|
-
case
|
|
3289
|
-
_context3.
|
|
3284
|
+
return _context3.a(3, 8);
|
|
3285
|
+
case 6:
|
|
3286
|
+
_context3.n = 7;
|
|
3290
3287
|
return value;
|
|
3291
|
-
case
|
|
3292
|
-
_context3.
|
|
3288
|
+
case 7:
|
|
3289
|
+
_context3.n = 4;
|
|
3293
3290
|
break;
|
|
3294
|
-
case
|
|
3295
|
-
_context3.
|
|
3296
|
-
_context3.
|
|
3291
|
+
case 8:
|
|
3292
|
+
_context3.p = 8;
|
|
3293
|
+
_context3.n = 9;
|
|
3297
3294
|
return _awaitAsyncGenerator(reader.cancel());
|
|
3298
|
-
case
|
|
3299
|
-
return _context3.
|
|
3300
|
-
case
|
|
3301
|
-
|
|
3302
|
-
return _context3.stop();
|
|
3295
|
+
case 9:
|
|
3296
|
+
return _context3.f(8);
|
|
3297
|
+
case 10:
|
|
3298
|
+
return _context3.a(2);
|
|
3303
3299
|
}
|
|
3304
|
-
}, _callee2, null, [[
|
|
3300
|
+
}, _callee2, null, [[3,, 8, 10]]);
|
|
3305
3301
|
}));
|
|
3306
3302
|
return function readStream(_x3) {
|
|
3307
3303
|
return _ref2.apply(this, arguments);
|
|
@@ -3319,44 +3315,43 @@
|
|
|
3319
3315
|
};
|
|
3320
3316
|
return new ReadableStream({
|
|
3321
3317
|
pull: function pull(controller) {
|
|
3322
|
-
return _asyncToGenerator(
|
|
3323
|
-
var _yield$iterator$next, _done, value, len, loadedBytes;
|
|
3324
|
-
return
|
|
3325
|
-
while (1) switch (_context4.
|
|
3318
|
+
return _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee3() {
|
|
3319
|
+
var _yield$iterator$next, _done, value, len, loadedBytes, _t2;
|
|
3320
|
+
return _regenerator().w(function (_context4) {
|
|
3321
|
+
while (1) switch (_context4.p = _context4.n) {
|
|
3326
3322
|
case 0:
|
|
3327
|
-
_context4.
|
|
3328
|
-
_context4.
|
|
3323
|
+
_context4.p = 0;
|
|
3324
|
+
_context4.n = 1;
|
|
3329
3325
|
return iterator.next();
|
|
3330
|
-
case
|
|
3331
|
-
_yield$iterator$next = _context4.
|
|
3326
|
+
case 1:
|
|
3327
|
+
_yield$iterator$next = _context4.v;
|
|
3332
3328
|
_done = _yield$iterator$next.done;
|
|
3333
3329
|
value = _yield$iterator$next.value;
|
|
3334
3330
|
if (!_done) {
|
|
3335
|
-
_context4.
|
|
3331
|
+
_context4.n = 2;
|
|
3336
3332
|
break;
|
|
3337
3333
|
}
|
|
3338
3334
|
_onFinish();
|
|
3339
3335
|
controller.close();
|
|
3340
|
-
return _context4.
|
|
3341
|
-
case
|
|
3336
|
+
return _context4.a(2);
|
|
3337
|
+
case 2:
|
|
3342
3338
|
len = value.byteLength;
|
|
3343
3339
|
if (onProgress) {
|
|
3344
3340
|
loadedBytes = bytes += len;
|
|
3345
3341
|
onProgress(loadedBytes);
|
|
3346
3342
|
}
|
|
3347
3343
|
controller.enqueue(new Uint8Array(value));
|
|
3348
|
-
_context4.
|
|
3344
|
+
_context4.n = 4;
|
|
3349
3345
|
break;
|
|
3350
|
-
case
|
|
3351
|
-
_context4.
|
|
3352
|
-
|
|
3353
|
-
_onFinish(
|
|
3354
|
-
throw
|
|
3355
|
-
case
|
|
3356
|
-
|
|
3357
|
-
return _context4.stop();
|
|
3346
|
+
case 3:
|
|
3347
|
+
_context4.p = 3;
|
|
3348
|
+
_t2 = _context4.v;
|
|
3349
|
+
_onFinish(_t2);
|
|
3350
|
+
throw _t2;
|
|
3351
|
+
case 4:
|
|
3352
|
+
return _context4.a(2);
|
|
3358
3353
|
}
|
|
3359
|
-
}, _callee3, null, [[0,
|
|
3354
|
+
}, _callee3, null, [[0, 3]]);
|
|
3360
3355
|
}))();
|
|
3361
3356
|
},
|
|
3362
3357
|
cancel: function cancel(reason) {
|
|
@@ -3410,20 +3405,18 @@
|
|
|
3410
3405
|
return function (str) {
|
|
3411
3406
|
return encoder.encode(str);
|
|
3412
3407
|
};
|
|
3413
|
-
}(new TextEncoder()) : (
|
|
3414
|
-
var _ref2 = _asyncToGenerator(
|
|
3415
|
-
|
|
3416
|
-
|
|
3408
|
+
}(new TextEncoder()) : (/*#__PURE__*/function () {
|
|
3409
|
+
var _ref2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(str) {
|
|
3410
|
+
var _t, _t2;
|
|
3411
|
+
return _regenerator().w(function (_context) {
|
|
3412
|
+
while (1) switch (_context.n) {
|
|
3417
3413
|
case 0:
|
|
3418
|
-
|
|
3419
|
-
_context.
|
|
3414
|
+
_t = Uint8Array;
|
|
3415
|
+
_context.n = 1;
|
|
3420
3416
|
return new Request(str).arrayBuffer();
|
|
3421
|
-
case
|
|
3422
|
-
|
|
3423
|
-
return _context.
|
|
3424
|
-
case 5:
|
|
3425
|
-
case "end":
|
|
3426
|
-
return _context.stop();
|
|
3417
|
+
case 1:
|
|
3418
|
+
_t2 = _context.v;
|
|
3419
|
+
return _context.a(2, new _t(_t2));
|
|
3427
3420
|
}
|
|
3428
3421
|
}, _callee);
|
|
3429
3422
|
}));
|
|
@@ -3458,61 +3451,60 @@
|
|
|
3458
3451
|
if (method) {
|
|
3459
3452
|
return method.call(res);
|
|
3460
3453
|
}
|
|
3461
|
-
throw new AxiosError("Response type '".concat(type, "' is not supported"), AxiosError.ERR_NOT_SUPPORT, config);
|
|
3454
|
+
throw new AxiosError$1("Response type '".concat(type, "' is not supported"), AxiosError$1.ERR_NOT_SUPPORT, config);
|
|
3462
3455
|
});
|
|
3463
3456
|
});
|
|
3464
3457
|
}();
|
|
3465
3458
|
var getBodyLength = /*#__PURE__*/function () {
|
|
3466
|
-
var _ref3 = _asyncToGenerator(
|
|
3459
|
+
var _ref3 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(body) {
|
|
3467
3460
|
var _request;
|
|
3468
|
-
return
|
|
3469
|
-
while (1) switch (_context2.
|
|
3461
|
+
return _regenerator().w(function (_context2) {
|
|
3462
|
+
while (1) switch (_context2.n) {
|
|
3470
3463
|
case 0:
|
|
3471
3464
|
if (!(body == null)) {
|
|
3472
|
-
_context2.
|
|
3465
|
+
_context2.n = 1;
|
|
3473
3466
|
break;
|
|
3474
3467
|
}
|
|
3475
|
-
return _context2.
|
|
3476
|
-
case
|
|
3468
|
+
return _context2.a(2, 0);
|
|
3469
|
+
case 1:
|
|
3477
3470
|
if (!utils$1.isBlob(body)) {
|
|
3478
|
-
_context2.
|
|
3471
|
+
_context2.n = 2;
|
|
3479
3472
|
break;
|
|
3480
3473
|
}
|
|
3481
|
-
return _context2.
|
|
3482
|
-
case
|
|
3474
|
+
return _context2.a(2, body.size);
|
|
3475
|
+
case 2:
|
|
3483
3476
|
if (!utils$1.isSpecCompliantForm(body)) {
|
|
3484
|
-
_context2.
|
|
3477
|
+
_context2.n = 4;
|
|
3485
3478
|
break;
|
|
3486
3479
|
}
|
|
3487
3480
|
_request = new Request(platform.origin, {
|
|
3488
3481
|
method: 'POST',
|
|
3489
3482
|
body: body
|
|
3490
3483
|
});
|
|
3491
|
-
_context2.
|
|
3484
|
+
_context2.n = 3;
|
|
3492
3485
|
return _request.arrayBuffer();
|
|
3493
|
-
case
|
|
3494
|
-
return _context2.
|
|
3495
|
-
case
|
|
3486
|
+
case 3:
|
|
3487
|
+
return _context2.a(2, _context2.v.byteLength);
|
|
3488
|
+
case 4:
|
|
3496
3489
|
if (!(utils$1.isArrayBufferView(body) || utils$1.isArrayBuffer(body))) {
|
|
3497
|
-
_context2.
|
|
3490
|
+
_context2.n = 5;
|
|
3498
3491
|
break;
|
|
3499
3492
|
}
|
|
3500
|
-
return _context2.
|
|
3501
|
-
case
|
|
3493
|
+
return _context2.a(2, body.byteLength);
|
|
3494
|
+
case 5:
|
|
3502
3495
|
if (utils$1.isURLSearchParams(body)) {
|
|
3503
3496
|
body = body + '';
|
|
3504
3497
|
}
|
|
3505
3498
|
if (!utils$1.isString(body)) {
|
|
3506
|
-
_context2.
|
|
3499
|
+
_context2.n = 7;
|
|
3507
3500
|
break;
|
|
3508
3501
|
}
|
|
3509
|
-
_context2.
|
|
3502
|
+
_context2.n = 6;
|
|
3510
3503
|
return encodeText(body);
|
|
3511
|
-
case
|
|
3512
|
-
return _context2.
|
|
3513
|
-
case
|
|
3514
|
-
|
|
3515
|
-
return _context2.stop();
|
|
3504
|
+
case 6:
|
|
3505
|
+
return _context2.a(2, _context2.v.byteLength);
|
|
3506
|
+
case 7:
|
|
3507
|
+
return _context2.a(2);
|
|
3516
3508
|
}
|
|
3517
3509
|
}, _callee2);
|
|
3518
3510
|
}));
|
|
@@ -3521,16 +3513,13 @@
|
|
|
3521
3513
|
};
|
|
3522
3514
|
}();
|
|
3523
3515
|
var resolveBodyLength = /*#__PURE__*/function () {
|
|
3524
|
-
var _ref4 = _asyncToGenerator(
|
|
3516
|
+
var _ref4 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee3(headers, body) {
|
|
3525
3517
|
var length;
|
|
3526
|
-
return
|
|
3527
|
-
while (1) switch (_context3.
|
|
3518
|
+
return _regenerator().w(function (_context3) {
|
|
3519
|
+
while (1) switch (_context3.n) {
|
|
3528
3520
|
case 0:
|
|
3529
3521
|
length = utils$1.toFiniteNumber(headers.getContentLength());
|
|
3530
|
-
return _context3.
|
|
3531
|
-
case 2:
|
|
3532
|
-
case "end":
|
|
3533
|
-
return _context3.stop();
|
|
3522
|
+
return _context3.a(2, length == null ? getBodyLength(body) : length);
|
|
3534
3523
|
}
|
|
3535
3524
|
}, _callee3);
|
|
3536
3525
|
}));
|
|
@@ -3539,10 +3528,10 @@
|
|
|
3539
3528
|
};
|
|
3540
3529
|
}();
|
|
3541
3530
|
return /*#__PURE__*/function () {
|
|
3542
|
-
var _ref5 = _asyncToGenerator(
|
|
3543
|
-
var _resolveConfig, url, method, data, signal, cancelToken, timeout, onDownloadProgress, onUploadProgress, responseType, headers, _resolveConfig$withCr, withCredentials, fetchOptions, _fetch, composedSignal, request, unsubscribe, requestContentLength, _request, contentTypeHeader, _progressEventDecorat, _progressEventDecorat2, onProgress, flush, isCredentialsSupported, resolvedOptions, response, isStreamResponse, options, responseContentLength, _ref6, _ref7, _onProgress, _flush, responseData;
|
|
3544
|
-
return
|
|
3545
|
-
while (1) switch (_context4.
|
|
3531
|
+
var _ref5 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee4(config) {
|
|
3532
|
+
var _resolveConfig, url, method, data, signal, cancelToken, timeout, onDownloadProgress, onUploadProgress, responseType, headers, _resolveConfig$withCr, withCredentials, fetchOptions, _fetch, composedSignal, request, unsubscribe, requestContentLength, _request, contentTypeHeader, _progressEventDecorat, _progressEventDecorat2, onProgress, flush, isCredentialsSupported, resolvedOptions, response, isStreamResponse, options, responseContentLength, _ref6, _ref7, _onProgress, _flush, responseData, _t3, _t4, _t5;
|
|
3533
|
+
return _regenerator().w(function (_context4) {
|
|
3534
|
+
while (1) switch (_context4.p = _context4.n) {
|
|
3546
3535
|
case 0:
|
|
3547
3536
|
_resolveConfig = resolveConfig(config), url = _resolveConfig.url, method = _resolveConfig.method, data = _resolveConfig.data, signal = _resolveConfig.signal, cancelToken = _resolveConfig.cancelToken, timeout = _resolveConfig.timeout, onDownloadProgress = _resolveConfig.onDownloadProgress, onUploadProgress = _resolveConfig.onUploadProgress, responseType = _resolveConfig.responseType, headers = _resolveConfig.headers, _resolveConfig$withCr = _resolveConfig.withCredentials, withCredentials = _resolveConfig$withCr === void 0 ? 'same-origin' : _resolveConfig$withCr, fetchOptions = _resolveConfig.fetchOptions;
|
|
3548
3537
|
_fetch = envFetch || fetch;
|
|
@@ -3552,26 +3541,26 @@
|
|
|
3552
3541
|
unsubscribe = composedSignal && composedSignal.unsubscribe && function () {
|
|
3553
3542
|
composedSignal.unsubscribe();
|
|
3554
3543
|
};
|
|
3555
|
-
_context4.
|
|
3556
|
-
|
|
3557
|
-
if (!
|
|
3558
|
-
_context4.
|
|
3544
|
+
_context4.p = 1;
|
|
3545
|
+
_t3 = onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head';
|
|
3546
|
+
if (!_t3) {
|
|
3547
|
+
_context4.n = 3;
|
|
3559
3548
|
break;
|
|
3560
3549
|
}
|
|
3561
|
-
_context4.
|
|
3550
|
+
_context4.n = 2;
|
|
3562
3551
|
return resolveBodyLength(headers, data);
|
|
3563
|
-
case
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
case
|
|
3567
|
-
if (!
|
|
3568
|
-
_context4.
|
|
3552
|
+
case 2:
|
|
3553
|
+
_t4 = requestContentLength = _context4.v;
|
|
3554
|
+
_t3 = _t4 !== 0;
|
|
3555
|
+
case 3:
|
|
3556
|
+
if (!_t3) {
|
|
3557
|
+
_context4.n = 4;
|
|
3569
3558
|
break;
|
|
3570
3559
|
}
|
|
3571
3560
|
_request = new Request(url, {
|
|
3572
3561
|
method: 'POST',
|
|
3573
3562
|
body: data,
|
|
3574
|
-
duplex:
|
|
3563
|
+
duplex: 'half'
|
|
3575
3564
|
});
|
|
3576
3565
|
if (utils$1.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) {
|
|
3577
3566
|
headers.setContentType(contentTypeHeader);
|
|
@@ -3580,27 +3569,27 @@
|
|
|
3580
3569
|
_progressEventDecorat = progressEventDecorator(requestContentLength, progressEventReducer(asyncDecorator(onUploadProgress))), _progressEventDecorat2 = _slicedToArray(_progressEventDecorat, 2), onProgress = _progressEventDecorat2[0], flush = _progressEventDecorat2[1];
|
|
3581
3570
|
data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);
|
|
3582
3571
|
}
|
|
3583
|
-
case
|
|
3572
|
+
case 4:
|
|
3584
3573
|
if (!utils$1.isString(withCredentials)) {
|
|
3585
3574
|
withCredentials = withCredentials ? 'include' : 'omit';
|
|
3586
3575
|
}
|
|
3587
3576
|
|
|
3588
3577
|
// Cloudflare Workers throws when credentials are defined
|
|
3589
3578
|
// see https://github.com/cloudflare/workerd/issues/902
|
|
3590
|
-
isCredentialsSupported = isRequestSupported &&
|
|
3579
|
+
isCredentialsSupported = isRequestSupported && 'credentials' in Request.prototype;
|
|
3591
3580
|
resolvedOptions = _objectSpread2(_objectSpread2({}, fetchOptions), {}, {
|
|
3592
3581
|
signal: composedSignal,
|
|
3593
3582
|
method: method.toUpperCase(),
|
|
3594
3583
|
headers: headers.normalize().toJSON(),
|
|
3595
3584
|
body: data,
|
|
3596
|
-
duplex:
|
|
3585
|
+
duplex: 'half',
|
|
3597
3586
|
credentials: isCredentialsSupported ? withCredentials : undefined
|
|
3598
3587
|
});
|
|
3599
3588
|
request = isRequestSupported && new Request(url, resolvedOptions);
|
|
3600
|
-
_context4.
|
|
3589
|
+
_context4.n = 5;
|
|
3601
3590
|
return isRequestSupported ? _fetch(request, fetchOptions) : _fetch(url, resolvedOptions);
|
|
3602
|
-
case
|
|
3603
|
-
response = _context4.
|
|
3591
|
+
case 5:
|
|
3592
|
+
response = _context4.v;
|
|
3604
3593
|
isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response');
|
|
3605
3594
|
if (supportsResponseStream && (onDownloadProgress || isStreamResponse && unsubscribe)) {
|
|
3606
3595
|
options = {};
|
|
@@ -3615,12 +3604,12 @@
|
|
|
3615
3604
|
}), options);
|
|
3616
3605
|
}
|
|
3617
3606
|
responseType = responseType || 'text';
|
|
3618
|
-
_context4.
|
|
3607
|
+
_context4.n = 6;
|
|
3619
3608
|
return resolvers[utils$1.findKey(resolvers, responseType) || 'text'](response, config);
|
|
3620
|
-
case
|
|
3621
|
-
responseData = _context4.
|
|
3609
|
+
case 6:
|
|
3610
|
+
responseData = _context4.v;
|
|
3622
3611
|
!isStreamResponse && unsubscribe && unsubscribe();
|
|
3623
|
-
_context4.
|
|
3612
|
+
_context4.n = 7;
|
|
3624
3613
|
return new Promise(function (resolve, reject) {
|
|
3625
3614
|
settle(resolve, reject, {
|
|
3626
3615
|
data: responseData,
|
|
@@ -3631,26 +3620,25 @@
|
|
|
3631
3620
|
request: request
|
|
3632
3621
|
});
|
|
3633
3622
|
});
|
|
3634
|
-
case
|
|
3635
|
-
return _context4.
|
|
3636
|
-
case
|
|
3637
|
-
_context4.
|
|
3638
|
-
|
|
3623
|
+
case 7:
|
|
3624
|
+
return _context4.a(2, _context4.v);
|
|
3625
|
+
case 8:
|
|
3626
|
+
_context4.p = 8;
|
|
3627
|
+
_t5 = _context4.v;
|
|
3639
3628
|
unsubscribe && unsubscribe();
|
|
3640
|
-
if (!(
|
|
3641
|
-
_context4.
|
|
3629
|
+
if (!(_t5 && _t5.name === 'TypeError' && /Load failed|fetch/i.test(_t5.message))) {
|
|
3630
|
+
_context4.n = 9;
|
|
3642
3631
|
break;
|
|
3643
3632
|
}
|
|
3644
|
-
throw Object.assign(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request), {
|
|
3645
|
-
cause:
|
|
3633
|
+
throw Object.assign(new AxiosError$1('Network Error', AxiosError$1.ERR_NETWORK, config, request, _t5 && _t5.response), {
|
|
3634
|
+
cause: _t5.cause || _t5
|
|
3646
3635
|
});
|
|
3647
|
-
case
|
|
3648
|
-
throw AxiosError.from(
|
|
3649
|
-
case
|
|
3650
|
-
|
|
3651
|
-
return _context4.stop();
|
|
3636
|
+
case 9:
|
|
3637
|
+
throw AxiosError$1.from(_t5, _t5 && _t5.code, config, request, _t5 && _t5.response);
|
|
3638
|
+
case 10:
|
|
3639
|
+
return _context4.a(2);
|
|
3652
3640
|
}
|
|
3653
|
-
}, _callee4, null, [[
|
|
3641
|
+
}, _callee4, null, [[1, 8]]);
|
|
3654
3642
|
}));
|
|
3655
3643
|
return function (_x5) {
|
|
3656
3644
|
return _ref5.apply(this, arguments);
|
|
@@ -3685,7 +3673,7 @@
|
|
|
3685
3673
|
* - `http` for Node.js
|
|
3686
3674
|
* - `xhr` for browsers
|
|
3687
3675
|
* - `fetch` for fetch API-based requests
|
|
3688
|
-
*
|
|
3676
|
+
*
|
|
3689
3677
|
* @type {Object<string, Function|Object>}
|
|
3690
3678
|
*/
|
|
3691
3679
|
var knownAdapters = {
|
|
@@ -3714,7 +3702,7 @@
|
|
|
3714
3702
|
|
|
3715
3703
|
/**
|
|
3716
3704
|
* Render a rejection reason string for unknown or unsupported adapters
|
|
3717
|
-
*
|
|
3705
|
+
*
|
|
3718
3706
|
* @param {string} reason
|
|
3719
3707
|
* @returns {string}
|
|
3720
3708
|
*/
|
|
@@ -3724,7 +3712,7 @@
|
|
|
3724
3712
|
|
|
3725
3713
|
/**
|
|
3726
3714
|
* Check if the adapter is resolved (function, null, or false)
|
|
3727
|
-
*
|
|
3715
|
+
*
|
|
3728
3716
|
* @param {Function|null|false} adapter
|
|
3729
3717
|
* @returns {boolean}
|
|
3730
3718
|
*/
|
|
@@ -3736,7 +3724,7 @@
|
|
|
3736
3724
|
* Get the first suitable adapter from the provided list.
|
|
3737
3725
|
* Tries each adapter in order until a supported one is found.
|
|
3738
3726
|
* Throws an AxiosError if no adapter is suitable.
|
|
3739
|
-
*
|
|
3727
|
+
*
|
|
3740
3728
|
* @param {Array<string|Function>|string|Function} adapters - Adapter(s) by name or function.
|
|
3741
3729
|
* @param {Object} config - Axios request configuration
|
|
3742
3730
|
* @throws {AxiosError} If no suitable adapter is available
|
|
@@ -3756,7 +3744,7 @@
|
|
|
3756
3744
|
if (!isResolvedHandle(nameOrAdapter)) {
|
|
3757
3745
|
adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
|
|
3758
3746
|
if (adapter === undefined) {
|
|
3759
|
-
throw new AxiosError("Unknown adapter '".concat(id, "'"));
|
|
3747
|
+
throw new AxiosError$1("Unknown adapter '".concat(id, "'"));
|
|
3760
3748
|
}
|
|
3761
3749
|
}
|
|
3762
3750
|
if (adapter && (utils$1.isFunction(adapter) || (adapter = adapter.get(config)))) {
|
|
@@ -3772,7 +3760,7 @@
|
|
|
3772
3760
|
return "adapter ".concat(id, " ") + (state === false ? 'is not supported by the environment' : 'is not available in the build');
|
|
3773
3761
|
});
|
|
3774
3762
|
var s = length ? reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0]) : 'as no adapter specified';
|
|
3775
|
-
throw new AxiosError("There is no suitable adapter to dispatch the request " + s, 'ERR_NOT_SUPPORT');
|
|
3763
|
+
throw new AxiosError$1("There is no suitable adapter to dispatch the request " + s, 'ERR_NOT_SUPPORT');
|
|
3776
3764
|
}
|
|
3777
3765
|
return adapter;
|
|
3778
3766
|
}
|
|
@@ -3805,7 +3793,7 @@
|
|
|
3805
3793
|
config.cancelToken.throwIfRequested();
|
|
3806
3794
|
}
|
|
3807
3795
|
if (config.signal && config.signal.aborted) {
|
|
3808
|
-
throw new CanceledError(null, config);
|
|
3796
|
+
throw new CanceledError$1(null, config);
|
|
3809
3797
|
}
|
|
3810
3798
|
}
|
|
3811
3799
|
|
|
@@ -3847,7 +3835,7 @@
|
|
|
3847
3835
|
});
|
|
3848
3836
|
}
|
|
3849
3837
|
|
|
3850
|
-
var VERSION = "1.13.
|
|
3838
|
+
var VERSION = "1.13.6";
|
|
3851
3839
|
|
|
3852
3840
|
var validators$1 = {};
|
|
3853
3841
|
|
|
@@ -3870,13 +3858,13 @@
|
|
|
3870
3858
|
*/
|
|
3871
3859
|
validators$1.transitional = function transitional(validator, version, message) {
|
|
3872
3860
|
function formatMessage(opt, desc) {
|
|
3873
|
-
return '[Axios v' + VERSION +
|
|
3861
|
+
return '[Axios v' + VERSION + "] Transitional option '" + opt + "'" + desc + (message ? '. ' + message : '');
|
|
3874
3862
|
}
|
|
3875
3863
|
|
|
3876
3864
|
// eslint-disable-next-line func-names
|
|
3877
3865
|
return function (value, opt, opts) {
|
|
3878
3866
|
if (validator === false) {
|
|
3879
|
-
throw new AxiosError(formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')), AxiosError.ERR_DEPRECATED);
|
|
3867
|
+
throw new AxiosError$1(formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')), AxiosError$1.ERR_DEPRECATED);
|
|
3880
3868
|
}
|
|
3881
3869
|
if (version && !deprecatedWarnings[opt]) {
|
|
3882
3870
|
deprecatedWarnings[opt] = true;
|
|
@@ -3906,7 +3894,7 @@
|
|
|
3906
3894
|
|
|
3907
3895
|
function assertOptions(options, schema, allowUnknown) {
|
|
3908
3896
|
if (_typeof(options) !== 'object') {
|
|
3909
|
-
throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);
|
|
3897
|
+
throw new AxiosError$1('options must be an object', AxiosError$1.ERR_BAD_OPTION_VALUE);
|
|
3910
3898
|
}
|
|
3911
3899
|
var keys = Object.keys(options);
|
|
3912
3900
|
var i = keys.length;
|
|
@@ -3917,12 +3905,12 @@
|
|
|
3917
3905
|
var value = options[opt];
|
|
3918
3906
|
var result = value === undefined || validator(value, opt, options);
|
|
3919
3907
|
if (result !== true) {
|
|
3920
|
-
throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE);
|
|
3908
|
+
throw new AxiosError$1('option ' + opt + ' must be ' + result, AxiosError$1.ERR_BAD_OPTION_VALUE);
|
|
3921
3909
|
}
|
|
3922
3910
|
continue;
|
|
3923
3911
|
}
|
|
3924
3912
|
if (allowUnknown !== true) {
|
|
3925
|
-
throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);
|
|
3913
|
+
throw new AxiosError$1('Unknown option ' + opt, AxiosError$1.ERR_BAD_OPTION);
|
|
3926
3914
|
}
|
|
3927
3915
|
}
|
|
3928
3916
|
}
|
|
@@ -3958,45 +3946,44 @@
|
|
|
3958
3946
|
*
|
|
3959
3947
|
* @returns {Promise} The Promise to be fulfilled
|
|
3960
3948
|
*/
|
|
3961
|
-
_createClass(Axios, [{
|
|
3949
|
+
return _createClass(Axios, [{
|
|
3962
3950
|
key: "request",
|
|
3963
3951
|
value: (function () {
|
|
3964
|
-
var _request2 = _asyncToGenerator(
|
|
3965
|
-
var dummy, stack;
|
|
3966
|
-
return
|
|
3967
|
-
while (1) switch (_context.
|
|
3952
|
+
var _request2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(configOrUrl, config) {
|
|
3953
|
+
var dummy, stack, _t;
|
|
3954
|
+
return _regenerator().w(function (_context) {
|
|
3955
|
+
while (1) switch (_context.p = _context.n) {
|
|
3968
3956
|
case 0:
|
|
3969
|
-
_context.
|
|
3970
|
-
_context.
|
|
3957
|
+
_context.p = 0;
|
|
3958
|
+
_context.n = 1;
|
|
3971
3959
|
return this._request(configOrUrl, config);
|
|
3972
|
-
case
|
|
3973
|
-
return _context.
|
|
3974
|
-
case
|
|
3975
|
-
_context.
|
|
3976
|
-
|
|
3977
|
-
if (
|
|
3960
|
+
case 1:
|
|
3961
|
+
return _context.a(2, _context.v);
|
|
3962
|
+
case 2:
|
|
3963
|
+
_context.p = 2;
|
|
3964
|
+
_t = _context.v;
|
|
3965
|
+
if (_t instanceof Error) {
|
|
3978
3966
|
dummy = {};
|
|
3979
3967
|
Error.captureStackTrace ? Error.captureStackTrace(dummy) : dummy = new Error();
|
|
3980
3968
|
|
|
3981
3969
|
// slice off the Error: ... line
|
|
3982
3970
|
stack = dummy.stack ? dummy.stack.replace(/^.+\n/, '') : '';
|
|
3983
3971
|
try {
|
|
3984
|
-
if (!
|
|
3985
|
-
|
|
3972
|
+
if (!_t.stack) {
|
|
3973
|
+
_t.stack = stack;
|
|
3986
3974
|
// match without the 2 top stack lines
|
|
3987
|
-
} else if (stack && !String(
|
|
3988
|
-
|
|
3975
|
+
} else if (stack && !String(_t.stack).endsWith(stack.replace(/^.+\n.+\n/, ''))) {
|
|
3976
|
+
_t.stack += '\n' + stack;
|
|
3989
3977
|
}
|
|
3990
3978
|
} catch (e) {
|
|
3991
3979
|
// ignore the case where "stack" is an un-writable property
|
|
3992
3980
|
}
|
|
3993
3981
|
}
|
|
3994
|
-
throw
|
|
3995
|
-
case
|
|
3996
|
-
|
|
3997
|
-
return _context.stop();
|
|
3982
|
+
throw _t;
|
|
3983
|
+
case 3:
|
|
3984
|
+
return _context.a(2);
|
|
3998
3985
|
}
|
|
3999
|
-
}, _callee, this, [[0,
|
|
3986
|
+
}, _callee, this, [[0, 2]]);
|
|
4000
3987
|
}));
|
|
4001
3988
|
function request(_x, _x2) {
|
|
4002
3989
|
return _request2.apply(this, arguments);
|
|
@@ -4023,7 +4010,8 @@
|
|
|
4023
4010
|
validator.assertOptions(transitional, {
|
|
4024
4011
|
silentJSONParsing: validators.transitional(validators["boolean"]),
|
|
4025
4012
|
forcedJSONParsing: validators.transitional(validators["boolean"]),
|
|
4026
|
-
clarifyTimeoutError: validators.transitional(validators["boolean"])
|
|
4013
|
+
clarifyTimeoutError: validators.transitional(validators["boolean"]),
|
|
4014
|
+
legacyInterceptorReqResOrdering: validators.transitional(validators["boolean"])
|
|
4027
4015
|
}, false);
|
|
4028
4016
|
}
|
|
4029
4017
|
if (paramsSerializer != null) {
|
|
@@ -4068,7 +4056,13 @@
|
|
|
4068
4056
|
return;
|
|
4069
4057
|
}
|
|
4070
4058
|
synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;
|
|
4071
|
-
|
|
4059
|
+
var transitional = config.transitional || transitionalDefaults;
|
|
4060
|
+
var legacyInterceptorReqResOrdering = transitional && transitional.legacyInterceptorReqResOrdering;
|
|
4061
|
+
if (legacyInterceptorReqResOrdering) {
|
|
4062
|
+
requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);
|
|
4063
|
+
} else {
|
|
4064
|
+
requestInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);
|
|
4065
|
+
}
|
|
4072
4066
|
});
|
|
4073
4067
|
var responseInterceptorChain = [];
|
|
4074
4068
|
this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {
|
|
@@ -4120,7 +4114,6 @@
|
|
|
4120
4114
|
return buildURL(fullPath, config.params, config.paramsSerializer);
|
|
4121
4115
|
}
|
|
4122
4116
|
}]);
|
|
4123
|
-
return Axios;
|
|
4124
4117
|
}(); // Provide aliases for supported request methods
|
|
4125
4118
|
utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
|
|
4126
4119
|
/*eslint func-names:0*/
|
|
@@ -4199,7 +4192,7 @@
|
|
|
4199
4192
|
// Cancellation has already been requested
|
|
4200
4193
|
return;
|
|
4201
4194
|
}
|
|
4202
|
-
token.reason = new CanceledError(message, config, request);
|
|
4195
|
+
token.reason = new CanceledError$1(message, config, request);
|
|
4203
4196
|
resolvePromise(token.reason);
|
|
4204
4197
|
});
|
|
4205
4198
|
}
|
|
@@ -4207,7 +4200,7 @@
|
|
|
4207
4200
|
/**
|
|
4208
4201
|
* Throws a `CanceledError` if cancellation has been requested.
|
|
4209
4202
|
*/
|
|
4210
|
-
_createClass(CancelToken, [{
|
|
4203
|
+
return _createClass(CancelToken, [{
|
|
4211
4204
|
key: "throwIfRequested",
|
|
4212
4205
|
value: function throwIfRequested() {
|
|
4213
4206
|
if (this.reason) {
|
|
@@ -4278,7 +4271,6 @@
|
|
|
4278
4271
|
};
|
|
4279
4272
|
}
|
|
4280
4273
|
}]);
|
|
4281
|
-
return CancelToken;
|
|
4282
4274
|
}();
|
|
4283
4275
|
var CancelToken$1 = CancelToken;
|
|
4284
4276
|
|
|
@@ -4289,7 +4281,7 @@
|
|
|
4289
4281
|
*
|
|
4290
4282
|
* ```js
|
|
4291
4283
|
* function f(x, y, z) {}
|
|
4292
|
-
*
|
|
4284
|
+
* const args = [1, 2, 3];
|
|
4293
4285
|
* f.apply(null, args);
|
|
4294
4286
|
* ```
|
|
4295
4287
|
*
|
|
@@ -4434,14 +4426,14 @@
|
|
|
4434
4426
|
axios.Axios = Axios$1;
|
|
4435
4427
|
|
|
4436
4428
|
// Expose Cancel & CancelToken
|
|
4437
|
-
axios.CanceledError = CanceledError;
|
|
4429
|
+
axios.CanceledError = CanceledError$1;
|
|
4438
4430
|
axios.CancelToken = CancelToken$1;
|
|
4439
4431
|
axios.isCancel = isCancel;
|
|
4440
4432
|
axios.VERSION = VERSION;
|
|
4441
4433
|
axios.toFormData = toFormData;
|
|
4442
4434
|
|
|
4443
4435
|
// Expose AxiosError class
|
|
4444
|
-
axios.AxiosError = AxiosError;
|
|
4436
|
+
axios.AxiosError = AxiosError$1;
|
|
4445
4437
|
|
|
4446
4438
|
// alias for CanceledError for backward compatibility
|
|
4447
4439
|
axios.Cancel = axios.CanceledError;
|