@mavogel/awscdk-rootmail 0.1.2 → 0.1.3
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/.claude/skills/.pilot-sync-manifest.json +4 -0
- package/.jsii +5 -4
- package/AGENTS.md +138 -0
- package/CLAUDE.md +1 -138
- package/lib/rootmail.js +1 -1
- package/lib/ses-receive.js +1 -1
- package/node_modules/@aws-sdk/checksums/README.md +80 -0
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/index.d.ts +1 -5
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/crc/index.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +2 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +2 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/configuration.d.ts +1 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/flexibleChecksumsInputMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/flexibleChecksumsMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/flexibleChecksumsResponseMiddleware.d.ts +2 -5
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksum.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksumAlgorithmForRequest.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksumAlgorithmListForResponse.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksumLocationName.d.ts +1 -3
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getFlexibleChecksumsPlugin.d.ts +3 -2
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/hasHeaderWithPrefix.d.ts +1 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/resolveFlexibleChecksumsConfig.d.ts +4 -11
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/selectChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/stringUnionSelector.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/validateChecksumFromResponse.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/sha/index.browser.d.ts +1 -6
- package/node_modules/@aws-sdk/checksums/package.json +64 -61
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/index.js +33 -13
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/models/enums.js +7 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/schemas/schemas_0.js +24 -12
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateLookupTableCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateScheduledQueryCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeFieldIndexesCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetQueryResultsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetScheduledQueryCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetScheduledQueryHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetStorageTierPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListScheduledQueriesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutStorageTierPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UpdateLookupTableCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UpdateScheduledQueryCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/enums.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_0.d.ts +158 -32
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_1.d.ts +34 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.browser.d.ts +41 -39
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.d.ts +36 -34
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.native.d.ts +39 -37
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogs.d.ts +378 -407
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogsClient.d.ts +11 -36
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/AssociateKmsKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateDeliveryCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateExportTaskCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateImportTaskCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLogAnomalyDetectorCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLogStreamCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLookupTableCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteAccountPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDataProtectionPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliveryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliveryDestinationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliveryDestinationPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliverySourceCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteIndexPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLogAnomalyDetectorCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLogStreamCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLookupTableCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteMetricFilterCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteQueryDefinitionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteRetentionPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteSubscriptionFilterCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteSyslogConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeAccountPoliciesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeConfigurationTemplatesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDeliveriesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDeliveryDestinationsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDeliverySourcesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDestinationsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeFieldIndexesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeImportTaskBatchesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeIndexPoliciesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLogGroupsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLogStreamsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLookupTablesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeMetricFiltersCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeQueriesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeQueryDefinitionsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeResourcePoliciesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeSubscriptionFiltersCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DisassociateKmsKeyCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/FilterLogEventsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliveryCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliveryDestinationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliveryDestinationPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliverySourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogAnomalyDetectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogEventsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogGroupFieldsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogRecordCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLookupTableCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetScheduledQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetScheduledQueryHistoryCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetStorageTierPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListAggregateLogGroupSummariesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListAnomaliesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogAnomalyDetectorsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogGroupsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogGroupsForQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListSourcesForS3TableIntegrationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListSyslogConfigurationsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListTagsLogGroupCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutAccountPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutBearerTokenAuthenticationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDeliveryDestinationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDeliveryDestinationPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDeliverySourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDestinationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDestinationPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutIndexPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutLogEventsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutLogGroupDeletionProtectionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutMetricFilterCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutQueryDefinitionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutRetentionPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutStorageTierPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutSubscriptionFilterCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutSyslogConfigurationCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutTransformerCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/StartLiveTailCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/StartQueryCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/StopQueryCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TagLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TestMetricFilterCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TestTransformerCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UntagLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateAnomalyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateDeliveryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateLogAnomalyDetectorCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateLookupTableCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/enums.d.ts +22 -28
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/errors.d.ts +20 -60
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_0.d.ts +18 -16
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_1.d.ts +8 -7
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +42 -42
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.browser.d.ts +41 -39
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.d.ts +36 -34
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.native.d.ts +38 -36
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/Route53.d.ts +222 -255
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/Route53Client.d.ts +17 -33
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commandBuilder.d.ts +9 -15
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetChangeCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/models/enums.d.ts +8 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/models/errors.d.ts +48 -167
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +3 -6
- package/node_modules/@aws-sdk/client-route-53/package.json +43 -43
- package/node_modules/@aws-sdk/client-s3/README.md +17 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +6 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +17 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +17 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAnnotationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAnnotationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +0 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +18 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +58 -56
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +61 -59
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +57 -55
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +354 -501
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +25 -59
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commandBuilder.d.ts +21 -31
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectAnnotationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAnnotationCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectAnnotationsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAnnotationCommand.d.ts +9 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +8 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +37 -64
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +10 -30
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +12 -36
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +2 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts +1 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +100 -122
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +106 -122
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -126
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/package.json +46 -46
- package/node_modules/@aws-sdk/client-ses/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.browser.d.ts +41 -39
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.d.ts +36 -34
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.native.d.ts +38 -36
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SES.d.ts +219 -345
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SESClient.d.ts +16 -32
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBounceCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/errors.d.ts +33 -150
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +3 -7
- package/node_modules/@aws-sdk/client-ses/package.json +42 -42
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +14 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +16 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +41 -39
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +36 -34
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +38 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +513 -642
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +17 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +4 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ValidateCloudConnectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/enums.d.ts +31 -62
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/errors.d.ts +115 -458
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +9 -18
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +7 -21
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +1 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/package.json +41 -41
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +67 -29
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1441 -406
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +7 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +28 -14
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.js +8 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.browser.js +9 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +5 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +12 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +8 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonSettings.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonCodec.js → codec-v1/JsonCodec.js} +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v1/JsonSettings.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeDeserializer.js → codec-v1/JsonShapeDeserializer.js} +15 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeSerializer.js → codec-v1/JsonShapeSerializer.js} +18 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.js +103 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonCodec2.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.js +200 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonShapeSerializer2.js +519 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/detectBufferParsing.js +18 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +108 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/needsReviver.js +41 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +33 -13
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/writeKey.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +6 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -4
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/aws/partitions.d.ts +54 -54
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +22 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.browser.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +22 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +9 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +4 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +5 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonSettings.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonCodec.d.ts → codec-v1/JsonCodec.d.ts} +4 -8
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v1/JsonSettings.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeDeserializer.d.ts → codec-v1/JsonShapeDeserializer.d.ts} +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeSerializer.d.ts → codec-v1/JsonShapeSerializer.d.ts} +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +51 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.d.ts +30 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonShapeSerializer2.d.ts +60 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/detectBufferParsing.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/needsReviver.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +7 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/writeKey.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +1 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +2 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +3 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +4 -16
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +3 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +2 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +5 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-logger/loggerMiddleware.d.ts +3 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/configuration.d.ts +1 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.native.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/check-features.d.ts +2 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/user-agent-middleware.d.ts +4 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +3 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partition.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +54 -54
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.d.ts +3 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +2 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +2 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +2 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +2 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +6 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +3 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +13 -21
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.browser.d.ts +32 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +10 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -19
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +10 -11
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +6 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/{JsonCodec.d.ts → codec-v1/JsonCodec.d.ts} +4 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/{JsonShapeDeserializer.d.ts → codec-v1/JsonShapeDeserializer.d.ts} +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/{JsonShapeSerializer.d.ts → codec-v1/JsonShapeSerializer.d.ts} +3 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeSerializer2.d.ts +39 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/detectBufferParsing.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/needsReviver.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +9 -13
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/writeKey.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +3 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +71 -63
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +33 -33
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +35 -35
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +4 -8
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +41 -41
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +39 -32
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +39 -32
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +1 -6
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-login/package.json +36 -36
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +4 -11
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +40 -40
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +33 -33
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +2 -8
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +35 -35
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +3 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +41 -41
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/change-resource-record-sets.d.ts +3 -12
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/id-normalizer.d.ts +3 -12
- package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +32 -32
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/NodeUseArnRegionConfigOptions.d.ts +1 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/index.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/index.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/bucketEndpointMiddleware.d.ts +3 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/bucketHostname.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/bucketHostnameUtils.d.ts +9 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-check-content-length-header/check-content-length-header.d.ts +3 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-expect-continue/middleware-expect-continue.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-location-constraint/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-location-constraint/middleware-location-constraint.d.ts +3 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-region-redirect/bucket-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-region-redirect/region-redirect-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-region-redirect/region-redirect-middleware.d.ts +3 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-configuration/s3Configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-expires/s3-expires-middleware.d.ts +3 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/classes/S3ExpressIdentityCache.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +3 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/functions/s3ExpressMiddleware.d.ts +2 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/functions/signS3Express.d.ts +3 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/interfaces/S3ExpressIdentityProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-ssec/middleware-ssec.d.ts +3 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-throw-200-exceptions/throw-200-exceptions.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-validate-bucket-name/validate-bucket-name.d.ts +2 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/protocol/S3RestXmlProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/index.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-host-prefix-deduplication/hostPrefixDeduplicationMiddleware.d.ts +3 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/getOutpostEndpoint.d.ts +1 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/getProcessArnablesPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/parse-outpost-arnables.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/update-arnables-request.d.ts +2 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-redirect-from-postid/redirect-from-postid.d.ts +3 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +63 -60
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +11 -9
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +121 -76
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +6 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +6 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +12 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commandBuilder.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.js +4 -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/bdd.js +80 -70
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +41 -39
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commandBuilder.d.ts +8 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.d.ts +114 -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 +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +41 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +43 -41
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +43 -41
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +41 -39
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +41 -39
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +44 -42
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +35 -33
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +43 -41
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +7 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -22
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commandBuilder.d.ts +7 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +9 -28
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +71 -88
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +71 -83
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +75 -92
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +9 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +20 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +25 -27
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commandBuilder.d.ts +13 -18
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +9 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.d.ts +42 -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 +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +4 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +73 -90
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +71 -83
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +77 -94
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +8 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +13 -20
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commandBuilder.d.ts +7 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +4 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +70 -85
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +70 -80
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +74 -89
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +8 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +4 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +16 -29
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commandBuilder.d.ts +7 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +11 -34
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +70 -85
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +70 -80
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +74 -89
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +8 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +7 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +16 -30
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +11 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commandBuilder.d.ts +8 -18
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +5 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +7 -24
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +75 -95
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +77 -94
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +79 -99
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/package.json +53 -50
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +5 -13
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4SignWithCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +2 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +30 -30
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +8 -4
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +8 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +1 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +2 -6
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +2 -9
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +2 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +1 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +1 -5
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -4
- package/node_modules/@aws-sdk/token-providers/package.json +36 -36
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +1 -7
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +2 -5
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +1 -5
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +7 -39
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +1 -9
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +1 -4
- package/node_modules/@aws-sdk/types/package.json +31 -31
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +14 -4
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +14 -4
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +2 -12
- package/node_modules/@aws-sdk/xml-builder/package.json +35 -35
- package/node_modules/@smithy/core/dist-cjs/index.js +3 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1671 -361
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +14 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +8 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +33 -13
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +49 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +49 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +35 -16
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +8 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +8 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +4 -14
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +10 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +22 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +10 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +8 -1
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -205
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +2 -3
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +30 -14
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +13 -5
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeDeserializer.js +122 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeSerializer.js +110 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeDeserializer2.js +650 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeSerializer2.js +620 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/object-mapping.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/serde-json.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getRegionInfo.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/getSelectorName.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseIni.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js +8 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js +11 -9
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/s3.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/parseURL.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/resolveEndpoint.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +45 -15
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +5 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +6 -4
- package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +7 -5
- package/node_modules/@smithy/core/dist-es/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.js +8 -5
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/parseRetryAfterHeader.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +11 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/transport/hasOwn.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostname.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/transport/toEndpointV1.js +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -27
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +1 -7
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +24 -4
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +7 -2
- package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/constants.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/retries-2026-config.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +5 -5
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +9 -4
- package/node_modules/@smithy/core/dist-types/submodules/transport/hasOwn.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/memoizeIdentityProvider.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +65 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/chunked-blob-reader/chunked-blob-reader.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/crc32/Crc32Js.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/crc32/Crc32Node.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-blob-browser/blobHasher.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/HashCalculator.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/fileStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/readableStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.browser.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.native.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/md5/Md5Js.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/md5/Md5Node.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/index.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/invalid-dependency/invalidFunction.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/invalid-dependency/invalidProvider.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/middleware-stack/MiddlewareStack.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/middleware-stack/types.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/NoOpLogger.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client.d.ts +84 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/command.d.ts +118 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/constants.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/create-aggregated-client.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/default-error-handler.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/defaults-mode.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/exceptions.d.ts +42 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/object-mapping.d.ts +179 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/schemaLogFilter.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/ser-utils.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/serde-json.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/poller.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/utils/sleep.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/waiter.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/EndpointVariant.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/EndpointVariantTag.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/PartitionHash.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/RegionHash.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getHostnameFromVariants.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getRegionInfo.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedHostname.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedPartition.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedSigningRegion.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/constants.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.browser.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.native.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/configLoader.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromEnv.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromStatic.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/CredentialsProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/ProviderError.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/TokenProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/chain.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/fromValue.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/memoize.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/constants.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getConfigFilepath.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getHomeDir.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getProfileName.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.d.ts +53 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/loadSsoSessionData.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/parseIni.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/parseKnownFiles.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/readFile.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/types.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/booleanSelector.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/numberSelector.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/types.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.browser.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/createConfigValueProvider.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +122 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/service-customizations/s3.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/bdd/BinaryDecisionDiagram.d.ts +41 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/debugId.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/toDebugString.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/decideEndpoint.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/coalesce.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/getAttr.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/index.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/isSet.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/ite.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/not.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/split.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/stringEquals.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/substring.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/uriEncode.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointError.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/index.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/shared.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/callFunction.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/endpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateTreeRule.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperty.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +80 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/EventStreamCodec.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/HeaderMarshaller.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/Int64.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/Message.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/MessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/MessageEncoderStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/SmithyMessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/SmithyMessageEncoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/splitMessage.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.d.ts +46 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/EventStreamMarshaller.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/utils.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-config-resolver/EventStreamSerdeConfig.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/getChunkedStream.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.browser.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +95 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/middleware-content-length/contentLengthMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/Field.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/Fields.d.ts +44 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/httpHandler.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/types.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/querystring-builder/buildQueryString.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +52 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/util-uri-escape/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/util-uri-escape/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/index.browser.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/index.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/configurations.d.ts +71 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/longPollMiddleware.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/parseRetryAfterHeader.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/types.d.ts +65 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retryMiddleware.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/util.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/constants.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/service-error-classification.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/AdaptiveRetryStrategy.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/ConfiguredRetryStrategy.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRateLimiter.d.ts +119 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRetryToken.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/StandardRetryStrategy.d.ts +56 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/config.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/constants.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/retries-2026-config.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/types.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +71 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +146 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/concatBytes.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +61 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/hash-node/hash-node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.browser.d.ts +42 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.native.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/is-array-buffer/is-array-buffer.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +43 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/deserializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/serdePlugin.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/serializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +250 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/constants-for-browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/fromBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/fromBase64.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/toBase64.browser.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/toBase64.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-body-length/calculateBodyLength.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-body-length/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-buffer-from/buffer-from.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-hex-encoding/hex-encoding.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +82 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/createChecksumStream.browser.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/createChecksumStream.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/createBufferedReadable.browser.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/createBufferedReadable.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/getAwsChunkedEncodingStream.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/headStream.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/headStream.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/splitStream.browser.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/splitStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-collector.browser.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-collector.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-type-check.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/fromUtf8.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUint8Array.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUint8Array.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUtf8.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUtf8.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/uuid/v4.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/hasOwn.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/httpRequest.d.ts +52 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/httpResponse.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/isValidHostLabel.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/parseQueryString.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/parseUrl.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/package.json +88 -93
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +26 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +19 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/node-http.d.ts +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +15 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +32 -42
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +2 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +7 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +38 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +31 -41
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +27 -8
- package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +3 -0
- package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +12 -2
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +2 -3
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +8 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- 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/constants.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/http2/ClientHttp2SessionRef.d.ts +46 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +47 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +46 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +36 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +76 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-https.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +9 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/package.json +32 -42
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +21 -9
- package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +5 -2
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +1 -1
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +4 -1
- package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +4 -1
- package/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +10 -3
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +4 -1
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +4 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +25 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +20 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +30 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +23 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
- package/node_modules/@smithy/signature-v4/package.json +27 -37
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +14 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +45 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +59 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +37 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +61 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +58 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointParameterInstructions.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +32 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +142 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +110 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +52 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/metrics.d.ts +93 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +541 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +162 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +149 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +251 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +118 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +79 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +172 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +54 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +42 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/package.json +29 -39
- package/node_modules/@zone-eu/mailsplit/lib/headers.js +81 -10
- package/node_modules/@zone-eu/mailsplit/lib/message-splitter.js +233 -73
- package/node_modules/@zone-eu/mailsplit/lib/mime-node.d.ts +3 -0
- package/node_modules/@zone-eu/mailsplit/lib/mime-node.js +4 -0
- package/node_modules/@zone-eu/mailsplit/lib/types.d.ts +3 -0
- package/node_modules/@zone-eu/mailsplit/package.json +5 -5
- package/node_modules/deepmerge-ts/CHANGELOG.md +69 -0
- package/node_modules/deepmerge-ts/README.md +25 -1
- package/node_modules/deepmerge-ts/dist/index.cjs +1366 -189
- package/node_modules/deepmerge-ts/dist/index.d.cts +560 -506
- package/node_modules/deepmerge-ts/dist/index.d.mts +560 -506
- package/node_modules/deepmerge-ts/dist/index.mjs +1362 -190
- package/node_modules/deepmerge-ts/package.json +85 -77
- package/node_modules/encoding-japanese/README.md +5 -4
- package/node_modules/encoding-japanese/encoding.js +173 -25
- package/node_modules/encoding-japanese/encoding.min.js +2 -2
- package/node_modules/encoding-japanese/package.json +5 -7
- package/node_modules/encoding-japanese/src/encoding-convert.js +34 -5
- package/node_modules/encoding-japanese/src/encoding-detect.js +22 -11
- package/node_modules/encoding-japanese/src/index.js +13 -1
- package/node_modules/encoding-japanese/src/sjis-ext.js +94 -0
- package/node_modules/html-to-text/CHANGELOG.md +8 -0
- package/node_modules/html-to-text/package.json +2 -2
- package/node_modules/libmime/CHANGELOG.md +14 -0
- package/node_modules/libmime/lib/libmime.js +157 -99
- package/node_modules/libmime/package.json +4 -4
- package/node_modules/mailparser/.release-please-manifest.json +1 -1
- package/node_modules/mailparser/CHANGELOG.md +57 -0
- package/node_modules/mailparser/lib/mail-parser.js +111 -12
- package/node_modules/mailparser/package.json +14 -11
- package/node_modules/nodemailer/CHANGELOG.md +87 -0
- package/node_modules/nodemailer/README.md +10 -9
- package/node_modules/nodemailer/SECURITY.md +7 -7
- package/node_modules/nodemailer/dist/cjs/addressparser/index.d.ts +47 -0
- package/node_modules/nodemailer/dist/cjs/addressparser/index.js +508 -0
- package/node_modules/nodemailer/dist/cjs/base64/index.d.ts +40 -0
- package/node_modules/nodemailer/{lib → dist/cjs}/base64/index.js +31 -53
- package/node_modules/nodemailer/dist/cjs/dkim/index.d.ts +40 -0
- package/node_modules/nodemailer/dist/cjs/dkim/index.js +211 -0
- package/node_modules/nodemailer/dist/cjs/dkim/message-parser.d.ts +41 -0
- package/node_modules/nodemailer/dist/cjs/dkim/message-parser.js +147 -0
- package/node_modules/nodemailer/dist/cjs/dkim/relaxed-body.d.ts +46 -0
- package/node_modules/nodemailer/dist/cjs/dkim/relaxed-body.js +143 -0
- package/node_modules/nodemailer/dist/cjs/dkim/sign.d.ts +49 -0
- package/node_modules/nodemailer/dist/cjs/dkim/sign.js +148 -0
- package/node_modules/nodemailer/dist/cjs/errors.d.ts +95 -0
- package/node_modules/nodemailer/dist/cjs/errors.js +70 -0
- package/node_modules/nodemailer/dist/cjs/fetch/cookies.d.ts +94 -0
- package/node_modules/nodemailer/dist/cjs/fetch/cookies.js +268 -0
- package/node_modules/nodemailer/dist/cjs/fetch/index.d.ts +51 -0
- package/node_modules/nodemailer/dist/cjs/fetch/index.js +409 -0
- package/node_modules/nodemailer/dist/cjs/json-transport/index.d.ts +54 -0
- package/node_modules/nodemailer/dist/cjs/json-transport/index.js +97 -0
- package/node_modules/nodemailer/dist/cjs/mail-composer/index.d.ts +224 -0
- package/node_modules/nodemailer/dist/cjs/mail-composer/index.js +602 -0
- package/node_modules/nodemailer/dist/cjs/mailer/index.d.ts +226 -0
- package/node_modules/nodemailer/dist/cjs/mailer/index.js +401 -0
- package/node_modules/nodemailer/dist/cjs/mailer/mail-message.d.ts +94 -0
- package/node_modules/nodemailer/dist/cjs/mailer/mail-message.js +339 -0
- package/node_modules/nodemailer/dist/cjs/mime-funcs/index.d.ts +157 -0
- package/node_modules/nodemailer/dist/cjs/mime-funcs/index.js +670 -0
- package/node_modules/nodemailer/dist/cjs/mime-funcs/mime-types.d.ts +2 -0
- package/node_modules/nodemailer/dist/cjs/mime-funcs/mime-types.js +2103 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/index.d.ts +484 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/index.js +1422 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/last-newline.d.ts +7 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/last-newline.js +30 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/le-unix.d.ts +13 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/le-unix.js +39 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/le-windows.d.ts +14 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/le-windows.js +46 -0
- package/node_modules/nodemailer/dist/cjs/nodemailer.d.ts +102 -0
- package/node_modules/nodemailer/dist/cjs/nodemailer.js +207 -0
- package/node_modules/nodemailer/dist/cjs/package-info.d.ts +3 -0
- package/node_modules/nodemailer/dist/cjs/package-info.js +7 -0
- package/node_modules/nodemailer/dist/cjs/package.json +3 -0
- package/node_modules/nodemailer/dist/cjs/punycode/index.d.ts +73 -0
- package/node_modules/nodemailer/{lib → dist/cjs}/punycode/index.js +62 -112
- package/node_modules/nodemailer/dist/cjs/qp/index.d.ts +33 -0
- package/node_modules/nodemailer/{lib → dist/cjs}/qp/index.js +30 -64
- package/node_modules/nodemailer/dist/cjs/sendmail-transport/index.d.ts +69 -0
- package/node_modules/nodemailer/dist/cjs/sendmail-transport/index.js +210 -0
- package/node_modules/nodemailer/dist/cjs/ses-transport/index.d.ts +75 -0
- package/node_modules/nodemailer/dist/cjs/ses-transport/index.js +248 -0
- package/node_modules/nodemailer/dist/cjs/shared/index.d.ts +230 -0
- package/node_modules/nodemailer/dist/cjs/shared/index.js +665 -0
- package/node_modules/nodemailer/dist/cjs/shared/objects.d.ts +23 -0
- package/node_modules/nodemailer/dist/cjs/shared/objects.js +43 -0
- package/node_modules/nodemailer/dist/cjs/shared/url.d.ts +21 -0
- package/node_modules/nodemailer/dist/cjs/shared/url.js +255 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/data-stream.d.ts +22 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/data-stream.js +98 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/http-proxy-client.d.ts +39 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/http-proxy-client.js +177 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/index.d.ts +719 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/index.js +1676 -0
- package/node_modules/nodemailer/dist/cjs/smtp-pool/index.d.ts +163 -0
- package/node_modules/nodemailer/dist/cjs/smtp-pool/index.js +530 -0
- package/node_modules/nodemailer/dist/cjs/smtp-pool/pool-resource.d.ts +64 -0
- package/node_modules/nodemailer/dist/cjs/smtp-pool/pool-resource.js +261 -0
- package/node_modules/nodemailer/dist/cjs/smtp-transport/index.d.ts +143 -0
- package/node_modules/nodemailer/dist/cjs/smtp-transport/index.js +379 -0
- package/node_modules/nodemailer/dist/cjs/stream-transport/index.d.ts +63 -0
- package/node_modules/nodemailer/dist/cjs/stream-transport/index.js +146 -0
- package/node_modules/nodemailer/dist/cjs/well-known/index.d.ts +35 -0
- package/node_modules/nodemailer/dist/cjs/well-known/index.js +41 -0
- package/node_modules/nodemailer/dist/cjs/well-known/services.d.ts +2 -0
- package/node_modules/nodemailer/dist/cjs/well-known/services.js +666 -0
- package/node_modules/nodemailer/dist/cjs/xoauth2/index.d.ts +191 -0
- package/node_modules/nodemailer/dist/cjs/xoauth2/index.js +414 -0
- package/node_modules/nodemailer/dist/esm/addressparser/index.d.ts +47 -0
- package/node_modules/nodemailer/{lib → dist/esm}/addressparser/index.js +187 -82
- package/node_modules/nodemailer/dist/esm/base64/index.d.ts +40 -0
- package/node_modules/nodemailer/dist/esm/base64/index.js +110 -0
- package/node_modules/nodemailer/dist/esm/dkim/index.d.ts +40 -0
- package/node_modules/nodemailer/{lib → dist/esm}/dkim/index.js +29 -70
- package/node_modules/nodemailer/dist/esm/dkim/message-parser.d.ts +41 -0
- package/node_modules/nodemailer/{lib → dist/esm}/dkim/message-parser.js +28 -40
- package/node_modules/nodemailer/dist/esm/dkim/relaxed-body.d.ts +46 -0
- package/node_modules/nodemailer/dist/esm/dkim/relaxed-body.js +135 -0
- package/node_modules/nodemailer/dist/esm/dkim/sign.d.ts +49 -0
- package/node_modules/nodemailer/{lib → dist/esm}/dkim/sign.js +38 -46
- package/node_modules/nodemailer/dist/esm/errors.d.ts +95 -0
- package/node_modules/nodemailer/{lib → dist/esm}/errors.js +27 -18
- package/node_modules/nodemailer/dist/esm/fetch/cookies.d.ts +94 -0
- package/node_modules/nodemailer/{lib → dist/esm}/fetch/cookies.js +75 -121
- package/node_modules/nodemailer/dist/esm/fetch/index.d.ts +51 -0
- package/node_modules/nodemailer/{lib → dist/esm}/fetch/index.js +149 -81
- package/node_modules/nodemailer/dist/esm/json-transport/index.d.ts +54 -0
- package/node_modules/nodemailer/{lib → dist/esm}/json-transport/index.js +18 -40
- package/node_modules/nodemailer/dist/esm/mail-composer/index.d.ts +224 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mail-composer/index.js +191 -266
- package/node_modules/nodemailer/dist/esm/mailer/index.d.ts +226 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mailer/index.js +120 -213
- package/node_modules/nodemailer/dist/esm/mailer/mail-message.d.ts +94 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mailer/mail-message.js +102 -126
- package/node_modules/nodemailer/dist/esm/mime-funcs/index.d.ts +157 -0
- package/node_modules/nodemailer/dist/esm/mime-funcs/index.js +621 -0
- package/node_modules/nodemailer/dist/esm/mime-funcs/mime-types.d.ts +2 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-funcs/mime-types.js +29 -42
- package/node_modules/nodemailer/dist/esm/mime-node/index.d.ts +484 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-node/index.js +418 -374
- package/node_modules/nodemailer/dist/esm/mime-node/last-newline.d.ts +7 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-node/last-newline.js +2 -10
- package/node_modules/nodemailer/dist/esm/mime-node/le-unix.d.ts +13 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-node/le-unix.js +5 -11
- package/node_modules/nodemailer/dist/esm/mime-node/le-windows.d.ts +14 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-node/le-windows.js +5 -13
- package/node_modules/nodemailer/dist/esm/nodemailer.d.ts +102 -0
- package/node_modules/nodemailer/{lib → dist/esm}/nodemailer.js +65 -69
- package/node_modules/nodemailer/dist/esm/package-info.d.ts +3 -0
- package/node_modules/nodemailer/dist/esm/package-info.js +4 -0
- package/node_modules/nodemailer/dist/esm/package.json +3 -0
- package/node_modules/nodemailer/dist/esm/punycode/index.d.ts +73 -0
- package/node_modules/nodemailer/dist/esm/punycode/index.js +404 -0
- package/node_modules/nodemailer/dist/esm/qp/index.d.ts +33 -0
- package/node_modules/nodemailer/dist/esm/qp/index.js +190 -0
- package/node_modules/nodemailer/dist/esm/sendmail-transport/index.d.ts +69 -0
- package/node_modules/nodemailer/{lib → dist/esm}/sendmail-transport/index.js +56 -103
- package/node_modules/nodemailer/dist/esm/ses-transport/index.d.ts +75 -0
- package/node_modules/nodemailer/dist/esm/ses-transport/index.js +208 -0
- package/node_modules/nodemailer/dist/esm/shared/index.d.ts +230 -0
- package/node_modules/nodemailer/{lib → dist/esm}/shared/index.js +155 -270
- package/node_modules/nodemailer/dist/esm/shared/objects.d.ts +23 -0
- package/node_modules/nodemailer/dist/esm/shared/objects.js +38 -0
- package/node_modules/nodemailer/dist/esm/shared/url.d.ts +21 -0
- package/node_modules/nodemailer/dist/esm/shared/url.js +214 -0
- package/node_modules/nodemailer/dist/esm/smtp-connection/data-stream.d.ts +22 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-connection/data-stream.js +14 -26
- package/node_modules/nodemailer/dist/esm/smtp-connection/http-proxy-client.d.ts +39 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-connection/http-proxy-client.js +27 -64
- package/node_modules/nodemailer/dist/esm/smtp-connection/index.d.ts +719 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-connection/index.js +332 -713
- package/node_modules/nodemailer/dist/esm/smtp-pool/index.d.ts +163 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-pool/index.js +120 -271
- package/node_modules/nodemailer/dist/esm/smtp-pool/pool-resource.d.ts +64 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-pool/pool-resource.js +36 -72
- package/node_modules/nodemailer/dist/esm/smtp-transport/index.d.ts +143 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-transport/index.js +58 -148
- package/node_modules/nodemailer/dist/esm/stream-transport/index.d.ts +63 -0
- package/node_modules/nodemailer/{lib → dist/esm}/stream-transport/index.js +37 -75
- package/node_modules/nodemailer/dist/esm/well-known/index.d.ts +35 -0
- package/node_modules/nodemailer/{lib → dist/esm}/well-known/index.js +5 -16
- package/node_modules/nodemailer/dist/esm/well-known/services.d.ts +2 -0
- package/node_modules/nodemailer/dist/esm/well-known/services.js +663 -0
- package/node_modules/nodemailer/dist/esm/xoauth2/index.d.ts +191 -0
- package/node_modules/nodemailer/{lib → dist/esm}/xoauth2/index.js +101 -175
- package/node_modules/nodemailer/{lib → dist}/well-known/services.json +14 -0
- package/node_modules/nodemailer/package.json +142 -17
- package/node_modules/uuid/README.md +19 -19
- package/node_modules/uuid/dist/v1.js +7 -3
- package/node_modules/uuid/dist/v7.js +5 -2
- package/node_modules/uuid/dist-node/v1.js +7 -3
- package/node_modules/uuid/dist-node/v7.js +5 -2
- package/node_modules/uuid/package.json +4 -3
- package/package.json +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +0 -135
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +0 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +0 -17
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/getEndpointUrlConfig.js +0 -21
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/getEndpointUrlConfig.d.ts +0 -12
- package/node_modules/nodemailer/.gitattributes +0 -6
- package/node_modules/nodemailer/.ncurc.js +0 -9
- package/node_modules/nodemailer/.prettierignore +0 -8
- package/node_modules/nodemailer/.prettierrc +0 -12
- package/node_modules/nodemailer/.prettierrc.js +0 -10
- package/node_modules/nodemailer/.release-please-config.json +0 -9
- package/node_modules/nodemailer/CLAUDE.md +0 -56
- package/node_modules/nodemailer/CODE_OF_CONDUCT.md +0 -76
- package/node_modules/nodemailer/eslint.config.js +0 -88
- package/node_modules/nodemailer/lib/dkim/relaxed-body.js +0 -154
- package/node_modules/nodemailer/lib/mime-funcs/index.js +0 -610
- package/node_modules/nodemailer/lib/ses-transport/index.js +0 -265
- package/node_modules/nodemailer/lib/shared/url.js +0 -151
|
@@ -2,7 +2,7 @@ const { SmithyRpcV2CborProtocol, loadSmithyRpcV2CborErrorCode } = require("@smit
|
|
|
2
2
|
const { TypeRegistry, NormalizedSchema, deref } = require("@smithy/core/schema");
|
|
3
3
|
const { decorateServiceException, getValueFromTextNode } = require("@smithy/core/client");
|
|
4
4
|
const { collectBody, determineTimestampFormat, RpcProtocol, HttpBindingProtocol, HttpInterceptingShapeSerializer, HttpInterceptingShapeDeserializer, FromStringShapeDeserializer, extendedEncodeURIComponent } = require("@smithy/core/protocols");
|
|
5
|
-
const { NumericValue, toUtf8, fromBase64, LazyJsonString, parseEpochTimestamp, parseRfc7231DateTime, parseRfc3339DateTimeWithOffset, toBase64, dateToUtcString,
|
|
5
|
+
const { NumericValue, toUtf8, fromBase64, LazyJsonString, parseEpochTimestamp, parseRfc7231DateTime, parseRfc3339DateTimeWithOffset, generateIdempotencyToken, toBase64, dateToUtcString, expectUnion } = require("@smithy/core/serde");
|
|
6
6
|
const { parseXML, XmlNode, XmlText } = require("@aws-sdk/xml-builder");
|
|
7
7
|
|
|
8
8
|
class ProtocolLib {
|
|
@@ -193,56 +193,6 @@ class AwsSmithyRpcV2CborProtocol extends SmithyRpcV2CborProtocol {
|
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
const _toStr = (val) => {
|
|
197
|
-
if (val == null) {
|
|
198
|
-
return val;
|
|
199
|
-
}
|
|
200
|
-
if (typeof val === "number" || typeof val === "bigint") {
|
|
201
|
-
const warning = new Error(`Received number ${val} where a string was expected.`);
|
|
202
|
-
warning.name = "Warning";
|
|
203
|
-
console.warn(warning);
|
|
204
|
-
return String(val);
|
|
205
|
-
}
|
|
206
|
-
if (typeof val === "boolean") {
|
|
207
|
-
const warning = new Error(`Received boolean ${val} where a string was expected.`);
|
|
208
|
-
warning.name = "Warning";
|
|
209
|
-
console.warn(warning);
|
|
210
|
-
return String(val);
|
|
211
|
-
}
|
|
212
|
-
return val;
|
|
213
|
-
};
|
|
214
|
-
const _toBool = (val) => {
|
|
215
|
-
if (val == null) {
|
|
216
|
-
return val;
|
|
217
|
-
}
|
|
218
|
-
if (typeof val === "string") {
|
|
219
|
-
const lowercase = val.toLowerCase();
|
|
220
|
-
if (val !== "" && lowercase !== "false" && lowercase !== "true") {
|
|
221
|
-
const warning = new Error(`Received string "${val}" where a boolean was expected.`);
|
|
222
|
-
warning.name = "Warning";
|
|
223
|
-
console.warn(warning);
|
|
224
|
-
}
|
|
225
|
-
return val !== "" && lowercase !== "false";
|
|
226
|
-
}
|
|
227
|
-
return val;
|
|
228
|
-
};
|
|
229
|
-
const _toNum = (val) => {
|
|
230
|
-
if (val == null) {
|
|
231
|
-
return val;
|
|
232
|
-
}
|
|
233
|
-
if (typeof val === "string") {
|
|
234
|
-
const num = Number(val);
|
|
235
|
-
if (num.toString() !== val) {
|
|
236
|
-
const warning = new Error(`Received string "${val}" where a number was expected.`);
|
|
237
|
-
warning.name = "Warning";
|
|
238
|
-
console.warn(warning);
|
|
239
|
-
return val;
|
|
240
|
-
}
|
|
241
|
-
return num;
|
|
242
|
-
}
|
|
243
|
-
return val;
|
|
244
|
-
};
|
|
245
|
-
|
|
246
196
|
class SerdeContextConfig {
|
|
247
197
|
serdeContext;
|
|
248
198
|
setSerdeContext(serdeContext) {
|
|
@@ -277,94 +227,1301 @@ class UnionSerde {
|
|
|
277
227
|
}
|
|
278
228
|
}
|
|
279
229
|
|
|
230
|
+
let canParseBuffer;
|
|
231
|
+
function detectBufferParsing() {
|
|
232
|
+
if (canParseBuffer === undefined) {
|
|
233
|
+
try {
|
|
234
|
+
if (typeof Buffer !== "function") {
|
|
235
|
+
canParseBuffer = false;
|
|
236
|
+
}
|
|
237
|
+
else {
|
|
238
|
+
const result = JSON.parse(Buffer.from([0x7b, 0x7d]));
|
|
239
|
+
canParseBuffer = result !== null && typeof result === "object";
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
catch {
|
|
243
|
+
canParseBuffer = false;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
return canParseBuffer;
|
|
247
|
+
}
|
|
248
|
+
|
|
280
249
|
function jsonReviver(key, value, context) {
|
|
281
250
|
if (context?.source) {
|
|
282
251
|
const numericString = context.source;
|
|
283
252
|
if (typeof value === "number") {
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
if (
|
|
253
|
+
const inSafeRange = value <= Number.MAX_SAFE_INTEGER && value >= Number.MIN_SAFE_INTEGER;
|
|
254
|
+
if (inSafeRange) {
|
|
255
|
+
if (isRepresentable(numericString, value)) {
|
|
256
|
+
return value;
|
|
257
|
+
}
|
|
258
|
+
return new NumericValue(numericString, "bigDecimal");
|
|
259
|
+
}
|
|
260
|
+
else {
|
|
261
|
+
if (isFractionalBigNumeric(numericString)) {
|
|
287
262
|
return new NumericValue(numericString, "bigDecimal");
|
|
288
263
|
}
|
|
289
|
-
|
|
290
|
-
return
|
|
264
|
+
if (/[eE]/.test(numericString)) {
|
|
265
|
+
return expandExponentToBigInt(numericString);
|
|
266
|
+
}
|
|
267
|
+
return BigInt(numericString);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
return value;
|
|
272
|
+
}
|
|
273
|
+
function isFractionalBigNumeric(s) {
|
|
274
|
+
const dotIndex = s.indexOf(".");
|
|
275
|
+
if (dotIndex === -1) {
|
|
276
|
+
return false;
|
|
277
|
+
}
|
|
278
|
+
const eIndex = s.search(/[eE]/);
|
|
279
|
+
if (eIndex === -1) {
|
|
280
|
+
return true;
|
|
281
|
+
}
|
|
282
|
+
const fracDigits = eIndex - dotIndex - 1;
|
|
283
|
+
const exp = parseInt(s.slice(eIndex + 1), 10);
|
|
284
|
+
return exp < fracDigits;
|
|
285
|
+
}
|
|
286
|
+
function isRepresentable(numericString, value) {
|
|
287
|
+
if (numericString === String(value)) {
|
|
288
|
+
return true;
|
|
289
|
+
}
|
|
290
|
+
if (Object.is(value, -0)) {
|
|
291
|
+
return true;
|
|
292
|
+
}
|
|
293
|
+
if (/[eE]/.test(numericString)) {
|
|
294
|
+
return expandToDecimal(numericString) === expandToDecimal(String(value));
|
|
295
|
+
}
|
|
296
|
+
const normalized = numericString.replace(/(\.\d*?)0+$/, "$1").replace(/\.$/, "");
|
|
297
|
+
const canonical = String(value);
|
|
298
|
+
if (normalized === canonical) {
|
|
299
|
+
return true;
|
|
300
|
+
}
|
|
301
|
+
if (/[eE]/.test(canonical)) {
|
|
302
|
+
return normalized === expandToDecimal(canonical);
|
|
303
|
+
}
|
|
304
|
+
return false;
|
|
305
|
+
}
|
|
306
|
+
function expandToDecimal(s) {
|
|
307
|
+
const negative = s.startsWith("-");
|
|
308
|
+
const abs = negative ? s.slice(1) : s;
|
|
309
|
+
const eIndex = abs.search(/[eE]/);
|
|
310
|
+
let result;
|
|
311
|
+
if (eIndex === -1) {
|
|
312
|
+
result = abs;
|
|
313
|
+
}
|
|
314
|
+
else {
|
|
315
|
+
const exp = parseInt(abs.slice(eIndex + 1), 10);
|
|
316
|
+
const mantissa = abs.slice(0, eIndex);
|
|
317
|
+
const dotIndex = mantissa.indexOf(".");
|
|
318
|
+
let digits;
|
|
319
|
+
let intLen;
|
|
320
|
+
if (dotIndex === -1) {
|
|
321
|
+
digits = mantissa;
|
|
322
|
+
intLen = mantissa.length;
|
|
323
|
+
}
|
|
324
|
+
else {
|
|
325
|
+
digits = mantissa.slice(0, dotIndex) + mantissa.slice(dotIndex + 1);
|
|
326
|
+
intLen = dotIndex;
|
|
327
|
+
}
|
|
328
|
+
digits = digits.replace(/0+$/, "") || "0";
|
|
329
|
+
const newDotPos = intLen + exp;
|
|
330
|
+
if (digits === "0") {
|
|
331
|
+
result = "0";
|
|
332
|
+
}
|
|
333
|
+
else if (newDotPos <= 0) {
|
|
334
|
+
result = "0." + "0".repeat(-newDotPos) + digits;
|
|
335
|
+
}
|
|
336
|
+
else if (newDotPos >= digits.length) {
|
|
337
|
+
result = digits + "0".repeat(newDotPos - digits.length);
|
|
338
|
+
}
|
|
339
|
+
else {
|
|
340
|
+
result = digits.slice(0, newDotPos) + "." + digits.slice(newDotPos);
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
if (result.includes(".")) {
|
|
344
|
+
result = result.replace(/(\.\d*?)0+$/, "$1").replace(/\.$/, "");
|
|
345
|
+
}
|
|
346
|
+
return (negative ? "-" : "") + result;
|
|
347
|
+
}
|
|
348
|
+
function expandExponentToBigInt(s) {
|
|
349
|
+
const eIndex = s.search(/[eE]/);
|
|
350
|
+
const exp = parseInt(s.slice(eIndex + 1), 10);
|
|
351
|
+
const negative = s.startsWith("-");
|
|
352
|
+
const mantissa = s.slice(negative ? 1 : 0, eIndex);
|
|
353
|
+
const dotIndex = mantissa.indexOf(".");
|
|
354
|
+
let digits;
|
|
355
|
+
let shift;
|
|
356
|
+
if (dotIndex === -1) {
|
|
357
|
+
digits = mantissa;
|
|
358
|
+
shift = exp;
|
|
359
|
+
}
|
|
360
|
+
else {
|
|
361
|
+
digits = mantissa.slice(0, dotIndex) + mantissa.slice(dotIndex + 1);
|
|
362
|
+
const fracDigits = mantissa.length - dotIndex - 1;
|
|
363
|
+
shift = exp - fracDigits;
|
|
364
|
+
}
|
|
365
|
+
digits = digits.replace(/0+$/, "") || "0";
|
|
366
|
+
const result = BigInt(digits) * 10n ** BigInt(shift + (mantissa.replace(".", "").length - digits.length));
|
|
367
|
+
return negative ? -result : result;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
const REVIVER_SYMBOL = Symbol.for("@aws-sdk/reviver");
|
|
371
|
+
function needsReviver(schema) {
|
|
372
|
+
const ns = NormalizedSchema.of(schema);
|
|
373
|
+
const raw = ns.getSchema();
|
|
374
|
+
if (Array.isArray(raw) && ns.isStructSchema()) {
|
|
375
|
+
if (REVIVER_SYMBOL in raw) {
|
|
376
|
+
return raw[REVIVER_SYMBOL];
|
|
377
|
+
}
|
|
378
|
+
const result = _check(ns, new Set());
|
|
379
|
+
raw[REVIVER_SYMBOL] = result;
|
|
380
|
+
return result;
|
|
381
|
+
}
|
|
382
|
+
return _check(ns, new Set());
|
|
383
|
+
}
|
|
384
|
+
function _check(ns, seen) {
|
|
385
|
+
const raw = ns.getSchema();
|
|
386
|
+
if (seen.has(raw)) {
|
|
387
|
+
return false;
|
|
388
|
+
}
|
|
389
|
+
seen.add(raw);
|
|
390
|
+
if (ns.isBigIntegerSchema() || ns.isBigDecimalSchema()) {
|
|
391
|
+
return true;
|
|
392
|
+
}
|
|
393
|
+
if (ns.isStructSchema()) {
|
|
394
|
+
for (const [, memberSchema] of ns.structIterator()) {
|
|
395
|
+
if (_check(memberSchema, seen)) {
|
|
396
|
+
return true;
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
else if (ns.isListSchema() || ns.isMapSchema()) {
|
|
401
|
+
if (_check(ns.getValueSchema(), seen)) {
|
|
402
|
+
return true;
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
else if (ns.isDocumentSchema()) {
|
|
406
|
+
return true;
|
|
407
|
+
}
|
|
408
|
+
return false;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => (context?.utf8Encoder ?? toUtf8)(body));
|
|
412
|
+
|
|
413
|
+
async function parseJsonBody(streamBody, context, schema) {
|
|
414
|
+
let parsingInput;
|
|
415
|
+
if (detectBufferParsing() && typeof streamBody?.[Symbol.asyncIterator] === "function") {
|
|
416
|
+
const buffer = await collectBody(streamBody, context);
|
|
417
|
+
if (typeof Buffer === "function") {
|
|
418
|
+
if (Buffer.isBuffer(buffer)) {
|
|
419
|
+
parsingInput = buffer;
|
|
420
|
+
}
|
|
421
|
+
else {
|
|
422
|
+
parsingInput = Buffer.from(buffer.buffer, buffer.byteOffset, buffer.byteLength);
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
if (!parsingInput) {
|
|
427
|
+
parsingInput = await collectBodyString(streamBody, context);
|
|
428
|
+
}
|
|
429
|
+
if (parsingInput.length === 0) {
|
|
430
|
+
return {};
|
|
431
|
+
}
|
|
432
|
+
const reviver = schema && needsReviver(schema) ? jsonReviver : undefined;
|
|
433
|
+
try {
|
|
434
|
+
return JSON.parse(parsingInput, reviver);
|
|
435
|
+
}
|
|
436
|
+
catch (e) {
|
|
437
|
+
if (e?.name === "SyntaxError") {
|
|
438
|
+
Object.defineProperty(e, "$responseBodyText", {
|
|
439
|
+
value: typeof parsingInput === "string" ? parsingInput : parsingInput.toString("utf8"),
|
|
440
|
+
});
|
|
441
|
+
}
|
|
442
|
+
throw e;
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
const parseJsonErrorBody = async (errorBody, context) => {
|
|
446
|
+
const value = await parseJsonBody(errorBody, context);
|
|
447
|
+
value.message = value.message ?? value.Message;
|
|
448
|
+
return value;
|
|
449
|
+
};
|
|
450
|
+
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
451
|
+
const sanitizeErrorCode = (rawValue) => {
|
|
452
|
+
let cleanValue = rawValue;
|
|
453
|
+
if (typeof cleanValue === "number") {
|
|
454
|
+
cleanValue = cleanValue.toString();
|
|
455
|
+
}
|
|
456
|
+
if (cleanValue.indexOf(",") >= 0) {
|
|
457
|
+
cleanValue = cleanValue.split(",")[0];
|
|
458
|
+
}
|
|
459
|
+
if (cleanValue.indexOf(":") >= 0) {
|
|
460
|
+
cleanValue = cleanValue.split(":")[0];
|
|
461
|
+
}
|
|
462
|
+
if (cleanValue.indexOf("#") >= 0) {
|
|
463
|
+
cleanValue = cleanValue.split("#")[1];
|
|
464
|
+
}
|
|
465
|
+
return cleanValue;
|
|
466
|
+
};
|
|
467
|
+
const loadRestJsonErrorCode = (output, data) => {
|
|
468
|
+
return loadErrorCode(output, data, ["header", "code", "type"]);
|
|
469
|
+
};
|
|
470
|
+
const loadJsonRpcErrorCode = (output, data, queryCompat = false) => {
|
|
471
|
+
return loadErrorCode(output, data, queryCompat ? ["code", "header", "type"] : ["type", "code", "header"]);
|
|
472
|
+
};
|
|
473
|
+
const loadErrorCode = ({ headers }, data, order) => {
|
|
474
|
+
while (order.length > 0) {
|
|
475
|
+
const location = order.shift();
|
|
476
|
+
switch (location) {
|
|
477
|
+
case "header":
|
|
478
|
+
const headerKey = findKey(headers ?? {}, "x-amzn-errortype");
|
|
479
|
+
if (headerKey !== undefined) {
|
|
480
|
+
return sanitizeErrorCode(headers[headerKey]);
|
|
481
|
+
}
|
|
482
|
+
break;
|
|
483
|
+
case "code":
|
|
484
|
+
const codeKey = findKey(data ?? {}, "code");
|
|
485
|
+
if (codeKey && data[codeKey] !== undefined) {
|
|
486
|
+
return sanitizeErrorCode(data[codeKey]);
|
|
487
|
+
}
|
|
488
|
+
break;
|
|
489
|
+
case "type":
|
|
490
|
+
if (data?.__type !== undefined) {
|
|
491
|
+
return sanitizeErrorCode(data.__type);
|
|
492
|
+
}
|
|
493
|
+
break;
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
};
|
|
497
|
+
|
|
498
|
+
function writeKey(obj) {
|
|
499
|
+
Object.defineProperty(obj, "__proto__", { value: undefined, writable: true, enumerable: true, configurable: true });
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
class JsonShapeDeserializer2 extends SerdeContextConfig {
|
|
503
|
+
settings;
|
|
504
|
+
constructor(settings) {
|
|
505
|
+
super();
|
|
506
|
+
this.settings = settings;
|
|
507
|
+
}
|
|
508
|
+
async read(schema, data) {
|
|
509
|
+
const reviver = needsReviver(schema) ? jsonReviver : undefined;
|
|
510
|
+
let parsed;
|
|
511
|
+
if (typeof data === "string") {
|
|
512
|
+
if (data.length === 0) {
|
|
513
|
+
return {};
|
|
514
|
+
}
|
|
515
|
+
parsed = JSON.parse(data, reviver);
|
|
516
|
+
}
|
|
517
|
+
else if (data instanceof Uint8Array && detectBufferParsing()) {
|
|
518
|
+
if (data.byteLength === 0) {
|
|
519
|
+
return {};
|
|
520
|
+
}
|
|
521
|
+
const buf = Buffer.isBuffer(data) ? data : Buffer.from(data.buffer, data.byteOffset, data.byteLength);
|
|
522
|
+
parsed = JSON.parse(buf, reviver);
|
|
523
|
+
}
|
|
524
|
+
else {
|
|
525
|
+
parsed = await parseJsonBody(data, this.serdeContext, schema);
|
|
526
|
+
}
|
|
527
|
+
return this._read(schema, parsed);
|
|
528
|
+
}
|
|
529
|
+
readObject(schema, data) {
|
|
530
|
+
return this._read(schema, data);
|
|
531
|
+
}
|
|
532
|
+
_read(schema, value) {
|
|
533
|
+
const isObject = value !== null && typeof value === "object";
|
|
534
|
+
const ns = NormalizedSchema.of(schema);
|
|
535
|
+
if (isObject) {
|
|
536
|
+
if (ns.isStructSchema()) {
|
|
537
|
+
return this._readStruct(ns, value);
|
|
538
|
+
}
|
|
539
|
+
if (Array.isArray(value) && ns.isListSchema()) {
|
|
540
|
+
const listMember = ns.getValueSchema();
|
|
541
|
+
if (this.needsTransform(listMember)) {
|
|
542
|
+
for (let i = 0; i < value.length; ++i) {
|
|
543
|
+
value[i] = this._read(listMember, value[i]);
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
return value;
|
|
547
|
+
}
|
|
548
|
+
if (ns.isMapSchema()) {
|
|
549
|
+
const mapMember = ns.getValueSchema();
|
|
550
|
+
const map = value;
|
|
551
|
+
if (this.needsTransform(mapMember)) {
|
|
552
|
+
for (const k in map) {
|
|
553
|
+
if (k === "__proto__") {
|
|
554
|
+
writeKey(map);
|
|
555
|
+
}
|
|
556
|
+
map[k] = this._read(mapMember, map[k]);
|
|
557
|
+
}
|
|
291
558
|
}
|
|
559
|
+
return map;
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
if (ns.isBlobSchema() && typeof value === "string") {
|
|
563
|
+
return fromBase64(value);
|
|
564
|
+
}
|
|
565
|
+
const mediaType = ns.getMergedTraits().mediaType;
|
|
566
|
+
if (ns.isStringSchema() && typeof value === "string" && mediaType) {
|
|
567
|
+
const isJson = mediaType === "application/json" || mediaType.endsWith("+json");
|
|
568
|
+
if (isJson) {
|
|
569
|
+
return LazyJsonString.from(value);
|
|
570
|
+
}
|
|
571
|
+
return value;
|
|
572
|
+
}
|
|
573
|
+
if (ns.isTimestampSchema() && value != null) {
|
|
574
|
+
const format = determineTimestampFormat(ns, this.settings);
|
|
575
|
+
switch (format) {
|
|
576
|
+
case 5:
|
|
577
|
+
return parseRfc3339DateTimeWithOffset(value);
|
|
578
|
+
case 6:
|
|
579
|
+
return parseRfc7231DateTime(value);
|
|
580
|
+
case 7:
|
|
581
|
+
return parseEpochTimestamp(value);
|
|
582
|
+
default:
|
|
583
|
+
console.warn("Missing timestamp format, parsing value with Date constructor:", value);
|
|
584
|
+
return new Date(value);
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
if (ns.isBigIntegerSchema() && (typeof value === "number" || typeof value === "string")) {
|
|
588
|
+
return BigInt(value);
|
|
589
|
+
}
|
|
590
|
+
if (ns.isBigDecimalSchema() && value != undefined) {
|
|
591
|
+
if (value instanceof NumericValue) {
|
|
592
|
+
return value;
|
|
593
|
+
}
|
|
594
|
+
const untyped = value;
|
|
595
|
+
if (untyped.type === "bigDecimal" && "string" in untyped) {
|
|
596
|
+
return new NumericValue(untyped.string, untyped.type);
|
|
597
|
+
}
|
|
598
|
+
return new NumericValue(String(value), "bigDecimal");
|
|
599
|
+
}
|
|
600
|
+
if (ns.isNumericSchema() && typeof value === "string") {
|
|
601
|
+
switch (value) {
|
|
602
|
+
case "Infinity":
|
|
603
|
+
return Infinity;
|
|
604
|
+
case "-Infinity":
|
|
605
|
+
return -Infinity;
|
|
606
|
+
case "NaN":
|
|
607
|
+
return NaN;
|
|
608
|
+
}
|
|
609
|
+
return value;
|
|
610
|
+
}
|
|
611
|
+
if (ns.isDocumentSchema()) {
|
|
612
|
+
if (isObject) {
|
|
613
|
+
if (Array.isArray(value)) {
|
|
614
|
+
for (let i = 0; i < value.length; ++i) {
|
|
615
|
+
const v = value[i];
|
|
616
|
+
if (!(v instanceof NumericValue)) {
|
|
617
|
+
value[i] = this._read(ns, v);
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
else {
|
|
622
|
+
const doc = value;
|
|
623
|
+
for (const k in doc) {
|
|
624
|
+
if (k === "__proto__") {
|
|
625
|
+
writeKey(doc);
|
|
626
|
+
}
|
|
627
|
+
const v = doc[k];
|
|
628
|
+
if (!(v instanceof NumericValue)) {
|
|
629
|
+
doc[k] = this._read(ns, v);
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
return value;
|
|
636
|
+
}
|
|
637
|
+
_readStruct(ns, record) {
|
|
638
|
+
const union = ns.isUnionSchema();
|
|
639
|
+
const out = {};
|
|
640
|
+
let nameMap;
|
|
641
|
+
const hasType = typeof record.__type === "string";
|
|
642
|
+
const { jsonName } = this.settings;
|
|
643
|
+
if (jsonName && hasType) {
|
|
644
|
+
nameMap = {};
|
|
645
|
+
}
|
|
646
|
+
let unionSerde;
|
|
647
|
+
if (union) {
|
|
648
|
+
unionSerde = new UnionSerde(record, out);
|
|
649
|
+
}
|
|
650
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
651
|
+
let fromKey = memberName;
|
|
652
|
+
if (jsonName) {
|
|
653
|
+
fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
|
|
654
|
+
if (hasType) {
|
|
655
|
+
nameMap[fromKey] = memberName;
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
if (union) {
|
|
659
|
+
unionSerde.mark(fromKey);
|
|
660
|
+
}
|
|
661
|
+
if (record[fromKey] != null) {
|
|
662
|
+
out[memberName] = this._read(memberSchema, record[fromKey]);
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
if (union) {
|
|
666
|
+
unionSerde.writeUnknown();
|
|
667
|
+
}
|
|
668
|
+
else if (hasType) {
|
|
669
|
+
for (const k in record) {
|
|
670
|
+
const v = record[k];
|
|
671
|
+
const t = jsonName ? (nameMap[k] ?? k) : k;
|
|
672
|
+
if (!(t in out)) {
|
|
673
|
+
out[t] = v;
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
return out;
|
|
678
|
+
}
|
|
679
|
+
needsTransform(ns) {
|
|
680
|
+
if (ns.isBlobSchema() || ns.isTimestampSchema() || ns.isBigIntegerSchema() || ns.isBigDecimalSchema()) {
|
|
681
|
+
return true;
|
|
682
|
+
}
|
|
683
|
+
if (ns.isDocumentSchema() || ns.isStructSchema() || ns.isListSchema() || ns.isMapSchema()) {
|
|
684
|
+
return true;
|
|
685
|
+
}
|
|
686
|
+
if (ns.isStringSchema() && ns.getMergedTraits().mediaType) {
|
|
687
|
+
return true;
|
|
688
|
+
}
|
|
689
|
+
return false;
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
class JsonBytesStringAdapter extends Uint8Array {
|
|
694
|
+
string = null;
|
|
695
|
+
static allocUnsafe(bytes) {
|
|
696
|
+
if (typeof Buffer === "function") {
|
|
697
|
+
const buffer = Buffer.allocUnsafe(bytes);
|
|
698
|
+
return new JsonBytesStringAdapter(buffer.buffer, buffer.byteOffset, buffer.byteLength);
|
|
699
|
+
}
|
|
700
|
+
return new JsonBytesStringAdapter(bytes);
|
|
701
|
+
}
|
|
702
|
+
toString() {
|
|
703
|
+
return this.s();
|
|
704
|
+
}
|
|
705
|
+
valueOf() {
|
|
706
|
+
return this.s();
|
|
707
|
+
}
|
|
708
|
+
includes(searchString, position) {
|
|
709
|
+
if (typeof searchString === "string") {
|
|
710
|
+
return this.s().includes(searchString, position);
|
|
711
|
+
}
|
|
712
|
+
return Uint8Array.prototype.includes.call(this, searchString, position);
|
|
713
|
+
}
|
|
714
|
+
indexOf(searchString, position) {
|
|
715
|
+
if (typeof searchString === "string") {
|
|
716
|
+
return this.s().indexOf(searchString, position);
|
|
717
|
+
}
|
|
718
|
+
return Uint8Array.prototype.indexOf.call(this, searchString, position);
|
|
719
|
+
}
|
|
720
|
+
lastIndexOf(searchString, position) {
|
|
721
|
+
if (typeof searchString === "string") {
|
|
722
|
+
return this.s().lastIndexOf(searchString, position);
|
|
723
|
+
}
|
|
724
|
+
const fn = Uint8Array.prototype.lastIndexOf;
|
|
725
|
+
if (position !== undefined) {
|
|
726
|
+
return fn.call(this, searchString, position);
|
|
727
|
+
}
|
|
728
|
+
return fn.call(this, searchString);
|
|
729
|
+
}
|
|
730
|
+
startsWith(searchString, position) {
|
|
731
|
+
return this.s().startsWith(searchString, position);
|
|
732
|
+
}
|
|
733
|
+
endsWith(searchString, endPosition) {
|
|
734
|
+
return this.s().endsWith(searchString, endPosition);
|
|
735
|
+
}
|
|
736
|
+
match(regexp) {
|
|
737
|
+
return this.s().match(regexp);
|
|
738
|
+
}
|
|
739
|
+
replace(searchValue, replaceValue) {
|
|
740
|
+
return this.s().replace(searchValue, replaceValue);
|
|
741
|
+
}
|
|
742
|
+
search(regexp) {
|
|
743
|
+
return this.s().search(regexp);
|
|
744
|
+
}
|
|
745
|
+
split(separator, limit) {
|
|
746
|
+
return this.s().split(separator, limit);
|
|
747
|
+
}
|
|
748
|
+
substring(start, end) {
|
|
749
|
+
return this.s().substring(start, end);
|
|
750
|
+
}
|
|
751
|
+
trim() {
|
|
752
|
+
return this.s().trim();
|
|
753
|
+
}
|
|
754
|
+
trimStart() {
|
|
755
|
+
return this.s().trimStart();
|
|
756
|
+
}
|
|
757
|
+
trimEnd() {
|
|
758
|
+
return this.s().trimEnd();
|
|
759
|
+
}
|
|
760
|
+
charAt(pos) {
|
|
761
|
+
return this.s().charAt(pos);
|
|
762
|
+
}
|
|
763
|
+
charCodeAt(index) {
|
|
764
|
+
return this.s().charCodeAt(index);
|
|
765
|
+
}
|
|
766
|
+
padStart(maxLength, fillString) {
|
|
767
|
+
return this.s().padStart(maxLength, fillString);
|
|
768
|
+
}
|
|
769
|
+
padEnd(maxLength, fillString) {
|
|
770
|
+
return this.s().padEnd(maxLength, fillString);
|
|
771
|
+
}
|
|
772
|
+
repeat(count) {
|
|
773
|
+
return this.s().repeat(count);
|
|
774
|
+
}
|
|
775
|
+
toUpperCase() {
|
|
776
|
+
return this.s().toUpperCase();
|
|
777
|
+
}
|
|
778
|
+
toLowerCase() {
|
|
779
|
+
return this.s().toLowerCase();
|
|
780
|
+
}
|
|
781
|
+
s() {
|
|
782
|
+
if (this.string == null) {
|
|
783
|
+
const n = Date.now();
|
|
784
|
+
if (n > warned + 60_000) {
|
|
785
|
+
console.warn("@aws-sdk/core/protocols - WARN - JsonCodec2: you have called a string method on a Uint8Array request body. " +
|
|
786
|
+
"It has been automatically converted to string. In a future version this will throw an error.");
|
|
787
|
+
warned = n;
|
|
788
|
+
}
|
|
789
|
+
this.string = toUtf8(this);
|
|
790
|
+
}
|
|
791
|
+
return this.string;
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
var warned = 0;
|
|
795
|
+
|
|
796
|
+
const encoder = new TextEncoder();
|
|
797
|
+
const OPEN_BRACE = 0x7b;
|
|
798
|
+
const CLOSE_BRACE = 0x7d;
|
|
799
|
+
const OPEN_BRACKET = 0x5b;
|
|
800
|
+
const CLOSE_BRACKET = 0x5d;
|
|
801
|
+
const QUOTE = 0x22;
|
|
802
|
+
const COLON = 0x3a;
|
|
803
|
+
const COMMA = 0x2c;
|
|
804
|
+
const BACKSLASH = 0x5c;
|
|
805
|
+
const TRUE = new Uint8Array([0x74, 0x72, 0x75, 0x65]);
|
|
806
|
+
const FALSE = new Uint8Array([0x66, 0x61, 0x6c, 0x73, 0x65]);
|
|
807
|
+
const NULL = new Uint8Array([0x6e, 0x75, 0x6c, 0x6c]);
|
|
808
|
+
const ESCAPE_TABLE = new Array(128).fill(null);
|
|
809
|
+
ESCAPE_TABLE[0x08] = "b";
|
|
810
|
+
ESCAPE_TABLE[0x09] = "t";
|
|
811
|
+
ESCAPE_TABLE[0x0a] = "n";
|
|
812
|
+
ESCAPE_TABLE[0x0c] = "f";
|
|
813
|
+
ESCAPE_TABLE[0x0d] = "r";
|
|
814
|
+
ESCAPE_TABLE[0x22] = '"';
|
|
815
|
+
ESCAPE_TABLE[0x5c] = "\\";
|
|
816
|
+
for (let i = 0; i < 0x20; i++) {
|
|
817
|
+
if (ESCAPE_TABLE[i] === null) {
|
|
818
|
+
ESCAPE_TABLE[i] = "u00" + i.toString(16).padStart(2, "0");
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
const INITIAL_BUFFER_SIZE = 2048;
|
|
822
|
+
function alloc(size) {
|
|
823
|
+
return JsonBytesStringAdapter.allocUnsafe(size);
|
|
824
|
+
}
|
|
825
|
+
class JsonShapeSerializer2 extends SerdeContextConfig {
|
|
826
|
+
settings;
|
|
827
|
+
json;
|
|
828
|
+
i = 0;
|
|
829
|
+
rootSchema;
|
|
830
|
+
rawValue;
|
|
831
|
+
passthrough = false;
|
|
832
|
+
constructor(settings) {
|
|
833
|
+
super();
|
|
834
|
+
this.settings = settings;
|
|
835
|
+
this.json = alloc(INITIAL_BUFFER_SIZE);
|
|
836
|
+
}
|
|
837
|
+
write(schema, value) {
|
|
838
|
+
this.i = 0;
|
|
839
|
+
this.rawValue = value;
|
|
840
|
+
this.rootSchema = NormalizedSchema.of(schema);
|
|
841
|
+
this.passthrough = this.rootSchema.isBlobSchema() || this.rootSchema.isStringSchema();
|
|
842
|
+
if (!this.passthrough) {
|
|
843
|
+
this.writeValue(this.rootSchema, value, undefined);
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
writeDiscriminatedDocument(schema, value) {
|
|
847
|
+
this.i = 0;
|
|
848
|
+
this.rootSchema = NormalizedSchema.of(schema);
|
|
849
|
+
const ns = this.rootSchema;
|
|
850
|
+
if (ns.isStructSchema() && value != null && typeof value === "object") {
|
|
851
|
+
this.writeValue(ns, value, undefined);
|
|
852
|
+
const prefix = `"__type":"${ns.getName(true) ?? "Unknown"}",`;
|
|
853
|
+
const z = prefix.length;
|
|
854
|
+
this.ensure(z);
|
|
855
|
+
this.json.copyWithin(1 + z, 1, this.i);
|
|
856
|
+
encoder.encodeInto(prefix, this.json.subarray(1));
|
|
857
|
+
this.i += z;
|
|
858
|
+
}
|
|
859
|
+
else {
|
|
860
|
+
this.writeValue(ns, value, undefined);
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
flush() {
|
|
864
|
+
this.rootSchema = undefined;
|
|
865
|
+
const finalPosition = this.i;
|
|
866
|
+
this.i = 0;
|
|
867
|
+
const raw = this.rawValue;
|
|
868
|
+
this.rawValue = undefined;
|
|
869
|
+
if (finalPosition === 0) {
|
|
870
|
+
return raw;
|
|
871
|
+
}
|
|
872
|
+
const result = this.json.subarray(0, finalPosition);
|
|
873
|
+
this.json = alloc(INITIAL_BUFFER_SIZE);
|
|
874
|
+
return result;
|
|
875
|
+
}
|
|
876
|
+
ensure(byteCount) {
|
|
877
|
+
const { i, json } = this;
|
|
878
|
+
if (i + byteCount > json.length) {
|
|
879
|
+
let newSize = json.length * 2;
|
|
880
|
+
while (newSize < i + byteCount) {
|
|
881
|
+
newSize *= 2;
|
|
882
|
+
}
|
|
883
|
+
const next = alloc(newSize);
|
|
884
|
+
next.set(this.json);
|
|
885
|
+
this.json = next;
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
writeAscii(s) {
|
|
889
|
+
const z = s.length;
|
|
890
|
+
this.ensure(z);
|
|
891
|
+
let { i, json } = this;
|
|
892
|
+
for (let j = 0; j < z; ++j) {
|
|
893
|
+
json[i] = s.charCodeAt(j);
|
|
894
|
+
i += 1;
|
|
895
|
+
}
|
|
896
|
+
this.i = i;
|
|
897
|
+
}
|
|
898
|
+
writeAsciiQuoted(s) {
|
|
899
|
+
const z = s.length;
|
|
900
|
+
this.ensure(z + 4);
|
|
901
|
+
let { json, i } = this;
|
|
902
|
+
json[i++] = QUOTE;
|
|
903
|
+
for (let j = 0; j < z; ++j) {
|
|
904
|
+
json[i++] = s.charCodeAt(j);
|
|
905
|
+
}
|
|
906
|
+
json[i++] = QUOTE;
|
|
907
|
+
this.i = i;
|
|
908
|
+
}
|
|
909
|
+
writeJsonString(s) {
|
|
910
|
+
this.ensure(s.length * 3 + 2);
|
|
911
|
+
this.json[this.i++] = QUOTE;
|
|
912
|
+
const z = s.length;
|
|
913
|
+
for (let j = 0; j < z; ++j) {
|
|
914
|
+
const c = s.charCodeAt(j);
|
|
915
|
+
if (c > 0x22 && c < 0x5c) {
|
|
916
|
+
this.json[this.i++] = c;
|
|
917
|
+
}
|
|
918
|
+
else if (c < 0x80) {
|
|
919
|
+
const esc = ESCAPE_TABLE[c];
|
|
920
|
+
if (esc !== null) {
|
|
921
|
+
this.ensure(esc.length + 1);
|
|
922
|
+
this.json[this.i++] = BACKSLASH;
|
|
923
|
+
for (let k = 0; k < esc.length; k++) {
|
|
924
|
+
this.json[this.i++] = esc.charCodeAt(k);
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
else {
|
|
928
|
+
this.json[this.i++] = c;
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
else if (c >= 0xd800 && c <= 0xdbff) {
|
|
932
|
+
const next = j + 1 < z ? s.charCodeAt(j + 1) : 0;
|
|
933
|
+
if (next >= 0xdc00 && next <= 0xdfff) {
|
|
934
|
+
this.ensure(4);
|
|
935
|
+
const { written } = encoder.encodeInto(s.substring(j, j + 2), this.json.subarray(this.i));
|
|
936
|
+
this.i += written;
|
|
937
|
+
++j;
|
|
938
|
+
}
|
|
939
|
+
else {
|
|
940
|
+
this.ensure(6);
|
|
941
|
+
this.writeUnicodeEscape(c);
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
else if (c >= 0xdc00 && c <= 0xdfff) {
|
|
945
|
+
this.ensure(6);
|
|
946
|
+
this.writeUnicodeEscape(c);
|
|
947
|
+
}
|
|
948
|
+
else {
|
|
949
|
+
let { i, json } = this;
|
|
950
|
+
if (c < 0x800) {
|
|
951
|
+
json[i++] = 0xc0 | (c >> 6);
|
|
952
|
+
json[i++] = 0x80 | (c & 0x3f);
|
|
953
|
+
}
|
|
954
|
+
else {
|
|
955
|
+
json[i++] = 0xe0 | (c >> 12);
|
|
956
|
+
json[i++] = 0x80 | ((c >> 6) & 0x3f);
|
|
957
|
+
json[i++] = 0x80 | (c & 0x3f);
|
|
958
|
+
}
|
|
959
|
+
this.i = i;
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
this.json[this.i++] = QUOTE;
|
|
963
|
+
}
|
|
964
|
+
writeUnicodeEscape(code) {
|
|
965
|
+
let { json, i } = this;
|
|
966
|
+
json[i++] = BACKSLASH;
|
|
967
|
+
json[i++] = 0x75;
|
|
968
|
+
const hex = code.toString(16).padStart(4, "0");
|
|
969
|
+
for (let j = 0; j < 4; ++j) {
|
|
970
|
+
json[i++] = hex.charCodeAt(j);
|
|
971
|
+
}
|
|
972
|
+
this.i = i;
|
|
973
|
+
}
|
|
974
|
+
static B64 = (() => {
|
|
975
|
+
const chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
976
|
+
const table = new Uint8Array(64);
|
|
977
|
+
for (let i = 0; i < 64; ++i) {
|
|
978
|
+
table[i] = chars.charCodeAt(i);
|
|
979
|
+
}
|
|
980
|
+
return table;
|
|
981
|
+
})();
|
|
982
|
+
writeBase64(data) {
|
|
983
|
+
const b64Len = Math.ceil(data.length / 3) * 4;
|
|
984
|
+
this.ensure(b64Len + 2);
|
|
985
|
+
const json = this.json;
|
|
986
|
+
const B64 = JsonShapeSerializer2.B64;
|
|
987
|
+
let i = this.i;
|
|
988
|
+
json[i++] = QUOTE;
|
|
989
|
+
const len = data.length;
|
|
990
|
+
const remainder = len % 3;
|
|
991
|
+
const mainLen = len - remainder;
|
|
992
|
+
for (let j = 0; j < mainLen; j += 3) {
|
|
993
|
+
const a = data[j];
|
|
994
|
+
const b = data[j + 1];
|
|
995
|
+
const c = data[j + 2];
|
|
996
|
+
json[i++] = B64[a >> 2];
|
|
997
|
+
json[i++] = B64[((a & 0x03) << 4) | (b >> 4)];
|
|
998
|
+
json[i++] = B64[((b & 0x0f) << 2) | (c >> 6)];
|
|
999
|
+
json[i++] = B64[c & 0x3f];
|
|
1000
|
+
}
|
|
1001
|
+
if (remainder === 2) {
|
|
1002
|
+
const a = data[mainLen];
|
|
1003
|
+
const b = data[mainLen + 1];
|
|
1004
|
+
json[i++] = B64[a >> 2];
|
|
1005
|
+
json[i++] = B64[((a & 0x03) << 4) | (b >> 4)];
|
|
1006
|
+
json[i++] = B64[(b & 0x0f) << 2];
|
|
1007
|
+
json[i++] = 0x3d;
|
|
1008
|
+
}
|
|
1009
|
+
else if (remainder === 1) {
|
|
1010
|
+
const a = data[mainLen];
|
|
1011
|
+
json[i++] = B64[a >> 2];
|
|
1012
|
+
json[i++] = B64[(a & 0x03) << 4];
|
|
1013
|
+
json[i++] = 0x3d;
|
|
1014
|
+
json[i++] = 0x3d;
|
|
1015
|
+
}
|
|
1016
|
+
json[i++] = QUOTE;
|
|
1017
|
+
this.i = i;
|
|
1018
|
+
}
|
|
1019
|
+
writeValue(schema, value, container) {
|
|
1020
|
+
if (value == null) {
|
|
1021
|
+
if (container?.isStructSchema()) {
|
|
1022
|
+
if (value === undefined) {
|
|
1023
|
+
const ns = NormalizedSchema.of(schema);
|
|
1024
|
+
if (ns.isIdempotencyToken()) {
|
|
1025
|
+
this.writeAsciiQuoted(generateIdempotencyToken());
|
|
1026
|
+
return;
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
return;
|
|
1030
|
+
}
|
|
1031
|
+
this.ensure(4);
|
|
1032
|
+
this.json.set(NULL, this.i);
|
|
1033
|
+
this.i += 4;
|
|
1034
|
+
return;
|
|
1035
|
+
}
|
|
1036
|
+
const ns = NormalizedSchema.of(schema);
|
|
1037
|
+
const isObject = typeof value === "object";
|
|
1038
|
+
if (ns.isStringSchema()) {
|
|
1039
|
+
const mediaType = ns.getMergedTraits().mediaType;
|
|
1040
|
+
if (mediaType) {
|
|
1041
|
+
const isJson = mediaType === "application/json" || mediaType.endsWith("+json");
|
|
1042
|
+
if (isJson) {
|
|
1043
|
+
this.writeJsonString(LazyJsonString.from(value).toString());
|
|
1044
|
+
return;
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
if (isObject) {
|
|
1049
|
+
if (ns.isStructSchema()) {
|
|
1050
|
+
this.writeStruct(ns, value);
|
|
1051
|
+
return;
|
|
1052
|
+
}
|
|
1053
|
+
if (Array.isArray(value) && (ns.isListSchema() || ns.isDocumentSchema())) {
|
|
1054
|
+
this.writeList(ns, value, ns.isDocumentSchema());
|
|
1055
|
+
return;
|
|
1056
|
+
}
|
|
1057
|
+
if (ns.isMapSchema()) {
|
|
1058
|
+
this.writeMap(ns, value, false);
|
|
1059
|
+
return;
|
|
1060
|
+
}
|
|
1061
|
+
if (value instanceof Uint8Array && (ns.isBlobSchema() || ns.isDocumentSchema())) {
|
|
1062
|
+
this.writeBase64(value);
|
|
1063
|
+
return;
|
|
1064
|
+
}
|
|
1065
|
+
if (value instanceof Date && (ns.isTimestampSchema() || ns.isDocumentSchema())) {
|
|
1066
|
+
this.writeTimestamp(ns, value);
|
|
1067
|
+
return;
|
|
1068
|
+
}
|
|
1069
|
+
if (value instanceof NumericValue) {
|
|
1070
|
+
this.writeAscii(value.string);
|
|
1071
|
+
return;
|
|
1072
|
+
}
|
|
1073
|
+
if (ns.isDocumentSchema()) {
|
|
1074
|
+
if (Array.isArray(value)) {
|
|
1075
|
+
this.writeList(ns, value, true);
|
|
1076
|
+
}
|
|
1077
|
+
else {
|
|
1078
|
+
this.writeMap(ns, value, true);
|
|
1079
|
+
}
|
|
1080
|
+
return;
|
|
1081
|
+
}
|
|
1082
|
+
const json = JSON.stringify(value);
|
|
1083
|
+
this.writeAscii(json);
|
|
1084
|
+
return;
|
|
1085
|
+
}
|
|
1086
|
+
if (typeof value === "string") {
|
|
1087
|
+
if (ns.isBlobSchema()) {
|
|
1088
|
+
const b64 = (this.serdeContext?.base64Encoder ?? toBase64)(value);
|
|
1089
|
+
this.writeAsciiQuoted(b64);
|
|
1090
|
+
return;
|
|
1091
|
+
}
|
|
1092
|
+
this.writeJsonString(value);
|
|
1093
|
+
return;
|
|
1094
|
+
}
|
|
1095
|
+
if (typeof value === "number") {
|
|
1096
|
+
if (Math.abs(value) === Infinity || Number.isNaN(value)) {
|
|
1097
|
+
this.writeAsciiQuoted(String(value));
|
|
1098
|
+
return;
|
|
1099
|
+
}
|
|
1100
|
+
const numStr = String(value);
|
|
1101
|
+
this.writeAscii(numStr);
|
|
1102
|
+
return;
|
|
1103
|
+
}
|
|
1104
|
+
if (typeof value === "boolean") {
|
|
1105
|
+
this.ensure(5);
|
|
1106
|
+
let { i, json } = this;
|
|
1107
|
+
if (value) {
|
|
1108
|
+
json.set(TRUE, i);
|
|
1109
|
+
i += 4;
|
|
1110
|
+
}
|
|
1111
|
+
else {
|
|
1112
|
+
json.set(FALSE, i);
|
|
1113
|
+
i += 5;
|
|
1114
|
+
}
|
|
1115
|
+
this.i = i;
|
|
1116
|
+
return;
|
|
1117
|
+
}
|
|
1118
|
+
if (typeof value === "bigint") {
|
|
1119
|
+
this.writeAscii(value.toString());
|
|
1120
|
+
return;
|
|
1121
|
+
}
|
|
1122
|
+
this.writeAscii(String(value));
|
|
1123
|
+
}
|
|
1124
|
+
writeStruct(ns, value) {
|
|
1125
|
+
this.ensure(2);
|
|
1126
|
+
this.json[this.i++] = OPEN_BRACE;
|
|
1127
|
+
let wroteAny = false;
|
|
1128
|
+
const hasType = typeof value.__type === "string";
|
|
1129
|
+
let writtenKeys;
|
|
1130
|
+
if (hasType) {
|
|
1131
|
+
writtenKeys = new Set();
|
|
1132
|
+
}
|
|
1133
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
1134
|
+
const item = value[memberName];
|
|
1135
|
+
if (item == null && !memberSchema.isIdempotencyToken()) {
|
|
1136
|
+
continue;
|
|
1137
|
+
}
|
|
1138
|
+
if (wroteAny) {
|
|
1139
|
+
this.ensure(1);
|
|
1140
|
+
this.json[this.i++] = COMMA;
|
|
1141
|
+
}
|
|
1142
|
+
wroteAny = true;
|
|
1143
|
+
const targetKey = this.settings.jsonName ? (memberSchema.getMergedTraits().jsonName ?? memberName) : memberName;
|
|
1144
|
+
if (writtenKeys) {
|
|
1145
|
+
writtenKeys.add(memberName);
|
|
1146
|
+
writtenKeys.add(targetKey);
|
|
1147
|
+
}
|
|
1148
|
+
this.writeAsciiQuoted(targetKey);
|
|
1149
|
+
this.json[this.i++] = COLON;
|
|
1150
|
+
this.writeValue(memberSchema, item, ns);
|
|
1151
|
+
}
|
|
1152
|
+
if (!wroteAny && ns.isUnionSchema()) {
|
|
1153
|
+
const { $unknown } = value;
|
|
1154
|
+
if (Array.isArray($unknown)) {
|
|
1155
|
+
const [k, v] = $unknown;
|
|
1156
|
+
this.writeAsciiQuoted(k);
|
|
1157
|
+
this.ensure(1);
|
|
1158
|
+
this.json[this.i++] = COLON;
|
|
1159
|
+
this.writeValue(15, v, ns);
|
|
1160
|
+
}
|
|
1161
|
+
}
|
|
1162
|
+
else if (hasType) {
|
|
1163
|
+
for (const k in value) {
|
|
1164
|
+
if (writtenKeys.has(k)) {
|
|
1165
|
+
continue;
|
|
1166
|
+
}
|
|
1167
|
+
writtenKeys.add(k);
|
|
1168
|
+
const v = value[k];
|
|
1169
|
+
if (wroteAny) {
|
|
1170
|
+
this.ensure(1);
|
|
1171
|
+
this.json[this.i++] = COMMA;
|
|
1172
|
+
}
|
|
1173
|
+
wroteAny = true;
|
|
1174
|
+
this.writeAsciiQuoted(k);
|
|
1175
|
+
this.ensure(1);
|
|
1176
|
+
this.json[this.i++] = COLON;
|
|
1177
|
+
this.writeValue(15, v, undefined);
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
this.ensure(1);
|
|
1181
|
+
this.json[this.i++] = CLOSE_BRACE;
|
|
1182
|
+
}
|
|
1183
|
+
writeList(ns, value, isDocument) {
|
|
1184
|
+
const sparse = !!ns.getMergedTraits().sparse;
|
|
1185
|
+
const valueSchema = ns.getValueSchema();
|
|
1186
|
+
if (!isDocument) {
|
|
1187
|
+
if (valueSchema.isStringSchema() || valueSchema.isNumericSchema() || valueSchema.isBooleanSchema()) {
|
|
1188
|
+
let hasSpecials = false;
|
|
1189
|
+
for (let i = 0; i < value.length; ++i) {
|
|
1190
|
+
const v = value[i];
|
|
1191
|
+
if (Number.isNaN(v) || v === Infinity || v === -Infinity || (v == null && !sparse)) {
|
|
1192
|
+
hasSpecials = true;
|
|
1193
|
+
break;
|
|
1194
|
+
}
|
|
1195
|
+
}
|
|
1196
|
+
let json;
|
|
1197
|
+
if (!hasSpecials) {
|
|
1198
|
+
json = JSON.stringify(value);
|
|
1199
|
+
}
|
|
1200
|
+
else {
|
|
1201
|
+
const out = [];
|
|
1202
|
+
for (let i = 0; i < value.length; ++i) {
|
|
1203
|
+
const v = value[i];
|
|
1204
|
+
if (v == null && !sparse)
|
|
1205
|
+
continue;
|
|
1206
|
+
if (Number.isNaN(v) || v === Infinity || v === -Infinity) {
|
|
1207
|
+
out.push(String(v));
|
|
1208
|
+
}
|
|
1209
|
+
else {
|
|
1210
|
+
out.push(v);
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
json = JSON.stringify(out);
|
|
1214
|
+
}
|
|
1215
|
+
this.ensure(json.length * 3);
|
|
1216
|
+
this.i += encoder.encodeInto(json, this.json.subarray(this.i)).written;
|
|
1217
|
+
return;
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1220
|
+
this.ensure(2);
|
|
1221
|
+
this.json[this.i++] = OPEN_BRACKET;
|
|
1222
|
+
let wroteFirstItem = false;
|
|
1223
|
+
for (let i = 0; i < value.length; ++i) {
|
|
1224
|
+
const item = value[i];
|
|
1225
|
+
if (isDocument ? item === undefined : item == null && !sparse) {
|
|
1226
|
+
continue;
|
|
1227
|
+
}
|
|
1228
|
+
if (wroteFirstItem) {
|
|
1229
|
+
this.ensure(1);
|
|
1230
|
+
this.json[this.i++] = COMMA;
|
|
1231
|
+
}
|
|
1232
|
+
this.writeValue(valueSchema, item, undefined);
|
|
1233
|
+
wroteFirstItem = true;
|
|
1234
|
+
}
|
|
1235
|
+
this.ensure(1);
|
|
1236
|
+
this.json[this.i++] = CLOSE_BRACKET;
|
|
1237
|
+
}
|
|
1238
|
+
writeMap(ns, value, isDocument) {
|
|
1239
|
+
const sparse = !!ns.getMergedTraits().sparse;
|
|
1240
|
+
const valueSchema = ns.getValueSchema();
|
|
1241
|
+
if (!isDocument) {
|
|
1242
|
+
if (valueSchema.isStringSchema() || valueSchema.isNumericSchema() || valueSchema.isBooleanSchema()) {
|
|
1243
|
+
let modifications;
|
|
1244
|
+
for (const k in value) {
|
|
1245
|
+
const v = value[k];
|
|
1246
|
+
if (Number.isNaN(v) || v === Infinity || v === -Infinity) {
|
|
1247
|
+
(modifications ??= {})[k] = v;
|
|
1248
|
+
value[k] = String(v);
|
|
1249
|
+
}
|
|
1250
|
+
else if (v === null && !sparse) {
|
|
1251
|
+
(modifications ??= {})[k] = null;
|
|
1252
|
+
value[k] = undefined;
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
const json = JSON.stringify(value);
|
|
1256
|
+
if (modifications) {
|
|
1257
|
+
Object.assign(value, modifications);
|
|
1258
|
+
}
|
|
1259
|
+
this.ensure(json.length * 3);
|
|
1260
|
+
this.i += encoder.encodeInto(json, this.json.subarray(this.i)).written;
|
|
1261
|
+
return;
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
this.ensure(2);
|
|
1265
|
+
this.json[this.i++] = OPEN_BRACE;
|
|
1266
|
+
let first = true;
|
|
1267
|
+
for (const k in value) {
|
|
1268
|
+
const v = value[k];
|
|
1269
|
+
if (isDocument ? v === undefined : v == null && !sparse) {
|
|
1270
|
+
continue;
|
|
1271
|
+
}
|
|
1272
|
+
if (!first) {
|
|
1273
|
+
this.ensure(1);
|
|
1274
|
+
this.json[this.i++] = COMMA;
|
|
1275
|
+
}
|
|
1276
|
+
first = false;
|
|
1277
|
+
this.writeJsonString(k);
|
|
1278
|
+
this.ensure(1);
|
|
1279
|
+
this.json[this.i++] = COLON;
|
|
1280
|
+
this.writeValue(valueSchema, v, undefined);
|
|
1281
|
+
}
|
|
1282
|
+
this.ensure(1);
|
|
1283
|
+
this.json[this.i++] = CLOSE_BRACE;
|
|
1284
|
+
}
|
|
1285
|
+
writeTimestamp(ns, value) {
|
|
1286
|
+
const format = determineTimestampFormat(ns, this.settings);
|
|
1287
|
+
switch (format) {
|
|
1288
|
+
case 5: {
|
|
1289
|
+
const iso = value.toISOString().replace(".000Z", "Z");
|
|
1290
|
+
this.writeAsciiQuoted(iso);
|
|
1291
|
+
return;
|
|
1292
|
+
}
|
|
1293
|
+
case 6: {
|
|
1294
|
+
this.writeAsciiQuoted(dateToUtcString(value));
|
|
1295
|
+
return;
|
|
1296
|
+
}
|
|
1297
|
+
case 7: {
|
|
1298
|
+
const epochSecs = String(value.getTime() / 1000);
|
|
1299
|
+
this.writeAscii(epochSecs);
|
|
1300
|
+
return;
|
|
1301
|
+
}
|
|
1302
|
+
default: {
|
|
1303
|
+
const epochSecs = String(value.getTime() / 1000);
|
|
1304
|
+
this.writeAscii(epochSecs);
|
|
1305
|
+
return;
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
class JsonCodec2 extends SerdeContextConfig {
|
|
1312
|
+
settings;
|
|
1313
|
+
constructor(settings) {
|
|
1314
|
+
super();
|
|
1315
|
+
this.settings = settings;
|
|
1316
|
+
}
|
|
1317
|
+
createSerializer() {
|
|
1318
|
+
const serializer = new JsonShapeSerializer2(this.settings);
|
|
1319
|
+
serializer.setSerdeContext(this.serdeContext);
|
|
1320
|
+
return serializer;
|
|
1321
|
+
}
|
|
1322
|
+
createDeserializer() {
|
|
1323
|
+
const deserializer = new JsonShapeDeserializer2(this.settings);
|
|
1324
|
+
deserializer.setSerdeContext(this.serdeContext);
|
|
1325
|
+
return deserializer;
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
class AwsJsonRpcProtocol extends RpcProtocol {
|
|
1330
|
+
serializer;
|
|
1331
|
+
deserializer;
|
|
1332
|
+
serviceTarget;
|
|
1333
|
+
codec;
|
|
1334
|
+
mixin;
|
|
1335
|
+
awsQueryCompatible;
|
|
1336
|
+
constructor({ defaultNamespace, errorTypeRegistries, serviceTarget, awsQueryCompatible, jsonCodec, }) {
|
|
1337
|
+
super({
|
|
1338
|
+
defaultNamespace,
|
|
1339
|
+
errorTypeRegistries,
|
|
1340
|
+
});
|
|
1341
|
+
this.serviceTarget = serviceTarget;
|
|
1342
|
+
this.codec =
|
|
1343
|
+
jsonCodec ??
|
|
1344
|
+
new JsonCodec2({
|
|
1345
|
+
timestampFormat: {
|
|
1346
|
+
useTrait: true,
|
|
1347
|
+
default: 7,
|
|
1348
|
+
},
|
|
1349
|
+
jsonName: false,
|
|
1350
|
+
});
|
|
1351
|
+
this.serializer = this.codec.createSerializer();
|
|
1352
|
+
this.deserializer = this.codec.createDeserializer();
|
|
1353
|
+
this.awsQueryCompatible = !!awsQueryCompatible;
|
|
1354
|
+
this.mixin = new ProtocolLib(this.awsQueryCompatible);
|
|
1355
|
+
}
|
|
1356
|
+
async serializeRequest(operationSchema, input, context) {
|
|
1357
|
+
const request = await super.serializeRequest(operationSchema, input, context);
|
|
1358
|
+
if (!request.path.endsWith("/")) {
|
|
1359
|
+
request.path += "/";
|
|
1360
|
+
}
|
|
1361
|
+
request.headers["content-type"] = `application/x-amz-json-${this.getJsonRpcVersion()}`;
|
|
1362
|
+
request.headers["x-amz-target"] = `${this.serviceTarget}.${operationSchema.name}`;
|
|
1363
|
+
if (this.awsQueryCompatible) {
|
|
1364
|
+
request.headers["x-amzn-query-mode"] = "true";
|
|
1365
|
+
}
|
|
1366
|
+
if (deref(operationSchema.input) === "unit" || !request.body) {
|
|
1367
|
+
request.body = "{}";
|
|
1368
|
+
}
|
|
1369
|
+
return request;
|
|
1370
|
+
}
|
|
1371
|
+
getPayloadCodec() {
|
|
1372
|
+
return this.codec;
|
|
1373
|
+
}
|
|
1374
|
+
async handleError(operationSchema, context, response, dataObject, metadata) {
|
|
1375
|
+
const { awsQueryCompatible } = this;
|
|
1376
|
+
if (awsQueryCompatible) {
|
|
1377
|
+
this.mixin.setQueryCompatError(dataObject, response);
|
|
1378
|
+
}
|
|
1379
|
+
const errorIdentifier = loadJsonRpcErrorCode(response, dataObject, awsQueryCompatible) ?? "Unknown";
|
|
1380
|
+
this.mixin.compose(this.compositeErrorRegistry, errorIdentifier, this.options.defaultNamespace);
|
|
1381
|
+
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata, awsQueryCompatible ? this.mixin.findQueryCompatibleError : undefined);
|
|
1382
|
+
const ns = NormalizedSchema.of(errorSchema);
|
|
1383
|
+
const message = dataObject.message ?? dataObject.Message ?? "UnknownError";
|
|
1384
|
+
const ErrorCtor = this.compositeErrorRegistry.getErrorCtor(errorSchema) ?? Error;
|
|
1385
|
+
const exception = new ErrorCtor({});
|
|
1386
|
+
const output = {};
|
|
1387
|
+
const errorDeserializer = this.codec.createDeserializer();
|
|
1388
|
+
for (const [name, member] of ns.structIterator()) {
|
|
1389
|
+
if (dataObject[name] != null) {
|
|
1390
|
+
output[name] = errorDeserializer.readObject(member, dataObject[name]);
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
if (awsQueryCompatible) {
|
|
1394
|
+
this.mixin.queryCompatOutput(dataObject, output);
|
|
1395
|
+
}
|
|
1396
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
1397
|
+
$fault: ns.getMergedTraits().error,
|
|
1398
|
+
message,
|
|
1399
|
+
}, output), dataObject);
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
class AwsJson1_0Protocol extends AwsJsonRpcProtocol {
|
|
1404
|
+
constructor({ defaultNamespace, errorTypeRegistries, serviceTarget, awsQueryCompatible, jsonCodec, }) {
|
|
1405
|
+
super({
|
|
1406
|
+
defaultNamespace,
|
|
1407
|
+
errorTypeRegistries,
|
|
1408
|
+
serviceTarget,
|
|
1409
|
+
awsQueryCompatible,
|
|
1410
|
+
jsonCodec,
|
|
1411
|
+
});
|
|
1412
|
+
}
|
|
1413
|
+
getShapeId() {
|
|
1414
|
+
return "aws.protocols#awsJson1_0";
|
|
1415
|
+
}
|
|
1416
|
+
getJsonRpcVersion() {
|
|
1417
|
+
return "1.0";
|
|
1418
|
+
}
|
|
1419
|
+
getDefaultContentType() {
|
|
1420
|
+
return "application/x-amz-json-1.0";
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
class AwsJson1_1Protocol extends AwsJsonRpcProtocol {
|
|
1425
|
+
constructor({ defaultNamespace, errorTypeRegistries, serviceTarget, awsQueryCompatible, jsonCodec, }) {
|
|
1426
|
+
super({
|
|
1427
|
+
defaultNamespace,
|
|
1428
|
+
errorTypeRegistries,
|
|
1429
|
+
serviceTarget,
|
|
1430
|
+
awsQueryCompatible,
|
|
1431
|
+
jsonCodec,
|
|
1432
|
+
});
|
|
1433
|
+
}
|
|
1434
|
+
getShapeId() {
|
|
1435
|
+
return "aws.protocols#awsJson1_1";
|
|
1436
|
+
}
|
|
1437
|
+
getJsonRpcVersion() {
|
|
1438
|
+
return "1.1";
|
|
1439
|
+
}
|
|
1440
|
+
getDefaultContentType() {
|
|
1441
|
+
return "application/x-amz-json-1.1";
|
|
1442
|
+
}
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
class AwsRestJsonProtocol extends HttpBindingProtocol {
|
|
1446
|
+
serializer;
|
|
1447
|
+
deserializer;
|
|
1448
|
+
codec;
|
|
1449
|
+
mixin = new ProtocolLib();
|
|
1450
|
+
constructor({ defaultNamespace, errorTypeRegistries, jsonCodec, }) {
|
|
1451
|
+
super({
|
|
1452
|
+
defaultNamespace,
|
|
1453
|
+
errorTypeRegistries,
|
|
1454
|
+
});
|
|
1455
|
+
const settings = {
|
|
1456
|
+
timestampFormat: {
|
|
1457
|
+
useTrait: true,
|
|
1458
|
+
default: 7,
|
|
1459
|
+
},
|
|
1460
|
+
httpBindings: true,
|
|
1461
|
+
jsonName: true,
|
|
1462
|
+
};
|
|
1463
|
+
this.codec = jsonCodec ?? new JsonCodec2(settings);
|
|
1464
|
+
this.serializer = new HttpInterceptingShapeSerializer(this.codec.createSerializer(), settings);
|
|
1465
|
+
this.deserializer = new HttpInterceptingShapeDeserializer(this.codec.createDeserializer(), settings);
|
|
1466
|
+
}
|
|
1467
|
+
getShapeId() {
|
|
1468
|
+
return "aws.protocols#restJson1";
|
|
1469
|
+
}
|
|
1470
|
+
getPayloadCodec() {
|
|
1471
|
+
return this.codec;
|
|
1472
|
+
}
|
|
1473
|
+
setSerdeContext(serdeContext) {
|
|
1474
|
+
this.codec.setSerdeContext(serdeContext);
|
|
1475
|
+
super.setSerdeContext(serdeContext);
|
|
1476
|
+
}
|
|
1477
|
+
async serializeRequest(operationSchema, input, context) {
|
|
1478
|
+
const request = await super.serializeRequest(operationSchema, input, context);
|
|
1479
|
+
const inputSchema = NormalizedSchema.of(operationSchema.input);
|
|
1480
|
+
if (!request.headers["content-type"]) {
|
|
1481
|
+
const contentType = this.mixin.resolveRestContentType(this.getDefaultContentType(), inputSchema);
|
|
1482
|
+
if (contentType) {
|
|
1483
|
+
request.headers["content-type"] = contentType;
|
|
292
1484
|
}
|
|
293
1485
|
}
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => (context?.utf8Encoder ?? toUtf8)(body));
|
|
299
|
-
|
|
300
|
-
const parseJsonBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
301
|
-
if (encoded.length) {
|
|
302
|
-
try {
|
|
303
|
-
return JSON.parse(encoded);
|
|
1486
|
+
if (request.body == null && request.headers["content-type"] === this.getDefaultContentType()) {
|
|
1487
|
+
request.body = "{}";
|
|
304
1488
|
}
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
1489
|
+
return request;
|
|
1490
|
+
}
|
|
1491
|
+
async deserializeResponse(operationSchema, context, response) {
|
|
1492
|
+
const output = await super.deserializeResponse(operationSchema, context, response);
|
|
1493
|
+
const outputSchema = NormalizedSchema.of(operationSchema.output);
|
|
1494
|
+
for (const [name, member] of outputSchema.structIterator()) {
|
|
1495
|
+
if (member.getMemberTraits().httpPayload && !(name in output)) {
|
|
1496
|
+
output[name] = null;
|
|
310
1497
|
}
|
|
311
|
-
throw e;
|
|
312
1498
|
}
|
|
1499
|
+
return output;
|
|
313
1500
|
}
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
const
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
cleanValue = cleanValue.split(",")[0];
|
|
329
|
-
}
|
|
330
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
331
|
-
cleanValue = cleanValue.split(":")[0];
|
|
332
|
-
}
|
|
333
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
334
|
-
cleanValue = cleanValue.split("#")[1];
|
|
335
|
-
}
|
|
336
|
-
return cleanValue;
|
|
337
|
-
};
|
|
338
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
339
|
-
return loadErrorCode(output, data, ["header", "code", "type"]);
|
|
340
|
-
};
|
|
341
|
-
const loadJsonRpcErrorCode = (output, data, queryCompat = false) => {
|
|
342
|
-
return loadErrorCode(output, data, queryCompat ? ["code", "header", "type"] : ["type", "code", "header"]);
|
|
343
|
-
};
|
|
344
|
-
const loadErrorCode = ({ headers }, data, order) => {
|
|
345
|
-
while (order.length > 0) {
|
|
346
|
-
const location = order.shift();
|
|
347
|
-
switch (location) {
|
|
348
|
-
case "header":
|
|
349
|
-
const headerKey = findKey(headers ?? {}, "x-amzn-errortype");
|
|
350
|
-
if (headerKey !== undefined) {
|
|
351
|
-
return sanitizeErrorCode(headers[headerKey]);
|
|
352
|
-
}
|
|
353
|
-
break;
|
|
354
|
-
case "code":
|
|
355
|
-
const codeKey = findKey(data ?? {}, "code");
|
|
356
|
-
if (codeKey && data[codeKey] !== undefined) {
|
|
357
|
-
return sanitizeErrorCode(data[codeKey]);
|
|
358
|
-
}
|
|
359
|
-
break;
|
|
360
|
-
case "type":
|
|
361
|
-
if (data?.__type !== undefined) {
|
|
362
|
-
return sanitizeErrorCode(data.__type);
|
|
363
|
-
}
|
|
364
|
-
break;
|
|
1501
|
+
async handleError(operationSchema, context, response, dataObject, metadata) {
|
|
1502
|
+
const errorIdentifier = loadRestJsonErrorCode(response, dataObject) ?? "Unknown";
|
|
1503
|
+
this.mixin.compose(this.compositeErrorRegistry, errorIdentifier, this.options.defaultNamespace);
|
|
1504
|
+
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
1505
|
+
const ns = NormalizedSchema.of(errorSchema);
|
|
1506
|
+
const message = dataObject.message ?? dataObject.Message ?? "UnknownError";
|
|
1507
|
+
const ErrorCtor = this.compositeErrorRegistry.getErrorCtor(errorSchema) ?? Error;
|
|
1508
|
+
const exception = new ErrorCtor({});
|
|
1509
|
+
await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
|
|
1510
|
+
const output = {};
|
|
1511
|
+
const errorDeserializer = this.codec.createDeserializer();
|
|
1512
|
+
for (const [name, member] of ns.structIterator()) {
|
|
1513
|
+
const target = member.getMergedTraits().jsonName ?? name;
|
|
1514
|
+
output[name] = errorDeserializer.readObject(member, dataObject[target]);
|
|
365
1515
|
}
|
|
1516
|
+
throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
|
|
1517
|
+
$fault: ns.getMergedTraits().error,
|
|
1518
|
+
message,
|
|
1519
|
+
}, output), dataObject);
|
|
366
1520
|
}
|
|
367
|
-
|
|
1521
|
+
getDefaultContentType() {
|
|
1522
|
+
return "application/json";
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
368
1525
|
|
|
369
1526
|
class JsonShapeDeserializer extends SerdeContextConfig {
|
|
370
1527
|
settings;
|
|
@@ -373,7 +1530,8 @@ class JsonShapeDeserializer extends SerdeContextConfig {
|
|
|
373
1530
|
this.settings = settings;
|
|
374
1531
|
}
|
|
375
1532
|
async read(schema, data) {
|
|
376
|
-
|
|
1533
|
+
const reviver = needsReviver(schema) ? jsonReviver : undefined;
|
|
1534
|
+
return this._read(schema, typeof data === "string" ? JSON.parse(data, reviver) : await parseJsonBody(data, this.serdeContext, schema));
|
|
377
1535
|
}
|
|
378
1536
|
readObject(schema, data) {
|
|
379
1537
|
return this._read(schema, data);
|
|
@@ -414,7 +1572,7 @@ class JsonShapeDeserializer extends SerdeContextConfig {
|
|
|
414
1572
|
else if (typeof record.__type === "string") {
|
|
415
1573
|
for (const k in record) {
|
|
416
1574
|
const v = record[k];
|
|
417
|
-
const t = jsonName ? nameMap[k] ?? k : k;
|
|
1575
|
+
const t = jsonName ? (nameMap[k] ?? k) : k;
|
|
418
1576
|
if (!(t in out)) {
|
|
419
1577
|
out[t] = v;
|
|
420
1578
|
}
|
|
@@ -434,6 +1592,9 @@ class JsonShapeDeserializer extends SerdeContextConfig {
|
|
|
434
1592
|
const mapMember = ns.getValueSchema();
|
|
435
1593
|
const out = {};
|
|
436
1594
|
for (const _k in value) {
|
|
1595
|
+
if (_k === "__proto__") {
|
|
1596
|
+
writeKey(out);
|
|
1597
|
+
}
|
|
437
1598
|
out[_k] = this._read(mapMember, value[_k]);
|
|
438
1599
|
}
|
|
439
1600
|
return out;
|
|
@@ -492,6 +1653,9 @@ class JsonShapeDeserializer extends SerdeContextConfig {
|
|
|
492
1653
|
if (isObject) {
|
|
493
1654
|
const out = Array.isArray(value) ? [] : {};
|
|
494
1655
|
for (const k in value) {
|
|
1656
|
+
if (k === "__proto__") {
|
|
1657
|
+
writeKey(out);
|
|
1658
|
+
}
|
|
495
1659
|
const v = value[k];
|
|
496
1660
|
if (v instanceof NumericValue) {
|
|
497
1661
|
out[k] = v;
|
|
@@ -617,13 +1781,16 @@ class JsonShapeSerializer extends SerdeContextConfig {
|
|
|
617
1781
|
const { $unknown } = record;
|
|
618
1782
|
if (Array.isArray($unknown)) {
|
|
619
1783
|
const [k, v] = $unknown;
|
|
1784
|
+
if (k === "__proto__") {
|
|
1785
|
+
writeKey(out);
|
|
1786
|
+
}
|
|
620
1787
|
out[k] = this._write(15, v);
|
|
621
1788
|
}
|
|
622
1789
|
}
|
|
623
1790
|
else if (typeof record.__type === "string") {
|
|
624
1791
|
for (const k in record) {
|
|
625
1792
|
const v = record[k];
|
|
626
|
-
const targetKey = jsonName ? nameMap[k] ?? k : k;
|
|
1793
|
+
const targetKey = jsonName ? (nameMap[k] ?? k) : k;
|
|
627
1794
|
if (!(targetKey in out)) {
|
|
628
1795
|
out[targetKey] = this._write(15, v);
|
|
629
1796
|
}
|
|
@@ -649,12 +1816,15 @@ class JsonShapeSerializer extends SerdeContextConfig {
|
|
|
649
1816
|
for (const _k in value) {
|
|
650
1817
|
const _v = value[_k];
|
|
651
1818
|
if (sparse || _v != null) {
|
|
1819
|
+
if (_k === "__proto__") {
|
|
1820
|
+
writeKey(out);
|
|
1821
|
+
}
|
|
652
1822
|
out[_k] = this._write(mapMember, _v);
|
|
653
1823
|
}
|
|
654
1824
|
}
|
|
655
1825
|
return out;
|
|
656
1826
|
}
|
|
657
|
-
if (value instanceof Uint8Array &&
|
|
1827
|
+
if (value instanceof Uint8Array && ns.isBlobSchema()) {
|
|
658
1828
|
if (ns === this.rootSchema) {
|
|
659
1829
|
return value;
|
|
660
1830
|
}
|
|
@@ -670,292 +1840,91 @@ class JsonShapeSerializer extends SerdeContextConfig {
|
|
|
670
1840
|
case 7:
|
|
671
1841
|
return value.getTime() / 1000;
|
|
672
1842
|
default:
|
|
673
|
-
console.warn("Missing timestamp format, using epoch seconds", value);
|
|
674
|
-
return value.getTime() / 1000;
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
if (value instanceof NumericValue) {
|
|
678
|
-
this.useReplacer = true;
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
if (value === null && container?.isStructSchema()) {
|
|
682
|
-
return void 0;
|
|
683
|
-
}
|
|
684
|
-
if (ns.isStringSchema()) {
|
|
685
|
-
if (typeof value === "undefined" && ns.isIdempotencyToken()) {
|
|
686
|
-
return generateIdempotencyToken();
|
|
687
|
-
}
|
|
688
|
-
const mediaType = ns.getMergedTraits().mediaType;
|
|
689
|
-
if (value != null && mediaType) {
|
|
690
|
-
const isJson = mediaType === "application/json" || mediaType.endsWith("+json");
|
|
691
|
-
if (isJson) {
|
|
692
|
-
return LazyJsonString.from(value);
|
|
693
|
-
}
|
|
694
|
-
}
|
|
695
|
-
return value;
|
|
696
|
-
}
|
|
697
|
-
if (typeof value === "number" && ns.isNumericSchema()) {
|
|
698
|
-
if (Math.abs(value) === Infinity || isNaN(value)) {
|
|
699
|
-
return String(value);
|
|
700
|
-
}
|
|
701
|
-
return value;
|
|
702
|
-
}
|
|
703
|
-
if (typeof value === "string" && ns.isBlobSchema()) {
|
|
704
|
-
if (ns === this.rootSchema) {
|
|
705
|
-
return value;
|
|
706
|
-
}
|
|
707
|
-
return (this.serdeContext?.base64Encoder ?? toBase64)(value);
|
|
708
|
-
}
|
|
709
|
-
if (typeof value === "bigint") {
|
|
710
|
-
this.useReplacer = true;
|
|
711
|
-
}
|
|
712
|
-
if (ns.isDocumentSchema()) {
|
|
713
|
-
if (isObject) {
|
|
714
|
-
const out = Array.isArray(value) ? [] : {};
|
|
715
|
-
for (const k in value) {
|
|
716
|
-
const v = value[k];
|
|
717
|
-
if (v instanceof NumericValue) {
|
|
718
|
-
this.useReplacer = true;
|
|
719
|
-
out[k] = v;
|
|
720
|
-
}
|
|
721
|
-
else {
|
|
722
|
-
out[k] = this._write(ns, v);
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
return out;
|
|
726
|
-
}
|
|
727
|
-
else {
|
|
728
|
-
return structuredClone(value);
|
|
729
|
-
}
|
|
730
|
-
}
|
|
731
|
-
return value;
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
class JsonCodec extends SerdeContextConfig {
|
|
736
|
-
settings;
|
|
737
|
-
constructor(settings) {
|
|
738
|
-
super();
|
|
739
|
-
this.settings = settings;
|
|
740
|
-
}
|
|
741
|
-
createSerializer() {
|
|
742
|
-
const serializer = new JsonShapeSerializer(this.settings);
|
|
743
|
-
serializer.setSerdeContext(this.serdeContext);
|
|
744
|
-
return serializer;
|
|
745
|
-
}
|
|
746
|
-
createDeserializer() {
|
|
747
|
-
const deserializer = new JsonShapeDeserializer(this.settings);
|
|
748
|
-
deserializer.setSerdeContext(this.serdeContext);
|
|
749
|
-
return deserializer;
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
class AwsJsonRpcProtocol extends RpcProtocol {
|
|
754
|
-
serializer;
|
|
755
|
-
deserializer;
|
|
756
|
-
serviceTarget;
|
|
757
|
-
codec;
|
|
758
|
-
mixin;
|
|
759
|
-
awsQueryCompatible;
|
|
760
|
-
constructor({ defaultNamespace, errorTypeRegistries, serviceTarget, awsQueryCompatible, jsonCodec, }) {
|
|
761
|
-
super({
|
|
762
|
-
defaultNamespace,
|
|
763
|
-
errorTypeRegistries,
|
|
764
|
-
});
|
|
765
|
-
this.serviceTarget = serviceTarget;
|
|
766
|
-
this.codec =
|
|
767
|
-
jsonCodec ??
|
|
768
|
-
new JsonCodec({
|
|
769
|
-
timestampFormat: {
|
|
770
|
-
useTrait: true,
|
|
771
|
-
default: 7,
|
|
772
|
-
},
|
|
773
|
-
jsonName: false,
|
|
774
|
-
});
|
|
775
|
-
this.serializer = this.codec.createSerializer();
|
|
776
|
-
this.deserializer = this.codec.createDeserializer();
|
|
777
|
-
this.awsQueryCompatible = !!awsQueryCompatible;
|
|
778
|
-
this.mixin = new ProtocolLib(this.awsQueryCompatible);
|
|
779
|
-
}
|
|
780
|
-
async serializeRequest(operationSchema, input, context) {
|
|
781
|
-
const request = await super.serializeRequest(operationSchema, input, context);
|
|
782
|
-
if (!request.path.endsWith("/")) {
|
|
783
|
-
request.path += "/";
|
|
784
|
-
}
|
|
785
|
-
request.headers["content-type"] = `application/x-amz-json-${this.getJsonRpcVersion()}`;
|
|
786
|
-
request.headers["x-amz-target"] = `${this.serviceTarget}.${operationSchema.name}`;
|
|
787
|
-
if (this.awsQueryCompatible) {
|
|
788
|
-
request.headers["x-amzn-query-mode"] = "true";
|
|
789
|
-
}
|
|
790
|
-
if (deref(operationSchema.input) === "unit" || !request.body) {
|
|
791
|
-
request.body = "{}";
|
|
792
|
-
}
|
|
793
|
-
return request;
|
|
794
|
-
}
|
|
795
|
-
getPayloadCodec() {
|
|
796
|
-
return this.codec;
|
|
797
|
-
}
|
|
798
|
-
async handleError(operationSchema, context, response, dataObject, metadata) {
|
|
799
|
-
const { awsQueryCompatible } = this;
|
|
800
|
-
if (awsQueryCompatible) {
|
|
801
|
-
this.mixin.setQueryCompatError(dataObject, response);
|
|
802
|
-
}
|
|
803
|
-
const errorIdentifier = loadJsonRpcErrorCode(response, dataObject, awsQueryCompatible) ?? "Unknown";
|
|
804
|
-
this.mixin.compose(this.compositeErrorRegistry, errorIdentifier, this.options.defaultNamespace);
|
|
805
|
-
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata, awsQueryCompatible ? this.mixin.findQueryCompatibleError : undefined);
|
|
806
|
-
const ns = NormalizedSchema.of(errorSchema);
|
|
807
|
-
const message = dataObject.message ?? dataObject.Message ?? "UnknownError";
|
|
808
|
-
const ErrorCtor = this.compositeErrorRegistry.getErrorCtor(errorSchema) ?? Error;
|
|
809
|
-
const exception = new ErrorCtor({});
|
|
810
|
-
const output = {};
|
|
811
|
-
const errorDeserializer = this.codec.createDeserializer();
|
|
812
|
-
for (const [name, member] of ns.structIterator()) {
|
|
813
|
-
if (dataObject[name] != null) {
|
|
814
|
-
output[name] = errorDeserializer.readObject(member, dataObject[name]);
|
|
1843
|
+
console.warn("Missing timestamp format, using epoch seconds", value);
|
|
1844
|
+
return value.getTime() / 1000;
|
|
1845
|
+
}
|
|
1846
|
+
}
|
|
1847
|
+
if (value instanceof NumericValue) {
|
|
1848
|
+
this.useReplacer = true;
|
|
815
1849
|
}
|
|
816
1850
|
}
|
|
817
|
-
if (
|
|
818
|
-
|
|
1851
|
+
if (value === null && container?.isStructSchema()) {
|
|
1852
|
+
return void 0;
|
|
819
1853
|
}
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
defaultNamespace,
|
|
831
|
-
errorTypeRegistries,
|
|
832
|
-
serviceTarget,
|
|
833
|
-
awsQueryCompatible,
|
|
834
|
-
jsonCodec,
|
|
835
|
-
});
|
|
836
|
-
}
|
|
837
|
-
getShapeId() {
|
|
838
|
-
return "aws.protocols#awsJson1_0";
|
|
839
|
-
}
|
|
840
|
-
getJsonRpcVersion() {
|
|
841
|
-
return "1.0";
|
|
842
|
-
}
|
|
843
|
-
getDefaultContentType() {
|
|
844
|
-
return "application/x-amz-json-1.0";
|
|
845
|
-
}
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
class AwsJson1_1Protocol extends AwsJsonRpcProtocol {
|
|
849
|
-
constructor({ defaultNamespace, errorTypeRegistries, serviceTarget, awsQueryCompatible, jsonCodec, }) {
|
|
850
|
-
super({
|
|
851
|
-
defaultNamespace,
|
|
852
|
-
errorTypeRegistries,
|
|
853
|
-
serviceTarget,
|
|
854
|
-
awsQueryCompatible,
|
|
855
|
-
jsonCodec,
|
|
856
|
-
});
|
|
857
|
-
}
|
|
858
|
-
getShapeId() {
|
|
859
|
-
return "aws.protocols#awsJson1_1";
|
|
860
|
-
}
|
|
861
|
-
getJsonRpcVersion() {
|
|
862
|
-
return "1.1";
|
|
863
|
-
}
|
|
864
|
-
getDefaultContentType() {
|
|
865
|
-
return "application/x-amz-json-1.1";
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
class AwsRestJsonProtocol extends HttpBindingProtocol {
|
|
870
|
-
serializer;
|
|
871
|
-
deserializer;
|
|
872
|
-
codec;
|
|
873
|
-
mixin = new ProtocolLib();
|
|
874
|
-
constructor({ defaultNamespace, errorTypeRegistries, }) {
|
|
875
|
-
super({
|
|
876
|
-
defaultNamespace,
|
|
877
|
-
errorTypeRegistries,
|
|
878
|
-
});
|
|
879
|
-
const settings = {
|
|
880
|
-
timestampFormat: {
|
|
881
|
-
useTrait: true,
|
|
882
|
-
default: 7,
|
|
883
|
-
},
|
|
884
|
-
httpBindings: true,
|
|
885
|
-
jsonName: true,
|
|
886
|
-
};
|
|
887
|
-
this.codec = new JsonCodec(settings);
|
|
888
|
-
this.serializer = new HttpInterceptingShapeSerializer(this.codec.createSerializer(), settings);
|
|
889
|
-
this.deserializer = new HttpInterceptingShapeDeserializer(this.codec.createDeserializer(), settings);
|
|
890
|
-
}
|
|
891
|
-
getShapeId() {
|
|
892
|
-
return "aws.protocols#restJson1";
|
|
893
|
-
}
|
|
894
|
-
getPayloadCodec() {
|
|
895
|
-
return this.codec;
|
|
896
|
-
}
|
|
897
|
-
setSerdeContext(serdeContext) {
|
|
898
|
-
this.codec.setSerdeContext(serdeContext);
|
|
899
|
-
super.setSerdeContext(serdeContext);
|
|
900
|
-
}
|
|
901
|
-
async serializeRequest(operationSchema, input, context) {
|
|
902
|
-
const request = await super.serializeRequest(operationSchema, input, context);
|
|
903
|
-
const inputSchema = NormalizedSchema.of(operationSchema.input);
|
|
904
|
-
if (!request.headers["content-type"]) {
|
|
905
|
-
const contentType = this.mixin.resolveRestContentType(this.getDefaultContentType(), inputSchema);
|
|
906
|
-
if (contentType) {
|
|
907
|
-
request.headers["content-type"] = contentType;
|
|
1854
|
+
if (ns.isStringSchema()) {
|
|
1855
|
+
if (typeof value === "undefined" && ns.isIdempotencyToken()) {
|
|
1856
|
+
return generateIdempotencyToken();
|
|
1857
|
+
}
|
|
1858
|
+
const mediaType = ns.getMergedTraits().mediaType;
|
|
1859
|
+
if (value != null && mediaType) {
|
|
1860
|
+
const isJson = mediaType === "application/json" || mediaType.endsWith("+json");
|
|
1861
|
+
if (isJson) {
|
|
1862
|
+
return LazyJsonString.from(value);
|
|
1863
|
+
}
|
|
908
1864
|
}
|
|
1865
|
+
return value;
|
|
909
1866
|
}
|
|
910
|
-
if (
|
|
911
|
-
|
|
1867
|
+
if (typeof value === "number") {
|
|
1868
|
+
if (Math.abs(value) === Infinity || isNaN(value)) {
|
|
1869
|
+
return String(value);
|
|
1870
|
+
}
|
|
1871
|
+
return value;
|
|
912
1872
|
}
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
const output = await super.deserializeResponse(operationSchema, context, response);
|
|
917
|
-
const outputSchema = NormalizedSchema.of(operationSchema.output);
|
|
918
|
-
for (const [name, member] of outputSchema.structIterator()) {
|
|
919
|
-
if (member.getMemberTraits().httpPayload && !(name in output)) {
|
|
920
|
-
output[name] = null;
|
|
1873
|
+
if (typeof value === "string" && ns.isBlobSchema()) {
|
|
1874
|
+
if (ns === this.rootSchema) {
|
|
1875
|
+
return value;
|
|
921
1876
|
}
|
|
1877
|
+
return (this.serdeContext?.base64Encoder ?? toBase64)(value);
|
|
922
1878
|
}
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
async handleError(operationSchema, context, response, dataObject, metadata) {
|
|
926
|
-
const errorIdentifier = loadRestJsonErrorCode(response, dataObject) ?? "Unknown";
|
|
927
|
-
this.mixin.compose(this.compositeErrorRegistry, errorIdentifier, this.options.defaultNamespace);
|
|
928
|
-
const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
|
|
929
|
-
const ns = NormalizedSchema.of(errorSchema);
|
|
930
|
-
const message = dataObject.message ?? dataObject.Message ?? "UnknownError";
|
|
931
|
-
const ErrorCtor = this.compositeErrorRegistry.getErrorCtor(errorSchema) ?? Error;
|
|
932
|
-
const exception = new ErrorCtor({});
|
|
933
|
-
await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
|
|
934
|
-
const output = {};
|
|
935
|
-
const errorDeserializer = this.codec.createDeserializer();
|
|
936
|
-
for (const [name, member] of ns.structIterator()) {
|
|
937
|
-
const target = member.getMergedTraits().jsonName ?? name;
|
|
938
|
-
output[name] = errorDeserializer.readObject(member, dataObject[target]);
|
|
1879
|
+
if (typeof value === "bigint") {
|
|
1880
|
+
this.useReplacer = true;
|
|
939
1881
|
}
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
1882
|
+
if (ns.isDocumentSchema()) {
|
|
1883
|
+
if (isObject) {
|
|
1884
|
+
if (value instanceof Uint8Array) {
|
|
1885
|
+
return (this.serdeContext?.base64Encoder ?? toBase64)(value);
|
|
1886
|
+
}
|
|
1887
|
+
const out = Array.isArray(value) ? [] : {};
|
|
1888
|
+
for (const k in value) {
|
|
1889
|
+
const v = value[k];
|
|
1890
|
+
if (k === "__proto__") {
|
|
1891
|
+
writeKey(out);
|
|
1892
|
+
}
|
|
1893
|
+
if (v instanceof NumericValue) {
|
|
1894
|
+
this.useReplacer = true;
|
|
1895
|
+
out[k] = v;
|
|
1896
|
+
}
|
|
1897
|
+
else {
|
|
1898
|
+
out[k] = this._write(ns, v);
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
return out;
|
|
1902
|
+
}
|
|
1903
|
+
else {
|
|
1904
|
+
return structuredClone(value);
|
|
1905
|
+
}
|
|
1906
|
+
}
|
|
1907
|
+
return value;
|
|
947
1908
|
}
|
|
948
1909
|
}
|
|
949
1910
|
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
1911
|
+
class JsonCodec extends SerdeContextConfig {
|
|
1912
|
+
settings;
|
|
1913
|
+
constructor(settings) {
|
|
1914
|
+
super();
|
|
1915
|
+
this.settings = settings;
|
|
953
1916
|
}
|
|
954
|
-
|
|
955
|
-
|
|
1917
|
+
createSerializer() {
|
|
1918
|
+
const serializer = new JsonShapeSerializer(this.settings);
|
|
1919
|
+
serializer.setSerdeContext(this.serdeContext);
|
|
1920
|
+
return serializer;
|
|
956
1921
|
}
|
|
957
|
-
|
|
958
|
-
|
|
1922
|
+
createDeserializer() {
|
|
1923
|
+
const deserializer = new JsonShapeDeserializer(this.settings);
|
|
1924
|
+
deserializer.setSerdeContext(this.serdeContext);
|
|
1925
|
+
return deserializer;
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
959
1928
|
|
|
960
1929
|
class XmlShapeDeserializer extends SerdeContextConfig {
|
|
961
1930
|
settings;
|
|
@@ -1037,6 +2006,9 @@ class XmlShapeDeserializer extends SerdeContextConfig {
|
|
|
1037
2006
|
for (const entry of entries) {
|
|
1038
2007
|
const key = entry[keyProperty];
|
|
1039
2008
|
const value = entry[valueProperty];
|
|
2009
|
+
if (key === "__proto__") {
|
|
2010
|
+
writeKey(buffer);
|
|
2011
|
+
}
|
|
1040
2012
|
buffer[key] = this.readSchema(memberNs, value);
|
|
1041
2013
|
}
|
|
1042
2014
|
return buffer;
|
|
@@ -1050,8 +2022,8 @@ class XmlShapeDeserializer extends SerdeContextConfig {
|
|
|
1050
2022
|
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
1051
2023
|
const memberTraits = memberSchema.getMergedTraits();
|
|
1052
2024
|
const xmlObjectKey = !memberTraits.httpPayload
|
|
1053
|
-
? memberSchema.getMemberTraits().xmlName ?? memberName
|
|
1054
|
-
: memberTraits.xmlName ?? memberSchema.getName();
|
|
2025
|
+
? (memberSchema.getMemberTraits().xmlName ?? memberName)
|
|
2026
|
+
: (memberTraits.xmlName ?? memberSchema.getName());
|
|
1055
2027
|
if (union) {
|
|
1056
2028
|
unionSerde.mark(xmlObjectKey);
|
|
1057
2029
|
}
|
|
@@ -1533,8 +2505,8 @@ class XmlShapeSerializer extends SerdeContextConfig {
|
|
|
1533
2505
|
writeStruct(ns, value, parentXmlns) {
|
|
1534
2506
|
const traits = ns.getMergedTraits();
|
|
1535
2507
|
const name = ns.isMemberSchema() && !traits.httpPayload
|
|
1536
|
-
? ns.getMemberTraits().xmlName ?? ns.getMemberName()
|
|
1537
|
-
: traits.xmlName ?? ns.getName();
|
|
2508
|
+
? (ns.getMemberTraits().xmlName ?? ns.getMemberName())
|
|
2509
|
+
: (traits.xmlName ?? ns.getName());
|
|
1538
2510
|
if (!name || !ns.isStructSchema()) {
|
|
1539
2511
|
throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write struct with empty name or non-struct, schema=${ns.getName(true)}.`);
|
|
1540
2512
|
}
|
|
@@ -1603,10 +2575,10 @@ class XmlShapeSerializer extends SerdeContextConfig {
|
|
|
1603
2575
|
}
|
|
1604
2576
|
else if (listValueSchema.isStructSchema()) {
|
|
1605
2577
|
const struct = this.writeStruct(listValueSchema, value, xmlns);
|
|
1606
|
-
container.addChildNode(struct.withName(flat ? listTraits.xmlName ?? listMember.getMemberName() : listValueTraits.xmlName ?? "member"));
|
|
2578
|
+
container.addChildNode(struct.withName(flat ? (listTraits.xmlName ?? listMember.getMemberName()) : (listValueTraits.xmlName ?? "member")));
|
|
1607
2579
|
}
|
|
1608
2580
|
else {
|
|
1609
|
-
const listItemNode = XmlNode.of(flat ? listTraits.xmlName ?? listMember.getMemberName() : listValueTraits.xmlName ?? "member");
|
|
2581
|
+
const listItemNode = XmlNode.of(flat ? (listTraits.xmlName ?? listMember.getMemberName()) : (listValueTraits.xmlName ?? "member"));
|
|
1610
2582
|
this.writeSimpleInto(listValueSchema, value, listItemNode, xmlns);
|
|
1611
2583
|
container.addChildNode(listItemNode);
|
|
1612
2584
|
}
|
|
@@ -1886,6 +2858,66 @@ class AwsRestXmlProtocol extends HttpBindingProtocol {
|
|
|
1886
2858
|
}
|
|
1887
2859
|
}
|
|
1888
2860
|
|
|
2861
|
+
const awsExpectUnion = (value) => {
|
|
2862
|
+
if (value == null) {
|
|
2863
|
+
return undefined;
|
|
2864
|
+
}
|
|
2865
|
+
if (typeof value === "object" && "__type" in value) {
|
|
2866
|
+
delete value.__type;
|
|
2867
|
+
}
|
|
2868
|
+
return expectUnion(value);
|
|
2869
|
+
};
|
|
2870
|
+
|
|
2871
|
+
const _toStr = (val) => {
|
|
2872
|
+
if (val == null) {
|
|
2873
|
+
return val;
|
|
2874
|
+
}
|
|
2875
|
+
if (typeof val === "number" || typeof val === "bigint") {
|
|
2876
|
+
const warning = new Error(`Received number ${val} where a string was expected.`);
|
|
2877
|
+
warning.name = "Warning";
|
|
2878
|
+
console.warn(warning);
|
|
2879
|
+
return String(val);
|
|
2880
|
+
}
|
|
2881
|
+
if (typeof val === "boolean") {
|
|
2882
|
+
const warning = new Error(`Received boolean ${val} where a string was expected.`);
|
|
2883
|
+
warning.name = "Warning";
|
|
2884
|
+
console.warn(warning);
|
|
2885
|
+
return String(val);
|
|
2886
|
+
}
|
|
2887
|
+
return val;
|
|
2888
|
+
};
|
|
2889
|
+
const _toBool = (val) => {
|
|
2890
|
+
if (val == null) {
|
|
2891
|
+
return val;
|
|
2892
|
+
}
|
|
2893
|
+
if (typeof val === "string") {
|
|
2894
|
+
const lowercase = val.toLowerCase();
|
|
2895
|
+
if (val !== "" && lowercase !== "false" && lowercase !== "true") {
|
|
2896
|
+
const warning = new Error(`Received string "${val}" where a boolean was expected.`);
|
|
2897
|
+
warning.name = "Warning";
|
|
2898
|
+
console.warn(warning);
|
|
2899
|
+
}
|
|
2900
|
+
return val !== "" && lowercase !== "false";
|
|
2901
|
+
}
|
|
2902
|
+
return val;
|
|
2903
|
+
};
|
|
2904
|
+
const _toNum = (val) => {
|
|
2905
|
+
if (val == null) {
|
|
2906
|
+
return val;
|
|
2907
|
+
}
|
|
2908
|
+
if (typeof val === "string") {
|
|
2909
|
+
const num = Number(val);
|
|
2910
|
+
if (num.toString() !== val) {
|
|
2911
|
+
const warning = new Error(`Received string "${val}" where a number was expected.`);
|
|
2912
|
+
warning.name = "Warning";
|
|
2913
|
+
console.warn(warning);
|
|
2914
|
+
return val;
|
|
2915
|
+
}
|
|
2916
|
+
return num;
|
|
2917
|
+
}
|
|
2918
|
+
return val;
|
|
2919
|
+
};
|
|
2920
|
+
|
|
1889
2921
|
exports.AwsEc2QueryProtocol = AwsEc2QueryProtocol;
|
|
1890
2922
|
exports.AwsJson1_0Protocol = AwsJson1_0Protocol;
|
|
1891
2923
|
exports.AwsJson1_1Protocol = AwsJson1_1Protocol;
|
|
@@ -1895,8 +2927,11 @@ exports.AwsRestJsonProtocol = AwsRestJsonProtocol;
|
|
|
1895
2927
|
exports.AwsRestXmlProtocol = AwsRestXmlProtocol;
|
|
1896
2928
|
exports.AwsSmithyRpcV2CborProtocol = AwsSmithyRpcV2CborProtocol;
|
|
1897
2929
|
exports.JsonCodec = JsonCodec;
|
|
2930
|
+
exports.JsonCodec2 = JsonCodec2;
|
|
1898
2931
|
exports.JsonShapeDeserializer = JsonShapeDeserializer;
|
|
2932
|
+
exports.JsonShapeDeserializer2 = JsonShapeDeserializer2;
|
|
1899
2933
|
exports.JsonShapeSerializer = JsonShapeSerializer;
|
|
2934
|
+
exports.JsonShapeSerializer2 = JsonShapeSerializer2;
|
|
1900
2935
|
exports.QueryShapeSerializer = QueryShapeSerializer;
|
|
1901
2936
|
exports.XmlCodec = XmlCodec;
|
|
1902
2937
|
exports.XmlShapeDeserializer = XmlShapeDeserializer;
|