@gemeentenijmegen/webapp 1.1.13 → 1.1.15
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 +5 -6
- 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 +6 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +12 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2391 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +40 -12
- 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 +4 -5
- 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/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 +5 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +11 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +1431 -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 +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +137 -58
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +60 -69
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +7 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +3 -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 +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +3 -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 +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +3 -2
- 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 +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +91 -12
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +1 -1
- 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 +3 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- 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 +17 -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/dist-types/waiters/waitForTableExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableNotExists.d.ts +3 -3
- 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 +11 -12
- 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 +493 -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 +9 -12
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +13 -9
- 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 +29 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +9 -10
- 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 +7 -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 +7 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +11 -7
- 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 +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +167 -107
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +116 -124
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/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/DeleteBucketInventoryConfigurationCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/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/PutBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +26 -16
- 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/UploadPartCommand.d.ts +1 -1
- 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/WriteGetObjectResponseCommand.d.ts +1 -1
- 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 +4 -3
- 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 +17 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +103 -30
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +188 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +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 +8 -3
- 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 +13 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/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 +10 -9
- 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/dist-types/waiters/waitForBucketExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +3 -3
- 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 +5 -6
- 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 +6 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +10 -8
- 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 +11 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +4 -5
- 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 +5 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +9 -7
- 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 +45 -24
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +26 -35
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +3 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/BatchGetSecretValuePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretsPaginator.d.ts +1 -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 +2 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- 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 +5 -6
- 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 +6 -7
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +11 -8
- 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 +110 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +4 -5
- 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 +5 -6
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +10 -7
- 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 +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +504 -147
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +149 -158
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- 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 +4 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +43 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +27 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
- 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 +2 -7
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- 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 +13 -11
- 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/dist-types/waiters/waitForCommandExecuted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +48 -46
- package/node_modules/@aws-sdk/{client-sso → core}/LICENSE +4 -4
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +237 -92
- 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 +228 -91
- 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 +27 -9
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +6 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +6 -4
- 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 +5 -3
- 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 +20 -3
- 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 +14 -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/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -0
- 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/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +23 -23
- 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/{middleware-flexible-checksums → crc64-nvme}/dist-types/crc64-nvme-crt-container.d.ts +1 -1
- 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/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +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/README.md +12 -3
- 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/README.md +12 -3
- 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/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
- 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/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +16 -16
- package/node_modules/@aws-sdk/dynamodb-codec/package.json +14 -17
- package/node_modules/@aws-sdk/endpoint-cache/README.md +10 -3
- 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 +86 -63
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +26 -10
- 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/README.md +10 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +34 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/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 +17 -17
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +10 -10
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +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/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/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.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +12 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +2 -14
- 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 +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +12 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/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.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +12 -5
- 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/auth/httpAuthSchemeProvider.js +2 -2
- 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.js +7 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +13 -10
- 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/{client-sso/dist-es/commands/ListAccountRolesCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
- package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
- 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/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/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 +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +9 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +34 -26
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSO.js +0 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +1 -13
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +2 -2
- 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/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +2 -1
- 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 +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +9 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/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 +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +9 -2
- 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/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 +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +10 -7
- 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 +197 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/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 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +3 -2
- 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 +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -13
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSO.d.ts +1 -22
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -18
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
- 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/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +7 -3
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +7 -3
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +7 -3
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +7 -2
- 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 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -2
- 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 +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +7 -2
- 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 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -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 +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +7 -3
- 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 +7 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +7 -2
- 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 +2 -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/auth/httpAuthSchemeProvider.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 +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +10 -5
- 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/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -28
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
- 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/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +1 -1
- 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/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +10 -6
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +10 -6
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +10 -6
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +10 -5
- 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/auth/httpAuthSchemeProvider.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 +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +10 -5
- 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 +2 -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 +2 -2
- 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 +10 -6
- 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 +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +10 -5
- 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/README.md +11 -4
- 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/README.md +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +133 -6
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +18 -15
- package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +22 -15
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -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 +88 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +15 -13
- 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 +175 -30
- 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/lib/pem.d.cts +148 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +10 -6
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +164 -30
- 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/pem.d.ts +135 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +18 -25
- 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 +333 -292
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +156 -43
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +536 -231
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +24 -24
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +96 -42
- 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-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/.jsii +80 -49
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +1 -0
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +6 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +3 -0
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +11 -0
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +1 -1
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/manifest.d.ts +20 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +264 -0
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/range.js +1 -0
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/semver.js +19 -5
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +4 -0
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/package.json +3 -3
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/package.json +9 -9
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/cloud-assembly.schema.json +6 -2
- package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/version.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +8165 -2882
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +3 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +4 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +2 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +14 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/polly-helper.d.ts +50 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/polly-helper.js +138 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +12 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/textract-helper.d.ts +63 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/textract-helper.js +220 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/validation.d.ts +60 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/validation.js +594 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +3 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +13 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +6 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +14 -14
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +8 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +37 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +9 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +13 -13
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +12 -12
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js → node_modules/@aws-solutions-constructs/core/test/polly-helper.test.d.ts} +1 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/polly-helper.test.js +495 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +13 -13
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js → node_modules/@aws-solutions-constructs/core/test/textract-helper.test.d.ts} +1 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/textract-helper.test.js +857 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +9 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js → node_modules/@aws-solutions-constructs/core/test/validation.test.d.ts} +1 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/validation.test.js +218 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +33 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +229 -47
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +152 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +47 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +78 -22
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.d.ts +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.js +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/mixin.d.ts +15 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/mixin.js +3 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +3 -3
- 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/@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/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/dist-cjs/index.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/package.json +11 -11
- package/node_modules/@smithy/core/README.md +12 -1
- 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 +58 -22
- 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 +31 -11
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +19 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +8 -10
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +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 +6 -1
- 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 +6 -1
- 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/README.md +10 -3
- 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/resolveEndpointConfig.d.ts +2 -2
- 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/dist-types/ts3.4/resolveEndpointConfig.d.ts +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +13 -13
- package/node_modules/@smithy/middleware-retry/README.md +13 -0
- 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/README.md +13 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
- package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
- package/node_modules/@smithy/middleware-serde/package.json +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/README.md +10 -3
- 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/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -9
- package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
- 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/dist-cjs/index.js +9 -7
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +9 -7
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +71 -1
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +71 -1
- 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/README.md +10 -3
- 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 +610 -448
- package/node_modules/axios/dist/axios.js +893 -910
- 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 +1152 -836
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +1175 -862
- 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 +916 -1461
- 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 +140 -90
- package/node_modules/axios/lib/adapters/http.js +620 -563
- 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 -45
- package/node_modules/axios/lib/core/AxiosError.js +64 -84
- package/node_modules/axios/lib/core/AxiosHeaders.js +57 -25
- 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 +20 -21
- 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 +104 -156
- package/node_modules/bowser/README.md +72 -3
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +44 -6
- package/node_modules/bowser/package.json +10 -5
- package/node_modules/bowser/src/bowser.js +24 -8
- package/node_modules/bowser/src/constants.js +8 -0
- package/node_modules/bowser/src/parser-browsers.js +89 -0
- package/node_modules/bowser/src/parser-platforms.js +42 -0
- package/node_modules/bowser/src/parser.js +86 -5
- package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
- package/node_modules/fast-xml-builder/LICENSE +21 -0
- package/node_modules/fast-xml-builder/README.md +23 -0
- package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
- package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
- package/node_modules/fast-xml-builder/package.json +80 -0
- package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
- package/node_modules/fast-xml-builder/src/fxb.js +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 +720 -0
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
- package/node_modules/path-expression-matcher/lib/pem.d.cts +523 -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 +498 -0
- package/node_modules/path-expression-matcher/src/index.d.ts +518 -0
- package/node_modules/path-expression-matcher/src/index.js +28 -0
- package/node_modules/proxy-from-env/README.md +43 -11
- package/node_modules/proxy-from-env/index.cjs +105 -0
- package/node_modules/proxy-from-env/index.js +14 -19
- package/node_modules/proxy-from-env/package.json +20 -11
- package/node_modules/strnum/CHANGELOG.md +9 -2
- package/node_modules/strnum/README.md +1 -0
- package/node_modules/strnum/package.json +3 -3
- package/node_modules/strnum/strnum.js +92 -60
- package/node_modules/strnum/tests/infinity_test.js +18 -0
- package/node_modules/strnum/{strnum.test.js → tests/strnum_test.js} +70 -68
- package/node_modules/strnum/tests/temp.js +8 -0
- package/package.json +22 -22
- 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.js +0 -3
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +0 -295
- package/node_modules/@aws-sdk/client-sso/README.md +0 -252
- 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-es/commands/ListAccountsCommand.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/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/schemas/schemas_0.js +0 -153
- 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/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/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/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/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/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/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
- 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-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/@smithy/abort-controller/README.md +0 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
- package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/package.json +0 -63
- package/node_modules/bowser/CHANGELOG.md +0 -218
- package/node_modules/proxy-from-env/.eslintrc +0 -29
- package/node_modules/proxy-from-env/.travis.yml +0 -10
- package/node_modules/proxy-from-env/test.js +0 -483
- package/node_modules/strnum/test.js +0 -9
- package/node_modules/{@smithy/abort-controller → @aws-sdk/crc64-nvme}/LICENSE +0 -0
- 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}/SSOClient.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/httpAuthExtensionConfiguration.d.ts +1 -1
- /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-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/CONTRIBUTING.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/NOTICE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/.editorconfig +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/attribute.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/helpers.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/scan.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/validator.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/package.json +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/bin/semver.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/comparator.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/clean.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/cmp.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/coerce.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-build.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-loose.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/diff.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/eq.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gt.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gte.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/inc.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lt.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lte.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/major.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/minor.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/neq.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/parse.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/patch.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/prerelease.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rcompare.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rsort.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/satisfies.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/sort.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/valid.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/constants.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/debug.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/lrucache.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/parse-options.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/re.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/preload.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/range.bnf +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/gtr.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/intersects.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/ltr.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/max-satisfying.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-satisfying.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-version.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/outside.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/simplify.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/subset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/to-comparators.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/valid.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/rosetta/default.ts-fixture +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/assets.schema.json +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk}/cloud-assembly-schema/schema/integ.schema.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,4 +1,4 @@
|
|
|
1
|
-
/*! Axios v1.
|
|
1
|
+
/*! Axios v1.14.0 Copyright (c) 2026 Matt Zabriskie and contributors */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -16,30 +16,30 @@ function bind(fn, thisArg) {
|
|
|
16
16
|
|
|
17
17
|
// utils is a library of generic helper functions non-specific to axios
|
|
18
18
|
|
|
19
|
-
const {toString} = Object.prototype;
|
|
20
|
-
const {getPrototypeOf} = Object;
|
|
21
|
-
const {iterator, toStringTag} = Symbol;
|
|
19
|
+
const { toString } = Object.prototype;
|
|
20
|
+
const { getPrototypeOf } = Object;
|
|
21
|
+
const { iterator, toStringTag } = Symbol;
|
|
22
22
|
|
|
23
|
-
const kindOf = (cache => thing => {
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
const kindOf = ((cache) => (thing) => {
|
|
24
|
+
const str = toString.call(thing);
|
|
25
|
+
return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
|
|
26
26
|
})(Object.create(null));
|
|
27
27
|
|
|
28
28
|
const kindOfTest = (type) => {
|
|
29
29
|
type = type.toLowerCase();
|
|
30
|
-
return (thing) => kindOf(thing) === type
|
|
30
|
+
return (thing) => kindOf(thing) === type;
|
|
31
31
|
};
|
|
32
32
|
|
|
33
|
-
const typeOfTest = type => thing => typeof thing === type;
|
|
33
|
+
const typeOfTest = (type) => (thing) => typeof thing === type;
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
|
-
* Determine if a value is
|
|
36
|
+
* Determine if a value is a non-null object
|
|
37
37
|
*
|
|
38
38
|
* @param {Object} val The value to test
|
|
39
39
|
*
|
|
40
40
|
* @returns {boolean} True if value is an Array, otherwise false
|
|
41
41
|
*/
|
|
42
|
-
const {isArray} = Array;
|
|
42
|
+
const { isArray } = Array;
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
45
|
* Determine if a value is undefined
|
|
@@ -58,8 +58,14 @@ const isUndefined = typeOfTest('undefined');
|
|
|
58
58
|
* @returns {boolean} True if value is a Buffer, otherwise false
|
|
59
59
|
*/
|
|
60
60
|
function isBuffer(val) {
|
|
61
|
-
return
|
|
62
|
-
|
|
61
|
+
return (
|
|
62
|
+
val !== null &&
|
|
63
|
+
!isUndefined(val) &&
|
|
64
|
+
val.constructor !== null &&
|
|
65
|
+
!isUndefined(val.constructor) &&
|
|
66
|
+
isFunction$1(val.constructor.isBuffer) &&
|
|
67
|
+
val.constructor.isBuffer(val)
|
|
68
|
+
);
|
|
63
69
|
}
|
|
64
70
|
|
|
65
71
|
/**
|
|
@@ -71,7 +77,6 @@ function isBuffer(val) {
|
|
|
71
77
|
*/
|
|
72
78
|
const isArrayBuffer = kindOfTest('ArrayBuffer');
|
|
73
79
|
|
|
74
|
-
|
|
75
80
|
/**
|
|
76
81
|
* Determine if a value is a view on an ArrayBuffer
|
|
77
82
|
*
|
|
@@ -81,10 +86,10 @@ const isArrayBuffer = kindOfTest('ArrayBuffer');
|
|
|
81
86
|
*/
|
|
82
87
|
function isArrayBufferView(val) {
|
|
83
88
|
let result;
|
|
84
|
-
if (
|
|
89
|
+
if (typeof ArrayBuffer !== 'undefined' && ArrayBuffer.isView) {
|
|
85
90
|
result = ArrayBuffer.isView(val);
|
|
86
91
|
} else {
|
|
87
|
-
result =
|
|
92
|
+
result = val && val.buffer && isArrayBuffer(val.buffer);
|
|
88
93
|
}
|
|
89
94
|
return result;
|
|
90
95
|
}
|
|
@@ -130,7 +135,7 @@ const isObject = (thing) => thing !== null && typeof thing === 'object';
|
|
|
130
135
|
* @param {*} thing The value to test
|
|
131
136
|
* @returns {boolean} True if value is a Boolean, otherwise false
|
|
132
137
|
*/
|
|
133
|
-
const isBoolean = thing => thing === true || thing === false;
|
|
138
|
+
const isBoolean = (thing) => thing === true || thing === false;
|
|
134
139
|
|
|
135
140
|
/**
|
|
136
141
|
* Determine if a value is a plain Object
|
|
@@ -145,7 +150,13 @@ const isPlainObject = (val) => {
|
|
|
145
150
|
}
|
|
146
151
|
|
|
147
152
|
const prototype = getPrototypeOf(val);
|
|
148
|
-
return (
|
|
153
|
+
return (
|
|
154
|
+
(prototype === null ||
|
|
155
|
+
prototype === Object.prototype ||
|
|
156
|
+
Object.getPrototypeOf(prototype) === null) &&
|
|
157
|
+
!(toStringTag in val) &&
|
|
158
|
+
!(iterator in val)
|
|
159
|
+
);
|
|
149
160
|
};
|
|
150
161
|
|
|
151
162
|
/**
|
|
@@ -187,6 +198,31 @@ const isDate = kindOfTest('Date');
|
|
|
187
198
|
*/
|
|
188
199
|
const isFile = kindOfTest('File');
|
|
189
200
|
|
|
201
|
+
/**
|
|
202
|
+
* Determine if a value is a React Native Blob
|
|
203
|
+
* React Native "blob": an object with a `uri` attribute. Optionally, it can
|
|
204
|
+
* also have a `name` and `type` attribute to specify filename and content type
|
|
205
|
+
*
|
|
206
|
+
* @see https://github.com/facebook/react-native/blob/26684cf3adf4094eb6c405d345a75bf8c7c0bf88/Libraries/Network/FormData.js#L68-L71
|
|
207
|
+
*
|
|
208
|
+
* @param {*} value The value to test
|
|
209
|
+
*
|
|
210
|
+
* @returns {boolean} True if value is a React Native Blob, otherwise false
|
|
211
|
+
*/
|
|
212
|
+
const isReactNativeBlob = (value) => {
|
|
213
|
+
return !!(value && typeof value.uri !== 'undefined');
|
|
214
|
+
};
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Determine if environment is React Native
|
|
218
|
+
* ReactNative `FormData` has a non-standard `getParts()` method
|
|
219
|
+
*
|
|
220
|
+
* @param {*} formData The formData to test
|
|
221
|
+
*
|
|
222
|
+
* @returns {boolean} True if environment is React Native, otherwise false
|
|
223
|
+
*/
|
|
224
|
+
const isReactNative = (formData) => formData && typeof formData.getParts !== 'undefined';
|
|
225
|
+
|
|
190
226
|
/**
|
|
191
227
|
* Determine if a value is a Blob
|
|
192
228
|
*
|
|
@@ -221,17 +257,28 @@ const isStream = (val) => isObject(val) && isFunction$1(val.pipe);
|
|
|
221
257
|
*
|
|
222
258
|
* @returns {boolean} True if value is an FormData, otherwise false
|
|
223
259
|
*/
|
|
260
|
+
function getGlobal() {
|
|
261
|
+
if (typeof globalThis !== 'undefined') return globalThis;
|
|
262
|
+
if (typeof self !== 'undefined') return self;
|
|
263
|
+
if (typeof window !== 'undefined') return window;
|
|
264
|
+
if (typeof global !== 'undefined') return global;
|
|
265
|
+
return {};
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
const G = getGlobal();
|
|
269
|
+
const FormDataCtor = typeof G.FormData !== 'undefined' ? G.FormData : undefined;
|
|
270
|
+
|
|
224
271
|
const isFormData = (thing) => {
|
|
225
272
|
let kind;
|
|
226
273
|
return thing && (
|
|
227
|
-
(
|
|
274
|
+
(FormDataCtor && thing instanceof FormDataCtor) || (
|
|
228
275
|
isFunction$1(thing.append) && (
|
|
229
276
|
(kind = kindOf(thing)) === 'formdata' ||
|
|
230
277
|
// detect form-data instance
|
|
231
278
|
(kind === 'object' && isFunction$1(thing.toString) && thing.toString() === '[object FormData]')
|
|
232
279
|
)
|
|
233
280
|
)
|
|
234
|
-
)
|
|
281
|
+
);
|
|
235
282
|
};
|
|
236
283
|
|
|
237
284
|
/**
|
|
@@ -243,7 +290,12 @@ const isFormData = (thing) => {
|
|
|
243
290
|
*/
|
|
244
291
|
const isURLSearchParams = kindOfTest('URLSearchParams');
|
|
245
292
|
|
|
246
|
-
const [isReadableStream, isRequest, isResponse, isHeaders] = [
|
|
293
|
+
const [isReadableStream, isRequest, isResponse, isHeaders] = [
|
|
294
|
+
'ReadableStream',
|
|
295
|
+
'Request',
|
|
296
|
+
'Response',
|
|
297
|
+
'Headers',
|
|
298
|
+
].map(kindOfTest);
|
|
247
299
|
|
|
248
300
|
/**
|
|
249
301
|
* Trim excess whitespace off the beginning and end of a string
|
|
@@ -252,9 +304,9 @@ const [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream',
|
|
|
252
304
|
*
|
|
253
305
|
* @returns {String} The String freed of excess whitespace
|
|
254
306
|
*/
|
|
255
|
-
const trim = (str) =>
|
|
256
|
-
str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
|
|
257
|
-
|
|
307
|
+
const trim = (str) => {
|
|
308
|
+
return str.trim ? str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
|
|
309
|
+
};
|
|
258
310
|
/**
|
|
259
311
|
* Iterate over an Array or an Object invoking a function for each item.
|
|
260
312
|
*
|
|
@@ -264,13 +316,14 @@ const trim = (str) => str.trim ?
|
|
|
264
316
|
* If 'obj' is an Object callback will be called passing
|
|
265
317
|
* the value, key, and complete object for each property.
|
|
266
318
|
*
|
|
267
|
-
* @param {Object|Array} obj The object to iterate
|
|
319
|
+
* @param {Object|Array<unknown>} obj The object to iterate
|
|
268
320
|
* @param {Function} fn The callback to invoke for each item
|
|
269
321
|
*
|
|
270
|
-
* @param {
|
|
322
|
+
* @param {Object} [options]
|
|
323
|
+
* @param {Boolean} [options.allOwnKeys = false]
|
|
271
324
|
* @returns {any}
|
|
272
325
|
*/
|
|
273
|
-
function forEach(obj, fn, {allOwnKeys = false} = {}) {
|
|
326
|
+
function forEach(obj, fn, { allOwnKeys = false } = {}) {
|
|
274
327
|
// Don't bother if no value provided
|
|
275
328
|
if (obj === null || typeof obj === 'undefined') {
|
|
276
329
|
return;
|
|
@@ -308,8 +361,16 @@ function forEach(obj, fn, {allOwnKeys = false} = {}) {
|
|
|
308
361
|
}
|
|
309
362
|
}
|
|
310
363
|
|
|
364
|
+
/**
|
|
365
|
+
* Finds a key in an object, case-insensitive, returning the actual key name.
|
|
366
|
+
* Returns null if the object is a Buffer or if no match is found.
|
|
367
|
+
*
|
|
368
|
+
* @param {Object} obj - The object to search.
|
|
369
|
+
* @param {string} key - The key to find (case-insensitive).
|
|
370
|
+
* @returns {?string} The actual key name if found, otherwise null.
|
|
371
|
+
*/
|
|
311
372
|
function findKey(obj, key) {
|
|
312
|
-
if (isBuffer(obj)){
|
|
373
|
+
if (isBuffer(obj)) {
|
|
313
374
|
return null;
|
|
314
375
|
}
|
|
315
376
|
|
|
@@ -328,8 +389,8 @@ function findKey(obj, key) {
|
|
|
328
389
|
|
|
329
390
|
const _global = (() => {
|
|
330
391
|
/*eslint no-undef:0*/
|
|
331
|
-
if (typeof globalThis !==
|
|
332
|
-
return typeof self !==
|
|
392
|
+
if (typeof globalThis !== 'undefined') return globalThis;
|
|
393
|
+
return typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : global;
|
|
333
394
|
})();
|
|
334
395
|
|
|
335
396
|
const isContextDefined = (context) => !isUndefined(context) && context !== _global;
|
|
@@ -344,7 +405,7 @@ const isContextDefined = (context) => !isUndefined(context) && context !== _glob
|
|
|
344
405
|
* Example:
|
|
345
406
|
*
|
|
346
407
|
* ```js
|
|
347
|
-
*
|
|
408
|
+
* const result = merge({foo: 123}, {foo: 456});
|
|
348
409
|
* console.log(result.foo); // outputs 456
|
|
349
410
|
* ```
|
|
350
411
|
*
|
|
@@ -353,10 +414,15 @@ const isContextDefined = (context) => !isUndefined(context) && context !== _glob
|
|
|
353
414
|
* @returns {Object} Result of all merge properties
|
|
354
415
|
*/
|
|
355
416
|
function merge(/* obj1, obj2, obj3, ... */) {
|
|
356
|
-
const {caseless, skipUndefined} = isContextDefined(this) && this || {};
|
|
417
|
+
const { caseless, skipUndefined } = (isContextDefined(this) && this) || {};
|
|
357
418
|
const result = {};
|
|
358
419
|
const assignValue = (val, key) => {
|
|
359
|
-
|
|
420
|
+
// Skip dangerous property names to prevent prototype pollution
|
|
421
|
+
if (key === '__proto__' || key === 'constructor' || key === 'prototype') {
|
|
422
|
+
return;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
const targetKey = (caseless && findKey(result, key)) || key;
|
|
360
426
|
if (isPlainObject(result[targetKey]) && isPlainObject(val)) {
|
|
361
427
|
result[targetKey] = merge(result[targetKey], val);
|
|
362
428
|
} else if (isPlainObject(val)) {
|
|
@@ -381,17 +447,32 @@ function merge(/* obj1, obj2, obj3, ... */) {
|
|
|
381
447
|
* @param {Object} b The object to copy properties from
|
|
382
448
|
* @param {Object} thisArg The object to bind function to
|
|
383
449
|
*
|
|
384
|
-
* @param {
|
|
450
|
+
* @param {Object} [options]
|
|
451
|
+
* @param {Boolean} [options.allOwnKeys]
|
|
385
452
|
* @returns {Object} The resulting value of object a
|
|
386
453
|
*/
|
|
387
|
-
const extend = (a, b, thisArg, {allOwnKeys}= {}) => {
|
|
388
|
-
forEach(
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
454
|
+
const extend = (a, b, thisArg, { allOwnKeys } = {}) => {
|
|
455
|
+
forEach(
|
|
456
|
+
b,
|
|
457
|
+
(val, key) => {
|
|
458
|
+
if (thisArg && isFunction$1(val)) {
|
|
459
|
+
Object.defineProperty(a, key, {
|
|
460
|
+
value: bind(val, thisArg),
|
|
461
|
+
writable: true,
|
|
462
|
+
enumerable: true,
|
|
463
|
+
configurable: true,
|
|
464
|
+
});
|
|
465
|
+
} else {
|
|
466
|
+
Object.defineProperty(a, key, {
|
|
467
|
+
value: val,
|
|
468
|
+
writable: true,
|
|
469
|
+
enumerable: true,
|
|
470
|
+
configurable: true,
|
|
471
|
+
});
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
{ allOwnKeys }
|
|
475
|
+
);
|
|
395
476
|
return a;
|
|
396
477
|
};
|
|
397
478
|
|
|
@@ -403,7 +484,7 @@ const extend = (a, b, thisArg, {allOwnKeys}= {}) => {
|
|
|
403
484
|
* @returns {string} content value without BOM
|
|
404
485
|
*/
|
|
405
486
|
const stripBOM = (content) => {
|
|
406
|
-
if (content.charCodeAt(0) ===
|
|
487
|
+
if (content.charCodeAt(0) === 0xfeff) {
|
|
407
488
|
content = content.slice(1);
|
|
408
489
|
}
|
|
409
490
|
return content;
|
|
@@ -420,9 +501,14 @@ const stripBOM = (content) => {
|
|
|
420
501
|
*/
|
|
421
502
|
const inherits = (constructor, superConstructor, props, descriptors) => {
|
|
422
503
|
constructor.prototype = Object.create(superConstructor.prototype, descriptors);
|
|
423
|
-
constructor.prototype
|
|
504
|
+
Object.defineProperty(constructor.prototype, 'constructor', {
|
|
505
|
+
value: constructor,
|
|
506
|
+
writable: true,
|
|
507
|
+
enumerable: false,
|
|
508
|
+
configurable: true,
|
|
509
|
+
});
|
|
424
510
|
Object.defineProperty(constructor, 'super', {
|
|
425
|
-
value: superConstructor.prototype
|
|
511
|
+
value: superConstructor.prototype,
|
|
426
512
|
});
|
|
427
513
|
props && Object.assign(constructor.prototype, props);
|
|
428
514
|
};
|
|
@@ -481,7 +567,6 @@ const endsWith = (str, searchString, position) => {
|
|
|
481
567
|
return lastIndex !== -1 && lastIndex === position;
|
|
482
568
|
};
|
|
483
569
|
|
|
484
|
-
|
|
485
570
|
/**
|
|
486
571
|
* Returns new array from array like object or null if failed
|
|
487
572
|
*
|
|
@@ -510,9 +595,9 @@ const toArray = (thing) => {
|
|
|
510
595
|
* @returns {Array}
|
|
511
596
|
*/
|
|
512
597
|
// eslint-disable-next-line func-names
|
|
513
|
-
const isTypedArray = (TypedArray => {
|
|
598
|
+
const isTypedArray = ((TypedArray) => {
|
|
514
599
|
// eslint-disable-next-line func-names
|
|
515
|
-
return thing => {
|
|
600
|
+
return (thing) => {
|
|
516
601
|
return TypedArray && thing instanceof TypedArray;
|
|
517
602
|
};
|
|
518
603
|
})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array));
|
|
@@ -560,16 +645,18 @@ const matchAll = (regExp, str) => {
|
|
|
560
645
|
/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */
|
|
561
646
|
const isHTMLForm = kindOfTest('HTMLFormElement');
|
|
562
647
|
|
|
563
|
-
const toCamelCase = str => {
|
|
564
|
-
return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
}
|
|
568
|
-
);
|
|
648
|
+
const toCamelCase = (str) => {
|
|
649
|
+
return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function replacer(m, p1, p2) {
|
|
650
|
+
return p1.toUpperCase() + p2;
|
|
651
|
+
});
|
|
569
652
|
};
|
|
570
653
|
|
|
571
654
|
/* Creating a function that will check if an object has a property. */
|
|
572
|
-
const hasOwnProperty = (
|
|
655
|
+
const hasOwnProperty = (
|
|
656
|
+
({ hasOwnProperty }) =>
|
|
657
|
+
(obj, prop) =>
|
|
658
|
+
hasOwnProperty.call(obj, prop)
|
|
659
|
+
)(Object.prototype);
|
|
573
660
|
|
|
574
661
|
/**
|
|
575
662
|
* Determine if a value is a RegExp object
|
|
@@ -619,17 +706,25 @@ const freezeMethods = (obj) => {
|
|
|
619
706
|
|
|
620
707
|
if (!descriptor.set) {
|
|
621
708
|
descriptor.set = () => {
|
|
622
|
-
throw Error(
|
|
709
|
+
throw Error("Can not rewrite read-only method '" + name + "'");
|
|
623
710
|
};
|
|
624
711
|
}
|
|
625
712
|
});
|
|
626
713
|
};
|
|
627
714
|
|
|
715
|
+
/**
|
|
716
|
+
* Converts an array or a delimited string into an object set with values as keys and true as values.
|
|
717
|
+
* Useful for fast membership checks.
|
|
718
|
+
*
|
|
719
|
+
* @param {Array|string} arrayOrString - The array or string to convert.
|
|
720
|
+
* @param {string} delimiter - The delimiter to use if input is a string.
|
|
721
|
+
* @returns {Object} An object with keys from the array or string, values set to true.
|
|
722
|
+
*/
|
|
628
723
|
const toObjectSet = (arrayOrString, delimiter) => {
|
|
629
724
|
const obj = {};
|
|
630
725
|
|
|
631
726
|
const define = (arr) => {
|
|
632
|
-
arr.forEach(value => {
|
|
727
|
+
arr.forEach((value) => {
|
|
633
728
|
obj[value] = true;
|
|
634
729
|
});
|
|
635
730
|
};
|
|
@@ -642,11 +737,9 @@ const toObjectSet = (arrayOrString, delimiter) => {
|
|
|
642
737
|
const noop = () => {};
|
|
643
738
|
|
|
644
739
|
const toFiniteNumber = (value, defaultValue) => {
|
|
645
|
-
return value != null && Number.isFinite(value = +value) ? value : defaultValue;
|
|
740
|
+
return value != null && Number.isFinite((value = +value)) ? value : defaultValue;
|
|
646
741
|
};
|
|
647
742
|
|
|
648
|
-
|
|
649
|
-
|
|
650
743
|
/**
|
|
651
744
|
* If the thing is a FormData object, return true, otherwise return false.
|
|
652
745
|
*
|
|
@@ -655,14 +748,24 @@ const toFiniteNumber = (value, defaultValue) => {
|
|
|
655
748
|
* @returns {boolean}
|
|
656
749
|
*/
|
|
657
750
|
function isSpecCompliantForm(thing) {
|
|
658
|
-
return !!(
|
|
751
|
+
return !!(
|
|
752
|
+
thing &&
|
|
753
|
+
isFunction$1(thing.append) &&
|
|
754
|
+
thing[toStringTag] === 'FormData' &&
|
|
755
|
+
thing[iterator]
|
|
756
|
+
);
|
|
659
757
|
}
|
|
660
758
|
|
|
759
|
+
/**
|
|
760
|
+
* Recursively converts an object to a JSON-compatible object, handling circular references and Buffers.
|
|
761
|
+
*
|
|
762
|
+
* @param {Object} obj - The object to convert.
|
|
763
|
+
* @returns {Object} The JSON-compatible object.
|
|
764
|
+
*/
|
|
661
765
|
const toJSONObject = (obj) => {
|
|
662
766
|
const stack = new Array(10);
|
|
663
767
|
|
|
664
768
|
const visit = (source, i) => {
|
|
665
|
-
|
|
666
769
|
if (isObject(source)) {
|
|
667
770
|
if (stack.indexOf(source) >= 0) {
|
|
668
771
|
return;
|
|
@@ -673,7 +776,7 @@ const toJSONObject = (obj) => {
|
|
|
673
776
|
return source;
|
|
674
777
|
}
|
|
675
778
|
|
|
676
|
-
if(!('toJSON' in source)) {
|
|
779
|
+
if (!('toJSON' in source)) {
|
|
677
780
|
stack[i] = source;
|
|
678
781
|
const target = isArray(source) ? [] : {};
|
|
679
782
|
|
|
@@ -694,45 +797,77 @@ const toJSONObject = (obj) => {
|
|
|
694
797
|
return visit(obj, 0);
|
|
695
798
|
};
|
|
696
799
|
|
|
800
|
+
/**
|
|
801
|
+
* Determines if a value is an async function.
|
|
802
|
+
*
|
|
803
|
+
* @param {*} thing - The value to test.
|
|
804
|
+
* @returns {boolean} True if value is an async function, otherwise false.
|
|
805
|
+
*/
|
|
697
806
|
const isAsyncFn = kindOfTest('AsyncFunction');
|
|
698
807
|
|
|
808
|
+
/**
|
|
809
|
+
* Determines if a value is thenable (has then and catch methods).
|
|
810
|
+
*
|
|
811
|
+
* @param {*} thing - The value to test.
|
|
812
|
+
* @returns {boolean} True if value is thenable, otherwise false.
|
|
813
|
+
*/
|
|
699
814
|
const isThenable = (thing) =>
|
|
700
|
-
thing &&
|
|
815
|
+
thing &&
|
|
816
|
+
(isObject(thing) || isFunction$1(thing)) &&
|
|
817
|
+
isFunction$1(thing.then) &&
|
|
818
|
+
isFunction$1(thing.catch);
|
|
701
819
|
|
|
702
820
|
// original code
|
|
703
821
|
// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34
|
|
704
822
|
|
|
823
|
+
/**
|
|
824
|
+
* Provides a cross-platform setImmediate implementation.
|
|
825
|
+
* Uses native setImmediate if available, otherwise falls back to postMessage or setTimeout.
|
|
826
|
+
*
|
|
827
|
+
* @param {boolean} setImmediateSupported - Whether setImmediate is supported.
|
|
828
|
+
* @param {boolean} postMessageSupported - Whether postMessage is supported.
|
|
829
|
+
* @returns {Function} A function to schedule a callback asynchronously.
|
|
830
|
+
*/
|
|
705
831
|
const _setImmediate = ((setImmediateSupported, postMessageSupported) => {
|
|
706
832
|
if (setImmediateSupported) {
|
|
707
833
|
return setImmediate;
|
|
708
834
|
}
|
|
709
835
|
|
|
710
|
-
return postMessageSupported
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
836
|
+
return postMessageSupported
|
|
837
|
+
? ((token, callbacks) => {
|
|
838
|
+
_global.addEventListener(
|
|
839
|
+
'message',
|
|
840
|
+
({ source, data }) => {
|
|
841
|
+
if (source === _global && data === token) {
|
|
842
|
+
callbacks.length && callbacks.shift()();
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
false
|
|
846
|
+
);
|
|
716
847
|
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
isFunction$1(_global.postMessage)
|
|
725
|
-
);
|
|
848
|
+
return (cb) => {
|
|
849
|
+
callbacks.push(cb);
|
|
850
|
+
_global.postMessage(token, '*');
|
|
851
|
+
};
|
|
852
|
+
})(`axios@${Math.random()}`, [])
|
|
853
|
+
: (cb) => setTimeout(cb);
|
|
854
|
+
})(typeof setImmediate === 'function', isFunction$1(_global.postMessage));
|
|
726
855
|
|
|
727
|
-
|
|
728
|
-
|
|
856
|
+
/**
|
|
857
|
+
* Schedules a microtask or asynchronous callback as soon as possible.
|
|
858
|
+
* Uses queueMicrotask if available, otherwise falls back to process.nextTick or _setImmediate.
|
|
859
|
+
*
|
|
860
|
+
* @type {Function}
|
|
861
|
+
*/
|
|
862
|
+
const asap =
|
|
863
|
+
typeof queueMicrotask !== 'undefined'
|
|
864
|
+
? queueMicrotask.bind(_global)
|
|
865
|
+
: (typeof process !== 'undefined' && process.nextTick) || _setImmediate;
|
|
729
866
|
|
|
730
867
|
// *********************
|
|
731
868
|
|
|
732
|
-
|
|
733
869
|
const isIterable = (thing) => thing != null && isFunction$1(thing[iterator]);
|
|
734
870
|
|
|
735
|
-
|
|
736
871
|
var utils$1 = {
|
|
737
872
|
isArray,
|
|
738
873
|
isArrayBuffer,
|
|
@@ -752,6 +887,8 @@ var utils$1 = {
|
|
|
752
887
|
isUndefined,
|
|
753
888
|
isDate,
|
|
754
889
|
isFile,
|
|
890
|
+
isReactNativeBlob,
|
|
891
|
+
isReactNative,
|
|
755
892
|
isBlob,
|
|
756
893
|
isRegExp,
|
|
757
894
|
isFunction: isFunction$1,
|
|
@@ -790,42 +927,60 @@ var utils$1 = {
|
|
|
790
927
|
isThenable,
|
|
791
928
|
setImmediate: _setImmediate,
|
|
792
929
|
asap,
|
|
793
|
-
isIterable
|
|
930
|
+
isIterable,
|
|
794
931
|
};
|
|
795
932
|
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
* @param {Object} [config] The config.
|
|
802
|
-
* @param {Object} [request] The request.
|
|
803
|
-
* @param {Object} [response] The response.
|
|
804
|
-
*
|
|
805
|
-
* @returns {Error} The created error.
|
|
806
|
-
*/
|
|
807
|
-
function AxiosError(message, code, config, request, response) {
|
|
808
|
-
Error.call(this);
|
|
933
|
+
class AxiosError extends Error {
|
|
934
|
+
static from(error, code, config, request, response, customProps) {
|
|
935
|
+
const axiosError = new AxiosError(error.message, code || error.code, config, request, response);
|
|
936
|
+
axiosError.cause = error;
|
|
937
|
+
axiosError.name = error.name;
|
|
809
938
|
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
}
|
|
939
|
+
// Preserve status from the original error if not already set from response
|
|
940
|
+
if (error.status != null && axiosError.status == null) {
|
|
941
|
+
axiosError.status = error.status;
|
|
942
|
+
}
|
|
815
943
|
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
code && (this.code = code);
|
|
819
|
-
config && (this.config = config);
|
|
820
|
-
request && (this.request = request);
|
|
821
|
-
if (response) {
|
|
822
|
-
this.response = response;
|
|
823
|
-
this.status = response.status ? response.status : null;
|
|
944
|
+
customProps && Object.assign(axiosError, customProps);
|
|
945
|
+
return axiosError;
|
|
824
946
|
}
|
|
825
|
-
}
|
|
826
947
|
|
|
827
|
-
|
|
828
|
-
|
|
948
|
+
/**
|
|
949
|
+
* Create an Error with the specified message, config, error code, request and response.
|
|
950
|
+
*
|
|
951
|
+
* @param {string} message The error message.
|
|
952
|
+
* @param {string} [code] The error code (for example, 'ECONNABORTED').
|
|
953
|
+
* @param {Object} [config] The config.
|
|
954
|
+
* @param {Object} [request] The request.
|
|
955
|
+
* @param {Object} [response] The response.
|
|
956
|
+
*
|
|
957
|
+
* @returns {Error} The created error.
|
|
958
|
+
*/
|
|
959
|
+
constructor(message, code, config, request, response) {
|
|
960
|
+
super(message);
|
|
961
|
+
|
|
962
|
+
// Make message enumerable to maintain backward compatibility
|
|
963
|
+
// The native Error constructor sets message as non-enumerable,
|
|
964
|
+
// but axios < v1.13.3 had it as enumerable
|
|
965
|
+
Object.defineProperty(this, 'message', {
|
|
966
|
+
value: message,
|
|
967
|
+
enumerable: true,
|
|
968
|
+
writable: true,
|
|
969
|
+
configurable: true
|
|
970
|
+
});
|
|
971
|
+
|
|
972
|
+
this.name = 'AxiosError';
|
|
973
|
+
this.isAxiosError = true;
|
|
974
|
+
code && (this.code = code);
|
|
975
|
+
config && (this.config = config);
|
|
976
|
+
request && (this.request = request);
|
|
977
|
+
if (response) {
|
|
978
|
+
this.response = response;
|
|
979
|
+
this.status = response.status;
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
toJSON() {
|
|
829
984
|
return {
|
|
830
985
|
// Standard
|
|
831
986
|
message: this.message,
|
|
@@ -841,62 +996,24 @@ utils$1.inherits(AxiosError, Error, {
|
|
|
841
996
|
// Axios
|
|
842
997
|
config: utils$1.toJSONObject(this.config),
|
|
843
998
|
code: this.code,
|
|
844
|
-
status: this.status
|
|
999
|
+
status: this.status,
|
|
845
1000
|
};
|
|
846
1001
|
}
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
const prototype$1 = AxiosError.prototype;
|
|
850
|
-
const descriptors = {};
|
|
851
|
-
|
|
852
|
-
[
|
|
853
|
-
'ERR_BAD_OPTION_VALUE',
|
|
854
|
-
'ERR_BAD_OPTION',
|
|
855
|
-
'ECONNABORTED',
|
|
856
|
-
'ETIMEDOUT',
|
|
857
|
-
'ERR_NETWORK',
|
|
858
|
-
'ERR_FR_TOO_MANY_REDIRECTS',
|
|
859
|
-
'ERR_DEPRECATED',
|
|
860
|
-
'ERR_BAD_RESPONSE',
|
|
861
|
-
'ERR_BAD_REQUEST',
|
|
862
|
-
'ERR_CANCELED',
|
|
863
|
-
'ERR_NOT_SUPPORT',
|
|
864
|
-
'ERR_INVALID_URL'
|
|
865
|
-
// eslint-disable-next-line func-names
|
|
866
|
-
].forEach(code => {
|
|
867
|
-
descriptors[code] = {value: code};
|
|
868
|
-
});
|
|
869
|
-
|
|
870
|
-
Object.defineProperties(AxiosError, descriptors);
|
|
871
|
-
Object.defineProperty(prototype$1, 'isAxiosError', {value: true});
|
|
872
|
-
|
|
873
|
-
// eslint-disable-next-line func-names
|
|
874
|
-
AxiosError.from = (error, code, config, request, response, customProps) => {
|
|
875
|
-
const axiosError = Object.create(prototype$1);
|
|
876
|
-
|
|
877
|
-
utils$1.toFlatObject(error, axiosError, function filter(obj) {
|
|
878
|
-
return obj !== Error.prototype;
|
|
879
|
-
}, prop => {
|
|
880
|
-
return prop !== 'isAxiosError';
|
|
881
|
-
});
|
|
882
|
-
|
|
883
|
-
const msg = error && error.message ? error.message : 'Error';
|
|
884
|
-
|
|
885
|
-
// Prefer explicit code; otherwise copy the low-level error's code (e.g. ECONNREFUSED)
|
|
886
|
-
const errCode = code == null && error ? error.code : code;
|
|
887
|
-
AxiosError.call(axiosError, msg, errCode, config, request, response);
|
|
888
|
-
|
|
889
|
-
// Chain the original error on the standard field; non-enumerable to avoid JSON noise
|
|
890
|
-
if (error && axiosError.cause == null) {
|
|
891
|
-
Object.defineProperty(axiosError, 'cause', { value: error, configurable: true });
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
axiosError.name = (error && error.name) || 'Error';
|
|
895
|
-
|
|
896
|
-
customProps && Object.assign(axiosError, customProps);
|
|
1002
|
+
}
|
|
897
1003
|
|
|
898
|
-
|
|
899
|
-
|
|
1004
|
+
// This can be changed to static properties as soon as the parser options in .eslint.cjs are updated.
|
|
1005
|
+
AxiosError.ERR_BAD_OPTION_VALUE = 'ERR_BAD_OPTION_VALUE';
|
|
1006
|
+
AxiosError.ERR_BAD_OPTION = 'ERR_BAD_OPTION';
|
|
1007
|
+
AxiosError.ECONNABORTED = 'ECONNABORTED';
|
|
1008
|
+
AxiosError.ETIMEDOUT = 'ETIMEDOUT';
|
|
1009
|
+
AxiosError.ERR_NETWORK = 'ERR_NETWORK';
|
|
1010
|
+
AxiosError.ERR_FR_TOO_MANY_REDIRECTS = 'ERR_FR_TOO_MANY_REDIRECTS';
|
|
1011
|
+
AxiosError.ERR_DEPRECATED = 'ERR_DEPRECATED';
|
|
1012
|
+
AxiosError.ERR_BAD_RESPONSE = 'ERR_BAD_RESPONSE';
|
|
1013
|
+
AxiosError.ERR_BAD_REQUEST = 'ERR_BAD_REQUEST';
|
|
1014
|
+
AxiosError.ERR_CANCELED = 'ERR_CANCELED';
|
|
1015
|
+
AxiosError.ERR_NOT_SUPPORT = 'ERR_NOT_SUPPORT';
|
|
1016
|
+
AxiosError.ERR_INVALID_URL = 'ERR_INVALID_URL';
|
|
900
1017
|
|
|
901
1018
|
// eslint-disable-next-line strict
|
|
902
1019
|
var httpAdapter = null;
|
|
@@ -934,11 +1051,14 @@ function removeBrackets(key) {
|
|
|
934
1051
|
*/
|
|
935
1052
|
function renderKey(path, key, dots) {
|
|
936
1053
|
if (!path) return key;
|
|
937
|
-
return path
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
1054
|
+
return path
|
|
1055
|
+
.concat(key)
|
|
1056
|
+
.map(function each(token, i) {
|
|
1057
|
+
// eslint-disable-next-line no-param-reassign
|
|
1058
|
+
token = removeBrackets(token);
|
|
1059
|
+
return !dots && i ? '[' + token + ']' : token;
|
|
1060
|
+
})
|
|
1061
|
+
.join(dots ? '.' : '');
|
|
942
1062
|
}
|
|
943
1063
|
|
|
944
1064
|
/**
|
|
@@ -988,21 +1108,26 @@ function toFormData(obj, formData, options) {
|
|
|
988
1108
|
formData = formData || new (FormData)();
|
|
989
1109
|
|
|
990
1110
|
// eslint-disable-next-line no-param-reassign
|
|
991
|
-
options = utils$1.toFlatObject(
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1111
|
+
options = utils$1.toFlatObject(
|
|
1112
|
+
options,
|
|
1113
|
+
{
|
|
1114
|
+
metaTokens: true,
|
|
1115
|
+
dots: false,
|
|
1116
|
+
indexes: false,
|
|
1117
|
+
},
|
|
1118
|
+
false,
|
|
1119
|
+
function defined(option, source) {
|
|
1120
|
+
// eslint-disable-next-line no-eq-null,eqeqeq
|
|
1121
|
+
return !utils$1.isUndefined(source[option]);
|
|
1122
|
+
}
|
|
1123
|
+
);
|
|
999
1124
|
|
|
1000
1125
|
const metaTokens = options.metaTokens;
|
|
1001
1126
|
// eslint-disable-next-line no-use-before-define
|
|
1002
1127
|
const visitor = options.visitor || defaultVisitor;
|
|
1003
1128
|
const dots = options.dots;
|
|
1004
1129
|
const indexes = options.indexes;
|
|
1005
|
-
const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;
|
|
1130
|
+
const _Blob = options.Blob || (typeof Blob !== 'undefined' && Blob);
|
|
1006
1131
|
const useBlob = _Blob && utils$1.isSpecCompliantForm(formData);
|
|
1007
1132
|
|
|
1008
1133
|
if (!utils$1.isFunction(visitor)) {
|
|
@@ -1044,6 +1169,11 @@ function toFormData(obj, formData, options) {
|
|
|
1044
1169
|
function defaultVisitor(value, key, path) {
|
|
1045
1170
|
let arr = value;
|
|
1046
1171
|
|
|
1172
|
+
if (utils$1.isReactNative(formData) && utils$1.isReactNativeBlob(value)) {
|
|
1173
|
+
formData.append(renderKey(path, key, dots), convertValue(value));
|
|
1174
|
+
return false;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1047
1177
|
if (value && !path && typeof value === 'object') {
|
|
1048
1178
|
if (utils$1.endsWith(key, '{}')) {
|
|
1049
1179
|
// eslint-disable-next-line no-param-reassign
|
|
@@ -1052,17 +1182,22 @@ function toFormData(obj, formData, options) {
|
|
|
1052
1182
|
value = JSON.stringify(value);
|
|
1053
1183
|
} else if (
|
|
1054
1184
|
(utils$1.isArray(value) && isFlatArray(value)) ||
|
|
1055
|
-
((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value))
|
|
1056
|
-
|
|
1185
|
+
((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value)))
|
|
1186
|
+
) {
|
|
1057
1187
|
// eslint-disable-next-line no-param-reassign
|
|
1058
1188
|
key = removeBrackets(key);
|
|
1059
1189
|
|
|
1060
1190
|
arr.forEach(function each(el, index) {
|
|
1061
|
-
!(utils$1.isUndefined(el) || el === null) &&
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1191
|
+
!(utils$1.isUndefined(el) || el === null) &&
|
|
1192
|
+
formData.append(
|
|
1193
|
+
// eslint-disable-next-line no-nested-ternary
|
|
1194
|
+
indexes === true
|
|
1195
|
+
? renderKey([key], index, dots)
|
|
1196
|
+
: indexes === null
|
|
1197
|
+
? key
|
|
1198
|
+
: key + '[]',
|
|
1199
|
+
convertValue(el)
|
|
1200
|
+
);
|
|
1066
1201
|
});
|
|
1067
1202
|
return false;
|
|
1068
1203
|
}
|
|
@@ -1082,7 +1217,7 @@ function toFormData(obj, formData, options) {
|
|
|
1082
1217
|
const exposedHelpers = Object.assign(predicates, {
|
|
1083
1218
|
defaultVisitor,
|
|
1084
1219
|
convertValue,
|
|
1085
|
-
isVisitable
|
|
1220
|
+
isVisitable,
|
|
1086
1221
|
});
|
|
1087
1222
|
|
|
1088
1223
|
function build(value, path) {
|
|
@@ -1095,9 +1230,9 @@ function toFormData(obj, formData, options) {
|
|
|
1095
1230
|
stack.push(value);
|
|
1096
1231
|
|
|
1097
1232
|
utils$1.forEach(value, function each(el, key) {
|
|
1098
|
-
const result =
|
|
1099
|
-
|
|
1100
|
-
|
|
1233
|
+
const result =
|
|
1234
|
+
!(utils$1.isUndefined(el) || el === null) &&
|
|
1235
|
+
visitor.call(formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers);
|
|
1101
1236
|
|
|
1102
1237
|
if (result === true) {
|
|
1103
1238
|
build(el, path ? path.concat(key) : [key]);
|
|
@@ -1132,7 +1267,7 @@ function encode$1(str) {
|
|
|
1132
1267
|
')': '%29',
|
|
1133
1268
|
'~': '%7E',
|
|
1134
1269
|
'%20': '+',
|
|
1135
|
-
'%00': '\x00'
|
|
1270
|
+
'%00': '\x00',
|
|
1136
1271
|
};
|
|
1137
1272
|
return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {
|
|
1138
1273
|
return charMap[match];
|
|
@@ -1160,29 +1295,33 @@ prototype.append = function append(name, value) {
|
|
|
1160
1295
|
};
|
|
1161
1296
|
|
|
1162
1297
|
prototype.toString = function toString(encoder) {
|
|
1163
|
-
const _encode = encoder
|
|
1164
|
-
|
|
1165
|
-
|
|
1298
|
+
const _encode = encoder
|
|
1299
|
+
? function (value) {
|
|
1300
|
+
return encoder.call(this, value, encode$1);
|
|
1301
|
+
}
|
|
1302
|
+
: encode$1;
|
|
1166
1303
|
|
|
1167
|
-
return this._pairs
|
|
1168
|
-
|
|
1169
|
-
|
|
1304
|
+
return this._pairs
|
|
1305
|
+
.map(function each(pair) {
|
|
1306
|
+
return _encode(pair[0]) + '=' + _encode(pair[1]);
|
|
1307
|
+
}, '')
|
|
1308
|
+
.join('&');
|
|
1170
1309
|
};
|
|
1171
1310
|
|
|
1172
1311
|
/**
|
|
1173
|
-
* It replaces
|
|
1174
|
-
*
|
|
1312
|
+
* It replaces URL-encoded forms of `:`, `$`, `,`, and spaces with
|
|
1313
|
+
* their plain counterparts (`:`, `$`, `,`, `+`).
|
|
1175
1314
|
*
|
|
1176
1315
|
* @param {string} val The value to be encoded.
|
|
1177
1316
|
*
|
|
1178
1317
|
* @returns {string} The encoded value.
|
|
1179
1318
|
*/
|
|
1180
1319
|
function encode(val) {
|
|
1181
|
-
return encodeURIComponent(val)
|
|
1182
|
-
replace(/%3A/gi, ':')
|
|
1183
|
-
replace(/%24/g, '$')
|
|
1184
|
-
replace(/%2C/gi, ',')
|
|
1185
|
-
replace(/%20/g, '+');
|
|
1320
|
+
return encodeURIComponent(val)
|
|
1321
|
+
.replace(/%3A/gi, ':')
|
|
1322
|
+
.replace(/%24/g, '$')
|
|
1323
|
+
.replace(/%2C/gi, ',')
|
|
1324
|
+
.replace(/%20/g, '+');
|
|
1186
1325
|
}
|
|
1187
1326
|
|
|
1188
1327
|
/**
|
|
@@ -1195,33 +1334,32 @@ function encode(val) {
|
|
|
1195
1334
|
* @returns {string} The formatted url
|
|
1196
1335
|
*/
|
|
1197
1336
|
function buildURL(url, params, options) {
|
|
1198
|
-
/*eslint no-param-reassign:0*/
|
|
1199
1337
|
if (!params) {
|
|
1200
1338
|
return url;
|
|
1201
1339
|
}
|
|
1202
|
-
|
|
1203
|
-
const _encode = options && options.encode || encode;
|
|
1204
1340
|
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1341
|
+
const _encode = (options && options.encode) || encode;
|
|
1342
|
+
|
|
1343
|
+
const _options = utils$1.isFunction(options)
|
|
1344
|
+
? {
|
|
1345
|
+
serialize: options,
|
|
1346
|
+
}
|
|
1347
|
+
: options;
|
|
1210
1348
|
|
|
1211
|
-
const serializeFn =
|
|
1349
|
+
const serializeFn = _options && _options.serialize;
|
|
1212
1350
|
|
|
1213
1351
|
let serializedParams;
|
|
1214
1352
|
|
|
1215
1353
|
if (serializeFn) {
|
|
1216
|
-
serializedParams = serializeFn(params,
|
|
1354
|
+
serializedParams = serializeFn(params, _options);
|
|
1217
1355
|
} else {
|
|
1218
|
-
serializedParams = utils$1.isURLSearchParams(params)
|
|
1219
|
-
params.toString()
|
|
1220
|
-
new AxiosURLSearchParams(params,
|
|
1356
|
+
serializedParams = utils$1.isURLSearchParams(params)
|
|
1357
|
+
? params.toString()
|
|
1358
|
+
: new AxiosURLSearchParams(params, _options).toString(_encode);
|
|
1221
1359
|
}
|
|
1222
1360
|
|
|
1223
1361
|
if (serializedParams) {
|
|
1224
|
-
const hashmarkIndex = url.indexOf(
|
|
1362
|
+
const hashmarkIndex = url.indexOf('#');
|
|
1225
1363
|
|
|
1226
1364
|
if (hashmarkIndex !== -1) {
|
|
1227
1365
|
url = url.slice(0, hashmarkIndex);
|
|
@@ -1242,6 +1380,7 @@ class InterceptorManager {
|
|
|
1242
1380
|
*
|
|
1243
1381
|
* @param {Function} fulfilled The function to handle `then` for a `Promise`
|
|
1244
1382
|
* @param {Function} rejected The function to handle `reject` for a `Promise`
|
|
1383
|
+
* @param {Object} options The options for the interceptor, synchronous and runWhen
|
|
1245
1384
|
*
|
|
1246
1385
|
* @return {Number} An ID used to remove interceptor later
|
|
1247
1386
|
*/
|
|
@@ -1250,7 +1389,7 @@ class InterceptorManager {
|
|
|
1250
1389
|
fulfilled,
|
|
1251
1390
|
rejected,
|
|
1252
1391
|
synchronous: options ? options.synchronous : false,
|
|
1253
|
-
runWhen: options ? options.runWhen : null
|
|
1392
|
+
runWhen: options ? options.runWhen : null,
|
|
1254
1393
|
});
|
|
1255
1394
|
return this.handlers.length - 1;
|
|
1256
1395
|
}
|
|
@@ -1298,12 +1437,11 @@ class InterceptorManager {
|
|
|
1298
1437
|
}
|
|
1299
1438
|
}
|
|
1300
1439
|
|
|
1301
|
-
var InterceptorManager$1 = InterceptorManager;
|
|
1302
|
-
|
|
1303
1440
|
var transitionalDefaults = {
|
|
1304
1441
|
silentJSONParsing: true,
|
|
1305
1442
|
forcedJSONParsing: true,
|
|
1306
|
-
clarifyTimeoutError: false
|
|
1443
|
+
clarifyTimeoutError: false,
|
|
1444
|
+
legacyInterceptorReqResOrdering: true,
|
|
1307
1445
|
};
|
|
1308
1446
|
|
|
1309
1447
|
var URLSearchParams$1 = typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;
|
|
@@ -1317,14 +1455,14 @@ var platform$1 = {
|
|
|
1317
1455
|
classes: {
|
|
1318
1456
|
URLSearchParams: URLSearchParams$1,
|
|
1319
1457
|
FormData: FormData$1,
|
|
1320
|
-
Blob: Blob$1
|
|
1458
|
+
Blob: Blob$1,
|
|
1321
1459
|
},
|
|
1322
|
-
protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
|
|
1460
|
+
protocols: ['http', 'https', 'file', 'blob', 'url', 'data'],
|
|
1323
1461
|
};
|
|
1324
1462
|
|
|
1325
1463
|
const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
|
|
1326
1464
|
|
|
1327
|
-
const _navigator = typeof navigator === 'object' && navigator || undefined;
|
|
1465
|
+
const _navigator = (typeof navigator === 'object' && navigator) || undefined;
|
|
1328
1466
|
|
|
1329
1467
|
/**
|
|
1330
1468
|
* Determine if we're running in a standard browser environment
|
|
@@ -1343,7 +1481,8 @@ const _navigator = typeof navigator === 'object' && navigator || undefined;
|
|
|
1343
1481
|
*
|
|
1344
1482
|
* @returns {boolean}
|
|
1345
1483
|
*/
|
|
1346
|
-
const hasStandardBrowserEnv =
|
|
1484
|
+
const hasStandardBrowserEnv =
|
|
1485
|
+
hasBrowserEnv &&
|
|
1347
1486
|
(!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0);
|
|
1348
1487
|
|
|
1349
1488
|
/**
|
|
@@ -1364,25 +1503,25 @@ const hasStandardBrowserWebWorkerEnv = (() => {
|
|
|
1364
1503
|
);
|
|
1365
1504
|
})();
|
|
1366
1505
|
|
|
1367
|
-
const origin = hasBrowserEnv && window.location.href || 'http://localhost';
|
|
1506
|
+
const origin = (hasBrowserEnv && window.location.href) || 'http://localhost';
|
|
1368
1507
|
|
|
1369
1508
|
var utils = /*#__PURE__*/Object.freeze({
|
|
1370
1509
|
__proto__: null,
|
|
1371
1510
|
hasBrowserEnv: hasBrowserEnv,
|
|
1372
|
-
hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
|
|
1373
1511
|
hasStandardBrowserEnv: hasStandardBrowserEnv,
|
|
1512
|
+
hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
|
|
1374
1513
|
navigator: _navigator,
|
|
1375
1514
|
origin: origin
|
|
1376
1515
|
});
|
|
1377
1516
|
|
|
1378
1517
|
var platform = {
|
|
1379
1518
|
...utils,
|
|
1380
|
-
...platform$1
|
|
1519
|
+
...platform$1,
|
|
1381
1520
|
};
|
|
1382
1521
|
|
|
1383
1522
|
function toURLEncodedForm(data, options) {
|
|
1384
1523
|
return toFormData(data, new platform.classes.URLSearchParams(), {
|
|
1385
|
-
visitor: function(value, key, path, helpers) {
|
|
1524
|
+
visitor: function (value, key, path, helpers) {
|
|
1386
1525
|
if (platform.isNode && utils$1.isBuffer(value)) {
|
|
1387
1526
|
this.append(key, value.toString('base64'));
|
|
1388
1527
|
return false;
|
|
@@ -1390,7 +1529,7 @@ function toURLEncodedForm(data, options) {
|
|
|
1390
1529
|
|
|
1391
1530
|
return helpers.defaultVisitor.apply(this, arguments);
|
|
1392
1531
|
},
|
|
1393
|
-
...options
|
|
1532
|
+
...options,
|
|
1394
1533
|
});
|
|
1395
1534
|
}
|
|
1396
1535
|
|
|
@@ -1406,7 +1545,7 @@ function parsePropPath(name) {
|
|
|
1406
1545
|
// foo.x.y.z
|
|
1407
1546
|
// foo-x-y-z
|
|
1408
1547
|
// foo x y z
|
|
1409
|
-
return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => {
|
|
1548
|
+
return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map((match) => {
|
|
1410
1549
|
return match[0] === '[]' ? '' : match[1] || match[0];
|
|
1411
1550
|
});
|
|
1412
1551
|
}
|
|
@@ -1510,96 +1649,107 @@ function stringifySafely(rawValue, parser, encoder) {
|
|
|
1510
1649
|
}
|
|
1511
1650
|
|
|
1512
1651
|
const defaults = {
|
|
1513
|
-
|
|
1514
1652
|
transitional: transitionalDefaults,
|
|
1515
1653
|
|
|
1516
1654
|
adapter: ['xhr', 'http', 'fetch'],
|
|
1517
1655
|
|
|
1518
|
-
transformRequest: [
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1656
|
+
transformRequest: [
|
|
1657
|
+
function transformRequest(data, headers) {
|
|
1658
|
+
const contentType = headers.getContentType() || '';
|
|
1659
|
+
const hasJSONContentType = contentType.indexOf('application/json') > -1;
|
|
1660
|
+
const isObjectPayload = utils$1.isObject(data);
|
|
1522
1661
|
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1662
|
+
if (isObjectPayload && utils$1.isHTMLForm(data)) {
|
|
1663
|
+
data = new FormData(data);
|
|
1664
|
+
}
|
|
1526
1665
|
|
|
1527
|
-
|
|
1666
|
+
const isFormData = utils$1.isFormData(data);
|
|
1528
1667
|
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1668
|
+
if (isFormData) {
|
|
1669
|
+
return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;
|
|
1670
|
+
}
|
|
1532
1671
|
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1672
|
+
if (
|
|
1673
|
+
utils$1.isArrayBuffer(data) ||
|
|
1674
|
+
utils$1.isBuffer(data) ||
|
|
1675
|
+
utils$1.isStream(data) ||
|
|
1676
|
+
utils$1.isFile(data) ||
|
|
1677
|
+
utils$1.isBlob(data) ||
|
|
1678
|
+
utils$1.isReadableStream(data)
|
|
1679
|
+
) {
|
|
1680
|
+
return data;
|
|
1681
|
+
}
|
|
1682
|
+
if (utils$1.isArrayBufferView(data)) {
|
|
1683
|
+
return data.buffer;
|
|
1684
|
+
}
|
|
1685
|
+
if (utils$1.isURLSearchParams(data)) {
|
|
1686
|
+
headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);
|
|
1687
|
+
return data.toString();
|
|
1688
|
+
}
|
|
1549
1689
|
|
|
1550
|
-
|
|
1690
|
+
let isFileList;
|
|
1551
1691
|
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1692
|
+
if (isObjectPayload) {
|
|
1693
|
+
if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {
|
|
1694
|
+
return toURLEncodedForm(data, this.formSerializer).toString();
|
|
1695
|
+
}
|
|
1556
1696
|
|
|
1557
|
-
|
|
1558
|
-
|
|
1697
|
+
if (
|
|
1698
|
+
(isFileList = utils$1.isFileList(data)) ||
|
|
1699
|
+
contentType.indexOf('multipart/form-data') > -1
|
|
1700
|
+
) {
|
|
1701
|
+
const _FormData = this.env && this.env.FormData;
|
|
1559
1702
|
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1703
|
+
return toFormData(
|
|
1704
|
+
isFileList ? { 'files[]': data } : data,
|
|
1705
|
+
_FormData && new _FormData(),
|
|
1706
|
+
this.formSerializer
|
|
1707
|
+
);
|
|
1708
|
+
}
|
|
1565
1709
|
}
|
|
1566
|
-
}
|
|
1567
1710
|
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1711
|
+
if (isObjectPayload || hasJSONContentType) {
|
|
1712
|
+
headers.setContentType('application/json', false);
|
|
1713
|
+
return stringifySafely(data);
|
|
1714
|
+
}
|
|
1572
1715
|
|
|
1573
|
-
|
|
1574
|
-
|
|
1716
|
+
return data;
|
|
1717
|
+
},
|
|
1718
|
+
],
|
|
1575
1719
|
|
|
1576
|
-
transformResponse: [
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1720
|
+
transformResponse: [
|
|
1721
|
+
function transformResponse(data) {
|
|
1722
|
+
const transitional = this.transitional || defaults.transitional;
|
|
1723
|
+
const forcedJSONParsing = transitional && transitional.forcedJSONParsing;
|
|
1724
|
+
const JSONRequested = this.responseType === 'json';
|
|
1580
1725
|
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1726
|
+
if (utils$1.isResponse(data) || utils$1.isReadableStream(data)) {
|
|
1727
|
+
return data;
|
|
1728
|
+
}
|
|
1584
1729
|
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1730
|
+
if (
|
|
1731
|
+
data &&
|
|
1732
|
+
utils$1.isString(data) &&
|
|
1733
|
+
((forcedJSONParsing && !this.responseType) || JSONRequested)
|
|
1734
|
+
) {
|
|
1735
|
+
const silentJSONParsing = transitional && transitional.silentJSONParsing;
|
|
1736
|
+
const strictJSONParsing = !silentJSONParsing && JSONRequested;
|
|
1588
1737
|
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1738
|
+
try {
|
|
1739
|
+
return JSON.parse(data, this.parseReviver);
|
|
1740
|
+
} catch (e) {
|
|
1741
|
+
if (strictJSONParsing) {
|
|
1742
|
+
if (e.name === 'SyntaxError') {
|
|
1743
|
+
throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
|
|
1744
|
+
}
|
|
1745
|
+
throw e;
|
|
1595
1746
|
}
|
|
1596
|
-
throw e;
|
|
1597
1747
|
}
|
|
1598
1748
|
}
|
|
1599
|
-
}
|
|
1600
1749
|
|
|
1601
|
-
|
|
1602
|
-
|
|
1750
|
+
return data;
|
|
1751
|
+
},
|
|
1752
|
+
],
|
|
1603
1753
|
|
|
1604
1754
|
/**
|
|
1605
1755
|
* A timeout in milliseconds to abort a request. If set to 0 (default) a
|
|
@@ -1615,7 +1765,7 @@ const defaults = {
|
|
|
1615
1765
|
|
|
1616
1766
|
env: {
|
|
1617
1767
|
FormData: platform.classes.FormData,
|
|
1618
|
-
Blob: platform.classes.Blob
|
|
1768
|
+
Blob: platform.classes.Blob,
|
|
1619
1769
|
},
|
|
1620
1770
|
|
|
1621
1771
|
validateStatus: function validateStatus(status) {
|
|
@@ -1624,25 +1774,36 @@ const defaults = {
|
|
|
1624
1774
|
|
|
1625
1775
|
headers: {
|
|
1626
1776
|
common: {
|
|
1627
|
-
|
|
1628
|
-
'Content-Type': undefined
|
|
1629
|
-
}
|
|
1630
|
-
}
|
|
1777
|
+
Accept: 'application/json, text/plain, */*',
|
|
1778
|
+
'Content-Type': undefined,
|
|
1779
|
+
},
|
|
1780
|
+
},
|
|
1631
1781
|
};
|
|
1632
1782
|
|
|
1633
1783
|
utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {
|
|
1634
1784
|
defaults.headers[method] = {};
|
|
1635
1785
|
});
|
|
1636
1786
|
|
|
1637
|
-
var defaults$1 = defaults;
|
|
1638
|
-
|
|
1639
1787
|
// RawAxiosHeaders whose duplicates are ignored by node
|
|
1640
1788
|
// c.f. https://nodejs.org/api/http.html#http_message_headers
|
|
1641
1789
|
const ignoreDuplicateOf = utils$1.toObjectSet([
|
|
1642
|
-
'age',
|
|
1643
|
-
'
|
|
1644
|
-
'
|
|
1645
|
-
'
|
|
1790
|
+
'age',
|
|
1791
|
+
'authorization',
|
|
1792
|
+
'content-length',
|
|
1793
|
+
'content-type',
|
|
1794
|
+
'etag',
|
|
1795
|
+
'expires',
|
|
1796
|
+
'from',
|
|
1797
|
+
'host',
|
|
1798
|
+
'if-modified-since',
|
|
1799
|
+
'if-unmodified-since',
|
|
1800
|
+
'last-modified',
|
|
1801
|
+
'location',
|
|
1802
|
+
'max-forwards',
|
|
1803
|
+
'proxy-authorization',
|
|
1804
|
+
'referer',
|
|
1805
|
+
'retry-after',
|
|
1806
|
+
'user-agent',
|
|
1646
1807
|
]);
|
|
1647
1808
|
|
|
1648
1809
|
/**
|
|
@@ -1659,31 +1820,32 @@ const ignoreDuplicateOf = utils$1.toObjectSet([
|
|
|
1659
1820
|
*
|
|
1660
1821
|
* @returns {Object} Headers parsed into an object
|
|
1661
1822
|
*/
|
|
1662
|
-
var parseHeaders = rawHeaders => {
|
|
1823
|
+
var parseHeaders = (rawHeaders) => {
|
|
1663
1824
|
const parsed = {};
|
|
1664
1825
|
let key;
|
|
1665
1826
|
let val;
|
|
1666
1827
|
let i;
|
|
1667
1828
|
|
|
1668
|
-
rawHeaders &&
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1829
|
+
rawHeaders &&
|
|
1830
|
+
rawHeaders.split('\n').forEach(function parser(line) {
|
|
1831
|
+
i = line.indexOf(':');
|
|
1832
|
+
key = line.substring(0, i).trim().toLowerCase();
|
|
1833
|
+
val = line.substring(i + 1).trim();
|
|
1672
1834
|
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1835
|
+
if (!key || (parsed[key] && ignoreDuplicateOf[key])) {
|
|
1836
|
+
return;
|
|
1837
|
+
}
|
|
1676
1838
|
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1839
|
+
if (key === 'set-cookie') {
|
|
1840
|
+
if (parsed[key]) {
|
|
1841
|
+
parsed[key].push(val);
|
|
1842
|
+
} else {
|
|
1843
|
+
parsed[key] = [val];
|
|
1844
|
+
}
|
|
1680
1845
|
} else {
|
|
1681
|
-
parsed[key] = [val
|
|
1846
|
+
parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
|
|
1682
1847
|
}
|
|
1683
|
-
}
|
|
1684
|
-
parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
|
|
1685
|
-
}
|
|
1686
|
-
});
|
|
1848
|
+
});
|
|
1687
1849
|
|
|
1688
1850
|
return parsed;
|
|
1689
1851
|
};
|
|
@@ -1699,7 +1861,9 @@ function normalizeValue(value) {
|
|
|
1699
1861
|
return value;
|
|
1700
1862
|
}
|
|
1701
1863
|
|
|
1702
|
-
return utils$1.isArray(value)
|
|
1864
|
+
return utils$1.isArray(value)
|
|
1865
|
+
? value.map(normalizeValue)
|
|
1866
|
+
: String(value).replace(/[\r\n]+$/, '');
|
|
1703
1867
|
}
|
|
1704
1868
|
|
|
1705
1869
|
function parseTokens(str) {
|
|
@@ -1737,8 +1901,10 @@ function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
|
|
|
1737
1901
|
}
|
|
1738
1902
|
|
|
1739
1903
|
function formatHeader(header) {
|
|
1740
|
-
return header
|
|
1741
|
-
.
|
|
1904
|
+
return header
|
|
1905
|
+
.trim()
|
|
1906
|
+
.toLowerCase()
|
|
1907
|
+
.replace(/([a-z\d])(\w*)/g, (w, char, str) => {
|
|
1742
1908
|
return char.toUpperCase() + str;
|
|
1743
1909
|
});
|
|
1744
1910
|
}
|
|
@@ -1746,12 +1912,12 @@ function formatHeader(header) {
|
|
|
1746
1912
|
function buildAccessors(obj, header) {
|
|
1747
1913
|
const accessorName = utils$1.toCamelCase(' ' + header);
|
|
1748
1914
|
|
|
1749
|
-
['get', 'set', 'has'].forEach(methodName => {
|
|
1915
|
+
['get', 'set', 'has'].forEach((methodName) => {
|
|
1750
1916
|
Object.defineProperty(obj, methodName + accessorName, {
|
|
1751
|
-
value: function(arg1, arg2, arg3) {
|
|
1917
|
+
value: function (arg1, arg2, arg3) {
|
|
1752
1918
|
return this[methodName].call(this, header, arg1, arg2, arg3);
|
|
1753
1919
|
},
|
|
1754
|
-
configurable: true
|
|
1920
|
+
configurable: true,
|
|
1755
1921
|
});
|
|
1756
1922
|
});
|
|
1757
1923
|
}
|
|
@@ -1773,7 +1939,12 @@ class AxiosHeaders {
|
|
|
1773
1939
|
|
|
1774
1940
|
const key = utils$1.findKey(self, lHeader);
|
|
1775
1941
|
|
|
1776
|
-
if
|
|
1942
|
+
if (
|
|
1943
|
+
!key ||
|
|
1944
|
+
self[key] === undefined ||
|
|
1945
|
+
_rewrite === true ||
|
|
1946
|
+
(_rewrite === undefined && self[key] !== false)
|
|
1947
|
+
) {
|
|
1777
1948
|
self[key || _header] = normalizeValue(_value);
|
|
1778
1949
|
}
|
|
1779
1950
|
}
|
|
@@ -1783,17 +1954,22 @@ class AxiosHeaders {
|
|
|
1783
1954
|
|
|
1784
1955
|
if (utils$1.isPlainObject(header) || header instanceof this.constructor) {
|
|
1785
1956
|
setHeaders(header, valueOrRewrite);
|
|
1786
|
-
} else if(utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
|
|
1957
|
+
} else if (utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
|
|
1787
1958
|
setHeaders(parseHeaders(header), valueOrRewrite);
|
|
1788
1959
|
} else if (utils$1.isObject(header) && utils$1.isIterable(header)) {
|
|
1789
|
-
let obj = {},
|
|
1960
|
+
let obj = {},
|
|
1961
|
+
dest,
|
|
1962
|
+
key;
|
|
1790
1963
|
for (const entry of header) {
|
|
1791
1964
|
if (!utils$1.isArray(entry)) {
|
|
1792
1965
|
throw TypeError('Object iterator must return a key-value pair');
|
|
1793
1966
|
}
|
|
1794
1967
|
|
|
1795
|
-
obj[key = entry[0]] = (dest = obj[key])
|
|
1796
|
-
|
|
1968
|
+
obj[(key = entry[0])] = (dest = obj[key])
|
|
1969
|
+
? utils$1.isArray(dest)
|
|
1970
|
+
? [...dest, entry[1]]
|
|
1971
|
+
: [dest, entry[1]]
|
|
1972
|
+
: entry[1];
|
|
1797
1973
|
}
|
|
1798
1974
|
|
|
1799
1975
|
setHeaders(obj, valueOrRewrite);
|
|
@@ -1840,7 +2016,11 @@ class AxiosHeaders {
|
|
|
1840
2016
|
if (header) {
|
|
1841
2017
|
const key = utils$1.findKey(this, header);
|
|
1842
2018
|
|
|
1843
|
-
return !!(
|
|
2019
|
+
return !!(
|
|
2020
|
+
key &&
|
|
2021
|
+
this[key] !== undefined &&
|
|
2022
|
+
(!matcher || matchHeaderValue(this, this[key], key, matcher))
|
|
2023
|
+
);
|
|
1844
2024
|
}
|
|
1845
2025
|
|
|
1846
2026
|
return false;
|
|
@@ -1880,7 +2060,7 @@ class AxiosHeaders {
|
|
|
1880
2060
|
|
|
1881
2061
|
while (i--) {
|
|
1882
2062
|
const key = keys[i];
|
|
1883
|
-
if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {
|
|
2063
|
+
if (!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {
|
|
1884
2064
|
delete this[key];
|
|
1885
2065
|
deleted = true;
|
|
1886
2066
|
}
|
|
@@ -1924,7 +2104,9 @@ class AxiosHeaders {
|
|
|
1924
2104
|
const obj = Object.create(null);
|
|
1925
2105
|
|
|
1926
2106
|
utils$1.forEach(this, (value, header) => {
|
|
1927
|
-
value != null &&
|
|
2107
|
+
value != null &&
|
|
2108
|
+
value !== false &&
|
|
2109
|
+
(obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value);
|
|
1928
2110
|
});
|
|
1929
2111
|
|
|
1930
2112
|
return obj;
|
|
@@ -1935,11 +2117,13 @@ class AxiosHeaders {
|
|
|
1935
2117
|
}
|
|
1936
2118
|
|
|
1937
2119
|
toString() {
|
|
1938
|
-
return Object.entries(this.toJSON())
|
|
2120
|
+
return Object.entries(this.toJSON())
|
|
2121
|
+
.map(([header, value]) => header + ': ' + value)
|
|
2122
|
+
.join('\n');
|
|
1939
2123
|
}
|
|
1940
2124
|
|
|
1941
2125
|
getSetCookie() {
|
|
1942
|
-
return this.get(
|
|
2126
|
+
return this.get('set-cookie') || [];
|
|
1943
2127
|
}
|
|
1944
2128
|
|
|
1945
2129
|
get [Symbol.toStringTag]() {
|
|
@@ -1959,9 +2143,12 @@ class AxiosHeaders {
|
|
|
1959
2143
|
}
|
|
1960
2144
|
|
|
1961
2145
|
static accessor(header) {
|
|
1962
|
-
const internals =
|
|
1963
|
-
|
|
1964
|
-
|
|
2146
|
+
const internals =
|
|
2147
|
+
(this[$internals] =
|
|
2148
|
+
this[$internals] =
|
|
2149
|
+
{
|
|
2150
|
+
accessors: {},
|
|
2151
|
+
});
|
|
1965
2152
|
|
|
1966
2153
|
const accessors = internals.accessors;
|
|
1967
2154
|
const prototype = this.prototype;
|
|
@@ -1981,23 +2168,28 @@ class AxiosHeaders {
|
|
|
1981
2168
|
}
|
|
1982
2169
|
}
|
|
1983
2170
|
|
|
1984
|
-
AxiosHeaders.accessor([
|
|
2171
|
+
AxiosHeaders.accessor([
|
|
2172
|
+
'Content-Type',
|
|
2173
|
+
'Content-Length',
|
|
2174
|
+
'Accept',
|
|
2175
|
+
'Accept-Encoding',
|
|
2176
|
+
'User-Agent',
|
|
2177
|
+
'Authorization',
|
|
2178
|
+
]);
|
|
1985
2179
|
|
|
1986
2180
|
// reserved names hotfix
|
|
1987
|
-
utils$1.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => {
|
|
2181
|
+
utils$1.reduceDescriptors(AxiosHeaders.prototype, ({ value }, key) => {
|
|
1988
2182
|
let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`
|
|
1989
2183
|
return {
|
|
1990
2184
|
get: () => value,
|
|
1991
2185
|
set(headerValue) {
|
|
1992
2186
|
this[mapped] = headerValue;
|
|
1993
|
-
}
|
|
1994
|
-
}
|
|
2187
|
+
},
|
|
2188
|
+
};
|
|
1995
2189
|
});
|
|
1996
2190
|
|
|
1997
2191
|
utils$1.freezeMethods(AxiosHeaders);
|
|
1998
2192
|
|
|
1999
|
-
var AxiosHeaders$1 = AxiosHeaders;
|
|
2000
|
-
|
|
2001
2193
|
/**
|
|
2002
2194
|
* Transform the data for a request or a response
|
|
2003
2195
|
*
|
|
@@ -2007,9 +2199,9 @@ var AxiosHeaders$1 = AxiosHeaders;
|
|
|
2007
2199
|
* @returns {*} The resulting transformed data
|
|
2008
2200
|
*/
|
|
2009
2201
|
function transformData(fns, response) {
|
|
2010
|
-
const config = this || defaults
|
|
2202
|
+
const config = this || defaults;
|
|
2011
2203
|
const context = response || config;
|
|
2012
|
-
const headers = AxiosHeaders
|
|
2204
|
+
const headers = AxiosHeaders.from(context.headers);
|
|
2013
2205
|
let data = context.data;
|
|
2014
2206
|
|
|
2015
2207
|
utils$1.forEach(fns, function transform(fn) {
|
|
@@ -2025,25 +2217,23 @@ function isCancel(value) {
|
|
|
2025
2217
|
return !!(value && value.__CANCEL__);
|
|
2026
2218
|
}
|
|
2027
2219
|
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2220
|
+
class CanceledError extends AxiosError {
|
|
2221
|
+
/**
|
|
2222
|
+
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
2223
|
+
*
|
|
2224
|
+
* @param {string=} message The message.
|
|
2225
|
+
* @param {Object=} config The config.
|
|
2226
|
+
* @param {Object=} request The request.
|
|
2227
|
+
*
|
|
2228
|
+
* @returns {CanceledError} The created error.
|
|
2229
|
+
*/
|
|
2230
|
+
constructor(message, config, request) {
|
|
2231
|
+
super(message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request);
|
|
2232
|
+
this.name = 'CanceledError';
|
|
2233
|
+
this.__CANCEL__ = true;
|
|
2234
|
+
}
|
|
2041
2235
|
}
|
|
2042
2236
|
|
|
2043
|
-
utils$1.inherits(CanceledError, AxiosError, {
|
|
2044
|
-
__CANCEL__: true
|
|
2045
|
-
});
|
|
2046
|
-
|
|
2047
2237
|
/**
|
|
2048
2238
|
* Resolve or reject a Promise based on response status.
|
|
2049
2239
|
*
|
|
@@ -2058,19 +2248,23 @@ function settle(resolve, reject, response) {
|
|
|
2058
2248
|
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
|
2059
2249
|
resolve(response);
|
|
2060
2250
|
} else {
|
|
2061
|
-
reject(
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2251
|
+
reject(
|
|
2252
|
+
new AxiosError(
|
|
2253
|
+
'Request failed with status code ' + response.status,
|
|
2254
|
+
[AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][
|
|
2255
|
+
Math.floor(response.status / 100) - 4
|
|
2256
|
+
],
|
|
2257
|
+
response.config,
|
|
2258
|
+
response.request,
|
|
2259
|
+
response
|
|
2260
|
+
)
|
|
2261
|
+
);
|
|
2068
2262
|
}
|
|
2069
2263
|
}
|
|
2070
2264
|
|
|
2071
2265
|
function parseProtocol(url) {
|
|
2072
2266
|
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url);
|
|
2073
|
-
return match && match[1] || '';
|
|
2267
|
+
return (match && match[1]) || '';
|
|
2074
2268
|
}
|
|
2075
2269
|
|
|
2076
2270
|
/**
|
|
@@ -2121,7 +2315,7 @@ function speedometer(samplesCount, min) {
|
|
|
2121
2315
|
|
|
2122
2316
|
const passed = startedAt && now - startedAt;
|
|
2123
2317
|
|
|
2124
|
-
return passed ? Math.round(bytesCount * 1000 / passed) : undefined;
|
|
2318
|
+
return passed ? Math.round((bytesCount * 1000) / passed) : undefined;
|
|
2125
2319
|
};
|
|
2126
2320
|
}
|
|
2127
2321
|
|
|
@@ -2150,7 +2344,7 @@ function throttle(fn, freq) {
|
|
|
2150
2344
|
const throttled = (...args) => {
|
|
2151
2345
|
const now = Date.now();
|
|
2152
2346
|
const passed = now - timestamp;
|
|
2153
|
-
if (
|
|
2347
|
+
if (passed >= threshold) {
|
|
2154
2348
|
invoke(args, now);
|
|
2155
2349
|
} else {
|
|
2156
2350
|
lastArgs = args;
|
|
@@ -2172,7 +2366,7 @@ const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
|
2172
2366
|
let bytesNotified = 0;
|
|
2173
2367
|
const _speedometer = speedometer(50, 250);
|
|
2174
2368
|
|
|
2175
|
-
return throttle(e => {
|
|
2369
|
+
return throttle((e) => {
|
|
2176
2370
|
const loaded = e.loaded;
|
|
2177
2371
|
const total = e.lengthComputable ? e.total : undefined;
|
|
2178
2372
|
const progressBytes = loaded - bytesNotified;
|
|
@@ -2184,13 +2378,13 @@ const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
|
2184
2378
|
const data = {
|
|
2185
2379
|
loaded,
|
|
2186
2380
|
total,
|
|
2187
|
-
progress: total ?
|
|
2381
|
+
progress: total ? loaded / total : undefined,
|
|
2188
2382
|
bytes: progressBytes,
|
|
2189
2383
|
rate: rate ? rate : undefined,
|
|
2190
2384
|
estimated: rate && total && inRange ? (total - loaded) / rate : undefined,
|
|
2191
2385
|
event: e,
|
|
2192
2386
|
lengthComputable: total != null,
|
|
2193
|
-
[isDownloadStream ? 'download' : 'upload']: true
|
|
2387
|
+
[isDownloadStream ? 'download' : 'upload']: true,
|
|
2194
2388
|
};
|
|
2195
2389
|
|
|
2196
2390
|
listener(data);
|
|
@@ -2200,77 +2394,82 @@ const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
|
2200
2394
|
const progressEventDecorator = (total, throttled) => {
|
|
2201
2395
|
const lengthComputable = total != null;
|
|
2202
2396
|
|
|
2203
|
-
return [
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2397
|
+
return [
|
|
2398
|
+
(loaded) =>
|
|
2399
|
+
throttled[0]({
|
|
2400
|
+
lengthComputable,
|
|
2401
|
+
total,
|
|
2402
|
+
loaded,
|
|
2403
|
+
}),
|
|
2404
|
+
throttled[1],
|
|
2405
|
+
];
|
|
2208
2406
|
};
|
|
2209
2407
|
|
|
2210
|
-
const asyncDecorator =
|
|
2408
|
+
const asyncDecorator =
|
|
2409
|
+
(fn) =>
|
|
2410
|
+
(...args) =>
|
|
2411
|
+
utils$1.asap(() => fn(...args));
|
|
2211
2412
|
|
|
2212
|
-
var isURLSameOrigin = platform.hasStandardBrowserEnv
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
return (
|
|
2216
|
-
origin.protocol === url.protocol &&
|
|
2217
|
-
origin.host === url.host &&
|
|
2218
|
-
(isMSIE || origin.port === url.port)
|
|
2219
|
-
);
|
|
2220
|
-
})(
|
|
2221
|
-
new URL(platform.origin),
|
|
2222
|
-
platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)
|
|
2223
|
-
) : () => true;
|
|
2413
|
+
var isURLSameOrigin = platform.hasStandardBrowserEnv
|
|
2414
|
+
? ((origin, isMSIE) => (url) => {
|
|
2415
|
+
url = new URL(url, platform.origin);
|
|
2224
2416
|
|
|
2225
|
-
|
|
2417
|
+
return (
|
|
2418
|
+
origin.protocol === url.protocol &&
|
|
2419
|
+
origin.host === url.host &&
|
|
2420
|
+
(isMSIE || origin.port === url.port)
|
|
2421
|
+
);
|
|
2422
|
+
})(
|
|
2423
|
+
new URL(platform.origin),
|
|
2424
|
+
platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)
|
|
2425
|
+
)
|
|
2426
|
+
: () => true;
|
|
2226
2427
|
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2428
|
+
var cookies = platform.hasStandardBrowserEnv
|
|
2429
|
+
? // Standard browser envs support document.cookie
|
|
2430
|
+
{
|
|
2431
|
+
write(name, value, expires, path, domain, secure, sameSite) {
|
|
2432
|
+
if (typeof document === 'undefined') return;
|
|
2231
2433
|
|
|
2232
|
-
|
|
2434
|
+
const cookie = [`${name}=${encodeURIComponent(value)}`];
|
|
2233
2435
|
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2436
|
+
if (utils$1.isNumber(expires)) {
|
|
2437
|
+
cookie.push(`expires=${new Date(expires).toUTCString()}`);
|
|
2438
|
+
}
|
|
2439
|
+
if (utils$1.isString(path)) {
|
|
2440
|
+
cookie.push(`path=${path}`);
|
|
2441
|
+
}
|
|
2442
|
+
if (utils$1.isString(domain)) {
|
|
2443
|
+
cookie.push(`domain=${domain}`);
|
|
2444
|
+
}
|
|
2445
|
+
if (secure === true) {
|
|
2446
|
+
cookie.push('secure');
|
|
2447
|
+
}
|
|
2448
|
+
if (utils$1.isString(sameSite)) {
|
|
2449
|
+
cookie.push(`SameSite=${sameSite}`);
|
|
2450
|
+
}
|
|
2249
2451
|
|
|
2250
|
-
|
|
2251
|
-
|
|
2452
|
+
document.cookie = cookie.join('; ');
|
|
2453
|
+
},
|
|
2252
2454
|
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2455
|
+
read(name) {
|
|
2456
|
+
if (typeof document === 'undefined') return null;
|
|
2457
|
+
const match = document.cookie.match(new RegExp('(?:^|; )' + name + '=([^;]*)'));
|
|
2458
|
+
return match ? decodeURIComponent(match[1]) : null;
|
|
2459
|
+
},
|
|
2258
2460
|
|
|
2259
|
-
|
|
2260
|
-
|
|
2461
|
+
remove(name) {
|
|
2462
|
+
this.write(name, '', Date.now() - 86400000, '/');
|
|
2463
|
+
},
|
|
2261
2464
|
}
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
return null;
|
|
2271
|
-
},
|
|
2272
|
-
remove() {}
|
|
2273
|
-
};
|
|
2465
|
+
: // Non-standard browser env (web workers, react-native) lack needed support.
|
|
2466
|
+
{
|
|
2467
|
+
write() {},
|
|
2468
|
+
read() {
|
|
2469
|
+
return null;
|
|
2470
|
+
},
|
|
2471
|
+
remove() {},
|
|
2472
|
+
};
|
|
2274
2473
|
|
|
2275
2474
|
/**
|
|
2276
2475
|
* Determines whether the specified URL is absolute
|
|
@@ -2283,6 +2482,10 @@ function isAbsoluteURL(url) {
|
|
|
2283
2482
|
// A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL).
|
|
2284
2483
|
// RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed
|
|
2285
2484
|
// by any combination of letters, digits, plus, period, or hyphen.
|
|
2485
|
+
if (typeof url !== 'string') {
|
|
2486
|
+
return false;
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2286
2489
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);
|
|
2287
2490
|
}
|
|
2288
2491
|
|
|
@@ -2318,7 +2521,7 @@ function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
|
|
|
2318
2521
|
return requestedURL;
|
|
2319
2522
|
}
|
|
2320
2523
|
|
|
2321
|
-
const headersToObject = (thing) => thing instanceof AxiosHeaders
|
|
2524
|
+
const headersToObject = (thing) => (thing instanceof AxiosHeaders ? { ...thing } : thing);
|
|
2322
2525
|
|
|
2323
2526
|
/**
|
|
2324
2527
|
* Config-specific merge-function which creates a new config-object
|
|
@@ -2336,7 +2539,7 @@ function mergeConfig(config1, config2) {
|
|
|
2336
2539
|
|
|
2337
2540
|
function getMergedValue(target, source, prop, caseless) {
|
|
2338
2541
|
if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) {
|
|
2339
|
-
return utils$1.merge.call({caseless}, target, source);
|
|
2542
|
+
return utils$1.merge.call({ caseless }, target, source);
|
|
2340
2543
|
} else if (utils$1.isPlainObject(source)) {
|
|
2341
2544
|
return utils$1.merge({}, source);
|
|
2342
2545
|
} else if (utils$1.isArray(source)) {
|
|
@@ -2345,7 +2548,6 @@ function mergeConfig(config1, config2) {
|
|
|
2345
2548
|
return source;
|
|
2346
2549
|
}
|
|
2347
2550
|
|
|
2348
|
-
// eslint-disable-next-line consistent-return
|
|
2349
2551
|
function mergeDeepProperties(a, b, prop, caseless) {
|
|
2350
2552
|
if (!utils$1.isUndefined(b)) {
|
|
2351
2553
|
return getMergedValue(a, b, prop, caseless);
|
|
@@ -2408,11 +2610,13 @@ function mergeConfig(config1, config2) {
|
|
|
2408
2610
|
socketPath: defaultToConfig2,
|
|
2409
2611
|
responseEncoding: defaultToConfig2,
|
|
2410
2612
|
validateStatus: mergeDirectKeys,
|
|
2411
|
-
headers: (a, b, prop) =>
|
|
2613
|
+
headers: (a, b, prop) =>
|
|
2614
|
+
mergeDeepProperties(headersToObject(a), headersToObject(b), prop, true),
|
|
2412
2615
|
};
|
|
2413
2616
|
|
|
2414
|
-
utils$1.forEach(Object.keys({...config1, ...config2}), function computeConfigValue(prop) {
|
|
2415
|
-
|
|
2617
|
+
utils$1.forEach(Object.keys({ ...config1, ...config2 }), function computeConfigValue(prop) {
|
|
2618
|
+
if (prop === '__proto__' || prop === 'constructor' || prop === 'prototype') return;
|
|
2619
|
+
const merge = utils$1.hasOwnProp(mergeMap, prop) ? mergeMap[prop] : mergeDeepProperties;
|
|
2416
2620
|
const configValue = merge(config1[prop], config2[prop], prop);
|
|
2417
2621
|
(utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
|
|
2418
2622
|
});
|
|
@@ -2425,14 +2629,24 @@ var resolveConfig = (config) => {
|
|
|
2425
2629
|
|
|
2426
2630
|
let { data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth } = newConfig;
|
|
2427
2631
|
|
|
2428
|
-
newConfig.headers = headers = AxiosHeaders
|
|
2632
|
+
newConfig.headers = headers = AxiosHeaders.from(headers);
|
|
2429
2633
|
|
|
2430
|
-
newConfig.url = buildURL(
|
|
2634
|
+
newConfig.url = buildURL(
|
|
2635
|
+
buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls),
|
|
2636
|
+
config.params,
|
|
2637
|
+
config.paramsSerializer
|
|
2638
|
+
);
|
|
2431
2639
|
|
|
2432
2640
|
// HTTP basic authentication
|
|
2433
2641
|
if (auth) {
|
|
2434
|
-
headers.set(
|
|
2435
|
-
|
|
2642
|
+
headers.set(
|
|
2643
|
+
'Authorization',
|
|
2644
|
+
'Basic ' +
|
|
2645
|
+
btoa(
|
|
2646
|
+
(auth.username || '') +
|
|
2647
|
+
':' +
|
|
2648
|
+
(auth.password ? unescape(encodeURIComponent(auth.password)) : '')
|
|
2649
|
+
)
|
|
2436
2650
|
);
|
|
2437
2651
|
}
|
|
2438
2652
|
|
|
@@ -2450,7 +2664,7 @@ var resolveConfig = (config) => {
|
|
|
2450
2664
|
}
|
|
2451
2665
|
});
|
|
2452
2666
|
}
|
|
2453
|
-
}
|
|
2667
|
+
}
|
|
2454
2668
|
|
|
2455
2669
|
// Add xsrf header
|
|
2456
2670
|
// This is only done if running in a standard browser environment.
|
|
@@ -2474,196 +2688,218 @@ var resolveConfig = (config) => {
|
|
|
2474
2688
|
|
|
2475
2689
|
const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
|
|
2476
2690
|
|
|
2477
|
-
var xhrAdapter = isXHRAdapterSupported &&
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2691
|
+
var xhrAdapter = isXHRAdapterSupported &&
|
|
2692
|
+
function (config) {
|
|
2693
|
+
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
2694
|
+
const _config = resolveConfig(config);
|
|
2695
|
+
let requestData = _config.data;
|
|
2696
|
+
const requestHeaders = AxiosHeaders.from(_config.headers).normalize();
|
|
2697
|
+
let { responseType, onUploadProgress, onDownloadProgress } = _config;
|
|
2698
|
+
let onCanceled;
|
|
2699
|
+
let uploadThrottled, downloadThrottled;
|
|
2700
|
+
let flushUpload, flushDownload;
|
|
2486
2701
|
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2702
|
+
function done() {
|
|
2703
|
+
flushUpload && flushUpload(); // flush events
|
|
2704
|
+
flushDownload && flushDownload(); // flush events
|
|
2490
2705
|
|
|
2491
|
-
|
|
2706
|
+
_config.cancelToken && _config.cancelToken.unsubscribe(onCanceled);
|
|
2492
2707
|
|
|
2493
|
-
|
|
2494
|
-
|
|
2708
|
+
_config.signal && _config.signal.removeEventListener('abort', onCanceled);
|
|
2709
|
+
}
|
|
2495
2710
|
|
|
2496
|
-
|
|
2711
|
+
let request = new XMLHttpRequest();
|
|
2497
2712
|
|
|
2498
|
-
|
|
2713
|
+
request.open(_config.method.toUpperCase(), _config.url, true);
|
|
2499
2714
|
|
|
2500
|
-
|
|
2501
|
-
|
|
2715
|
+
// Set the request timeout in MS
|
|
2716
|
+
request.timeout = _config.timeout;
|
|
2502
2717
|
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2718
|
+
function onloadend() {
|
|
2719
|
+
if (!request) {
|
|
2720
|
+
return;
|
|
2721
|
+
}
|
|
2722
|
+
// Prepare the response
|
|
2723
|
+
const responseHeaders = AxiosHeaders.from(
|
|
2724
|
+
'getAllResponseHeaders' in request && request.getAllResponseHeaders()
|
|
2725
|
+
);
|
|
2726
|
+
const responseData =
|
|
2727
|
+
!responseType || responseType === 'text' || responseType === 'json'
|
|
2728
|
+
? request.responseText
|
|
2729
|
+
: request.response;
|
|
2730
|
+
const response = {
|
|
2731
|
+
data: responseData,
|
|
2732
|
+
status: request.status,
|
|
2733
|
+
statusText: request.statusText,
|
|
2734
|
+
headers: responseHeaders,
|
|
2735
|
+
config,
|
|
2736
|
+
request,
|
|
2737
|
+
};
|
|
2738
|
+
|
|
2739
|
+
settle(
|
|
2740
|
+
function _resolve(value) {
|
|
2741
|
+
resolve(value);
|
|
2742
|
+
done();
|
|
2743
|
+
},
|
|
2744
|
+
function _reject(err) {
|
|
2745
|
+
reject(err);
|
|
2746
|
+
done();
|
|
2747
|
+
},
|
|
2748
|
+
response
|
|
2749
|
+
);
|
|
2750
|
+
|
|
2751
|
+
// Clean up request
|
|
2752
|
+
request = null;
|
|
2506
2753
|
}
|
|
2507
|
-
// Prepare the response
|
|
2508
|
-
const responseHeaders = AxiosHeaders$1.from(
|
|
2509
|
-
'getAllResponseHeaders' in request && request.getAllResponseHeaders()
|
|
2510
|
-
);
|
|
2511
|
-
const responseData = !responseType || responseType === 'text' || responseType === 'json' ?
|
|
2512
|
-
request.responseText : request.response;
|
|
2513
|
-
const response = {
|
|
2514
|
-
data: responseData,
|
|
2515
|
-
status: request.status,
|
|
2516
|
-
statusText: request.statusText,
|
|
2517
|
-
headers: responseHeaders,
|
|
2518
|
-
config,
|
|
2519
|
-
request
|
|
2520
|
-
};
|
|
2521
2754
|
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
}
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2755
|
+
if ('onloadend' in request) {
|
|
2756
|
+
// Use onloadend if available
|
|
2757
|
+
request.onloadend = onloadend;
|
|
2758
|
+
} else {
|
|
2759
|
+
// Listen for ready state to emulate onloadend
|
|
2760
|
+
request.onreadystatechange = function handleLoad() {
|
|
2761
|
+
if (!request || request.readyState !== 4) {
|
|
2762
|
+
return;
|
|
2763
|
+
}
|
|
2529
2764
|
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2765
|
+
// The request errored out and we didn't get a response, this will be
|
|
2766
|
+
// handled by onerror instead
|
|
2767
|
+
// With one exception: request that using file: protocol, most browsers
|
|
2768
|
+
// will return status as 0 even though it's a successful request
|
|
2769
|
+
if (
|
|
2770
|
+
request.status === 0 &&
|
|
2771
|
+
!(request.responseURL && request.responseURL.indexOf('file:') === 0)
|
|
2772
|
+
) {
|
|
2773
|
+
return;
|
|
2774
|
+
}
|
|
2775
|
+
// readystate handler is calling before onerror or ontimeout handlers,
|
|
2776
|
+
// so we should call onloadend on the next 'tick'
|
|
2777
|
+
setTimeout(onloadend);
|
|
2778
|
+
};
|
|
2779
|
+
}
|
|
2533
2780
|
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
} else {
|
|
2538
|
-
// Listen for ready state to emulate onloadend
|
|
2539
|
-
request.onreadystatechange = function handleLoad() {
|
|
2540
|
-
if (!request || request.readyState !== 4) {
|
|
2781
|
+
// Handle browser request cancellation (as opposed to a manual cancellation)
|
|
2782
|
+
request.onabort = function handleAbort() {
|
|
2783
|
+
if (!request) {
|
|
2541
2784
|
return;
|
|
2542
2785
|
}
|
|
2543
2786
|
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
//
|
|
2547
|
-
|
|
2548
|
-
if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {
|
|
2549
|
-
return;
|
|
2550
|
-
}
|
|
2551
|
-
// readystate handler is calling before onerror or ontimeout handlers,
|
|
2552
|
-
// so we should call onloadend on the next 'tick'
|
|
2553
|
-
setTimeout(onloadend);
|
|
2787
|
+
reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));
|
|
2788
|
+
|
|
2789
|
+
// Clean up request
|
|
2790
|
+
request = null;
|
|
2554
2791
|
};
|
|
2555
|
-
}
|
|
2556
2792
|
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2793
|
+
// Handle low level network errors
|
|
2794
|
+
request.onerror = function handleError(event) {
|
|
2795
|
+
// Browsers deliver a ProgressEvent in XHR onerror
|
|
2796
|
+
// (message may be empty; when present, surface it)
|
|
2797
|
+
// See https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/error_event
|
|
2798
|
+
const msg = event && event.message ? event.message : 'Network Error';
|
|
2799
|
+
const err = new AxiosError(msg, AxiosError.ERR_NETWORK, config, request);
|
|
2800
|
+
// attach the underlying event for consumers who want details
|
|
2801
|
+
err.event = event || null;
|
|
2802
|
+
reject(err);
|
|
2803
|
+
request = null;
|
|
2804
|
+
};
|
|
2562
2805
|
|
|
2563
|
-
|
|
2806
|
+
// Handle timeout
|
|
2807
|
+
request.ontimeout = function handleTimeout() {
|
|
2808
|
+
let timeoutErrorMessage = _config.timeout
|
|
2809
|
+
? 'timeout of ' + _config.timeout + 'ms exceeded'
|
|
2810
|
+
: 'timeout exceeded';
|
|
2811
|
+
const transitional = _config.transitional || transitionalDefaults;
|
|
2812
|
+
if (_config.timeoutErrorMessage) {
|
|
2813
|
+
timeoutErrorMessage = _config.timeoutErrorMessage;
|
|
2814
|
+
}
|
|
2815
|
+
reject(
|
|
2816
|
+
new AxiosError(
|
|
2817
|
+
timeoutErrorMessage,
|
|
2818
|
+
transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,
|
|
2819
|
+
config,
|
|
2820
|
+
request
|
|
2821
|
+
)
|
|
2822
|
+
);
|
|
2564
2823
|
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2824
|
+
// Clean up request
|
|
2825
|
+
request = null;
|
|
2826
|
+
};
|
|
2568
2827
|
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
// Browsers deliver a ProgressEvent in XHR onerror
|
|
2572
|
-
// (message may be empty; when present, surface it)
|
|
2573
|
-
// See https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/error_event
|
|
2574
|
-
const msg = event && event.message ? event.message : 'Network Error';
|
|
2575
|
-
const err = new AxiosError(msg, AxiosError.ERR_NETWORK, config, request);
|
|
2576
|
-
// attach the underlying event for consumers who want details
|
|
2577
|
-
err.event = event || null;
|
|
2578
|
-
reject(err);
|
|
2579
|
-
request = null;
|
|
2580
|
-
};
|
|
2581
|
-
|
|
2582
|
-
// Handle timeout
|
|
2583
|
-
request.ontimeout = function handleTimeout() {
|
|
2584
|
-
let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded';
|
|
2585
|
-
const transitional = _config.transitional || transitionalDefaults;
|
|
2586
|
-
if (_config.timeoutErrorMessage) {
|
|
2587
|
-
timeoutErrorMessage = _config.timeoutErrorMessage;
|
|
2588
|
-
}
|
|
2589
|
-
reject(new AxiosError(
|
|
2590
|
-
timeoutErrorMessage,
|
|
2591
|
-
transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,
|
|
2592
|
-
config,
|
|
2593
|
-
request));
|
|
2594
|
-
|
|
2595
|
-
// Clean up request
|
|
2596
|
-
request = null;
|
|
2597
|
-
};
|
|
2828
|
+
// Remove Content-Type if data is undefined
|
|
2829
|
+
requestData === undefined && requestHeaders.setContentType(null);
|
|
2598
2830
|
|
|
2599
|
-
|
|
2600
|
-
|
|
2831
|
+
// Add headers to the request
|
|
2832
|
+
if ('setRequestHeader' in request) {
|
|
2833
|
+
utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {
|
|
2834
|
+
request.setRequestHeader(key, val);
|
|
2835
|
+
});
|
|
2836
|
+
}
|
|
2601
2837
|
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
});
|
|
2607
|
-
}
|
|
2838
|
+
// Add withCredentials to request if needed
|
|
2839
|
+
if (!utils$1.isUndefined(_config.withCredentials)) {
|
|
2840
|
+
request.withCredentials = !!_config.withCredentials;
|
|
2841
|
+
}
|
|
2608
2842
|
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2843
|
+
// Add responseType to request if needed
|
|
2844
|
+
if (responseType && responseType !== 'json') {
|
|
2845
|
+
request.responseType = _config.responseType;
|
|
2846
|
+
}
|
|
2613
2847
|
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2848
|
+
// Handle progress if needed
|
|
2849
|
+
if (onDownloadProgress) {
|
|
2850
|
+
[downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true);
|
|
2851
|
+
request.addEventListener('progress', downloadThrottled);
|
|
2852
|
+
}
|
|
2618
2853
|
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
request.addEventListener('progress', downloadThrottled);
|
|
2623
|
-
}
|
|
2854
|
+
// Not all browsers support upload events
|
|
2855
|
+
if (onUploadProgress && request.upload) {
|
|
2856
|
+
[uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress);
|
|
2624
2857
|
|
|
2625
|
-
|
|
2626
|
-
if (onUploadProgress && request.upload) {
|
|
2627
|
-
([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress));
|
|
2858
|
+
request.upload.addEventListener('progress', uploadThrottled);
|
|
2628
2859
|
|
|
2629
|
-
|
|
2860
|
+
request.upload.addEventListener('loadend', flushUpload);
|
|
2861
|
+
}
|
|
2630
2862
|
|
|
2631
|
-
|
|
2632
|
-
|
|
2863
|
+
if (_config.cancelToken || _config.signal) {
|
|
2864
|
+
// Handle cancellation
|
|
2865
|
+
// eslint-disable-next-line func-names
|
|
2866
|
+
onCanceled = (cancel) => {
|
|
2867
|
+
if (!request) {
|
|
2868
|
+
return;
|
|
2869
|
+
}
|
|
2870
|
+
reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
|
|
2871
|
+
request.abort();
|
|
2872
|
+
request = null;
|
|
2873
|
+
};
|
|
2633
2874
|
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
return;
|
|
2875
|
+
_config.cancelToken && _config.cancelToken.subscribe(onCanceled);
|
|
2876
|
+
if (_config.signal) {
|
|
2877
|
+
_config.signal.aborted
|
|
2878
|
+
? onCanceled()
|
|
2879
|
+
: _config.signal.addEventListener('abort', onCanceled);
|
|
2640
2880
|
}
|
|
2641
|
-
reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
|
|
2642
|
-
request.abort();
|
|
2643
|
-
request = null;
|
|
2644
|
-
};
|
|
2645
|
-
|
|
2646
|
-
_config.cancelToken && _config.cancelToken.subscribe(onCanceled);
|
|
2647
|
-
if (_config.signal) {
|
|
2648
|
-
_config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled);
|
|
2649
2881
|
}
|
|
2650
|
-
}
|
|
2651
2882
|
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
if (protocol && platform.protocols.indexOf(protocol) === -1) {
|
|
2655
|
-
reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));
|
|
2656
|
-
return;
|
|
2657
|
-
}
|
|
2883
|
+
const protocol = parseProtocol(_config.url);
|
|
2658
2884
|
|
|
2885
|
+
if (protocol && platform.protocols.indexOf(protocol) === -1) {
|
|
2886
|
+
reject(
|
|
2887
|
+
new AxiosError(
|
|
2888
|
+
'Unsupported protocol ' + protocol + ':',
|
|
2889
|
+
AxiosError.ERR_BAD_REQUEST,
|
|
2890
|
+
config
|
|
2891
|
+
)
|
|
2892
|
+
);
|
|
2893
|
+
return;
|
|
2894
|
+
}
|
|
2659
2895
|
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
};
|
|
2896
|
+
// Send the request
|
|
2897
|
+
request.send(requestData || null);
|
|
2898
|
+
});
|
|
2899
|
+
};
|
|
2664
2900
|
|
|
2665
2901
|
const composeSignals = (signals, timeout) => {
|
|
2666
|
-
const {length} = (signals = signals ? signals.filter(Boolean) : []);
|
|
2902
|
+
const { length } = (signals = signals ? signals.filter(Boolean) : []);
|
|
2667
2903
|
|
|
2668
2904
|
if (timeout || length) {
|
|
2669
2905
|
let controller = new AbortController();
|
|
@@ -2675,21 +2911,29 @@ const composeSignals = (signals, timeout) => {
|
|
|
2675
2911
|
aborted = true;
|
|
2676
2912
|
unsubscribe();
|
|
2677
2913
|
const err = reason instanceof Error ? reason : this.reason;
|
|
2678
|
-
controller.abort(
|
|
2914
|
+
controller.abort(
|
|
2915
|
+
err instanceof AxiosError
|
|
2916
|
+
? err
|
|
2917
|
+
: new CanceledError(err instanceof Error ? err.message : err)
|
|
2918
|
+
);
|
|
2679
2919
|
}
|
|
2680
2920
|
};
|
|
2681
2921
|
|
|
2682
|
-
let timer =
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2922
|
+
let timer =
|
|
2923
|
+
timeout &&
|
|
2924
|
+
setTimeout(() => {
|
|
2925
|
+
timer = null;
|
|
2926
|
+
onabort(new AxiosError(`timeout of ${timeout}ms exceeded`, AxiosError.ETIMEDOUT));
|
|
2927
|
+
}, timeout);
|
|
2686
2928
|
|
|
2687
2929
|
const unsubscribe = () => {
|
|
2688
2930
|
if (signals) {
|
|
2689
2931
|
timer && clearTimeout(timer);
|
|
2690
2932
|
timer = null;
|
|
2691
|
-
signals.forEach(signal => {
|
|
2692
|
-
signal.unsubscribe
|
|
2933
|
+
signals.forEach((signal) => {
|
|
2934
|
+
signal.unsubscribe
|
|
2935
|
+
? signal.unsubscribe(onabort)
|
|
2936
|
+
: signal.removeEventListener('abort', onabort);
|
|
2693
2937
|
});
|
|
2694
2938
|
signals = null;
|
|
2695
2939
|
}
|
|
@@ -2697,7 +2941,7 @@ const composeSignals = (signals, timeout) => {
|
|
|
2697
2941
|
|
|
2698
2942
|
signals.forEach((signal) => signal.addEventListener('abort', onabort));
|
|
2699
2943
|
|
|
2700
|
-
const {signal} = controller;
|
|
2944
|
+
const { signal } = controller;
|
|
2701
2945
|
|
|
2702
2946
|
signal.unsubscribe = () => utils$1.asap(unsubscribe);
|
|
2703
2947
|
|
|
@@ -2705,12 +2949,10 @@ const composeSignals = (signals, timeout) => {
|
|
|
2705
2949
|
}
|
|
2706
2950
|
};
|
|
2707
2951
|
|
|
2708
|
-
var composeSignals$1 = composeSignals;
|
|
2709
|
-
|
|
2710
2952
|
const streamChunk = function* (chunk, chunkSize) {
|
|
2711
2953
|
let len = chunk.byteLength;
|
|
2712
2954
|
|
|
2713
|
-
if (
|
|
2955
|
+
if (len < chunkSize) {
|
|
2714
2956
|
yield chunk;
|
|
2715
2957
|
return;
|
|
2716
2958
|
}
|
|
@@ -2740,7 +2982,7 @@ const readStream = async function* (stream) {
|
|
|
2740
2982
|
const reader = stream.getReader();
|
|
2741
2983
|
try {
|
|
2742
2984
|
for (;;) {
|
|
2743
|
-
const {done, value} = await reader.read();
|
|
2985
|
+
const { done, value } = await reader.read();
|
|
2744
2986
|
if (done) {
|
|
2745
2987
|
break;
|
|
2746
2988
|
}
|
|
@@ -2763,64 +3005,69 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
|
2763
3005
|
}
|
|
2764
3006
|
};
|
|
2765
3007
|
|
|
2766
|
-
return new ReadableStream(
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
3008
|
+
return new ReadableStream(
|
|
3009
|
+
{
|
|
3010
|
+
async pull(controller) {
|
|
3011
|
+
try {
|
|
3012
|
+
const { done, value } = await iterator.next();
|
|
2770
3013
|
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
3014
|
+
if (done) {
|
|
3015
|
+
_onFinish();
|
|
3016
|
+
controller.close();
|
|
3017
|
+
return;
|
|
3018
|
+
}
|
|
2776
3019
|
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
3020
|
+
let len = value.byteLength;
|
|
3021
|
+
if (onProgress) {
|
|
3022
|
+
let loadedBytes = (bytes += len);
|
|
3023
|
+
onProgress(loadedBytes);
|
|
3024
|
+
}
|
|
3025
|
+
controller.enqueue(new Uint8Array(value));
|
|
3026
|
+
} catch (err) {
|
|
3027
|
+
_onFinish(err);
|
|
3028
|
+
throw err;
|
|
2781
3029
|
}
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
_onFinish(
|
|
2785
|
-
|
|
2786
|
-
}
|
|
3030
|
+
},
|
|
3031
|
+
cancel(reason) {
|
|
3032
|
+
_onFinish(reason);
|
|
3033
|
+
return iterator.return();
|
|
3034
|
+
},
|
|
2787
3035
|
},
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
return iterator.return();
|
|
3036
|
+
{
|
|
3037
|
+
highWaterMark: 2,
|
|
2791
3038
|
}
|
|
2792
|
-
|
|
2793
|
-
highWaterMark: 2
|
|
2794
|
-
})
|
|
3039
|
+
);
|
|
2795
3040
|
};
|
|
2796
3041
|
|
|
2797
3042
|
const DEFAULT_CHUNK_SIZE = 64 * 1024;
|
|
2798
3043
|
|
|
2799
|
-
const {isFunction} = utils$1;
|
|
3044
|
+
const { isFunction } = utils$1;
|
|
2800
3045
|
|
|
2801
|
-
const globalFetchAPI = (({Request, Response}) => ({
|
|
2802
|
-
Request,
|
|
3046
|
+
const globalFetchAPI = (({ Request, Response }) => ({
|
|
3047
|
+
Request,
|
|
3048
|
+
Response,
|
|
2803
3049
|
}))(utils$1.global);
|
|
2804
3050
|
|
|
2805
|
-
const {
|
|
2806
|
-
ReadableStream: ReadableStream$1, TextEncoder
|
|
2807
|
-
} = utils$1.global;
|
|
2808
|
-
|
|
3051
|
+
const { ReadableStream: ReadableStream$1, TextEncoder } = utils$1.global;
|
|
2809
3052
|
|
|
2810
3053
|
const test = (fn, ...args) => {
|
|
2811
3054
|
try {
|
|
2812
3055
|
return !!fn(...args);
|
|
2813
3056
|
} catch (e) {
|
|
2814
|
-
return false
|
|
3057
|
+
return false;
|
|
2815
3058
|
}
|
|
2816
3059
|
};
|
|
2817
3060
|
|
|
2818
3061
|
const factory = (env) => {
|
|
2819
|
-
env = utils$1.merge.call(
|
|
2820
|
-
|
|
2821
|
-
|
|
3062
|
+
env = utils$1.merge.call(
|
|
3063
|
+
{
|
|
3064
|
+
skipUndefined: true,
|
|
3065
|
+
},
|
|
3066
|
+
globalFetchAPI,
|
|
3067
|
+
env
|
|
3068
|
+
);
|
|
2822
3069
|
|
|
2823
|
-
const {fetch: envFetch, Request, Response} = env;
|
|
3070
|
+
const { fetch: envFetch, Request, Response } = env;
|
|
2824
3071
|
const isFetchSupported = envFetch ? isFunction(envFetch) : typeof fetch === 'function';
|
|
2825
3072
|
const isRequestSupported = isFunction(Request);
|
|
2826
3073
|
const isResponseSupported = isFunction(Response);
|
|
@@ -2831,46 +3078,65 @@ const factory = (env) => {
|
|
|
2831
3078
|
|
|
2832
3079
|
const isReadableStreamSupported = isFetchSupported && isFunction(ReadableStream$1);
|
|
2833
3080
|
|
|
2834
|
-
const encodeText =
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
3081
|
+
const encodeText =
|
|
3082
|
+
isFetchSupported &&
|
|
3083
|
+
(typeof TextEncoder === 'function'
|
|
3084
|
+
? (
|
|
3085
|
+
(encoder) => (str) =>
|
|
3086
|
+
encoder.encode(str)
|
|
3087
|
+
)(new TextEncoder())
|
|
3088
|
+
: async (str) => new Uint8Array(await new Request(str).arrayBuffer()));
|
|
2838
3089
|
|
|
2839
|
-
const supportsRequestStream =
|
|
2840
|
-
|
|
3090
|
+
const supportsRequestStream =
|
|
3091
|
+
isRequestSupported &&
|
|
3092
|
+
isReadableStreamSupported &&
|
|
3093
|
+
test(() => {
|
|
3094
|
+
let duplexAccessed = false;
|
|
2841
3095
|
|
|
2842
|
-
|
|
2843
|
-
body: new ReadableStream$1(),
|
|
2844
|
-
method: 'POST',
|
|
2845
|
-
get duplex() {
|
|
2846
|
-
duplexAccessed = true;
|
|
2847
|
-
return 'half';
|
|
2848
|
-
},
|
|
2849
|
-
}).headers.has('Content-Type');
|
|
3096
|
+
const body = new ReadableStream$1();
|
|
2850
3097
|
|
|
2851
|
-
|
|
2852
|
-
|
|
3098
|
+
const hasContentType = new Request(platform.origin, {
|
|
3099
|
+
body,
|
|
3100
|
+
method: 'POST',
|
|
3101
|
+
get duplex() {
|
|
3102
|
+
duplexAccessed = true;
|
|
3103
|
+
return 'half';
|
|
3104
|
+
},
|
|
3105
|
+
}).headers.has('Content-Type');
|
|
3106
|
+
|
|
3107
|
+
body.cancel();
|
|
2853
3108
|
|
|
2854
|
-
|
|
3109
|
+
return duplexAccessed && !hasContentType;
|
|
3110
|
+
});
|
|
3111
|
+
|
|
3112
|
+
const supportsResponseStream =
|
|
3113
|
+
isResponseSupported &&
|
|
3114
|
+
isReadableStreamSupported &&
|
|
2855
3115
|
test(() => utils$1.isReadableStream(new Response('').body));
|
|
2856
3116
|
|
|
2857
3117
|
const resolvers = {
|
|
2858
|
-
stream: supportsResponseStream && ((res) => res.body)
|
|
3118
|
+
stream: supportsResponseStream && ((res) => res.body),
|
|
2859
3119
|
};
|
|
2860
3120
|
|
|
2861
|
-
isFetchSupported &&
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
3121
|
+
isFetchSupported &&
|
|
3122
|
+
(() => {
|
|
3123
|
+
['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach((type) => {
|
|
3124
|
+
!resolvers[type] &&
|
|
3125
|
+
(resolvers[type] = (res, config) => {
|
|
3126
|
+
let method = res && res[type];
|
|
3127
|
+
|
|
3128
|
+
if (method) {
|
|
3129
|
+
return method.call(res);
|
|
3130
|
+
}
|
|
3131
|
+
|
|
3132
|
+
throw new AxiosError(
|
|
3133
|
+
`Response type '${type}' is not supported`,
|
|
3134
|
+
AxiosError.ERR_NOT_SUPPORT,
|
|
3135
|
+
config
|
|
3136
|
+
);
|
|
3137
|
+
});
|
|
2871
3138
|
});
|
|
2872
|
-
});
|
|
2873
|
-
})());
|
|
3139
|
+
})();
|
|
2874
3140
|
|
|
2875
3141
|
const getBodyLength = async (body) => {
|
|
2876
3142
|
if (body == null) {
|
|
@@ -2921,32 +3187,41 @@ const factory = (env) => {
|
|
|
2921
3187
|
responseType,
|
|
2922
3188
|
headers,
|
|
2923
3189
|
withCredentials = 'same-origin',
|
|
2924
|
-
fetchOptions
|
|
3190
|
+
fetchOptions,
|
|
2925
3191
|
} = resolveConfig(config);
|
|
2926
3192
|
|
|
2927
3193
|
let _fetch = envFetch || fetch;
|
|
2928
3194
|
|
|
2929
3195
|
responseType = responseType ? (responseType + '').toLowerCase() : 'text';
|
|
2930
3196
|
|
|
2931
|
-
let composedSignal = composeSignals
|
|
3197
|
+
let composedSignal = composeSignals(
|
|
3198
|
+
[signal, cancelToken && cancelToken.toAbortSignal()],
|
|
3199
|
+
timeout
|
|
3200
|
+
);
|
|
2932
3201
|
|
|
2933
3202
|
let request = null;
|
|
2934
3203
|
|
|
2935
|
-
const unsubscribe =
|
|
2936
|
-
composedSignal
|
|
2937
|
-
|
|
3204
|
+
const unsubscribe =
|
|
3205
|
+
composedSignal &&
|
|
3206
|
+
composedSignal.unsubscribe &&
|
|
3207
|
+
(() => {
|
|
3208
|
+
composedSignal.unsubscribe();
|
|
3209
|
+
});
|
|
2938
3210
|
|
|
2939
3211
|
let requestContentLength;
|
|
2940
3212
|
|
|
2941
3213
|
try {
|
|
2942
3214
|
if (
|
|
2943
|
-
onUploadProgress &&
|
|
3215
|
+
onUploadProgress &&
|
|
3216
|
+
supportsRequestStream &&
|
|
3217
|
+
method !== 'get' &&
|
|
3218
|
+
method !== 'head' &&
|
|
2944
3219
|
(requestContentLength = await resolveBodyLength(headers, data)) !== 0
|
|
2945
3220
|
) {
|
|
2946
3221
|
let _request = new Request(url, {
|
|
2947
3222
|
method: 'POST',
|
|
2948
3223
|
body: data,
|
|
2949
|
-
duplex:
|
|
3224
|
+
duplex: 'half',
|
|
2950
3225
|
});
|
|
2951
3226
|
|
|
2952
3227
|
let contentTypeHeader;
|
|
@@ -2971,7 +3246,7 @@ const factory = (env) => {
|
|
|
2971
3246
|
|
|
2972
3247
|
// Cloudflare Workers throws when credentials are defined
|
|
2973
3248
|
// see https://github.com/cloudflare/workerd/issues/902
|
|
2974
|
-
const isCredentialsSupported = isRequestSupported &&
|
|
3249
|
+
const isCredentialsSupported = isRequestSupported && 'credentials' in Request.prototype;
|
|
2975
3250
|
|
|
2976
3251
|
const resolvedOptions = {
|
|
2977
3252
|
...fetchOptions,
|
|
@@ -2979,29 +3254,35 @@ const factory = (env) => {
|
|
|
2979
3254
|
method: method.toUpperCase(),
|
|
2980
3255
|
headers: headers.normalize().toJSON(),
|
|
2981
3256
|
body: data,
|
|
2982
|
-
duplex:
|
|
2983
|
-
credentials: isCredentialsSupported ? withCredentials : undefined
|
|
3257
|
+
duplex: 'half',
|
|
3258
|
+
credentials: isCredentialsSupported ? withCredentials : undefined,
|
|
2984
3259
|
};
|
|
2985
3260
|
|
|
2986
3261
|
request = isRequestSupported && new Request(url, resolvedOptions);
|
|
2987
3262
|
|
|
2988
|
-
let response = await (isRequestSupported
|
|
3263
|
+
let response = await (isRequestSupported
|
|
3264
|
+
? _fetch(request, fetchOptions)
|
|
3265
|
+
: _fetch(url, resolvedOptions));
|
|
2989
3266
|
|
|
2990
|
-
const isStreamResponse =
|
|
3267
|
+
const isStreamResponse =
|
|
3268
|
+
supportsResponseStream && (responseType === 'stream' || responseType === 'response');
|
|
2991
3269
|
|
|
2992
3270
|
if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) {
|
|
2993
3271
|
const options = {};
|
|
2994
3272
|
|
|
2995
|
-
['status', 'statusText', 'headers'].forEach(prop => {
|
|
3273
|
+
['status', 'statusText', 'headers'].forEach((prop) => {
|
|
2996
3274
|
options[prop] = response[prop];
|
|
2997
3275
|
});
|
|
2998
3276
|
|
|
2999
3277
|
const responseContentLength = utils$1.toFiniteNumber(response.headers.get('content-length'));
|
|
3000
3278
|
|
|
3001
|
-
const [onProgress, flush] =
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3279
|
+
const [onProgress, flush] =
|
|
3280
|
+
(onDownloadProgress &&
|
|
3281
|
+
progressEventDecorator(
|
|
3282
|
+
responseContentLength,
|
|
3283
|
+
progressEventReducer(asyncDecorator(onDownloadProgress), true)
|
|
3284
|
+
)) ||
|
|
3285
|
+
[];
|
|
3005
3286
|
|
|
3006
3287
|
response = new Response(
|
|
3007
3288
|
trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
|
|
@@ -3014,54 +3295,64 @@ const factory = (env) => {
|
|
|
3014
3295
|
|
|
3015
3296
|
responseType = responseType || 'text';
|
|
3016
3297
|
|
|
3017
|
-
let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || 'text'](
|
|
3298
|
+
let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || 'text'](
|
|
3299
|
+
response,
|
|
3300
|
+
config
|
|
3301
|
+
);
|
|
3018
3302
|
|
|
3019
3303
|
!isStreamResponse && unsubscribe && unsubscribe();
|
|
3020
3304
|
|
|
3021
3305
|
return await new Promise((resolve, reject) => {
|
|
3022
3306
|
settle(resolve, reject, {
|
|
3023
3307
|
data: responseData,
|
|
3024
|
-
headers: AxiosHeaders
|
|
3308
|
+
headers: AxiosHeaders.from(response.headers),
|
|
3025
3309
|
status: response.status,
|
|
3026
3310
|
statusText: response.statusText,
|
|
3027
3311
|
config,
|
|
3028
|
-
request
|
|
3312
|
+
request,
|
|
3029
3313
|
});
|
|
3030
|
-
})
|
|
3314
|
+
});
|
|
3031
3315
|
} catch (err) {
|
|
3032
3316
|
unsubscribe && unsubscribe();
|
|
3033
3317
|
|
|
3034
3318
|
if (err && err.name === 'TypeError' && /Load failed|fetch/i.test(err.message)) {
|
|
3035
3319
|
throw Object.assign(
|
|
3036
|
-
new AxiosError(
|
|
3320
|
+
new AxiosError(
|
|
3321
|
+
'Network Error',
|
|
3322
|
+
AxiosError.ERR_NETWORK,
|
|
3323
|
+
config,
|
|
3324
|
+
request,
|
|
3325
|
+
err && err.response
|
|
3326
|
+
),
|
|
3037
3327
|
{
|
|
3038
|
-
cause: err.cause || err
|
|
3328
|
+
cause: err.cause || err,
|
|
3039
3329
|
}
|
|
3040
|
-
)
|
|
3330
|
+
);
|
|
3041
3331
|
}
|
|
3042
3332
|
|
|
3043
|
-
throw AxiosError.from(err, err && err.code, config, request);
|
|
3333
|
+
throw AxiosError.from(err, err && err.code, config, request, err && err.response);
|
|
3044
3334
|
}
|
|
3045
|
-
}
|
|
3335
|
+
};
|
|
3046
3336
|
};
|
|
3047
3337
|
|
|
3048
3338
|
const seedCache = new Map();
|
|
3049
3339
|
|
|
3050
3340
|
const getFetch = (config) => {
|
|
3051
3341
|
let env = (config && config.env) || {};
|
|
3052
|
-
const {fetch, Request, Response} = env;
|
|
3053
|
-
const seeds = [
|
|
3054
|
-
Request, Response, fetch
|
|
3055
|
-
];
|
|
3342
|
+
const { fetch, Request, Response } = env;
|
|
3343
|
+
const seeds = [Request, Response, fetch];
|
|
3056
3344
|
|
|
3057
|
-
let len = seeds.length,
|
|
3058
|
-
|
|
3345
|
+
let len = seeds.length,
|
|
3346
|
+
i = len,
|
|
3347
|
+
seed,
|
|
3348
|
+
target,
|
|
3349
|
+
map = seedCache;
|
|
3059
3350
|
|
|
3060
3351
|
while (i--) {
|
|
3061
3352
|
seed = seeds[i];
|
|
3062
3353
|
target = map.get(seed);
|
|
3063
3354
|
|
|
3064
|
-
target === undefined && map.set(seed, target =
|
|
3355
|
+
target === undefined && map.set(seed, (target = i ? new Map() : factory(env)));
|
|
3065
3356
|
|
|
3066
3357
|
map = target;
|
|
3067
3358
|
}
|
|
@@ -3077,7 +3368,7 @@ getFetch();
|
|
|
3077
3368
|
* - `http` for Node.js
|
|
3078
3369
|
* - `xhr` for browsers
|
|
3079
3370
|
* - `fetch` for fetch API-based requests
|
|
3080
|
-
*
|
|
3371
|
+
*
|
|
3081
3372
|
* @type {Object<string, Function|Object>}
|
|
3082
3373
|
*/
|
|
3083
3374
|
const knownAdapters = {
|
|
@@ -3085,7 +3376,7 @@ const knownAdapters = {
|
|
|
3085
3376
|
xhr: xhrAdapter,
|
|
3086
3377
|
fetch: {
|
|
3087
3378
|
get: getFetch,
|
|
3088
|
-
}
|
|
3379
|
+
},
|
|
3089
3380
|
};
|
|
3090
3381
|
|
|
3091
3382
|
// Assign adapter names for easier debugging and identification
|
|
@@ -3102,7 +3393,7 @@ utils$1.forEach(knownAdapters, (fn, value) => {
|
|
|
3102
3393
|
|
|
3103
3394
|
/**
|
|
3104
3395
|
* Render a rejection reason string for unknown or unsupported adapters
|
|
3105
|
-
*
|
|
3396
|
+
*
|
|
3106
3397
|
* @param {string} reason
|
|
3107
3398
|
* @returns {string}
|
|
3108
3399
|
*/
|
|
@@ -3110,17 +3401,18 @@ const renderReason = (reason) => `- ${reason}`;
|
|
|
3110
3401
|
|
|
3111
3402
|
/**
|
|
3112
3403
|
* Check if the adapter is resolved (function, null, or false)
|
|
3113
|
-
*
|
|
3404
|
+
*
|
|
3114
3405
|
* @param {Function|null|false} adapter
|
|
3115
3406
|
* @returns {boolean}
|
|
3116
3407
|
*/
|
|
3117
|
-
const isResolvedHandle = (adapter) =>
|
|
3408
|
+
const isResolvedHandle = (adapter) =>
|
|
3409
|
+
utils$1.isFunction(adapter) || adapter === null || adapter === false;
|
|
3118
3410
|
|
|
3119
3411
|
/**
|
|
3120
3412
|
* Get the first suitable adapter from the provided list.
|
|
3121
3413
|
* Tries each adapter in order until a supported one is found.
|
|
3122
3414
|
* Throws an AxiosError if no adapter is suitable.
|
|
3123
|
-
*
|
|
3415
|
+
*
|
|
3124
3416
|
* @param {Array<string|Function>|string|Function} adapters - Adapter(s) by name or function.
|
|
3125
3417
|
* @param {Object} config - Axios request configuration
|
|
3126
3418
|
* @throws {AxiosError} If no suitable adapter is available
|
|
@@ -3157,14 +3449,17 @@ function getAdapter(adapters, config) {
|
|
|
3157
3449
|
}
|
|
3158
3450
|
|
|
3159
3451
|
if (!adapter) {
|
|
3160
|
-
const reasons = Object.entries(rejectedReasons)
|
|
3161
|
-
|
|
3452
|
+
const reasons = Object.entries(rejectedReasons).map(
|
|
3453
|
+
([id, state]) =>
|
|
3454
|
+
`adapter ${id} ` +
|
|
3162
3455
|
(state === false ? 'is not supported by the environment' : 'is not available in the build')
|
|
3163
|
-
|
|
3456
|
+
);
|
|
3164
3457
|
|
|
3165
|
-
let s = length
|
|
3166
|
-
|
|
3167
|
-
|
|
3458
|
+
let s = length
|
|
3459
|
+
? reasons.length > 1
|
|
3460
|
+
? 'since :\n' + reasons.map(renderReason).join('\n')
|
|
3461
|
+
: ' ' + renderReason(reasons[0])
|
|
3462
|
+
: 'as no adapter specified';
|
|
3168
3463
|
|
|
3169
3464
|
throw new AxiosError(
|
|
3170
3465
|
`There is no suitable adapter to dispatch the request ` + s,
|
|
@@ -3189,7 +3484,7 @@ var adapters = {
|
|
|
3189
3484
|
* Exposes all known adapters
|
|
3190
3485
|
* @type {Object<string, Function|Object>}
|
|
3191
3486
|
*/
|
|
3192
|
-
adapters: knownAdapters
|
|
3487
|
+
adapters: knownAdapters,
|
|
3193
3488
|
};
|
|
3194
3489
|
|
|
3195
3490
|
/**
|
|
@@ -3219,53 +3514,49 @@ function throwIfCancellationRequested(config) {
|
|
|
3219
3514
|
function dispatchRequest(config) {
|
|
3220
3515
|
throwIfCancellationRequested(config);
|
|
3221
3516
|
|
|
3222
|
-
config.headers = AxiosHeaders
|
|
3517
|
+
config.headers = AxiosHeaders.from(config.headers);
|
|
3223
3518
|
|
|
3224
3519
|
// Transform request data
|
|
3225
|
-
config.data = transformData.call(
|
|
3226
|
-
config,
|
|
3227
|
-
config.transformRequest
|
|
3228
|
-
);
|
|
3520
|
+
config.data = transformData.call(config, config.transformRequest);
|
|
3229
3521
|
|
|
3230
3522
|
if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {
|
|
3231
3523
|
config.headers.setContentType('application/x-www-form-urlencoded', false);
|
|
3232
3524
|
}
|
|
3233
3525
|
|
|
3234
|
-
const adapter = adapters.getAdapter(config.adapter || defaults
|
|
3235
|
-
|
|
3236
|
-
return adapter(config).then(function onAdapterResolution(response) {
|
|
3237
|
-
throwIfCancellationRequested(config);
|
|
3238
|
-
|
|
3239
|
-
// Transform response data
|
|
3240
|
-
response.data = transformData.call(
|
|
3241
|
-
config,
|
|
3242
|
-
config.transformResponse,
|
|
3243
|
-
response
|
|
3244
|
-
);
|
|
3245
|
-
|
|
3246
|
-
response.headers = AxiosHeaders$1.from(response.headers);
|
|
3526
|
+
const adapter = adapters.getAdapter(config.adapter || defaults.adapter, config);
|
|
3247
3527
|
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
if (!isCancel(reason)) {
|
|
3528
|
+
return adapter(config).then(
|
|
3529
|
+
function onAdapterResolution(response) {
|
|
3251
3530
|
throwIfCancellationRequested(config);
|
|
3252
3531
|
|
|
3253
3532
|
// Transform response data
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3533
|
+
response.data = transformData.call(config, config.transformResponse, response);
|
|
3534
|
+
|
|
3535
|
+
response.headers = AxiosHeaders.from(response.headers);
|
|
3536
|
+
|
|
3537
|
+
return response;
|
|
3538
|
+
},
|
|
3539
|
+
function onAdapterRejection(reason) {
|
|
3540
|
+
if (!isCancel(reason)) {
|
|
3541
|
+
throwIfCancellationRequested(config);
|
|
3542
|
+
|
|
3543
|
+
// Transform response data
|
|
3544
|
+
if (reason && reason.response) {
|
|
3545
|
+
reason.response.data = transformData.call(
|
|
3546
|
+
config,
|
|
3547
|
+
config.transformResponse,
|
|
3548
|
+
reason.response
|
|
3549
|
+
);
|
|
3550
|
+
reason.response.headers = AxiosHeaders.from(reason.response.headers);
|
|
3551
|
+
}
|
|
3261
3552
|
}
|
|
3262
|
-
}
|
|
3263
3553
|
|
|
3264
|
-
|
|
3265
|
-
|
|
3554
|
+
return Promise.reject(reason);
|
|
3555
|
+
}
|
|
3556
|
+
);
|
|
3266
3557
|
}
|
|
3267
3558
|
|
|
3268
|
-
const VERSION = "1.
|
|
3559
|
+
const VERSION = "1.14.0";
|
|
3269
3560
|
|
|
3270
3561
|
const validators$1 = {};
|
|
3271
3562
|
|
|
@@ -3289,7 +3580,15 @@ const deprecatedWarnings = {};
|
|
|
3289
3580
|
*/
|
|
3290
3581
|
validators$1.transitional = function transitional(validator, version, message) {
|
|
3291
3582
|
function formatMessage(opt, desc) {
|
|
3292
|
-
return
|
|
3583
|
+
return (
|
|
3584
|
+
'[Axios v' +
|
|
3585
|
+
VERSION +
|
|
3586
|
+
"] Transitional option '" +
|
|
3587
|
+
opt +
|
|
3588
|
+
"'" +
|
|
3589
|
+
desc +
|
|
3590
|
+
(message ? '. ' + message : '')
|
|
3591
|
+
);
|
|
3293
3592
|
}
|
|
3294
3593
|
|
|
3295
3594
|
// eslint-disable-next-line func-names
|
|
@@ -3321,7 +3620,7 @@ validators$1.spelling = function spelling(correctSpelling) {
|
|
|
3321
3620
|
// eslint-disable-next-line no-console
|
|
3322
3621
|
console.warn(`${opt} is likely a misspelling of ${correctSpelling}`);
|
|
3323
3622
|
return true;
|
|
3324
|
-
}
|
|
3623
|
+
};
|
|
3325
3624
|
};
|
|
3326
3625
|
|
|
3327
3626
|
/**
|
|
@@ -3347,7 +3646,10 @@ function assertOptions(options, schema, allowUnknown) {
|
|
|
3347
3646
|
const value = options[opt];
|
|
3348
3647
|
const result = value === undefined || validator(value, opt, options);
|
|
3349
3648
|
if (result !== true) {
|
|
3350
|
-
throw new AxiosError(
|
|
3649
|
+
throw new AxiosError(
|
|
3650
|
+
'option ' + opt + ' must be ' + result,
|
|
3651
|
+
AxiosError.ERR_BAD_OPTION_VALUE
|
|
3652
|
+
);
|
|
3351
3653
|
}
|
|
3352
3654
|
continue;
|
|
3353
3655
|
}
|
|
@@ -3359,7 +3661,7 @@ function assertOptions(options, schema, allowUnknown) {
|
|
|
3359
3661
|
|
|
3360
3662
|
var validator = {
|
|
3361
3663
|
assertOptions,
|
|
3362
|
-
validators: validators$1
|
|
3664
|
+
validators: validators$1,
|
|
3363
3665
|
};
|
|
3364
3666
|
|
|
3365
3667
|
const validators = validator.validators;
|
|
@@ -3375,8 +3677,8 @@ class Axios {
|
|
|
3375
3677
|
constructor(instanceConfig) {
|
|
3376
3678
|
this.defaults = instanceConfig || {};
|
|
3377
3679
|
this.interceptors = {
|
|
3378
|
-
request: new InterceptorManager
|
|
3379
|
-
response: new InterceptorManager
|
|
3680
|
+
request: new InterceptorManager(),
|
|
3681
|
+
response: new InterceptorManager(),
|
|
3380
3682
|
};
|
|
3381
3683
|
}
|
|
3382
3684
|
|
|
@@ -3427,26 +3729,35 @@ class Axios {
|
|
|
3427
3729
|
|
|
3428
3730
|
config = mergeConfig(this.defaults, config);
|
|
3429
3731
|
|
|
3430
|
-
const {transitional, paramsSerializer, headers} = config;
|
|
3732
|
+
const { transitional, paramsSerializer, headers } = config;
|
|
3431
3733
|
|
|
3432
3734
|
if (transitional !== undefined) {
|
|
3433
|
-
validator.assertOptions(
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3735
|
+
validator.assertOptions(
|
|
3736
|
+
transitional,
|
|
3737
|
+
{
|
|
3738
|
+
silentJSONParsing: validators.transitional(validators.boolean),
|
|
3739
|
+
forcedJSONParsing: validators.transitional(validators.boolean),
|
|
3740
|
+
clarifyTimeoutError: validators.transitional(validators.boolean),
|
|
3741
|
+
legacyInterceptorReqResOrdering: validators.transitional(validators.boolean),
|
|
3742
|
+
},
|
|
3743
|
+
false
|
|
3744
|
+
);
|
|
3438
3745
|
}
|
|
3439
3746
|
|
|
3440
3747
|
if (paramsSerializer != null) {
|
|
3441
3748
|
if (utils$1.isFunction(paramsSerializer)) {
|
|
3442
3749
|
config.paramsSerializer = {
|
|
3443
|
-
serialize: paramsSerializer
|
|
3750
|
+
serialize: paramsSerializer,
|
|
3444
3751
|
};
|
|
3445
3752
|
} else {
|
|
3446
|
-
validator.assertOptions(
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3753
|
+
validator.assertOptions(
|
|
3754
|
+
paramsSerializer,
|
|
3755
|
+
{
|
|
3756
|
+
encode: validators.function,
|
|
3757
|
+
serialize: validators.function,
|
|
3758
|
+
},
|
|
3759
|
+
true
|
|
3760
|
+
);
|
|
3450
3761
|
}
|
|
3451
3762
|
}
|
|
3452
3763
|
|
|
@@ -3457,28 +3768,27 @@ class Axios {
|
|
|
3457
3768
|
config.allowAbsoluteUrls = true;
|
|
3458
3769
|
}
|
|
3459
3770
|
|
|
3460
|
-
validator.assertOptions(
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3771
|
+
validator.assertOptions(
|
|
3772
|
+
config,
|
|
3773
|
+
{
|
|
3774
|
+
baseUrl: validators.spelling('baseURL'),
|
|
3775
|
+
withXsrfToken: validators.spelling('withXSRFToken'),
|
|
3776
|
+
},
|
|
3777
|
+
true
|
|
3778
|
+
);
|
|
3464
3779
|
|
|
3465
3780
|
// Set config.method
|
|
3466
3781
|
config.method = (config.method || this.defaults.method || 'get').toLowerCase();
|
|
3467
3782
|
|
|
3468
3783
|
// Flatten headers
|
|
3469
|
-
let contextHeaders = headers && utils$1.merge(
|
|
3470
|
-
headers.common,
|
|
3471
|
-
headers[config.method]
|
|
3472
|
-
);
|
|
3784
|
+
let contextHeaders = headers && utils$1.merge(headers.common, headers[config.method]);
|
|
3473
3785
|
|
|
3474
|
-
headers &&
|
|
3475
|
-
['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],
|
|
3476
|
-
(method) => {
|
|
3786
|
+
headers &&
|
|
3787
|
+
utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], (method) => {
|
|
3477
3788
|
delete headers[method];
|
|
3478
|
-
}
|
|
3479
|
-
);
|
|
3789
|
+
});
|
|
3480
3790
|
|
|
3481
|
-
config.headers = AxiosHeaders
|
|
3791
|
+
config.headers = AxiosHeaders.concat(contextHeaders, headers);
|
|
3482
3792
|
|
|
3483
3793
|
// filter out skipped interceptors
|
|
3484
3794
|
const requestInterceptorChain = [];
|
|
@@ -3490,7 +3800,15 @@ class Axios {
|
|
|
3490
3800
|
|
|
3491
3801
|
synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;
|
|
3492
3802
|
|
|
3493
|
-
|
|
3803
|
+
const transitional = config.transitional || transitionalDefaults;
|
|
3804
|
+
const legacyInterceptorReqResOrdering =
|
|
3805
|
+
transitional && transitional.legacyInterceptorReqResOrdering;
|
|
3806
|
+
|
|
3807
|
+
if (legacyInterceptorReqResOrdering) {
|
|
3808
|
+
requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);
|
|
3809
|
+
} else {
|
|
3810
|
+
requestInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);
|
|
3811
|
+
}
|
|
3494
3812
|
});
|
|
3495
3813
|
|
|
3496
3814
|
const responseInterceptorChain = [];
|
|
@@ -3558,28 +3876,32 @@ class Axios {
|
|
|
3558
3876
|
// Provide aliases for supported request methods
|
|
3559
3877
|
utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
|
|
3560
3878
|
/*eslint func-names:0*/
|
|
3561
|
-
Axios.prototype[method] = function(url, config) {
|
|
3562
|
-
return this.request(
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3879
|
+
Axios.prototype[method] = function (url, config) {
|
|
3880
|
+
return this.request(
|
|
3881
|
+
mergeConfig(config || {}, {
|
|
3882
|
+
method,
|
|
3883
|
+
url,
|
|
3884
|
+
data: (config || {}).data,
|
|
3885
|
+
})
|
|
3886
|
+
);
|
|
3567
3887
|
};
|
|
3568
3888
|
});
|
|
3569
3889
|
|
|
3570
3890
|
utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
|
|
3571
|
-
/*eslint func-names:0*/
|
|
3572
|
-
|
|
3573
3891
|
function generateHTTPMethod(isForm) {
|
|
3574
3892
|
return function httpMethod(url, data, config) {
|
|
3575
|
-
return this.request(
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3893
|
+
return this.request(
|
|
3894
|
+
mergeConfig(config || {}, {
|
|
3895
|
+
method,
|
|
3896
|
+
headers: isForm
|
|
3897
|
+
? {
|
|
3898
|
+
'Content-Type': 'multipart/form-data',
|
|
3899
|
+
}
|
|
3900
|
+
: {},
|
|
3901
|
+
url,
|
|
3902
|
+
data,
|
|
3903
|
+
})
|
|
3904
|
+
);
|
|
3583
3905
|
};
|
|
3584
3906
|
}
|
|
3585
3907
|
|
|
@@ -3588,8 +3910,6 @@ utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method)
|
|
|
3588
3910
|
Axios.prototype[method + 'Form'] = generateHTTPMethod(true);
|
|
3589
3911
|
});
|
|
3590
3912
|
|
|
3591
|
-
var Axios$1 = Axios;
|
|
3592
|
-
|
|
3593
3913
|
/**
|
|
3594
3914
|
* A `CancelToken` is an object that can be used to request cancellation of an operation.
|
|
3595
3915
|
*
|
|
@@ -3612,7 +3932,7 @@ class CancelToken {
|
|
|
3612
3932
|
const token = this;
|
|
3613
3933
|
|
|
3614
3934
|
// eslint-disable-next-line func-names
|
|
3615
|
-
this.promise.then(cancel => {
|
|
3935
|
+
this.promise.then((cancel) => {
|
|
3616
3936
|
if (!token._listeners) return;
|
|
3617
3937
|
|
|
3618
3938
|
let i = token._listeners.length;
|
|
@@ -3624,10 +3944,10 @@ class CancelToken {
|
|
|
3624
3944
|
});
|
|
3625
3945
|
|
|
3626
3946
|
// eslint-disable-next-line func-names
|
|
3627
|
-
this.promise.then = onfulfilled => {
|
|
3947
|
+
this.promise.then = (onfulfilled) => {
|
|
3628
3948
|
let _resolve;
|
|
3629
3949
|
// eslint-disable-next-line func-names
|
|
3630
|
-
const promise = new Promise(resolve => {
|
|
3950
|
+
const promise = new Promise((resolve) => {
|
|
3631
3951
|
token.subscribe(resolve);
|
|
3632
3952
|
_resolve = resolve;
|
|
3633
3953
|
}).then(onfulfilled);
|
|
@@ -3715,13 +4035,11 @@ class CancelToken {
|
|
|
3715
4035
|
});
|
|
3716
4036
|
return {
|
|
3717
4037
|
token,
|
|
3718
|
-
cancel
|
|
4038
|
+
cancel,
|
|
3719
4039
|
};
|
|
3720
4040
|
}
|
|
3721
4041
|
}
|
|
3722
4042
|
|
|
3723
|
-
var CancelToken$1 = CancelToken;
|
|
3724
|
-
|
|
3725
4043
|
/**
|
|
3726
4044
|
* Syntactic sugar for invoking a function and expanding an array for arguments.
|
|
3727
4045
|
*
|
|
@@ -3729,7 +4047,7 @@ var CancelToken$1 = CancelToken;
|
|
|
3729
4047
|
*
|
|
3730
4048
|
* ```js
|
|
3731
4049
|
* function f(x, y, z) {}
|
|
3732
|
-
*
|
|
4050
|
+
* const args = [1, 2, 3];
|
|
3733
4051
|
* f.apply(null, args);
|
|
3734
4052
|
* ```
|
|
3735
4053
|
*
|
|
@@ -3757,7 +4075,7 @@ function spread(callback) {
|
|
|
3757
4075
|
* @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
|
|
3758
4076
|
*/
|
|
3759
4077
|
function isAxiosError(payload) {
|
|
3760
|
-
return utils$1.isObject(payload) &&
|
|
4078
|
+
return utils$1.isObject(payload) && payload.isAxiosError === true;
|
|
3761
4079
|
}
|
|
3762
4080
|
|
|
3763
4081
|
const HttpStatusCode = {
|
|
@@ -3836,8 +4154,6 @@ Object.entries(HttpStatusCode).forEach(([key, value]) => {
|
|
|
3836
4154
|
HttpStatusCode[value] = key;
|
|
3837
4155
|
});
|
|
3838
4156
|
|
|
3839
|
-
var HttpStatusCode$1 = HttpStatusCode;
|
|
3840
|
-
|
|
3841
4157
|
/**
|
|
3842
4158
|
* Create an instance of Axios
|
|
3843
4159
|
*
|
|
@@ -3846,14 +4162,14 @@ var HttpStatusCode$1 = HttpStatusCode;
|
|
|
3846
4162
|
* @returns {Axios} A new instance of Axios
|
|
3847
4163
|
*/
|
|
3848
4164
|
function createInstance(defaultConfig) {
|
|
3849
|
-
const context = new Axios
|
|
3850
|
-
const instance = bind(Axios
|
|
4165
|
+
const context = new Axios(defaultConfig);
|
|
4166
|
+
const instance = bind(Axios.prototype.request, context);
|
|
3851
4167
|
|
|
3852
4168
|
// Copy axios.prototype to instance
|
|
3853
|
-
utils$1.extend(instance, Axios
|
|
4169
|
+
utils$1.extend(instance, Axios.prototype, context, { allOwnKeys: true });
|
|
3854
4170
|
|
|
3855
4171
|
// Copy context to instance
|
|
3856
|
-
utils$1.extend(instance, context, null, {allOwnKeys: true});
|
|
4172
|
+
utils$1.extend(instance, context, null, { allOwnKeys: true });
|
|
3857
4173
|
|
|
3858
4174
|
// Factory for creating new instances
|
|
3859
4175
|
instance.create = function create(instanceConfig) {
|
|
@@ -3864,14 +4180,14 @@ function createInstance(defaultConfig) {
|
|
|
3864
4180
|
}
|
|
3865
4181
|
|
|
3866
4182
|
// Create the default instance to be exported
|
|
3867
|
-
const axios = createInstance(defaults
|
|
4183
|
+
const axios = createInstance(defaults);
|
|
3868
4184
|
|
|
3869
4185
|
// Expose Axios class to allow class inheritance
|
|
3870
|
-
axios.Axios = Axios
|
|
4186
|
+
axios.Axios = Axios;
|
|
3871
4187
|
|
|
3872
4188
|
// Expose Cancel & CancelToken
|
|
3873
4189
|
axios.CanceledError = CanceledError;
|
|
3874
|
-
axios.CancelToken = CancelToken
|
|
4190
|
+
axios.CancelToken = CancelToken;
|
|
3875
4191
|
axios.isCancel = isCancel;
|
|
3876
4192
|
axios.VERSION = VERSION;
|
|
3877
4193
|
axios.toFormData = toFormData;
|
|
@@ -3895,13 +4211,13 @@ axios.isAxiosError = isAxiosError;
|
|
|
3895
4211
|
// Expose mergeConfig
|
|
3896
4212
|
axios.mergeConfig = mergeConfig;
|
|
3897
4213
|
|
|
3898
|
-
axios.AxiosHeaders = AxiosHeaders
|
|
4214
|
+
axios.AxiosHeaders = AxiosHeaders;
|
|
3899
4215
|
|
|
3900
|
-
axios.formToJSON = thing => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
|
|
4216
|
+
axios.formToJSON = (thing) => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
|
|
3901
4217
|
|
|
3902
4218
|
axios.getAdapter = adapters.getAdapter;
|
|
3903
4219
|
|
|
3904
|
-
axios.HttpStatusCode = HttpStatusCode
|
|
4220
|
+
axios.HttpStatusCode = HttpStatusCode;
|
|
3905
4221
|
|
|
3906
4222
|
axios.default = axios;
|
|
3907
4223
|
|