@mavogel/awscdk-rootmail 0.1.1 → 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 +8 -5
- 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 +3 -3
- 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
|
@@ -13,10 +13,7 @@ import {
|
|
|
13
13
|
CompleteMultipartUploadCommandInput,
|
|
14
14
|
CompleteMultipartUploadCommandOutput,
|
|
15
15
|
} from "./commands/CompleteMultipartUploadCommand";
|
|
16
|
-
import {
|
|
17
|
-
CopyObjectCommandInput,
|
|
18
|
-
CopyObjectCommandOutput,
|
|
19
|
-
} from "./commands/CopyObjectCommand";
|
|
16
|
+
import { CopyObjectCommandInput, CopyObjectCommandOutput } from "./commands/CopyObjectCommand";
|
|
20
17
|
import {
|
|
21
18
|
CreateBucketCommandInput,
|
|
22
19
|
CreateBucketCommandOutput,
|
|
@@ -221,10 +218,7 @@ import {
|
|
|
221
218
|
GetObjectAttributesCommandInput,
|
|
222
219
|
GetObjectAttributesCommandOutput,
|
|
223
220
|
} from "./commands/GetObjectAttributesCommand";
|
|
224
|
-
import {
|
|
225
|
-
GetObjectCommandInput,
|
|
226
|
-
GetObjectCommandOutput,
|
|
227
|
-
} from "./commands/GetObjectCommand";
|
|
221
|
+
import { GetObjectCommandInput, GetObjectCommandOutput } from "./commands/GetObjectCommand";
|
|
228
222
|
import {
|
|
229
223
|
GetObjectLegalHoldCommandInput,
|
|
230
224
|
GetObjectLegalHoldCommandOutput,
|
|
@@ -249,14 +243,8 @@ import {
|
|
|
249
243
|
GetPublicAccessBlockCommandInput,
|
|
250
244
|
GetPublicAccessBlockCommandOutput,
|
|
251
245
|
} from "./commands/GetPublicAccessBlockCommand";
|
|
252
|
-
import {
|
|
253
|
-
|
|
254
|
-
HeadBucketCommandOutput,
|
|
255
|
-
} from "./commands/HeadBucketCommand";
|
|
256
|
-
import {
|
|
257
|
-
HeadObjectCommandInput,
|
|
258
|
-
HeadObjectCommandOutput,
|
|
259
|
-
} from "./commands/HeadObjectCommand";
|
|
246
|
+
import { HeadBucketCommandInput, HeadBucketCommandOutput } from "./commands/HeadBucketCommand";
|
|
247
|
+
import { HeadObjectCommandInput, HeadObjectCommandOutput } from "./commands/HeadObjectCommand";
|
|
260
248
|
import {
|
|
261
249
|
ListBucketAnalyticsConfigurationsCommandInput,
|
|
262
250
|
ListBucketAnalyticsConfigurationsCommandOutput,
|
|
@@ -273,10 +261,7 @@ import {
|
|
|
273
261
|
ListBucketMetricsConfigurationsCommandInput,
|
|
274
262
|
ListBucketMetricsConfigurationsCommandOutput,
|
|
275
263
|
} from "./commands/ListBucketMetricsConfigurationsCommand";
|
|
276
|
-
import {
|
|
277
|
-
ListBucketsCommandInput,
|
|
278
|
-
ListBucketsCommandOutput,
|
|
279
|
-
} from "./commands/ListBucketsCommand";
|
|
264
|
+
import { ListBucketsCommandInput, ListBucketsCommandOutput } from "./commands/ListBucketsCommand";
|
|
280
265
|
import {
|
|
281
266
|
ListDirectoryBucketsCommandInput,
|
|
282
267
|
ListDirectoryBucketsCommandOutput,
|
|
@@ -289,10 +274,7 @@ import {
|
|
|
289
274
|
ListObjectAnnotationsCommandInput,
|
|
290
275
|
ListObjectAnnotationsCommandOutput,
|
|
291
276
|
} from "./commands/ListObjectAnnotationsCommand";
|
|
292
|
-
import {
|
|
293
|
-
ListObjectsCommandInput,
|
|
294
|
-
ListObjectsCommandOutput,
|
|
295
|
-
} from "./commands/ListObjectsCommand";
|
|
277
|
+
import { ListObjectsCommandInput, ListObjectsCommandOutput } from "./commands/ListObjectsCommand";
|
|
296
278
|
import {
|
|
297
279
|
ListObjectsV2CommandInput,
|
|
298
280
|
ListObjectsV2CommandOutput,
|
|
@@ -301,10 +283,7 @@ import {
|
|
|
301
283
|
ListObjectVersionsCommandInput,
|
|
302
284
|
ListObjectVersionsCommandOutput,
|
|
303
285
|
} from "./commands/ListObjectVersionsCommand";
|
|
304
|
-
import {
|
|
305
|
-
ListPartsCommandInput,
|
|
306
|
-
ListPartsCommandOutput,
|
|
307
|
-
} from "./commands/ListPartsCommand";
|
|
286
|
+
import { ListPartsCommandInput, ListPartsCommandOutput } from "./commands/ListPartsCommand";
|
|
308
287
|
import {
|
|
309
288
|
PutBucketAbacCommandInput,
|
|
310
289
|
PutBucketAbacCommandOutput,
|
|
@@ -389,10 +368,7 @@ import {
|
|
|
389
368
|
PutObjectAnnotationCommandInput,
|
|
390
369
|
PutObjectAnnotationCommandOutput,
|
|
391
370
|
} from "./commands/PutObjectAnnotationCommand";
|
|
392
|
-
import {
|
|
393
|
-
PutObjectCommandInput,
|
|
394
|
-
PutObjectCommandOutput,
|
|
395
|
-
} from "./commands/PutObjectCommand";
|
|
371
|
+
import { PutObjectCommandInput, PutObjectCommandOutput } from "./commands/PutObjectCommand";
|
|
396
372
|
import {
|
|
397
373
|
PutObjectLegalHoldCommandInput,
|
|
398
374
|
PutObjectLegalHoldCommandOutput,
|
|
@@ -441,10 +417,7 @@ import {
|
|
|
441
417
|
UpdateObjectEncryptionCommandInput,
|
|
442
418
|
UpdateObjectEncryptionCommandOutput,
|
|
443
419
|
} from "./commands/UpdateObjectEncryptionCommand";
|
|
444
|
-
import {
|
|
445
|
-
UploadPartCommandInput,
|
|
446
|
-
UploadPartCommandOutput,
|
|
447
|
-
} from "./commands/UploadPartCommand";
|
|
420
|
+
import { UploadPartCommandInput, UploadPartCommandOutput } from "./commands/UploadPartCommand";
|
|
448
421
|
import {
|
|
449
422
|
UploadPartCopyCommandInput,
|
|
450
423
|
UploadPartCopyCommandOutput,
|
|
@@ -458,1640 +431,1520 @@ import { S3Client } from "./S3Client";
|
|
|
458
431
|
export interface S3 {
|
|
459
432
|
abortMultipartUpload(
|
|
460
433
|
args: AbortMultipartUploadCommandInput,
|
|
461
|
-
options?: __HttpHandlerOptions
|
|
434
|
+
options?: __HttpHandlerOptions,
|
|
462
435
|
): Promise<AbortMultipartUploadCommandOutput>;
|
|
463
436
|
abortMultipartUpload(
|
|
464
437
|
args: AbortMultipartUploadCommandInput,
|
|
465
|
-
cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void
|
|
438
|
+
cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void,
|
|
466
439
|
): void;
|
|
467
440
|
abortMultipartUpload(
|
|
468
441
|
args: AbortMultipartUploadCommandInput,
|
|
469
442
|
options: __HttpHandlerOptions,
|
|
470
|
-
cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void
|
|
443
|
+
cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void,
|
|
471
444
|
): void;
|
|
472
445
|
completeMultipartUpload(
|
|
473
446
|
args: CompleteMultipartUploadCommandInput,
|
|
474
|
-
options?: __HttpHandlerOptions
|
|
447
|
+
options?: __HttpHandlerOptions,
|
|
475
448
|
): Promise<CompleteMultipartUploadCommandOutput>;
|
|
476
449
|
completeMultipartUpload(
|
|
477
450
|
args: CompleteMultipartUploadCommandInput,
|
|
478
|
-
cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void
|
|
451
|
+
cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void,
|
|
479
452
|
): void;
|
|
480
453
|
completeMultipartUpload(
|
|
481
454
|
args: CompleteMultipartUploadCommandInput,
|
|
482
455
|
options: __HttpHandlerOptions,
|
|
483
|
-
cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void
|
|
456
|
+
cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void,
|
|
484
457
|
): void;
|
|
485
458
|
copyObject(
|
|
486
459
|
args: CopyObjectCommandInput,
|
|
487
|
-
options?: __HttpHandlerOptions
|
|
460
|
+
options?: __HttpHandlerOptions,
|
|
488
461
|
): Promise<CopyObjectCommandOutput>;
|
|
489
462
|
copyObject(
|
|
490
463
|
args: CopyObjectCommandInput,
|
|
491
|
-
cb: (err: any, data?: CopyObjectCommandOutput) => void
|
|
464
|
+
cb: (err: any, data?: CopyObjectCommandOutput) => void,
|
|
492
465
|
): void;
|
|
493
466
|
copyObject(
|
|
494
467
|
args: CopyObjectCommandInput,
|
|
495
468
|
options: __HttpHandlerOptions,
|
|
496
|
-
cb: (err: any, data?: CopyObjectCommandOutput) => void
|
|
469
|
+
cb: (err: any, data?: CopyObjectCommandOutput) => void,
|
|
497
470
|
): void;
|
|
498
471
|
createBucket(
|
|
499
472
|
args: CreateBucketCommandInput,
|
|
500
|
-
options?: __HttpHandlerOptions
|
|
473
|
+
options?: __HttpHandlerOptions,
|
|
501
474
|
): Promise<CreateBucketCommandOutput>;
|
|
502
475
|
createBucket(
|
|
503
476
|
args: CreateBucketCommandInput,
|
|
504
|
-
cb: (err: any, data?: CreateBucketCommandOutput) => void
|
|
477
|
+
cb: (err: any, data?: CreateBucketCommandOutput) => void,
|
|
505
478
|
): void;
|
|
506
479
|
createBucket(
|
|
507
480
|
args: CreateBucketCommandInput,
|
|
508
481
|
options: __HttpHandlerOptions,
|
|
509
|
-
cb: (err: any, data?: CreateBucketCommandOutput) => void
|
|
482
|
+
cb: (err: any, data?: CreateBucketCommandOutput) => void,
|
|
510
483
|
): void;
|
|
511
484
|
createBucketMetadataConfiguration(
|
|
512
485
|
args: CreateBucketMetadataConfigurationCommandInput,
|
|
513
|
-
options?: __HttpHandlerOptions
|
|
486
|
+
options?: __HttpHandlerOptions,
|
|
514
487
|
): Promise<CreateBucketMetadataConfigurationCommandOutput>;
|
|
515
488
|
createBucketMetadataConfiguration(
|
|
516
489
|
args: CreateBucketMetadataConfigurationCommandInput,
|
|
517
|
-
cb: (
|
|
518
|
-
err: any,
|
|
519
|
-
data?: CreateBucketMetadataConfigurationCommandOutput
|
|
520
|
-
) => void
|
|
490
|
+
cb: (err: any, data?: CreateBucketMetadataConfigurationCommandOutput) => void,
|
|
521
491
|
): void;
|
|
522
492
|
createBucketMetadataConfiguration(
|
|
523
493
|
args: CreateBucketMetadataConfigurationCommandInput,
|
|
524
494
|
options: __HttpHandlerOptions,
|
|
525
|
-
cb: (
|
|
526
|
-
err: any,
|
|
527
|
-
data?: CreateBucketMetadataConfigurationCommandOutput
|
|
528
|
-
) => void
|
|
495
|
+
cb: (err: any, data?: CreateBucketMetadataConfigurationCommandOutput) => void,
|
|
529
496
|
): void;
|
|
530
497
|
createBucketMetadataTableConfiguration(
|
|
531
498
|
args: CreateBucketMetadataTableConfigurationCommandInput,
|
|
532
|
-
options?: __HttpHandlerOptions
|
|
499
|
+
options?: __HttpHandlerOptions,
|
|
533
500
|
): Promise<CreateBucketMetadataTableConfigurationCommandOutput>;
|
|
534
501
|
createBucketMetadataTableConfiguration(
|
|
535
502
|
args: CreateBucketMetadataTableConfigurationCommandInput,
|
|
536
|
-
cb: (
|
|
537
|
-
err: any,
|
|
538
|
-
data?: CreateBucketMetadataTableConfigurationCommandOutput
|
|
539
|
-
) => void
|
|
503
|
+
cb: (err: any, data?: CreateBucketMetadataTableConfigurationCommandOutput) => void,
|
|
540
504
|
): void;
|
|
541
505
|
createBucketMetadataTableConfiguration(
|
|
542
506
|
args: CreateBucketMetadataTableConfigurationCommandInput,
|
|
543
507
|
options: __HttpHandlerOptions,
|
|
544
|
-
cb: (
|
|
545
|
-
err: any,
|
|
546
|
-
data?: CreateBucketMetadataTableConfigurationCommandOutput
|
|
547
|
-
) => void
|
|
508
|
+
cb: (err: any, data?: CreateBucketMetadataTableConfigurationCommandOutput) => void,
|
|
548
509
|
): void;
|
|
549
510
|
createMultipartUpload(
|
|
550
511
|
args: CreateMultipartUploadCommandInput,
|
|
551
|
-
options?: __HttpHandlerOptions
|
|
512
|
+
options?: __HttpHandlerOptions,
|
|
552
513
|
): Promise<CreateMultipartUploadCommandOutput>;
|
|
553
514
|
createMultipartUpload(
|
|
554
515
|
args: CreateMultipartUploadCommandInput,
|
|
555
|
-
cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void
|
|
516
|
+
cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void,
|
|
556
517
|
): void;
|
|
557
518
|
createMultipartUpload(
|
|
558
519
|
args: CreateMultipartUploadCommandInput,
|
|
559
520
|
options: __HttpHandlerOptions,
|
|
560
|
-
cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void,
|
|
561
522
|
): void;
|
|
562
523
|
createSession(
|
|
563
524
|
args: CreateSessionCommandInput,
|
|
564
|
-
options?: __HttpHandlerOptions
|
|
525
|
+
options?: __HttpHandlerOptions,
|
|
565
526
|
): Promise<CreateSessionCommandOutput>;
|
|
566
527
|
createSession(
|
|
567
528
|
args: CreateSessionCommandInput,
|
|
568
|
-
cb: (err: any, data?: CreateSessionCommandOutput) => void
|
|
529
|
+
cb: (err: any, data?: CreateSessionCommandOutput) => void,
|
|
569
530
|
): void;
|
|
570
531
|
createSession(
|
|
571
532
|
args: CreateSessionCommandInput,
|
|
572
533
|
options: __HttpHandlerOptions,
|
|
573
|
-
cb: (err: any, data?: CreateSessionCommandOutput) => void
|
|
534
|
+
cb: (err: any, data?: CreateSessionCommandOutput) => void,
|
|
574
535
|
): void;
|
|
575
536
|
deleteBucket(
|
|
576
537
|
args: DeleteBucketCommandInput,
|
|
577
|
-
options?: __HttpHandlerOptions
|
|
538
|
+
options?: __HttpHandlerOptions,
|
|
578
539
|
): Promise<DeleteBucketCommandOutput>;
|
|
579
540
|
deleteBucket(
|
|
580
541
|
args: DeleteBucketCommandInput,
|
|
581
|
-
cb: (err: any, data?: DeleteBucketCommandOutput) => void
|
|
542
|
+
cb: (err: any, data?: DeleteBucketCommandOutput) => void,
|
|
582
543
|
): void;
|
|
583
544
|
deleteBucket(
|
|
584
545
|
args: DeleteBucketCommandInput,
|
|
585
546
|
options: __HttpHandlerOptions,
|
|
586
|
-
cb: (err: any, data?: DeleteBucketCommandOutput) => void
|
|
547
|
+
cb: (err: any, data?: DeleteBucketCommandOutput) => void,
|
|
587
548
|
): void;
|
|
588
549
|
deleteBucketAnalyticsConfiguration(
|
|
589
550
|
args: DeleteBucketAnalyticsConfigurationCommandInput,
|
|
590
|
-
options?: __HttpHandlerOptions
|
|
551
|
+
options?: __HttpHandlerOptions,
|
|
591
552
|
): Promise<DeleteBucketAnalyticsConfigurationCommandOutput>;
|
|
592
553
|
deleteBucketAnalyticsConfiguration(
|
|
593
554
|
args: DeleteBucketAnalyticsConfigurationCommandInput,
|
|
594
|
-
cb: (
|
|
595
|
-
err: any,
|
|
596
|
-
data?: DeleteBucketAnalyticsConfigurationCommandOutput
|
|
597
|
-
) => void
|
|
555
|
+
cb: (err: any, data?: DeleteBucketAnalyticsConfigurationCommandOutput) => void,
|
|
598
556
|
): void;
|
|
599
557
|
deleteBucketAnalyticsConfiguration(
|
|
600
558
|
args: DeleteBucketAnalyticsConfigurationCommandInput,
|
|
601
559
|
options: __HttpHandlerOptions,
|
|
602
|
-
cb: (
|
|
603
|
-
err: any,
|
|
604
|
-
data?: DeleteBucketAnalyticsConfigurationCommandOutput
|
|
605
|
-
) => void
|
|
560
|
+
cb: (err: any, data?: DeleteBucketAnalyticsConfigurationCommandOutput) => void,
|
|
606
561
|
): void;
|
|
607
562
|
deleteBucketCors(
|
|
608
563
|
args: DeleteBucketCorsCommandInput,
|
|
609
|
-
options?: __HttpHandlerOptions
|
|
564
|
+
options?: __HttpHandlerOptions,
|
|
610
565
|
): Promise<DeleteBucketCorsCommandOutput>;
|
|
611
566
|
deleteBucketCors(
|
|
612
567
|
args: DeleteBucketCorsCommandInput,
|
|
613
|
-
cb: (err: any, data?: DeleteBucketCorsCommandOutput) => void
|
|
568
|
+
cb: (err: any, data?: DeleteBucketCorsCommandOutput) => void,
|
|
614
569
|
): void;
|
|
615
570
|
deleteBucketCors(
|
|
616
571
|
args: DeleteBucketCorsCommandInput,
|
|
617
572
|
options: __HttpHandlerOptions,
|
|
618
|
-
cb: (err: any, data?: DeleteBucketCorsCommandOutput) => void
|
|
573
|
+
cb: (err: any, data?: DeleteBucketCorsCommandOutput) => void,
|
|
619
574
|
): void;
|
|
620
575
|
deleteBucketEncryption(
|
|
621
576
|
args: DeleteBucketEncryptionCommandInput,
|
|
622
|
-
options?: __HttpHandlerOptions
|
|
577
|
+
options?: __HttpHandlerOptions,
|
|
623
578
|
): Promise<DeleteBucketEncryptionCommandOutput>;
|
|
624
579
|
deleteBucketEncryption(
|
|
625
580
|
args: DeleteBucketEncryptionCommandInput,
|
|
626
|
-
cb: (err: any, data?: DeleteBucketEncryptionCommandOutput) => void
|
|
581
|
+
cb: (err: any, data?: DeleteBucketEncryptionCommandOutput) => void,
|
|
627
582
|
): void;
|
|
628
583
|
deleteBucketEncryption(
|
|
629
584
|
args: DeleteBucketEncryptionCommandInput,
|
|
630
585
|
options: __HttpHandlerOptions,
|
|
631
|
-
cb: (err: any, data?: DeleteBucketEncryptionCommandOutput) => void
|
|
586
|
+
cb: (err: any, data?: DeleteBucketEncryptionCommandOutput) => void,
|
|
632
587
|
): void;
|
|
633
588
|
deleteBucketIntelligentTieringConfiguration(
|
|
634
589
|
args: DeleteBucketIntelligentTieringConfigurationCommandInput,
|
|
635
|
-
options?: __HttpHandlerOptions
|
|
590
|
+
options?: __HttpHandlerOptions,
|
|
636
591
|
): Promise<DeleteBucketIntelligentTieringConfigurationCommandOutput>;
|
|
637
592
|
deleteBucketIntelligentTieringConfiguration(
|
|
638
593
|
args: DeleteBucketIntelligentTieringConfigurationCommandInput,
|
|
639
|
-
cb: (
|
|
640
|
-
err: any,
|
|
641
|
-
data?: DeleteBucketIntelligentTieringConfigurationCommandOutput
|
|
642
|
-
) => void
|
|
594
|
+
cb: (err: any, data?: DeleteBucketIntelligentTieringConfigurationCommandOutput) => void,
|
|
643
595
|
): void;
|
|
644
596
|
deleteBucketIntelligentTieringConfiguration(
|
|
645
597
|
args: DeleteBucketIntelligentTieringConfigurationCommandInput,
|
|
646
598
|
options: __HttpHandlerOptions,
|
|
647
|
-
cb: (
|
|
648
|
-
err: any,
|
|
649
|
-
data?: DeleteBucketIntelligentTieringConfigurationCommandOutput
|
|
650
|
-
) => void
|
|
599
|
+
cb: (err: any, data?: DeleteBucketIntelligentTieringConfigurationCommandOutput) => void,
|
|
651
600
|
): void;
|
|
652
601
|
deleteBucketInventoryConfiguration(
|
|
653
602
|
args: DeleteBucketInventoryConfigurationCommandInput,
|
|
654
|
-
options?: __HttpHandlerOptions
|
|
603
|
+
options?: __HttpHandlerOptions,
|
|
655
604
|
): Promise<DeleteBucketInventoryConfigurationCommandOutput>;
|
|
656
605
|
deleteBucketInventoryConfiguration(
|
|
657
606
|
args: DeleteBucketInventoryConfigurationCommandInput,
|
|
658
|
-
cb: (
|
|
659
|
-
err: any,
|
|
660
|
-
data?: DeleteBucketInventoryConfigurationCommandOutput
|
|
661
|
-
) => void
|
|
607
|
+
cb: (err: any, data?: DeleteBucketInventoryConfigurationCommandOutput) => void,
|
|
662
608
|
): void;
|
|
663
609
|
deleteBucketInventoryConfiguration(
|
|
664
610
|
args: DeleteBucketInventoryConfigurationCommandInput,
|
|
665
611
|
options: __HttpHandlerOptions,
|
|
666
|
-
cb: (
|
|
667
|
-
err: any,
|
|
668
|
-
data?: DeleteBucketInventoryConfigurationCommandOutput
|
|
669
|
-
) => void
|
|
612
|
+
cb: (err: any, data?: DeleteBucketInventoryConfigurationCommandOutput) => void,
|
|
670
613
|
): void;
|
|
671
614
|
deleteBucketLifecycle(
|
|
672
615
|
args: DeleteBucketLifecycleCommandInput,
|
|
673
|
-
options?: __HttpHandlerOptions
|
|
616
|
+
options?: __HttpHandlerOptions,
|
|
674
617
|
): Promise<DeleteBucketLifecycleCommandOutput>;
|
|
675
618
|
deleteBucketLifecycle(
|
|
676
619
|
args: DeleteBucketLifecycleCommandInput,
|
|
677
|
-
cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void
|
|
620
|
+
cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void,
|
|
678
621
|
): void;
|
|
679
622
|
deleteBucketLifecycle(
|
|
680
623
|
args: DeleteBucketLifecycleCommandInput,
|
|
681
624
|
options: __HttpHandlerOptions,
|
|
682
|
-
cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void
|
|
625
|
+
cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void,
|
|
683
626
|
): void;
|
|
684
627
|
deleteBucketMetadataConfiguration(
|
|
685
628
|
args: DeleteBucketMetadataConfigurationCommandInput,
|
|
686
|
-
options?: __HttpHandlerOptions
|
|
629
|
+
options?: __HttpHandlerOptions,
|
|
687
630
|
): Promise<DeleteBucketMetadataConfigurationCommandOutput>;
|
|
688
631
|
deleteBucketMetadataConfiguration(
|
|
689
632
|
args: DeleteBucketMetadataConfigurationCommandInput,
|
|
690
|
-
cb: (
|
|
691
|
-
err: any,
|
|
692
|
-
data?: DeleteBucketMetadataConfigurationCommandOutput
|
|
693
|
-
) => void
|
|
633
|
+
cb: (err: any, data?: DeleteBucketMetadataConfigurationCommandOutput) => void,
|
|
694
634
|
): void;
|
|
695
635
|
deleteBucketMetadataConfiguration(
|
|
696
636
|
args: DeleteBucketMetadataConfigurationCommandInput,
|
|
697
637
|
options: __HttpHandlerOptions,
|
|
698
|
-
cb: (
|
|
699
|
-
err: any,
|
|
700
|
-
data?: DeleteBucketMetadataConfigurationCommandOutput
|
|
701
|
-
) => void
|
|
638
|
+
cb: (err: any, data?: DeleteBucketMetadataConfigurationCommandOutput) => void,
|
|
702
639
|
): void;
|
|
703
640
|
deleteBucketMetadataTableConfiguration(
|
|
704
641
|
args: DeleteBucketMetadataTableConfigurationCommandInput,
|
|
705
|
-
options?: __HttpHandlerOptions
|
|
642
|
+
options?: __HttpHandlerOptions,
|
|
706
643
|
): Promise<DeleteBucketMetadataTableConfigurationCommandOutput>;
|
|
707
644
|
deleteBucketMetadataTableConfiguration(
|
|
708
645
|
args: DeleteBucketMetadataTableConfigurationCommandInput,
|
|
709
|
-
cb: (
|
|
710
|
-
err: any,
|
|
711
|
-
data?: DeleteBucketMetadataTableConfigurationCommandOutput
|
|
712
|
-
) => void
|
|
646
|
+
cb: (err: any, data?: DeleteBucketMetadataTableConfigurationCommandOutput) => void,
|
|
713
647
|
): void;
|
|
714
648
|
deleteBucketMetadataTableConfiguration(
|
|
715
649
|
args: DeleteBucketMetadataTableConfigurationCommandInput,
|
|
716
650
|
options: __HttpHandlerOptions,
|
|
717
|
-
cb: (
|
|
718
|
-
err: any,
|
|
719
|
-
data?: DeleteBucketMetadataTableConfigurationCommandOutput
|
|
720
|
-
) => void
|
|
651
|
+
cb: (err: any, data?: DeleteBucketMetadataTableConfigurationCommandOutput) => void,
|
|
721
652
|
): void;
|
|
722
653
|
deleteBucketMetricsConfiguration(
|
|
723
654
|
args: DeleteBucketMetricsConfigurationCommandInput,
|
|
724
|
-
options?: __HttpHandlerOptions
|
|
655
|
+
options?: __HttpHandlerOptions,
|
|
725
656
|
): Promise<DeleteBucketMetricsConfigurationCommandOutput>;
|
|
726
657
|
deleteBucketMetricsConfiguration(
|
|
727
658
|
args: DeleteBucketMetricsConfigurationCommandInput,
|
|
728
|
-
cb: (err: any, data?: DeleteBucketMetricsConfigurationCommandOutput) => void
|
|
659
|
+
cb: (err: any, data?: DeleteBucketMetricsConfigurationCommandOutput) => void,
|
|
729
660
|
): void;
|
|
730
661
|
deleteBucketMetricsConfiguration(
|
|
731
662
|
args: DeleteBucketMetricsConfigurationCommandInput,
|
|
732
663
|
options: __HttpHandlerOptions,
|
|
733
|
-
cb: (err: any, data?: DeleteBucketMetricsConfigurationCommandOutput) => void
|
|
664
|
+
cb: (err: any, data?: DeleteBucketMetricsConfigurationCommandOutput) => void,
|
|
734
665
|
): void;
|
|
735
666
|
deleteBucketOwnershipControls(
|
|
736
667
|
args: DeleteBucketOwnershipControlsCommandInput,
|
|
737
|
-
options?: __HttpHandlerOptions
|
|
668
|
+
options?: __HttpHandlerOptions,
|
|
738
669
|
): Promise<DeleteBucketOwnershipControlsCommandOutput>;
|
|
739
670
|
deleteBucketOwnershipControls(
|
|
740
671
|
args: DeleteBucketOwnershipControlsCommandInput,
|
|
741
|
-
cb: (err: any, data?: DeleteBucketOwnershipControlsCommandOutput) => void
|
|
672
|
+
cb: (err: any, data?: DeleteBucketOwnershipControlsCommandOutput) => void,
|
|
742
673
|
): void;
|
|
743
674
|
deleteBucketOwnershipControls(
|
|
744
675
|
args: DeleteBucketOwnershipControlsCommandInput,
|
|
745
676
|
options: __HttpHandlerOptions,
|
|
746
|
-
cb: (err: any, data?: DeleteBucketOwnershipControlsCommandOutput) => void
|
|
677
|
+
cb: (err: any, data?: DeleteBucketOwnershipControlsCommandOutput) => void,
|
|
747
678
|
): void;
|
|
748
679
|
deleteBucketPolicy(
|
|
749
680
|
args: DeleteBucketPolicyCommandInput,
|
|
750
|
-
options?: __HttpHandlerOptions
|
|
681
|
+
options?: __HttpHandlerOptions,
|
|
751
682
|
): Promise<DeleteBucketPolicyCommandOutput>;
|
|
752
683
|
deleteBucketPolicy(
|
|
753
684
|
args: DeleteBucketPolicyCommandInput,
|
|
754
|
-
cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
|
|
685
|
+
cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void,
|
|
755
686
|
): void;
|
|
756
687
|
deleteBucketPolicy(
|
|
757
688
|
args: DeleteBucketPolicyCommandInput,
|
|
758
689
|
options: __HttpHandlerOptions,
|
|
759
|
-
cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
|
|
690
|
+
cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void,
|
|
760
691
|
): void;
|
|
761
692
|
deleteBucketReplication(
|
|
762
693
|
args: DeleteBucketReplicationCommandInput,
|
|
763
|
-
options?: __HttpHandlerOptions
|
|
694
|
+
options?: __HttpHandlerOptions,
|
|
764
695
|
): Promise<DeleteBucketReplicationCommandOutput>;
|
|
765
696
|
deleteBucketReplication(
|
|
766
697
|
args: DeleteBucketReplicationCommandInput,
|
|
767
|
-
cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void
|
|
698
|
+
cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void,
|
|
768
699
|
): void;
|
|
769
700
|
deleteBucketReplication(
|
|
770
701
|
args: DeleteBucketReplicationCommandInput,
|
|
771
702
|
options: __HttpHandlerOptions,
|
|
772
|
-
cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void
|
|
703
|
+
cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void,
|
|
773
704
|
): void;
|
|
774
705
|
deleteBucketTagging(
|
|
775
706
|
args: DeleteBucketTaggingCommandInput,
|
|
776
|
-
options?: __HttpHandlerOptions
|
|
707
|
+
options?: __HttpHandlerOptions,
|
|
777
708
|
): Promise<DeleteBucketTaggingCommandOutput>;
|
|
778
709
|
deleteBucketTagging(
|
|
779
710
|
args: DeleteBucketTaggingCommandInput,
|
|
780
|
-
cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
|
|
711
|
+
cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void,
|
|
781
712
|
): void;
|
|
782
713
|
deleteBucketTagging(
|
|
783
714
|
args: DeleteBucketTaggingCommandInput,
|
|
784
715
|
options: __HttpHandlerOptions,
|
|
785
|
-
cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
|
|
716
|
+
cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void,
|
|
786
717
|
): void;
|
|
787
718
|
deleteBucketWebsite(
|
|
788
719
|
args: DeleteBucketWebsiteCommandInput,
|
|
789
|
-
options?: __HttpHandlerOptions
|
|
720
|
+
options?: __HttpHandlerOptions,
|
|
790
721
|
): Promise<DeleteBucketWebsiteCommandOutput>;
|
|
791
722
|
deleteBucketWebsite(
|
|
792
723
|
args: DeleteBucketWebsiteCommandInput,
|
|
793
|
-
cb: (err: any, data?: DeleteBucketWebsiteCommandOutput) => void
|
|
724
|
+
cb: (err: any, data?: DeleteBucketWebsiteCommandOutput) => void,
|
|
794
725
|
): void;
|
|
795
726
|
deleteBucketWebsite(
|
|
796
727
|
args: DeleteBucketWebsiteCommandInput,
|
|
797
728
|
options: __HttpHandlerOptions,
|
|
798
|
-
cb: (err: any, data?: DeleteBucketWebsiteCommandOutput) => void
|
|
729
|
+
cb: (err: any, data?: DeleteBucketWebsiteCommandOutput) => void,
|
|
799
730
|
): void;
|
|
800
731
|
deleteObject(
|
|
801
732
|
args: DeleteObjectCommandInput,
|
|
802
|
-
options?: __HttpHandlerOptions
|
|
733
|
+
options?: __HttpHandlerOptions,
|
|
803
734
|
): Promise<DeleteObjectCommandOutput>;
|
|
804
735
|
deleteObject(
|
|
805
736
|
args: DeleteObjectCommandInput,
|
|
806
|
-
cb: (err: any, data?: DeleteObjectCommandOutput) => void
|
|
737
|
+
cb: (err: any, data?: DeleteObjectCommandOutput) => void,
|
|
807
738
|
): void;
|
|
808
739
|
deleteObject(
|
|
809
740
|
args: DeleteObjectCommandInput,
|
|
810
741
|
options: __HttpHandlerOptions,
|
|
811
|
-
cb: (err: any, data?: DeleteObjectCommandOutput) => void
|
|
742
|
+
cb: (err: any, data?: DeleteObjectCommandOutput) => void,
|
|
812
743
|
): void;
|
|
813
744
|
deleteObjectAnnotation(
|
|
814
745
|
args: DeleteObjectAnnotationCommandInput,
|
|
815
|
-
options?: __HttpHandlerOptions
|
|
746
|
+
options?: __HttpHandlerOptions,
|
|
816
747
|
): Promise<DeleteObjectAnnotationCommandOutput>;
|
|
817
748
|
deleteObjectAnnotation(
|
|
818
749
|
args: DeleteObjectAnnotationCommandInput,
|
|
819
|
-
cb: (err: any, data?: DeleteObjectAnnotationCommandOutput) => void
|
|
750
|
+
cb: (err: any, data?: DeleteObjectAnnotationCommandOutput) => void,
|
|
820
751
|
): void;
|
|
821
752
|
deleteObjectAnnotation(
|
|
822
753
|
args: DeleteObjectAnnotationCommandInput,
|
|
823
754
|
options: __HttpHandlerOptions,
|
|
824
|
-
cb: (err: any, data?: DeleteObjectAnnotationCommandOutput) => void
|
|
755
|
+
cb: (err: any, data?: DeleteObjectAnnotationCommandOutput) => void,
|
|
825
756
|
): void;
|
|
826
757
|
deleteObjects(
|
|
827
758
|
args: DeleteObjectsCommandInput,
|
|
828
|
-
options?: __HttpHandlerOptions
|
|
759
|
+
options?: __HttpHandlerOptions,
|
|
829
760
|
): Promise<DeleteObjectsCommandOutput>;
|
|
830
761
|
deleteObjects(
|
|
831
762
|
args: DeleteObjectsCommandInput,
|
|
832
|
-
cb: (err: any, data?: DeleteObjectsCommandOutput) => void
|
|
763
|
+
cb: (err: any, data?: DeleteObjectsCommandOutput) => void,
|
|
833
764
|
): void;
|
|
834
765
|
deleteObjects(
|
|
835
766
|
args: DeleteObjectsCommandInput,
|
|
836
767
|
options: __HttpHandlerOptions,
|
|
837
|
-
cb: (err: any, data?: DeleteObjectsCommandOutput) => void
|
|
768
|
+
cb: (err: any, data?: DeleteObjectsCommandOutput) => void,
|
|
838
769
|
): void;
|
|
839
770
|
deleteObjectTagging(
|
|
840
771
|
args: DeleteObjectTaggingCommandInput,
|
|
841
|
-
options?: __HttpHandlerOptions
|
|
772
|
+
options?: __HttpHandlerOptions,
|
|
842
773
|
): Promise<DeleteObjectTaggingCommandOutput>;
|
|
843
774
|
deleteObjectTagging(
|
|
844
775
|
args: DeleteObjectTaggingCommandInput,
|
|
845
|
-
cb: (err: any, data?: DeleteObjectTaggingCommandOutput) => void
|
|
776
|
+
cb: (err: any, data?: DeleteObjectTaggingCommandOutput) => void,
|
|
846
777
|
): void;
|
|
847
778
|
deleteObjectTagging(
|
|
848
779
|
args: DeleteObjectTaggingCommandInput,
|
|
849
780
|
options: __HttpHandlerOptions,
|
|
850
|
-
cb: (err: any, data?: DeleteObjectTaggingCommandOutput) => void
|
|
781
|
+
cb: (err: any, data?: DeleteObjectTaggingCommandOutput) => void,
|
|
851
782
|
): void;
|
|
852
783
|
deletePublicAccessBlock(
|
|
853
784
|
args: DeletePublicAccessBlockCommandInput,
|
|
854
|
-
options?: __HttpHandlerOptions
|
|
785
|
+
options?: __HttpHandlerOptions,
|
|
855
786
|
): Promise<DeletePublicAccessBlockCommandOutput>;
|
|
856
787
|
deletePublicAccessBlock(
|
|
857
788
|
args: DeletePublicAccessBlockCommandInput,
|
|
858
|
-
cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
|
|
789
|
+
cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void,
|
|
859
790
|
): void;
|
|
860
791
|
deletePublicAccessBlock(
|
|
861
792
|
args: DeletePublicAccessBlockCommandInput,
|
|
862
793
|
options: __HttpHandlerOptions,
|
|
863
|
-
cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
|
|
794
|
+
cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void,
|
|
864
795
|
): void;
|
|
865
796
|
getBucketAbac(
|
|
866
797
|
args: GetBucketAbacCommandInput,
|
|
867
|
-
options?: __HttpHandlerOptions
|
|
798
|
+
options?: __HttpHandlerOptions,
|
|
868
799
|
): Promise<GetBucketAbacCommandOutput>;
|
|
869
800
|
getBucketAbac(
|
|
870
801
|
args: GetBucketAbacCommandInput,
|
|
871
|
-
cb: (err: any, data?: GetBucketAbacCommandOutput) => void
|
|
802
|
+
cb: (err: any, data?: GetBucketAbacCommandOutput) => void,
|
|
872
803
|
): void;
|
|
873
804
|
getBucketAbac(
|
|
874
805
|
args: GetBucketAbacCommandInput,
|
|
875
806
|
options: __HttpHandlerOptions,
|
|
876
|
-
cb: (err: any, data?: GetBucketAbacCommandOutput) => void
|
|
807
|
+
cb: (err: any, data?: GetBucketAbacCommandOutput) => void,
|
|
877
808
|
): void;
|
|
878
809
|
getBucketAccelerateConfiguration(
|
|
879
810
|
args: GetBucketAccelerateConfigurationCommandInput,
|
|
880
|
-
options?: __HttpHandlerOptions
|
|
811
|
+
options?: __HttpHandlerOptions,
|
|
881
812
|
): Promise<GetBucketAccelerateConfigurationCommandOutput>;
|
|
882
813
|
getBucketAccelerateConfiguration(
|
|
883
814
|
args: GetBucketAccelerateConfigurationCommandInput,
|
|
884
|
-
cb: (err: any, data?: GetBucketAccelerateConfigurationCommandOutput) => void
|
|
815
|
+
cb: (err: any, data?: GetBucketAccelerateConfigurationCommandOutput) => void,
|
|
885
816
|
): void;
|
|
886
817
|
getBucketAccelerateConfiguration(
|
|
887
818
|
args: GetBucketAccelerateConfigurationCommandInput,
|
|
888
819
|
options: __HttpHandlerOptions,
|
|
889
|
-
cb: (err: any, data?: GetBucketAccelerateConfigurationCommandOutput) => void
|
|
820
|
+
cb: (err: any, data?: GetBucketAccelerateConfigurationCommandOutput) => void,
|
|
890
821
|
): void;
|
|
891
822
|
getBucketAcl(
|
|
892
823
|
args: GetBucketAclCommandInput,
|
|
893
|
-
options?: __HttpHandlerOptions
|
|
824
|
+
options?: __HttpHandlerOptions,
|
|
894
825
|
): Promise<GetBucketAclCommandOutput>;
|
|
895
826
|
getBucketAcl(
|
|
896
827
|
args: GetBucketAclCommandInput,
|
|
897
|
-
cb: (err: any, data?: GetBucketAclCommandOutput) => void
|
|
828
|
+
cb: (err: any, data?: GetBucketAclCommandOutput) => void,
|
|
898
829
|
): void;
|
|
899
830
|
getBucketAcl(
|
|
900
831
|
args: GetBucketAclCommandInput,
|
|
901
832
|
options: __HttpHandlerOptions,
|
|
902
|
-
cb: (err: any, data?: GetBucketAclCommandOutput) => void
|
|
833
|
+
cb: (err: any, data?: GetBucketAclCommandOutput) => void,
|
|
903
834
|
): void;
|
|
904
835
|
getBucketAnalyticsConfiguration(
|
|
905
836
|
args: GetBucketAnalyticsConfigurationCommandInput,
|
|
906
|
-
options?: __HttpHandlerOptions
|
|
837
|
+
options?: __HttpHandlerOptions,
|
|
907
838
|
): Promise<GetBucketAnalyticsConfigurationCommandOutput>;
|
|
908
839
|
getBucketAnalyticsConfiguration(
|
|
909
840
|
args: GetBucketAnalyticsConfigurationCommandInput,
|
|
910
|
-
cb: (err: any, data?: GetBucketAnalyticsConfigurationCommandOutput) => void
|
|
841
|
+
cb: (err: any, data?: GetBucketAnalyticsConfigurationCommandOutput) => void,
|
|
911
842
|
): void;
|
|
912
843
|
getBucketAnalyticsConfiguration(
|
|
913
844
|
args: GetBucketAnalyticsConfigurationCommandInput,
|
|
914
845
|
options: __HttpHandlerOptions,
|
|
915
|
-
cb: (err: any, data?: GetBucketAnalyticsConfigurationCommandOutput) => void
|
|
846
|
+
cb: (err: any, data?: GetBucketAnalyticsConfigurationCommandOutput) => void,
|
|
916
847
|
): void;
|
|
917
848
|
getBucketCors(
|
|
918
849
|
args: GetBucketCorsCommandInput,
|
|
919
|
-
options?: __HttpHandlerOptions
|
|
850
|
+
options?: __HttpHandlerOptions,
|
|
920
851
|
): Promise<GetBucketCorsCommandOutput>;
|
|
921
852
|
getBucketCors(
|
|
922
853
|
args: GetBucketCorsCommandInput,
|
|
923
|
-
cb: (err: any, data?: GetBucketCorsCommandOutput) => void
|
|
854
|
+
cb: (err: any, data?: GetBucketCorsCommandOutput) => void,
|
|
924
855
|
): void;
|
|
925
856
|
getBucketCors(
|
|
926
857
|
args: GetBucketCorsCommandInput,
|
|
927
858
|
options: __HttpHandlerOptions,
|
|
928
|
-
cb: (err: any, data?: GetBucketCorsCommandOutput) => void
|
|
859
|
+
cb: (err: any, data?: GetBucketCorsCommandOutput) => void,
|
|
929
860
|
): void;
|
|
930
861
|
getBucketEncryption(
|
|
931
862
|
args: GetBucketEncryptionCommandInput,
|
|
932
|
-
options?: __HttpHandlerOptions
|
|
863
|
+
options?: __HttpHandlerOptions,
|
|
933
864
|
): Promise<GetBucketEncryptionCommandOutput>;
|
|
934
865
|
getBucketEncryption(
|
|
935
866
|
args: GetBucketEncryptionCommandInput,
|
|
936
|
-
cb: (err: any, data?: GetBucketEncryptionCommandOutput) => void
|
|
867
|
+
cb: (err: any, data?: GetBucketEncryptionCommandOutput) => void,
|
|
937
868
|
): void;
|
|
938
869
|
getBucketEncryption(
|
|
939
870
|
args: GetBucketEncryptionCommandInput,
|
|
940
871
|
options: __HttpHandlerOptions,
|
|
941
|
-
cb: (err: any, data?: GetBucketEncryptionCommandOutput) => void
|
|
872
|
+
cb: (err: any, data?: GetBucketEncryptionCommandOutput) => void,
|
|
942
873
|
): void;
|
|
943
874
|
getBucketIntelligentTieringConfiguration(
|
|
944
875
|
args: GetBucketIntelligentTieringConfigurationCommandInput,
|
|
945
|
-
options?: __HttpHandlerOptions
|
|
876
|
+
options?: __HttpHandlerOptions,
|
|
946
877
|
): Promise<GetBucketIntelligentTieringConfigurationCommandOutput>;
|
|
947
878
|
getBucketIntelligentTieringConfiguration(
|
|
948
879
|
args: GetBucketIntelligentTieringConfigurationCommandInput,
|
|
949
|
-
cb: (
|
|
950
|
-
err: any,
|
|
951
|
-
data?: GetBucketIntelligentTieringConfigurationCommandOutput
|
|
952
|
-
) => void
|
|
880
|
+
cb: (err: any, data?: GetBucketIntelligentTieringConfigurationCommandOutput) => void,
|
|
953
881
|
): void;
|
|
954
882
|
getBucketIntelligentTieringConfiguration(
|
|
955
883
|
args: GetBucketIntelligentTieringConfigurationCommandInput,
|
|
956
884
|
options: __HttpHandlerOptions,
|
|
957
|
-
cb: (
|
|
958
|
-
err: any,
|
|
959
|
-
data?: GetBucketIntelligentTieringConfigurationCommandOutput
|
|
960
|
-
) => void
|
|
885
|
+
cb: (err: any, data?: GetBucketIntelligentTieringConfigurationCommandOutput) => void,
|
|
961
886
|
): void;
|
|
962
887
|
getBucketInventoryConfiguration(
|
|
963
888
|
args: GetBucketInventoryConfigurationCommandInput,
|
|
964
|
-
options?: __HttpHandlerOptions
|
|
889
|
+
options?: __HttpHandlerOptions,
|
|
965
890
|
): Promise<GetBucketInventoryConfigurationCommandOutput>;
|
|
966
891
|
getBucketInventoryConfiguration(
|
|
967
892
|
args: GetBucketInventoryConfigurationCommandInput,
|
|
968
|
-
cb: (err: any, data?: GetBucketInventoryConfigurationCommandOutput) => void
|
|
893
|
+
cb: (err: any, data?: GetBucketInventoryConfigurationCommandOutput) => void,
|
|
969
894
|
): void;
|
|
970
895
|
getBucketInventoryConfiguration(
|
|
971
896
|
args: GetBucketInventoryConfigurationCommandInput,
|
|
972
897
|
options: __HttpHandlerOptions,
|
|
973
|
-
cb: (err: any, data?: GetBucketInventoryConfigurationCommandOutput) => void
|
|
898
|
+
cb: (err: any, data?: GetBucketInventoryConfigurationCommandOutput) => void,
|
|
974
899
|
): void;
|
|
975
900
|
getBucketLifecycleConfiguration(
|
|
976
901
|
args: GetBucketLifecycleConfigurationCommandInput,
|
|
977
|
-
options?: __HttpHandlerOptions
|
|
902
|
+
options?: __HttpHandlerOptions,
|
|
978
903
|
): Promise<GetBucketLifecycleConfigurationCommandOutput>;
|
|
979
904
|
getBucketLifecycleConfiguration(
|
|
980
905
|
args: GetBucketLifecycleConfigurationCommandInput,
|
|
981
|
-
cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
|
|
906
|
+
cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void,
|
|
982
907
|
): void;
|
|
983
908
|
getBucketLifecycleConfiguration(
|
|
984
909
|
args: GetBucketLifecycleConfigurationCommandInput,
|
|
985
910
|
options: __HttpHandlerOptions,
|
|
986
|
-
cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
|
|
911
|
+
cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void,
|
|
987
912
|
): void;
|
|
988
913
|
getBucketLocation(
|
|
989
914
|
args: GetBucketLocationCommandInput,
|
|
990
|
-
options?: __HttpHandlerOptions
|
|
915
|
+
options?: __HttpHandlerOptions,
|
|
991
916
|
): Promise<GetBucketLocationCommandOutput>;
|
|
992
917
|
getBucketLocation(
|
|
993
918
|
args: GetBucketLocationCommandInput,
|
|
994
|
-
cb: (err: any, data?: GetBucketLocationCommandOutput) => void
|
|
919
|
+
cb: (err: any, data?: GetBucketLocationCommandOutput) => void,
|
|
995
920
|
): void;
|
|
996
921
|
getBucketLocation(
|
|
997
922
|
args: GetBucketLocationCommandInput,
|
|
998
923
|
options: __HttpHandlerOptions,
|
|
999
|
-
cb: (err: any, data?: GetBucketLocationCommandOutput) => void
|
|
924
|
+
cb: (err: any, data?: GetBucketLocationCommandOutput) => void,
|
|
1000
925
|
): void;
|
|
1001
926
|
getBucketLogging(
|
|
1002
927
|
args: GetBucketLoggingCommandInput,
|
|
1003
|
-
options?: __HttpHandlerOptions
|
|
928
|
+
options?: __HttpHandlerOptions,
|
|
1004
929
|
): Promise<GetBucketLoggingCommandOutput>;
|
|
1005
930
|
getBucketLogging(
|
|
1006
931
|
args: GetBucketLoggingCommandInput,
|
|
1007
|
-
cb: (err: any, data?: GetBucketLoggingCommandOutput) => void
|
|
932
|
+
cb: (err: any, data?: GetBucketLoggingCommandOutput) => void,
|
|
1008
933
|
): void;
|
|
1009
934
|
getBucketLogging(
|
|
1010
935
|
args: GetBucketLoggingCommandInput,
|
|
1011
936
|
options: __HttpHandlerOptions,
|
|
1012
|
-
cb: (err: any, data?: GetBucketLoggingCommandOutput) => void
|
|
937
|
+
cb: (err: any, data?: GetBucketLoggingCommandOutput) => void,
|
|
1013
938
|
): void;
|
|
1014
939
|
getBucketMetadataConfiguration(
|
|
1015
940
|
args: GetBucketMetadataConfigurationCommandInput,
|
|
1016
|
-
options?: __HttpHandlerOptions
|
|
941
|
+
options?: __HttpHandlerOptions,
|
|
1017
942
|
): Promise<GetBucketMetadataConfigurationCommandOutput>;
|
|
1018
943
|
getBucketMetadataConfiguration(
|
|
1019
944
|
args: GetBucketMetadataConfigurationCommandInput,
|
|
1020
|
-
cb: (err: any, data?: GetBucketMetadataConfigurationCommandOutput) => void
|
|
945
|
+
cb: (err: any, data?: GetBucketMetadataConfigurationCommandOutput) => void,
|
|
1021
946
|
): void;
|
|
1022
947
|
getBucketMetadataConfiguration(
|
|
1023
948
|
args: GetBucketMetadataConfigurationCommandInput,
|
|
1024
949
|
options: __HttpHandlerOptions,
|
|
1025
|
-
cb: (err: any, data?: GetBucketMetadataConfigurationCommandOutput) => void
|
|
950
|
+
cb: (err: any, data?: GetBucketMetadataConfigurationCommandOutput) => void,
|
|
1026
951
|
): void;
|
|
1027
952
|
getBucketMetadataTableConfiguration(
|
|
1028
953
|
args: GetBucketMetadataTableConfigurationCommandInput,
|
|
1029
|
-
options?: __HttpHandlerOptions
|
|
954
|
+
options?: __HttpHandlerOptions,
|
|
1030
955
|
): Promise<GetBucketMetadataTableConfigurationCommandOutput>;
|
|
1031
956
|
getBucketMetadataTableConfiguration(
|
|
1032
957
|
args: GetBucketMetadataTableConfigurationCommandInput,
|
|
1033
|
-
cb: (
|
|
1034
|
-
err: any,
|
|
1035
|
-
data?: GetBucketMetadataTableConfigurationCommandOutput
|
|
1036
|
-
) => void
|
|
958
|
+
cb: (err: any, data?: GetBucketMetadataTableConfigurationCommandOutput) => void,
|
|
1037
959
|
): void;
|
|
1038
960
|
getBucketMetadataTableConfiguration(
|
|
1039
961
|
args: GetBucketMetadataTableConfigurationCommandInput,
|
|
1040
962
|
options: __HttpHandlerOptions,
|
|
1041
|
-
cb: (
|
|
1042
|
-
err: any,
|
|
1043
|
-
data?: GetBucketMetadataTableConfigurationCommandOutput
|
|
1044
|
-
) => void
|
|
963
|
+
cb: (err: any, data?: GetBucketMetadataTableConfigurationCommandOutput) => void,
|
|
1045
964
|
): void;
|
|
1046
965
|
getBucketMetricsConfiguration(
|
|
1047
966
|
args: GetBucketMetricsConfigurationCommandInput,
|
|
1048
|
-
options?: __HttpHandlerOptions
|
|
967
|
+
options?: __HttpHandlerOptions,
|
|
1049
968
|
): Promise<GetBucketMetricsConfigurationCommandOutput>;
|
|
1050
969
|
getBucketMetricsConfiguration(
|
|
1051
970
|
args: GetBucketMetricsConfigurationCommandInput,
|
|
1052
|
-
cb: (err: any, data?: GetBucketMetricsConfigurationCommandOutput) => void
|
|
971
|
+
cb: (err: any, data?: GetBucketMetricsConfigurationCommandOutput) => void,
|
|
1053
972
|
): void;
|
|
1054
973
|
getBucketMetricsConfiguration(
|
|
1055
974
|
args: GetBucketMetricsConfigurationCommandInput,
|
|
1056
975
|
options: __HttpHandlerOptions,
|
|
1057
|
-
cb: (err: any, data?: GetBucketMetricsConfigurationCommandOutput) => void
|
|
976
|
+
cb: (err: any, data?: GetBucketMetricsConfigurationCommandOutput) => void,
|
|
1058
977
|
): void;
|
|
1059
978
|
getBucketNotificationConfiguration(
|
|
1060
979
|
args: GetBucketNotificationConfigurationCommandInput,
|
|
1061
|
-
options?: __HttpHandlerOptions
|
|
980
|
+
options?: __HttpHandlerOptions,
|
|
1062
981
|
): Promise<GetBucketNotificationConfigurationCommandOutput>;
|
|
1063
982
|
getBucketNotificationConfiguration(
|
|
1064
983
|
args: GetBucketNotificationConfigurationCommandInput,
|
|
1065
|
-
cb: (
|
|
1066
|
-
err: any,
|
|
1067
|
-
data?: GetBucketNotificationConfigurationCommandOutput
|
|
1068
|
-
) => void
|
|
984
|
+
cb: (err: any, data?: GetBucketNotificationConfigurationCommandOutput) => void,
|
|
1069
985
|
): void;
|
|
1070
986
|
getBucketNotificationConfiguration(
|
|
1071
987
|
args: GetBucketNotificationConfigurationCommandInput,
|
|
1072
988
|
options: __HttpHandlerOptions,
|
|
1073
|
-
cb: (
|
|
1074
|
-
err: any,
|
|
1075
|
-
data?: GetBucketNotificationConfigurationCommandOutput
|
|
1076
|
-
) => void
|
|
989
|
+
cb: (err: any, data?: GetBucketNotificationConfigurationCommandOutput) => void,
|
|
1077
990
|
): void;
|
|
1078
991
|
getBucketOwnershipControls(
|
|
1079
992
|
args: GetBucketOwnershipControlsCommandInput,
|
|
1080
|
-
options?: __HttpHandlerOptions
|
|
993
|
+
options?: __HttpHandlerOptions,
|
|
1081
994
|
): Promise<GetBucketOwnershipControlsCommandOutput>;
|
|
1082
995
|
getBucketOwnershipControls(
|
|
1083
996
|
args: GetBucketOwnershipControlsCommandInput,
|
|
1084
|
-
cb: (err: any, data?: GetBucketOwnershipControlsCommandOutput) => void
|
|
997
|
+
cb: (err: any, data?: GetBucketOwnershipControlsCommandOutput) => void,
|
|
1085
998
|
): void;
|
|
1086
999
|
getBucketOwnershipControls(
|
|
1087
1000
|
args: GetBucketOwnershipControlsCommandInput,
|
|
1088
1001
|
options: __HttpHandlerOptions,
|
|
1089
|
-
cb: (err: any, data?: GetBucketOwnershipControlsCommandOutput) => void
|
|
1002
|
+
cb: (err: any, data?: GetBucketOwnershipControlsCommandOutput) => void,
|
|
1090
1003
|
): void;
|
|
1091
1004
|
getBucketPolicy(
|
|
1092
1005
|
args: GetBucketPolicyCommandInput,
|
|
1093
|
-
options?: __HttpHandlerOptions
|
|
1006
|
+
options?: __HttpHandlerOptions,
|
|
1094
1007
|
): Promise<GetBucketPolicyCommandOutput>;
|
|
1095
1008
|
getBucketPolicy(
|
|
1096
1009
|
args: GetBucketPolicyCommandInput,
|
|
1097
|
-
cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
|
|
1010
|
+
cb: (err: any, data?: GetBucketPolicyCommandOutput) => void,
|
|
1098
1011
|
): void;
|
|
1099
1012
|
getBucketPolicy(
|
|
1100
1013
|
args: GetBucketPolicyCommandInput,
|
|
1101
1014
|
options: __HttpHandlerOptions,
|
|
1102
|
-
cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
|
|
1015
|
+
cb: (err: any, data?: GetBucketPolicyCommandOutput) => void,
|
|
1103
1016
|
): void;
|
|
1104
1017
|
getBucketPolicyStatus(
|
|
1105
1018
|
args: GetBucketPolicyStatusCommandInput,
|
|
1106
|
-
options?: __HttpHandlerOptions
|
|
1019
|
+
options?: __HttpHandlerOptions,
|
|
1107
1020
|
): Promise<GetBucketPolicyStatusCommandOutput>;
|
|
1108
1021
|
getBucketPolicyStatus(
|
|
1109
1022
|
args: GetBucketPolicyStatusCommandInput,
|
|
1110
|
-
cb: (err: any, data?: GetBucketPolicyStatusCommandOutput) => void
|
|
1023
|
+
cb: (err: any, data?: GetBucketPolicyStatusCommandOutput) => void,
|
|
1111
1024
|
): void;
|
|
1112
1025
|
getBucketPolicyStatus(
|
|
1113
1026
|
args: GetBucketPolicyStatusCommandInput,
|
|
1114
1027
|
options: __HttpHandlerOptions,
|
|
1115
|
-
cb: (err: any, data?: GetBucketPolicyStatusCommandOutput) => void
|
|
1028
|
+
cb: (err: any, data?: GetBucketPolicyStatusCommandOutput) => void,
|
|
1116
1029
|
): void;
|
|
1117
1030
|
getBucketReplication(
|
|
1118
1031
|
args: GetBucketReplicationCommandInput,
|
|
1119
|
-
options?: __HttpHandlerOptions
|
|
1032
|
+
options?: __HttpHandlerOptions,
|
|
1120
1033
|
): Promise<GetBucketReplicationCommandOutput>;
|
|
1121
1034
|
getBucketReplication(
|
|
1122
1035
|
args: GetBucketReplicationCommandInput,
|
|
1123
|
-
cb: (err: any, data?: GetBucketReplicationCommandOutput) => void
|
|
1036
|
+
cb: (err: any, data?: GetBucketReplicationCommandOutput) => void,
|
|
1124
1037
|
): void;
|
|
1125
1038
|
getBucketReplication(
|
|
1126
1039
|
args: GetBucketReplicationCommandInput,
|
|
1127
1040
|
options: __HttpHandlerOptions,
|
|
1128
|
-
cb: (err: any, data?: GetBucketReplicationCommandOutput) => void
|
|
1041
|
+
cb: (err: any, data?: GetBucketReplicationCommandOutput) => void,
|
|
1129
1042
|
): void;
|
|
1130
1043
|
getBucketRequestPayment(
|
|
1131
1044
|
args: GetBucketRequestPaymentCommandInput,
|
|
1132
|
-
options?: __HttpHandlerOptions
|
|
1045
|
+
options?: __HttpHandlerOptions,
|
|
1133
1046
|
): Promise<GetBucketRequestPaymentCommandOutput>;
|
|
1134
1047
|
getBucketRequestPayment(
|
|
1135
1048
|
args: GetBucketRequestPaymentCommandInput,
|
|
1136
|
-
cb: (err: any, data?: GetBucketRequestPaymentCommandOutput) => void
|
|
1049
|
+
cb: (err: any, data?: GetBucketRequestPaymentCommandOutput) => void,
|
|
1137
1050
|
): void;
|
|
1138
1051
|
getBucketRequestPayment(
|
|
1139
1052
|
args: GetBucketRequestPaymentCommandInput,
|
|
1140
1053
|
options: __HttpHandlerOptions,
|
|
1141
|
-
cb: (err: any, data?: GetBucketRequestPaymentCommandOutput) => void
|
|
1054
|
+
cb: (err: any, data?: GetBucketRequestPaymentCommandOutput) => void,
|
|
1142
1055
|
): void;
|
|
1143
1056
|
getBucketTagging(
|
|
1144
1057
|
args: GetBucketTaggingCommandInput,
|
|
1145
|
-
options?: __HttpHandlerOptions
|
|
1058
|
+
options?: __HttpHandlerOptions,
|
|
1146
1059
|
): Promise<GetBucketTaggingCommandOutput>;
|
|
1147
1060
|
getBucketTagging(
|
|
1148
1061
|
args: GetBucketTaggingCommandInput,
|
|
1149
|
-
cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
|
|
1062
|
+
cb: (err: any, data?: GetBucketTaggingCommandOutput) => void,
|
|
1150
1063
|
): void;
|
|
1151
1064
|
getBucketTagging(
|
|
1152
1065
|
args: GetBucketTaggingCommandInput,
|
|
1153
1066
|
options: __HttpHandlerOptions,
|
|
1154
|
-
cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
|
|
1067
|
+
cb: (err: any, data?: GetBucketTaggingCommandOutput) => void,
|
|
1155
1068
|
): void;
|
|
1156
1069
|
getBucketVersioning(
|
|
1157
1070
|
args: GetBucketVersioningCommandInput,
|
|
1158
|
-
options?: __HttpHandlerOptions
|
|
1071
|
+
options?: __HttpHandlerOptions,
|
|
1159
1072
|
): Promise<GetBucketVersioningCommandOutput>;
|
|
1160
1073
|
getBucketVersioning(
|
|
1161
1074
|
args: GetBucketVersioningCommandInput,
|
|
1162
|
-
cb: (err: any, data?: GetBucketVersioningCommandOutput) => void
|
|
1075
|
+
cb: (err: any, data?: GetBucketVersioningCommandOutput) => void,
|
|
1163
1076
|
): void;
|
|
1164
1077
|
getBucketVersioning(
|
|
1165
1078
|
args: GetBucketVersioningCommandInput,
|
|
1166
1079
|
options: __HttpHandlerOptions,
|
|
1167
|
-
cb: (err: any, data?: GetBucketVersioningCommandOutput) => void
|
|
1080
|
+
cb: (err: any, data?: GetBucketVersioningCommandOutput) => void,
|
|
1168
1081
|
): void;
|
|
1169
1082
|
getBucketWebsite(
|
|
1170
1083
|
args: GetBucketWebsiteCommandInput,
|
|
1171
|
-
options?: __HttpHandlerOptions
|
|
1084
|
+
options?: __HttpHandlerOptions,
|
|
1172
1085
|
): Promise<GetBucketWebsiteCommandOutput>;
|
|
1173
1086
|
getBucketWebsite(
|
|
1174
1087
|
args: GetBucketWebsiteCommandInput,
|
|
1175
|
-
cb: (err: any, data?: GetBucketWebsiteCommandOutput) => void
|
|
1088
|
+
cb: (err: any, data?: GetBucketWebsiteCommandOutput) => void,
|
|
1176
1089
|
): void;
|
|
1177
1090
|
getBucketWebsite(
|
|
1178
1091
|
args: GetBucketWebsiteCommandInput,
|
|
1179
1092
|
options: __HttpHandlerOptions,
|
|
1180
|
-
cb: (err: any, data?: GetBucketWebsiteCommandOutput) => void
|
|
1093
|
+
cb: (err: any, data?: GetBucketWebsiteCommandOutput) => void,
|
|
1181
1094
|
): void;
|
|
1182
1095
|
getObject(
|
|
1183
1096
|
args: GetObjectCommandInput,
|
|
1184
|
-
options?: __HttpHandlerOptions
|
|
1097
|
+
options?: __HttpHandlerOptions,
|
|
1185
1098
|
): Promise<GetObjectCommandOutput>;
|
|
1186
1099
|
getObject(
|
|
1187
1100
|
args: GetObjectCommandInput,
|
|
1188
|
-
cb: (err: any, data?: GetObjectCommandOutput) => void
|
|
1101
|
+
cb: (err: any, data?: GetObjectCommandOutput) => void,
|
|
1189
1102
|
): void;
|
|
1190
1103
|
getObject(
|
|
1191
1104
|
args: GetObjectCommandInput,
|
|
1192
1105
|
options: __HttpHandlerOptions,
|
|
1193
|
-
cb: (err: any, data?: GetObjectCommandOutput) => void
|
|
1106
|
+
cb: (err: any, data?: GetObjectCommandOutput) => void,
|
|
1194
1107
|
): void;
|
|
1195
1108
|
getObjectAcl(
|
|
1196
1109
|
args: GetObjectAclCommandInput,
|
|
1197
|
-
options?: __HttpHandlerOptions
|
|
1110
|
+
options?: __HttpHandlerOptions,
|
|
1198
1111
|
): Promise<GetObjectAclCommandOutput>;
|
|
1199
1112
|
getObjectAcl(
|
|
1200
1113
|
args: GetObjectAclCommandInput,
|
|
1201
|
-
cb: (err: any, data?: GetObjectAclCommandOutput) => void
|
|
1114
|
+
cb: (err: any, data?: GetObjectAclCommandOutput) => void,
|
|
1202
1115
|
): void;
|
|
1203
1116
|
getObjectAcl(
|
|
1204
1117
|
args: GetObjectAclCommandInput,
|
|
1205
1118
|
options: __HttpHandlerOptions,
|
|
1206
|
-
cb: (err: any, data?: GetObjectAclCommandOutput) => void
|
|
1119
|
+
cb: (err: any, data?: GetObjectAclCommandOutput) => void,
|
|
1207
1120
|
): void;
|
|
1208
1121
|
getObjectAnnotation(
|
|
1209
1122
|
args: GetObjectAnnotationCommandInput,
|
|
1210
|
-
options?: __HttpHandlerOptions
|
|
1123
|
+
options?: __HttpHandlerOptions,
|
|
1211
1124
|
): Promise<GetObjectAnnotationCommandOutput>;
|
|
1212
1125
|
getObjectAnnotation(
|
|
1213
1126
|
args: GetObjectAnnotationCommandInput,
|
|
1214
|
-
cb: (err: any, data?: GetObjectAnnotationCommandOutput) => void
|
|
1127
|
+
cb: (err: any, data?: GetObjectAnnotationCommandOutput) => void,
|
|
1215
1128
|
): void;
|
|
1216
1129
|
getObjectAnnotation(
|
|
1217
1130
|
args: GetObjectAnnotationCommandInput,
|
|
1218
1131
|
options: __HttpHandlerOptions,
|
|
1219
|
-
cb: (err: any, data?: GetObjectAnnotationCommandOutput) => void
|
|
1132
|
+
cb: (err: any, data?: GetObjectAnnotationCommandOutput) => void,
|
|
1220
1133
|
): void;
|
|
1221
1134
|
getObjectAttributes(
|
|
1222
1135
|
args: GetObjectAttributesCommandInput,
|
|
1223
|
-
options?: __HttpHandlerOptions
|
|
1136
|
+
options?: __HttpHandlerOptions,
|
|
1224
1137
|
): Promise<GetObjectAttributesCommandOutput>;
|
|
1225
1138
|
getObjectAttributes(
|
|
1226
1139
|
args: GetObjectAttributesCommandInput,
|
|
1227
|
-
cb: (err: any, data?: GetObjectAttributesCommandOutput) => void
|
|
1140
|
+
cb: (err: any, data?: GetObjectAttributesCommandOutput) => void,
|
|
1228
1141
|
): void;
|
|
1229
1142
|
getObjectAttributes(
|
|
1230
1143
|
args: GetObjectAttributesCommandInput,
|
|
1231
1144
|
options: __HttpHandlerOptions,
|
|
1232
|
-
cb: (err: any, data?: GetObjectAttributesCommandOutput) => void
|
|
1145
|
+
cb: (err: any, data?: GetObjectAttributesCommandOutput) => void,
|
|
1233
1146
|
): void;
|
|
1234
1147
|
getObjectLegalHold(
|
|
1235
1148
|
args: GetObjectLegalHoldCommandInput,
|
|
1236
|
-
options?: __HttpHandlerOptions
|
|
1149
|
+
options?: __HttpHandlerOptions,
|
|
1237
1150
|
): Promise<GetObjectLegalHoldCommandOutput>;
|
|
1238
1151
|
getObjectLegalHold(
|
|
1239
1152
|
args: GetObjectLegalHoldCommandInput,
|
|
1240
|
-
cb: (err: any, data?: GetObjectLegalHoldCommandOutput) => void
|
|
1153
|
+
cb: (err: any, data?: GetObjectLegalHoldCommandOutput) => void,
|
|
1241
1154
|
): void;
|
|
1242
1155
|
getObjectLegalHold(
|
|
1243
1156
|
args: GetObjectLegalHoldCommandInput,
|
|
1244
1157
|
options: __HttpHandlerOptions,
|
|
1245
|
-
cb: (err: any, data?: GetObjectLegalHoldCommandOutput) => void
|
|
1158
|
+
cb: (err: any, data?: GetObjectLegalHoldCommandOutput) => void,
|
|
1246
1159
|
): void;
|
|
1247
1160
|
getObjectLockConfiguration(
|
|
1248
1161
|
args: GetObjectLockConfigurationCommandInput,
|
|
1249
|
-
options?: __HttpHandlerOptions
|
|
1162
|
+
options?: __HttpHandlerOptions,
|
|
1250
1163
|
): Promise<GetObjectLockConfigurationCommandOutput>;
|
|
1251
1164
|
getObjectLockConfiguration(
|
|
1252
1165
|
args: GetObjectLockConfigurationCommandInput,
|
|
1253
|
-
cb: (err: any, data?: GetObjectLockConfigurationCommandOutput) => void
|
|
1166
|
+
cb: (err: any, data?: GetObjectLockConfigurationCommandOutput) => void,
|
|
1254
1167
|
): void;
|
|
1255
1168
|
getObjectLockConfiguration(
|
|
1256
1169
|
args: GetObjectLockConfigurationCommandInput,
|
|
1257
1170
|
options: __HttpHandlerOptions,
|
|
1258
|
-
cb: (err: any, data?: GetObjectLockConfigurationCommandOutput) => void
|
|
1171
|
+
cb: (err: any, data?: GetObjectLockConfigurationCommandOutput) => void,
|
|
1259
1172
|
): void;
|
|
1260
1173
|
getObjectRetention(
|
|
1261
1174
|
args: GetObjectRetentionCommandInput,
|
|
1262
|
-
options?: __HttpHandlerOptions
|
|
1175
|
+
options?: __HttpHandlerOptions,
|
|
1263
1176
|
): Promise<GetObjectRetentionCommandOutput>;
|
|
1264
1177
|
getObjectRetention(
|
|
1265
1178
|
args: GetObjectRetentionCommandInput,
|
|
1266
|
-
cb: (err: any, data?: GetObjectRetentionCommandOutput) => void
|
|
1179
|
+
cb: (err: any, data?: GetObjectRetentionCommandOutput) => void,
|
|
1267
1180
|
): void;
|
|
1268
1181
|
getObjectRetention(
|
|
1269
1182
|
args: GetObjectRetentionCommandInput,
|
|
1270
1183
|
options: __HttpHandlerOptions,
|
|
1271
|
-
cb: (err: any, data?: GetObjectRetentionCommandOutput) => void
|
|
1184
|
+
cb: (err: any, data?: GetObjectRetentionCommandOutput) => void,
|
|
1272
1185
|
): void;
|
|
1273
1186
|
getObjectTagging(
|
|
1274
1187
|
args: GetObjectTaggingCommandInput,
|
|
1275
|
-
options?: __HttpHandlerOptions
|
|
1188
|
+
options?: __HttpHandlerOptions,
|
|
1276
1189
|
): Promise<GetObjectTaggingCommandOutput>;
|
|
1277
1190
|
getObjectTagging(
|
|
1278
1191
|
args: GetObjectTaggingCommandInput,
|
|
1279
|
-
cb: (err: any, data?: GetObjectTaggingCommandOutput) => void
|
|
1192
|
+
cb: (err: any, data?: GetObjectTaggingCommandOutput) => void,
|
|
1280
1193
|
): void;
|
|
1281
1194
|
getObjectTagging(
|
|
1282
1195
|
args: GetObjectTaggingCommandInput,
|
|
1283
1196
|
options: __HttpHandlerOptions,
|
|
1284
|
-
cb: (err: any, data?: GetObjectTaggingCommandOutput) => void
|
|
1197
|
+
cb: (err: any, data?: GetObjectTaggingCommandOutput) => void,
|
|
1285
1198
|
): void;
|
|
1286
1199
|
getObjectTorrent(
|
|
1287
1200
|
args: GetObjectTorrentCommandInput,
|
|
1288
|
-
options?: __HttpHandlerOptions
|
|
1201
|
+
options?: __HttpHandlerOptions,
|
|
1289
1202
|
): Promise<GetObjectTorrentCommandOutput>;
|
|
1290
1203
|
getObjectTorrent(
|
|
1291
1204
|
args: GetObjectTorrentCommandInput,
|
|
1292
|
-
cb: (err: any, data?: GetObjectTorrentCommandOutput) => void
|
|
1205
|
+
cb: (err: any, data?: GetObjectTorrentCommandOutput) => void,
|
|
1293
1206
|
): void;
|
|
1294
1207
|
getObjectTorrent(
|
|
1295
1208
|
args: GetObjectTorrentCommandInput,
|
|
1296
1209
|
options: __HttpHandlerOptions,
|
|
1297
|
-
cb: (err: any, data?: GetObjectTorrentCommandOutput) => void
|
|
1210
|
+
cb: (err: any, data?: GetObjectTorrentCommandOutput) => void,
|
|
1298
1211
|
): void;
|
|
1299
1212
|
getPublicAccessBlock(
|
|
1300
1213
|
args: GetPublicAccessBlockCommandInput,
|
|
1301
|
-
options?: __HttpHandlerOptions
|
|
1214
|
+
options?: __HttpHandlerOptions,
|
|
1302
1215
|
): Promise<GetPublicAccessBlockCommandOutput>;
|
|
1303
1216
|
getPublicAccessBlock(
|
|
1304
1217
|
args: GetPublicAccessBlockCommandInput,
|
|
1305
|
-
cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
|
|
1218
|
+
cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void,
|
|
1306
1219
|
): void;
|
|
1307
1220
|
getPublicAccessBlock(
|
|
1308
1221
|
args: GetPublicAccessBlockCommandInput,
|
|
1309
1222
|
options: __HttpHandlerOptions,
|
|
1310
|
-
cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
|
|
1223
|
+
cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void,
|
|
1311
1224
|
): void;
|
|
1312
1225
|
headBucket(
|
|
1313
1226
|
args: HeadBucketCommandInput,
|
|
1314
|
-
options?: __HttpHandlerOptions
|
|
1227
|
+
options?: __HttpHandlerOptions,
|
|
1315
1228
|
): Promise<HeadBucketCommandOutput>;
|
|
1316
1229
|
headBucket(
|
|
1317
1230
|
args: HeadBucketCommandInput,
|
|
1318
|
-
cb: (err: any, data?: HeadBucketCommandOutput) => void
|
|
1231
|
+
cb: (err: any, data?: HeadBucketCommandOutput) => void,
|
|
1319
1232
|
): void;
|
|
1320
1233
|
headBucket(
|
|
1321
1234
|
args: HeadBucketCommandInput,
|
|
1322
1235
|
options: __HttpHandlerOptions,
|
|
1323
|
-
cb: (err: any, data?: HeadBucketCommandOutput) => void
|
|
1236
|
+
cb: (err: any, data?: HeadBucketCommandOutput) => void,
|
|
1324
1237
|
): void;
|
|
1325
1238
|
headObject(
|
|
1326
1239
|
args: HeadObjectCommandInput,
|
|
1327
|
-
options?: __HttpHandlerOptions
|
|
1240
|
+
options?: __HttpHandlerOptions,
|
|
1328
1241
|
): Promise<HeadObjectCommandOutput>;
|
|
1329
1242
|
headObject(
|
|
1330
1243
|
args: HeadObjectCommandInput,
|
|
1331
|
-
cb: (err: any, data?: HeadObjectCommandOutput) => void
|
|
1244
|
+
cb: (err: any, data?: HeadObjectCommandOutput) => void,
|
|
1332
1245
|
): void;
|
|
1333
1246
|
headObject(
|
|
1334
1247
|
args: HeadObjectCommandInput,
|
|
1335
1248
|
options: __HttpHandlerOptions,
|
|
1336
|
-
cb: (err: any, data?: HeadObjectCommandOutput) => void
|
|
1249
|
+
cb: (err: any, data?: HeadObjectCommandOutput) => void,
|
|
1337
1250
|
): void;
|
|
1338
1251
|
listBucketAnalyticsConfigurations(
|
|
1339
1252
|
args: ListBucketAnalyticsConfigurationsCommandInput,
|
|
1340
|
-
options?: __HttpHandlerOptions
|
|
1253
|
+
options?: __HttpHandlerOptions,
|
|
1341
1254
|
): Promise<ListBucketAnalyticsConfigurationsCommandOutput>;
|
|
1342
1255
|
listBucketAnalyticsConfigurations(
|
|
1343
1256
|
args: ListBucketAnalyticsConfigurationsCommandInput,
|
|
1344
|
-
cb: (
|
|
1345
|
-
err: any,
|
|
1346
|
-
data?: ListBucketAnalyticsConfigurationsCommandOutput
|
|
1347
|
-
) => void
|
|
1257
|
+
cb: (err: any, data?: ListBucketAnalyticsConfigurationsCommandOutput) => void,
|
|
1348
1258
|
): void;
|
|
1349
1259
|
listBucketAnalyticsConfigurations(
|
|
1350
1260
|
args: ListBucketAnalyticsConfigurationsCommandInput,
|
|
1351
1261
|
options: __HttpHandlerOptions,
|
|
1352
|
-
cb: (
|
|
1353
|
-
err: any,
|
|
1354
|
-
data?: ListBucketAnalyticsConfigurationsCommandOutput
|
|
1355
|
-
) => void
|
|
1262
|
+
cb: (err: any, data?: ListBucketAnalyticsConfigurationsCommandOutput) => void,
|
|
1356
1263
|
): void;
|
|
1357
1264
|
listBucketIntelligentTieringConfigurations(
|
|
1358
1265
|
args: ListBucketIntelligentTieringConfigurationsCommandInput,
|
|
1359
|
-
options?: __HttpHandlerOptions
|
|
1266
|
+
options?: __HttpHandlerOptions,
|
|
1360
1267
|
): Promise<ListBucketIntelligentTieringConfigurationsCommandOutput>;
|
|
1361
1268
|
listBucketIntelligentTieringConfigurations(
|
|
1362
1269
|
args: ListBucketIntelligentTieringConfigurationsCommandInput,
|
|
1363
|
-
cb: (
|
|
1364
|
-
err: any,
|
|
1365
|
-
data?: ListBucketIntelligentTieringConfigurationsCommandOutput
|
|
1366
|
-
) => void
|
|
1270
|
+
cb: (err: any, data?: ListBucketIntelligentTieringConfigurationsCommandOutput) => void,
|
|
1367
1271
|
): void;
|
|
1368
1272
|
listBucketIntelligentTieringConfigurations(
|
|
1369
1273
|
args: ListBucketIntelligentTieringConfigurationsCommandInput,
|
|
1370
1274
|
options: __HttpHandlerOptions,
|
|
1371
|
-
cb: (
|
|
1372
|
-
err: any,
|
|
1373
|
-
data?: ListBucketIntelligentTieringConfigurationsCommandOutput
|
|
1374
|
-
) => void
|
|
1275
|
+
cb: (err: any, data?: ListBucketIntelligentTieringConfigurationsCommandOutput) => void,
|
|
1375
1276
|
): void;
|
|
1376
1277
|
listBucketInventoryConfigurations(
|
|
1377
1278
|
args: ListBucketInventoryConfigurationsCommandInput,
|
|
1378
|
-
options?: __HttpHandlerOptions
|
|
1279
|
+
options?: __HttpHandlerOptions,
|
|
1379
1280
|
): Promise<ListBucketInventoryConfigurationsCommandOutput>;
|
|
1380
1281
|
listBucketInventoryConfigurations(
|
|
1381
1282
|
args: ListBucketInventoryConfigurationsCommandInput,
|
|
1382
|
-
cb: (
|
|
1383
|
-
err: any,
|
|
1384
|
-
data?: ListBucketInventoryConfigurationsCommandOutput
|
|
1385
|
-
) => void
|
|
1283
|
+
cb: (err: any, data?: ListBucketInventoryConfigurationsCommandOutput) => void,
|
|
1386
1284
|
): void;
|
|
1387
1285
|
listBucketInventoryConfigurations(
|
|
1388
1286
|
args: ListBucketInventoryConfigurationsCommandInput,
|
|
1389
1287
|
options: __HttpHandlerOptions,
|
|
1390
|
-
cb: (
|
|
1391
|
-
err: any,
|
|
1392
|
-
data?: ListBucketInventoryConfigurationsCommandOutput
|
|
1393
|
-
) => void
|
|
1288
|
+
cb: (err: any, data?: ListBucketInventoryConfigurationsCommandOutput) => void,
|
|
1394
1289
|
): void;
|
|
1395
1290
|
listBucketMetricsConfigurations(
|
|
1396
1291
|
args: ListBucketMetricsConfigurationsCommandInput,
|
|
1397
|
-
options?: __HttpHandlerOptions
|
|
1292
|
+
options?: __HttpHandlerOptions,
|
|
1398
1293
|
): Promise<ListBucketMetricsConfigurationsCommandOutput>;
|
|
1399
1294
|
listBucketMetricsConfigurations(
|
|
1400
1295
|
args: ListBucketMetricsConfigurationsCommandInput,
|
|
1401
|
-
cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void
|
|
1296
|
+
cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void,
|
|
1402
1297
|
): void;
|
|
1403
1298
|
listBucketMetricsConfigurations(
|
|
1404
1299
|
args: ListBucketMetricsConfigurationsCommandInput,
|
|
1405
1300
|
options: __HttpHandlerOptions,
|
|
1406
|
-
cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void
|
|
1301
|
+
cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void,
|
|
1407
1302
|
): void;
|
|
1408
1303
|
listBuckets(): Promise<ListBucketsCommandOutput>;
|
|
1409
1304
|
listBuckets(
|
|
1410
1305
|
args: ListBucketsCommandInput,
|
|
1411
|
-
options?: __HttpHandlerOptions
|
|
1306
|
+
options?: __HttpHandlerOptions,
|
|
1412
1307
|
): Promise<ListBucketsCommandOutput>;
|
|
1413
1308
|
listBuckets(
|
|
1414
1309
|
args: ListBucketsCommandInput,
|
|
1415
|
-
cb: (err: any, data?: ListBucketsCommandOutput) => void
|
|
1310
|
+
cb: (err: any, data?: ListBucketsCommandOutput) => void,
|
|
1416
1311
|
): void;
|
|
1417
1312
|
listBuckets(
|
|
1418
1313
|
args: ListBucketsCommandInput,
|
|
1419
1314
|
options: __HttpHandlerOptions,
|
|
1420
|
-
cb: (err: any, data?: ListBucketsCommandOutput) => void
|
|
1315
|
+
cb: (err: any, data?: ListBucketsCommandOutput) => void,
|
|
1421
1316
|
): void;
|
|
1422
1317
|
listDirectoryBuckets(): Promise<ListDirectoryBucketsCommandOutput>;
|
|
1423
1318
|
listDirectoryBuckets(
|
|
1424
1319
|
args: ListDirectoryBucketsCommandInput,
|
|
1425
|
-
options?: __HttpHandlerOptions
|
|
1320
|
+
options?: __HttpHandlerOptions,
|
|
1426
1321
|
): Promise<ListDirectoryBucketsCommandOutput>;
|
|
1427
1322
|
listDirectoryBuckets(
|
|
1428
1323
|
args: ListDirectoryBucketsCommandInput,
|
|
1429
|
-
cb: (err: any, data?: ListDirectoryBucketsCommandOutput) => void
|
|
1324
|
+
cb: (err: any, data?: ListDirectoryBucketsCommandOutput) => void,
|
|
1430
1325
|
): void;
|
|
1431
1326
|
listDirectoryBuckets(
|
|
1432
1327
|
args: ListDirectoryBucketsCommandInput,
|
|
1433
1328
|
options: __HttpHandlerOptions,
|
|
1434
|
-
cb: (err: any, data?: ListDirectoryBucketsCommandOutput) => void
|
|
1329
|
+
cb: (err: any, data?: ListDirectoryBucketsCommandOutput) => void,
|
|
1435
1330
|
): void;
|
|
1436
1331
|
listMultipartUploads(
|
|
1437
1332
|
args: ListMultipartUploadsCommandInput,
|
|
1438
|
-
options?: __HttpHandlerOptions
|
|
1333
|
+
options?: __HttpHandlerOptions,
|
|
1439
1334
|
): Promise<ListMultipartUploadsCommandOutput>;
|
|
1440
1335
|
listMultipartUploads(
|
|
1441
1336
|
args: ListMultipartUploadsCommandInput,
|
|
1442
|
-
cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void
|
|
1337
|
+
cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void,
|
|
1443
1338
|
): void;
|
|
1444
1339
|
listMultipartUploads(
|
|
1445
1340
|
args: ListMultipartUploadsCommandInput,
|
|
1446
1341
|
options: __HttpHandlerOptions,
|
|
1447
|
-
cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void
|
|
1342
|
+
cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void,
|
|
1448
1343
|
): void;
|
|
1449
1344
|
listObjectAnnotations(
|
|
1450
1345
|
args: ListObjectAnnotationsCommandInput,
|
|
1451
|
-
options?: __HttpHandlerOptions
|
|
1346
|
+
options?: __HttpHandlerOptions,
|
|
1452
1347
|
): Promise<ListObjectAnnotationsCommandOutput>;
|
|
1453
1348
|
listObjectAnnotations(
|
|
1454
1349
|
args: ListObjectAnnotationsCommandInput,
|
|
1455
|
-
cb: (err: any, data?: ListObjectAnnotationsCommandOutput) => void
|
|
1350
|
+
cb: (err: any, data?: ListObjectAnnotationsCommandOutput) => void,
|
|
1456
1351
|
): void;
|
|
1457
1352
|
listObjectAnnotations(
|
|
1458
1353
|
args: ListObjectAnnotationsCommandInput,
|
|
1459
1354
|
options: __HttpHandlerOptions,
|
|
1460
|
-
cb: (err: any, data?: ListObjectAnnotationsCommandOutput) => void
|
|
1355
|
+
cb: (err: any, data?: ListObjectAnnotationsCommandOutput) => void,
|
|
1461
1356
|
): void;
|
|
1462
1357
|
listObjects(
|
|
1463
1358
|
args: ListObjectsCommandInput,
|
|
1464
|
-
options?: __HttpHandlerOptions
|
|
1359
|
+
options?: __HttpHandlerOptions,
|
|
1465
1360
|
): Promise<ListObjectsCommandOutput>;
|
|
1466
1361
|
listObjects(
|
|
1467
1362
|
args: ListObjectsCommandInput,
|
|
1468
|
-
cb: (err: any, data?: ListObjectsCommandOutput) => void
|
|
1363
|
+
cb: (err: any, data?: ListObjectsCommandOutput) => void,
|
|
1469
1364
|
): void;
|
|
1470
1365
|
listObjects(
|
|
1471
1366
|
args: ListObjectsCommandInput,
|
|
1472
1367
|
options: __HttpHandlerOptions,
|
|
1473
|
-
cb: (err: any, data?: ListObjectsCommandOutput) => void
|
|
1368
|
+
cb: (err: any, data?: ListObjectsCommandOutput) => void,
|
|
1474
1369
|
): void;
|
|
1475
1370
|
listObjectsV2(
|
|
1476
1371
|
args: ListObjectsV2CommandInput,
|
|
1477
|
-
options?: __HttpHandlerOptions
|
|
1372
|
+
options?: __HttpHandlerOptions,
|
|
1478
1373
|
): Promise<ListObjectsV2CommandOutput>;
|
|
1479
1374
|
listObjectsV2(
|
|
1480
1375
|
args: ListObjectsV2CommandInput,
|
|
1481
|
-
cb: (err: any, data?: ListObjectsV2CommandOutput) => void
|
|
1376
|
+
cb: (err: any, data?: ListObjectsV2CommandOutput) => void,
|
|
1482
1377
|
): void;
|
|
1483
1378
|
listObjectsV2(
|
|
1484
1379
|
args: ListObjectsV2CommandInput,
|
|
1485
1380
|
options: __HttpHandlerOptions,
|
|
1486
|
-
cb: (err: any, data?: ListObjectsV2CommandOutput) => void
|
|
1381
|
+
cb: (err: any, data?: ListObjectsV2CommandOutput) => void,
|
|
1487
1382
|
): void;
|
|
1488
1383
|
listObjectVersions(
|
|
1489
1384
|
args: ListObjectVersionsCommandInput,
|
|
1490
|
-
options?: __HttpHandlerOptions
|
|
1385
|
+
options?: __HttpHandlerOptions,
|
|
1491
1386
|
): Promise<ListObjectVersionsCommandOutput>;
|
|
1492
1387
|
listObjectVersions(
|
|
1493
1388
|
args: ListObjectVersionsCommandInput,
|
|
1494
|
-
cb: (err: any, data?: ListObjectVersionsCommandOutput) => void
|
|
1389
|
+
cb: (err: any, data?: ListObjectVersionsCommandOutput) => void,
|
|
1495
1390
|
): void;
|
|
1496
1391
|
listObjectVersions(
|
|
1497
1392
|
args: ListObjectVersionsCommandInput,
|
|
1498
1393
|
options: __HttpHandlerOptions,
|
|
1499
|
-
cb: (err: any, data?: ListObjectVersionsCommandOutput) => void
|
|
1394
|
+
cb: (err: any, data?: ListObjectVersionsCommandOutput) => void,
|
|
1500
1395
|
): void;
|
|
1501
1396
|
listParts(
|
|
1502
1397
|
args: ListPartsCommandInput,
|
|
1503
|
-
options?: __HttpHandlerOptions
|
|
1398
|
+
options?: __HttpHandlerOptions,
|
|
1504
1399
|
): Promise<ListPartsCommandOutput>;
|
|
1505
1400
|
listParts(
|
|
1506
1401
|
args: ListPartsCommandInput,
|
|
1507
|
-
cb: (err: any, data?: ListPartsCommandOutput) => void
|
|
1402
|
+
cb: (err: any, data?: ListPartsCommandOutput) => void,
|
|
1508
1403
|
): void;
|
|
1509
1404
|
listParts(
|
|
1510
1405
|
args: ListPartsCommandInput,
|
|
1511
1406
|
options: __HttpHandlerOptions,
|
|
1512
|
-
cb: (err: any, data?: ListPartsCommandOutput) => void
|
|
1407
|
+
cb: (err: any, data?: ListPartsCommandOutput) => void,
|
|
1513
1408
|
): void;
|
|
1514
1409
|
putBucketAbac(
|
|
1515
1410
|
args: PutBucketAbacCommandInput,
|
|
1516
|
-
options?: __HttpHandlerOptions
|
|
1411
|
+
options?: __HttpHandlerOptions,
|
|
1517
1412
|
): Promise<PutBucketAbacCommandOutput>;
|
|
1518
1413
|
putBucketAbac(
|
|
1519
1414
|
args: PutBucketAbacCommandInput,
|
|
1520
|
-
cb: (err: any, data?: PutBucketAbacCommandOutput) => void
|
|
1415
|
+
cb: (err: any, data?: PutBucketAbacCommandOutput) => void,
|
|
1521
1416
|
): void;
|
|
1522
1417
|
putBucketAbac(
|
|
1523
1418
|
args: PutBucketAbacCommandInput,
|
|
1524
1419
|
options: __HttpHandlerOptions,
|
|
1525
|
-
cb: (err: any, data?: PutBucketAbacCommandOutput) => void
|
|
1420
|
+
cb: (err: any, data?: PutBucketAbacCommandOutput) => void,
|
|
1526
1421
|
): void;
|
|
1527
1422
|
putBucketAccelerateConfiguration(
|
|
1528
1423
|
args: PutBucketAccelerateConfigurationCommandInput,
|
|
1529
|
-
options?: __HttpHandlerOptions
|
|
1424
|
+
options?: __HttpHandlerOptions,
|
|
1530
1425
|
): Promise<PutBucketAccelerateConfigurationCommandOutput>;
|
|
1531
1426
|
putBucketAccelerateConfiguration(
|
|
1532
1427
|
args: PutBucketAccelerateConfigurationCommandInput,
|
|
1533
|
-
cb: (err: any, data?: PutBucketAccelerateConfigurationCommandOutput) => void
|
|
1428
|
+
cb: (err: any, data?: PutBucketAccelerateConfigurationCommandOutput) => void,
|
|
1534
1429
|
): void;
|
|
1535
1430
|
putBucketAccelerateConfiguration(
|
|
1536
1431
|
args: PutBucketAccelerateConfigurationCommandInput,
|
|
1537
1432
|
options: __HttpHandlerOptions,
|
|
1538
|
-
cb: (err: any, data?: PutBucketAccelerateConfigurationCommandOutput) => void
|
|
1433
|
+
cb: (err: any, data?: PutBucketAccelerateConfigurationCommandOutput) => void,
|
|
1539
1434
|
): void;
|
|
1540
1435
|
putBucketAcl(
|
|
1541
1436
|
args: PutBucketAclCommandInput,
|
|
1542
|
-
options?: __HttpHandlerOptions
|
|
1437
|
+
options?: __HttpHandlerOptions,
|
|
1543
1438
|
): Promise<PutBucketAclCommandOutput>;
|
|
1544
1439
|
putBucketAcl(
|
|
1545
1440
|
args: PutBucketAclCommandInput,
|
|
1546
|
-
cb: (err: any, data?: PutBucketAclCommandOutput) => void
|
|
1441
|
+
cb: (err: any, data?: PutBucketAclCommandOutput) => void,
|
|
1547
1442
|
): void;
|
|
1548
1443
|
putBucketAcl(
|
|
1549
1444
|
args: PutBucketAclCommandInput,
|
|
1550
1445
|
options: __HttpHandlerOptions,
|
|
1551
|
-
cb: (err: any, data?: PutBucketAclCommandOutput) => void
|
|
1446
|
+
cb: (err: any, data?: PutBucketAclCommandOutput) => void,
|
|
1552
1447
|
): void;
|
|
1553
1448
|
putBucketAnalyticsConfiguration(
|
|
1554
1449
|
args: PutBucketAnalyticsConfigurationCommandInput,
|
|
1555
|
-
options?: __HttpHandlerOptions
|
|
1450
|
+
options?: __HttpHandlerOptions,
|
|
1556
1451
|
): Promise<PutBucketAnalyticsConfigurationCommandOutput>;
|
|
1557
1452
|
putBucketAnalyticsConfiguration(
|
|
1558
1453
|
args: PutBucketAnalyticsConfigurationCommandInput,
|
|
1559
|
-
cb: (err: any, data?: PutBucketAnalyticsConfigurationCommandOutput) => void
|
|
1454
|
+
cb: (err: any, data?: PutBucketAnalyticsConfigurationCommandOutput) => void,
|
|
1560
1455
|
): void;
|
|
1561
1456
|
putBucketAnalyticsConfiguration(
|
|
1562
1457
|
args: PutBucketAnalyticsConfigurationCommandInput,
|
|
1563
1458
|
options: __HttpHandlerOptions,
|
|
1564
|
-
cb: (err: any, data?: PutBucketAnalyticsConfigurationCommandOutput) => void
|
|
1459
|
+
cb: (err: any, data?: PutBucketAnalyticsConfigurationCommandOutput) => void,
|
|
1565
1460
|
): void;
|
|
1566
1461
|
putBucketCors(
|
|
1567
1462
|
args: PutBucketCorsCommandInput,
|
|
1568
|
-
options?: __HttpHandlerOptions
|
|
1463
|
+
options?: __HttpHandlerOptions,
|
|
1569
1464
|
): Promise<PutBucketCorsCommandOutput>;
|
|
1570
1465
|
putBucketCors(
|
|
1571
1466
|
args: PutBucketCorsCommandInput,
|
|
1572
|
-
cb: (err: any, data?: PutBucketCorsCommandOutput) => void
|
|
1467
|
+
cb: (err: any, data?: PutBucketCorsCommandOutput) => void,
|
|
1573
1468
|
): void;
|
|
1574
1469
|
putBucketCors(
|
|
1575
1470
|
args: PutBucketCorsCommandInput,
|
|
1576
1471
|
options: __HttpHandlerOptions,
|
|
1577
|
-
cb: (err: any, data?: PutBucketCorsCommandOutput) => void
|
|
1472
|
+
cb: (err: any, data?: PutBucketCorsCommandOutput) => void,
|
|
1578
1473
|
): void;
|
|
1579
1474
|
putBucketEncryption(
|
|
1580
1475
|
args: PutBucketEncryptionCommandInput,
|
|
1581
|
-
options?: __HttpHandlerOptions
|
|
1476
|
+
options?: __HttpHandlerOptions,
|
|
1582
1477
|
): Promise<PutBucketEncryptionCommandOutput>;
|
|
1583
1478
|
putBucketEncryption(
|
|
1584
1479
|
args: PutBucketEncryptionCommandInput,
|
|
1585
|
-
cb: (err: any, data?: PutBucketEncryptionCommandOutput) => void
|
|
1480
|
+
cb: (err: any, data?: PutBucketEncryptionCommandOutput) => void,
|
|
1586
1481
|
): void;
|
|
1587
1482
|
putBucketEncryption(
|
|
1588
1483
|
args: PutBucketEncryptionCommandInput,
|
|
1589
1484
|
options: __HttpHandlerOptions,
|
|
1590
|
-
cb: (err: any, data?: PutBucketEncryptionCommandOutput) => void
|
|
1485
|
+
cb: (err: any, data?: PutBucketEncryptionCommandOutput) => void,
|
|
1591
1486
|
): void;
|
|
1592
1487
|
putBucketIntelligentTieringConfiguration(
|
|
1593
1488
|
args: PutBucketIntelligentTieringConfigurationCommandInput,
|
|
1594
|
-
options?: __HttpHandlerOptions
|
|
1489
|
+
options?: __HttpHandlerOptions,
|
|
1595
1490
|
): Promise<PutBucketIntelligentTieringConfigurationCommandOutput>;
|
|
1596
1491
|
putBucketIntelligentTieringConfiguration(
|
|
1597
1492
|
args: PutBucketIntelligentTieringConfigurationCommandInput,
|
|
1598
|
-
cb: (
|
|
1599
|
-
err: any,
|
|
1600
|
-
data?: PutBucketIntelligentTieringConfigurationCommandOutput
|
|
1601
|
-
) => void
|
|
1493
|
+
cb: (err: any, data?: PutBucketIntelligentTieringConfigurationCommandOutput) => void,
|
|
1602
1494
|
): void;
|
|
1603
1495
|
putBucketIntelligentTieringConfiguration(
|
|
1604
1496
|
args: PutBucketIntelligentTieringConfigurationCommandInput,
|
|
1605
1497
|
options: __HttpHandlerOptions,
|
|
1606
|
-
cb: (
|
|
1607
|
-
err: any,
|
|
1608
|
-
data?: PutBucketIntelligentTieringConfigurationCommandOutput
|
|
1609
|
-
) => void
|
|
1498
|
+
cb: (err: any, data?: PutBucketIntelligentTieringConfigurationCommandOutput) => void,
|
|
1610
1499
|
): void;
|
|
1611
1500
|
putBucketInventoryConfiguration(
|
|
1612
1501
|
args: PutBucketInventoryConfigurationCommandInput,
|
|
1613
|
-
options?: __HttpHandlerOptions
|
|
1502
|
+
options?: __HttpHandlerOptions,
|
|
1614
1503
|
): Promise<PutBucketInventoryConfigurationCommandOutput>;
|
|
1615
1504
|
putBucketInventoryConfiguration(
|
|
1616
1505
|
args: PutBucketInventoryConfigurationCommandInput,
|
|
1617
|
-
cb: (err: any, data?: PutBucketInventoryConfigurationCommandOutput) => void
|
|
1506
|
+
cb: (err: any, data?: PutBucketInventoryConfigurationCommandOutput) => void,
|
|
1618
1507
|
): void;
|
|
1619
1508
|
putBucketInventoryConfiguration(
|
|
1620
1509
|
args: PutBucketInventoryConfigurationCommandInput,
|
|
1621
1510
|
options: __HttpHandlerOptions,
|
|
1622
|
-
cb: (err: any, data?: PutBucketInventoryConfigurationCommandOutput) => void
|
|
1511
|
+
cb: (err: any, data?: PutBucketInventoryConfigurationCommandOutput) => void,
|
|
1623
1512
|
): void;
|
|
1624
1513
|
putBucketLifecycleConfiguration(
|
|
1625
1514
|
args: PutBucketLifecycleConfigurationCommandInput,
|
|
1626
|
-
options?: __HttpHandlerOptions
|
|
1515
|
+
options?: __HttpHandlerOptions,
|
|
1627
1516
|
): Promise<PutBucketLifecycleConfigurationCommandOutput>;
|
|
1628
1517
|
putBucketLifecycleConfiguration(
|
|
1629
1518
|
args: PutBucketLifecycleConfigurationCommandInput,
|
|
1630
|
-
cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
|
|
1519
|
+
cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void,
|
|
1631
1520
|
): void;
|
|
1632
1521
|
putBucketLifecycleConfiguration(
|
|
1633
1522
|
args: PutBucketLifecycleConfigurationCommandInput,
|
|
1634
1523
|
options: __HttpHandlerOptions,
|
|
1635
|
-
cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
|
|
1524
|
+
cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void,
|
|
1636
1525
|
): void;
|
|
1637
1526
|
putBucketLogging(
|
|
1638
1527
|
args: PutBucketLoggingCommandInput,
|
|
1639
|
-
options?: __HttpHandlerOptions
|
|
1528
|
+
options?: __HttpHandlerOptions,
|
|
1640
1529
|
): Promise<PutBucketLoggingCommandOutput>;
|
|
1641
1530
|
putBucketLogging(
|
|
1642
1531
|
args: PutBucketLoggingCommandInput,
|
|
1643
|
-
cb: (err: any, data?: PutBucketLoggingCommandOutput) => void
|
|
1532
|
+
cb: (err: any, data?: PutBucketLoggingCommandOutput) => void,
|
|
1644
1533
|
): void;
|
|
1645
1534
|
putBucketLogging(
|
|
1646
1535
|
args: PutBucketLoggingCommandInput,
|
|
1647
1536
|
options: __HttpHandlerOptions,
|
|
1648
|
-
cb: (err: any, data?: PutBucketLoggingCommandOutput) => void
|
|
1537
|
+
cb: (err: any, data?: PutBucketLoggingCommandOutput) => void,
|
|
1649
1538
|
): void;
|
|
1650
1539
|
putBucketMetricsConfiguration(
|
|
1651
1540
|
args: PutBucketMetricsConfigurationCommandInput,
|
|
1652
|
-
options?: __HttpHandlerOptions
|
|
1541
|
+
options?: __HttpHandlerOptions,
|
|
1653
1542
|
): Promise<PutBucketMetricsConfigurationCommandOutput>;
|
|
1654
1543
|
putBucketMetricsConfiguration(
|
|
1655
1544
|
args: PutBucketMetricsConfigurationCommandInput,
|
|
1656
|
-
cb: (err: any, data?: PutBucketMetricsConfigurationCommandOutput) => void
|
|
1545
|
+
cb: (err: any, data?: PutBucketMetricsConfigurationCommandOutput) => void,
|
|
1657
1546
|
): void;
|
|
1658
1547
|
putBucketMetricsConfiguration(
|
|
1659
1548
|
args: PutBucketMetricsConfigurationCommandInput,
|
|
1660
1549
|
options: __HttpHandlerOptions,
|
|
1661
|
-
cb: (err: any, data?: PutBucketMetricsConfigurationCommandOutput) => void
|
|
1550
|
+
cb: (err: any, data?: PutBucketMetricsConfigurationCommandOutput) => void,
|
|
1662
1551
|
): void;
|
|
1663
1552
|
putBucketNotificationConfiguration(
|
|
1664
1553
|
args: PutBucketNotificationConfigurationCommandInput,
|
|
1665
|
-
options?: __HttpHandlerOptions
|
|
1554
|
+
options?: __HttpHandlerOptions,
|
|
1666
1555
|
): Promise<PutBucketNotificationConfigurationCommandOutput>;
|
|
1667
1556
|
putBucketNotificationConfiguration(
|
|
1668
1557
|
args: PutBucketNotificationConfigurationCommandInput,
|
|
1669
|
-
cb: (
|
|
1670
|
-
err: any,
|
|
1671
|
-
data?: PutBucketNotificationConfigurationCommandOutput
|
|
1672
|
-
) => void
|
|
1558
|
+
cb: (err: any, data?: PutBucketNotificationConfigurationCommandOutput) => void,
|
|
1673
1559
|
): void;
|
|
1674
1560
|
putBucketNotificationConfiguration(
|
|
1675
1561
|
args: PutBucketNotificationConfigurationCommandInput,
|
|
1676
1562
|
options: __HttpHandlerOptions,
|
|
1677
|
-
cb: (
|
|
1678
|
-
err: any,
|
|
1679
|
-
data?: PutBucketNotificationConfigurationCommandOutput
|
|
1680
|
-
) => void
|
|
1563
|
+
cb: (err: any, data?: PutBucketNotificationConfigurationCommandOutput) => void,
|
|
1681
1564
|
): void;
|
|
1682
1565
|
putBucketOwnershipControls(
|
|
1683
1566
|
args: PutBucketOwnershipControlsCommandInput,
|
|
1684
|
-
options?: __HttpHandlerOptions
|
|
1567
|
+
options?: __HttpHandlerOptions,
|
|
1685
1568
|
): Promise<PutBucketOwnershipControlsCommandOutput>;
|
|
1686
1569
|
putBucketOwnershipControls(
|
|
1687
1570
|
args: PutBucketOwnershipControlsCommandInput,
|
|
1688
|
-
cb: (err: any, data?: PutBucketOwnershipControlsCommandOutput) => void
|
|
1571
|
+
cb: (err: any, data?: PutBucketOwnershipControlsCommandOutput) => void,
|
|
1689
1572
|
): void;
|
|
1690
1573
|
putBucketOwnershipControls(
|
|
1691
1574
|
args: PutBucketOwnershipControlsCommandInput,
|
|
1692
1575
|
options: __HttpHandlerOptions,
|
|
1693
|
-
cb: (err: any, data?: PutBucketOwnershipControlsCommandOutput) => void
|
|
1576
|
+
cb: (err: any, data?: PutBucketOwnershipControlsCommandOutput) => void,
|
|
1694
1577
|
): void;
|
|
1695
1578
|
putBucketPolicy(
|
|
1696
1579
|
args: PutBucketPolicyCommandInput,
|
|
1697
|
-
options?: __HttpHandlerOptions
|
|
1580
|
+
options?: __HttpHandlerOptions,
|
|
1698
1581
|
): Promise<PutBucketPolicyCommandOutput>;
|
|
1699
1582
|
putBucketPolicy(
|
|
1700
1583
|
args: PutBucketPolicyCommandInput,
|
|
1701
|
-
cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
|
|
1584
|
+
cb: (err: any, data?: PutBucketPolicyCommandOutput) => void,
|
|
1702
1585
|
): void;
|
|
1703
1586
|
putBucketPolicy(
|
|
1704
1587
|
args: PutBucketPolicyCommandInput,
|
|
1705
1588
|
options: __HttpHandlerOptions,
|
|
1706
|
-
cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
|
|
1589
|
+
cb: (err: any, data?: PutBucketPolicyCommandOutput) => void,
|
|
1707
1590
|
): void;
|
|
1708
1591
|
putBucketReplication(
|
|
1709
1592
|
args: PutBucketReplicationCommandInput,
|
|
1710
|
-
options?: __HttpHandlerOptions
|
|
1593
|
+
options?: __HttpHandlerOptions,
|
|
1711
1594
|
): Promise<PutBucketReplicationCommandOutput>;
|
|
1712
1595
|
putBucketReplication(
|
|
1713
1596
|
args: PutBucketReplicationCommandInput,
|
|
1714
|
-
cb: (err: any, data?: PutBucketReplicationCommandOutput) => void
|
|
1597
|
+
cb: (err: any, data?: PutBucketReplicationCommandOutput) => void,
|
|
1715
1598
|
): void;
|
|
1716
1599
|
putBucketReplication(
|
|
1717
1600
|
args: PutBucketReplicationCommandInput,
|
|
1718
1601
|
options: __HttpHandlerOptions,
|
|
1719
|
-
cb: (err: any, data?: PutBucketReplicationCommandOutput) => void
|
|
1602
|
+
cb: (err: any, data?: PutBucketReplicationCommandOutput) => void,
|
|
1720
1603
|
): void;
|
|
1721
1604
|
putBucketRequestPayment(
|
|
1722
1605
|
args: PutBucketRequestPaymentCommandInput,
|
|
1723
|
-
options?: __HttpHandlerOptions
|
|
1606
|
+
options?: __HttpHandlerOptions,
|
|
1724
1607
|
): Promise<PutBucketRequestPaymentCommandOutput>;
|
|
1725
1608
|
putBucketRequestPayment(
|
|
1726
1609
|
args: PutBucketRequestPaymentCommandInput,
|
|
1727
|
-
cb: (err: any, data?: PutBucketRequestPaymentCommandOutput) => void
|
|
1610
|
+
cb: (err: any, data?: PutBucketRequestPaymentCommandOutput) => void,
|
|
1728
1611
|
): void;
|
|
1729
1612
|
putBucketRequestPayment(
|
|
1730
1613
|
args: PutBucketRequestPaymentCommandInput,
|
|
1731
1614
|
options: __HttpHandlerOptions,
|
|
1732
|
-
cb: (err: any, data?: PutBucketRequestPaymentCommandOutput) => void
|
|
1615
|
+
cb: (err: any, data?: PutBucketRequestPaymentCommandOutput) => void,
|
|
1733
1616
|
): void;
|
|
1734
1617
|
putBucketTagging(
|
|
1735
1618
|
args: PutBucketTaggingCommandInput,
|
|
1736
|
-
options?: __HttpHandlerOptions
|
|
1619
|
+
options?: __HttpHandlerOptions,
|
|
1737
1620
|
): Promise<PutBucketTaggingCommandOutput>;
|
|
1738
1621
|
putBucketTagging(
|
|
1739
1622
|
args: PutBucketTaggingCommandInput,
|
|
1740
|
-
cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
|
|
1623
|
+
cb: (err: any, data?: PutBucketTaggingCommandOutput) => void,
|
|
1741
1624
|
): void;
|
|
1742
1625
|
putBucketTagging(
|
|
1743
1626
|
args: PutBucketTaggingCommandInput,
|
|
1744
1627
|
options: __HttpHandlerOptions,
|
|
1745
|
-
cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
|
|
1628
|
+
cb: (err: any, data?: PutBucketTaggingCommandOutput) => void,
|
|
1746
1629
|
): void;
|
|
1747
1630
|
putBucketVersioning(
|
|
1748
1631
|
args: PutBucketVersioningCommandInput,
|
|
1749
|
-
options?: __HttpHandlerOptions
|
|
1632
|
+
options?: __HttpHandlerOptions,
|
|
1750
1633
|
): Promise<PutBucketVersioningCommandOutput>;
|
|
1751
1634
|
putBucketVersioning(
|
|
1752
1635
|
args: PutBucketVersioningCommandInput,
|
|
1753
|
-
cb: (err: any, data?: PutBucketVersioningCommandOutput) => void
|
|
1636
|
+
cb: (err: any, data?: PutBucketVersioningCommandOutput) => void,
|
|
1754
1637
|
): void;
|
|
1755
1638
|
putBucketVersioning(
|
|
1756
1639
|
args: PutBucketVersioningCommandInput,
|
|
1757
1640
|
options: __HttpHandlerOptions,
|
|
1758
|
-
cb: (err: any, data?: PutBucketVersioningCommandOutput) => void
|
|
1641
|
+
cb: (err: any, data?: PutBucketVersioningCommandOutput) => void,
|
|
1759
1642
|
): void;
|
|
1760
1643
|
putBucketWebsite(
|
|
1761
1644
|
args: PutBucketWebsiteCommandInput,
|
|
1762
|
-
options?: __HttpHandlerOptions
|
|
1645
|
+
options?: __HttpHandlerOptions,
|
|
1763
1646
|
): Promise<PutBucketWebsiteCommandOutput>;
|
|
1764
1647
|
putBucketWebsite(
|
|
1765
1648
|
args: PutBucketWebsiteCommandInput,
|
|
1766
|
-
cb: (err: any, data?: PutBucketWebsiteCommandOutput) => void
|
|
1649
|
+
cb: (err: any, data?: PutBucketWebsiteCommandOutput) => void,
|
|
1767
1650
|
): void;
|
|
1768
1651
|
putBucketWebsite(
|
|
1769
1652
|
args: PutBucketWebsiteCommandInput,
|
|
1770
1653
|
options: __HttpHandlerOptions,
|
|
1771
|
-
cb: (err: any, data?: PutBucketWebsiteCommandOutput) => void
|
|
1654
|
+
cb: (err: any, data?: PutBucketWebsiteCommandOutput) => void,
|
|
1772
1655
|
): void;
|
|
1773
1656
|
putObject(
|
|
1774
1657
|
args: PutObjectCommandInput,
|
|
1775
|
-
options?: __HttpHandlerOptions
|
|
1658
|
+
options?: __HttpHandlerOptions,
|
|
1776
1659
|
): Promise<PutObjectCommandOutput>;
|
|
1777
1660
|
putObject(
|
|
1778
1661
|
args: PutObjectCommandInput,
|
|
1779
|
-
cb: (err: any, data?: PutObjectCommandOutput) => void
|
|
1662
|
+
cb: (err: any, data?: PutObjectCommandOutput) => void,
|
|
1780
1663
|
): void;
|
|
1781
1664
|
putObject(
|
|
1782
1665
|
args: PutObjectCommandInput,
|
|
1783
1666
|
options: __HttpHandlerOptions,
|
|
1784
|
-
cb: (err: any, data?: PutObjectCommandOutput) => void
|
|
1667
|
+
cb: (err: any, data?: PutObjectCommandOutput) => void,
|
|
1785
1668
|
): void;
|
|
1786
1669
|
putObjectAcl(
|
|
1787
1670
|
args: PutObjectAclCommandInput,
|
|
1788
|
-
options?: __HttpHandlerOptions
|
|
1671
|
+
options?: __HttpHandlerOptions,
|
|
1789
1672
|
): Promise<PutObjectAclCommandOutput>;
|
|
1790
1673
|
putObjectAcl(
|
|
1791
1674
|
args: PutObjectAclCommandInput,
|
|
1792
|
-
cb: (err: any, data?: PutObjectAclCommandOutput) => void
|
|
1675
|
+
cb: (err: any, data?: PutObjectAclCommandOutput) => void,
|
|
1793
1676
|
): void;
|
|
1794
1677
|
putObjectAcl(
|
|
1795
1678
|
args: PutObjectAclCommandInput,
|
|
1796
1679
|
options: __HttpHandlerOptions,
|
|
1797
|
-
cb: (err: any, data?: PutObjectAclCommandOutput) => void
|
|
1680
|
+
cb: (err: any, data?: PutObjectAclCommandOutput) => void,
|
|
1798
1681
|
): void;
|
|
1799
1682
|
putObjectAnnotation(
|
|
1800
1683
|
args: PutObjectAnnotationCommandInput,
|
|
1801
|
-
options?: __HttpHandlerOptions
|
|
1684
|
+
options?: __HttpHandlerOptions,
|
|
1802
1685
|
): Promise<PutObjectAnnotationCommandOutput>;
|
|
1803
1686
|
putObjectAnnotation(
|
|
1804
1687
|
args: PutObjectAnnotationCommandInput,
|
|
1805
|
-
cb: (err: any, data?: PutObjectAnnotationCommandOutput) => void
|
|
1688
|
+
cb: (err: any, data?: PutObjectAnnotationCommandOutput) => void,
|
|
1806
1689
|
): void;
|
|
1807
1690
|
putObjectAnnotation(
|
|
1808
1691
|
args: PutObjectAnnotationCommandInput,
|
|
1809
1692
|
options: __HttpHandlerOptions,
|
|
1810
|
-
cb: (err: any, data?: PutObjectAnnotationCommandOutput) => void
|
|
1693
|
+
cb: (err: any, data?: PutObjectAnnotationCommandOutput) => void,
|
|
1811
1694
|
): void;
|
|
1812
1695
|
putObjectLegalHold(
|
|
1813
1696
|
args: PutObjectLegalHoldCommandInput,
|
|
1814
|
-
options?: __HttpHandlerOptions
|
|
1697
|
+
options?: __HttpHandlerOptions,
|
|
1815
1698
|
): Promise<PutObjectLegalHoldCommandOutput>;
|
|
1816
1699
|
putObjectLegalHold(
|
|
1817
1700
|
args: PutObjectLegalHoldCommandInput,
|
|
1818
|
-
cb: (err: any, data?: PutObjectLegalHoldCommandOutput) => void
|
|
1701
|
+
cb: (err: any, data?: PutObjectLegalHoldCommandOutput) => void,
|
|
1819
1702
|
): void;
|
|
1820
1703
|
putObjectLegalHold(
|
|
1821
1704
|
args: PutObjectLegalHoldCommandInput,
|
|
1822
1705
|
options: __HttpHandlerOptions,
|
|
1823
|
-
cb: (err: any, data?: PutObjectLegalHoldCommandOutput) => void
|
|
1706
|
+
cb: (err: any, data?: PutObjectLegalHoldCommandOutput) => void,
|
|
1824
1707
|
): void;
|
|
1825
1708
|
putObjectLockConfiguration(
|
|
1826
1709
|
args: PutObjectLockConfigurationCommandInput,
|
|
1827
|
-
options?: __HttpHandlerOptions
|
|
1710
|
+
options?: __HttpHandlerOptions,
|
|
1828
1711
|
): Promise<PutObjectLockConfigurationCommandOutput>;
|
|
1829
1712
|
putObjectLockConfiguration(
|
|
1830
1713
|
args: PutObjectLockConfigurationCommandInput,
|
|
1831
|
-
cb: (err: any, data?: PutObjectLockConfigurationCommandOutput) => void
|
|
1714
|
+
cb: (err: any, data?: PutObjectLockConfigurationCommandOutput) => void,
|
|
1832
1715
|
): void;
|
|
1833
1716
|
putObjectLockConfiguration(
|
|
1834
1717
|
args: PutObjectLockConfigurationCommandInput,
|
|
1835
1718
|
options: __HttpHandlerOptions,
|
|
1836
|
-
cb: (err: any, data?: PutObjectLockConfigurationCommandOutput) => void
|
|
1719
|
+
cb: (err: any, data?: PutObjectLockConfigurationCommandOutput) => void,
|
|
1837
1720
|
): void;
|
|
1838
1721
|
putObjectRetention(
|
|
1839
1722
|
args: PutObjectRetentionCommandInput,
|
|
1840
|
-
options?: __HttpHandlerOptions
|
|
1723
|
+
options?: __HttpHandlerOptions,
|
|
1841
1724
|
): Promise<PutObjectRetentionCommandOutput>;
|
|
1842
1725
|
putObjectRetention(
|
|
1843
1726
|
args: PutObjectRetentionCommandInput,
|
|
1844
|
-
cb: (err: any, data?: PutObjectRetentionCommandOutput) => void
|
|
1727
|
+
cb: (err: any, data?: PutObjectRetentionCommandOutput) => void,
|
|
1845
1728
|
): void;
|
|
1846
1729
|
putObjectRetention(
|
|
1847
1730
|
args: PutObjectRetentionCommandInput,
|
|
1848
1731
|
options: __HttpHandlerOptions,
|
|
1849
|
-
cb: (err: any, data?: PutObjectRetentionCommandOutput) => void
|
|
1732
|
+
cb: (err: any, data?: PutObjectRetentionCommandOutput) => void,
|
|
1850
1733
|
): void;
|
|
1851
1734
|
putObjectTagging(
|
|
1852
1735
|
args: PutObjectTaggingCommandInput,
|
|
1853
|
-
options?: __HttpHandlerOptions
|
|
1736
|
+
options?: __HttpHandlerOptions,
|
|
1854
1737
|
): Promise<PutObjectTaggingCommandOutput>;
|
|
1855
1738
|
putObjectTagging(
|
|
1856
1739
|
args: PutObjectTaggingCommandInput,
|
|
1857
|
-
cb: (err: any, data?: PutObjectTaggingCommandOutput) => void
|
|
1740
|
+
cb: (err: any, data?: PutObjectTaggingCommandOutput) => void,
|
|
1858
1741
|
): void;
|
|
1859
1742
|
putObjectTagging(
|
|
1860
1743
|
args: PutObjectTaggingCommandInput,
|
|
1861
1744
|
options: __HttpHandlerOptions,
|
|
1862
|
-
cb: (err: any, data?: PutObjectTaggingCommandOutput) => void
|
|
1745
|
+
cb: (err: any, data?: PutObjectTaggingCommandOutput) => void,
|
|
1863
1746
|
): void;
|
|
1864
1747
|
putPublicAccessBlock(
|
|
1865
1748
|
args: PutPublicAccessBlockCommandInput,
|
|
1866
|
-
options?: __HttpHandlerOptions
|
|
1749
|
+
options?: __HttpHandlerOptions,
|
|
1867
1750
|
): Promise<PutPublicAccessBlockCommandOutput>;
|
|
1868
1751
|
putPublicAccessBlock(
|
|
1869
1752
|
args: PutPublicAccessBlockCommandInput,
|
|
1870
|
-
cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
|
|
1753
|
+
cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void,
|
|
1871
1754
|
): void;
|
|
1872
1755
|
putPublicAccessBlock(
|
|
1873
1756
|
args: PutPublicAccessBlockCommandInput,
|
|
1874
1757
|
options: __HttpHandlerOptions,
|
|
1875
|
-
cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
|
|
1758
|
+
cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void,
|
|
1876
1759
|
): void;
|
|
1877
1760
|
renameObject(
|
|
1878
1761
|
args: RenameObjectCommandInput,
|
|
1879
|
-
options?: __HttpHandlerOptions
|
|
1762
|
+
options?: __HttpHandlerOptions,
|
|
1880
1763
|
): Promise<RenameObjectCommandOutput>;
|
|
1881
1764
|
renameObject(
|
|
1882
1765
|
args: RenameObjectCommandInput,
|
|
1883
|
-
cb: (err: any, data?: RenameObjectCommandOutput) => void
|
|
1766
|
+
cb: (err: any, data?: RenameObjectCommandOutput) => void,
|
|
1884
1767
|
): void;
|
|
1885
1768
|
renameObject(
|
|
1886
1769
|
args: RenameObjectCommandInput,
|
|
1887
1770
|
options: __HttpHandlerOptions,
|
|
1888
|
-
cb: (err: any, data?: RenameObjectCommandOutput) => void
|
|
1771
|
+
cb: (err: any, data?: RenameObjectCommandOutput) => void,
|
|
1889
1772
|
): void;
|
|
1890
1773
|
restoreObject(
|
|
1891
1774
|
args: RestoreObjectCommandInput,
|
|
1892
|
-
options?: __HttpHandlerOptions
|
|
1775
|
+
options?: __HttpHandlerOptions,
|
|
1893
1776
|
): Promise<RestoreObjectCommandOutput>;
|
|
1894
1777
|
restoreObject(
|
|
1895
1778
|
args: RestoreObjectCommandInput,
|
|
1896
|
-
cb: (err: any, data?: RestoreObjectCommandOutput) => void
|
|
1779
|
+
cb: (err: any, data?: RestoreObjectCommandOutput) => void,
|
|
1897
1780
|
): void;
|
|
1898
1781
|
restoreObject(
|
|
1899
1782
|
args: RestoreObjectCommandInput,
|
|
1900
1783
|
options: __HttpHandlerOptions,
|
|
1901
|
-
cb: (err: any, data?: RestoreObjectCommandOutput) => void
|
|
1784
|
+
cb: (err: any, data?: RestoreObjectCommandOutput) => void,
|
|
1902
1785
|
): void;
|
|
1903
1786
|
selectObjectContent(
|
|
1904
1787
|
args: SelectObjectContentCommandInput,
|
|
1905
|
-
options?: __HttpHandlerOptions
|
|
1788
|
+
options?: __HttpHandlerOptions,
|
|
1906
1789
|
): Promise<SelectObjectContentCommandOutput>;
|
|
1907
1790
|
selectObjectContent(
|
|
1908
1791
|
args: SelectObjectContentCommandInput,
|
|
1909
|
-
cb: (err: any, data?: SelectObjectContentCommandOutput) => void
|
|
1792
|
+
cb: (err: any, data?: SelectObjectContentCommandOutput) => void,
|
|
1910
1793
|
): void;
|
|
1911
1794
|
selectObjectContent(
|
|
1912
1795
|
args: SelectObjectContentCommandInput,
|
|
1913
1796
|
options: __HttpHandlerOptions,
|
|
1914
|
-
cb: (err: any, data?: SelectObjectContentCommandOutput) => void
|
|
1797
|
+
cb: (err: any, data?: SelectObjectContentCommandOutput) => void,
|
|
1915
1798
|
): void;
|
|
1916
1799
|
updateBucketMetadataAnnotationTableConfiguration(
|
|
1917
1800
|
args: UpdateBucketMetadataAnnotationTableConfigurationCommandInput,
|
|
1918
|
-
options?: __HttpHandlerOptions
|
|
1801
|
+
options?: __HttpHandlerOptions,
|
|
1919
1802
|
): Promise<UpdateBucketMetadataAnnotationTableConfigurationCommandOutput>;
|
|
1920
1803
|
updateBucketMetadataAnnotationTableConfiguration(
|
|
1921
1804
|
args: UpdateBucketMetadataAnnotationTableConfigurationCommandInput,
|
|
1922
|
-
cb: (
|
|
1923
|
-
err: any,
|
|
1924
|
-
data?: UpdateBucketMetadataAnnotationTableConfigurationCommandOutput
|
|
1925
|
-
) => void
|
|
1805
|
+
cb: (err: any, data?: UpdateBucketMetadataAnnotationTableConfigurationCommandOutput) => void,
|
|
1926
1806
|
): void;
|
|
1927
1807
|
updateBucketMetadataAnnotationTableConfiguration(
|
|
1928
1808
|
args: UpdateBucketMetadataAnnotationTableConfigurationCommandInput,
|
|
1929
1809
|
options: __HttpHandlerOptions,
|
|
1930
|
-
cb: (
|
|
1931
|
-
err: any,
|
|
1932
|
-
data?: UpdateBucketMetadataAnnotationTableConfigurationCommandOutput
|
|
1933
|
-
) => void
|
|
1810
|
+
cb: (err: any, data?: UpdateBucketMetadataAnnotationTableConfigurationCommandOutput) => void,
|
|
1934
1811
|
): void;
|
|
1935
1812
|
updateBucketMetadataInventoryTableConfiguration(
|
|
1936
1813
|
args: UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
1937
|
-
options?: __HttpHandlerOptions
|
|
1814
|
+
options?: __HttpHandlerOptions,
|
|
1938
1815
|
): Promise<UpdateBucketMetadataInventoryTableConfigurationCommandOutput>;
|
|
1939
1816
|
updateBucketMetadataInventoryTableConfiguration(
|
|
1940
1817
|
args: UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
1941
|
-
cb: (
|
|
1942
|
-
err: any,
|
|
1943
|
-
data?: UpdateBucketMetadataInventoryTableConfigurationCommandOutput
|
|
1944
|
-
) => void
|
|
1818
|
+
cb: (err: any, data?: UpdateBucketMetadataInventoryTableConfigurationCommandOutput) => void,
|
|
1945
1819
|
): void;
|
|
1946
1820
|
updateBucketMetadataInventoryTableConfiguration(
|
|
1947
1821
|
args: UpdateBucketMetadataInventoryTableConfigurationCommandInput,
|
|
1948
1822
|
options: __HttpHandlerOptions,
|
|
1949
|
-
cb: (
|
|
1950
|
-
err: any,
|
|
1951
|
-
data?: UpdateBucketMetadataInventoryTableConfigurationCommandOutput
|
|
1952
|
-
) => void
|
|
1823
|
+
cb: (err: any, data?: UpdateBucketMetadataInventoryTableConfigurationCommandOutput) => void,
|
|
1953
1824
|
): void;
|
|
1954
1825
|
updateBucketMetadataJournalTableConfiguration(
|
|
1955
1826
|
args: UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
1956
|
-
options?: __HttpHandlerOptions
|
|
1827
|
+
options?: __HttpHandlerOptions,
|
|
1957
1828
|
): Promise<UpdateBucketMetadataJournalTableConfigurationCommandOutput>;
|
|
1958
1829
|
updateBucketMetadataJournalTableConfiguration(
|
|
1959
1830
|
args: UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
1960
|
-
cb: (
|
|
1961
|
-
err: any,
|
|
1962
|
-
data?: UpdateBucketMetadataJournalTableConfigurationCommandOutput
|
|
1963
|
-
) => void
|
|
1831
|
+
cb: (err: any, data?: UpdateBucketMetadataJournalTableConfigurationCommandOutput) => void,
|
|
1964
1832
|
): void;
|
|
1965
1833
|
updateBucketMetadataJournalTableConfiguration(
|
|
1966
1834
|
args: UpdateBucketMetadataJournalTableConfigurationCommandInput,
|
|
1967
1835
|
options: __HttpHandlerOptions,
|
|
1968
|
-
cb: (
|
|
1969
|
-
err: any,
|
|
1970
|
-
data?: UpdateBucketMetadataJournalTableConfigurationCommandOutput
|
|
1971
|
-
) => void
|
|
1836
|
+
cb: (err: any, data?: UpdateBucketMetadataJournalTableConfigurationCommandOutput) => void,
|
|
1972
1837
|
): void;
|
|
1973
1838
|
updateObjectEncryption(
|
|
1974
1839
|
args: UpdateObjectEncryptionCommandInput,
|
|
1975
|
-
options?: __HttpHandlerOptions
|
|
1840
|
+
options?: __HttpHandlerOptions,
|
|
1976
1841
|
): Promise<UpdateObjectEncryptionCommandOutput>;
|
|
1977
1842
|
updateObjectEncryption(
|
|
1978
1843
|
args: UpdateObjectEncryptionCommandInput,
|
|
1979
|
-
cb: (err: any, data?: UpdateObjectEncryptionCommandOutput) => void
|
|
1844
|
+
cb: (err: any, data?: UpdateObjectEncryptionCommandOutput) => void,
|
|
1980
1845
|
): void;
|
|
1981
1846
|
updateObjectEncryption(
|
|
1982
1847
|
args: UpdateObjectEncryptionCommandInput,
|
|
1983
1848
|
options: __HttpHandlerOptions,
|
|
1984
|
-
cb: (err: any, data?: UpdateObjectEncryptionCommandOutput) => void
|
|
1849
|
+
cb: (err: any, data?: UpdateObjectEncryptionCommandOutput) => void,
|
|
1985
1850
|
): void;
|
|
1986
1851
|
uploadPart(
|
|
1987
1852
|
args: UploadPartCommandInput,
|
|
1988
|
-
options?: __HttpHandlerOptions
|
|
1853
|
+
options?: __HttpHandlerOptions,
|
|
1989
1854
|
): Promise<UploadPartCommandOutput>;
|
|
1990
1855
|
uploadPart(
|
|
1991
1856
|
args: UploadPartCommandInput,
|
|
1992
|
-
cb: (err: any, data?: UploadPartCommandOutput) => void
|
|
1857
|
+
cb: (err: any, data?: UploadPartCommandOutput) => void,
|
|
1993
1858
|
): void;
|
|
1994
1859
|
uploadPart(
|
|
1995
1860
|
args: UploadPartCommandInput,
|
|
1996
1861
|
options: __HttpHandlerOptions,
|
|
1997
|
-
cb: (err: any, data?: UploadPartCommandOutput) => void
|
|
1862
|
+
cb: (err: any, data?: UploadPartCommandOutput) => void,
|
|
1998
1863
|
): void;
|
|
1999
1864
|
uploadPartCopy(
|
|
2000
1865
|
args: UploadPartCopyCommandInput,
|
|
2001
|
-
options?: __HttpHandlerOptions
|
|
1866
|
+
options?: __HttpHandlerOptions,
|
|
2002
1867
|
): Promise<UploadPartCopyCommandOutput>;
|
|
2003
1868
|
uploadPartCopy(
|
|
2004
1869
|
args: UploadPartCopyCommandInput,
|
|
2005
|
-
cb: (err: any, data?: UploadPartCopyCommandOutput) => void
|
|
1870
|
+
cb: (err: any, data?: UploadPartCopyCommandOutput) => void,
|
|
2006
1871
|
): void;
|
|
2007
1872
|
uploadPartCopy(
|
|
2008
1873
|
args: UploadPartCopyCommandInput,
|
|
2009
1874
|
options: __HttpHandlerOptions,
|
|
2010
|
-
cb: (err: any, data?: UploadPartCopyCommandOutput) => void
|
|
1875
|
+
cb: (err: any, data?: UploadPartCopyCommandOutput) => void,
|
|
2011
1876
|
): void;
|
|
2012
1877
|
writeGetObjectResponse(
|
|
2013
1878
|
args: WriteGetObjectResponseCommandInput,
|
|
2014
|
-
options?: __HttpHandlerOptions
|
|
1879
|
+
options?: __HttpHandlerOptions,
|
|
2015
1880
|
): Promise<WriteGetObjectResponseCommandOutput>;
|
|
2016
1881
|
writeGetObjectResponse(
|
|
2017
1882
|
args: WriteGetObjectResponseCommandInput,
|
|
2018
|
-
cb: (err: any, data?: WriteGetObjectResponseCommandOutput) => void
|
|
1883
|
+
cb: (err: any, data?: WriteGetObjectResponseCommandOutput) => void,
|
|
2019
1884
|
): void;
|
|
2020
1885
|
writeGetObjectResponse(
|
|
2021
1886
|
args: WriteGetObjectResponseCommandInput,
|
|
2022
1887
|
options: __HttpHandlerOptions,
|
|
2023
|
-
cb: (err: any, data?: WriteGetObjectResponseCommandOutput) => void
|
|
1888
|
+
cb: (err: any, data?: WriteGetObjectResponseCommandOutput) => void,
|
|
2024
1889
|
): void;
|
|
2025
1890
|
paginateListBuckets(
|
|
2026
1891
|
args?: ListBucketsCommandInput,
|
|
2027
1892
|
paginationConfig?: Pick<
|
|
2028
1893
|
PaginationConfiguration,
|
|
2029
1894
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2030
|
-
|
|
1895
|
+
>,
|
|
2031
1896
|
): Paginator<ListBucketsCommandOutput>;
|
|
2032
1897
|
paginateListDirectoryBuckets(
|
|
2033
1898
|
args?: ListDirectoryBucketsCommandInput,
|
|
2034
1899
|
paginationConfig?: Pick<
|
|
2035
1900
|
PaginationConfiguration,
|
|
2036
1901
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2037
|
-
|
|
1902
|
+
>,
|
|
2038
1903
|
): Paginator<ListDirectoryBucketsCommandOutput>;
|
|
2039
1904
|
paginateListObjectAnnotations(
|
|
2040
1905
|
args: ListObjectAnnotationsCommandInput,
|
|
2041
1906
|
paginationConfig?: Pick<
|
|
2042
1907
|
PaginationConfiguration,
|
|
2043
1908
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2044
|
-
|
|
1909
|
+
>,
|
|
2045
1910
|
): Paginator<ListObjectAnnotationsCommandOutput>;
|
|
2046
1911
|
paginateListObjectsV2(
|
|
2047
1912
|
args: ListObjectsV2CommandInput,
|
|
2048
1913
|
paginationConfig?: Pick<
|
|
2049
1914
|
PaginationConfiguration,
|
|
2050
1915
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2051
|
-
|
|
1916
|
+
>,
|
|
2052
1917
|
): Paginator<ListObjectsV2CommandOutput>;
|
|
2053
1918
|
paginateListParts(
|
|
2054
1919
|
args: ListPartsCommandInput,
|
|
2055
1920
|
paginationConfig?: Pick<
|
|
2056
1921
|
PaginationConfiguration,
|
|
2057
1922
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2058
|
-
|
|
1923
|
+
>,
|
|
2059
1924
|
): Paginator<ListPartsCommandOutput>;
|
|
2060
1925
|
waitUntilBucketExists(
|
|
2061
1926
|
args: HeadBucketCommandInput,
|
|
2062
1927
|
waiterConfig:
|
|
2063
1928
|
| number
|
|
2064
|
-
| Pick<
|
|
2065
|
-
WaiterConfiguration<S3>,
|
|
2066
|
-
Exclude<keyof WaiterConfiguration<S3>, "client">
|
|
2067
|
-
>
|
|
1929
|
+
| Pick<WaiterConfiguration<S3>, Exclude<keyof WaiterConfiguration<S3>, "client">>,
|
|
2068
1930
|
): Promise<WaiterResult<HeadBucketCommandOutput>>;
|
|
2069
1931
|
waitUntilBucketNotExists(
|
|
2070
1932
|
args: HeadBucketCommandInput,
|
|
2071
1933
|
waiterConfig:
|
|
2072
1934
|
| number
|
|
2073
|
-
| Pick<
|
|
2074
|
-
WaiterConfiguration<S3>,
|
|
2075
|
-
Exclude<keyof WaiterConfiguration<S3>, "client">
|
|
2076
|
-
>
|
|
1935
|
+
| Pick<WaiterConfiguration<S3>, Exclude<keyof WaiterConfiguration<S3>, "client">>,
|
|
2077
1936
|
): Promise<WaiterResult<NotFound>>;
|
|
2078
1937
|
waitUntilObjectExists(
|
|
2079
1938
|
args: HeadObjectCommandInput,
|
|
2080
1939
|
waiterConfig:
|
|
2081
1940
|
| number
|
|
2082
|
-
| Pick<
|
|
2083
|
-
WaiterConfiguration<S3>,
|
|
2084
|
-
Exclude<keyof WaiterConfiguration<S3>, "client">
|
|
2085
|
-
>
|
|
1941
|
+
| Pick<WaiterConfiguration<S3>, Exclude<keyof WaiterConfiguration<S3>, "client">>,
|
|
2086
1942
|
): Promise<WaiterResult<HeadObjectCommandOutput>>;
|
|
2087
1943
|
waitUntilObjectNotExists(
|
|
2088
1944
|
args: HeadObjectCommandInput,
|
|
2089
1945
|
waiterConfig:
|
|
2090
1946
|
| number
|
|
2091
|
-
| Pick<
|
|
2092
|
-
WaiterConfiguration<S3>,
|
|
2093
|
-
Exclude<keyof WaiterConfiguration<S3>, "client">
|
|
2094
|
-
>
|
|
1947
|
+
| Pick<WaiterConfiguration<S3>, Exclude<keyof WaiterConfiguration<S3>, "client">>,
|
|
2095
1948
|
): Promise<WaiterResult<NotFound>>;
|
|
2096
1949
|
}
|
|
2097
1950
|
export declare class S3 extends S3Client implements S3 {}
|