@gemeentenijmegen/webapp 1.1.12 → 1.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4907 -135
- package/.nvmrc +1 -0
- package/API.md +74 -2
- package/assets/webapp/auth/auth.lambda/index.js +23 -19
- package/assets/webapp/login/login.lambda/index.js +23 -19
- 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-function.js +3 -3
- package/lib/webapp/auth/auth.lambda.d.ts +1 -1
- package/lib/webapp/auth/auth.lambda.js +2 -2
- package/lib/webapp/login/login-function.js +3 -3
- package/lib/webapp/login/login.lambda.d.ts +1 -1
- package/lib/webapp/login/login.lambda.js +2 -2
- package/lib/webapp/logout/logout-function.js +3 -3
- package/lib/webapp/logout/logout.lambda.js +2 -2
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/README.md +41 -25
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +49 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +28 -9
- package/node_modules/@aws-sdk/client-dynamodb/README.md +25 -107
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +677 -4356
- 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 +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +5 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +12 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2390 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +29 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +5 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +4 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +4 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +245 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/errors.js +440 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +1 -706
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +6 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +12 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +2381 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js +40 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForExportCompleted.js +40 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForImportCompleted.js +49 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +49 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +80 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +11 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +9 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +6 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +9 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +6 -7
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +6 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +589 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +803 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +173 -1402
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/Interfaces.d.ts +1 -1
- 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 +7 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +7 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +7 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +325 -0
- 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 +4 -4
- 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/commands/TransactWriteItemsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +313 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/errors.d.ts +286 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +66 -590
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +325 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +11 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForExportCompleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForImportCompleted.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +14 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +59 -50
- package/node_modules/@aws-sdk/client-s3/README.md +43 -150
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +8 -9
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +794 -9624
- 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 +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +7 -12
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +10 -0
- 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 +27 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +4 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +8 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +23 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +26 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -8
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -8
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +2 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -8
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +3 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +3 -7
- 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 -8
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -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 +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +5 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +403 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +185 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1 -587
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +1 -234
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +8 -13
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +10 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +3246 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +75 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +17 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- 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/AbortMultipartUploadCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +24 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +16 -19
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +17 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +11 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +12 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAbacCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +7 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +13 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +22 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +7 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +20 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +20 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +7 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +8 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +7 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +8 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +8 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAbacCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +35 -25
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +13 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +6 -3
- 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 +9 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +14 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +16 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +5 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +987 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +208 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3763 -1139
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +195 -3875
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +1 -1
- 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 +21 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +23 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +21 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +9 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +464 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +122 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +24 -6
- 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 +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +47 -0
- 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/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -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 +3 -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 +5 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +529 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +92 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +607 -565
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +48 -711
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +26 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +31 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +26 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +464 -0
- package/node_modules/@aws-sdk/client-s3/package.json +65 -64
- package/node_modules/@aws-sdk/client-secrets-manager/README.md +25 -73
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +111 -1251
- 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 +3 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +5 -8
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +9 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +4 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +3 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +4 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/enums.js +24 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/errors.js +169 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +1 -222
- 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 +3 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +6 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +661 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +22 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +10 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +20 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +14 -16
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +43 -33
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +28 -26
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +16 -8
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +13 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +8 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +15 -15
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +24 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +8 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +32 -28
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +11 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +31 -16
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +15 -14
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +38 -27
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +22 -19
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +11 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/SecretsManagerServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/enums.d.ts +56 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/errors.d.ts +175 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +587 -616
- 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/Interfaces.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 +7 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +7 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +7 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +99 -0
- 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 +3 -3
- 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/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/SecretsManagerServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/enums.d.ts +29 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/errors.d.ts +97 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +27 -140
- 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 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +98 -0
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +54 -48
- package/node_modules/@aws-sdk/client-ssm/README.md +25 -195
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +2462 -11943
- 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 +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +5 -8
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +10 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +107 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +3 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +5 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/enums.js +674 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/errors.js +1915 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +1 -1464
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +1 -1044
- 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 +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +6 -9
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +10 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +5599 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +358 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +10 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +9 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +9 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/SSMServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/enums.d.ts +1458 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/errors.d.ts +1953 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +4467 -1810
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +4178 -7111
- 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/Interfaces.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 +7 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +7 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +7 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +755 -0
- 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 +3 -3
- 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/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +5 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/SSMServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/enums.d.ts +844 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/errors.d.ts +1191 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +894 -1100
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +924 -2077
- 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 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +755 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +50 -48
- package/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +382 -139
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- 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 +370 -135
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +3 -3
- 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 +38 -5
- 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 +15 -6
- 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 +18 -14
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +53 -26
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +98 -55
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +135 -0
- 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 +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +40 -7
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +26 -6
- 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 +16 -0
- 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 +13 -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 +1 -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 +4 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +4 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +6 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +12 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +13 -4
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +5 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -1
- 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 +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/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 +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +9 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/package.json +23 -23
- package/node_modules/@aws-sdk/crc64-nvme/LICENSE +201 -0
- package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +13 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +19 -19
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +34 -21
- 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 +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +8 -4
- 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 +8 -8
- 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 +11 -0
- 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 +8 -4
- 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 +9 -0
- 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 -22
- package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +114 -45
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +60 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +22 -22
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +6 -3
- 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 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +17 -17
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -4
- 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 +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +3 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +16 -16
- package/node_modules/@aws-sdk/dynamodb-codec/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/README.md +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-cjs/index.js +91 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-es/codec/DynamoDBJsonCodec.js +86 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/codec/DynamoDBJsonCodec.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/codec/DynamoDBJsonCodec.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/package.json +58 -0
- 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-cjs/index.js +18 -6
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-es/index.js +18 -6
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +76 -53
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +25 -9
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +10 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js +10 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +16 -13
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +20 -19
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-host-header/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-logger/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- 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 +13 -13
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +4 -4
- 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/s3Configuration.js +2 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +18 -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/s3Configuration.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +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 +12 -12
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +9 -9
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +16 -15
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +133 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +170 -0
- 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.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +40 -492
- 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.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +53 -671
- 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.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +130 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +45 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +122 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/errors.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +5 -3
- 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 +3 -10
- 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 +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -203
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +137 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +5 -3
- 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 +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +19 -9
- 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 +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -102
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +192 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/endpointResolver.d.ts +8 -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 +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +190 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +13 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -2
- 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/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -311
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +14 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +5 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -2
- 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/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +7 -131
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -0
- 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/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -120
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -64
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +73 -42
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +16 -20
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +18 -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 +10 -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 +4 -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 +5 -3
- package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- 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/AwsCredentialIdentity.d.ts +1 -0
- 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/dist-types/ts3.4/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
- 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 +7 -13
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +4 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +4 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +11 -11
- package/node_modules/@aws-sdk/util-format-url/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-format-url/package.json +12 -12
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
- package/node_modules/@aws-sdk/util-locate-window/package.json +10 -10
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +10 -10
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +133 -6
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +18 -15
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +723 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +224 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +541 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +93 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +523 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.js +14 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +43 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +106 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/validator.js +425 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +6 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +391 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +88 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +729 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +123 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +40 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +12 -12
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +4651 -234
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +14 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.d.ts +6 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +5 -17
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +8 -27
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +524 -13
- 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/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +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 +8 -26
- 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 +102 -80
- 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/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +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 +8 -26
- 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 +102 -80
- 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 +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +5 -17
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +8 -16
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +524 -9
- 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 +8 -16
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +521 -9
- 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 +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +5 -17
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +8 -16
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +524 -9
- 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 +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +5 -17
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +8 -16
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +524 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/lambda-dynamodb.test.js +75 -67
- package/node_modules/@aws-solutions-constructs/core/.jsii +15390 -0
- package/node_modules/@aws-solutions-constructs/core/index.d.ts +82 -0
- package/node_modules/@aws-solutions-constructs/core/index.js +99 -0
- package/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +24 -0
- package/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +72 -0
- package/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +84 -0
- package/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +286 -0
- package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +23 -0
- package/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +69 -0
- package/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +255 -0
- package/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +210 -0
- package/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +266 -0
- package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.d.ts +50 -0
- package/node_modules/@aws-solutions-constructs/core/lib/polly-helper.js +138 -0
- package/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +164 -0
- package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.d.ts +63 -0
- package/node_modules/@aws-solutions-constructs/core/lib/textract-helper.js +220 -0
- package/node_modules/@aws-solutions-constructs/core/lib/translate-helper.d.ts +43 -0
- package/node_modules/@aws-solutions-constructs/core/lib/translate-helper.js +144 -0
- package/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +117 -0
- package/node_modules/@aws-solutions-constructs/core/lib/utils.js +315 -0
- package/node_modules/@aws-solutions-constructs/core/lib/validation.d.ts +60 -0
- package/node_modules/@aws-solutions-constructs/core/lib/validation.js +594 -0
- package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +77 -0
- package/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +291 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +6036 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +1 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +1 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +301 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +3 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +462 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +102 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +133 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +264 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +557 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +333 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +29 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +78 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/package.json +133 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +1193 -0
- package/node_modules/@aws-solutions-constructs/core/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +5 -0
- package/node_modules/@aws-solutions-constructs/core/nohoist.sh +16 -0
- package/node_modules/@aws-solutions-constructs/core/package.json +94 -0
- package/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +520 -0
- package/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +819 -0
- package/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +207 -0
- package/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +1038 -0
- package/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +81 -0
- package/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +639 -0
- package/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +454 -0
- package/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +77 -0
- package/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +355 -0
- package/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +595 -0
- package/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +489 -0
- package/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +99 -0
- package/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +486 -0
- package/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +416 -0
- package/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +285 -0
- package/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +787 -0
- package/node_modules/@aws-solutions-constructs/core/test/polly-helper.test.js +495 -0
- package/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +384 -0
- package/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +244 -0
- package/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +66 -0
- package/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +367 -0
- package/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +361 -0
- package/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +441 -0
- package/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +59 -0
- package/node_modules/@aws-solutions-constructs/core/test/test-helper.js +349 -0
- package/node_modules/@aws-solutions-constructs/core/test/textract-helper.test.js +857 -0
- package/node_modules/@aws-solutions-constructs/core/test/translate-helper.test.js +581 -0
- package/node_modules/@aws-solutions-constructs/core/test/utils.test.js +275 -0
- package/node_modules/@aws-solutions-constructs/core/test/validation.test.js +218 -0
- package/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +308 -0
- package/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +339 -0
- package/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +471 -0
- package/node_modules/@gemeentenijmegen/apiclient/.nvmrc +1 -0
- package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +1 -1
- package/node_modules/@gemeentenijmegen/apiclient/package.json +9 -9
- package/node_modules/@gemeentenijmegen/apigateway-http/.nvmrc +1 -0
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
- package/node_modules/@gemeentenijmegen/aws-constructs/.jsii +4173 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/.nvmrc +1 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/API.md +1335 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/README.md +10 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.d.ts +29 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.js +66 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.d.ts +48 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.js +45 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.d.ts +68 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.js +59 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/LambdaMonitoringAlarm.d.ts +11 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/LambdaMonitoringAlarm.js +6 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.d.ts +27 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.js +44 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.d.ts +92 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.js +87 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.d.ts +13 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.js +42 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/index.d.ts +7 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/lib/index.js +24 -0
- package/node_modules/@gemeentenijmegen/aws-constructs/package.json +125 -0
- package/node_modules/@gemeentenijmegen/session/.nvmrc +1 -0
- package/node_modules/@gemeentenijmegen/session/lib/index.js +1 -1
- package/node_modules/@gemeentenijmegen/session/package.json +18 -13
- package/node_modules/@smithy/abort-controller/package.json +7 -7
- package/node_modules/@smithy/chunked-blob-reader/package.json +6 -6
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -7
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
- package/node_modules/@smithy/config-resolver/package.json +11 -11
- package/node_modules/@smithy/core/dist-cjs/index.js +2 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +72 -24
- 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 +52 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +63 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +100 -19
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -18
- 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 +53 -12
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -12
- 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 +53 -5
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +37 -4
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +19 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +7 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- 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-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +8 -2
- 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/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +12 -4
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +15 -2
- 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/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +9 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +18 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -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/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +8 -2
- 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/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +12 -4
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +15 -2
- 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/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +9 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +18 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +6 -0
- package/node_modules/@smithy/core/endpoints.d.ts +7 -0
- package/node_modules/@smithy/core/endpoints.js +6 -0
- package/node_modules/@smithy/core/package.json +28 -17
- package/node_modules/@smithy/credential-provider-imds/package.json +10 -10
- package/node_modules/@smithy/eventstream-codec/package.json +9 -9
- package/node_modules/@smithy/eventstream-serde-browser/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -7
- package/node_modules/@smithy/eventstream-serde-node/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -9
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -4
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +21 -4
- package/node_modules/@smithy/fetch-http-handler/package.json +11 -11
- package/node_modules/@smithy/hash-blob-browser/package.json +10 -10
- package/node_modules/@smithy/hash-node/package.json +9 -9
- package/node_modules/@smithy/hash-stream-node/package.json +9 -9
- package/node_modules/@smithy/invalid-dependency/package.json +7 -7
- package/node_modules/@smithy/is-array-buffer/package.json +6 -6
- package/node_modules/@smithy/md5-js/package.json +10 -10
- package/node_modules/@smithy/middleware-content-length/package.json +8 -8
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +28 -4
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +10 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +13 -13
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
- package/node_modules/@smithy/middleware-retry/package.json +14 -14
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +6 -2
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- 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 +82 -49
- 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 +44 -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 +12 -5
- 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 +6 -6
- 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 +6 -6
- 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 +4 -3
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +4 -3
- 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/getSSOTokenFromFile.js +2 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +22 -16
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +10 -10
- package/node_modules/@smithy/signature-v4/package.json +13 -13
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +65 -19
- package/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/package.json +15 -13
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +19 -12
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +11 -5
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +34 -17
- 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/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +19 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +11 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +34 -17
- package/node_modules/@smithy/types/package.json +5 -5
- package/node_modules/@smithy/url-parser/package.json +8 -8
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
- package/node_modules/@smithy/util-base64/package.json +8 -8
- package/node_modules/@smithy/util-body-length-browser/package.json +6 -6
- package/node_modules/@smithy/util-body-length-node/package.json +6 -6
- package/node_modules/@smithy/util-buffer-from/package.json +7 -7
- package/node_modules/@smithy/util-config-provider/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -9
- package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -12
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +8 -8
- package/node_modules/@smithy/util-hex-encoding/package.json +6 -6
- package/node_modules/@smithy/util-middleware/package.json +7 -7
- package/node_modules/@smithy/util-retry/package.json +8 -8
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -27
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +8 -7
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +8 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@smithy/util-stream/package.json +13 -13
- package/node_modules/@smithy/util-uri-escape/package.json +6 -6
- package/node_modules/@smithy/util-utf8/package.json +7 -7
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +18 -5
- package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +3 -2
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
- package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +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/common/api-gateway.d.ts +2 -0
- 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/custom-email-sender.d.ts +5 -0
- 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 +655 -534
- package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
- package/node_modules/axios/README.md +624 -459
- package/node_modules/axios/dist/axios.js +986 -919
- 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 +1231 -832
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +1232 -833
- 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 +2008 -1353
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +260 -112
- package/node_modules/axios/index.d.ts +345 -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 +102 -53
- package/node_modules/axios/lib/adapters/fetch.js +139 -93
- package/node_modules/axios/lib/adapters/http.js +719 -483
- package/node_modules/axios/lib/adapters/xhr.js +189 -167
- package/node_modules/axios/lib/axios.js +6 -6
- package/node_modules/axios/lib/cancel/CancelToken.js +4 -4
- package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
- package/node_modules/axios/lib/core/Axios.js +66 -43
- package/node_modules/axios/lib/core/AxiosError.js +64 -84
- package/node_modules/axios/lib/core/AxiosHeaders.js +54 -24
- package/node_modules/axios/lib/core/InterceptorManager.js +4 -3
- package/node_modules/axios/lib/core/dispatchRequest.js +25 -29
- package/node_modules/axios/lib/core/mergeConfig.js +11 -10
- 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/HttpStatusCode.js +6 -0
- package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +5 -4
- package/node_modules/axios/lib/helpers/bind.js +7 -0
- package/node_modules/axios/lib/helpers/buildURL.js +18 -19
- package/node_modules/axios/lib/helpers/callbackify.js +13 -11
- package/node_modules/axios/lib/helpers/composeSignals.js +22 -14
- package/node_modules/axios/lib/helpers/cookies.js +45 -39
- 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 +65 -73
- 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 +14 -5
- package/node_modules/bowser/src/bowser.js +24 -8
- package/node_modules/bowser/src/constants.js +77 -19
- package/node_modules/bowser/src/parser-browsers.js +468 -0
- package/node_modules/bowser/src/parser-os.js +12 -0
- package/node_modules/bowser/src/parser-platforms.js +284 -0
- package/node_modules/bowser/src/parser.js +86 -5
- package/node_modules/bowser/src/utils.js +31 -13
- package/node_modules/constructs/.jsii +1471 -0
- package/node_modules/constructs/API.md +1295 -0
- package/node_modules/constructs/CONTRIBUTING.md +146 -0
- package/node_modules/constructs/README.md +32 -0
- package/node_modules/constructs/lib/construct.d.ts +376 -0
- package/node_modules/constructs/lib/construct.js +526 -0
- package/node_modules/constructs/lib/dependency.d.ts +69 -0
- package/node_modules/constructs/lib/dependency.js +88 -0
- package/node_modules/constructs/lib/index.d.ts +4 -0
- package/node_modules/constructs/lib/index.js +19 -0
- package/node_modules/constructs/lib/mixin.d.ts +15 -0
- package/node_modules/constructs/lib/mixin.js +3 -0
- package/node_modules/constructs/lib/private/stack-trace.js +21 -0
- package/node_modules/constructs/lib/private/uniqueid.js +30 -0
- package/node_modules/constructs/package.json +154 -0
- package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
- package/node_modules/fast-xml-builder/LICENSE +21 -0
- package/node_modules/fast-xml-builder/README.md +23 -0
- package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
- package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
- package/node_modules/fast-xml-builder/package.json +80 -0
- package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
- package/node_modules/fast-xml-builder/src/fxb.js +529 -0
- package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
- package/node_modules/form-data/CHANGELOG.md +60 -2
- package/node_modules/form-data/README.md +4 -4
- package/node_modules/form-data/lib/form_data.js +2 -2
- package/node_modules/form-data/package.json +4 -4
- package/node_modules/oidc-token-hash/README.md +4 -2
- package/node_modules/oidc-token-hash/lib/index.js +5 -0
- package/node_modules/oidc-token-hash/package.json +1 -1
- package/node_modules/path-expression-matcher/LICENSE +21 -0
- package/node_modules/path-expression-matcher/README.md +635 -0
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
- package/node_modules/path-expression-matcher/lib/pem.d.cts +335 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
- package/node_modules/path-expression-matcher/package.json +78 -0
- package/node_modules/path-expression-matcher/src/Expression.js +232 -0
- package/node_modules/path-expression-matcher/src/Matcher.js +414 -0
- package/node_modules/path-expression-matcher/src/index.d.ts +366 -0
- package/node_modules/path-expression-matcher/src/index.js +28 -0
- package/node_modules/strnum/README.md +7 -0
- package/node_modules/strnum/package.json +3 -3
- package/node_modules/strnum/strnum.js +85 -59
- package/node_modules/strnum/tests/infinity_test.js +18 -0
- package/node_modules/strnum/tests/strnum_test.js +172 -0
- package/package.json +33 -28
- package/node_modules/@aws/lambda-invoke-store/dist/invoke-store.d.ts +0 -52
- package/node_modules/@aws/lambda-invoke-store/dist/invoke-store.js +0 -90
- package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +0 -6005
- package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +0 -1
- package/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +0 -1
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +0 -295
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +0 -3
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +0 -451
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +0 -102
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +0 -134
- package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +0 -295
- package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +0 -556
- package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +0 -319
- package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +0 -25
- package/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +0 -78
- package/node_modules/@aws-cdk/cloud-assembly-schema/package.json +0 -133
- package/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +0 -1189
- package/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +0 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +0 -3108
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_1.d.ts +0 -73
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/protocols/Aws_json1_0.d.ts +0 -515
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_1.d.ts +0 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -686
- package/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8101
- package/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +0 -834
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +0 -209
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/index.js +0 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -433
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -6358
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -3317
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -1316
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -806
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1757
- package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/README.md +0 -252
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -507
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -54
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -48
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
- 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/protocols/Aws_restJson1.js +0 -210
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -49
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -200
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
- 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/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -57
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -57
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -56
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -138
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
- 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/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -112
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -107
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -116
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
- package/node_modules/@aws-sdk/client-sso/package.json +0 -98
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +0 -13
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +0 -9874
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +0 -80
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +0 -97
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +0 -29
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +0 -99
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +0 -95
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +0 -328
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.d.ts +0 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/constructs-feature-flags.js +0 -63
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +0 -254
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +0 -210
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.d.ts +0 -17
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.js +0 -71
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.d.ts +0 -23
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +0 -48
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +0 -265
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +0 -154
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +0 -117
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +0 -315
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +0 -73
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +0 -267
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +0 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +0 -95
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/TwoLogGroups.json +0 -365
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/alb-helper.test.js +0 -520
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +0 -819
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +0 -207
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-mediastore-helper.test.js +0 -606
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +0 -1038
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/constructs-feature-flags.test.js +0 -50
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +0 -639
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/elasticsearch-helper.test.js +0 -454
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/eventbridge-helper.test.js +0 -77
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/fargate-helper.test.js +0 -355
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +0 -595
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kendra-helper.test.js +0 -489
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-helper.test.js +0 -99
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-helper.test.js +0 -486
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/mediastore-helper.test.js +0 -67
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/opensearch-helper.test.js +0 -416
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +0 -285
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +0 -787
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/s3-bucket.test.js +0 -384
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sagemaker-helper.test.js +0 -244
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/secretsmanager-helper.test.js +0 -66
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sns-helper.test.js +0 -367
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/sqs-helper.test.js +0 -361
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +0 -441
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +0 -59
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +0 -349
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +0 -275
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.js +0 -281
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +0 -339
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.js +0 -471
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +0 -1312
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +0 -1159
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/CONTRIBUTING.md +0 -146
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +0 -32
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +0 -341
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +0 -476
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -69
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +0 -88
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.d.ts +0 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/index.js +0 -20
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/stack-trace.js +0 -22
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/uniqueid.js +0 -31
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +0 -154
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/README.md +0 -42
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.d.ts +0 -18
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.js +0 -41
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.d.ts +0 -34
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.js +0 -87
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +0 -31
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.js +0 -149
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.d.ts +0 -20
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.js +0 -35
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.d.ts +0 -4
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.js +0 -12
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +0 -102
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
- package/node_modules/bowser/CHANGELOG.md +0 -218
- package/node_modules/fast-xml-parser/CHANGELOG.md +0 -671
- package/node_modules/fast-xml-parser/README.md +0 -223
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
- package/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +0 -458
- package/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +0 -2
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +0 -1
- package/node_modules/fast-xml-parser/package.json +0 -90
- package/node_modules/fast-xml-parser/src/fxp.d.ts +0 -445
- package/node_modules/fast-xml-parser/src/fxp.js +0 -14
- package/node_modules/fast-xml-parser/src/util.js +0 -68
- package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +0 -104
- package/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +0 -61
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -69
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -100
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +0 -154
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -94
- package/node_modules/fast-xml-parser/src/v6/XMLParser.js +0 -83
- package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +0 -105
- package/node_modules/fast-xml-parser/src/validator.js +0 -425
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -285
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -369
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -46
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -606
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -71
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -119
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -40
- package/node_modules/strnum/strnum.test.js +0 -173
- package/node_modules/strnum/test.js +0 -9
- /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-dynamodb/dist-es/models/models_1.js → credential-provider-login/dist-es/types.js} +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/pagination/Interfaces.js → nested-clients/dist-es/submodules/cognito-identity/models/models_0.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +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/signin}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.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/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/LICENSE +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/cli.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/man.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/read.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/ignoreAttributes.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Report.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPath.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
- /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/README.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/alb-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/apigateway-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/bedrock-inference-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cloudwatch-log-group-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/cognito-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/dynamodb-table-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticache-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/elasticsearch-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/eventbridge-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/events-rule-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/fargate-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-database-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-job-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/glue-table-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/iot-topic-rule-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kendra-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-analytics-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-firehose-s3-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kinesis-streams-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/kms-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-event-source-mapping-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-event-source-mapping-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/lambda-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/opensearch-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/override-warning-service.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/pipes-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-bucket-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/s3-oac-origin.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sagemaker-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/secretsmanager-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/security-group-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sns-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/sqs-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/ssm-string-parameter-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/step-function-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/vpc-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/waf-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/lib/websocket-api-helper.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/CONTRIBUTING.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/NOTICE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/aws-destination.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/docker-image-asset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/file-asset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/assets/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/interfaces.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/cloud-assembly/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/common.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/deploy.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/destroy.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/commands/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/schema.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/lib/integ-tests/test-case.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/.editorconfig +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/attribute.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/helpers.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.d.ts +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/scan.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/lib/validator.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/jsonschema/package.json +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/LICENSE +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/bin/semver.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/comparator.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/classes/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/clean.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/cmp.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/coerce.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-build.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare-loose.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/compare.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/diff.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/eq.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gt.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/gte.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/inc.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lt.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/lte.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/major.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/minor.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/neq.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/parse.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/patch.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/prerelease.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rcompare.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/rsort.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/satisfies.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/sort.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/functions/valid.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/index.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/constants.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/debug.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/lrucache.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/parse-options.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/internal/re.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/preload.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/range.bnf +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/gtr.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/intersects.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/ltr.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/max-satisfying.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-satisfying.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/min-version.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/outside.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/simplify.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/subset.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/to-comparators.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/node_modules/semver/ranges/valid.js +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/rosetta/default.ts-fixture +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/README.md +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/assets.schema.json +0 -0
- /package/node_modules/{@aws-cdk → @aws-solutions-constructs/core/node_modules/@aws-cdk}/cloud-assembly-schema/schema/integ.schema.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.circleci/config.yml +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.eslintrc +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.vscode/launch.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/.vscode/tasks.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/ChangeLog.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/LICENSE +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/Readme.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/dist/deep-diff.min.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/dist/deep-diff.min.js.map +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/apply-diff-from-any.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/array-change.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/capture_change_apply_elsewhere.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/diff-ignoring-fun.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/diff-scenarios.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/example1.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-111.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-113-1.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-113-2.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-115.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-124.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-125.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-126.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-35.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-47.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-48.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-62.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-70.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-71.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-72.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-74.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-78.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-83.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/issue-88.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/performance.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/examples/practice-data.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/.eslintrc +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/tests.html +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deep-diff/test/tests.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.editorconfig +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/.eslintcache +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/changelog.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/cjs.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/dist/umd.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/license.txt +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/readme.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/deepmerge/rollup.config.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/LICENSE.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/README.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/lib/log.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/node_modules/npmlog/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/alb-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/apigateway-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/bedrock-inference-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-api-gateway-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-api-gateway-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudfront-distribution-s3-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudwatch-log-group-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/cloudwatch-log-group-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/congnito-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/constructs-feature-flags.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/dynamo-table.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticache-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/elasticsearch-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/eventbridge-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/events-rule.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/fargate-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-job-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/glue-table-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/iot-rule.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kendra-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-analytics.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-firehose-s3-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-firehose-s3-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kinesis-streams-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/kms-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-event-source.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/lambda-test/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/openapi/apiDefinition.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/opensearch-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/override-warning-service.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/pipes-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-mediastore-helper.test.d.ts → core/test/polly-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/s3-bucket-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/s3-bucket-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/s3-bucket.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/sagemaker-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/secretsmanager-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/security-group-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/security-group-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/sns-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/sqs-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/ssm-string-parameter-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/ssm-string-parameter-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/step-function-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/mediastore-helper.test.d.ts → core/test/textract-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.d.ts → core/test/translate-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/vpc-helper.test.d.ts → core/test/utils.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.d.ts → core/test/validation.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-defaults.test.d.ts → core/test/vpc-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/websocket-api-helper.test.d.ts → core/test/waf-helper.test.d.ts} +0 -0
- /package/node_modules/@aws-solutions-constructs/{aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → core}/test/websocket-api-defaults.test.js +0 -0
- /package/node_modules/@gemeentenijmegen/{apiclient/node_modules/@gemeentenijmegen/utils → aws-constructs}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/.compatignore +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/CODE_OF_CONDUCT.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/Dockerfile +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/NOTICE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/metadata.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/stack-trace.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/lib/private/uniqueid.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs → constructs}/version.json +0 -0
- /package/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.13.6 Copyright (c) 2026 Matt Zabriskie and contributors */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
const FormData$1 = require('form-data');
|
|
@@ -7,6 +7,7 @@ const url = require('url');
|
|
|
7
7
|
const proxyFromEnv = require('proxy-from-env');
|
|
8
8
|
const http = require('http');
|
|
9
9
|
const https = require('https');
|
|
10
|
+
const http2 = require('http2');
|
|
10
11
|
const util = require('util');
|
|
11
12
|
const followRedirects = require('follow-redirects');
|
|
12
13
|
const zlib = require('zlib');
|
|
@@ -21,11 +22,19 @@ const url__default = /*#__PURE__*/_interopDefaultLegacy(url);
|
|
|
21
22
|
const proxyFromEnv__default = /*#__PURE__*/_interopDefaultLegacy(proxyFromEnv);
|
|
22
23
|
const http__default = /*#__PURE__*/_interopDefaultLegacy(http);
|
|
23
24
|
const https__default = /*#__PURE__*/_interopDefaultLegacy(https);
|
|
25
|
+
const http2__default = /*#__PURE__*/_interopDefaultLegacy(http2);
|
|
24
26
|
const util__default = /*#__PURE__*/_interopDefaultLegacy(util);
|
|
25
27
|
const followRedirects__default = /*#__PURE__*/_interopDefaultLegacy(followRedirects);
|
|
26
28
|
const zlib__default = /*#__PURE__*/_interopDefaultLegacy(zlib);
|
|
27
29
|
const stream__default = /*#__PURE__*/_interopDefaultLegacy(stream);
|
|
28
30
|
|
|
31
|
+
/**
|
|
32
|
+
* Create a bound version of a function with a specified `this` context
|
|
33
|
+
*
|
|
34
|
+
* @param {Function} fn - The function to bind
|
|
35
|
+
* @param {*} thisArg - The value to be passed as the `this` parameter
|
|
36
|
+
* @returns {Function} A new function that will call the original function with the specified `this` context
|
|
37
|
+
*/
|
|
29
38
|
function bind(fn, thisArg) {
|
|
30
39
|
return function wrap() {
|
|
31
40
|
return fn.apply(thisArg, arguments);
|
|
@@ -34,30 +43,30 @@ function bind(fn, thisArg) {
|
|
|
34
43
|
|
|
35
44
|
// utils is a library of generic helper functions non-specific to axios
|
|
36
45
|
|
|
37
|
-
const {toString} = Object.prototype;
|
|
38
|
-
const {getPrototypeOf} = Object;
|
|
39
|
-
const {iterator, toStringTag} = Symbol;
|
|
46
|
+
const { toString } = Object.prototype;
|
|
47
|
+
const { getPrototypeOf } = Object;
|
|
48
|
+
const { iterator, toStringTag } = Symbol;
|
|
40
49
|
|
|
41
|
-
const kindOf = (cache => thing => {
|
|
42
|
-
|
|
43
|
-
|
|
50
|
+
const kindOf = ((cache) => (thing) => {
|
|
51
|
+
const str = toString.call(thing);
|
|
52
|
+
return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
|
|
44
53
|
})(Object.create(null));
|
|
45
54
|
|
|
46
55
|
const kindOfTest = (type) => {
|
|
47
56
|
type = type.toLowerCase();
|
|
48
|
-
return (thing) => kindOf(thing) === type
|
|
57
|
+
return (thing) => kindOf(thing) === type;
|
|
49
58
|
};
|
|
50
59
|
|
|
51
|
-
const typeOfTest = type => thing => typeof thing === type;
|
|
60
|
+
const typeOfTest = (type) => (thing) => typeof thing === type;
|
|
52
61
|
|
|
53
62
|
/**
|
|
54
|
-
* Determine if a value is
|
|
63
|
+
* Determine if a value is a non-null object
|
|
55
64
|
*
|
|
56
65
|
* @param {Object} val The value to test
|
|
57
66
|
*
|
|
58
67
|
* @returns {boolean} True if value is an Array, otherwise false
|
|
59
68
|
*/
|
|
60
|
-
const {isArray} = Array;
|
|
69
|
+
const { isArray } = Array;
|
|
61
70
|
|
|
62
71
|
/**
|
|
63
72
|
* Determine if a value is undefined
|
|
@@ -76,8 +85,14 @@ const isUndefined = typeOfTest('undefined');
|
|
|
76
85
|
* @returns {boolean} True if value is a Buffer, otherwise false
|
|
77
86
|
*/
|
|
78
87
|
function isBuffer(val) {
|
|
79
|
-
return
|
|
80
|
-
|
|
88
|
+
return (
|
|
89
|
+
val !== null &&
|
|
90
|
+
!isUndefined(val) &&
|
|
91
|
+
val.constructor !== null &&
|
|
92
|
+
!isUndefined(val.constructor) &&
|
|
93
|
+
isFunction$1(val.constructor.isBuffer) &&
|
|
94
|
+
val.constructor.isBuffer(val)
|
|
95
|
+
);
|
|
81
96
|
}
|
|
82
97
|
|
|
83
98
|
/**
|
|
@@ -89,7 +104,6 @@ function isBuffer(val) {
|
|
|
89
104
|
*/
|
|
90
105
|
const isArrayBuffer = kindOfTest('ArrayBuffer');
|
|
91
106
|
|
|
92
|
-
|
|
93
107
|
/**
|
|
94
108
|
* Determine if a value is a view on an ArrayBuffer
|
|
95
109
|
*
|
|
@@ -99,10 +113,10 @@ const isArrayBuffer = kindOfTest('ArrayBuffer');
|
|
|
99
113
|
*/
|
|
100
114
|
function isArrayBufferView(val) {
|
|
101
115
|
let result;
|
|
102
|
-
if (
|
|
116
|
+
if (typeof ArrayBuffer !== 'undefined' && ArrayBuffer.isView) {
|
|
103
117
|
result = ArrayBuffer.isView(val);
|
|
104
118
|
} else {
|
|
105
|
-
result =
|
|
119
|
+
result = val && val.buffer && isArrayBuffer(val.buffer);
|
|
106
120
|
}
|
|
107
121
|
return result;
|
|
108
122
|
}
|
|
@@ -148,7 +162,7 @@ const isObject = (thing) => thing !== null && typeof thing === 'object';
|
|
|
148
162
|
* @param {*} thing The value to test
|
|
149
163
|
* @returns {boolean} True if value is a Boolean, otherwise false
|
|
150
164
|
*/
|
|
151
|
-
const isBoolean = thing => thing === true || thing === false;
|
|
165
|
+
const isBoolean = (thing) => thing === true || thing === false;
|
|
152
166
|
|
|
153
167
|
/**
|
|
154
168
|
* Determine if a value is a plain Object
|
|
@@ -163,7 +177,13 @@ const isPlainObject = (val) => {
|
|
|
163
177
|
}
|
|
164
178
|
|
|
165
179
|
const prototype = getPrototypeOf(val);
|
|
166
|
-
return (
|
|
180
|
+
return (
|
|
181
|
+
(prototype === null ||
|
|
182
|
+
prototype === Object.prototype ||
|
|
183
|
+
Object.getPrototypeOf(prototype) === null) &&
|
|
184
|
+
!(toStringTag in val) &&
|
|
185
|
+
!(iterator in val)
|
|
186
|
+
);
|
|
167
187
|
};
|
|
168
188
|
|
|
169
189
|
/**
|
|
@@ -205,6 +225,31 @@ const isDate = kindOfTest('Date');
|
|
|
205
225
|
*/
|
|
206
226
|
const isFile = kindOfTest('File');
|
|
207
227
|
|
|
228
|
+
/**
|
|
229
|
+
* Determine if a value is a React Native Blob
|
|
230
|
+
* React Native "blob": an object with a `uri` attribute. Optionally, it can
|
|
231
|
+
* also have a `name` and `type` attribute to specify filename and content type
|
|
232
|
+
*
|
|
233
|
+
* @see https://github.com/facebook/react-native/blob/26684cf3adf4094eb6c405d345a75bf8c7c0bf88/Libraries/Network/FormData.js#L68-L71
|
|
234
|
+
*
|
|
235
|
+
* @param {*} value The value to test
|
|
236
|
+
*
|
|
237
|
+
* @returns {boolean} True if value is a React Native Blob, otherwise false
|
|
238
|
+
*/
|
|
239
|
+
const isReactNativeBlob = (value) => {
|
|
240
|
+
return !!(value && typeof value.uri !== 'undefined');
|
|
241
|
+
};
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* Determine if environment is React Native
|
|
245
|
+
* ReactNative `FormData` has a non-standard `getParts()` method
|
|
246
|
+
*
|
|
247
|
+
* @param {*} formData The formData to test
|
|
248
|
+
*
|
|
249
|
+
* @returns {boolean} True if environment is React Native, otherwise false
|
|
250
|
+
*/
|
|
251
|
+
const isReactNative = (formData) => formData && typeof formData.getParts !== 'undefined';
|
|
252
|
+
|
|
208
253
|
/**
|
|
209
254
|
* Determine if a value is a Blob
|
|
210
255
|
*
|
|
@@ -239,17 +284,28 @@ const isStream = (val) => isObject(val) && isFunction$1(val.pipe);
|
|
|
239
284
|
*
|
|
240
285
|
* @returns {boolean} True if value is an FormData, otherwise false
|
|
241
286
|
*/
|
|
287
|
+
function getGlobal() {
|
|
288
|
+
if (typeof globalThis !== 'undefined') return globalThis;
|
|
289
|
+
if (typeof self !== 'undefined') return self;
|
|
290
|
+
if (typeof window !== 'undefined') return window;
|
|
291
|
+
if (typeof global !== 'undefined') return global;
|
|
292
|
+
return {};
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
const G = getGlobal();
|
|
296
|
+
const FormDataCtor = typeof G.FormData !== 'undefined' ? G.FormData : undefined;
|
|
297
|
+
|
|
242
298
|
const isFormData = (thing) => {
|
|
243
299
|
let kind;
|
|
244
300
|
return thing && (
|
|
245
|
-
(
|
|
301
|
+
(FormDataCtor && thing instanceof FormDataCtor) || (
|
|
246
302
|
isFunction$1(thing.append) && (
|
|
247
303
|
(kind = kindOf(thing)) === 'formdata' ||
|
|
248
304
|
// detect form-data instance
|
|
249
305
|
(kind === 'object' && isFunction$1(thing.toString) && thing.toString() === '[object FormData]')
|
|
250
306
|
)
|
|
251
307
|
)
|
|
252
|
-
)
|
|
308
|
+
);
|
|
253
309
|
};
|
|
254
310
|
|
|
255
311
|
/**
|
|
@@ -261,7 +317,12 @@ const isFormData = (thing) => {
|
|
|
261
317
|
*/
|
|
262
318
|
const isURLSearchParams = kindOfTest('URLSearchParams');
|
|
263
319
|
|
|
264
|
-
const [isReadableStream, isRequest, isResponse, isHeaders] = [
|
|
320
|
+
const [isReadableStream, isRequest, isResponse, isHeaders] = [
|
|
321
|
+
'ReadableStream',
|
|
322
|
+
'Request',
|
|
323
|
+
'Response',
|
|
324
|
+
'Headers',
|
|
325
|
+
].map(kindOfTest);
|
|
265
326
|
|
|
266
327
|
/**
|
|
267
328
|
* Trim excess whitespace off the beginning and end of a string
|
|
@@ -270,9 +331,9 @@ const [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream',
|
|
|
270
331
|
*
|
|
271
332
|
* @returns {String} The String freed of excess whitespace
|
|
272
333
|
*/
|
|
273
|
-
const trim = (str) =>
|
|
274
|
-
str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
|
|
275
|
-
|
|
334
|
+
const trim = (str) => {
|
|
335
|
+
return str.trim ? str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
|
|
336
|
+
};
|
|
276
337
|
/**
|
|
277
338
|
* Iterate over an Array or an Object invoking a function for each item.
|
|
278
339
|
*
|
|
@@ -282,13 +343,14 @@ const trim = (str) => str.trim ?
|
|
|
282
343
|
* If 'obj' is an Object callback will be called passing
|
|
283
344
|
* the value, key, and complete object for each property.
|
|
284
345
|
*
|
|
285
|
-
* @param {Object|Array} obj The object to iterate
|
|
346
|
+
* @param {Object|Array<unknown>} obj The object to iterate
|
|
286
347
|
* @param {Function} fn The callback to invoke for each item
|
|
287
348
|
*
|
|
288
|
-
* @param {
|
|
349
|
+
* @param {Object} [options]
|
|
350
|
+
* @param {Boolean} [options.allOwnKeys = false]
|
|
289
351
|
* @returns {any}
|
|
290
352
|
*/
|
|
291
|
-
function forEach(obj, fn, {allOwnKeys = false} = {}) {
|
|
353
|
+
function forEach(obj, fn, { allOwnKeys = false } = {}) {
|
|
292
354
|
// Don't bother if no value provided
|
|
293
355
|
if (obj === null || typeof obj === 'undefined') {
|
|
294
356
|
return;
|
|
@@ -326,8 +388,16 @@ function forEach(obj, fn, {allOwnKeys = false} = {}) {
|
|
|
326
388
|
}
|
|
327
389
|
}
|
|
328
390
|
|
|
391
|
+
/**
|
|
392
|
+
* Finds a key in an object, case-insensitive, returning the actual key name.
|
|
393
|
+
* Returns null if the object is a Buffer or if no match is found.
|
|
394
|
+
*
|
|
395
|
+
* @param {Object} obj - The object to search.
|
|
396
|
+
* @param {string} key - The key to find (case-insensitive).
|
|
397
|
+
* @returns {?string} The actual key name if found, otherwise null.
|
|
398
|
+
*/
|
|
329
399
|
function findKey(obj, key) {
|
|
330
|
-
if (isBuffer(obj)){
|
|
400
|
+
if (isBuffer(obj)) {
|
|
331
401
|
return null;
|
|
332
402
|
}
|
|
333
403
|
|
|
@@ -346,8 +416,8 @@ function findKey(obj, key) {
|
|
|
346
416
|
|
|
347
417
|
const _global = (() => {
|
|
348
418
|
/*eslint no-undef:0*/
|
|
349
|
-
if (typeof globalThis !==
|
|
350
|
-
return typeof self !==
|
|
419
|
+
if (typeof globalThis !== 'undefined') return globalThis;
|
|
420
|
+
return typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : global;
|
|
351
421
|
})();
|
|
352
422
|
|
|
353
423
|
const isContextDefined = (context) => !isUndefined(context) && context !== _global;
|
|
@@ -362,7 +432,7 @@ const isContextDefined = (context) => !isUndefined(context) && context !== _glob
|
|
|
362
432
|
* Example:
|
|
363
433
|
*
|
|
364
434
|
* ```js
|
|
365
|
-
*
|
|
435
|
+
* const result = merge({foo: 123}, {foo: 456});
|
|
366
436
|
* console.log(result.foo); // outputs 456
|
|
367
437
|
* ```
|
|
368
438
|
*
|
|
@@ -371,10 +441,15 @@ const isContextDefined = (context) => !isUndefined(context) && context !== _glob
|
|
|
371
441
|
* @returns {Object} Result of all merge properties
|
|
372
442
|
*/
|
|
373
443
|
function merge(/* obj1, obj2, obj3, ... */) {
|
|
374
|
-
const {caseless, skipUndefined} = isContextDefined(this) && this || {};
|
|
444
|
+
const { caseless, skipUndefined } = (isContextDefined(this) && this) || {};
|
|
375
445
|
const result = {};
|
|
376
446
|
const assignValue = (val, key) => {
|
|
377
|
-
|
|
447
|
+
// Skip dangerous property names to prevent prototype pollution
|
|
448
|
+
if (key === '__proto__' || key === 'constructor' || key === 'prototype') {
|
|
449
|
+
return;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
const targetKey = (caseless && findKey(result, key)) || key;
|
|
378
453
|
if (isPlainObject(result[targetKey]) && isPlainObject(val)) {
|
|
379
454
|
result[targetKey] = merge(result[targetKey], val);
|
|
380
455
|
} else if (isPlainObject(val)) {
|
|
@@ -399,17 +474,32 @@ function merge(/* obj1, obj2, obj3, ... */) {
|
|
|
399
474
|
* @param {Object} b The object to copy properties from
|
|
400
475
|
* @param {Object} thisArg The object to bind function to
|
|
401
476
|
*
|
|
402
|
-
* @param {
|
|
477
|
+
* @param {Object} [options]
|
|
478
|
+
* @param {Boolean} [options.allOwnKeys]
|
|
403
479
|
* @returns {Object} The resulting value of object a
|
|
404
480
|
*/
|
|
405
|
-
const extend = (a, b, thisArg, {allOwnKeys}= {}) => {
|
|
406
|
-
forEach(
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
481
|
+
const extend = (a, b, thisArg, { allOwnKeys } = {}) => {
|
|
482
|
+
forEach(
|
|
483
|
+
b,
|
|
484
|
+
(val, key) => {
|
|
485
|
+
if (thisArg && isFunction$1(val)) {
|
|
486
|
+
Object.defineProperty(a, key, {
|
|
487
|
+
value: bind(val, thisArg),
|
|
488
|
+
writable: true,
|
|
489
|
+
enumerable: true,
|
|
490
|
+
configurable: true,
|
|
491
|
+
});
|
|
492
|
+
} else {
|
|
493
|
+
Object.defineProperty(a, key, {
|
|
494
|
+
value: val,
|
|
495
|
+
writable: true,
|
|
496
|
+
enumerable: true,
|
|
497
|
+
configurable: true,
|
|
498
|
+
});
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{ allOwnKeys }
|
|
502
|
+
);
|
|
413
503
|
return a;
|
|
414
504
|
};
|
|
415
505
|
|
|
@@ -421,7 +511,7 @@ const extend = (a, b, thisArg, {allOwnKeys}= {}) => {
|
|
|
421
511
|
* @returns {string} content value without BOM
|
|
422
512
|
*/
|
|
423
513
|
const stripBOM = (content) => {
|
|
424
|
-
if (content.charCodeAt(0) ===
|
|
514
|
+
if (content.charCodeAt(0) === 0xfeff) {
|
|
425
515
|
content = content.slice(1);
|
|
426
516
|
}
|
|
427
517
|
return content;
|
|
@@ -438,9 +528,14 @@ const stripBOM = (content) => {
|
|
|
438
528
|
*/
|
|
439
529
|
const inherits = (constructor, superConstructor, props, descriptors) => {
|
|
440
530
|
constructor.prototype = Object.create(superConstructor.prototype, descriptors);
|
|
441
|
-
constructor.prototype
|
|
531
|
+
Object.defineProperty(constructor.prototype, 'constructor', {
|
|
532
|
+
value: constructor,
|
|
533
|
+
writable: true,
|
|
534
|
+
enumerable: false,
|
|
535
|
+
configurable: true,
|
|
536
|
+
});
|
|
442
537
|
Object.defineProperty(constructor, 'super', {
|
|
443
|
-
value: superConstructor.prototype
|
|
538
|
+
value: superConstructor.prototype,
|
|
444
539
|
});
|
|
445
540
|
props && Object.assign(constructor.prototype, props);
|
|
446
541
|
};
|
|
@@ -499,7 +594,6 @@ const endsWith = (str, searchString, position) => {
|
|
|
499
594
|
return lastIndex !== -1 && lastIndex === position;
|
|
500
595
|
};
|
|
501
596
|
|
|
502
|
-
|
|
503
597
|
/**
|
|
504
598
|
* Returns new array from array like object or null if failed
|
|
505
599
|
*
|
|
@@ -528,9 +622,9 @@ const toArray = (thing) => {
|
|
|
528
622
|
* @returns {Array}
|
|
529
623
|
*/
|
|
530
624
|
// eslint-disable-next-line func-names
|
|
531
|
-
const isTypedArray = (TypedArray => {
|
|
625
|
+
const isTypedArray = ((TypedArray) => {
|
|
532
626
|
// eslint-disable-next-line func-names
|
|
533
|
-
return thing => {
|
|
627
|
+
return (thing) => {
|
|
534
628
|
return TypedArray && thing instanceof TypedArray;
|
|
535
629
|
};
|
|
536
630
|
})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array));
|
|
@@ -578,16 +672,18 @@ const matchAll = (regExp, str) => {
|
|
|
578
672
|
/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */
|
|
579
673
|
const isHTMLForm = kindOfTest('HTMLFormElement');
|
|
580
674
|
|
|
581
|
-
const toCamelCase = str => {
|
|
582
|
-
return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
}
|
|
586
|
-
);
|
|
675
|
+
const toCamelCase = (str) => {
|
|
676
|
+
return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function replacer(m, p1, p2) {
|
|
677
|
+
return p1.toUpperCase() + p2;
|
|
678
|
+
});
|
|
587
679
|
};
|
|
588
680
|
|
|
589
681
|
/* Creating a function that will check if an object has a property. */
|
|
590
|
-
const hasOwnProperty = (
|
|
682
|
+
const hasOwnProperty = (
|
|
683
|
+
({ hasOwnProperty }) =>
|
|
684
|
+
(obj, prop) =>
|
|
685
|
+
hasOwnProperty.call(obj, prop)
|
|
686
|
+
)(Object.prototype);
|
|
591
687
|
|
|
592
688
|
/**
|
|
593
689
|
* Determine if a value is a RegExp object
|
|
@@ -637,17 +733,25 @@ const freezeMethods = (obj) => {
|
|
|
637
733
|
|
|
638
734
|
if (!descriptor.set) {
|
|
639
735
|
descriptor.set = () => {
|
|
640
|
-
throw Error(
|
|
736
|
+
throw Error("Can not rewrite read-only method '" + name + "'");
|
|
641
737
|
};
|
|
642
738
|
}
|
|
643
739
|
});
|
|
644
740
|
};
|
|
645
741
|
|
|
742
|
+
/**
|
|
743
|
+
* Converts an array or a delimited string into an object set with values as keys and true as values.
|
|
744
|
+
* Useful for fast membership checks.
|
|
745
|
+
*
|
|
746
|
+
* @param {Array|string} arrayOrString - The array or string to convert.
|
|
747
|
+
* @param {string} delimiter - The delimiter to use if input is a string.
|
|
748
|
+
* @returns {Object} An object with keys from the array or string, values set to true.
|
|
749
|
+
*/
|
|
646
750
|
const toObjectSet = (arrayOrString, delimiter) => {
|
|
647
751
|
const obj = {};
|
|
648
752
|
|
|
649
753
|
const define = (arr) => {
|
|
650
|
-
arr.forEach(value => {
|
|
754
|
+
arr.forEach((value) => {
|
|
651
755
|
obj[value] = true;
|
|
652
756
|
});
|
|
653
757
|
};
|
|
@@ -660,11 +764,9 @@ const toObjectSet = (arrayOrString, delimiter) => {
|
|
|
660
764
|
const noop = () => {};
|
|
661
765
|
|
|
662
766
|
const toFiniteNumber = (value, defaultValue) => {
|
|
663
|
-
return value != null && Number.isFinite(value = +value) ? value : defaultValue;
|
|
767
|
+
return value != null && Number.isFinite((value = +value)) ? value : defaultValue;
|
|
664
768
|
};
|
|
665
769
|
|
|
666
|
-
|
|
667
|
-
|
|
668
770
|
/**
|
|
669
771
|
* If the thing is a FormData object, return true, otherwise return false.
|
|
670
772
|
*
|
|
@@ -673,14 +775,24 @@ const toFiniteNumber = (value, defaultValue) => {
|
|
|
673
775
|
* @returns {boolean}
|
|
674
776
|
*/
|
|
675
777
|
function isSpecCompliantForm(thing) {
|
|
676
|
-
return !!(
|
|
778
|
+
return !!(
|
|
779
|
+
thing &&
|
|
780
|
+
isFunction$1(thing.append) &&
|
|
781
|
+
thing[toStringTag] === 'FormData' &&
|
|
782
|
+
thing[iterator]
|
|
783
|
+
);
|
|
677
784
|
}
|
|
678
785
|
|
|
786
|
+
/**
|
|
787
|
+
* Recursively converts an object to a JSON-compatible object, handling circular references and Buffers.
|
|
788
|
+
*
|
|
789
|
+
* @param {Object} obj - The object to convert.
|
|
790
|
+
* @returns {Object} The JSON-compatible object.
|
|
791
|
+
*/
|
|
679
792
|
const toJSONObject = (obj) => {
|
|
680
793
|
const stack = new Array(10);
|
|
681
794
|
|
|
682
795
|
const visit = (source, i) => {
|
|
683
|
-
|
|
684
796
|
if (isObject(source)) {
|
|
685
797
|
if (stack.indexOf(source) >= 0) {
|
|
686
798
|
return;
|
|
@@ -691,7 +803,7 @@ const toJSONObject = (obj) => {
|
|
|
691
803
|
return source;
|
|
692
804
|
}
|
|
693
805
|
|
|
694
|
-
if(!('toJSON' in source)) {
|
|
806
|
+
if (!('toJSON' in source)) {
|
|
695
807
|
stack[i] = source;
|
|
696
808
|
const target = isArray(source) ? [] : {};
|
|
697
809
|
|
|
@@ -712,45 +824,77 @@ const toJSONObject = (obj) => {
|
|
|
712
824
|
return visit(obj, 0);
|
|
713
825
|
};
|
|
714
826
|
|
|
827
|
+
/**
|
|
828
|
+
* Determines if a value is an async function.
|
|
829
|
+
*
|
|
830
|
+
* @param {*} thing - The value to test.
|
|
831
|
+
* @returns {boolean} True if value is an async function, otherwise false.
|
|
832
|
+
*/
|
|
715
833
|
const isAsyncFn = kindOfTest('AsyncFunction');
|
|
716
834
|
|
|
835
|
+
/**
|
|
836
|
+
* Determines if a value is thenable (has then and catch methods).
|
|
837
|
+
*
|
|
838
|
+
* @param {*} thing - The value to test.
|
|
839
|
+
* @returns {boolean} True if value is thenable, otherwise false.
|
|
840
|
+
*/
|
|
717
841
|
const isThenable = (thing) =>
|
|
718
|
-
thing &&
|
|
842
|
+
thing &&
|
|
843
|
+
(isObject(thing) || isFunction$1(thing)) &&
|
|
844
|
+
isFunction$1(thing.then) &&
|
|
845
|
+
isFunction$1(thing.catch);
|
|
719
846
|
|
|
720
847
|
// original code
|
|
721
848
|
// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34
|
|
722
849
|
|
|
850
|
+
/**
|
|
851
|
+
* Provides a cross-platform setImmediate implementation.
|
|
852
|
+
* Uses native setImmediate if available, otherwise falls back to postMessage or setTimeout.
|
|
853
|
+
*
|
|
854
|
+
* @param {boolean} setImmediateSupported - Whether setImmediate is supported.
|
|
855
|
+
* @param {boolean} postMessageSupported - Whether postMessage is supported.
|
|
856
|
+
* @returns {Function} A function to schedule a callback asynchronously.
|
|
857
|
+
*/
|
|
723
858
|
const _setImmediate = ((setImmediateSupported, postMessageSupported) => {
|
|
724
859
|
if (setImmediateSupported) {
|
|
725
860
|
return setImmediate;
|
|
726
861
|
}
|
|
727
862
|
|
|
728
|
-
return postMessageSupported
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
863
|
+
return postMessageSupported
|
|
864
|
+
? ((token, callbacks) => {
|
|
865
|
+
_global.addEventListener(
|
|
866
|
+
'message',
|
|
867
|
+
({ source, data }) => {
|
|
868
|
+
if (source === _global && data === token) {
|
|
869
|
+
callbacks.length && callbacks.shift()();
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
false
|
|
873
|
+
);
|
|
734
874
|
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
isFunction$1(_global.postMessage)
|
|
743
|
-
);
|
|
875
|
+
return (cb) => {
|
|
876
|
+
callbacks.push(cb);
|
|
877
|
+
_global.postMessage(token, '*');
|
|
878
|
+
};
|
|
879
|
+
})(`axios@${Math.random()}`, [])
|
|
880
|
+
: (cb) => setTimeout(cb);
|
|
881
|
+
})(typeof setImmediate === 'function', isFunction$1(_global.postMessage));
|
|
744
882
|
|
|
745
|
-
|
|
746
|
-
|
|
883
|
+
/**
|
|
884
|
+
* Schedules a microtask or asynchronous callback as soon as possible.
|
|
885
|
+
* Uses queueMicrotask if available, otherwise falls back to process.nextTick or _setImmediate.
|
|
886
|
+
*
|
|
887
|
+
* @type {Function}
|
|
888
|
+
*/
|
|
889
|
+
const asap =
|
|
890
|
+
typeof queueMicrotask !== 'undefined'
|
|
891
|
+
? queueMicrotask.bind(_global)
|
|
892
|
+
: (typeof process !== 'undefined' && process.nextTick) || _setImmediate;
|
|
747
893
|
|
|
748
894
|
// *********************
|
|
749
895
|
|
|
750
|
-
|
|
751
896
|
const isIterable = (thing) => thing != null && isFunction$1(thing[iterator]);
|
|
752
897
|
|
|
753
|
-
|
|
754
898
|
const utils$1 = {
|
|
755
899
|
isArray,
|
|
756
900
|
isArrayBuffer,
|
|
@@ -770,6 +914,8 @@ const utils$1 = {
|
|
|
770
914
|
isUndefined,
|
|
771
915
|
isDate,
|
|
772
916
|
isFile,
|
|
917
|
+
isReactNativeBlob,
|
|
918
|
+
isReactNative,
|
|
773
919
|
isBlob,
|
|
774
920
|
isRegExp,
|
|
775
921
|
isFunction: isFunction$1,
|
|
@@ -808,42 +954,60 @@ const utils$1 = {
|
|
|
808
954
|
isThenable,
|
|
809
955
|
setImmediate: _setImmediate,
|
|
810
956
|
asap,
|
|
811
|
-
isIterable
|
|
957
|
+
isIterable,
|
|
812
958
|
};
|
|
813
959
|
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
* @param {Object} [config] The config.
|
|
820
|
-
* @param {Object} [request] The request.
|
|
821
|
-
* @param {Object} [response] The response.
|
|
822
|
-
*
|
|
823
|
-
* @returns {Error} The created error.
|
|
824
|
-
*/
|
|
825
|
-
function AxiosError(message, code, config, request, response) {
|
|
826
|
-
Error.call(this);
|
|
960
|
+
class AxiosError extends Error {
|
|
961
|
+
static from(error, code, config, request, response, customProps) {
|
|
962
|
+
const axiosError = new AxiosError(error.message, code || error.code, config, request, response);
|
|
963
|
+
axiosError.cause = error;
|
|
964
|
+
axiosError.name = error.name;
|
|
827
965
|
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
}
|
|
966
|
+
// Preserve status from the original error if not already set from response
|
|
967
|
+
if (error.status != null && axiosError.status == null) {
|
|
968
|
+
axiosError.status = error.status;
|
|
969
|
+
}
|
|
833
970
|
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
code && (this.code = code);
|
|
837
|
-
config && (this.config = config);
|
|
838
|
-
request && (this.request = request);
|
|
839
|
-
if (response) {
|
|
840
|
-
this.response = response;
|
|
841
|
-
this.status = response.status ? response.status : null;
|
|
971
|
+
customProps && Object.assign(axiosError, customProps);
|
|
972
|
+
return axiosError;
|
|
842
973
|
}
|
|
843
|
-
}
|
|
844
974
|
|
|
845
|
-
|
|
846
|
-
|
|
975
|
+
/**
|
|
976
|
+
* Create an Error with the specified message, config, error code, request and response.
|
|
977
|
+
*
|
|
978
|
+
* @param {string} message The error message.
|
|
979
|
+
* @param {string} [code] The error code (for example, 'ECONNABORTED').
|
|
980
|
+
* @param {Object} [config] The config.
|
|
981
|
+
* @param {Object} [request] The request.
|
|
982
|
+
* @param {Object} [response] The response.
|
|
983
|
+
*
|
|
984
|
+
* @returns {Error} The created error.
|
|
985
|
+
*/
|
|
986
|
+
constructor(message, code, config, request, response) {
|
|
987
|
+
super(message);
|
|
988
|
+
|
|
989
|
+
// Make message enumerable to maintain backward compatibility
|
|
990
|
+
// The native Error constructor sets message as non-enumerable,
|
|
991
|
+
// but axios < v1.13.3 had it as enumerable
|
|
992
|
+
Object.defineProperty(this, 'message', {
|
|
993
|
+
value: message,
|
|
994
|
+
enumerable: true,
|
|
995
|
+
writable: true,
|
|
996
|
+
configurable: true
|
|
997
|
+
});
|
|
998
|
+
|
|
999
|
+
this.name = 'AxiosError';
|
|
1000
|
+
this.isAxiosError = true;
|
|
1001
|
+
code && (this.code = code);
|
|
1002
|
+
config && (this.config = config);
|
|
1003
|
+
request && (this.request = request);
|
|
1004
|
+
if (response) {
|
|
1005
|
+
this.response = response;
|
|
1006
|
+
this.status = response.status;
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
toJSON() {
|
|
847
1011
|
return {
|
|
848
1012
|
// Standard
|
|
849
1013
|
message: this.message,
|
|
@@ -859,62 +1023,26 @@ utils$1.inherits(AxiosError, Error, {
|
|
|
859
1023
|
// Axios
|
|
860
1024
|
config: utils$1.toJSONObject(this.config),
|
|
861
1025
|
code: this.code,
|
|
862
|
-
status: this.status
|
|
1026
|
+
status: this.status,
|
|
863
1027
|
};
|
|
864
1028
|
}
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
const prototype$1 = AxiosError.prototype;
|
|
868
|
-
const descriptors = {};
|
|
869
|
-
|
|
870
|
-
[
|
|
871
|
-
'ERR_BAD_OPTION_VALUE',
|
|
872
|
-
'ERR_BAD_OPTION',
|
|
873
|
-
'ECONNABORTED',
|
|
874
|
-
'ETIMEDOUT',
|
|
875
|
-
'ERR_NETWORK',
|
|
876
|
-
'ERR_FR_TOO_MANY_REDIRECTS',
|
|
877
|
-
'ERR_DEPRECATED',
|
|
878
|
-
'ERR_BAD_RESPONSE',
|
|
879
|
-
'ERR_BAD_REQUEST',
|
|
880
|
-
'ERR_CANCELED',
|
|
881
|
-
'ERR_NOT_SUPPORT',
|
|
882
|
-
'ERR_INVALID_URL'
|
|
883
|
-
// eslint-disable-next-line func-names
|
|
884
|
-
].forEach(code => {
|
|
885
|
-
descriptors[code] = {value: code};
|
|
886
|
-
});
|
|
887
|
-
|
|
888
|
-
Object.defineProperties(AxiosError, descriptors);
|
|
889
|
-
Object.defineProperty(prototype$1, 'isAxiosError', {value: true});
|
|
890
|
-
|
|
891
|
-
// eslint-disable-next-line func-names
|
|
892
|
-
AxiosError.from = (error, code, config, request, response, customProps) => {
|
|
893
|
-
const axiosError = Object.create(prototype$1);
|
|
894
|
-
|
|
895
|
-
utils$1.toFlatObject(error, axiosError, function filter(obj) {
|
|
896
|
-
return obj !== Error.prototype;
|
|
897
|
-
}, prop => {
|
|
898
|
-
return prop !== 'isAxiosError';
|
|
899
|
-
});
|
|
900
|
-
|
|
901
|
-
const msg = error && error.message ? error.message : 'Error';
|
|
902
|
-
|
|
903
|
-
// Prefer explicit code; otherwise copy the low-level error's code (e.g. ECONNREFUSED)
|
|
904
|
-
const errCode = code == null && error ? error.code : code;
|
|
905
|
-
AxiosError.call(axiosError, msg, errCode, config, request, response);
|
|
906
|
-
|
|
907
|
-
// Chain the original error on the standard field; non-enumerable to avoid JSON noise
|
|
908
|
-
if (error && axiosError.cause == null) {
|
|
909
|
-
Object.defineProperty(axiosError, 'cause', { value: error, configurable: true });
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
axiosError.name = (error && error.name) || 'Error';
|
|
913
|
-
|
|
914
|
-
customProps && Object.assign(axiosError, customProps);
|
|
1029
|
+
}
|
|
915
1030
|
|
|
916
|
-
|
|
917
|
-
|
|
1031
|
+
// This can be changed to static properties as soon as the parser options in .eslint.cjs are updated.
|
|
1032
|
+
AxiosError.ERR_BAD_OPTION_VALUE = 'ERR_BAD_OPTION_VALUE';
|
|
1033
|
+
AxiosError.ERR_BAD_OPTION = 'ERR_BAD_OPTION';
|
|
1034
|
+
AxiosError.ECONNABORTED = 'ECONNABORTED';
|
|
1035
|
+
AxiosError.ETIMEDOUT = 'ETIMEDOUT';
|
|
1036
|
+
AxiosError.ERR_NETWORK = 'ERR_NETWORK';
|
|
1037
|
+
AxiosError.ERR_FR_TOO_MANY_REDIRECTS = 'ERR_FR_TOO_MANY_REDIRECTS';
|
|
1038
|
+
AxiosError.ERR_DEPRECATED = 'ERR_DEPRECATED';
|
|
1039
|
+
AxiosError.ERR_BAD_RESPONSE = 'ERR_BAD_RESPONSE';
|
|
1040
|
+
AxiosError.ERR_BAD_REQUEST = 'ERR_BAD_REQUEST';
|
|
1041
|
+
AxiosError.ERR_CANCELED = 'ERR_CANCELED';
|
|
1042
|
+
AxiosError.ERR_NOT_SUPPORT = 'ERR_NOT_SUPPORT';
|
|
1043
|
+
AxiosError.ERR_INVALID_URL = 'ERR_INVALID_URL';
|
|
1044
|
+
|
|
1045
|
+
const AxiosError$1 = AxiosError;
|
|
918
1046
|
|
|
919
1047
|
/**
|
|
920
1048
|
* Determines if the given thing is a array or js object.
|
|
@@ -949,11 +1077,14 @@ function removeBrackets(key) {
|
|
|
949
1077
|
*/
|
|
950
1078
|
function renderKey(path, key, dots) {
|
|
951
1079
|
if (!path) return key;
|
|
952
|
-
return path
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
1080
|
+
return path
|
|
1081
|
+
.concat(key)
|
|
1082
|
+
.map(function each(token, i) {
|
|
1083
|
+
// eslint-disable-next-line no-param-reassign
|
|
1084
|
+
token = removeBrackets(token);
|
|
1085
|
+
return !dots && i ? '[' + token + ']' : token;
|
|
1086
|
+
})
|
|
1087
|
+
.join(dots ? '.' : '');
|
|
957
1088
|
}
|
|
958
1089
|
|
|
959
1090
|
/**
|
|
@@ -1003,21 +1134,26 @@ function toFormData(obj, formData, options) {
|
|
|
1003
1134
|
formData = formData || new (FormData__default["default"] || FormData)();
|
|
1004
1135
|
|
|
1005
1136
|
// eslint-disable-next-line no-param-reassign
|
|
1006
|
-
options = utils$1.toFlatObject(
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1137
|
+
options = utils$1.toFlatObject(
|
|
1138
|
+
options,
|
|
1139
|
+
{
|
|
1140
|
+
metaTokens: true,
|
|
1141
|
+
dots: false,
|
|
1142
|
+
indexes: false,
|
|
1143
|
+
},
|
|
1144
|
+
false,
|
|
1145
|
+
function defined(option, source) {
|
|
1146
|
+
// eslint-disable-next-line no-eq-null,eqeqeq
|
|
1147
|
+
return !utils$1.isUndefined(source[option]);
|
|
1148
|
+
}
|
|
1149
|
+
);
|
|
1014
1150
|
|
|
1015
1151
|
const metaTokens = options.metaTokens;
|
|
1016
1152
|
// eslint-disable-next-line no-use-before-define
|
|
1017
1153
|
const visitor = options.visitor || defaultVisitor;
|
|
1018
1154
|
const dots = options.dots;
|
|
1019
1155
|
const indexes = options.indexes;
|
|
1020
|
-
const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;
|
|
1156
|
+
const _Blob = options.Blob || (typeof Blob !== 'undefined' && Blob);
|
|
1021
1157
|
const useBlob = _Blob && utils$1.isSpecCompliantForm(formData);
|
|
1022
1158
|
|
|
1023
1159
|
if (!utils$1.isFunction(visitor)) {
|
|
@@ -1036,7 +1172,7 @@ function toFormData(obj, formData, options) {
|
|
|
1036
1172
|
}
|
|
1037
1173
|
|
|
1038
1174
|
if (!useBlob && utils$1.isBlob(value)) {
|
|
1039
|
-
throw new AxiosError('Blob is not supported. Use a Buffer instead.');
|
|
1175
|
+
throw new AxiosError$1('Blob is not supported. Use a Buffer instead.');
|
|
1040
1176
|
}
|
|
1041
1177
|
|
|
1042
1178
|
if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
|
|
@@ -1059,6 +1195,11 @@ function toFormData(obj, formData, options) {
|
|
|
1059
1195
|
function defaultVisitor(value, key, path) {
|
|
1060
1196
|
let arr = value;
|
|
1061
1197
|
|
|
1198
|
+
if (utils$1.isReactNative(formData) && utils$1.isReactNativeBlob(value)) {
|
|
1199
|
+
formData.append(renderKey(path, key, dots), convertValue(value));
|
|
1200
|
+
return false;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1062
1203
|
if (value && !path && typeof value === 'object') {
|
|
1063
1204
|
if (utils$1.endsWith(key, '{}')) {
|
|
1064
1205
|
// eslint-disable-next-line no-param-reassign
|
|
@@ -1067,17 +1208,22 @@ function toFormData(obj, formData, options) {
|
|
|
1067
1208
|
value = JSON.stringify(value);
|
|
1068
1209
|
} else if (
|
|
1069
1210
|
(utils$1.isArray(value) && isFlatArray(value)) ||
|
|
1070
|
-
((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value))
|
|
1071
|
-
|
|
1211
|
+
((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value)))
|
|
1212
|
+
) {
|
|
1072
1213
|
// eslint-disable-next-line no-param-reassign
|
|
1073
1214
|
key = removeBrackets(key);
|
|
1074
1215
|
|
|
1075
1216
|
arr.forEach(function each(el, index) {
|
|
1076
|
-
!(utils$1.isUndefined(el) || el === null) &&
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1217
|
+
!(utils$1.isUndefined(el) || el === null) &&
|
|
1218
|
+
formData.append(
|
|
1219
|
+
// eslint-disable-next-line no-nested-ternary
|
|
1220
|
+
indexes === true
|
|
1221
|
+
? renderKey([key], index, dots)
|
|
1222
|
+
: indexes === null
|
|
1223
|
+
? key
|
|
1224
|
+
: key + '[]',
|
|
1225
|
+
convertValue(el)
|
|
1226
|
+
);
|
|
1081
1227
|
});
|
|
1082
1228
|
return false;
|
|
1083
1229
|
}
|
|
@@ -1097,7 +1243,7 @@ function toFormData(obj, formData, options) {
|
|
|
1097
1243
|
const exposedHelpers = Object.assign(predicates, {
|
|
1098
1244
|
defaultVisitor,
|
|
1099
1245
|
convertValue,
|
|
1100
|
-
isVisitable
|
|
1246
|
+
isVisitable,
|
|
1101
1247
|
});
|
|
1102
1248
|
|
|
1103
1249
|
function build(value, path) {
|
|
@@ -1110,9 +1256,9 @@ function toFormData(obj, formData, options) {
|
|
|
1110
1256
|
stack.push(value);
|
|
1111
1257
|
|
|
1112
1258
|
utils$1.forEach(value, function each(el, key) {
|
|
1113
|
-
const result =
|
|
1114
|
-
|
|
1115
|
-
|
|
1259
|
+
const result =
|
|
1260
|
+
!(utils$1.isUndefined(el) || el === null) &&
|
|
1261
|
+
visitor.call(formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers);
|
|
1116
1262
|
|
|
1117
1263
|
if (result === true) {
|
|
1118
1264
|
build(el, path ? path.concat(key) : [key]);
|
|
@@ -1147,7 +1293,7 @@ function encode$1(str) {
|
|
|
1147
1293
|
')': '%29',
|
|
1148
1294
|
'~': '%7E',
|
|
1149
1295
|
'%20': '+',
|
|
1150
|
-
'%00': '\x00'
|
|
1296
|
+
'%00': '\x00',
|
|
1151
1297
|
};
|
|
1152
1298
|
return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {
|
|
1153
1299
|
return charMap[match];
|
|
@@ -1175,13 +1321,17 @@ prototype.append = function append(name, value) {
|
|
|
1175
1321
|
};
|
|
1176
1322
|
|
|
1177
1323
|
prototype.toString = function toString(encoder) {
|
|
1178
|
-
const _encode = encoder
|
|
1179
|
-
|
|
1180
|
-
|
|
1324
|
+
const _encode = encoder
|
|
1325
|
+
? function (value) {
|
|
1326
|
+
return encoder.call(this, value, encode$1);
|
|
1327
|
+
}
|
|
1328
|
+
: encode$1;
|
|
1181
1329
|
|
|
1182
|
-
return this._pairs
|
|
1183
|
-
|
|
1184
|
-
|
|
1330
|
+
return this._pairs
|
|
1331
|
+
.map(function each(pair) {
|
|
1332
|
+
return _encode(pair[0]) + '=' + _encode(pair[1]);
|
|
1333
|
+
}, '')
|
|
1334
|
+
.join('&');
|
|
1185
1335
|
};
|
|
1186
1336
|
|
|
1187
1337
|
/**
|
|
@@ -1193,11 +1343,11 @@ prototype.toString = function toString(encoder) {
|
|
|
1193
1343
|
* @returns {string} The encoded value.
|
|
1194
1344
|
*/
|
|
1195
1345
|
function encode(val) {
|
|
1196
|
-
return encodeURIComponent(val)
|
|
1197
|
-
replace(/%3A/gi, ':')
|
|
1198
|
-
replace(/%24/g, '$')
|
|
1199
|
-
replace(/%2C/gi, ',')
|
|
1200
|
-
replace(/%20/g, '+');
|
|
1346
|
+
return encodeURIComponent(val)
|
|
1347
|
+
.replace(/%3A/gi, ':')
|
|
1348
|
+
.replace(/%24/g, '$')
|
|
1349
|
+
.replace(/%2C/gi, ',')
|
|
1350
|
+
.replace(/%20/g, '+');
|
|
1201
1351
|
}
|
|
1202
1352
|
|
|
1203
1353
|
/**
|
|
@@ -1210,33 +1360,32 @@ function encode(val) {
|
|
|
1210
1360
|
* @returns {string} The formatted url
|
|
1211
1361
|
*/
|
|
1212
1362
|
function buildURL(url, params, options) {
|
|
1213
|
-
/*eslint no-param-reassign:0*/
|
|
1214
1363
|
if (!params) {
|
|
1215
1364
|
return url;
|
|
1216
1365
|
}
|
|
1217
|
-
|
|
1218
|
-
const _encode = options && options.encode || encode;
|
|
1219
1366
|
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1367
|
+
const _encode = (options && options.encode) || encode;
|
|
1368
|
+
|
|
1369
|
+
const _options = utils$1.isFunction(options)
|
|
1370
|
+
? {
|
|
1371
|
+
serialize: options,
|
|
1372
|
+
}
|
|
1373
|
+
: options;
|
|
1225
1374
|
|
|
1226
|
-
const serializeFn =
|
|
1375
|
+
const serializeFn = _options && _options.serialize;
|
|
1227
1376
|
|
|
1228
1377
|
let serializedParams;
|
|
1229
1378
|
|
|
1230
1379
|
if (serializeFn) {
|
|
1231
|
-
serializedParams = serializeFn(params,
|
|
1380
|
+
serializedParams = serializeFn(params, _options);
|
|
1232
1381
|
} else {
|
|
1233
|
-
serializedParams = utils$1.isURLSearchParams(params)
|
|
1234
|
-
params.toString()
|
|
1235
|
-
new AxiosURLSearchParams(params,
|
|
1382
|
+
serializedParams = utils$1.isURLSearchParams(params)
|
|
1383
|
+
? params.toString()
|
|
1384
|
+
: new AxiosURLSearchParams(params, _options).toString(_encode);
|
|
1236
1385
|
}
|
|
1237
1386
|
|
|
1238
1387
|
if (serializedParams) {
|
|
1239
|
-
const hashmarkIndex = url.indexOf(
|
|
1388
|
+
const hashmarkIndex = url.indexOf('#');
|
|
1240
1389
|
|
|
1241
1390
|
if (hashmarkIndex !== -1) {
|
|
1242
1391
|
url = url.slice(0, hashmarkIndex);
|
|
@@ -1257,6 +1406,7 @@ class InterceptorManager {
|
|
|
1257
1406
|
*
|
|
1258
1407
|
* @param {Function} fulfilled The function to handle `then` for a `Promise`
|
|
1259
1408
|
* @param {Function} rejected The function to handle `reject` for a `Promise`
|
|
1409
|
+
* @param {Object} options The options for the interceptor, synchronous and runWhen
|
|
1260
1410
|
*
|
|
1261
1411
|
* @return {Number} An ID used to remove interceptor later
|
|
1262
1412
|
*/
|
|
@@ -1265,7 +1415,7 @@ class InterceptorManager {
|
|
|
1265
1415
|
fulfilled,
|
|
1266
1416
|
rejected,
|
|
1267
1417
|
synchronous: options ? options.synchronous : false,
|
|
1268
|
-
runWhen: options ? options.runWhen : null
|
|
1418
|
+
runWhen: options ? options.runWhen : null,
|
|
1269
1419
|
});
|
|
1270
1420
|
return this.handlers.length - 1;
|
|
1271
1421
|
}
|
|
@@ -1275,7 +1425,7 @@ class InterceptorManager {
|
|
|
1275
1425
|
*
|
|
1276
1426
|
* @param {Number} id The ID that was returned by `use`
|
|
1277
1427
|
*
|
|
1278
|
-
* @returns {
|
|
1428
|
+
* @returns {void}
|
|
1279
1429
|
*/
|
|
1280
1430
|
eject(id) {
|
|
1281
1431
|
if (this.handlers[id]) {
|
|
@@ -1318,7 +1468,8 @@ const InterceptorManager$1 = InterceptorManager;
|
|
|
1318
1468
|
const transitionalDefaults = {
|
|
1319
1469
|
silentJSONParsing: true,
|
|
1320
1470
|
forcedJSONParsing: true,
|
|
1321
|
-
clarifyTimeoutError: false
|
|
1471
|
+
clarifyTimeoutError: false,
|
|
1472
|
+
legacyInterceptorReqResOrdering: true,
|
|
1322
1473
|
};
|
|
1323
1474
|
|
|
1324
1475
|
const URLSearchParams = url__default["default"].URLSearchParams;
|
|
@@ -1330,12 +1481,12 @@ const DIGIT = '0123456789';
|
|
|
1330
1481
|
const ALPHABET = {
|
|
1331
1482
|
DIGIT,
|
|
1332
1483
|
ALPHA,
|
|
1333
|
-
ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT
|
|
1484
|
+
ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT,
|
|
1334
1485
|
};
|
|
1335
1486
|
|
|
1336
1487
|
const generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {
|
|
1337
1488
|
let str = '';
|
|
1338
|
-
const {length} = alphabet;
|
|
1489
|
+
const { length } = alphabet;
|
|
1339
1490
|
const randomValues = new Uint32Array(size);
|
|
1340
1491
|
crypto__default["default"].randomFillSync(randomValues);
|
|
1341
1492
|
for (let i = 0; i < size; i++) {
|
|
@@ -1345,22 +1496,21 @@ const generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {
|
|
|
1345
1496
|
return str;
|
|
1346
1497
|
};
|
|
1347
1498
|
|
|
1348
|
-
|
|
1349
1499
|
const platform$1 = {
|
|
1350
1500
|
isNode: true,
|
|
1351
1501
|
classes: {
|
|
1352
1502
|
URLSearchParams,
|
|
1353
1503
|
FormData: FormData__default["default"],
|
|
1354
|
-
Blob: typeof Blob !== 'undefined' && Blob || null
|
|
1504
|
+
Blob: (typeof Blob !== 'undefined' && Blob) || null,
|
|
1355
1505
|
},
|
|
1356
1506
|
ALPHABET,
|
|
1357
1507
|
generateString,
|
|
1358
|
-
protocols: [
|
|
1508
|
+
protocols: ['http', 'https', 'file', 'data'],
|
|
1359
1509
|
};
|
|
1360
1510
|
|
|
1361
1511
|
const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
|
|
1362
1512
|
|
|
1363
|
-
const _navigator = typeof navigator === 'object' && navigator || undefined;
|
|
1513
|
+
const _navigator = (typeof navigator === 'object' && navigator) || undefined;
|
|
1364
1514
|
|
|
1365
1515
|
/**
|
|
1366
1516
|
* Determine if we're running in a standard browser environment
|
|
@@ -1379,7 +1529,8 @@ const _navigator = typeof navigator === 'object' && navigator || undefined;
|
|
|
1379
1529
|
*
|
|
1380
1530
|
* @returns {boolean}
|
|
1381
1531
|
*/
|
|
1382
|
-
const hasStandardBrowserEnv =
|
|
1532
|
+
const hasStandardBrowserEnv =
|
|
1533
|
+
hasBrowserEnv &&
|
|
1383
1534
|
(!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0);
|
|
1384
1535
|
|
|
1385
1536
|
/**
|
|
@@ -1400,7 +1551,7 @@ const hasStandardBrowserWebWorkerEnv = (() => {
|
|
|
1400
1551
|
);
|
|
1401
1552
|
})();
|
|
1402
1553
|
|
|
1403
|
-
const origin = hasBrowserEnv && window.location.href || 'http://localhost';
|
|
1554
|
+
const origin = (hasBrowserEnv && window.location.href) || 'http://localhost';
|
|
1404
1555
|
|
|
1405
1556
|
const utils = /*#__PURE__*/Object.freeze({
|
|
1406
1557
|
__proto__: null,
|
|
@@ -1413,12 +1564,12 @@ const utils = /*#__PURE__*/Object.freeze({
|
|
|
1413
1564
|
|
|
1414
1565
|
const platform = {
|
|
1415
1566
|
...utils,
|
|
1416
|
-
...platform$1
|
|
1567
|
+
...platform$1,
|
|
1417
1568
|
};
|
|
1418
1569
|
|
|
1419
1570
|
function toURLEncodedForm(data, options) {
|
|
1420
1571
|
return toFormData(data, new platform.classes.URLSearchParams(), {
|
|
1421
|
-
visitor: function(value, key, path, helpers) {
|
|
1572
|
+
visitor: function (value, key, path, helpers) {
|
|
1422
1573
|
if (platform.isNode && utils$1.isBuffer(value)) {
|
|
1423
1574
|
this.append(key, value.toString('base64'));
|
|
1424
1575
|
return false;
|
|
@@ -1426,7 +1577,7 @@ function toURLEncodedForm(data, options) {
|
|
|
1426
1577
|
|
|
1427
1578
|
return helpers.defaultVisitor.apply(this, arguments);
|
|
1428
1579
|
},
|
|
1429
|
-
...options
|
|
1580
|
+
...options,
|
|
1430
1581
|
});
|
|
1431
1582
|
}
|
|
1432
1583
|
|
|
@@ -1442,7 +1593,7 @@ function parsePropPath(name) {
|
|
|
1442
1593
|
// foo.x.y.z
|
|
1443
1594
|
// foo-x-y-z
|
|
1444
1595
|
// foo x y z
|
|
1445
|
-
return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => {
|
|
1596
|
+
return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map((match) => {
|
|
1446
1597
|
return match[0] === '[]' ? '' : match[1] || match[0];
|
|
1447
1598
|
});
|
|
1448
1599
|
}
|
|
@@ -1546,96 +1697,107 @@ function stringifySafely(rawValue, parser, encoder) {
|
|
|
1546
1697
|
}
|
|
1547
1698
|
|
|
1548
1699
|
const defaults = {
|
|
1549
|
-
|
|
1550
1700
|
transitional: transitionalDefaults,
|
|
1551
1701
|
|
|
1552
1702
|
adapter: ['xhr', 'http', 'fetch'],
|
|
1553
1703
|
|
|
1554
|
-
transformRequest: [
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1704
|
+
transformRequest: [
|
|
1705
|
+
function transformRequest(data, headers) {
|
|
1706
|
+
const contentType = headers.getContentType() || '';
|
|
1707
|
+
const hasJSONContentType = contentType.indexOf('application/json') > -1;
|
|
1708
|
+
const isObjectPayload = utils$1.isObject(data);
|
|
1558
1709
|
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1710
|
+
if (isObjectPayload && utils$1.isHTMLForm(data)) {
|
|
1711
|
+
data = new FormData(data);
|
|
1712
|
+
}
|
|
1562
1713
|
|
|
1563
|
-
|
|
1714
|
+
const isFormData = utils$1.isFormData(data);
|
|
1564
1715
|
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1716
|
+
if (isFormData) {
|
|
1717
|
+
return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;
|
|
1718
|
+
}
|
|
1568
1719
|
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1720
|
+
if (
|
|
1721
|
+
utils$1.isArrayBuffer(data) ||
|
|
1722
|
+
utils$1.isBuffer(data) ||
|
|
1723
|
+
utils$1.isStream(data) ||
|
|
1724
|
+
utils$1.isFile(data) ||
|
|
1725
|
+
utils$1.isBlob(data) ||
|
|
1726
|
+
utils$1.isReadableStream(data)
|
|
1727
|
+
) {
|
|
1728
|
+
return data;
|
|
1729
|
+
}
|
|
1730
|
+
if (utils$1.isArrayBufferView(data)) {
|
|
1731
|
+
return data.buffer;
|
|
1732
|
+
}
|
|
1733
|
+
if (utils$1.isURLSearchParams(data)) {
|
|
1734
|
+
headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);
|
|
1735
|
+
return data.toString();
|
|
1736
|
+
}
|
|
1585
1737
|
|
|
1586
|
-
|
|
1738
|
+
let isFileList;
|
|
1587
1739
|
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1740
|
+
if (isObjectPayload) {
|
|
1741
|
+
if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {
|
|
1742
|
+
return toURLEncodedForm(data, this.formSerializer).toString();
|
|
1743
|
+
}
|
|
1592
1744
|
|
|
1593
|
-
|
|
1594
|
-
|
|
1745
|
+
if (
|
|
1746
|
+
(isFileList = utils$1.isFileList(data)) ||
|
|
1747
|
+
contentType.indexOf('multipart/form-data') > -1
|
|
1748
|
+
) {
|
|
1749
|
+
const _FormData = this.env && this.env.FormData;
|
|
1595
1750
|
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1751
|
+
return toFormData(
|
|
1752
|
+
isFileList ? { 'files[]': data } : data,
|
|
1753
|
+
_FormData && new _FormData(),
|
|
1754
|
+
this.formSerializer
|
|
1755
|
+
);
|
|
1756
|
+
}
|
|
1601
1757
|
}
|
|
1602
|
-
}
|
|
1603
1758
|
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1759
|
+
if (isObjectPayload || hasJSONContentType) {
|
|
1760
|
+
headers.setContentType('application/json', false);
|
|
1761
|
+
return stringifySafely(data);
|
|
1762
|
+
}
|
|
1608
1763
|
|
|
1609
|
-
|
|
1610
|
-
|
|
1764
|
+
return data;
|
|
1765
|
+
},
|
|
1766
|
+
],
|
|
1611
1767
|
|
|
1612
|
-
transformResponse: [
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1768
|
+
transformResponse: [
|
|
1769
|
+
function transformResponse(data) {
|
|
1770
|
+
const transitional = this.transitional || defaults.transitional;
|
|
1771
|
+
const forcedJSONParsing = transitional && transitional.forcedJSONParsing;
|
|
1772
|
+
const JSONRequested = this.responseType === 'json';
|
|
1616
1773
|
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1774
|
+
if (utils$1.isResponse(data) || utils$1.isReadableStream(data)) {
|
|
1775
|
+
return data;
|
|
1776
|
+
}
|
|
1620
1777
|
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1778
|
+
if (
|
|
1779
|
+
data &&
|
|
1780
|
+
utils$1.isString(data) &&
|
|
1781
|
+
((forcedJSONParsing && !this.responseType) || JSONRequested)
|
|
1782
|
+
) {
|
|
1783
|
+
const silentJSONParsing = transitional && transitional.silentJSONParsing;
|
|
1784
|
+
const strictJSONParsing = !silentJSONParsing && JSONRequested;
|
|
1624
1785
|
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1786
|
+
try {
|
|
1787
|
+
return JSON.parse(data, this.parseReviver);
|
|
1788
|
+
} catch (e) {
|
|
1789
|
+
if (strictJSONParsing) {
|
|
1790
|
+
if (e.name === 'SyntaxError') {
|
|
1791
|
+
throw AxiosError$1.from(e, AxiosError$1.ERR_BAD_RESPONSE, this, null, this.response);
|
|
1792
|
+
}
|
|
1793
|
+
throw e;
|
|
1631
1794
|
}
|
|
1632
|
-
throw e;
|
|
1633
1795
|
}
|
|
1634
1796
|
}
|
|
1635
|
-
}
|
|
1636
1797
|
|
|
1637
|
-
|
|
1638
|
-
|
|
1798
|
+
return data;
|
|
1799
|
+
},
|
|
1800
|
+
],
|
|
1639
1801
|
|
|
1640
1802
|
/**
|
|
1641
1803
|
* A timeout in milliseconds to abort a request. If set to 0 (default) a
|
|
@@ -1651,7 +1813,7 @@ const defaults = {
|
|
|
1651
1813
|
|
|
1652
1814
|
env: {
|
|
1653
1815
|
FormData: platform.classes.FormData,
|
|
1654
|
-
Blob: platform.classes.Blob
|
|
1816
|
+
Blob: platform.classes.Blob,
|
|
1655
1817
|
},
|
|
1656
1818
|
|
|
1657
1819
|
validateStatus: function validateStatus(status) {
|
|
@@ -1660,10 +1822,10 @@ const defaults = {
|
|
|
1660
1822
|
|
|
1661
1823
|
headers: {
|
|
1662
1824
|
common: {
|
|
1663
|
-
|
|
1664
|
-
'Content-Type': undefined
|
|
1665
|
-
}
|
|
1666
|
-
}
|
|
1825
|
+
Accept: 'application/json, text/plain, */*',
|
|
1826
|
+
'Content-Type': undefined,
|
|
1827
|
+
},
|
|
1828
|
+
},
|
|
1667
1829
|
};
|
|
1668
1830
|
|
|
1669
1831
|
utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {
|
|
@@ -1675,10 +1837,23 @@ const defaults$1 = defaults;
|
|
|
1675
1837
|
// RawAxiosHeaders whose duplicates are ignored by node
|
|
1676
1838
|
// c.f. https://nodejs.org/api/http.html#http_message_headers
|
|
1677
1839
|
const ignoreDuplicateOf = utils$1.toObjectSet([
|
|
1678
|
-
'age',
|
|
1679
|
-
'
|
|
1680
|
-
'
|
|
1681
|
-
'
|
|
1840
|
+
'age',
|
|
1841
|
+
'authorization',
|
|
1842
|
+
'content-length',
|
|
1843
|
+
'content-type',
|
|
1844
|
+
'etag',
|
|
1845
|
+
'expires',
|
|
1846
|
+
'from',
|
|
1847
|
+
'host',
|
|
1848
|
+
'if-modified-since',
|
|
1849
|
+
'if-unmodified-since',
|
|
1850
|
+
'last-modified',
|
|
1851
|
+
'location',
|
|
1852
|
+
'max-forwards',
|
|
1853
|
+
'proxy-authorization',
|
|
1854
|
+
'referer',
|
|
1855
|
+
'retry-after',
|
|
1856
|
+
'user-agent',
|
|
1682
1857
|
]);
|
|
1683
1858
|
|
|
1684
1859
|
/**
|
|
@@ -1695,31 +1870,32 @@ const ignoreDuplicateOf = utils$1.toObjectSet([
|
|
|
1695
1870
|
*
|
|
1696
1871
|
* @returns {Object} Headers parsed into an object
|
|
1697
1872
|
*/
|
|
1698
|
-
const parseHeaders = rawHeaders => {
|
|
1873
|
+
const parseHeaders = (rawHeaders) => {
|
|
1699
1874
|
const parsed = {};
|
|
1700
1875
|
let key;
|
|
1701
1876
|
let val;
|
|
1702
1877
|
let i;
|
|
1703
1878
|
|
|
1704
|
-
rawHeaders &&
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1879
|
+
rawHeaders &&
|
|
1880
|
+
rawHeaders.split('\n').forEach(function parser(line) {
|
|
1881
|
+
i = line.indexOf(':');
|
|
1882
|
+
key = line.substring(0, i).trim().toLowerCase();
|
|
1883
|
+
val = line.substring(i + 1).trim();
|
|
1708
1884
|
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1885
|
+
if (!key || (parsed[key] && ignoreDuplicateOf[key])) {
|
|
1886
|
+
return;
|
|
1887
|
+
}
|
|
1712
1888
|
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1889
|
+
if (key === 'set-cookie') {
|
|
1890
|
+
if (parsed[key]) {
|
|
1891
|
+
parsed[key].push(val);
|
|
1892
|
+
} else {
|
|
1893
|
+
parsed[key] = [val];
|
|
1894
|
+
}
|
|
1716
1895
|
} else {
|
|
1717
|
-
parsed[key] = [val
|
|
1896
|
+
parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
|
|
1718
1897
|
}
|
|
1719
|
-
}
|
|
1720
|
-
parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
|
|
1721
|
-
}
|
|
1722
|
-
});
|
|
1898
|
+
});
|
|
1723
1899
|
|
|
1724
1900
|
return parsed;
|
|
1725
1901
|
};
|
|
@@ -1773,8 +1949,10 @@ function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
|
|
|
1773
1949
|
}
|
|
1774
1950
|
|
|
1775
1951
|
function formatHeader(header) {
|
|
1776
|
-
return header
|
|
1777
|
-
.
|
|
1952
|
+
return header
|
|
1953
|
+
.trim()
|
|
1954
|
+
.toLowerCase()
|
|
1955
|
+
.replace(/([a-z\d])(\w*)/g, (w, char, str) => {
|
|
1778
1956
|
return char.toUpperCase() + str;
|
|
1779
1957
|
});
|
|
1780
1958
|
}
|
|
@@ -1782,12 +1960,12 @@ function formatHeader(header) {
|
|
|
1782
1960
|
function buildAccessors(obj, header) {
|
|
1783
1961
|
const accessorName = utils$1.toCamelCase(' ' + header);
|
|
1784
1962
|
|
|
1785
|
-
['get', 'set', 'has'].forEach(methodName => {
|
|
1963
|
+
['get', 'set', 'has'].forEach((methodName) => {
|
|
1786
1964
|
Object.defineProperty(obj, methodName + accessorName, {
|
|
1787
|
-
value: function(arg1, arg2, arg3) {
|
|
1965
|
+
value: function (arg1, arg2, arg3) {
|
|
1788
1966
|
return this[methodName].call(this, header, arg1, arg2, arg3);
|
|
1789
1967
|
},
|
|
1790
|
-
configurable: true
|
|
1968
|
+
configurable: true,
|
|
1791
1969
|
});
|
|
1792
1970
|
});
|
|
1793
1971
|
}
|
|
@@ -1809,7 +1987,12 @@ class AxiosHeaders {
|
|
|
1809
1987
|
|
|
1810
1988
|
const key = utils$1.findKey(self, lHeader);
|
|
1811
1989
|
|
|
1812
|
-
if
|
|
1990
|
+
if (
|
|
1991
|
+
!key ||
|
|
1992
|
+
self[key] === undefined ||
|
|
1993
|
+
_rewrite === true ||
|
|
1994
|
+
(_rewrite === undefined && self[key] !== false)
|
|
1995
|
+
) {
|
|
1813
1996
|
self[key || _header] = normalizeValue(_value);
|
|
1814
1997
|
}
|
|
1815
1998
|
}
|
|
@@ -1819,17 +2002,22 @@ class AxiosHeaders {
|
|
|
1819
2002
|
|
|
1820
2003
|
if (utils$1.isPlainObject(header) || header instanceof this.constructor) {
|
|
1821
2004
|
setHeaders(header, valueOrRewrite);
|
|
1822
|
-
} else if(utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
|
|
2005
|
+
} else if (utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
|
|
1823
2006
|
setHeaders(parseHeaders(header), valueOrRewrite);
|
|
1824
2007
|
} else if (utils$1.isObject(header) && utils$1.isIterable(header)) {
|
|
1825
|
-
let obj = {},
|
|
2008
|
+
let obj = {},
|
|
2009
|
+
dest,
|
|
2010
|
+
key;
|
|
1826
2011
|
for (const entry of header) {
|
|
1827
2012
|
if (!utils$1.isArray(entry)) {
|
|
1828
2013
|
throw TypeError('Object iterator must return a key-value pair');
|
|
1829
2014
|
}
|
|
1830
2015
|
|
|
1831
|
-
obj[key = entry[0]] = (dest = obj[key])
|
|
1832
|
-
|
|
2016
|
+
obj[(key = entry[0])] = (dest = obj[key])
|
|
2017
|
+
? utils$1.isArray(dest)
|
|
2018
|
+
? [...dest, entry[1]]
|
|
2019
|
+
: [dest, entry[1]]
|
|
2020
|
+
: entry[1];
|
|
1833
2021
|
}
|
|
1834
2022
|
|
|
1835
2023
|
setHeaders(obj, valueOrRewrite);
|
|
@@ -1876,7 +2064,11 @@ class AxiosHeaders {
|
|
|
1876
2064
|
if (header) {
|
|
1877
2065
|
const key = utils$1.findKey(this, header);
|
|
1878
2066
|
|
|
1879
|
-
return !!(
|
|
2067
|
+
return !!(
|
|
2068
|
+
key &&
|
|
2069
|
+
this[key] !== undefined &&
|
|
2070
|
+
(!matcher || matchHeaderValue(this, this[key], key, matcher))
|
|
2071
|
+
);
|
|
1880
2072
|
}
|
|
1881
2073
|
|
|
1882
2074
|
return false;
|
|
@@ -1916,7 +2108,7 @@ class AxiosHeaders {
|
|
|
1916
2108
|
|
|
1917
2109
|
while (i--) {
|
|
1918
2110
|
const key = keys[i];
|
|
1919
|
-
if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {
|
|
2111
|
+
if (!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {
|
|
1920
2112
|
delete this[key];
|
|
1921
2113
|
deleted = true;
|
|
1922
2114
|
}
|
|
@@ -1960,7 +2152,9 @@ class AxiosHeaders {
|
|
|
1960
2152
|
const obj = Object.create(null);
|
|
1961
2153
|
|
|
1962
2154
|
utils$1.forEach(this, (value, header) => {
|
|
1963
|
-
value != null &&
|
|
2155
|
+
value != null &&
|
|
2156
|
+
value !== false &&
|
|
2157
|
+
(obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value);
|
|
1964
2158
|
});
|
|
1965
2159
|
|
|
1966
2160
|
return obj;
|
|
@@ -1971,11 +2165,13 @@ class AxiosHeaders {
|
|
|
1971
2165
|
}
|
|
1972
2166
|
|
|
1973
2167
|
toString() {
|
|
1974
|
-
return Object.entries(this.toJSON())
|
|
2168
|
+
return Object.entries(this.toJSON())
|
|
2169
|
+
.map(([header, value]) => header + ': ' + value)
|
|
2170
|
+
.join('\n');
|
|
1975
2171
|
}
|
|
1976
2172
|
|
|
1977
2173
|
getSetCookie() {
|
|
1978
|
-
return this.get(
|
|
2174
|
+
return this.get('set-cookie') || [];
|
|
1979
2175
|
}
|
|
1980
2176
|
|
|
1981
2177
|
get [Symbol.toStringTag]() {
|
|
@@ -1995,9 +2191,12 @@ class AxiosHeaders {
|
|
|
1995
2191
|
}
|
|
1996
2192
|
|
|
1997
2193
|
static accessor(header) {
|
|
1998
|
-
const internals =
|
|
1999
|
-
|
|
2000
|
-
|
|
2194
|
+
const internals =
|
|
2195
|
+
(this[$internals] =
|
|
2196
|
+
this[$internals] =
|
|
2197
|
+
{
|
|
2198
|
+
accessors: {},
|
|
2199
|
+
});
|
|
2001
2200
|
|
|
2002
2201
|
const accessors = internals.accessors;
|
|
2003
2202
|
const prototype = this.prototype;
|
|
@@ -2017,17 +2216,24 @@ class AxiosHeaders {
|
|
|
2017
2216
|
}
|
|
2018
2217
|
}
|
|
2019
2218
|
|
|
2020
|
-
AxiosHeaders.accessor([
|
|
2219
|
+
AxiosHeaders.accessor([
|
|
2220
|
+
'Content-Type',
|
|
2221
|
+
'Content-Length',
|
|
2222
|
+
'Accept',
|
|
2223
|
+
'Accept-Encoding',
|
|
2224
|
+
'User-Agent',
|
|
2225
|
+
'Authorization',
|
|
2226
|
+
]);
|
|
2021
2227
|
|
|
2022
2228
|
// reserved names hotfix
|
|
2023
|
-
utils$1.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => {
|
|
2229
|
+
utils$1.reduceDescriptors(AxiosHeaders.prototype, ({ value }, key) => {
|
|
2024
2230
|
let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`
|
|
2025
2231
|
return {
|
|
2026
2232
|
get: () => value,
|
|
2027
2233
|
set(headerValue) {
|
|
2028
2234
|
this[mapped] = headerValue;
|
|
2029
|
-
}
|
|
2030
|
-
}
|
|
2235
|
+
},
|
|
2236
|
+
};
|
|
2031
2237
|
});
|
|
2032
2238
|
|
|
2033
2239
|
utils$1.freezeMethods(AxiosHeaders);
|
|
@@ -2061,24 +2267,24 @@ function isCancel(value) {
|
|
|
2061
2267
|
return !!(value && value.__CANCEL__);
|
|
2062
2268
|
}
|
|
2063
2269
|
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2270
|
+
class CanceledError extends AxiosError$1 {
|
|
2271
|
+
/**
|
|
2272
|
+
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
2273
|
+
*
|
|
2274
|
+
* @param {string=} message The message.
|
|
2275
|
+
* @param {Object=} config The config.
|
|
2276
|
+
* @param {Object=} request The request.
|
|
2277
|
+
*
|
|
2278
|
+
* @returns {CanceledError} The created error.
|
|
2279
|
+
*/
|
|
2280
|
+
constructor(message, config, request) {
|
|
2281
|
+
super(message == null ? 'canceled' : message, AxiosError$1.ERR_CANCELED, config, request);
|
|
2282
|
+
this.name = 'CanceledError';
|
|
2283
|
+
this.__CANCEL__ = true;
|
|
2284
|
+
}
|
|
2077
2285
|
}
|
|
2078
2286
|
|
|
2079
|
-
|
|
2080
|
-
__CANCEL__: true
|
|
2081
|
-
});
|
|
2287
|
+
const CanceledError$1 = CanceledError;
|
|
2082
2288
|
|
|
2083
2289
|
/**
|
|
2084
2290
|
* Resolve or reject a Promise based on response status.
|
|
@@ -2094,13 +2300,17 @@ function settle(resolve, reject, response) {
|
|
|
2094
2300
|
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
|
2095
2301
|
resolve(response);
|
|
2096
2302
|
} else {
|
|
2097
|
-
reject(
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2303
|
+
reject(
|
|
2304
|
+
new AxiosError$1(
|
|
2305
|
+
'Request failed with status code ' + response.status,
|
|
2306
|
+
[AxiosError$1.ERR_BAD_REQUEST, AxiosError$1.ERR_BAD_RESPONSE][
|
|
2307
|
+
Math.floor(response.status / 100) - 4
|
|
2308
|
+
],
|
|
2309
|
+
response.config,
|
|
2310
|
+
response.request,
|
|
2311
|
+
response
|
|
2312
|
+
)
|
|
2313
|
+
);
|
|
2104
2314
|
}
|
|
2105
2315
|
}
|
|
2106
2316
|
|
|
@@ -2115,6 +2325,10 @@ function isAbsoluteURL(url) {
|
|
|
2115
2325
|
// A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL).
|
|
2116
2326
|
// RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed
|
|
2117
2327
|
// by any combination of letters, digits, plus, period, or hyphen.
|
|
2328
|
+
if (typeof url !== 'string') {
|
|
2329
|
+
return false;
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2118
2332
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);
|
|
2119
2333
|
}
|
|
2120
2334
|
|
|
@@ -2150,11 +2364,11 @@ function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
|
|
|
2150
2364
|
return requestedURL;
|
|
2151
2365
|
}
|
|
2152
2366
|
|
|
2153
|
-
const VERSION = "1.
|
|
2367
|
+
const VERSION = "1.13.6";
|
|
2154
2368
|
|
|
2155
2369
|
function parseProtocol(url) {
|
|
2156
2370
|
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url);
|
|
2157
|
-
return match && match[1] || '';
|
|
2371
|
+
return (match && match[1]) || '';
|
|
2158
2372
|
}
|
|
2159
2373
|
|
|
2160
2374
|
const DATA_URL_PATTERN = /^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;
|
|
@@ -2170,7 +2384,7 @@ const DATA_URL_PATTERN = /^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;
|
|
|
2170
2384
|
* @returns {Buffer|Blob}
|
|
2171
2385
|
*/
|
|
2172
2386
|
function fromDataURI(uri, asBlob, options) {
|
|
2173
|
-
const _Blob = options && options.Blob || platform.classes.Blob;
|
|
2387
|
+
const _Blob = (options && options.Blob) || platform.classes.Blob;
|
|
2174
2388
|
const protocol = parseProtocol(uri);
|
|
2175
2389
|
|
|
2176
2390
|
if (asBlob === undefined && _Blob) {
|
|
@@ -2183,7 +2397,7 @@ function fromDataURI(uri, asBlob, options) {
|
|
|
2183
2397
|
const match = DATA_URL_PATTERN.exec(uri);
|
|
2184
2398
|
|
|
2185
2399
|
if (!match) {
|
|
2186
|
-
throw new AxiosError('Invalid URL', AxiosError.ERR_INVALID_URL);
|
|
2400
|
+
throw new AxiosError$1('Invalid URL', AxiosError$1.ERR_INVALID_URL);
|
|
2187
2401
|
}
|
|
2188
2402
|
|
|
2189
2403
|
const mime = match[1];
|
|
@@ -2193,38 +2407,43 @@ function fromDataURI(uri, asBlob, options) {
|
|
|
2193
2407
|
|
|
2194
2408
|
if (asBlob) {
|
|
2195
2409
|
if (!_Blob) {
|
|
2196
|
-
throw new AxiosError('Blob is not supported', AxiosError.ERR_NOT_SUPPORT);
|
|
2410
|
+
throw new AxiosError$1('Blob is not supported', AxiosError$1.ERR_NOT_SUPPORT);
|
|
2197
2411
|
}
|
|
2198
2412
|
|
|
2199
|
-
return new _Blob([buffer], {type: mime});
|
|
2413
|
+
return new _Blob([buffer], { type: mime });
|
|
2200
2414
|
}
|
|
2201
2415
|
|
|
2202
2416
|
return buffer;
|
|
2203
2417
|
}
|
|
2204
2418
|
|
|
2205
|
-
throw new AxiosError('Unsupported protocol ' + protocol, AxiosError.ERR_NOT_SUPPORT);
|
|
2419
|
+
throw new AxiosError$1('Unsupported protocol ' + protocol, AxiosError$1.ERR_NOT_SUPPORT);
|
|
2206
2420
|
}
|
|
2207
2421
|
|
|
2208
2422
|
const kInternals = Symbol('internals');
|
|
2209
2423
|
|
|
2210
|
-
class AxiosTransformStream extends stream__default["default"].Transform{
|
|
2424
|
+
class AxiosTransformStream extends stream__default["default"].Transform {
|
|
2211
2425
|
constructor(options) {
|
|
2212
|
-
options = utils$1.toFlatObject(
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2426
|
+
options = utils$1.toFlatObject(
|
|
2427
|
+
options,
|
|
2428
|
+
{
|
|
2429
|
+
maxRate: 0,
|
|
2430
|
+
chunkSize: 64 * 1024,
|
|
2431
|
+
minChunkSize: 100,
|
|
2432
|
+
timeWindow: 500,
|
|
2433
|
+
ticksRate: 2,
|
|
2434
|
+
samplesCount: 15,
|
|
2435
|
+
},
|
|
2436
|
+
null,
|
|
2437
|
+
(prop, source) => {
|
|
2438
|
+
return !utils$1.isUndefined(source[prop]);
|
|
2439
|
+
}
|
|
2440
|
+
);
|
|
2222
2441
|
|
|
2223
2442
|
super({
|
|
2224
|
-
readableHighWaterMark: options.chunkSize
|
|
2443
|
+
readableHighWaterMark: options.chunkSize,
|
|
2225
2444
|
});
|
|
2226
2445
|
|
|
2227
|
-
const internals = this[kInternals] = {
|
|
2446
|
+
const internals = (this[kInternals] = {
|
|
2228
2447
|
timeWindow: options.timeWindow,
|
|
2229
2448
|
chunkSize: options.chunkSize,
|
|
2230
2449
|
maxRate: options.maxRate,
|
|
@@ -2234,10 +2453,10 @@ class AxiosTransformStream extends stream__default["default"].Transform{
|
|
|
2234
2453
|
notifiedBytesLoaded: 0,
|
|
2235
2454
|
ts: Date.now(),
|
|
2236
2455
|
bytes: 0,
|
|
2237
|
-
onReadCallback: null
|
|
2238
|
-
};
|
|
2456
|
+
onReadCallback: null,
|
|
2457
|
+
});
|
|
2239
2458
|
|
|
2240
|
-
this.on('newListener', event => {
|
|
2459
|
+
this.on('newListener', (event) => {
|
|
2241
2460
|
if (event === 'progress') {
|
|
2242
2461
|
if (!internals.isCaptured) {
|
|
2243
2462
|
internals.isCaptured = true;
|
|
@@ -2265,8 +2484,11 @@ class AxiosTransformStream extends stream__default["default"].Transform{
|
|
|
2265
2484
|
const timeWindow = internals.timeWindow;
|
|
2266
2485
|
|
|
2267
2486
|
const divider = 1000 / timeWindow;
|
|
2268
|
-
const bytesThreshold =
|
|
2269
|
-
const minChunkSize =
|
|
2487
|
+
const bytesThreshold = maxRate / divider;
|
|
2488
|
+
const minChunkSize =
|
|
2489
|
+
internals.minChunkSize !== false
|
|
2490
|
+
? Math.max(internals.minChunkSize, bytesThreshold * 0.01)
|
|
2491
|
+
: 0;
|
|
2270
2492
|
|
|
2271
2493
|
const pushChunk = (_chunk, _callback) => {
|
|
2272
2494
|
const bytes = Buffer.byteLength(_chunk);
|
|
@@ -2295,7 +2517,7 @@ class AxiosTransformStream extends stream__default["default"].Transform{
|
|
|
2295
2517
|
if (maxRate) {
|
|
2296
2518
|
const now = Date.now();
|
|
2297
2519
|
|
|
2298
|
-
if (!internals.ts || (passed =
|
|
2520
|
+
if (!internals.ts || (passed = now - internals.ts) >= timeWindow) {
|
|
2299
2521
|
internals.ts = now;
|
|
2300
2522
|
bytesLeft = bytesThreshold - internals.bytes;
|
|
2301
2523
|
internals.bytes = bytesLeft < 0 ? -bytesLeft : 0;
|
|
@@ -2318,14 +2540,19 @@ class AxiosTransformStream extends stream__default["default"].Transform{
|
|
|
2318
2540
|
}
|
|
2319
2541
|
}
|
|
2320
2542
|
|
|
2321
|
-
if (maxChunkSize && chunkSize > maxChunkSize &&
|
|
2543
|
+
if (maxChunkSize && chunkSize > maxChunkSize && chunkSize - maxChunkSize > minChunkSize) {
|
|
2322
2544
|
chunkRemainder = _chunk.subarray(maxChunkSize);
|
|
2323
2545
|
_chunk = _chunk.subarray(0, maxChunkSize);
|
|
2324
2546
|
}
|
|
2325
2547
|
|
|
2326
|
-
pushChunk(
|
|
2327
|
-
|
|
2328
|
-
|
|
2548
|
+
pushChunk(
|
|
2549
|
+
_chunk,
|
|
2550
|
+
chunkRemainder
|
|
2551
|
+
? () => {
|
|
2552
|
+
process.nextTick(_callback, null, chunkRemainder);
|
|
2553
|
+
}
|
|
2554
|
+
: _callback
|
|
2555
|
+
);
|
|
2329
2556
|
};
|
|
2330
2557
|
|
|
2331
2558
|
transformChunk(chunk, function transformNextChunk(err, _chunk) {
|
|
@@ -2344,7 +2571,7 @@ class AxiosTransformStream extends stream__default["default"].Transform{
|
|
|
2344
2571
|
|
|
2345
2572
|
const AxiosTransformStream$1 = AxiosTransformStream;
|
|
2346
2573
|
|
|
2347
|
-
const {asyncIterator} = Symbol;
|
|
2574
|
+
const { asyncIterator } = Symbol;
|
|
2348
2575
|
|
|
2349
2576
|
const readBlob = async function* (blob) {
|
|
2350
2577
|
if (blob.stream) {
|
|
@@ -2370,7 +2597,7 @@ const CRLF_BYTES_COUNT = 2;
|
|
|
2370
2597
|
|
|
2371
2598
|
class FormDataPart {
|
|
2372
2599
|
constructor(name, value) {
|
|
2373
|
-
const {escapeName} = this.constructor;
|
|
2600
|
+
const { escapeName } = this.constructor;
|
|
2374
2601
|
const isStringValue = utils$1.isString(value);
|
|
2375
2602
|
|
|
2376
2603
|
let headers = `Content-Disposition: form-data; name="${escapeName(name)}"${
|
|
@@ -2380,7 +2607,7 @@ class FormDataPart {
|
|
|
2380
2607
|
if (isStringValue) {
|
|
2381
2608
|
value = textEncoder.encode(String(value).replace(/\r?\n|\r\n?/g, CRLF));
|
|
2382
2609
|
} else {
|
|
2383
|
-
headers += `Content-Type: ${value.type ||
|
|
2610
|
+
headers += `Content-Type: ${value.type || 'application/octet-stream'}${CRLF}`;
|
|
2384
2611
|
}
|
|
2385
2612
|
|
|
2386
2613
|
this.headers = textEncoder.encode(headers + CRLF);
|
|
@@ -2393,12 +2620,12 @@ class FormDataPart {
|
|
|
2393
2620
|
this.value = value;
|
|
2394
2621
|
}
|
|
2395
2622
|
|
|
2396
|
-
async *encode(){
|
|
2623
|
+
async *encode() {
|
|
2397
2624
|
yield this.headers;
|
|
2398
2625
|
|
|
2399
|
-
const {value} = this;
|
|
2626
|
+
const { value } = this;
|
|
2400
2627
|
|
|
2401
|
-
if(utils$1.isTypedArray(value)) {
|
|
2628
|
+
if (utils$1.isTypedArray(value)) {
|
|
2402
2629
|
yield value;
|
|
2403
2630
|
} else {
|
|
2404
2631
|
yield* readBlob$1(value);
|
|
@@ -2408,11 +2635,15 @@ class FormDataPart {
|
|
|
2408
2635
|
}
|
|
2409
2636
|
|
|
2410
2637
|
static escapeName(name) {
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2638
|
+
return String(name).replace(
|
|
2639
|
+
/[\r\n"]/g,
|
|
2640
|
+
(match) =>
|
|
2641
|
+
({
|
|
2642
|
+
'\r': '%0D',
|
|
2643
|
+
'\n': '%0A',
|
|
2644
|
+
'"': '%22',
|
|
2645
|
+
})[match]
|
|
2646
|
+
);
|
|
2416
2647
|
}
|
|
2417
2648
|
}
|
|
2418
2649
|
|
|
@@ -2420,15 +2651,15 @@ const formDataToStream = (form, headersHandler, options) => {
|
|
|
2420
2651
|
const {
|
|
2421
2652
|
tag = 'form-data-boundary',
|
|
2422
2653
|
size = 25,
|
|
2423
|
-
boundary = tag + '-' + platform.generateString(size, BOUNDARY_ALPHABET)
|
|
2654
|
+
boundary = tag + '-' + platform.generateString(size, BOUNDARY_ALPHABET),
|
|
2424
2655
|
} = options || {};
|
|
2425
2656
|
|
|
2426
|
-
if(!utils$1.isFormData(form)) {
|
|
2657
|
+
if (!utils$1.isFormData(form)) {
|
|
2427
2658
|
throw TypeError('FormData instance required');
|
|
2428
2659
|
}
|
|
2429
2660
|
|
|
2430
2661
|
if (boundary.length < 1 || boundary.length > 70) {
|
|
2431
|
-
throw Error('boundary must be 10-70 characters long')
|
|
2662
|
+
throw Error('boundary must be 10-70 characters long');
|
|
2432
2663
|
}
|
|
2433
2664
|
|
|
2434
2665
|
const boundaryBytes = textEncoder.encode('--' + boundary + CRLF);
|
|
@@ -2446,7 +2677,7 @@ const formDataToStream = (form, headersHandler, options) => {
|
|
|
2446
2677
|
contentLength = utils$1.toFiniteNumber(contentLength);
|
|
2447
2678
|
|
|
2448
2679
|
const computedHeaders = {
|
|
2449
|
-
'Content-Type': `multipart/form-data; boundary=${boundary}
|
|
2680
|
+
'Content-Type': `multipart/form-data; boundary=${boundary}`,
|
|
2450
2681
|
};
|
|
2451
2682
|
|
|
2452
2683
|
if (Number.isFinite(contentLength)) {
|
|
@@ -2455,14 +2686,16 @@ const formDataToStream = (form, headersHandler, options) => {
|
|
|
2455
2686
|
|
|
2456
2687
|
headersHandler && headersHandler(computedHeaders);
|
|
2457
2688
|
|
|
2458
|
-
return stream.Readable.from(
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2689
|
+
return stream.Readable.from(
|
|
2690
|
+
(async function* () {
|
|
2691
|
+
for (const part of parts) {
|
|
2692
|
+
yield boundaryBytes;
|
|
2693
|
+
yield* part.encode();
|
|
2694
|
+
}
|
|
2463
2695
|
|
|
2464
|
-
|
|
2465
|
-
|
|
2696
|
+
yield footerBytes;
|
|
2697
|
+
})()
|
|
2698
|
+
);
|
|
2466
2699
|
};
|
|
2467
2700
|
|
|
2468
2701
|
const formDataToStream$1 = formDataToStream;
|
|
@@ -2478,10 +2711,11 @@ class ZlibHeaderTransformStream extends stream__default["default"].Transform {
|
|
|
2478
2711
|
this._transform = this.__transform;
|
|
2479
2712
|
|
|
2480
2713
|
// Add Default Compression headers if no zlib headers are present
|
|
2481
|
-
if (chunk[0] !== 120) {
|
|
2714
|
+
if (chunk[0] !== 120) {
|
|
2715
|
+
// Hex: 78
|
|
2482
2716
|
const header = Buffer.alloc(2);
|
|
2483
2717
|
header[0] = 120; // Hex: 78
|
|
2484
|
-
header[1] = 156; // Hex: 9C
|
|
2718
|
+
header[1] = 156; // Hex: 9C
|
|
2485
2719
|
this.push(header, encoding);
|
|
2486
2720
|
}
|
|
2487
2721
|
}
|
|
@@ -2493,16 +2727,18 @@ class ZlibHeaderTransformStream extends stream__default["default"].Transform {
|
|
|
2493
2727
|
const ZlibHeaderTransformStream$1 = ZlibHeaderTransformStream;
|
|
2494
2728
|
|
|
2495
2729
|
const callbackify = (fn, reducer) => {
|
|
2496
|
-
return utils$1.isAsyncFn(fn)
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2730
|
+
return utils$1.isAsyncFn(fn)
|
|
2731
|
+
? function (...args) {
|
|
2732
|
+
const cb = args.pop();
|
|
2733
|
+
fn.apply(this, args).then((value) => {
|
|
2734
|
+
try {
|
|
2735
|
+
reducer ? cb(null, ...reducer(value)) : cb(null, value);
|
|
2736
|
+
} catch (err) {
|
|
2737
|
+
cb(err);
|
|
2738
|
+
}
|
|
2739
|
+
}, cb);
|
|
2503
2740
|
}
|
|
2504
|
-
|
|
2505
|
-
} : fn;
|
|
2741
|
+
: fn;
|
|
2506
2742
|
};
|
|
2507
2743
|
|
|
2508
2744
|
const callbackify$1 = callbackify;
|
|
@@ -2555,7 +2791,7 @@ function speedometer(samplesCount, min) {
|
|
|
2555
2791
|
|
|
2556
2792
|
const passed = startedAt && now - startedAt;
|
|
2557
2793
|
|
|
2558
|
-
return passed ? Math.round(bytesCount * 1000 / passed) : undefined;
|
|
2794
|
+
return passed ? Math.round((bytesCount * 1000) / passed) : undefined;
|
|
2559
2795
|
};
|
|
2560
2796
|
}
|
|
2561
2797
|
|
|
@@ -2584,7 +2820,7 @@ function throttle(fn, freq) {
|
|
|
2584
2820
|
const throttled = (...args) => {
|
|
2585
2821
|
const now = Date.now();
|
|
2586
2822
|
const passed = now - timestamp;
|
|
2587
|
-
if (
|
|
2823
|
+
if (passed >= threshold) {
|
|
2588
2824
|
invoke(args, now);
|
|
2589
2825
|
} else {
|
|
2590
2826
|
lastArgs = args;
|
|
@@ -2606,7 +2842,7 @@ const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
|
2606
2842
|
let bytesNotified = 0;
|
|
2607
2843
|
const _speedometer = speedometer(50, 250);
|
|
2608
2844
|
|
|
2609
|
-
return throttle(e => {
|
|
2845
|
+
return throttle((e) => {
|
|
2610
2846
|
const loaded = e.loaded;
|
|
2611
2847
|
const total = e.lengthComputable ? e.total : undefined;
|
|
2612
2848
|
const progressBytes = loaded - bytesNotified;
|
|
@@ -2618,13 +2854,13 @@ const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
|
2618
2854
|
const data = {
|
|
2619
2855
|
loaded,
|
|
2620
2856
|
total,
|
|
2621
|
-
progress: total ?
|
|
2857
|
+
progress: total ? loaded / total : undefined,
|
|
2622
2858
|
bytes: progressBytes,
|
|
2623
2859
|
rate: rate ? rate : undefined,
|
|
2624
2860
|
estimated: rate && total && inRange ? (total - loaded) / rate : undefined,
|
|
2625
2861
|
event: e,
|
|
2626
2862
|
lengthComputable: total != null,
|
|
2627
|
-
[isDownloadStream ? 'download' : 'upload']: true
|
|
2863
|
+
[isDownloadStream ? 'download' : 'upload']: true,
|
|
2628
2864
|
};
|
|
2629
2865
|
|
|
2630
2866
|
listener(data);
|
|
@@ -2634,14 +2870,21 @@ const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
|
2634
2870
|
const progressEventDecorator = (total, throttled) => {
|
|
2635
2871
|
const lengthComputable = total != null;
|
|
2636
2872
|
|
|
2637
|
-
return [
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2873
|
+
return [
|
|
2874
|
+
(loaded) =>
|
|
2875
|
+
throttled[0]({
|
|
2876
|
+
lengthComputable,
|
|
2877
|
+
total,
|
|
2878
|
+
loaded,
|
|
2879
|
+
}),
|
|
2880
|
+
throttled[1],
|
|
2881
|
+
];
|
|
2642
2882
|
};
|
|
2643
2883
|
|
|
2644
|
-
const asyncDecorator =
|
|
2884
|
+
const asyncDecorator =
|
|
2885
|
+
(fn) =>
|
|
2886
|
+
(...args) =>
|
|
2887
|
+
utils$1.asap(() => fn(...args));
|
|
2645
2888
|
|
|
2646
2889
|
/**
|
|
2647
2890
|
* Estimate decoded byte length of a data:// URL *without* allocating large buffers.
|
|
@@ -2719,33 +2962,131 @@ function estimateDataURLDecodedBytes(url) {
|
|
|
2719
2962
|
|
|
2720
2963
|
const zlibOptions = {
|
|
2721
2964
|
flush: zlib__default["default"].constants.Z_SYNC_FLUSH,
|
|
2722
|
-
finishFlush: zlib__default["default"].constants.Z_SYNC_FLUSH
|
|
2965
|
+
finishFlush: zlib__default["default"].constants.Z_SYNC_FLUSH,
|
|
2723
2966
|
};
|
|
2724
2967
|
|
|
2725
2968
|
const brotliOptions = {
|
|
2726
2969
|
flush: zlib__default["default"].constants.BROTLI_OPERATION_FLUSH,
|
|
2727
|
-
finishFlush: zlib__default["default"].constants.BROTLI_OPERATION_FLUSH
|
|
2970
|
+
finishFlush: zlib__default["default"].constants.BROTLI_OPERATION_FLUSH,
|
|
2728
2971
|
};
|
|
2729
2972
|
|
|
2730
2973
|
const isBrotliSupported = utils$1.isFunction(zlib__default["default"].createBrotliDecompress);
|
|
2731
2974
|
|
|
2732
|
-
const {http: httpFollow, https: httpsFollow} = followRedirects__default["default"];
|
|
2975
|
+
const { http: httpFollow, https: httpsFollow } = followRedirects__default["default"];
|
|
2733
2976
|
|
|
2734
2977
|
const isHttps = /https:?/;
|
|
2735
2978
|
|
|
2736
|
-
const supportedProtocols = platform.protocols.map(protocol => {
|
|
2979
|
+
const supportedProtocols = platform.protocols.map((protocol) => {
|
|
2737
2980
|
return protocol + ':';
|
|
2738
2981
|
});
|
|
2739
2982
|
|
|
2740
|
-
|
|
2741
2983
|
const flushOnFinish = (stream, [throttled, flush]) => {
|
|
2742
|
-
stream
|
|
2743
|
-
.on('end', flush)
|
|
2744
|
-
.on('error', flush);
|
|
2984
|
+
stream.on('end', flush).on('error', flush);
|
|
2745
2985
|
|
|
2746
2986
|
return throttled;
|
|
2747
2987
|
};
|
|
2748
2988
|
|
|
2989
|
+
class Http2Sessions {
|
|
2990
|
+
constructor() {
|
|
2991
|
+
this.sessions = Object.create(null);
|
|
2992
|
+
}
|
|
2993
|
+
|
|
2994
|
+
getSession(authority, options) {
|
|
2995
|
+
options = Object.assign(
|
|
2996
|
+
{
|
|
2997
|
+
sessionTimeout: 1000,
|
|
2998
|
+
},
|
|
2999
|
+
options
|
|
3000
|
+
);
|
|
3001
|
+
|
|
3002
|
+
let authoritySessions = this.sessions[authority];
|
|
3003
|
+
|
|
3004
|
+
if (authoritySessions) {
|
|
3005
|
+
let len = authoritySessions.length;
|
|
3006
|
+
|
|
3007
|
+
for (let i = 0; i < len; i++) {
|
|
3008
|
+
const [sessionHandle, sessionOptions] = authoritySessions[i];
|
|
3009
|
+
if (
|
|
3010
|
+
!sessionHandle.destroyed &&
|
|
3011
|
+
!sessionHandle.closed &&
|
|
3012
|
+
util__default["default"].isDeepStrictEqual(sessionOptions, options)
|
|
3013
|
+
) {
|
|
3014
|
+
return sessionHandle;
|
|
3015
|
+
}
|
|
3016
|
+
}
|
|
3017
|
+
}
|
|
3018
|
+
|
|
3019
|
+
const session = http2__default["default"].connect(authority, options);
|
|
3020
|
+
|
|
3021
|
+
let removed;
|
|
3022
|
+
|
|
3023
|
+
const removeSession = () => {
|
|
3024
|
+
if (removed) {
|
|
3025
|
+
return;
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
removed = true;
|
|
3029
|
+
|
|
3030
|
+
let entries = authoritySessions,
|
|
3031
|
+
len = entries.length,
|
|
3032
|
+
i = len;
|
|
3033
|
+
|
|
3034
|
+
while (i--) {
|
|
3035
|
+
if (entries[i][0] === session) {
|
|
3036
|
+
if (len === 1) {
|
|
3037
|
+
delete this.sessions[authority];
|
|
3038
|
+
} else {
|
|
3039
|
+
entries.splice(i, 1);
|
|
3040
|
+
}
|
|
3041
|
+
return;
|
|
3042
|
+
}
|
|
3043
|
+
}
|
|
3044
|
+
};
|
|
3045
|
+
|
|
3046
|
+
const originalRequestFn = session.request;
|
|
3047
|
+
|
|
3048
|
+
const { sessionTimeout } = options;
|
|
3049
|
+
|
|
3050
|
+
if (sessionTimeout != null) {
|
|
3051
|
+
let timer;
|
|
3052
|
+
let streamsCount = 0;
|
|
3053
|
+
|
|
3054
|
+
session.request = function () {
|
|
3055
|
+
const stream = originalRequestFn.apply(this, arguments);
|
|
3056
|
+
|
|
3057
|
+
streamsCount++;
|
|
3058
|
+
|
|
3059
|
+
if (timer) {
|
|
3060
|
+
clearTimeout(timer);
|
|
3061
|
+
timer = null;
|
|
3062
|
+
}
|
|
3063
|
+
|
|
3064
|
+
stream.once('close', () => {
|
|
3065
|
+
if (!--streamsCount) {
|
|
3066
|
+
timer = setTimeout(() => {
|
|
3067
|
+
timer = null;
|
|
3068
|
+
removeSession();
|
|
3069
|
+
}, sessionTimeout);
|
|
3070
|
+
}
|
|
3071
|
+
});
|
|
3072
|
+
|
|
3073
|
+
return stream;
|
|
3074
|
+
};
|
|
3075
|
+
}
|
|
3076
|
+
|
|
3077
|
+
session.once('close', removeSession);
|
|
3078
|
+
|
|
3079
|
+
let entry = [session, options];
|
|
3080
|
+
|
|
3081
|
+
authoritySessions
|
|
3082
|
+
? authoritySessions.push(entry)
|
|
3083
|
+
: (authoritySessions = this.sessions[authority] = [entry]);
|
|
3084
|
+
|
|
3085
|
+
return session;
|
|
3086
|
+
}
|
|
3087
|
+
}
|
|
3088
|
+
|
|
3089
|
+
const http2Sessions = new Http2Sessions();
|
|
2749
3090
|
|
|
2750
3091
|
/**
|
|
2751
3092
|
* If the proxy or config beforeRedirects functions are defined, call them with the options
|
|
@@ -2789,12 +3130,16 @@ function setProxy(options, configProxy, location) {
|
|
|
2789
3130
|
|
|
2790
3131
|
if (proxy.auth) {
|
|
2791
3132
|
// Support proxy auth object form
|
|
2792
|
-
|
|
3133
|
+
const validProxyAuth = Boolean(proxy.auth.username || proxy.auth.password);
|
|
3134
|
+
|
|
3135
|
+
if (validProxyAuth) {
|
|
2793
3136
|
proxy.auth = (proxy.auth.username || '') + ':' + (proxy.auth.password || '');
|
|
3137
|
+
} else if (typeof proxy.auth === 'object') {
|
|
3138
|
+
throw new AxiosError$1('Invalid proxy authorization', AxiosError$1.ERR_BAD_OPTION, { proxy });
|
|
2794
3139
|
}
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
3140
|
+
|
|
3141
|
+
const base64 = Buffer.from(proxy.auth, 'utf8').toString('base64');
|
|
3142
|
+
|
|
2798
3143
|
options.headers['Proxy-Authorization'] = 'Basic ' + base64;
|
|
2799
3144
|
}
|
|
2800
3145
|
|
|
@@ -2817,7 +3162,8 @@ function setProxy(options, configProxy, location) {
|
|
|
2817
3162
|
};
|
|
2818
3163
|
}
|
|
2819
3164
|
|
|
2820
|
-
const isHttpAdapterSupported =
|
|
3165
|
+
const isHttpAdapterSupported =
|
|
3166
|
+
typeof process !== 'undefined' && utils$1.kindOf(process) === 'process';
|
|
2821
3167
|
|
|
2822
3168
|
// temporary hotfix
|
|
2823
3169
|
|
|
@@ -2843,614 +3189,753 @@ const wrapAsync = (asyncExecutor) => {
|
|
|
2843
3189
|
};
|
|
2844
3190
|
|
|
2845
3191
|
asyncExecutor(_resolve, _reject, (onDoneHandler) => (onDone = onDoneHandler)).catch(_reject);
|
|
2846
|
-
})
|
|
3192
|
+
});
|
|
2847
3193
|
};
|
|
2848
3194
|
|
|
2849
|
-
const resolveFamily = ({address, family}) => {
|
|
3195
|
+
const resolveFamily = ({ address, family }) => {
|
|
2850
3196
|
if (!utils$1.isString(address)) {
|
|
2851
3197
|
throw TypeError('address must be a string');
|
|
2852
3198
|
}
|
|
2853
|
-
return
|
|
3199
|
+
return {
|
|
2854
3200
|
address,
|
|
2855
|
-
family: family || (address.indexOf('.') < 0 ? 6 : 4)
|
|
2856
|
-
}
|
|
3201
|
+
family: family || (address.indexOf('.') < 0 ? 6 : 4),
|
|
3202
|
+
};
|
|
2857
3203
|
};
|
|
2858
3204
|
|
|
2859
|
-
const buildAddressEntry = (address, family) =>
|
|
2860
|
-
|
|
2861
|
-
/*eslint consistent-return:0*/
|
|
2862
|
-
const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) {
|
|
2863
|
-
return wrapAsync(async function dispatchHttpRequest(resolve, reject, onDone) {
|
|
2864
|
-
let {data, lookup, family} = config;
|
|
2865
|
-
const {responseType, responseEncoding} = config;
|
|
2866
|
-
const method = config.method.toUpperCase();
|
|
2867
|
-
let isDone;
|
|
2868
|
-
let rejected = false;
|
|
2869
|
-
let req;
|
|
2870
|
-
|
|
2871
|
-
if (lookup) {
|
|
2872
|
-
const _lookup = callbackify$1(lookup, (value) => utils$1.isArray(value) ? value : [value]);
|
|
2873
|
-
// hotfix to support opt.all option which is required for node 20.x
|
|
2874
|
-
lookup = (hostname, opt, cb) => {
|
|
2875
|
-
_lookup(hostname, opt, (err, arg0, arg1) => {
|
|
2876
|
-
if (err) {
|
|
2877
|
-
return cb(err);
|
|
2878
|
-
}
|
|
2879
|
-
|
|
2880
|
-
const addresses = utils$1.isArray(arg0) ? arg0.map(addr => buildAddressEntry(addr)) : [buildAddressEntry(arg0, arg1)];
|
|
3205
|
+
const buildAddressEntry = (address, family) =>
|
|
3206
|
+
resolveFamily(utils$1.isObject(address) ? address : { address, family });
|
|
2881
3207
|
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
3208
|
+
const http2Transport = {
|
|
3209
|
+
request(options, cb) {
|
|
3210
|
+
const authority =
|
|
3211
|
+
options.protocol +
|
|
3212
|
+
'//' +
|
|
3213
|
+
options.hostname +
|
|
3214
|
+
':' +
|
|
3215
|
+
(options.port || (options.protocol === 'https:' ? 443 : 80));
|
|
2886
3216
|
|
|
2887
|
-
|
|
2888
|
-
const emitter = new events.EventEmitter();
|
|
3217
|
+
const { http2Options, headers } = options;
|
|
2889
3218
|
|
|
2890
|
-
const
|
|
2891
|
-
if (config.cancelToken) {
|
|
2892
|
-
config.cancelToken.unsubscribe(abort);
|
|
2893
|
-
}
|
|
3219
|
+
const session = http2Sessions.getSession(authority, http2Options);
|
|
2894
3220
|
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
}
|
|
3221
|
+
const { HTTP2_HEADER_SCHEME, HTTP2_HEADER_METHOD, HTTP2_HEADER_PATH, HTTP2_HEADER_STATUS } =
|
|
3222
|
+
http2__default["default"].constants;
|
|
2898
3223
|
|
|
2899
|
-
|
|
3224
|
+
const http2Headers = {
|
|
3225
|
+
[HTTP2_HEADER_SCHEME]: options.protocol.replace(':', ''),
|
|
3226
|
+
[HTTP2_HEADER_METHOD]: options.method,
|
|
3227
|
+
[HTTP2_HEADER_PATH]: options.path,
|
|
2900
3228
|
};
|
|
2901
3229
|
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
if (isRejected) {
|
|
2905
|
-
rejected = true;
|
|
2906
|
-
onFinished();
|
|
2907
|
-
}
|
|
3230
|
+
utils$1.forEach(headers, (header, name) => {
|
|
3231
|
+
name.charAt(0) !== ':' && (http2Headers[name] = header);
|
|
2908
3232
|
});
|
|
2909
3233
|
|
|
2910
|
-
|
|
2911
|
-
emitter.emit('abort', !reason || reason.type ? new CanceledError(null, config, req) : reason);
|
|
2912
|
-
}
|
|
3234
|
+
const req = session.request(http2Headers);
|
|
2913
3235
|
|
|
2914
|
-
|
|
3236
|
+
req.once('response', (responseHeaders) => {
|
|
3237
|
+
const response = req; //duplex
|
|
2915
3238
|
|
|
2916
|
-
|
|
2917
|
-
config.cancelToken && config.cancelToken.subscribe(abort);
|
|
2918
|
-
if (config.signal) {
|
|
2919
|
-
config.signal.aborted ? abort() : config.signal.addEventListener('abort', abort);
|
|
2920
|
-
}
|
|
2921
|
-
}
|
|
3239
|
+
responseHeaders = Object.assign({}, responseHeaders);
|
|
2922
3240
|
|
|
2923
|
-
|
|
2924
|
-
const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);
|
|
2925
|
-
const parsed = new URL(fullPath, platform.hasBrowserEnv ? platform.origin : undefined);
|
|
2926
|
-
const protocol = parsed.protocol || supportedProtocols[0];
|
|
2927
|
-
|
|
2928
|
-
if (protocol === 'data:') {
|
|
2929
|
-
// Apply the same semantics as HTTP: only enforce if a finite, non-negative cap is set.
|
|
2930
|
-
if (config.maxContentLength > -1) {
|
|
2931
|
-
// Use the exact string passed to fromDataURI (config.url); fall back to fullPath if needed.
|
|
2932
|
-
const dataUrl = String(config.url || fullPath || '');
|
|
2933
|
-
const estimated = estimateDataURLDecodedBytes(dataUrl);
|
|
2934
|
-
|
|
2935
|
-
if (estimated > config.maxContentLength) {
|
|
2936
|
-
return reject(new AxiosError(
|
|
2937
|
-
'maxContentLength size of ' + config.maxContentLength + ' exceeded',
|
|
2938
|
-
AxiosError.ERR_BAD_RESPONSE,
|
|
2939
|
-
config
|
|
2940
|
-
));
|
|
2941
|
-
}
|
|
2942
|
-
}
|
|
3241
|
+
const status = responseHeaders[HTTP2_HEADER_STATUS];
|
|
2943
3242
|
|
|
2944
|
-
|
|
3243
|
+
delete responseHeaders[HTTP2_HEADER_STATUS];
|
|
2945
3244
|
|
|
2946
|
-
|
|
2947
|
-
return settle(resolve, reject, {
|
|
2948
|
-
status: 405,
|
|
2949
|
-
statusText: 'method not allowed',
|
|
2950
|
-
headers: {},
|
|
2951
|
-
config
|
|
2952
|
-
});
|
|
2953
|
-
}
|
|
3245
|
+
response.headers = responseHeaders;
|
|
2954
3246
|
|
|
2955
|
-
|
|
2956
|
-
convertedData = fromDataURI(config.url, responseType === 'blob', {
|
|
2957
|
-
Blob: config.env && config.env.Blob
|
|
2958
|
-
});
|
|
2959
|
-
} catch (err) {
|
|
2960
|
-
throw AxiosError.from(err, AxiosError.ERR_BAD_REQUEST, config);
|
|
2961
|
-
}
|
|
3247
|
+
response.statusCode = +status;
|
|
2962
3248
|
|
|
2963
|
-
|
|
2964
|
-
|
|
3249
|
+
cb(response);
|
|
3250
|
+
});
|
|
2965
3251
|
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
} else if (responseType === 'stream') {
|
|
2970
|
-
convertedData = stream__default["default"].Readable.from(convertedData);
|
|
2971
|
-
}
|
|
3252
|
+
return req;
|
|
3253
|
+
},
|
|
3254
|
+
};
|
|
2972
3255
|
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
3256
|
+
/*eslint consistent-return:0*/
|
|
3257
|
+
const httpAdapter = isHttpAdapterSupported &&
|
|
3258
|
+
function httpAdapter(config) {
|
|
3259
|
+
return wrapAsync(async function dispatchHttpRequest(resolve, reject, onDone) {
|
|
3260
|
+
let { data, lookup, family, httpVersion = 1, http2Options } = config;
|
|
3261
|
+
const { responseType, responseEncoding } = config;
|
|
3262
|
+
const method = config.method.toUpperCase();
|
|
3263
|
+
let isDone;
|
|
3264
|
+
let rejected = false;
|
|
3265
|
+
let req;
|
|
3266
|
+
|
|
3267
|
+
httpVersion = +httpVersion;
|
|
3268
|
+
|
|
3269
|
+
if (Number.isNaN(httpVersion)) {
|
|
3270
|
+
throw TypeError(`Invalid protocol version: '${config.httpVersion}' is not a number`);
|
|
3271
|
+
}
|
|
2981
3272
|
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
AxiosError.ERR_BAD_REQUEST,
|
|
2986
|
-
config
|
|
2987
|
-
));
|
|
2988
|
-
}
|
|
3273
|
+
if (httpVersion !== 1 && httpVersion !== 2) {
|
|
3274
|
+
throw TypeError(`Unsupported protocol version '${httpVersion}'`);
|
|
3275
|
+
}
|
|
2989
3276
|
|
|
2990
|
-
|
|
3277
|
+
const isHttp2 = httpVersion === 2;
|
|
2991
3278
|
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
3279
|
+
if (lookup) {
|
|
3280
|
+
const _lookup = callbackify$1(lookup, (value) => (utils$1.isArray(value) ? value : [value]));
|
|
3281
|
+
// hotfix to support opt.all option which is required for node 20.x
|
|
3282
|
+
lookup = (hostname, opt, cb) => {
|
|
3283
|
+
_lookup(hostname, opt, (err, arg0, arg1) => {
|
|
3284
|
+
if (err) {
|
|
3285
|
+
return cb(err);
|
|
3286
|
+
}
|
|
2997
3287
|
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
let maxDownloadRate = undefined;
|
|
3288
|
+
const addresses = utils$1.isArray(arg0)
|
|
3289
|
+
? arg0.map((addr) => buildAddressEntry(addr))
|
|
3290
|
+
: [buildAddressEntry(arg0, arg1)];
|
|
3002
3291
|
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3292
|
+
opt.all ? cb(err, addresses) : cb(err, addresses[0].address, addresses[0].family);
|
|
3293
|
+
});
|
|
3294
|
+
};
|
|
3295
|
+
}
|
|
3006
3296
|
|
|
3007
|
-
|
|
3008
|
-
headers.set(formHeaders);
|
|
3009
|
-
}, {
|
|
3010
|
-
tag: `axios-${VERSION}-boundary`,
|
|
3011
|
-
boundary: userBoundary && userBoundary[1] || undefined
|
|
3012
|
-
});
|
|
3013
|
-
// support for https://www.npmjs.com/package/form-data api
|
|
3014
|
-
} else if (utils$1.isFormData(data) && utils$1.isFunction(data.getHeaders)) {
|
|
3015
|
-
headers.set(data.getHeaders());
|
|
3297
|
+
const abortEmitter = new events.EventEmitter();
|
|
3016
3298
|
|
|
3017
|
-
|
|
3299
|
+
function abort(reason) {
|
|
3018
3300
|
try {
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3301
|
+
abortEmitter.emit(
|
|
3302
|
+
'abort',
|
|
3303
|
+
!reason || reason.type ? new CanceledError$1(null, config, req) : reason
|
|
3304
|
+
);
|
|
3305
|
+
} catch (err) {
|
|
3306
|
+
console.warn('emit error', err);
|
|
3023
3307
|
}
|
|
3024
3308
|
}
|
|
3025
|
-
} else if (utils$1.isBlob(data) || utils$1.isFile(data)) {
|
|
3026
|
-
data.size && headers.setContentType(data.type || 'application/octet-stream');
|
|
3027
|
-
headers.setContentLength(data.size || 0);
|
|
3028
|
-
data = stream__default["default"].Readable.from(readBlob$1(data));
|
|
3029
|
-
} else if (data && !utils$1.isStream(data)) {
|
|
3030
|
-
if (Buffer.isBuffer(data)) ; else if (utils$1.isArrayBuffer(data)) {
|
|
3031
|
-
data = Buffer.from(new Uint8Array(data));
|
|
3032
|
-
} else if (utils$1.isString(data)) {
|
|
3033
|
-
data = Buffer.from(data, 'utf-8');
|
|
3034
|
-
} else {
|
|
3035
|
-
return reject(new AxiosError(
|
|
3036
|
-
'Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream',
|
|
3037
|
-
AxiosError.ERR_BAD_REQUEST,
|
|
3038
|
-
config
|
|
3039
|
-
));
|
|
3040
|
-
}
|
|
3041
3309
|
|
|
3042
|
-
|
|
3043
|
-
headers.setContentLength(data.length, false);
|
|
3310
|
+
abortEmitter.once('abort', reject);
|
|
3044
3311
|
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
config
|
|
3050
|
-
));
|
|
3051
|
-
}
|
|
3052
|
-
}
|
|
3312
|
+
const onFinished = () => {
|
|
3313
|
+
if (config.cancelToken) {
|
|
3314
|
+
config.cancelToken.unsubscribe(abort);
|
|
3315
|
+
}
|
|
3053
3316
|
|
|
3054
|
-
|
|
3317
|
+
if (config.signal) {
|
|
3318
|
+
config.signal.removeEventListener('abort', abort);
|
|
3319
|
+
}
|
|
3055
3320
|
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
maxDownloadRate = maxRate[1];
|
|
3059
|
-
} else {
|
|
3060
|
-
maxUploadRate = maxDownloadRate = maxRate;
|
|
3061
|
-
}
|
|
3321
|
+
abortEmitter.removeAllListeners();
|
|
3322
|
+
};
|
|
3062
3323
|
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3324
|
+
if (config.cancelToken || config.signal) {
|
|
3325
|
+
config.cancelToken && config.cancelToken.subscribe(abort);
|
|
3326
|
+
if (config.signal) {
|
|
3327
|
+
config.signal.aborted ? abort() : config.signal.addEventListener('abort', abort);
|
|
3328
|
+
}
|
|
3066
3329
|
}
|
|
3067
3330
|
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
})], utils$1.noop);
|
|
3071
|
-
|
|
3072
|
-
onUploadProgress && data.on('progress', flushOnFinish(
|
|
3073
|
-
data,
|
|
3074
|
-
progressEventDecorator(
|
|
3075
|
-
contentLength,
|
|
3076
|
-
progressEventReducer(asyncDecorator(onUploadProgress), false, 3)
|
|
3077
|
-
)
|
|
3078
|
-
));
|
|
3079
|
-
}
|
|
3331
|
+
onDone((response, isRejected) => {
|
|
3332
|
+
isDone = true;
|
|
3080
3333
|
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
auth = username + ':' + password;
|
|
3087
|
-
}
|
|
3334
|
+
if (isRejected) {
|
|
3335
|
+
rejected = true;
|
|
3336
|
+
onFinished();
|
|
3337
|
+
return;
|
|
3338
|
+
}
|
|
3088
3339
|
|
|
3089
|
-
|
|
3090
|
-
const urlUsername = parsed.username;
|
|
3091
|
-
const urlPassword = parsed.password;
|
|
3092
|
-
auth = urlUsername + ':' + urlPassword;
|
|
3093
|
-
}
|
|
3340
|
+
const { data } = response;
|
|
3094
3341
|
|
|
3095
|
-
|
|
3342
|
+
if (data instanceof stream__default["default"].Readable || data instanceof stream__default["default"].Duplex) {
|
|
3343
|
+
const offListeners = stream__default["default"].finished(data, () => {
|
|
3344
|
+
offListeners();
|
|
3345
|
+
onFinished();
|
|
3346
|
+
});
|
|
3347
|
+
} else {
|
|
3348
|
+
onFinished();
|
|
3349
|
+
}
|
|
3350
|
+
});
|
|
3096
3351
|
|
|
3097
|
-
|
|
3352
|
+
// Parse url
|
|
3353
|
+
const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);
|
|
3354
|
+
const parsed = new URL(fullPath, platform.hasBrowserEnv ? platform.origin : undefined);
|
|
3355
|
+
const protocol = parsed.protocol || supportedProtocols[0];
|
|
3356
|
+
|
|
3357
|
+
if (protocol === 'data:') {
|
|
3358
|
+
// Apply the same semantics as HTTP: only enforce if a finite, non-negative cap is set.
|
|
3359
|
+
if (config.maxContentLength > -1) {
|
|
3360
|
+
// Use the exact string passed to fromDataURI (config.url); fall back to fullPath if needed.
|
|
3361
|
+
const dataUrl = String(config.url || fullPath || '');
|
|
3362
|
+
const estimated = estimateDataURLDecodedBytes(dataUrl);
|
|
3363
|
+
|
|
3364
|
+
if (estimated > config.maxContentLength) {
|
|
3365
|
+
return reject(
|
|
3366
|
+
new AxiosError$1(
|
|
3367
|
+
'maxContentLength size of ' + config.maxContentLength + ' exceeded',
|
|
3368
|
+
AxiosError$1.ERR_BAD_RESPONSE,
|
|
3369
|
+
config
|
|
3370
|
+
)
|
|
3371
|
+
);
|
|
3372
|
+
}
|
|
3373
|
+
}
|
|
3098
3374
|
|
|
3099
|
-
|
|
3100
|
-
path = buildURL(
|
|
3101
|
-
parsed.pathname + parsed.search,
|
|
3102
|
-
config.params,
|
|
3103
|
-
config.paramsSerializer
|
|
3104
|
-
).replace(/^\?/, '');
|
|
3105
|
-
} catch (err) {
|
|
3106
|
-
const customErr = new Error(err.message);
|
|
3107
|
-
customErr.config = config;
|
|
3108
|
-
customErr.url = config.url;
|
|
3109
|
-
customErr.exists = true;
|
|
3110
|
-
return reject(customErr);
|
|
3111
|
-
}
|
|
3375
|
+
let convertedData;
|
|
3112
3376
|
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3377
|
+
if (method !== 'GET') {
|
|
3378
|
+
return settle(resolve, reject, {
|
|
3379
|
+
status: 405,
|
|
3380
|
+
statusText: 'method not allowed',
|
|
3381
|
+
headers: {},
|
|
3382
|
+
config,
|
|
3383
|
+
});
|
|
3384
|
+
}
|
|
3117
3385
|
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
family,
|
|
3126
|
-
beforeRedirect: dispatchBeforeRedirect,
|
|
3127
|
-
beforeRedirects: {}
|
|
3128
|
-
};
|
|
3386
|
+
try {
|
|
3387
|
+
convertedData = fromDataURI(config.url, responseType === 'blob', {
|
|
3388
|
+
Blob: config.env && config.env.Blob,
|
|
3389
|
+
});
|
|
3390
|
+
} catch (err) {
|
|
3391
|
+
throw AxiosError$1.from(err, AxiosError$1.ERR_BAD_REQUEST, config);
|
|
3392
|
+
}
|
|
3129
3393
|
|
|
3130
|
-
|
|
3131
|
-
|
|
3394
|
+
if (responseType === 'text') {
|
|
3395
|
+
convertedData = convertedData.toString(responseEncoding);
|
|
3132
3396
|
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
}
|
|
3397
|
+
if (!responseEncoding || responseEncoding === 'utf8') {
|
|
3398
|
+
convertedData = utils$1.stripBOM(convertedData);
|
|
3399
|
+
}
|
|
3400
|
+
} else if (responseType === 'stream') {
|
|
3401
|
+
convertedData = stream__default["default"].Readable.from(convertedData);
|
|
3402
|
+
}
|
|
3140
3403
|
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
} else {
|
|
3149
|
-
if (config.maxRedirects) {
|
|
3150
|
-
options.maxRedirects = config.maxRedirects;
|
|
3404
|
+
return settle(resolve, reject, {
|
|
3405
|
+
data: convertedData,
|
|
3406
|
+
status: 200,
|
|
3407
|
+
statusText: 'OK',
|
|
3408
|
+
headers: new AxiosHeaders$1(),
|
|
3409
|
+
config,
|
|
3410
|
+
});
|
|
3151
3411
|
}
|
|
3152
|
-
|
|
3153
|
-
|
|
3412
|
+
|
|
3413
|
+
if (supportedProtocols.indexOf(protocol) === -1) {
|
|
3414
|
+
return reject(
|
|
3415
|
+
new AxiosError$1('Unsupported protocol ' + protocol, AxiosError$1.ERR_BAD_REQUEST, config)
|
|
3416
|
+
);
|
|
3154
3417
|
}
|
|
3155
|
-
transport = isHttpsRequest ? httpsFollow : httpFollow;
|
|
3156
|
-
}
|
|
3157
3418
|
|
|
3158
|
-
|
|
3159
|
-
options.maxBodyLength = config.maxBodyLength;
|
|
3160
|
-
} else {
|
|
3161
|
-
// follow-redirects does not skip comparison, so it should always succeed for axios -1 unlimited
|
|
3162
|
-
options.maxBodyLength = Infinity;
|
|
3163
|
-
}
|
|
3419
|
+
const headers = AxiosHeaders$1.from(config.headers).normalize();
|
|
3164
3420
|
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3421
|
+
// Set User-Agent (required by some servers)
|
|
3422
|
+
// See https://github.com/axios/axios/issues/69
|
|
3423
|
+
// User-Agent is specified; handle case where no UA header is desired
|
|
3424
|
+
// Only set header if it hasn't been set in config
|
|
3425
|
+
headers.set('User-Agent', 'axios/' + VERSION, false);
|
|
3168
3426
|
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3427
|
+
const { onUploadProgress, onDownloadProgress } = config;
|
|
3428
|
+
const maxRate = config.maxRate;
|
|
3429
|
+
let maxUploadRate = undefined;
|
|
3430
|
+
let maxDownloadRate = undefined;
|
|
3172
3431
|
|
|
3173
|
-
|
|
3432
|
+
// support for spec compliant FormData objects
|
|
3433
|
+
if (utils$1.isSpecCompliantForm(data)) {
|
|
3434
|
+
const userBoundary = headers.getContentType(/boundary=([-_\w\d]{10,70})/i);
|
|
3174
3435
|
|
|
3175
|
-
|
|
3436
|
+
data = formDataToStream$1(
|
|
3437
|
+
data,
|
|
3438
|
+
(formHeaders) => {
|
|
3439
|
+
headers.set(formHeaders);
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
tag: `axios-${VERSION}-boundary`,
|
|
3443
|
+
boundary: (userBoundary && userBoundary[1]) || undefined,
|
|
3444
|
+
}
|
|
3445
|
+
);
|
|
3446
|
+
// support for https://www.npmjs.com/package/form-data api
|
|
3447
|
+
} else if (utils$1.isFormData(data) && utils$1.isFunction(data.getHeaders)) {
|
|
3448
|
+
headers.set(data.getHeaders());
|
|
3176
3449
|
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3450
|
+
if (!headers.hasContentLength()) {
|
|
3451
|
+
try {
|
|
3452
|
+
const knownLength = await util__default["default"].promisify(data.getLength).call(data);
|
|
3453
|
+
Number.isFinite(knownLength) &&
|
|
3454
|
+
knownLength >= 0 &&
|
|
3455
|
+
headers.setContentLength(knownLength);
|
|
3456
|
+
/*eslint no-empty:0*/
|
|
3457
|
+
} catch (e) {}
|
|
3458
|
+
}
|
|
3459
|
+
} else if (utils$1.isBlob(data) || utils$1.isFile(data)) {
|
|
3460
|
+
data.size && headers.setContentType(data.type || 'application/octet-stream');
|
|
3461
|
+
headers.setContentLength(data.size || 0);
|
|
3462
|
+
data = stream__default["default"].Readable.from(readBlob$1(data));
|
|
3463
|
+
} else if (data && !utils$1.isStream(data)) {
|
|
3464
|
+
if (Buffer.isBuffer(data)) ; else if (utils$1.isArrayBuffer(data)) {
|
|
3465
|
+
data = Buffer.from(new Uint8Array(data));
|
|
3466
|
+
} else if (utils$1.isString(data)) {
|
|
3467
|
+
data = Buffer.from(data, 'utf-8');
|
|
3468
|
+
} else {
|
|
3469
|
+
return reject(
|
|
3470
|
+
new AxiosError$1(
|
|
3471
|
+
'Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream',
|
|
3472
|
+
AxiosError$1.ERR_BAD_REQUEST,
|
|
3473
|
+
config
|
|
3474
|
+
)
|
|
3475
|
+
);
|
|
3476
|
+
}
|
|
3181
3477
|
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
progressEventDecorator(
|
|
3185
|
-
responseLength,
|
|
3186
|
-
progressEventReducer(asyncDecorator(onDownloadProgress), true, 3)
|
|
3187
|
-
)
|
|
3188
|
-
));
|
|
3478
|
+
// Add Content-Length header if data exists
|
|
3479
|
+
headers.setContentLength(data.length, false);
|
|
3189
3480
|
|
|
3190
|
-
|
|
3481
|
+
if (config.maxBodyLength > -1 && data.length > config.maxBodyLength) {
|
|
3482
|
+
return reject(
|
|
3483
|
+
new AxiosError$1(
|
|
3484
|
+
'Request body larger than maxBodyLength limit',
|
|
3485
|
+
AxiosError$1.ERR_BAD_REQUEST,
|
|
3486
|
+
config
|
|
3487
|
+
)
|
|
3488
|
+
);
|
|
3489
|
+
}
|
|
3191
3490
|
}
|
|
3192
3491
|
|
|
3193
|
-
|
|
3194
|
-
let responseStream = res;
|
|
3492
|
+
const contentLength = utils$1.toFiniteNumber(headers.getContentLength());
|
|
3195
3493
|
|
|
3196
|
-
|
|
3197
|
-
|
|
3494
|
+
if (utils$1.isArray(maxRate)) {
|
|
3495
|
+
maxUploadRate = maxRate[0];
|
|
3496
|
+
maxDownloadRate = maxRate[1];
|
|
3497
|
+
} else {
|
|
3498
|
+
maxUploadRate = maxDownloadRate = maxRate;
|
|
3499
|
+
}
|
|
3198
3500
|
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
// remove the header not confuse downstream operations
|
|
3203
|
-
if (method === 'HEAD' || res.statusCode === 204) {
|
|
3204
|
-
delete res.headers['content-encoding'];
|
|
3501
|
+
if (data && (onUploadProgress || maxUploadRate)) {
|
|
3502
|
+
if (!utils$1.isStream(data)) {
|
|
3503
|
+
data = stream__default["default"].Readable.from(data, { objectMode: false });
|
|
3205
3504
|
}
|
|
3206
3505
|
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
case 'br':
|
|
3229
|
-
if (isBrotliSupported) {
|
|
3230
|
-
streams.push(zlib__default["default"].createBrotliDecompress(brotliOptions));
|
|
3231
|
-
delete res.headers['content-encoding'];
|
|
3232
|
-
}
|
|
3233
|
-
}
|
|
3506
|
+
data = stream__default["default"].pipeline(
|
|
3507
|
+
[
|
|
3508
|
+
data,
|
|
3509
|
+
new AxiosTransformStream$1({
|
|
3510
|
+
maxRate: utils$1.toFiniteNumber(maxUploadRate),
|
|
3511
|
+
}),
|
|
3512
|
+
],
|
|
3513
|
+
utils$1.noop
|
|
3514
|
+
);
|
|
3515
|
+
|
|
3516
|
+
onUploadProgress &&
|
|
3517
|
+
data.on(
|
|
3518
|
+
'progress',
|
|
3519
|
+
flushOnFinish(
|
|
3520
|
+
data,
|
|
3521
|
+
progressEventDecorator(
|
|
3522
|
+
contentLength,
|
|
3523
|
+
progressEventReducer(asyncDecorator(onUploadProgress), false, 3)
|
|
3524
|
+
)
|
|
3525
|
+
)
|
|
3526
|
+
);
|
|
3234
3527
|
}
|
|
3235
3528
|
|
|
3236
|
-
|
|
3529
|
+
// HTTP basic authentication
|
|
3530
|
+
let auth = undefined;
|
|
3531
|
+
if (config.auth) {
|
|
3532
|
+
const username = config.auth.username || '';
|
|
3533
|
+
const password = config.auth.password || '';
|
|
3534
|
+
auth = username + ':' + password;
|
|
3535
|
+
}
|
|
3237
3536
|
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3537
|
+
if (!auth && parsed.username) {
|
|
3538
|
+
const urlUsername = parsed.username;
|
|
3539
|
+
const urlPassword = parsed.password;
|
|
3540
|
+
auth = urlUsername + ':' + urlPassword;
|
|
3541
|
+
}
|
|
3242
3542
|
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3543
|
+
auth && headers.delete('authorization');
|
|
3544
|
+
|
|
3545
|
+
let path;
|
|
3546
|
+
|
|
3547
|
+
try {
|
|
3548
|
+
path = buildURL(
|
|
3549
|
+
parsed.pathname + parsed.search,
|
|
3550
|
+
config.params,
|
|
3551
|
+
config.paramsSerializer
|
|
3552
|
+
).replace(/^\?/, '');
|
|
3553
|
+
} catch (err) {
|
|
3554
|
+
const customErr = new Error(err.message);
|
|
3555
|
+
customErr.config = config;
|
|
3556
|
+
customErr.url = config.url;
|
|
3557
|
+
customErr.exists = true;
|
|
3558
|
+
return reject(customErr);
|
|
3559
|
+
}
|
|
3560
|
+
|
|
3561
|
+
headers.set(
|
|
3562
|
+
'Accept-Encoding',
|
|
3563
|
+
'gzip, compress, deflate' + (isBrotliSupported ? ', br' : ''),
|
|
3564
|
+
false
|
|
3565
|
+
);
|
|
3566
|
+
|
|
3567
|
+
const options = {
|
|
3568
|
+
path,
|
|
3569
|
+
method: method,
|
|
3570
|
+
headers: headers.toJSON(),
|
|
3571
|
+
agents: { http: config.httpAgent, https: config.httpsAgent },
|
|
3572
|
+
auth,
|
|
3573
|
+
protocol,
|
|
3574
|
+
family,
|
|
3575
|
+
beforeRedirect: dispatchBeforeRedirect,
|
|
3576
|
+
beforeRedirects: {},
|
|
3577
|
+
http2Options,
|
|
3249
3578
|
};
|
|
3250
3579
|
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3580
|
+
// cacheable-lookup integration hotfix
|
|
3581
|
+
!utils$1.isUndefined(lookup) && (options.lookup = lookup);
|
|
3582
|
+
|
|
3583
|
+
if (config.socketPath) {
|
|
3584
|
+
options.socketPath = config.socketPath;
|
|
3254
3585
|
} else {
|
|
3255
|
-
|
|
3256
|
-
|
|
3586
|
+
options.hostname = parsed.hostname.startsWith('[')
|
|
3587
|
+
? parsed.hostname.slice(1, -1)
|
|
3588
|
+
: parsed.hostname;
|
|
3589
|
+
options.port = parsed.port;
|
|
3590
|
+
setProxy(
|
|
3591
|
+
options,
|
|
3592
|
+
config.proxy,
|
|
3593
|
+
protocol + '//' + parsed.hostname + (parsed.port ? ':' + parsed.port : '') + options.path
|
|
3594
|
+
);
|
|
3595
|
+
}
|
|
3257
3596
|
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3597
|
+
let transport;
|
|
3598
|
+
const isHttpsRequest = isHttps.test(options.protocol);
|
|
3599
|
+
options.agent = isHttpsRequest ? config.httpsAgent : config.httpAgent;
|
|
3261
3600
|
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3601
|
+
if (isHttp2) {
|
|
3602
|
+
transport = http2Transport;
|
|
3603
|
+
} else {
|
|
3604
|
+
if (config.transport) {
|
|
3605
|
+
transport = config.transport;
|
|
3606
|
+
} else if (config.maxRedirects === 0) {
|
|
3607
|
+
transport = isHttpsRequest ? https__default["default"] : http__default["default"];
|
|
3608
|
+
} else {
|
|
3609
|
+
if (config.maxRedirects) {
|
|
3610
|
+
options.maxRedirects = config.maxRedirects;
|
|
3269
3611
|
}
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
responseStream.on('aborted', function handlerStreamAborted() {
|
|
3273
|
-
if (rejected) {
|
|
3274
|
-
return;
|
|
3612
|
+
if (config.beforeRedirect) {
|
|
3613
|
+
options.beforeRedirects.config = config.beforeRedirect;
|
|
3275
3614
|
}
|
|
3615
|
+
transport = isHttpsRequest ? httpsFollow : httpFollow;
|
|
3616
|
+
}
|
|
3617
|
+
}
|
|
3276
3618
|
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
responseStream.destroy(err);
|
|
3284
|
-
reject(err);
|
|
3285
|
-
});
|
|
3286
|
-
|
|
3287
|
-
responseStream.on('error', function handleStreamError(err) {
|
|
3288
|
-
if (req.destroyed) return;
|
|
3289
|
-
reject(AxiosError.from(err, null, config, lastRequest));
|
|
3290
|
-
});
|
|
3619
|
+
if (config.maxBodyLength > -1) {
|
|
3620
|
+
options.maxBodyLength = config.maxBodyLength;
|
|
3621
|
+
} else {
|
|
3622
|
+
// follow-redirects does not skip comparison, so it should always succeed for axios -1 unlimited
|
|
3623
|
+
options.maxBodyLength = Infinity;
|
|
3624
|
+
}
|
|
3291
3625
|
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
let responseData = responseBuffer.length === 1 ? responseBuffer[0] : Buffer.concat(responseBuffer);
|
|
3295
|
-
if (responseType !== 'arraybuffer') {
|
|
3296
|
-
responseData = responseData.toString(responseEncoding);
|
|
3297
|
-
if (!responseEncoding || responseEncoding === 'utf8') {
|
|
3298
|
-
responseData = utils$1.stripBOM(responseData);
|
|
3299
|
-
}
|
|
3300
|
-
}
|
|
3301
|
-
response.data = responseData;
|
|
3302
|
-
} catch (err) {
|
|
3303
|
-
return reject(AxiosError.from(err, null, config, response.request, response));
|
|
3304
|
-
}
|
|
3305
|
-
settle(resolve, reject, response);
|
|
3306
|
-
});
|
|
3626
|
+
if (config.insecureHTTPParser) {
|
|
3627
|
+
options.insecureHTTPParser = config.insecureHTTPParser;
|
|
3307
3628
|
}
|
|
3308
3629
|
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3630
|
+
// Create the request
|
|
3631
|
+
req = transport.request(options, function handleResponse(res) {
|
|
3632
|
+
if (req.destroyed) return;
|
|
3633
|
+
|
|
3634
|
+
const streams = [res];
|
|
3635
|
+
|
|
3636
|
+
const responseLength = utils$1.toFiniteNumber(res.headers['content-length']);
|
|
3637
|
+
|
|
3638
|
+
if (onDownloadProgress || maxDownloadRate) {
|
|
3639
|
+
const transformStream = new AxiosTransformStream$1({
|
|
3640
|
+
maxRate: utils$1.toFiniteNumber(maxDownloadRate),
|
|
3641
|
+
});
|
|
3642
|
+
|
|
3643
|
+
onDownloadProgress &&
|
|
3644
|
+
transformStream.on(
|
|
3645
|
+
'progress',
|
|
3646
|
+
flushOnFinish(
|
|
3647
|
+
transformStream,
|
|
3648
|
+
progressEventDecorator(
|
|
3649
|
+
responseLength,
|
|
3650
|
+
progressEventReducer(asyncDecorator(onDownloadProgress), true, 3)
|
|
3651
|
+
)
|
|
3652
|
+
)
|
|
3653
|
+
);
|
|
3654
|
+
|
|
3655
|
+
streams.push(transformStream);
|
|
3313
3656
|
}
|
|
3314
|
-
});
|
|
3315
|
-
});
|
|
3316
3657
|
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
req.destroy(err);
|
|
3320
|
-
});
|
|
3658
|
+
// decompress the response body transparently if required
|
|
3659
|
+
let responseStream = res;
|
|
3321
3660
|
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
// @todo remove
|
|
3325
|
-
// if (req.aborted && err.code !== AxiosError.ERR_FR_TOO_MANY_REDIRECTS) return;
|
|
3326
|
-
reject(AxiosError.from(err, null, config, req));
|
|
3327
|
-
});
|
|
3661
|
+
// return the last request in case of redirects
|
|
3662
|
+
const lastRequest = res.req || req;
|
|
3328
3663
|
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3664
|
+
// if decompress disabled we should not decompress
|
|
3665
|
+
if (config.decompress !== false && res.headers['content-encoding']) {
|
|
3666
|
+
// if no content, but headers still say that it is encoded,
|
|
3667
|
+
// remove the header not confuse downstream operations
|
|
3668
|
+
if (method === 'HEAD' || res.statusCode === 204) {
|
|
3669
|
+
delete res.headers['content-encoding'];
|
|
3670
|
+
}
|
|
3671
|
+
|
|
3672
|
+
switch ((res.headers['content-encoding'] || '').toLowerCase()) {
|
|
3673
|
+
/*eslint default-case:0*/
|
|
3674
|
+
case 'gzip':
|
|
3675
|
+
case 'x-gzip':
|
|
3676
|
+
case 'compress':
|
|
3677
|
+
case 'x-compress':
|
|
3678
|
+
// add the unzipper to the body stream processing pipeline
|
|
3679
|
+
streams.push(zlib__default["default"].createUnzip(zlibOptions));
|
|
3680
|
+
|
|
3681
|
+
// remove the content-encoding in order to not confuse downstream operations
|
|
3682
|
+
delete res.headers['content-encoding'];
|
|
3683
|
+
break;
|
|
3684
|
+
case 'deflate':
|
|
3685
|
+
streams.push(new ZlibHeaderTransformStream$1());
|
|
3686
|
+
|
|
3687
|
+
// add the unzipper to the body stream processing pipeline
|
|
3688
|
+
streams.push(zlib__default["default"].createUnzip(zlibOptions));
|
|
3689
|
+
|
|
3690
|
+
// remove the content-encoding in order to not confuse downstream operations
|
|
3691
|
+
delete res.headers['content-encoding'];
|
|
3692
|
+
break;
|
|
3693
|
+
case 'br':
|
|
3694
|
+
if (isBrotliSupported) {
|
|
3695
|
+
streams.push(zlib__default["default"].createBrotliDecompress(brotliOptions));
|
|
3696
|
+
delete res.headers['content-encoding'];
|
|
3697
|
+
}
|
|
3698
|
+
}
|
|
3699
|
+
}
|
|
3334
3700
|
|
|
3335
|
-
|
|
3336
|
-
if (config.timeout) {
|
|
3337
|
-
// This is forcing a int timeout to avoid problems if the `req` interface doesn't handle other types.
|
|
3338
|
-
const timeout = parseInt(config.timeout, 10);
|
|
3701
|
+
responseStream = streams.length > 1 ? stream__default["default"].pipeline(streams, utils$1.noop) : streams[0];
|
|
3339
3702
|
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3703
|
+
const response = {
|
|
3704
|
+
status: res.statusCode,
|
|
3705
|
+
statusText: res.statusMessage,
|
|
3706
|
+
headers: new AxiosHeaders$1(res.headers),
|
|
3344
3707
|
config,
|
|
3345
|
-
|
|
3346
|
-
|
|
3708
|
+
request: lastRequest,
|
|
3709
|
+
};
|
|
3347
3710
|
|
|
3348
|
-
|
|
3349
|
-
|
|
3711
|
+
if (responseType === 'stream') {
|
|
3712
|
+
response.data = responseStream;
|
|
3713
|
+
settle(resolve, reject, response);
|
|
3714
|
+
} else {
|
|
3715
|
+
const responseBuffer = [];
|
|
3716
|
+
let totalResponseBytes = 0;
|
|
3717
|
+
|
|
3718
|
+
responseStream.on('data', function handleStreamData(chunk) {
|
|
3719
|
+
responseBuffer.push(chunk);
|
|
3720
|
+
totalResponseBytes += chunk.length;
|
|
3721
|
+
|
|
3722
|
+
// make sure the content length is not over the maxContentLength if specified
|
|
3723
|
+
if (config.maxContentLength > -1 && totalResponseBytes > config.maxContentLength) {
|
|
3724
|
+
// stream.destroy() emit aborted event before calling reject() on Node.js v16
|
|
3725
|
+
rejected = true;
|
|
3726
|
+
responseStream.destroy();
|
|
3727
|
+
abort(
|
|
3728
|
+
new AxiosError$1(
|
|
3729
|
+
'maxContentLength size of ' + config.maxContentLength + ' exceeded',
|
|
3730
|
+
AxiosError$1.ERR_BAD_RESPONSE,
|
|
3731
|
+
config,
|
|
3732
|
+
lastRequest
|
|
3733
|
+
)
|
|
3734
|
+
);
|
|
3735
|
+
}
|
|
3736
|
+
});
|
|
3737
|
+
|
|
3738
|
+
responseStream.on('aborted', function handlerStreamAborted() {
|
|
3739
|
+
if (rejected) {
|
|
3740
|
+
return;
|
|
3741
|
+
}
|
|
3350
3742
|
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3743
|
+
const err = new AxiosError$1(
|
|
3744
|
+
'stream has been aborted',
|
|
3745
|
+
AxiosError$1.ERR_BAD_RESPONSE,
|
|
3746
|
+
config,
|
|
3747
|
+
lastRequest
|
|
3748
|
+
);
|
|
3749
|
+
responseStream.destroy(err);
|
|
3750
|
+
reject(err);
|
|
3751
|
+
});
|
|
3752
|
+
|
|
3753
|
+
responseStream.on('error', function handleStreamError(err) {
|
|
3754
|
+
if (req.destroyed) return;
|
|
3755
|
+
reject(AxiosError$1.from(err, null, config, lastRequest));
|
|
3756
|
+
});
|
|
3757
|
+
|
|
3758
|
+
responseStream.on('end', function handleStreamEnd() {
|
|
3759
|
+
try {
|
|
3760
|
+
let responseData =
|
|
3761
|
+
responseBuffer.length === 1 ? responseBuffer[0] : Buffer.concat(responseBuffer);
|
|
3762
|
+
if (responseType !== 'arraybuffer') {
|
|
3763
|
+
responseData = responseData.toString(responseEncoding);
|
|
3764
|
+
if (!responseEncoding || responseEncoding === 'utf8') {
|
|
3765
|
+
responseData = utils$1.stripBOM(responseData);
|
|
3766
|
+
}
|
|
3767
|
+
}
|
|
3768
|
+
response.data = responseData;
|
|
3769
|
+
} catch (err) {
|
|
3770
|
+
return reject(AxiosError$1.from(err, null, config, response.request, response));
|
|
3771
|
+
}
|
|
3772
|
+
settle(resolve, reject, response);
|
|
3773
|
+
});
|
|
3362
3774
|
}
|
|
3363
|
-
reject(new AxiosError(
|
|
3364
|
-
timeoutErrorMessage,
|
|
3365
|
-
transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,
|
|
3366
|
-
config,
|
|
3367
|
-
req
|
|
3368
|
-
));
|
|
3369
|
-
abort();
|
|
3370
|
-
});
|
|
3371
|
-
}
|
|
3372
3775
|
|
|
3776
|
+
abortEmitter.once('abort', (err) => {
|
|
3777
|
+
if (!responseStream.destroyed) {
|
|
3778
|
+
responseStream.emit('error', err);
|
|
3779
|
+
responseStream.destroy();
|
|
3780
|
+
}
|
|
3781
|
+
});
|
|
3782
|
+
});
|
|
3373
3783
|
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3784
|
+
abortEmitter.once('abort', (err) => {
|
|
3785
|
+
if (req.close) {
|
|
3786
|
+
req.close();
|
|
3787
|
+
} else {
|
|
3788
|
+
req.destroy(err);
|
|
3789
|
+
}
|
|
3790
|
+
});
|
|
3378
3791
|
|
|
3379
|
-
|
|
3380
|
-
|
|
3792
|
+
// Handle errors
|
|
3793
|
+
req.on('error', function handleRequestError(err) {
|
|
3794
|
+
reject(AxiosError$1.from(err, null, config, req));
|
|
3381
3795
|
});
|
|
3382
3796
|
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3797
|
+
// set tcp keep alive to prevent drop connection by peer
|
|
3798
|
+
req.on('socket', function handleRequestSocket(socket) {
|
|
3799
|
+
// default interval of sending ack packet is 1 minute
|
|
3800
|
+
socket.setKeepAlive(true, 1000 * 60);
|
|
3386
3801
|
});
|
|
3387
3802
|
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3803
|
+
// Handle request timeout
|
|
3804
|
+
if (config.timeout) {
|
|
3805
|
+
// This is forcing a int timeout to avoid problems if the `req` interface doesn't handle other types.
|
|
3806
|
+
const timeout = parseInt(config.timeout, 10);
|
|
3807
|
+
|
|
3808
|
+
if (Number.isNaN(timeout)) {
|
|
3809
|
+
abort(
|
|
3810
|
+
new AxiosError$1(
|
|
3811
|
+
'error trying to parse `config.timeout` to int',
|
|
3812
|
+
AxiosError$1.ERR_BAD_OPTION_VALUE,
|
|
3813
|
+
config,
|
|
3814
|
+
req
|
|
3815
|
+
)
|
|
3816
|
+
);
|
|
3817
|
+
|
|
3818
|
+
return;
|
|
3391
3819
|
}
|
|
3392
|
-
});
|
|
3393
3820
|
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3821
|
+
// Sometime, the response will be very slow, and does not respond, the connect event will be block by event loop system.
|
|
3822
|
+
// And timer callback will be fired, and abort() will be invoked before connection, then get "socket hang up" and code ECONNRESET.
|
|
3823
|
+
// At this time, if we have a large number of request, nodejs will hang up some socket on background. and the number will up and up.
|
|
3824
|
+
// And then these socket which be hang up will devouring CPU little by little.
|
|
3825
|
+
// ClientRequest.setTimeout will be fired on the specify milliseconds, and can make sure that abort() will be fired after connect.
|
|
3826
|
+
req.setTimeout(timeout, function handleRequestTimeout() {
|
|
3827
|
+
if (isDone) return;
|
|
3828
|
+
let timeoutErrorMessage = config.timeout
|
|
3829
|
+
? 'timeout of ' + config.timeout + 'ms exceeded'
|
|
3830
|
+
: 'timeout exceeded';
|
|
3831
|
+
const transitional = config.transitional || transitionalDefaults;
|
|
3832
|
+
if (config.timeoutErrorMessage) {
|
|
3833
|
+
timeoutErrorMessage = config.timeoutErrorMessage;
|
|
3834
|
+
}
|
|
3835
|
+
abort(
|
|
3836
|
+
new AxiosError$1(
|
|
3837
|
+
timeoutErrorMessage,
|
|
3838
|
+
transitional.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED,
|
|
3839
|
+
config,
|
|
3840
|
+
req
|
|
3841
|
+
)
|
|
3842
|
+
);
|
|
3843
|
+
});
|
|
3844
|
+
} else {
|
|
3845
|
+
// explicitly reset the socket timeout value for a possible `keep-alive` request
|
|
3846
|
+
req.setTimeout(0);
|
|
3847
|
+
}
|
|
3400
3848
|
|
|
3401
|
-
|
|
3402
|
-
|
|
3849
|
+
// Send the request
|
|
3850
|
+
if (utils$1.isStream(data)) {
|
|
3851
|
+
let ended = false;
|
|
3852
|
+
let errored = false;
|
|
3403
3853
|
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
(isMSIE || origin.port === url.port)
|
|
3408
|
-
);
|
|
3409
|
-
})(
|
|
3410
|
-
new URL(platform.origin),
|
|
3411
|
-
platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)
|
|
3412
|
-
) : () => true;
|
|
3854
|
+
data.on('end', () => {
|
|
3855
|
+
ended = true;
|
|
3856
|
+
});
|
|
3413
3857
|
|
|
3414
|
-
|
|
3858
|
+
data.once('error', (err) => {
|
|
3859
|
+
errored = true;
|
|
3860
|
+
req.destroy(err);
|
|
3861
|
+
});
|
|
3415
3862
|
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3863
|
+
data.on('close', () => {
|
|
3864
|
+
if (!ended && !errored) {
|
|
3865
|
+
abort(new CanceledError$1('Request stream has been aborted', config, req));
|
|
3866
|
+
}
|
|
3867
|
+
});
|
|
3420
3868
|
|
|
3421
|
-
|
|
3869
|
+
data.pipe(req);
|
|
3870
|
+
} else {
|
|
3871
|
+
data && req.write(data);
|
|
3872
|
+
req.end();
|
|
3873
|
+
}
|
|
3874
|
+
});
|
|
3875
|
+
};
|
|
3422
3876
|
|
|
3423
|
-
|
|
3877
|
+
const isURLSameOrigin = platform.hasStandardBrowserEnv
|
|
3878
|
+
? ((origin, isMSIE) => (url) => {
|
|
3879
|
+
url = new URL(url, platform.origin);
|
|
3424
3880
|
|
|
3425
|
-
|
|
3881
|
+
return (
|
|
3882
|
+
origin.protocol === url.protocol &&
|
|
3883
|
+
origin.host === url.host &&
|
|
3884
|
+
(isMSIE || origin.port === url.port)
|
|
3885
|
+
);
|
|
3886
|
+
})(
|
|
3887
|
+
new URL(platform.origin),
|
|
3888
|
+
platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)
|
|
3889
|
+
)
|
|
3890
|
+
: () => true;
|
|
3426
3891
|
|
|
3427
|
-
|
|
3892
|
+
const cookies = platform.hasStandardBrowserEnv
|
|
3893
|
+
? // Standard browser envs support document.cookie
|
|
3894
|
+
{
|
|
3895
|
+
write(name, value, expires, path, domain, secure, sameSite) {
|
|
3896
|
+
if (typeof document === 'undefined') return;
|
|
3428
3897
|
|
|
3429
|
-
|
|
3430
|
-
},
|
|
3898
|
+
const cookie = [`${name}=${encodeURIComponent(value)}`];
|
|
3431
3899
|
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3900
|
+
if (utils$1.isNumber(expires)) {
|
|
3901
|
+
cookie.push(`expires=${new Date(expires).toUTCString()}`);
|
|
3902
|
+
}
|
|
3903
|
+
if (utils$1.isString(path)) {
|
|
3904
|
+
cookie.push(`path=${path}`);
|
|
3905
|
+
}
|
|
3906
|
+
if (utils$1.isString(domain)) {
|
|
3907
|
+
cookie.push(`domain=${domain}`);
|
|
3908
|
+
}
|
|
3909
|
+
if (secure === true) {
|
|
3910
|
+
cookie.push('secure');
|
|
3911
|
+
}
|
|
3912
|
+
if (utils$1.isString(sameSite)) {
|
|
3913
|
+
cookie.push(`SameSite=${sameSite}`);
|
|
3914
|
+
}
|
|
3436
3915
|
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
}
|
|
3440
|
-
}
|
|
3916
|
+
document.cookie = cookie.join('; ');
|
|
3917
|
+
},
|
|
3441
3918
|
|
|
3442
|
-
|
|
3919
|
+
read(name) {
|
|
3920
|
+
if (typeof document === 'undefined') return null;
|
|
3921
|
+
const match = document.cookie.match(new RegExp('(?:^|; )' + name + '=([^;]*)'));
|
|
3922
|
+
return match ? decodeURIComponent(match[1]) : null;
|
|
3923
|
+
},
|
|
3443
3924
|
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3925
|
+
remove(name) {
|
|
3926
|
+
this.write(name, '', Date.now() - 86400000, '/');
|
|
3927
|
+
},
|
|
3928
|
+
}
|
|
3929
|
+
: // Non-standard browser env (web workers, react-native) lack needed support.
|
|
3930
|
+
{
|
|
3931
|
+
write() {},
|
|
3932
|
+
read() {
|
|
3933
|
+
return null;
|
|
3934
|
+
},
|
|
3935
|
+
remove() {},
|
|
3936
|
+
};
|
|
3452
3937
|
|
|
3453
|
-
const headersToObject = (thing) => thing instanceof AxiosHeaders$1 ? { ...thing } : thing;
|
|
3938
|
+
const headersToObject = (thing) => (thing instanceof AxiosHeaders$1 ? { ...thing } : thing);
|
|
3454
3939
|
|
|
3455
3940
|
/**
|
|
3456
3941
|
* Config-specific merge-function which creates a new config-object
|
|
@@ -3468,7 +3953,7 @@ function mergeConfig(config1, config2) {
|
|
|
3468
3953
|
|
|
3469
3954
|
function getMergedValue(target, source, prop, caseless) {
|
|
3470
3955
|
if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) {
|
|
3471
|
-
return utils$1.merge.call({caseless}, target, source);
|
|
3956
|
+
return utils$1.merge.call({ caseless }, target, source);
|
|
3472
3957
|
} else if (utils$1.isPlainObject(source)) {
|
|
3473
3958
|
return utils$1.merge({}, source);
|
|
3474
3959
|
} else if (utils$1.isArray(source)) {
|
|
@@ -3477,12 +3962,11 @@ function mergeConfig(config1, config2) {
|
|
|
3477
3962
|
return source;
|
|
3478
3963
|
}
|
|
3479
3964
|
|
|
3480
|
-
|
|
3481
|
-
function mergeDeepProperties(a, b, prop , caseless) {
|
|
3965
|
+
function mergeDeepProperties(a, b, prop, caseless) {
|
|
3482
3966
|
if (!utils$1.isUndefined(b)) {
|
|
3483
|
-
return getMergedValue(a, b, prop
|
|
3967
|
+
return getMergedValue(a, b, prop, caseless);
|
|
3484
3968
|
} else if (!utils$1.isUndefined(a)) {
|
|
3485
|
-
return getMergedValue(undefined, a, prop
|
|
3969
|
+
return getMergedValue(undefined, a, prop, caseless);
|
|
3486
3970
|
}
|
|
3487
3971
|
}
|
|
3488
3972
|
|
|
@@ -3540,11 +4024,13 @@ function mergeConfig(config1, config2) {
|
|
|
3540
4024
|
socketPath: defaultToConfig2,
|
|
3541
4025
|
responseEncoding: defaultToConfig2,
|
|
3542
4026
|
validateStatus: mergeDirectKeys,
|
|
3543
|
-
headers: (a, b
|
|
4027
|
+
headers: (a, b, prop) =>
|
|
4028
|
+
mergeDeepProperties(headersToObject(a), headersToObject(b), prop, true),
|
|
3544
4029
|
};
|
|
3545
4030
|
|
|
3546
|
-
utils$1.forEach(Object.keys({...config1, ...config2}), function computeConfigValue(prop) {
|
|
3547
|
-
|
|
4031
|
+
utils$1.forEach(Object.keys({ ...config1, ...config2 }), function computeConfigValue(prop) {
|
|
4032
|
+
if (prop === '__proto__' || prop === 'constructor' || prop === 'prototype') return;
|
|
4033
|
+
const merge = utils$1.hasOwnProp(mergeMap, prop) ? mergeMap[prop] : mergeDeepProperties;
|
|
3548
4034
|
const configValue = merge(config1[prop], config2[prop], prop);
|
|
3549
4035
|
(utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
|
|
3550
4036
|
});
|
|
@@ -3559,12 +4045,22 @@ const resolveConfig = (config) => {
|
|
|
3559
4045
|
|
|
3560
4046
|
newConfig.headers = headers = AxiosHeaders$1.from(headers);
|
|
3561
4047
|
|
|
3562
|
-
newConfig.url = buildURL(
|
|
4048
|
+
newConfig.url = buildURL(
|
|
4049
|
+
buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls),
|
|
4050
|
+
config.params,
|
|
4051
|
+
config.paramsSerializer
|
|
4052
|
+
);
|
|
3563
4053
|
|
|
3564
4054
|
// HTTP basic authentication
|
|
3565
4055
|
if (auth) {
|
|
3566
|
-
headers.set(
|
|
3567
|
-
|
|
4056
|
+
headers.set(
|
|
4057
|
+
'Authorization',
|
|
4058
|
+
'Basic ' +
|
|
4059
|
+
btoa(
|
|
4060
|
+
(auth.username || '') +
|
|
4061
|
+
':' +
|
|
4062
|
+
(auth.password ? unescape(encodeURIComponent(auth.password)) : '')
|
|
4063
|
+
)
|
|
3568
4064
|
);
|
|
3569
4065
|
}
|
|
3570
4066
|
|
|
@@ -3582,7 +4078,7 @@ const resolveConfig = (config) => {
|
|
|
3582
4078
|
}
|
|
3583
4079
|
});
|
|
3584
4080
|
}
|
|
3585
|
-
}
|
|
4081
|
+
}
|
|
3586
4082
|
|
|
3587
4083
|
// Add xsrf header
|
|
3588
4084
|
// This is only done if running in a standard browser environment.
|
|
@@ -3606,196 +4102,218 @@ const resolveConfig = (config) => {
|
|
|
3606
4102
|
|
|
3607
4103
|
const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
|
|
3608
4104
|
|
|
3609
|
-
const xhrAdapter = isXHRAdapterSupported &&
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
4105
|
+
const xhrAdapter = isXHRAdapterSupported &&
|
|
4106
|
+
function (config) {
|
|
4107
|
+
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
4108
|
+
const _config = resolveConfig(config);
|
|
4109
|
+
let requestData = _config.data;
|
|
4110
|
+
const requestHeaders = AxiosHeaders$1.from(_config.headers).normalize();
|
|
4111
|
+
let { responseType, onUploadProgress, onDownloadProgress } = _config;
|
|
4112
|
+
let onCanceled;
|
|
4113
|
+
let uploadThrottled, downloadThrottled;
|
|
4114
|
+
let flushUpload, flushDownload;
|
|
3618
4115
|
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
4116
|
+
function done() {
|
|
4117
|
+
flushUpload && flushUpload(); // flush events
|
|
4118
|
+
flushDownload && flushDownload(); // flush events
|
|
3622
4119
|
|
|
3623
|
-
|
|
4120
|
+
_config.cancelToken && _config.cancelToken.unsubscribe(onCanceled);
|
|
3624
4121
|
|
|
3625
|
-
|
|
3626
|
-
|
|
4122
|
+
_config.signal && _config.signal.removeEventListener('abort', onCanceled);
|
|
4123
|
+
}
|
|
3627
4124
|
|
|
3628
|
-
|
|
4125
|
+
let request = new XMLHttpRequest();
|
|
3629
4126
|
|
|
3630
|
-
|
|
4127
|
+
request.open(_config.method.toUpperCase(), _config.url, true);
|
|
3631
4128
|
|
|
3632
|
-
|
|
3633
|
-
|
|
4129
|
+
// Set the request timeout in MS
|
|
4130
|
+
request.timeout = _config.timeout;
|
|
3634
4131
|
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
4132
|
+
function onloadend() {
|
|
4133
|
+
if (!request) {
|
|
4134
|
+
return;
|
|
4135
|
+
}
|
|
4136
|
+
// Prepare the response
|
|
4137
|
+
const responseHeaders = AxiosHeaders$1.from(
|
|
4138
|
+
'getAllResponseHeaders' in request && request.getAllResponseHeaders()
|
|
4139
|
+
);
|
|
4140
|
+
const responseData =
|
|
4141
|
+
!responseType || responseType === 'text' || responseType === 'json'
|
|
4142
|
+
? request.responseText
|
|
4143
|
+
: request.response;
|
|
4144
|
+
const response = {
|
|
4145
|
+
data: responseData,
|
|
4146
|
+
status: request.status,
|
|
4147
|
+
statusText: request.statusText,
|
|
4148
|
+
headers: responseHeaders,
|
|
4149
|
+
config,
|
|
4150
|
+
request,
|
|
4151
|
+
};
|
|
4152
|
+
|
|
4153
|
+
settle(
|
|
4154
|
+
function _resolve(value) {
|
|
4155
|
+
resolve(value);
|
|
4156
|
+
done();
|
|
4157
|
+
},
|
|
4158
|
+
function _reject(err) {
|
|
4159
|
+
reject(err);
|
|
4160
|
+
done();
|
|
4161
|
+
},
|
|
4162
|
+
response
|
|
4163
|
+
);
|
|
4164
|
+
|
|
4165
|
+
// Clean up request
|
|
4166
|
+
request = null;
|
|
3638
4167
|
}
|
|
3639
|
-
// Prepare the response
|
|
3640
|
-
const responseHeaders = AxiosHeaders$1.from(
|
|
3641
|
-
'getAllResponseHeaders' in request && request.getAllResponseHeaders()
|
|
3642
|
-
);
|
|
3643
|
-
const responseData = !responseType || responseType === 'text' || responseType === 'json' ?
|
|
3644
|
-
request.responseText : request.response;
|
|
3645
|
-
const response = {
|
|
3646
|
-
data: responseData,
|
|
3647
|
-
status: request.status,
|
|
3648
|
-
statusText: request.statusText,
|
|
3649
|
-
headers: responseHeaders,
|
|
3650
|
-
config,
|
|
3651
|
-
request
|
|
3652
|
-
};
|
|
3653
4168
|
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
}
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
4169
|
+
if ('onloadend' in request) {
|
|
4170
|
+
// Use onloadend if available
|
|
4171
|
+
request.onloadend = onloadend;
|
|
4172
|
+
} else {
|
|
4173
|
+
// Listen for ready state to emulate onloadend
|
|
4174
|
+
request.onreadystatechange = function handleLoad() {
|
|
4175
|
+
if (!request || request.readyState !== 4) {
|
|
4176
|
+
return;
|
|
4177
|
+
}
|
|
3661
4178
|
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
4179
|
+
// The request errored out and we didn't get a response, this will be
|
|
4180
|
+
// handled by onerror instead
|
|
4181
|
+
// With one exception: request that using file: protocol, most browsers
|
|
4182
|
+
// will return status as 0 even though it's a successful request
|
|
4183
|
+
if (
|
|
4184
|
+
request.status === 0 &&
|
|
4185
|
+
!(request.responseURL && request.responseURL.indexOf('file:') === 0)
|
|
4186
|
+
) {
|
|
4187
|
+
return;
|
|
4188
|
+
}
|
|
4189
|
+
// readystate handler is calling before onerror or ontimeout handlers,
|
|
4190
|
+
// so we should call onloadend on the next 'tick'
|
|
4191
|
+
setTimeout(onloadend);
|
|
4192
|
+
};
|
|
4193
|
+
}
|
|
3665
4194
|
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
} else {
|
|
3670
|
-
// Listen for ready state to emulate onloadend
|
|
3671
|
-
request.onreadystatechange = function handleLoad() {
|
|
3672
|
-
if (!request || request.readyState !== 4) {
|
|
4195
|
+
// Handle browser request cancellation (as opposed to a manual cancellation)
|
|
4196
|
+
request.onabort = function handleAbort() {
|
|
4197
|
+
if (!request) {
|
|
3673
4198
|
return;
|
|
3674
4199
|
}
|
|
3675
4200
|
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
//
|
|
3679
|
-
|
|
3680
|
-
if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {
|
|
3681
|
-
return;
|
|
3682
|
-
}
|
|
3683
|
-
// readystate handler is calling before onerror or ontimeout handlers,
|
|
3684
|
-
// so we should call onloadend on the next 'tick'
|
|
3685
|
-
setTimeout(onloadend);
|
|
4201
|
+
reject(new AxiosError$1('Request aborted', AxiosError$1.ECONNABORTED, config, request));
|
|
4202
|
+
|
|
4203
|
+
// Clean up request
|
|
4204
|
+
request = null;
|
|
3686
4205
|
};
|
|
3687
|
-
}
|
|
3688
4206
|
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
4207
|
+
// Handle low level network errors
|
|
4208
|
+
request.onerror = function handleError(event) {
|
|
4209
|
+
// Browsers deliver a ProgressEvent in XHR onerror
|
|
4210
|
+
// (message may be empty; when present, surface it)
|
|
4211
|
+
// See https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/error_event
|
|
4212
|
+
const msg = event && event.message ? event.message : 'Network Error';
|
|
4213
|
+
const err = new AxiosError$1(msg, AxiosError$1.ERR_NETWORK, config, request);
|
|
4214
|
+
// attach the underlying event for consumers who want details
|
|
4215
|
+
err.event = event || null;
|
|
4216
|
+
reject(err);
|
|
4217
|
+
request = null;
|
|
4218
|
+
};
|
|
3694
4219
|
|
|
3695
|
-
|
|
4220
|
+
// Handle timeout
|
|
4221
|
+
request.ontimeout = function handleTimeout() {
|
|
4222
|
+
let timeoutErrorMessage = _config.timeout
|
|
4223
|
+
? 'timeout of ' + _config.timeout + 'ms exceeded'
|
|
4224
|
+
: 'timeout exceeded';
|
|
4225
|
+
const transitional = _config.transitional || transitionalDefaults;
|
|
4226
|
+
if (_config.timeoutErrorMessage) {
|
|
4227
|
+
timeoutErrorMessage = _config.timeoutErrorMessage;
|
|
4228
|
+
}
|
|
4229
|
+
reject(
|
|
4230
|
+
new AxiosError$1(
|
|
4231
|
+
timeoutErrorMessage,
|
|
4232
|
+
transitional.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED,
|
|
4233
|
+
config,
|
|
4234
|
+
request
|
|
4235
|
+
)
|
|
4236
|
+
);
|
|
3696
4237
|
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
4238
|
+
// Clean up request
|
|
4239
|
+
request = null;
|
|
4240
|
+
};
|
|
3700
4241
|
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
// Browsers deliver a ProgressEvent in XHR onerror
|
|
3704
|
-
// (message may be empty; when present, surface it)
|
|
3705
|
-
// See https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/error_event
|
|
3706
|
-
const msg = event && event.message ? event.message : 'Network Error';
|
|
3707
|
-
const err = new AxiosError(msg, AxiosError.ERR_NETWORK, config, request);
|
|
3708
|
-
// attach the underlying event for consumers who want details
|
|
3709
|
-
err.event = event || null;
|
|
3710
|
-
reject(err);
|
|
3711
|
-
request = null;
|
|
3712
|
-
};
|
|
3713
|
-
|
|
3714
|
-
// Handle timeout
|
|
3715
|
-
request.ontimeout = function handleTimeout() {
|
|
3716
|
-
let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded';
|
|
3717
|
-
const transitional = _config.transitional || transitionalDefaults;
|
|
3718
|
-
if (_config.timeoutErrorMessage) {
|
|
3719
|
-
timeoutErrorMessage = _config.timeoutErrorMessage;
|
|
3720
|
-
}
|
|
3721
|
-
reject(new AxiosError(
|
|
3722
|
-
timeoutErrorMessage,
|
|
3723
|
-
transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,
|
|
3724
|
-
config,
|
|
3725
|
-
request));
|
|
3726
|
-
|
|
3727
|
-
// Clean up request
|
|
3728
|
-
request = null;
|
|
3729
|
-
};
|
|
4242
|
+
// Remove Content-Type if data is undefined
|
|
4243
|
+
requestData === undefined && requestHeaders.setContentType(null);
|
|
3730
4244
|
|
|
3731
|
-
|
|
3732
|
-
|
|
4245
|
+
// Add headers to the request
|
|
4246
|
+
if ('setRequestHeader' in request) {
|
|
4247
|
+
utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {
|
|
4248
|
+
request.setRequestHeader(key, val);
|
|
4249
|
+
});
|
|
4250
|
+
}
|
|
3733
4251
|
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
});
|
|
3739
|
-
}
|
|
4252
|
+
// Add withCredentials to request if needed
|
|
4253
|
+
if (!utils$1.isUndefined(_config.withCredentials)) {
|
|
4254
|
+
request.withCredentials = !!_config.withCredentials;
|
|
4255
|
+
}
|
|
3740
4256
|
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
4257
|
+
// Add responseType to request if needed
|
|
4258
|
+
if (responseType && responseType !== 'json') {
|
|
4259
|
+
request.responseType = _config.responseType;
|
|
4260
|
+
}
|
|
3745
4261
|
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
4262
|
+
// Handle progress if needed
|
|
4263
|
+
if (onDownloadProgress) {
|
|
4264
|
+
[downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true);
|
|
4265
|
+
request.addEventListener('progress', downloadThrottled);
|
|
4266
|
+
}
|
|
3750
4267
|
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
request.addEventListener('progress', downloadThrottled);
|
|
3755
|
-
}
|
|
4268
|
+
// Not all browsers support upload events
|
|
4269
|
+
if (onUploadProgress && request.upload) {
|
|
4270
|
+
[uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress);
|
|
3756
4271
|
|
|
3757
|
-
|
|
3758
|
-
if (onUploadProgress && request.upload) {
|
|
3759
|
-
([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress));
|
|
4272
|
+
request.upload.addEventListener('progress', uploadThrottled);
|
|
3760
4273
|
|
|
3761
|
-
|
|
4274
|
+
request.upload.addEventListener('loadend', flushUpload);
|
|
4275
|
+
}
|
|
3762
4276
|
|
|
3763
|
-
|
|
3764
|
-
|
|
4277
|
+
if (_config.cancelToken || _config.signal) {
|
|
4278
|
+
// Handle cancellation
|
|
4279
|
+
// eslint-disable-next-line func-names
|
|
4280
|
+
onCanceled = (cancel) => {
|
|
4281
|
+
if (!request) {
|
|
4282
|
+
return;
|
|
4283
|
+
}
|
|
4284
|
+
reject(!cancel || cancel.type ? new CanceledError$1(null, config, request) : cancel);
|
|
4285
|
+
request.abort();
|
|
4286
|
+
request = null;
|
|
4287
|
+
};
|
|
3765
4288
|
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
return;
|
|
4289
|
+
_config.cancelToken && _config.cancelToken.subscribe(onCanceled);
|
|
4290
|
+
if (_config.signal) {
|
|
4291
|
+
_config.signal.aborted
|
|
4292
|
+
? onCanceled()
|
|
4293
|
+
: _config.signal.addEventListener('abort', onCanceled);
|
|
3772
4294
|
}
|
|
3773
|
-
reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
|
|
3774
|
-
request.abort();
|
|
3775
|
-
request = null;
|
|
3776
|
-
};
|
|
3777
|
-
|
|
3778
|
-
_config.cancelToken && _config.cancelToken.subscribe(onCanceled);
|
|
3779
|
-
if (_config.signal) {
|
|
3780
|
-
_config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled);
|
|
3781
4295
|
}
|
|
3782
|
-
}
|
|
3783
|
-
|
|
3784
|
-
const protocol = parseProtocol(_config.url);
|
|
3785
4296
|
|
|
3786
|
-
|
|
3787
|
-
reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));
|
|
3788
|
-
return;
|
|
3789
|
-
}
|
|
4297
|
+
const protocol = parseProtocol(_config.url);
|
|
3790
4298
|
|
|
4299
|
+
if (protocol && platform.protocols.indexOf(protocol) === -1) {
|
|
4300
|
+
reject(
|
|
4301
|
+
new AxiosError$1(
|
|
4302
|
+
'Unsupported protocol ' + protocol + ':',
|
|
4303
|
+
AxiosError$1.ERR_BAD_REQUEST,
|
|
4304
|
+
config
|
|
4305
|
+
)
|
|
4306
|
+
);
|
|
4307
|
+
return;
|
|
4308
|
+
}
|
|
3791
4309
|
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
};
|
|
4310
|
+
// Send the request
|
|
4311
|
+
request.send(requestData || null);
|
|
4312
|
+
});
|
|
4313
|
+
};
|
|
3796
4314
|
|
|
3797
4315
|
const composeSignals = (signals, timeout) => {
|
|
3798
|
-
const {length} = (signals = signals ? signals.filter(Boolean) : []);
|
|
4316
|
+
const { length } = (signals = signals ? signals.filter(Boolean) : []);
|
|
3799
4317
|
|
|
3800
4318
|
if (timeout || length) {
|
|
3801
4319
|
let controller = new AbortController();
|
|
@@ -3807,21 +4325,29 @@ const composeSignals = (signals, timeout) => {
|
|
|
3807
4325
|
aborted = true;
|
|
3808
4326
|
unsubscribe();
|
|
3809
4327
|
const err = reason instanceof Error ? reason : this.reason;
|
|
3810
|
-
controller.abort(
|
|
4328
|
+
controller.abort(
|
|
4329
|
+
err instanceof AxiosError$1
|
|
4330
|
+
? err
|
|
4331
|
+
: new CanceledError$1(err instanceof Error ? err.message : err)
|
|
4332
|
+
);
|
|
3811
4333
|
}
|
|
3812
4334
|
};
|
|
3813
4335
|
|
|
3814
|
-
let timer =
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
4336
|
+
let timer =
|
|
4337
|
+
timeout &&
|
|
4338
|
+
setTimeout(() => {
|
|
4339
|
+
timer = null;
|
|
4340
|
+
onabort(new AxiosError$1(`timeout of ${timeout}ms exceeded`, AxiosError$1.ETIMEDOUT));
|
|
4341
|
+
}, timeout);
|
|
3818
4342
|
|
|
3819
4343
|
const unsubscribe = () => {
|
|
3820
4344
|
if (signals) {
|
|
3821
4345
|
timer && clearTimeout(timer);
|
|
3822
4346
|
timer = null;
|
|
3823
|
-
signals.forEach(signal => {
|
|
3824
|
-
signal.unsubscribe
|
|
4347
|
+
signals.forEach((signal) => {
|
|
4348
|
+
signal.unsubscribe
|
|
4349
|
+
? signal.unsubscribe(onabort)
|
|
4350
|
+
: signal.removeEventListener('abort', onabort);
|
|
3825
4351
|
});
|
|
3826
4352
|
signals = null;
|
|
3827
4353
|
}
|
|
@@ -3829,7 +4355,7 @@ const composeSignals = (signals, timeout) => {
|
|
|
3829
4355
|
|
|
3830
4356
|
signals.forEach((signal) => signal.addEventListener('abort', onabort));
|
|
3831
4357
|
|
|
3832
|
-
const {signal} = controller;
|
|
4358
|
+
const { signal } = controller;
|
|
3833
4359
|
|
|
3834
4360
|
signal.unsubscribe = () => utils$1.asap(unsubscribe);
|
|
3835
4361
|
|
|
@@ -3872,7 +4398,7 @@ const readStream = async function* (stream) {
|
|
|
3872
4398
|
const reader = stream.getReader();
|
|
3873
4399
|
try {
|
|
3874
4400
|
for (;;) {
|
|
3875
|
-
const {done, value} = await reader.read();
|
|
4401
|
+
const { done, value } = await reader.read();
|
|
3876
4402
|
if (done) {
|
|
3877
4403
|
break;
|
|
3878
4404
|
}
|
|
@@ -3895,64 +4421,69 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
|
3895
4421
|
}
|
|
3896
4422
|
};
|
|
3897
4423
|
|
|
3898
|
-
return new ReadableStream(
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
4424
|
+
return new ReadableStream(
|
|
4425
|
+
{
|
|
4426
|
+
async pull(controller) {
|
|
4427
|
+
try {
|
|
4428
|
+
const { done, value } = await iterator.next();
|
|
3902
4429
|
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
4430
|
+
if (done) {
|
|
4431
|
+
_onFinish();
|
|
4432
|
+
controller.close();
|
|
4433
|
+
return;
|
|
4434
|
+
}
|
|
3908
4435
|
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
4436
|
+
let len = value.byteLength;
|
|
4437
|
+
if (onProgress) {
|
|
4438
|
+
let loadedBytes = (bytes += len);
|
|
4439
|
+
onProgress(loadedBytes);
|
|
4440
|
+
}
|
|
4441
|
+
controller.enqueue(new Uint8Array(value));
|
|
4442
|
+
} catch (err) {
|
|
4443
|
+
_onFinish(err);
|
|
4444
|
+
throw err;
|
|
3913
4445
|
}
|
|
3914
|
-
|
|
3915
|
-
|
|
3916
|
-
_onFinish(
|
|
3917
|
-
|
|
3918
|
-
}
|
|
4446
|
+
},
|
|
4447
|
+
cancel(reason) {
|
|
4448
|
+
_onFinish(reason);
|
|
4449
|
+
return iterator.return();
|
|
4450
|
+
},
|
|
3919
4451
|
},
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
return iterator.return();
|
|
4452
|
+
{
|
|
4453
|
+
highWaterMark: 2,
|
|
3923
4454
|
}
|
|
3924
|
-
|
|
3925
|
-
highWaterMark: 2
|
|
3926
|
-
})
|
|
4455
|
+
);
|
|
3927
4456
|
};
|
|
3928
4457
|
|
|
3929
4458
|
const DEFAULT_CHUNK_SIZE = 64 * 1024;
|
|
3930
4459
|
|
|
3931
|
-
const {isFunction} = utils$1;
|
|
4460
|
+
const { isFunction } = utils$1;
|
|
3932
4461
|
|
|
3933
|
-
const globalFetchAPI = (({Request, Response}) => ({
|
|
3934
|
-
Request,
|
|
4462
|
+
const globalFetchAPI = (({ Request, Response }) => ({
|
|
4463
|
+
Request,
|
|
4464
|
+
Response,
|
|
3935
4465
|
}))(utils$1.global);
|
|
3936
4466
|
|
|
3937
|
-
const {
|
|
3938
|
-
ReadableStream: ReadableStream$1, TextEncoder: TextEncoder$1
|
|
3939
|
-
} = utils$1.global;
|
|
3940
|
-
|
|
4467
|
+
const { ReadableStream: ReadableStream$1, TextEncoder: TextEncoder$1 } = utils$1.global;
|
|
3941
4468
|
|
|
3942
4469
|
const test = (fn, ...args) => {
|
|
3943
4470
|
try {
|
|
3944
4471
|
return !!fn(...args);
|
|
3945
4472
|
} catch (e) {
|
|
3946
|
-
return false
|
|
4473
|
+
return false;
|
|
3947
4474
|
}
|
|
3948
4475
|
};
|
|
3949
4476
|
|
|
3950
4477
|
const factory = (env) => {
|
|
3951
|
-
env = utils$1.merge.call(
|
|
3952
|
-
|
|
3953
|
-
|
|
4478
|
+
env = utils$1.merge.call(
|
|
4479
|
+
{
|
|
4480
|
+
skipUndefined: true,
|
|
4481
|
+
},
|
|
4482
|
+
globalFetchAPI,
|
|
4483
|
+
env
|
|
4484
|
+
);
|
|
3954
4485
|
|
|
3955
|
-
const {fetch: envFetch, Request, Response} = env;
|
|
4486
|
+
const { fetch: envFetch, Request, Response } = env;
|
|
3956
4487
|
const isFetchSupported = envFetch ? isFunction(envFetch) : typeof fetch === 'function';
|
|
3957
4488
|
const isRequestSupported = isFunction(Request);
|
|
3958
4489
|
const isResponseSupported = isFunction(Response);
|
|
@@ -3963,46 +4494,61 @@ const factory = (env) => {
|
|
|
3963
4494
|
|
|
3964
4495
|
const isReadableStreamSupported = isFetchSupported && isFunction(ReadableStream$1);
|
|
3965
4496
|
|
|
3966
|
-
const encodeText =
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
4497
|
+
const encodeText =
|
|
4498
|
+
isFetchSupported &&
|
|
4499
|
+
(typeof TextEncoder$1 === 'function'
|
|
4500
|
+
? (
|
|
4501
|
+
(encoder) => (str) =>
|
|
4502
|
+
encoder.encode(str)
|
|
4503
|
+
)(new TextEncoder$1())
|
|
4504
|
+
: async (str) => new Uint8Array(await new Request(str).arrayBuffer()));
|
|
4505
|
+
|
|
4506
|
+
const supportsRequestStream =
|
|
4507
|
+
isRequestSupported &&
|
|
4508
|
+
isReadableStreamSupported &&
|
|
4509
|
+
test(() => {
|
|
4510
|
+
let duplexAccessed = false;
|
|
4511
|
+
|
|
4512
|
+
const hasContentType = new Request(platform.origin, {
|
|
4513
|
+
body: new ReadableStream$1(),
|
|
4514
|
+
method: 'POST',
|
|
4515
|
+
get duplex() {
|
|
4516
|
+
duplexAccessed = true;
|
|
4517
|
+
return 'half';
|
|
4518
|
+
},
|
|
4519
|
+
}).headers.has('Content-Type');
|
|
3982
4520
|
|
|
3983
|
-
|
|
3984
|
-
|
|
4521
|
+
return duplexAccessed && !hasContentType;
|
|
4522
|
+
});
|
|
3985
4523
|
|
|
3986
|
-
const supportsResponseStream =
|
|
4524
|
+
const supportsResponseStream =
|
|
4525
|
+
isResponseSupported &&
|
|
4526
|
+
isReadableStreamSupported &&
|
|
3987
4527
|
test(() => utils$1.isReadableStream(new Response('').body));
|
|
3988
4528
|
|
|
3989
4529
|
const resolvers = {
|
|
3990
|
-
stream: supportsResponseStream && ((res) => res.body)
|
|
4530
|
+
stream: supportsResponseStream && ((res) => res.body),
|
|
3991
4531
|
};
|
|
3992
4532
|
|
|
3993
|
-
isFetchSupported &&
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
4533
|
+
isFetchSupported &&
|
|
4534
|
+
(() => {
|
|
4535
|
+
['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach((type) => {
|
|
4536
|
+
!resolvers[type] &&
|
|
4537
|
+
(resolvers[type] = (res, config) => {
|
|
4538
|
+
let method = res && res[type];
|
|
3997
4539
|
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4540
|
+
if (method) {
|
|
4541
|
+
return method.call(res);
|
|
4542
|
+
}
|
|
4001
4543
|
|
|
4002
|
-
|
|
4544
|
+
throw new AxiosError$1(
|
|
4545
|
+
`Response type '${type}' is not supported`,
|
|
4546
|
+
AxiosError$1.ERR_NOT_SUPPORT,
|
|
4547
|
+
config
|
|
4548
|
+
);
|
|
4549
|
+
});
|
|
4003
4550
|
});
|
|
4004
|
-
});
|
|
4005
|
-
})());
|
|
4551
|
+
})();
|
|
4006
4552
|
|
|
4007
4553
|
const getBodyLength = async (body) => {
|
|
4008
4554
|
if (body == null) {
|
|
@@ -4053,32 +4599,41 @@ const factory = (env) => {
|
|
|
4053
4599
|
responseType,
|
|
4054
4600
|
headers,
|
|
4055
4601
|
withCredentials = 'same-origin',
|
|
4056
|
-
fetchOptions
|
|
4602
|
+
fetchOptions,
|
|
4057
4603
|
} = resolveConfig(config);
|
|
4058
4604
|
|
|
4059
4605
|
let _fetch = envFetch || fetch;
|
|
4060
4606
|
|
|
4061
4607
|
responseType = responseType ? (responseType + '').toLowerCase() : 'text';
|
|
4062
4608
|
|
|
4063
|
-
let composedSignal = composeSignals$1(
|
|
4609
|
+
let composedSignal = composeSignals$1(
|
|
4610
|
+
[signal, cancelToken && cancelToken.toAbortSignal()],
|
|
4611
|
+
timeout
|
|
4612
|
+
);
|
|
4064
4613
|
|
|
4065
4614
|
let request = null;
|
|
4066
4615
|
|
|
4067
|
-
const unsubscribe =
|
|
4068
|
-
composedSignal
|
|
4069
|
-
|
|
4616
|
+
const unsubscribe =
|
|
4617
|
+
composedSignal &&
|
|
4618
|
+
composedSignal.unsubscribe &&
|
|
4619
|
+
(() => {
|
|
4620
|
+
composedSignal.unsubscribe();
|
|
4621
|
+
});
|
|
4070
4622
|
|
|
4071
4623
|
let requestContentLength;
|
|
4072
4624
|
|
|
4073
4625
|
try {
|
|
4074
4626
|
if (
|
|
4075
|
-
onUploadProgress &&
|
|
4627
|
+
onUploadProgress &&
|
|
4628
|
+
supportsRequestStream &&
|
|
4629
|
+
method !== 'get' &&
|
|
4630
|
+
method !== 'head' &&
|
|
4076
4631
|
(requestContentLength = await resolveBodyLength(headers, data)) !== 0
|
|
4077
4632
|
) {
|
|
4078
4633
|
let _request = new Request(url, {
|
|
4079
4634
|
method: 'POST',
|
|
4080
4635
|
body: data,
|
|
4081
|
-
duplex:
|
|
4636
|
+
duplex: 'half',
|
|
4082
4637
|
});
|
|
4083
4638
|
|
|
4084
4639
|
let contentTypeHeader;
|
|
@@ -4103,7 +4658,7 @@ const factory = (env) => {
|
|
|
4103
4658
|
|
|
4104
4659
|
// Cloudflare Workers throws when credentials are defined
|
|
4105
4660
|
// see https://github.com/cloudflare/workerd/issues/902
|
|
4106
|
-
const isCredentialsSupported = isRequestSupported &&
|
|
4661
|
+
const isCredentialsSupported = isRequestSupported && 'credentials' in Request.prototype;
|
|
4107
4662
|
|
|
4108
4663
|
const resolvedOptions = {
|
|
4109
4664
|
...fetchOptions,
|
|
@@ -4111,29 +4666,35 @@ const factory = (env) => {
|
|
|
4111
4666
|
method: method.toUpperCase(),
|
|
4112
4667
|
headers: headers.normalize().toJSON(),
|
|
4113
4668
|
body: data,
|
|
4114
|
-
duplex:
|
|
4115
|
-
credentials: isCredentialsSupported ? withCredentials : undefined
|
|
4669
|
+
duplex: 'half',
|
|
4670
|
+
credentials: isCredentialsSupported ? withCredentials : undefined,
|
|
4116
4671
|
};
|
|
4117
4672
|
|
|
4118
4673
|
request = isRequestSupported && new Request(url, resolvedOptions);
|
|
4119
4674
|
|
|
4120
|
-
let response = await (isRequestSupported
|
|
4675
|
+
let response = await (isRequestSupported
|
|
4676
|
+
? _fetch(request, fetchOptions)
|
|
4677
|
+
: _fetch(url, resolvedOptions));
|
|
4121
4678
|
|
|
4122
|
-
const isStreamResponse =
|
|
4679
|
+
const isStreamResponse =
|
|
4680
|
+
supportsResponseStream && (responseType === 'stream' || responseType === 'response');
|
|
4123
4681
|
|
|
4124
4682
|
if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) {
|
|
4125
4683
|
const options = {};
|
|
4126
4684
|
|
|
4127
|
-
['status', 'statusText', 'headers'].forEach(prop => {
|
|
4685
|
+
['status', 'statusText', 'headers'].forEach((prop) => {
|
|
4128
4686
|
options[prop] = response[prop];
|
|
4129
4687
|
});
|
|
4130
4688
|
|
|
4131
4689
|
const responseContentLength = utils$1.toFiniteNumber(response.headers.get('content-length'));
|
|
4132
4690
|
|
|
4133
|
-
const [onProgress, flush] =
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4691
|
+
const [onProgress, flush] =
|
|
4692
|
+
(onDownloadProgress &&
|
|
4693
|
+
progressEventDecorator(
|
|
4694
|
+
responseContentLength,
|
|
4695
|
+
progressEventReducer(asyncDecorator(onDownloadProgress), true)
|
|
4696
|
+
)) ||
|
|
4697
|
+
[];
|
|
4137
4698
|
|
|
4138
4699
|
response = new Response(
|
|
4139
4700
|
trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
|
|
@@ -4146,7 +4707,10 @@ const factory = (env) => {
|
|
|
4146
4707
|
|
|
4147
4708
|
responseType = responseType || 'text';
|
|
4148
4709
|
|
|
4149
|
-
let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || 'text'](
|
|
4710
|
+
let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || 'text'](
|
|
4711
|
+
response,
|
|
4712
|
+
config
|
|
4713
|
+
);
|
|
4150
4714
|
|
|
4151
4715
|
!isStreamResponse && unsubscribe && unsubscribe();
|
|
4152
4716
|
|
|
@@ -4157,43 +4721,50 @@ const factory = (env) => {
|
|
|
4157
4721
|
status: response.status,
|
|
4158
4722
|
statusText: response.statusText,
|
|
4159
4723
|
config,
|
|
4160
|
-
request
|
|
4724
|
+
request,
|
|
4161
4725
|
});
|
|
4162
|
-
})
|
|
4726
|
+
});
|
|
4163
4727
|
} catch (err) {
|
|
4164
4728
|
unsubscribe && unsubscribe();
|
|
4165
4729
|
|
|
4166
4730
|
if (err && err.name === 'TypeError' && /Load failed|fetch/i.test(err.message)) {
|
|
4167
4731
|
throw Object.assign(
|
|
4168
|
-
new AxiosError(
|
|
4732
|
+
new AxiosError$1(
|
|
4733
|
+
'Network Error',
|
|
4734
|
+
AxiosError$1.ERR_NETWORK,
|
|
4735
|
+
config,
|
|
4736
|
+
request,
|
|
4737
|
+
err && err.response
|
|
4738
|
+
),
|
|
4169
4739
|
{
|
|
4170
|
-
cause: err.cause || err
|
|
4740
|
+
cause: err.cause || err,
|
|
4171
4741
|
}
|
|
4172
|
-
)
|
|
4742
|
+
);
|
|
4173
4743
|
}
|
|
4174
4744
|
|
|
4175
|
-
throw AxiosError.from(err, err && err.code, config, request);
|
|
4745
|
+
throw AxiosError$1.from(err, err && err.code, config, request, err && err.response);
|
|
4176
4746
|
}
|
|
4177
|
-
}
|
|
4747
|
+
};
|
|
4178
4748
|
};
|
|
4179
4749
|
|
|
4180
4750
|
const seedCache = new Map();
|
|
4181
4751
|
|
|
4182
4752
|
const getFetch = (config) => {
|
|
4183
|
-
let env = config
|
|
4184
|
-
const {fetch, Request, Response} = env;
|
|
4185
|
-
const seeds = [
|
|
4186
|
-
Request, Response, fetch
|
|
4187
|
-
];
|
|
4753
|
+
let env = (config && config.env) || {};
|
|
4754
|
+
const { fetch, Request, Response } = env;
|
|
4755
|
+
const seeds = [Request, Response, fetch];
|
|
4188
4756
|
|
|
4189
|
-
let len = seeds.length,
|
|
4190
|
-
|
|
4757
|
+
let len = seeds.length,
|
|
4758
|
+
i = len,
|
|
4759
|
+
seed,
|
|
4760
|
+
target,
|
|
4761
|
+
map = seedCache;
|
|
4191
4762
|
|
|
4192
4763
|
while (i--) {
|
|
4193
4764
|
seed = seeds[i];
|
|
4194
4765
|
target = map.get(seed);
|
|
4195
4766
|
|
|
4196
|
-
target === undefined && map.set(seed, target =
|
|
4767
|
+
target === undefined && map.set(seed, (target = i ? new Map() : factory(env)));
|
|
4197
4768
|
|
|
4198
4769
|
map = target;
|
|
4199
4770
|
}
|
|
@@ -4203,80 +4774,129 @@ const getFetch = (config) => {
|
|
|
4203
4774
|
|
|
4204
4775
|
getFetch();
|
|
4205
4776
|
|
|
4777
|
+
/**
|
|
4778
|
+
* Known adapters mapping.
|
|
4779
|
+
* Provides environment-specific adapters for Axios:
|
|
4780
|
+
* - `http` for Node.js
|
|
4781
|
+
* - `xhr` for browsers
|
|
4782
|
+
* - `fetch` for fetch API-based requests
|
|
4783
|
+
*
|
|
4784
|
+
* @type {Object<string, Function|Object>}
|
|
4785
|
+
*/
|
|
4206
4786
|
const knownAdapters = {
|
|
4207
4787
|
http: httpAdapter,
|
|
4208
4788
|
xhr: xhrAdapter,
|
|
4209
4789
|
fetch: {
|
|
4210
4790
|
get: getFetch,
|
|
4211
|
-
}
|
|
4791
|
+
},
|
|
4212
4792
|
};
|
|
4213
4793
|
|
|
4794
|
+
// Assign adapter names for easier debugging and identification
|
|
4214
4795
|
utils$1.forEach(knownAdapters, (fn, value) => {
|
|
4215
4796
|
if (fn) {
|
|
4216
4797
|
try {
|
|
4217
|
-
Object.defineProperty(fn, 'name', {value});
|
|
4798
|
+
Object.defineProperty(fn, 'name', { value });
|
|
4218
4799
|
} catch (e) {
|
|
4219
4800
|
// eslint-disable-next-line no-empty
|
|
4220
4801
|
}
|
|
4221
|
-
Object.defineProperty(fn, 'adapterName', {value});
|
|
4802
|
+
Object.defineProperty(fn, 'adapterName', { value });
|
|
4222
4803
|
}
|
|
4223
4804
|
});
|
|
4224
4805
|
|
|
4806
|
+
/**
|
|
4807
|
+
* Render a rejection reason string for unknown or unsupported adapters
|
|
4808
|
+
*
|
|
4809
|
+
* @param {string} reason
|
|
4810
|
+
* @returns {string}
|
|
4811
|
+
*/
|
|
4225
4812
|
const renderReason = (reason) => `- ${reason}`;
|
|
4226
4813
|
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4814
|
+
/**
|
|
4815
|
+
* Check if the adapter is resolved (function, null, or false)
|
|
4816
|
+
*
|
|
4817
|
+
* @param {Function|null|false} adapter
|
|
4818
|
+
* @returns {boolean}
|
|
4819
|
+
*/
|
|
4820
|
+
const isResolvedHandle = (adapter) =>
|
|
4821
|
+
utils$1.isFunction(adapter) || adapter === null || adapter === false;
|
|
4232
4822
|
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4823
|
+
/**
|
|
4824
|
+
* Get the first suitable adapter from the provided list.
|
|
4825
|
+
* Tries each adapter in order until a supported one is found.
|
|
4826
|
+
* Throws an AxiosError if no adapter is suitable.
|
|
4827
|
+
*
|
|
4828
|
+
* @param {Array<string|Function>|string|Function} adapters - Adapter(s) by name or function.
|
|
4829
|
+
* @param {Object} config - Axios request configuration
|
|
4830
|
+
* @throws {AxiosError} If no suitable adapter is available
|
|
4831
|
+
* @returns {Function} The resolved adapter function
|
|
4832
|
+
*/
|
|
4833
|
+
function getAdapter(adapters, config) {
|
|
4834
|
+
adapters = utils$1.isArray(adapters) ? adapters : [adapters];
|
|
4236
4835
|
|
|
4237
|
-
|
|
4836
|
+
const { length } = adapters;
|
|
4837
|
+
let nameOrAdapter;
|
|
4838
|
+
let adapter;
|
|
4238
4839
|
|
|
4239
|
-
|
|
4240
|
-
nameOrAdapter = adapters[i];
|
|
4241
|
-
let id;
|
|
4840
|
+
const rejectedReasons = {};
|
|
4242
4841
|
|
|
4243
|
-
|
|
4842
|
+
for (let i = 0; i < length; i++) {
|
|
4843
|
+
nameOrAdapter = adapters[i];
|
|
4844
|
+
let id;
|
|
4244
4845
|
|
|
4245
|
-
|
|
4246
|
-
adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
|
|
4846
|
+
adapter = nameOrAdapter;
|
|
4247
4847
|
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
}
|
|
4251
|
-
}
|
|
4848
|
+
if (!isResolvedHandle(nameOrAdapter)) {
|
|
4849
|
+
adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
|
|
4252
4850
|
|
|
4253
|
-
if (adapter
|
|
4254
|
-
|
|
4851
|
+
if (adapter === undefined) {
|
|
4852
|
+
throw new AxiosError$1(`Unknown adapter '${id}'`);
|
|
4255
4853
|
}
|
|
4854
|
+
}
|
|
4256
4855
|
|
|
4257
|
-
|
|
4856
|
+
if (adapter && (utils$1.isFunction(adapter) || (adapter = adapter.get(config)))) {
|
|
4857
|
+
break;
|
|
4258
4858
|
}
|
|
4259
4859
|
|
|
4260
|
-
|
|
4860
|
+
rejectedReasons[id || '#' + i] = adapter;
|
|
4861
|
+
}
|
|
4261
4862
|
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
|
|
4265
|
-
|
|
4863
|
+
if (!adapter) {
|
|
4864
|
+
const reasons = Object.entries(rejectedReasons).map(
|
|
4865
|
+
([id, state]) =>
|
|
4866
|
+
`adapter ${id} ` +
|
|
4867
|
+
(state === false ? 'is not supported by the environment' : 'is not available in the build')
|
|
4868
|
+
);
|
|
4266
4869
|
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
-
'
|
|
4870
|
+
let s = length
|
|
4871
|
+
? reasons.length > 1
|
|
4872
|
+
? 'since :\n' + reasons.map(renderReason).join('\n')
|
|
4873
|
+
: ' ' + renderReason(reasons[0])
|
|
4874
|
+
: 'as no adapter specified';
|
|
4270
4875
|
|
|
4271
|
-
|
|
4272
|
-
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
|
|
4876
|
+
throw new AxiosError$1(
|
|
4877
|
+
`There is no suitable adapter to dispatch the request ` + s,
|
|
4878
|
+
'ERR_NOT_SUPPORT'
|
|
4879
|
+
);
|
|
4880
|
+
}
|
|
4276
4881
|
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
|
|
4882
|
+
return adapter;
|
|
4883
|
+
}
|
|
4884
|
+
|
|
4885
|
+
/**
|
|
4886
|
+
* Exports Axios adapters and utility to resolve an adapter
|
|
4887
|
+
*/
|
|
4888
|
+
const adapters = {
|
|
4889
|
+
/**
|
|
4890
|
+
* Resolve an adapter from a list of adapter names or functions.
|
|
4891
|
+
* @type {Function}
|
|
4892
|
+
*/
|
|
4893
|
+
getAdapter,
|
|
4894
|
+
|
|
4895
|
+
/**
|
|
4896
|
+
* Exposes all known adapters
|
|
4897
|
+
* @type {Object<string, Function|Object>}
|
|
4898
|
+
*/
|
|
4899
|
+
adapters: knownAdapters,
|
|
4280
4900
|
};
|
|
4281
4901
|
|
|
4282
4902
|
/**
|
|
@@ -4292,7 +4912,7 @@ function throwIfCancellationRequested(config) {
|
|
|
4292
4912
|
}
|
|
4293
4913
|
|
|
4294
4914
|
if (config.signal && config.signal.aborted) {
|
|
4295
|
-
throw new CanceledError(null, config);
|
|
4915
|
+
throw new CanceledError$1(null, config);
|
|
4296
4916
|
}
|
|
4297
4917
|
}
|
|
4298
4918
|
|
|
@@ -4309,10 +4929,7 @@ function dispatchRequest(config) {
|
|
|
4309
4929
|
config.headers = AxiosHeaders$1.from(config.headers);
|
|
4310
4930
|
|
|
4311
4931
|
// Transform request data
|
|
4312
|
-
config.data = transformData.call(
|
|
4313
|
-
config,
|
|
4314
|
-
config.transformRequest
|
|
4315
|
-
);
|
|
4932
|
+
config.data = transformData.call(config, config.transformRequest);
|
|
4316
4933
|
|
|
4317
4934
|
if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {
|
|
4318
4935
|
config.headers.setContentType('application/x-www-form-urlencoded', false);
|
|
@@ -4320,36 +4937,35 @@ function dispatchRequest(config) {
|
|
|
4320
4937
|
|
|
4321
4938
|
const adapter = adapters.getAdapter(config.adapter || defaults$1.adapter, config);
|
|
4322
4939
|
|
|
4323
|
-
return adapter(config).then(
|
|
4324
|
-
|
|
4940
|
+
return adapter(config).then(
|
|
4941
|
+
function onAdapterResolution(response) {
|
|
4942
|
+
throwIfCancellationRequested(config);
|
|
4325
4943
|
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
config,
|
|
4329
|
-
config.transformResponse,
|
|
4330
|
-
response
|
|
4331
|
-
);
|
|
4944
|
+
// Transform response data
|
|
4945
|
+
response.data = transformData.call(config, config.transformResponse, response);
|
|
4332
4946
|
|
|
4333
|
-
|
|
4947
|
+
response.headers = AxiosHeaders$1.from(response.headers);
|
|
4334
4948
|
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4949
|
+
return response;
|
|
4950
|
+
},
|
|
4951
|
+
function onAdapterRejection(reason) {
|
|
4952
|
+
if (!isCancel(reason)) {
|
|
4953
|
+
throwIfCancellationRequested(config);
|
|
4339
4954
|
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4955
|
+
// Transform response data
|
|
4956
|
+
if (reason && reason.response) {
|
|
4957
|
+
reason.response.data = transformData.call(
|
|
4958
|
+
config,
|
|
4959
|
+
config.transformResponse,
|
|
4960
|
+
reason.response
|
|
4961
|
+
);
|
|
4962
|
+
reason.response.headers = AxiosHeaders$1.from(reason.response.headers);
|
|
4963
|
+
}
|
|
4348
4964
|
}
|
|
4349
|
-
}
|
|
4350
4965
|
|
|
4351
|
-
|
|
4352
|
-
|
|
4966
|
+
return Promise.reject(reason);
|
|
4967
|
+
}
|
|
4968
|
+
);
|
|
4353
4969
|
}
|
|
4354
4970
|
|
|
4355
4971
|
const validators$1 = {};
|
|
@@ -4374,15 +4990,23 @@ const deprecatedWarnings = {};
|
|
|
4374
4990
|
*/
|
|
4375
4991
|
validators$1.transitional = function transitional(validator, version, message) {
|
|
4376
4992
|
function formatMessage(opt, desc) {
|
|
4377
|
-
return
|
|
4993
|
+
return (
|
|
4994
|
+
'[Axios v' +
|
|
4995
|
+
VERSION +
|
|
4996
|
+
"] Transitional option '" +
|
|
4997
|
+
opt +
|
|
4998
|
+
"'" +
|
|
4999
|
+
desc +
|
|
5000
|
+
(message ? '. ' + message : '')
|
|
5001
|
+
);
|
|
4378
5002
|
}
|
|
4379
5003
|
|
|
4380
5004
|
// eslint-disable-next-line func-names
|
|
4381
5005
|
return (value, opt, opts) => {
|
|
4382
5006
|
if (validator === false) {
|
|
4383
|
-
throw new AxiosError(
|
|
5007
|
+
throw new AxiosError$1(
|
|
4384
5008
|
formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')),
|
|
4385
|
-
AxiosError.ERR_DEPRECATED
|
|
5009
|
+
AxiosError$1.ERR_DEPRECATED
|
|
4386
5010
|
);
|
|
4387
5011
|
}
|
|
4388
5012
|
|
|
@@ -4406,7 +5030,7 @@ validators$1.spelling = function spelling(correctSpelling) {
|
|
|
4406
5030
|
// eslint-disable-next-line no-console
|
|
4407
5031
|
console.warn(`${opt} is likely a misspelling of ${correctSpelling}`);
|
|
4408
5032
|
return true;
|
|
4409
|
-
}
|
|
5033
|
+
};
|
|
4410
5034
|
};
|
|
4411
5035
|
|
|
4412
5036
|
/**
|
|
@@ -4421,7 +5045,7 @@ validators$1.spelling = function spelling(correctSpelling) {
|
|
|
4421
5045
|
|
|
4422
5046
|
function assertOptions(options, schema, allowUnknown) {
|
|
4423
5047
|
if (typeof options !== 'object') {
|
|
4424
|
-
throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);
|
|
5048
|
+
throw new AxiosError$1('options must be an object', AxiosError$1.ERR_BAD_OPTION_VALUE);
|
|
4425
5049
|
}
|
|
4426
5050
|
const keys = Object.keys(options);
|
|
4427
5051
|
let i = keys.length;
|
|
@@ -4432,19 +5056,22 @@ function assertOptions(options, schema, allowUnknown) {
|
|
|
4432
5056
|
const value = options[opt];
|
|
4433
5057
|
const result = value === undefined || validator(value, opt, options);
|
|
4434
5058
|
if (result !== true) {
|
|
4435
|
-
throw new AxiosError(
|
|
5059
|
+
throw new AxiosError$1(
|
|
5060
|
+
'option ' + opt + ' must be ' + result,
|
|
5061
|
+
AxiosError$1.ERR_BAD_OPTION_VALUE
|
|
5062
|
+
);
|
|
4436
5063
|
}
|
|
4437
5064
|
continue;
|
|
4438
5065
|
}
|
|
4439
5066
|
if (allowUnknown !== true) {
|
|
4440
|
-
throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);
|
|
5067
|
+
throw new AxiosError$1('Unknown option ' + opt, AxiosError$1.ERR_BAD_OPTION);
|
|
4441
5068
|
}
|
|
4442
5069
|
}
|
|
4443
5070
|
}
|
|
4444
5071
|
|
|
4445
5072
|
const validator = {
|
|
4446
5073
|
assertOptions,
|
|
4447
|
-
validators: validators$1
|
|
5074
|
+
validators: validators$1,
|
|
4448
5075
|
};
|
|
4449
5076
|
|
|
4450
5077
|
const validators = validator.validators;
|
|
@@ -4461,7 +5088,7 @@ class Axios {
|
|
|
4461
5088
|
this.defaults = instanceConfig || {};
|
|
4462
5089
|
this.interceptors = {
|
|
4463
5090
|
request: new InterceptorManager$1(),
|
|
4464
|
-
response: new InterceptorManager$1()
|
|
5091
|
+
response: new InterceptorManager$1(),
|
|
4465
5092
|
};
|
|
4466
5093
|
}
|
|
4467
5094
|
|
|
@@ -4512,26 +5139,35 @@ class Axios {
|
|
|
4512
5139
|
|
|
4513
5140
|
config = mergeConfig(this.defaults, config);
|
|
4514
5141
|
|
|
4515
|
-
const {transitional, paramsSerializer, headers} = config;
|
|
5142
|
+
const { transitional, paramsSerializer, headers } = config;
|
|
4516
5143
|
|
|
4517
5144
|
if (transitional !== undefined) {
|
|
4518
|
-
validator.assertOptions(
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
5145
|
+
validator.assertOptions(
|
|
5146
|
+
transitional,
|
|
5147
|
+
{
|
|
5148
|
+
silentJSONParsing: validators.transitional(validators.boolean),
|
|
5149
|
+
forcedJSONParsing: validators.transitional(validators.boolean),
|
|
5150
|
+
clarifyTimeoutError: validators.transitional(validators.boolean),
|
|
5151
|
+
legacyInterceptorReqResOrdering: validators.transitional(validators.boolean),
|
|
5152
|
+
},
|
|
5153
|
+
false
|
|
5154
|
+
);
|
|
4523
5155
|
}
|
|
4524
5156
|
|
|
4525
5157
|
if (paramsSerializer != null) {
|
|
4526
5158
|
if (utils$1.isFunction(paramsSerializer)) {
|
|
4527
5159
|
config.paramsSerializer = {
|
|
4528
|
-
serialize: paramsSerializer
|
|
5160
|
+
serialize: paramsSerializer,
|
|
4529
5161
|
};
|
|
4530
5162
|
} else {
|
|
4531
|
-
validator.assertOptions(
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
5163
|
+
validator.assertOptions(
|
|
5164
|
+
paramsSerializer,
|
|
5165
|
+
{
|
|
5166
|
+
encode: validators.function,
|
|
5167
|
+
serialize: validators.function,
|
|
5168
|
+
},
|
|
5169
|
+
true
|
|
5170
|
+
);
|
|
4535
5171
|
}
|
|
4536
5172
|
}
|
|
4537
5173
|
|
|
@@ -4542,26 +5178,25 @@ class Axios {
|
|
|
4542
5178
|
config.allowAbsoluteUrls = true;
|
|
4543
5179
|
}
|
|
4544
5180
|
|
|
4545
|
-
validator.assertOptions(
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
5181
|
+
validator.assertOptions(
|
|
5182
|
+
config,
|
|
5183
|
+
{
|
|
5184
|
+
baseUrl: validators.spelling('baseURL'),
|
|
5185
|
+
withXsrfToken: validators.spelling('withXSRFToken'),
|
|
5186
|
+
},
|
|
5187
|
+
true
|
|
5188
|
+
);
|
|
4549
5189
|
|
|
4550
5190
|
// Set config.method
|
|
4551
5191
|
config.method = (config.method || this.defaults.method || 'get').toLowerCase();
|
|
4552
5192
|
|
|
4553
5193
|
// Flatten headers
|
|
4554
|
-
let contextHeaders = headers && utils$1.merge(
|
|
4555
|
-
headers.common,
|
|
4556
|
-
headers[config.method]
|
|
4557
|
-
);
|
|
5194
|
+
let contextHeaders = headers && utils$1.merge(headers.common, headers[config.method]);
|
|
4558
5195
|
|
|
4559
|
-
headers &&
|
|
4560
|
-
['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],
|
|
4561
|
-
(method) => {
|
|
5196
|
+
headers &&
|
|
5197
|
+
utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], (method) => {
|
|
4562
5198
|
delete headers[method];
|
|
4563
|
-
}
|
|
4564
|
-
);
|
|
5199
|
+
});
|
|
4565
5200
|
|
|
4566
5201
|
config.headers = AxiosHeaders$1.concat(contextHeaders, headers);
|
|
4567
5202
|
|
|
@@ -4575,7 +5210,15 @@ class Axios {
|
|
|
4575
5210
|
|
|
4576
5211
|
synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;
|
|
4577
5212
|
|
|
4578
|
-
|
|
5213
|
+
const transitional = config.transitional || transitionalDefaults;
|
|
5214
|
+
const legacyInterceptorReqResOrdering =
|
|
5215
|
+
transitional && transitional.legacyInterceptorReqResOrdering;
|
|
5216
|
+
|
|
5217
|
+
if (legacyInterceptorReqResOrdering) {
|
|
5218
|
+
requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);
|
|
5219
|
+
} else {
|
|
5220
|
+
requestInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);
|
|
5221
|
+
}
|
|
4579
5222
|
});
|
|
4580
5223
|
|
|
4581
5224
|
const responseInterceptorChain = [];
|
|
@@ -4643,12 +5286,14 @@ class Axios {
|
|
|
4643
5286
|
// Provide aliases for supported request methods
|
|
4644
5287
|
utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
|
|
4645
5288
|
/*eslint func-names:0*/
|
|
4646
|
-
Axios.prototype[method] = function(url, config) {
|
|
4647
|
-
return this.request(
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
5289
|
+
Axios.prototype[method] = function (url, config) {
|
|
5290
|
+
return this.request(
|
|
5291
|
+
mergeConfig(config || {}, {
|
|
5292
|
+
method,
|
|
5293
|
+
url,
|
|
5294
|
+
data: (config || {}).data,
|
|
5295
|
+
})
|
|
5296
|
+
);
|
|
4652
5297
|
};
|
|
4653
5298
|
});
|
|
4654
5299
|
|
|
@@ -4657,14 +5302,18 @@ utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method)
|
|
|
4657
5302
|
|
|
4658
5303
|
function generateHTTPMethod(isForm) {
|
|
4659
5304
|
return function httpMethod(url, data, config) {
|
|
4660
|
-
return this.request(
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
5305
|
+
return this.request(
|
|
5306
|
+
mergeConfig(config || {}, {
|
|
5307
|
+
method,
|
|
5308
|
+
headers: isForm
|
|
5309
|
+
? {
|
|
5310
|
+
'Content-Type': 'multipart/form-data',
|
|
5311
|
+
}
|
|
5312
|
+
: {},
|
|
5313
|
+
url,
|
|
5314
|
+
data,
|
|
5315
|
+
})
|
|
5316
|
+
);
|
|
4668
5317
|
};
|
|
4669
5318
|
}
|
|
4670
5319
|
|
|
@@ -4697,7 +5346,7 @@ class CancelToken {
|
|
|
4697
5346
|
const token = this;
|
|
4698
5347
|
|
|
4699
5348
|
// eslint-disable-next-line func-names
|
|
4700
|
-
this.promise.then(cancel => {
|
|
5349
|
+
this.promise.then((cancel) => {
|
|
4701
5350
|
if (!token._listeners) return;
|
|
4702
5351
|
|
|
4703
5352
|
let i = token._listeners.length;
|
|
@@ -4709,10 +5358,10 @@ class CancelToken {
|
|
|
4709
5358
|
});
|
|
4710
5359
|
|
|
4711
5360
|
// eslint-disable-next-line func-names
|
|
4712
|
-
this.promise.then = onfulfilled => {
|
|
5361
|
+
this.promise.then = (onfulfilled) => {
|
|
4713
5362
|
let _resolve;
|
|
4714
5363
|
// eslint-disable-next-line func-names
|
|
4715
|
-
const promise = new Promise(resolve => {
|
|
5364
|
+
const promise = new Promise((resolve) => {
|
|
4716
5365
|
token.subscribe(resolve);
|
|
4717
5366
|
_resolve = resolve;
|
|
4718
5367
|
}).then(onfulfilled);
|
|
@@ -4730,7 +5379,7 @@ class CancelToken {
|
|
|
4730
5379
|
return;
|
|
4731
5380
|
}
|
|
4732
5381
|
|
|
4733
|
-
token.reason = new CanceledError(message, config, request);
|
|
5382
|
+
token.reason = new CanceledError$1(message, config, request);
|
|
4734
5383
|
resolvePromise(token.reason);
|
|
4735
5384
|
});
|
|
4736
5385
|
}
|
|
@@ -4800,7 +5449,7 @@ class CancelToken {
|
|
|
4800
5449
|
});
|
|
4801
5450
|
return {
|
|
4802
5451
|
token,
|
|
4803
|
-
cancel
|
|
5452
|
+
cancel,
|
|
4804
5453
|
};
|
|
4805
5454
|
}
|
|
4806
5455
|
}
|
|
@@ -4814,7 +5463,7 @@ const CancelToken$1 = CancelToken;
|
|
|
4814
5463
|
*
|
|
4815
5464
|
* ```js
|
|
4816
5465
|
* function f(x, y, z) {}
|
|
4817
|
-
*
|
|
5466
|
+
* const args = [1, 2, 3];
|
|
4818
5467
|
* f.apply(null, args);
|
|
4819
5468
|
* ```
|
|
4820
5469
|
*
|
|
@@ -4842,7 +5491,7 @@ function spread(callback) {
|
|
|
4842
5491
|
* @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
|
|
4843
5492
|
*/
|
|
4844
5493
|
function isAxiosError(payload) {
|
|
4845
|
-
return utils$1.isObject(payload) &&
|
|
5494
|
+
return utils$1.isObject(payload) && payload.isAxiosError === true;
|
|
4846
5495
|
}
|
|
4847
5496
|
|
|
4848
5497
|
const HttpStatusCode = {
|
|
@@ -4909,6 +5558,12 @@ const HttpStatusCode = {
|
|
|
4909
5558
|
LoopDetected: 508,
|
|
4910
5559
|
NotExtended: 510,
|
|
4911
5560
|
NetworkAuthenticationRequired: 511,
|
|
5561
|
+
WebServerIsDown: 521,
|
|
5562
|
+
ConnectionTimedOut: 522,
|
|
5563
|
+
OriginIsUnreachable: 523,
|
|
5564
|
+
TimeoutOccurred: 524,
|
|
5565
|
+
SslHandshakeFailed: 525,
|
|
5566
|
+
InvalidSslCertificate: 526,
|
|
4912
5567
|
};
|
|
4913
5568
|
|
|
4914
5569
|
Object.entries(HttpStatusCode).forEach(([key, value]) => {
|
|
@@ -4929,10 +5584,10 @@ function createInstance(defaultConfig) {
|
|
|
4929
5584
|
const instance = bind(Axios$1.prototype.request, context);
|
|
4930
5585
|
|
|
4931
5586
|
// Copy axios.prototype to instance
|
|
4932
|
-
utils$1.extend(instance, Axios$1.prototype, context, {allOwnKeys: true});
|
|
5587
|
+
utils$1.extend(instance, Axios$1.prototype, context, { allOwnKeys: true });
|
|
4933
5588
|
|
|
4934
5589
|
// Copy context to instance
|
|
4935
|
-
utils$1.extend(instance, context, null, {allOwnKeys: true});
|
|
5590
|
+
utils$1.extend(instance, context, null, { allOwnKeys: true });
|
|
4936
5591
|
|
|
4937
5592
|
// Factory for creating new instances
|
|
4938
5593
|
instance.create = function create(instanceConfig) {
|
|
@@ -4949,14 +5604,14 @@ const axios = createInstance(defaults$1);
|
|
|
4949
5604
|
axios.Axios = Axios$1;
|
|
4950
5605
|
|
|
4951
5606
|
// Expose Cancel & CancelToken
|
|
4952
|
-
axios.CanceledError = CanceledError;
|
|
5607
|
+
axios.CanceledError = CanceledError$1;
|
|
4953
5608
|
axios.CancelToken = CancelToken$1;
|
|
4954
5609
|
axios.isCancel = isCancel;
|
|
4955
5610
|
axios.VERSION = VERSION;
|
|
4956
5611
|
axios.toFormData = toFormData;
|
|
4957
5612
|
|
|
4958
5613
|
// Expose AxiosError class
|
|
4959
|
-
axios.AxiosError = AxiosError;
|
|
5614
|
+
axios.AxiosError = AxiosError$1;
|
|
4960
5615
|
|
|
4961
5616
|
// alias for CanceledError for backward compatibility
|
|
4962
5617
|
axios.Cancel = axios.CanceledError;
|
|
@@ -4976,7 +5631,7 @@ axios.mergeConfig = mergeConfig;
|
|
|
4976
5631
|
|
|
4977
5632
|
axios.AxiosHeaders = AxiosHeaders$1;
|
|
4978
5633
|
|
|
4979
|
-
axios.formToJSON = thing => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
|
|
5634
|
+
axios.formToJSON = (thing) => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
|
|
4980
5635
|
|
|
4981
5636
|
axios.getAdapter = adapters.getAdapter;
|
|
4982
5637
|
|