@mavogel/awscdk-rootmail 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/skills/.pilot-sync-manifest.json +4 -0
- package/.jsii +5 -4
- package/AGENTS.md +138 -0
- package/CLAUDE.md +1 -138
- package/lib/rootmail.js +1 -1
- package/lib/ses-receive.js +1 -1
- package/node_modules/@aws-sdk/checksums/README.md +80 -0
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/index.d.ts +1 -5
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/crc/index.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +2 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +2 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/configuration.d.ts +1 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/flexibleChecksumsInputMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/flexibleChecksumsMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/flexibleChecksumsResponseMiddleware.d.ts +2 -5
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksum.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksumAlgorithmForRequest.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksumAlgorithmListForResponse.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksumLocationName.d.ts +1 -3
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getFlexibleChecksumsPlugin.d.ts +3 -2
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/hasHeaderWithPrefix.d.ts +1 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/resolveFlexibleChecksumsConfig.d.ts +4 -11
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/selectChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/stringUnionSelector.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/validateChecksumFromResponse.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/sha/index.browser.d.ts +1 -6
- package/node_modules/@aws-sdk/checksums/package.json +64 -61
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/index.js +33 -13
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/models/enums.js +7 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/schemas/schemas_0.js +24 -12
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateLookupTableCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateScheduledQueryCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeFieldIndexesCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetQueryResultsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetScheduledQueryCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetScheduledQueryHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetStorageTierPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListScheduledQueriesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutStorageTierPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UpdateLookupTableCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UpdateScheduledQueryCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/enums.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_0.d.ts +158 -32
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_1.d.ts +34 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.browser.d.ts +41 -39
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.d.ts +36 -34
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.native.d.ts +39 -37
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogs.d.ts +378 -407
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogsClient.d.ts +11 -36
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/AssociateKmsKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateDeliveryCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateExportTaskCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateImportTaskCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLogAnomalyDetectorCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLogStreamCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLookupTableCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteAccountPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDataProtectionPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliveryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliveryDestinationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliveryDestinationPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliverySourceCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteIndexPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLogAnomalyDetectorCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLogStreamCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLookupTableCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteMetricFilterCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteQueryDefinitionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteRetentionPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteSubscriptionFilterCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteSyslogConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeAccountPoliciesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeConfigurationTemplatesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDeliveriesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDeliveryDestinationsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDeliverySourcesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDestinationsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeFieldIndexesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeImportTaskBatchesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeIndexPoliciesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLogGroupsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLogStreamsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLookupTablesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeMetricFiltersCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeQueriesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeQueryDefinitionsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeResourcePoliciesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeSubscriptionFiltersCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DisassociateKmsKeyCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/FilterLogEventsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliveryCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliveryDestinationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliveryDestinationPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliverySourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogAnomalyDetectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogEventsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogGroupFieldsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogRecordCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLookupTableCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetScheduledQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetScheduledQueryHistoryCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetStorageTierPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListAggregateLogGroupSummariesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListAnomaliesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogAnomalyDetectorsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogGroupsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogGroupsForQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListSourcesForS3TableIntegrationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListSyslogConfigurationsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListTagsLogGroupCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutAccountPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutBearerTokenAuthenticationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDeliveryDestinationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDeliveryDestinationPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDeliverySourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDestinationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDestinationPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutIndexPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutLogEventsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutLogGroupDeletionProtectionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutMetricFilterCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutQueryDefinitionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutRetentionPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutStorageTierPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutSubscriptionFilterCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutSyslogConfigurationCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutTransformerCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/StartLiveTailCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/StartQueryCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/StopQueryCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TagLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TestMetricFilterCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TestTransformerCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UntagLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateAnomalyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateDeliveryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateLogAnomalyDetectorCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateLookupTableCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/enums.d.ts +22 -28
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/errors.d.ts +20 -60
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_0.d.ts +18 -16
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_1.d.ts +8 -7
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +42 -42
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.browser.d.ts +41 -39
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.d.ts +36 -34
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.native.d.ts +38 -36
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/Route53.d.ts +222 -255
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/Route53Client.d.ts +17 -33
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commandBuilder.d.ts +9 -15
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetChangeCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/models/enums.d.ts +8 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/models/errors.d.ts +48 -167
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +3 -6
- package/node_modules/@aws-sdk/client-route-53/package.json +43 -43
- package/node_modules/@aws-sdk/client-s3/README.md +17 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +6 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +17 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +17 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAnnotationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAnnotationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +0 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +18 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +58 -56
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +61 -59
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +57 -55
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +354 -501
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +25 -59
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commandBuilder.d.ts +21 -31
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectAnnotationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAnnotationCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectAnnotationsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAnnotationCommand.d.ts +9 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +8 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +37 -64
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +10 -30
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +12 -36
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +2 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts +1 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +100 -122
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +106 -122
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -126
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/package.json +46 -46
- package/node_modules/@aws-sdk/client-ses/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.browser.d.ts +41 -39
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.d.ts +36 -34
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.native.d.ts +38 -36
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SES.d.ts +219 -345
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SESClient.d.ts +16 -32
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBounceCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/errors.d.ts +33 -150
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +3 -7
- package/node_modules/@aws-sdk/client-ses/package.json +42 -42
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +14 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +16 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +41 -39
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +36 -34
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +38 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +513 -642
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +17 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +4 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ValidateCloudConnectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/enums.d.ts +31 -62
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/errors.d.ts +115 -458
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +9 -18
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +7 -21
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +1 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/package.json +41 -41
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +67 -29
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1441 -406
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +7 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +28 -14
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.js +8 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.browser.js +9 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +5 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +12 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +8 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonSettings.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonCodec.js → codec-v1/JsonCodec.js} +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v1/JsonSettings.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeDeserializer.js → codec-v1/JsonShapeDeserializer.js} +15 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeSerializer.js → codec-v1/JsonShapeSerializer.js} +18 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.js +103 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonCodec2.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.js +200 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonShapeSerializer2.js +519 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/detectBufferParsing.js +18 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +108 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/needsReviver.js +41 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +33 -13
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/writeKey.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +6 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -4
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/aws/partitions.d.ts +54 -54
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +22 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.browser.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +22 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +9 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +4 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +5 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonSettings.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonCodec.d.ts → codec-v1/JsonCodec.d.ts} +4 -8
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v1/JsonSettings.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeDeserializer.d.ts → codec-v1/JsonShapeDeserializer.d.ts} +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeSerializer.d.ts → codec-v1/JsonShapeSerializer.d.ts} +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +51 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.d.ts +30 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonShapeSerializer2.d.ts +60 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/detectBufferParsing.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/needsReviver.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +7 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/writeKey.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +1 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +2 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +3 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +4 -16
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +3 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +2 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +5 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-logger/loggerMiddleware.d.ts +3 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/configuration.d.ts +1 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.native.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/check-features.d.ts +2 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/user-agent-middleware.d.ts +4 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +3 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partition.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +54 -54
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.d.ts +3 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +2 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +2 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +2 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +2 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +6 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +3 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +13 -21
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.browser.d.ts +32 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +10 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -19
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +10 -11
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +6 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/{JsonCodec.d.ts → codec-v1/JsonCodec.d.ts} +4 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/{JsonShapeDeserializer.d.ts → codec-v1/JsonShapeDeserializer.d.ts} +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/{JsonShapeSerializer.d.ts → codec-v1/JsonShapeSerializer.d.ts} +3 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeSerializer2.d.ts +39 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/detectBufferParsing.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/needsReviver.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +9 -13
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/writeKey.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +3 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +71 -63
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +33 -33
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +35 -35
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +4 -8
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +41 -41
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +39 -32
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +39 -32
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +1 -6
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-login/package.json +36 -36
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +4 -11
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +40 -40
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +33 -33
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +2 -8
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +35 -35
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +3 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +41 -41
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/change-resource-record-sets.d.ts +3 -12
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/id-normalizer.d.ts +3 -12
- package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +32 -32
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/NodeUseArnRegionConfigOptions.d.ts +1 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/index.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/index.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/bucketEndpointMiddleware.d.ts +3 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/bucketHostname.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/bucketHostnameUtils.d.ts +9 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-check-content-length-header/check-content-length-header.d.ts +3 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-expect-continue/middleware-expect-continue.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-location-constraint/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-location-constraint/middleware-location-constraint.d.ts +3 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-region-redirect/bucket-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-region-redirect/region-redirect-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-region-redirect/region-redirect-middleware.d.ts +3 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-configuration/s3Configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-expires/s3-expires-middleware.d.ts +3 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/classes/S3ExpressIdentityCache.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +3 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/functions/s3ExpressMiddleware.d.ts +2 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/functions/signS3Express.d.ts +3 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/interfaces/S3ExpressIdentityProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-ssec/middleware-ssec.d.ts +3 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-throw-200-exceptions/throw-200-exceptions.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-validate-bucket-name/validate-bucket-name.d.ts +2 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/protocol/S3RestXmlProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/index.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-host-prefix-deduplication/hostPrefixDeduplicationMiddleware.d.ts +3 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/getOutpostEndpoint.d.ts +1 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/getProcessArnablesPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/parse-outpost-arnables.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/update-arnables-request.d.ts +2 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-redirect-from-postid/redirect-from-postid.d.ts +3 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +63 -60
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +11 -9
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +121 -76
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +6 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +6 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +12 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commandBuilder.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +80 -70
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +41 -39
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commandBuilder.d.ts +8 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.d.ts +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +41 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +43 -41
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +43 -41
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +41 -39
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +41 -39
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +44 -42
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +35 -33
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +43 -41
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +7 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -22
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commandBuilder.d.ts +7 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +9 -28
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +71 -88
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +71 -83
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +75 -92
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +9 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +20 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +25 -27
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commandBuilder.d.ts +13 -18
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +9 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +4 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +73 -90
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +71 -83
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +77 -94
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +8 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +13 -20
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commandBuilder.d.ts +7 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +4 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +70 -85
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +70 -80
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +74 -89
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +8 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +4 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +16 -29
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commandBuilder.d.ts +7 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +11 -34
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +70 -85
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +70 -80
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +74 -89
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +8 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +7 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +16 -30
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +11 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commandBuilder.d.ts +8 -18
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +5 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +7 -24
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +75 -95
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +77 -94
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +79 -99
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/package.json +53 -50
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +5 -13
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4SignWithCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +2 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +30 -30
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +8 -4
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +8 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +1 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +2 -6
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +2 -9
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +2 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +1 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +1 -5
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -4
- package/node_modules/@aws-sdk/token-providers/package.json +36 -36
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +1 -7
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +2 -5
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +1 -5
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +7 -39
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +1 -9
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +1 -4
- package/node_modules/@aws-sdk/types/package.json +31 -31
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +14 -4
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +14 -4
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +2 -12
- package/node_modules/@aws-sdk/xml-builder/package.json +35 -35
- package/node_modules/@smithy/core/dist-cjs/index.js +3 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1671 -361
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +14 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +8 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +33 -13
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +49 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +49 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +35 -16
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +8 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +8 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +4 -14
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +10 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +22 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +10 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +8 -1
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -205
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +2 -3
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +30 -14
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +13 -5
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeDeserializer.js +122 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeSerializer.js +110 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeDeserializer2.js +650 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeSerializer2.js +620 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/object-mapping.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/serde-json.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getRegionInfo.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/getSelectorName.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseIni.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js +8 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js +11 -9
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/s3.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/parseURL.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/resolveEndpoint.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +45 -15
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +5 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +6 -4
- package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +7 -5
- package/node_modules/@smithy/core/dist-es/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.js +8 -5
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/parseRetryAfterHeader.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +11 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/transport/hasOwn.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostname.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/transport/toEndpointV1.js +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -27
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +1 -7
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +24 -4
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +7 -2
- package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/constants.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/retries-2026-config.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +5 -5
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +9 -4
- package/node_modules/@smithy/core/dist-types/submodules/transport/hasOwn.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/memoizeIdentityProvider.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +65 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/chunked-blob-reader/chunked-blob-reader.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/crc32/Crc32Js.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/crc32/Crc32Node.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-blob-browser/blobHasher.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/HashCalculator.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/fileStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/readableStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.browser.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.native.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/md5/Md5Js.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/md5/Md5Node.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/index.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/invalid-dependency/invalidFunction.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/invalid-dependency/invalidProvider.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/middleware-stack/MiddlewareStack.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/middleware-stack/types.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/NoOpLogger.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client.d.ts +84 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/command.d.ts +118 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/constants.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/create-aggregated-client.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/default-error-handler.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/defaults-mode.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/exceptions.d.ts +42 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/object-mapping.d.ts +179 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/schemaLogFilter.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/ser-utils.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/serde-json.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/poller.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/utils/sleep.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/waiter.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/EndpointVariant.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/EndpointVariantTag.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/PartitionHash.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/RegionHash.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getHostnameFromVariants.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getRegionInfo.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedHostname.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedPartition.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedSigningRegion.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/constants.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.browser.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.native.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/configLoader.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromEnv.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromStatic.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/CredentialsProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/ProviderError.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/TokenProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/chain.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/fromValue.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/memoize.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/constants.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getConfigFilepath.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getHomeDir.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getProfileName.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.d.ts +53 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/loadSsoSessionData.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/parseIni.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/parseKnownFiles.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/readFile.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/types.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/booleanSelector.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/numberSelector.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/types.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.browser.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/createConfigValueProvider.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +122 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/service-customizations/s3.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/bdd/BinaryDecisionDiagram.d.ts +41 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/debugId.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/toDebugString.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/decideEndpoint.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/coalesce.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/getAttr.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/index.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/isSet.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/ite.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/not.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/split.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/stringEquals.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/substring.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/uriEncode.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointError.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/index.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/shared.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/callFunction.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/endpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateTreeRule.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperty.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +80 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/EventStreamCodec.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/HeaderMarshaller.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/Int64.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/Message.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/MessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/MessageEncoderStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/SmithyMessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/SmithyMessageEncoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/splitMessage.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.d.ts +46 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/EventStreamMarshaller.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/utils.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-config-resolver/EventStreamSerdeConfig.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/getChunkedStream.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.browser.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +95 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/middleware-content-length/contentLengthMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/Field.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/Fields.d.ts +44 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/httpHandler.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/types.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/querystring-builder/buildQueryString.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +52 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/util-uri-escape/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/util-uri-escape/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/index.browser.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/index.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/configurations.d.ts +71 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/longPollMiddleware.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/parseRetryAfterHeader.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/types.d.ts +65 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retryMiddleware.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/util.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/constants.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/service-error-classification.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/AdaptiveRetryStrategy.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/ConfiguredRetryStrategy.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRateLimiter.d.ts +119 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRetryToken.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/StandardRetryStrategy.d.ts +56 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/config.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/constants.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/retries-2026-config.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/types.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +71 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +146 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/concatBytes.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +61 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/hash-node/hash-node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.browser.d.ts +42 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.native.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/is-array-buffer/is-array-buffer.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +43 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/deserializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/serdePlugin.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/serializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +250 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/constants-for-browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/fromBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/fromBase64.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/toBase64.browser.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/toBase64.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-body-length/calculateBodyLength.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-body-length/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-buffer-from/buffer-from.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-hex-encoding/hex-encoding.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +82 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/createChecksumStream.browser.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/createChecksumStream.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/createBufferedReadable.browser.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/createBufferedReadable.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/getAwsChunkedEncodingStream.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/headStream.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/headStream.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/splitStream.browser.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/splitStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-collector.browser.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-collector.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-type-check.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/fromUtf8.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUint8Array.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUint8Array.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUtf8.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUtf8.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/uuid/v4.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/hasOwn.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/httpRequest.d.ts +52 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/httpResponse.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/isValidHostLabel.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/parseQueryString.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/parseUrl.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/package.json +88 -93
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +26 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +19 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/node-http.d.ts +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +15 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +32 -42
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +2 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +7 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +38 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +31 -41
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +27 -8
- package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +3 -0
- package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +12 -2
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +2 -3
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +8 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/http2/ClientHttp2SessionRef.d.ts +46 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +47 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +46 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +36 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +76 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-https.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +9 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/package.json +32 -42
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +21 -9
- package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +5 -2
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +1 -1
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +4 -1
- package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +4 -1
- package/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +10 -3
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +4 -1
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +4 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +25 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +20 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +30 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +23 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
- package/node_modules/@smithy/signature-v4/package.json +27 -37
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +14 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +45 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +59 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +37 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +61 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +58 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointParameterInstructions.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +32 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +142 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +110 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +52 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/metrics.d.ts +93 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +541 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +162 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +149 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +251 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +118 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +79 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +172 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +54 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +42 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/package.json +29 -39
- package/node_modules/@zone-eu/mailsplit/lib/headers.js +81 -10
- package/node_modules/@zone-eu/mailsplit/lib/message-splitter.js +233 -73
- package/node_modules/@zone-eu/mailsplit/lib/mime-node.d.ts +3 -0
- package/node_modules/@zone-eu/mailsplit/lib/mime-node.js +4 -0
- package/node_modules/@zone-eu/mailsplit/lib/types.d.ts +3 -0
- package/node_modules/@zone-eu/mailsplit/package.json +5 -5
- package/node_modules/deepmerge-ts/CHANGELOG.md +69 -0
- package/node_modules/deepmerge-ts/README.md +25 -1
- package/node_modules/deepmerge-ts/dist/index.cjs +1366 -189
- package/node_modules/deepmerge-ts/dist/index.d.cts +560 -506
- package/node_modules/deepmerge-ts/dist/index.d.mts +560 -506
- package/node_modules/deepmerge-ts/dist/index.mjs +1362 -190
- package/node_modules/deepmerge-ts/package.json +85 -77
- package/node_modules/encoding-japanese/README.md +5 -4
- package/node_modules/encoding-japanese/encoding.js +173 -25
- package/node_modules/encoding-japanese/encoding.min.js +2 -2
- package/node_modules/encoding-japanese/package.json +5 -7
- package/node_modules/encoding-japanese/src/encoding-convert.js +34 -5
- package/node_modules/encoding-japanese/src/encoding-detect.js +22 -11
- package/node_modules/encoding-japanese/src/index.js +13 -1
- package/node_modules/encoding-japanese/src/sjis-ext.js +94 -0
- package/node_modules/html-to-text/CHANGELOG.md +8 -0
- package/node_modules/html-to-text/package.json +2 -2
- package/node_modules/libmime/CHANGELOG.md +14 -0
- package/node_modules/libmime/lib/libmime.js +157 -99
- package/node_modules/libmime/package.json +4 -4
- package/node_modules/mailparser/.release-please-manifest.json +1 -1
- package/node_modules/mailparser/CHANGELOG.md +57 -0
- package/node_modules/mailparser/lib/mail-parser.js +111 -12
- package/node_modules/mailparser/package.json +14 -11
- package/node_modules/nodemailer/CHANGELOG.md +87 -0
- package/node_modules/nodemailer/README.md +10 -9
- package/node_modules/nodemailer/SECURITY.md +7 -7
- package/node_modules/nodemailer/dist/cjs/addressparser/index.d.ts +47 -0
- package/node_modules/nodemailer/dist/cjs/addressparser/index.js +508 -0
- package/node_modules/nodemailer/dist/cjs/base64/index.d.ts +40 -0
- package/node_modules/nodemailer/{lib → dist/cjs}/base64/index.js +31 -53
- package/node_modules/nodemailer/dist/cjs/dkim/index.d.ts +40 -0
- package/node_modules/nodemailer/dist/cjs/dkim/index.js +211 -0
- package/node_modules/nodemailer/dist/cjs/dkim/message-parser.d.ts +41 -0
- package/node_modules/nodemailer/dist/cjs/dkim/message-parser.js +147 -0
- package/node_modules/nodemailer/dist/cjs/dkim/relaxed-body.d.ts +46 -0
- package/node_modules/nodemailer/dist/cjs/dkim/relaxed-body.js +143 -0
- package/node_modules/nodemailer/dist/cjs/dkim/sign.d.ts +49 -0
- package/node_modules/nodemailer/dist/cjs/dkim/sign.js +148 -0
- package/node_modules/nodemailer/dist/cjs/errors.d.ts +95 -0
- package/node_modules/nodemailer/dist/cjs/errors.js +70 -0
- package/node_modules/nodemailer/dist/cjs/fetch/cookies.d.ts +94 -0
- package/node_modules/nodemailer/dist/cjs/fetch/cookies.js +268 -0
- package/node_modules/nodemailer/dist/cjs/fetch/index.d.ts +51 -0
- package/node_modules/nodemailer/dist/cjs/fetch/index.js +409 -0
- package/node_modules/nodemailer/dist/cjs/json-transport/index.d.ts +54 -0
- package/node_modules/nodemailer/dist/cjs/json-transport/index.js +97 -0
- package/node_modules/nodemailer/dist/cjs/mail-composer/index.d.ts +224 -0
- package/node_modules/nodemailer/dist/cjs/mail-composer/index.js +602 -0
- package/node_modules/nodemailer/dist/cjs/mailer/index.d.ts +226 -0
- package/node_modules/nodemailer/dist/cjs/mailer/index.js +401 -0
- package/node_modules/nodemailer/dist/cjs/mailer/mail-message.d.ts +94 -0
- package/node_modules/nodemailer/dist/cjs/mailer/mail-message.js +339 -0
- package/node_modules/nodemailer/dist/cjs/mime-funcs/index.d.ts +157 -0
- package/node_modules/nodemailer/dist/cjs/mime-funcs/index.js +670 -0
- package/node_modules/nodemailer/dist/cjs/mime-funcs/mime-types.d.ts +2 -0
- package/node_modules/nodemailer/dist/cjs/mime-funcs/mime-types.js +2103 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/index.d.ts +484 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/index.js +1422 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/last-newline.d.ts +7 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/last-newline.js +30 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/le-unix.d.ts +13 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/le-unix.js +39 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/le-windows.d.ts +14 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/le-windows.js +46 -0
- package/node_modules/nodemailer/dist/cjs/nodemailer.d.ts +102 -0
- package/node_modules/nodemailer/dist/cjs/nodemailer.js +207 -0
- package/node_modules/nodemailer/dist/cjs/package-info.d.ts +3 -0
- package/node_modules/nodemailer/dist/cjs/package-info.js +7 -0
- package/node_modules/nodemailer/dist/cjs/package.json +3 -0
- package/node_modules/nodemailer/dist/cjs/punycode/index.d.ts +73 -0
- package/node_modules/nodemailer/{lib → dist/cjs}/punycode/index.js +62 -112
- package/node_modules/nodemailer/dist/cjs/qp/index.d.ts +33 -0
- package/node_modules/nodemailer/{lib → dist/cjs}/qp/index.js +30 -64
- package/node_modules/nodemailer/dist/cjs/sendmail-transport/index.d.ts +69 -0
- package/node_modules/nodemailer/dist/cjs/sendmail-transport/index.js +210 -0
- package/node_modules/nodemailer/dist/cjs/ses-transport/index.d.ts +75 -0
- package/node_modules/nodemailer/dist/cjs/ses-transport/index.js +248 -0
- package/node_modules/nodemailer/dist/cjs/shared/index.d.ts +230 -0
- package/node_modules/nodemailer/dist/cjs/shared/index.js +665 -0
- package/node_modules/nodemailer/dist/cjs/shared/objects.d.ts +23 -0
- package/node_modules/nodemailer/dist/cjs/shared/objects.js +43 -0
- package/node_modules/nodemailer/dist/cjs/shared/url.d.ts +21 -0
- package/node_modules/nodemailer/dist/cjs/shared/url.js +255 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/data-stream.d.ts +22 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/data-stream.js +98 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/http-proxy-client.d.ts +39 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/http-proxy-client.js +177 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/index.d.ts +719 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/index.js +1676 -0
- package/node_modules/nodemailer/dist/cjs/smtp-pool/index.d.ts +163 -0
- package/node_modules/nodemailer/dist/cjs/smtp-pool/index.js +530 -0
- package/node_modules/nodemailer/dist/cjs/smtp-pool/pool-resource.d.ts +64 -0
- package/node_modules/nodemailer/dist/cjs/smtp-pool/pool-resource.js +261 -0
- package/node_modules/nodemailer/dist/cjs/smtp-transport/index.d.ts +143 -0
- package/node_modules/nodemailer/dist/cjs/smtp-transport/index.js +379 -0
- package/node_modules/nodemailer/dist/cjs/stream-transport/index.d.ts +63 -0
- package/node_modules/nodemailer/dist/cjs/stream-transport/index.js +146 -0
- package/node_modules/nodemailer/dist/cjs/well-known/index.d.ts +35 -0
- package/node_modules/nodemailer/dist/cjs/well-known/index.js +41 -0
- package/node_modules/nodemailer/dist/cjs/well-known/services.d.ts +2 -0
- package/node_modules/nodemailer/dist/cjs/well-known/services.js +666 -0
- package/node_modules/nodemailer/dist/cjs/xoauth2/index.d.ts +191 -0
- package/node_modules/nodemailer/dist/cjs/xoauth2/index.js +414 -0
- package/node_modules/nodemailer/dist/esm/addressparser/index.d.ts +47 -0
- package/node_modules/nodemailer/{lib → dist/esm}/addressparser/index.js +187 -82
- package/node_modules/nodemailer/dist/esm/base64/index.d.ts +40 -0
- package/node_modules/nodemailer/dist/esm/base64/index.js +110 -0
- package/node_modules/nodemailer/dist/esm/dkim/index.d.ts +40 -0
- package/node_modules/nodemailer/{lib → dist/esm}/dkim/index.js +29 -70
- package/node_modules/nodemailer/dist/esm/dkim/message-parser.d.ts +41 -0
- package/node_modules/nodemailer/{lib → dist/esm}/dkim/message-parser.js +28 -40
- package/node_modules/nodemailer/dist/esm/dkim/relaxed-body.d.ts +46 -0
- package/node_modules/nodemailer/dist/esm/dkim/relaxed-body.js +135 -0
- package/node_modules/nodemailer/dist/esm/dkim/sign.d.ts +49 -0
- package/node_modules/nodemailer/{lib → dist/esm}/dkim/sign.js +38 -46
- package/node_modules/nodemailer/dist/esm/errors.d.ts +95 -0
- package/node_modules/nodemailer/{lib → dist/esm}/errors.js +27 -18
- package/node_modules/nodemailer/dist/esm/fetch/cookies.d.ts +94 -0
- package/node_modules/nodemailer/{lib → dist/esm}/fetch/cookies.js +75 -121
- package/node_modules/nodemailer/dist/esm/fetch/index.d.ts +51 -0
- package/node_modules/nodemailer/{lib → dist/esm}/fetch/index.js +149 -81
- package/node_modules/nodemailer/dist/esm/json-transport/index.d.ts +54 -0
- package/node_modules/nodemailer/{lib → dist/esm}/json-transport/index.js +18 -40
- package/node_modules/nodemailer/dist/esm/mail-composer/index.d.ts +224 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mail-composer/index.js +191 -266
- package/node_modules/nodemailer/dist/esm/mailer/index.d.ts +226 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mailer/index.js +120 -213
- package/node_modules/nodemailer/dist/esm/mailer/mail-message.d.ts +94 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mailer/mail-message.js +102 -126
- package/node_modules/nodemailer/dist/esm/mime-funcs/index.d.ts +157 -0
- package/node_modules/nodemailer/dist/esm/mime-funcs/index.js +621 -0
- package/node_modules/nodemailer/dist/esm/mime-funcs/mime-types.d.ts +2 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-funcs/mime-types.js +29 -42
- package/node_modules/nodemailer/dist/esm/mime-node/index.d.ts +484 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-node/index.js +418 -374
- package/node_modules/nodemailer/dist/esm/mime-node/last-newline.d.ts +7 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-node/last-newline.js +2 -10
- package/node_modules/nodemailer/dist/esm/mime-node/le-unix.d.ts +13 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-node/le-unix.js +5 -11
- package/node_modules/nodemailer/dist/esm/mime-node/le-windows.d.ts +14 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-node/le-windows.js +5 -13
- package/node_modules/nodemailer/dist/esm/nodemailer.d.ts +102 -0
- package/node_modules/nodemailer/{lib → dist/esm}/nodemailer.js +65 -69
- package/node_modules/nodemailer/dist/esm/package-info.d.ts +3 -0
- package/node_modules/nodemailer/dist/esm/package-info.js +4 -0
- package/node_modules/nodemailer/dist/esm/package.json +3 -0
- package/node_modules/nodemailer/dist/esm/punycode/index.d.ts +73 -0
- package/node_modules/nodemailer/dist/esm/punycode/index.js +404 -0
- package/node_modules/nodemailer/dist/esm/qp/index.d.ts +33 -0
- package/node_modules/nodemailer/dist/esm/qp/index.js +190 -0
- package/node_modules/nodemailer/dist/esm/sendmail-transport/index.d.ts +69 -0
- package/node_modules/nodemailer/{lib → dist/esm}/sendmail-transport/index.js +56 -103
- package/node_modules/nodemailer/dist/esm/ses-transport/index.d.ts +75 -0
- package/node_modules/nodemailer/dist/esm/ses-transport/index.js +208 -0
- package/node_modules/nodemailer/dist/esm/shared/index.d.ts +230 -0
- package/node_modules/nodemailer/{lib → dist/esm}/shared/index.js +155 -270
- package/node_modules/nodemailer/dist/esm/shared/objects.d.ts +23 -0
- package/node_modules/nodemailer/dist/esm/shared/objects.js +38 -0
- package/node_modules/nodemailer/dist/esm/shared/url.d.ts +21 -0
- package/node_modules/nodemailer/dist/esm/shared/url.js +214 -0
- package/node_modules/nodemailer/dist/esm/smtp-connection/data-stream.d.ts +22 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-connection/data-stream.js +14 -26
- package/node_modules/nodemailer/dist/esm/smtp-connection/http-proxy-client.d.ts +39 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-connection/http-proxy-client.js +27 -64
- package/node_modules/nodemailer/dist/esm/smtp-connection/index.d.ts +719 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-connection/index.js +332 -713
- package/node_modules/nodemailer/dist/esm/smtp-pool/index.d.ts +163 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-pool/index.js +120 -271
- package/node_modules/nodemailer/dist/esm/smtp-pool/pool-resource.d.ts +64 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-pool/pool-resource.js +36 -72
- package/node_modules/nodemailer/dist/esm/smtp-transport/index.d.ts +143 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-transport/index.js +58 -148
- package/node_modules/nodemailer/dist/esm/stream-transport/index.d.ts +63 -0
- package/node_modules/nodemailer/{lib → dist/esm}/stream-transport/index.js +37 -75
- package/node_modules/nodemailer/dist/esm/well-known/index.d.ts +35 -0
- package/node_modules/nodemailer/{lib → dist/esm}/well-known/index.js +5 -16
- package/node_modules/nodemailer/dist/esm/well-known/services.d.ts +2 -0
- package/node_modules/nodemailer/dist/esm/well-known/services.js +663 -0
- package/node_modules/nodemailer/dist/esm/xoauth2/index.d.ts +191 -0
- package/node_modules/nodemailer/{lib → dist/esm}/xoauth2/index.js +101 -175
- package/node_modules/nodemailer/{lib → dist}/well-known/services.json +14 -0
- package/node_modules/nodemailer/package.json +142 -17
- package/node_modules/uuid/README.md +19 -19
- package/node_modules/uuid/dist/v1.js +7 -3
- package/node_modules/uuid/dist/v7.js +5 -2
- package/node_modules/uuid/dist-node/v1.js +7 -3
- package/node_modules/uuid/dist-node/v7.js +5 -2
- package/node_modules/uuid/package.json +4 -3
- package/package.json +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +0 -135
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +0 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +0 -17
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/getEndpointUrlConfig.js +0 -21
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/getEndpointUrlConfig.d.ts +0 -12
- package/node_modules/nodemailer/.gitattributes +0 -6
- package/node_modules/nodemailer/.ncurc.js +0 -9
- package/node_modules/nodemailer/.prettierignore +0 -8
- package/node_modules/nodemailer/.prettierrc +0 -12
- package/node_modules/nodemailer/.prettierrc.js +0 -10
- package/node_modules/nodemailer/.release-please-config.json +0 -9
- package/node_modules/nodemailer/CLAUDE.md +0 -56
- package/node_modules/nodemailer/CODE_OF_CONDUCT.md +0 -76
- package/node_modules/nodemailer/eslint.config.js +0 -88
- package/node_modules/nodemailer/lib/dkim/relaxed-body.js +0 -154
- package/node_modules/nodemailer/lib/mime-funcs/index.js +0 -610
- package/node_modules/nodemailer/lib/ses-transport/index.js +0 -265
- package/node_modules/nodemailer/lib/shared/url.js +0 -151
|
@@ -228,10 +228,7 @@ import {
|
|
|
228
228
|
GetDataProtectionPolicyCommandInput,
|
|
229
229
|
GetDataProtectionPolicyCommandOutput,
|
|
230
230
|
} from "./commands/GetDataProtectionPolicyCommand";
|
|
231
|
-
import {
|
|
232
|
-
GetDeliveryCommandInput,
|
|
233
|
-
GetDeliveryCommandOutput,
|
|
234
|
-
} from "./commands/GetDeliveryCommand";
|
|
231
|
+
import { GetDeliveryCommandInput, GetDeliveryCommandOutput } from "./commands/GetDeliveryCommand";
|
|
235
232
|
import {
|
|
236
233
|
GetDeliveryDestinationCommandInput,
|
|
237
234
|
GetDeliveryDestinationCommandOutput,
|
|
@@ -424,22 +421,10 @@ import {
|
|
|
424
421
|
StartLiveTailCommandInput,
|
|
425
422
|
StartLiveTailCommandOutput,
|
|
426
423
|
} from "./commands/StartLiveTailCommand";
|
|
427
|
-
import {
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
} from "./commands/
|
|
431
|
-
import {
|
|
432
|
-
StopQueryCommandInput,
|
|
433
|
-
StopQueryCommandOutput,
|
|
434
|
-
} from "./commands/StopQueryCommand";
|
|
435
|
-
import {
|
|
436
|
-
TagLogGroupCommandInput,
|
|
437
|
-
TagLogGroupCommandOutput,
|
|
438
|
-
} from "./commands/TagLogGroupCommand";
|
|
439
|
-
import {
|
|
440
|
-
TagResourceCommandInput,
|
|
441
|
-
TagResourceCommandOutput,
|
|
442
|
-
} from "./commands/TagResourceCommand";
|
|
424
|
+
import { StartQueryCommandInput, StartQueryCommandOutput } from "./commands/StartQueryCommand";
|
|
425
|
+
import { StopQueryCommandInput, StopQueryCommandOutput } from "./commands/StopQueryCommand";
|
|
426
|
+
import { TagLogGroupCommandInput, TagLogGroupCommandOutput } from "./commands/TagLogGroupCommand";
|
|
427
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
443
428
|
import {
|
|
444
429
|
TestMetricFilterCommandInput,
|
|
445
430
|
TestMetricFilterCommandOutput,
|
|
@@ -479,1703 +464,1689 @@ import {
|
|
|
479
464
|
export interface CloudWatchLogs {
|
|
480
465
|
associateKmsKey(
|
|
481
466
|
args: AssociateKmsKeyCommandInput,
|
|
482
|
-
options?: __HttpHandlerOptions
|
|
467
|
+
options?: __HttpHandlerOptions,
|
|
483
468
|
): Promise<AssociateKmsKeyCommandOutput>;
|
|
484
469
|
associateKmsKey(
|
|
485
470
|
args: AssociateKmsKeyCommandInput,
|
|
486
|
-
cb: (err: any, data?: AssociateKmsKeyCommandOutput) => void
|
|
471
|
+
cb: (err: any, data?: AssociateKmsKeyCommandOutput) => void,
|
|
487
472
|
): void;
|
|
488
473
|
associateKmsKey(
|
|
489
474
|
args: AssociateKmsKeyCommandInput,
|
|
490
475
|
options: __HttpHandlerOptions,
|
|
491
|
-
cb: (err: any, data?: AssociateKmsKeyCommandOutput) => void
|
|
476
|
+
cb: (err: any, data?: AssociateKmsKeyCommandOutput) => void,
|
|
492
477
|
): void;
|
|
493
478
|
associateSourceToS3TableIntegration(
|
|
494
479
|
args: AssociateSourceToS3TableIntegrationCommandInput,
|
|
495
|
-
options?: __HttpHandlerOptions
|
|
480
|
+
options?: __HttpHandlerOptions,
|
|
496
481
|
): Promise<AssociateSourceToS3TableIntegrationCommandOutput>;
|
|
497
482
|
associateSourceToS3TableIntegration(
|
|
498
483
|
args: AssociateSourceToS3TableIntegrationCommandInput,
|
|
499
|
-
cb: (
|
|
500
|
-
err: any,
|
|
501
|
-
data?: AssociateSourceToS3TableIntegrationCommandOutput
|
|
502
|
-
) => void
|
|
484
|
+
cb: (err: any, data?: AssociateSourceToS3TableIntegrationCommandOutput) => void,
|
|
503
485
|
): void;
|
|
504
486
|
associateSourceToS3TableIntegration(
|
|
505
487
|
args: AssociateSourceToS3TableIntegrationCommandInput,
|
|
506
488
|
options: __HttpHandlerOptions,
|
|
507
|
-
cb: (
|
|
508
|
-
err: any,
|
|
509
|
-
data?: AssociateSourceToS3TableIntegrationCommandOutput
|
|
510
|
-
) => void
|
|
489
|
+
cb: (err: any, data?: AssociateSourceToS3TableIntegrationCommandOutput) => void,
|
|
511
490
|
): void;
|
|
512
491
|
cancelExportTask(
|
|
513
492
|
args: CancelExportTaskCommandInput,
|
|
514
|
-
options?: __HttpHandlerOptions
|
|
493
|
+
options?: __HttpHandlerOptions,
|
|
515
494
|
): Promise<CancelExportTaskCommandOutput>;
|
|
516
495
|
cancelExportTask(
|
|
517
496
|
args: CancelExportTaskCommandInput,
|
|
518
|
-
cb: (err: any, data?: CancelExportTaskCommandOutput) => void
|
|
497
|
+
cb: (err: any, data?: CancelExportTaskCommandOutput) => void,
|
|
519
498
|
): void;
|
|
520
499
|
cancelExportTask(
|
|
521
500
|
args: CancelExportTaskCommandInput,
|
|
522
501
|
options: __HttpHandlerOptions,
|
|
523
|
-
cb: (err: any, data?: CancelExportTaskCommandOutput) => void
|
|
502
|
+
cb: (err: any, data?: CancelExportTaskCommandOutput) => void,
|
|
524
503
|
): void;
|
|
525
504
|
cancelImportTask(
|
|
526
505
|
args: CancelImportTaskCommandInput,
|
|
527
|
-
options?: __HttpHandlerOptions
|
|
506
|
+
options?: __HttpHandlerOptions,
|
|
528
507
|
): Promise<CancelImportTaskCommandOutput>;
|
|
529
508
|
cancelImportTask(
|
|
530
509
|
args: CancelImportTaskCommandInput,
|
|
531
|
-
cb: (err: any, data?: CancelImportTaskCommandOutput) => void
|
|
510
|
+
cb: (err: any, data?: CancelImportTaskCommandOutput) => void,
|
|
532
511
|
): void;
|
|
533
512
|
cancelImportTask(
|
|
534
513
|
args: CancelImportTaskCommandInput,
|
|
535
514
|
options: __HttpHandlerOptions,
|
|
536
|
-
cb: (err: any, data?: CancelImportTaskCommandOutput) => void
|
|
515
|
+
cb: (err: any, data?: CancelImportTaskCommandOutput) => void,
|
|
537
516
|
): void;
|
|
538
517
|
createDelivery(
|
|
539
518
|
args: CreateDeliveryCommandInput,
|
|
540
|
-
options?: __HttpHandlerOptions
|
|
519
|
+
options?: __HttpHandlerOptions,
|
|
541
520
|
): Promise<CreateDeliveryCommandOutput>;
|
|
542
521
|
createDelivery(
|
|
543
522
|
args: CreateDeliveryCommandInput,
|
|
544
|
-
cb: (err: any, data?: CreateDeliveryCommandOutput) => void
|
|
523
|
+
cb: (err: any, data?: CreateDeliveryCommandOutput) => void,
|
|
545
524
|
): void;
|
|
546
525
|
createDelivery(
|
|
547
526
|
args: CreateDeliveryCommandInput,
|
|
548
527
|
options: __HttpHandlerOptions,
|
|
549
|
-
cb: (err: any, data?: CreateDeliveryCommandOutput) => void
|
|
528
|
+
cb: (err: any, data?: CreateDeliveryCommandOutput) => void,
|
|
550
529
|
): void;
|
|
551
530
|
createExportTask(
|
|
552
531
|
args: CreateExportTaskCommandInput,
|
|
553
|
-
options?: __HttpHandlerOptions
|
|
532
|
+
options?: __HttpHandlerOptions,
|
|
554
533
|
): Promise<CreateExportTaskCommandOutput>;
|
|
555
534
|
createExportTask(
|
|
556
535
|
args: CreateExportTaskCommandInput,
|
|
557
|
-
cb: (err: any, data?: CreateExportTaskCommandOutput) => void
|
|
536
|
+
cb: (err: any, data?: CreateExportTaskCommandOutput) => void,
|
|
558
537
|
): void;
|
|
559
538
|
createExportTask(
|
|
560
539
|
args: CreateExportTaskCommandInput,
|
|
561
540
|
options: __HttpHandlerOptions,
|
|
562
|
-
cb: (err: any, data?: CreateExportTaskCommandOutput) => void
|
|
541
|
+
cb: (err: any, data?: CreateExportTaskCommandOutput) => void,
|
|
563
542
|
): void;
|
|
564
543
|
createImportTask(
|
|
565
544
|
args: CreateImportTaskCommandInput,
|
|
566
|
-
options?: __HttpHandlerOptions
|
|
545
|
+
options?: __HttpHandlerOptions,
|
|
567
546
|
): Promise<CreateImportTaskCommandOutput>;
|
|
568
547
|
createImportTask(
|
|
569
548
|
args: CreateImportTaskCommandInput,
|
|
570
|
-
cb: (err: any, data?: CreateImportTaskCommandOutput) => void
|
|
549
|
+
cb: (err: any, data?: CreateImportTaskCommandOutput) => void,
|
|
571
550
|
): void;
|
|
572
551
|
createImportTask(
|
|
573
552
|
args: CreateImportTaskCommandInput,
|
|
574
553
|
options: __HttpHandlerOptions,
|
|
575
|
-
cb: (err: any, data?: CreateImportTaskCommandOutput) => void
|
|
554
|
+
cb: (err: any, data?: CreateImportTaskCommandOutput) => void,
|
|
576
555
|
): void;
|
|
577
556
|
createLogAnomalyDetector(
|
|
578
557
|
args: CreateLogAnomalyDetectorCommandInput,
|
|
579
|
-
options?: __HttpHandlerOptions
|
|
558
|
+
options?: __HttpHandlerOptions,
|
|
580
559
|
): Promise<CreateLogAnomalyDetectorCommandOutput>;
|
|
581
560
|
createLogAnomalyDetector(
|
|
582
561
|
args: CreateLogAnomalyDetectorCommandInput,
|
|
583
|
-
cb: (err: any, data?: CreateLogAnomalyDetectorCommandOutput) => void
|
|
562
|
+
cb: (err: any, data?: CreateLogAnomalyDetectorCommandOutput) => void,
|
|
584
563
|
): void;
|
|
585
564
|
createLogAnomalyDetector(
|
|
586
565
|
args: CreateLogAnomalyDetectorCommandInput,
|
|
587
566
|
options: __HttpHandlerOptions,
|
|
588
|
-
cb: (err: any, data?: CreateLogAnomalyDetectorCommandOutput) => void
|
|
567
|
+
cb: (err: any, data?: CreateLogAnomalyDetectorCommandOutput) => void,
|
|
589
568
|
): void;
|
|
590
569
|
createLogGroup(
|
|
591
570
|
args: CreateLogGroupCommandInput,
|
|
592
|
-
options?: __HttpHandlerOptions
|
|
571
|
+
options?: __HttpHandlerOptions,
|
|
593
572
|
): Promise<CreateLogGroupCommandOutput>;
|
|
594
573
|
createLogGroup(
|
|
595
574
|
args: CreateLogGroupCommandInput,
|
|
596
|
-
cb: (err: any, data?: CreateLogGroupCommandOutput) => void
|
|
575
|
+
cb: (err: any, data?: CreateLogGroupCommandOutput) => void,
|
|
597
576
|
): void;
|
|
598
577
|
createLogGroup(
|
|
599
578
|
args: CreateLogGroupCommandInput,
|
|
600
579
|
options: __HttpHandlerOptions,
|
|
601
|
-
cb: (err: any, data?: CreateLogGroupCommandOutput) => void
|
|
580
|
+
cb: (err: any, data?: CreateLogGroupCommandOutput) => void,
|
|
602
581
|
): void;
|
|
603
582
|
createLogStream(
|
|
604
583
|
args: CreateLogStreamCommandInput,
|
|
605
|
-
options?: __HttpHandlerOptions
|
|
584
|
+
options?: __HttpHandlerOptions,
|
|
606
585
|
): Promise<CreateLogStreamCommandOutput>;
|
|
607
586
|
createLogStream(
|
|
608
587
|
args: CreateLogStreamCommandInput,
|
|
609
|
-
cb: (err: any, data?: CreateLogStreamCommandOutput) => void
|
|
588
|
+
cb: (err: any, data?: CreateLogStreamCommandOutput) => void,
|
|
610
589
|
): void;
|
|
611
590
|
createLogStream(
|
|
612
591
|
args: CreateLogStreamCommandInput,
|
|
613
592
|
options: __HttpHandlerOptions,
|
|
614
|
-
cb: (err: any, data?: CreateLogStreamCommandOutput) => void
|
|
593
|
+
cb: (err: any, data?: CreateLogStreamCommandOutput) => void,
|
|
615
594
|
): void;
|
|
616
595
|
createLookupTable(
|
|
617
596
|
args: CreateLookupTableCommandInput,
|
|
618
|
-
options?: __HttpHandlerOptions
|
|
597
|
+
options?: __HttpHandlerOptions,
|
|
619
598
|
): Promise<CreateLookupTableCommandOutput>;
|
|
620
599
|
createLookupTable(
|
|
621
600
|
args: CreateLookupTableCommandInput,
|
|
622
|
-
cb: (err: any, data?: CreateLookupTableCommandOutput) => void
|
|
601
|
+
cb: (err: any, data?: CreateLookupTableCommandOutput) => void,
|
|
623
602
|
): void;
|
|
624
603
|
createLookupTable(
|
|
625
604
|
args: CreateLookupTableCommandInput,
|
|
626
605
|
options: __HttpHandlerOptions,
|
|
627
|
-
cb: (err: any, data?: CreateLookupTableCommandOutput) => void
|
|
606
|
+
cb: (err: any, data?: CreateLookupTableCommandOutput) => void,
|
|
628
607
|
): void;
|
|
629
608
|
createScheduledQuery(
|
|
630
609
|
args: CreateScheduledQueryCommandInput,
|
|
631
|
-
options?: __HttpHandlerOptions
|
|
610
|
+
options?: __HttpHandlerOptions,
|
|
632
611
|
): Promise<CreateScheduledQueryCommandOutput>;
|
|
633
612
|
createScheduledQuery(
|
|
634
613
|
args: CreateScheduledQueryCommandInput,
|
|
635
|
-
cb: (err: any, data?: CreateScheduledQueryCommandOutput) => void
|
|
614
|
+
cb: (err: any, data?: CreateScheduledQueryCommandOutput) => void,
|
|
636
615
|
): void;
|
|
637
616
|
createScheduledQuery(
|
|
638
617
|
args: CreateScheduledQueryCommandInput,
|
|
639
618
|
options: __HttpHandlerOptions,
|
|
640
|
-
cb: (err: any, data?: CreateScheduledQueryCommandOutput) => void
|
|
619
|
+
cb: (err: any, data?: CreateScheduledQueryCommandOutput) => void,
|
|
641
620
|
): void;
|
|
642
621
|
deleteAccountPolicy(
|
|
643
622
|
args: DeleteAccountPolicyCommandInput,
|
|
644
|
-
options?: __HttpHandlerOptions
|
|
623
|
+
options?: __HttpHandlerOptions,
|
|
645
624
|
): Promise<DeleteAccountPolicyCommandOutput>;
|
|
646
625
|
deleteAccountPolicy(
|
|
647
626
|
args: DeleteAccountPolicyCommandInput,
|
|
648
|
-
cb: (err: any, data?: DeleteAccountPolicyCommandOutput) => void
|
|
627
|
+
cb: (err: any, data?: DeleteAccountPolicyCommandOutput) => void,
|
|
649
628
|
): void;
|
|
650
629
|
deleteAccountPolicy(
|
|
651
630
|
args: DeleteAccountPolicyCommandInput,
|
|
652
631
|
options: __HttpHandlerOptions,
|
|
653
|
-
cb: (err: any, data?: DeleteAccountPolicyCommandOutput) => void
|
|
632
|
+
cb: (err: any, data?: DeleteAccountPolicyCommandOutput) => void,
|
|
654
633
|
): void;
|
|
655
634
|
deleteDataProtectionPolicy(
|
|
656
635
|
args: DeleteDataProtectionPolicyCommandInput,
|
|
657
|
-
options?: __HttpHandlerOptions
|
|
636
|
+
options?: __HttpHandlerOptions,
|
|
658
637
|
): Promise<DeleteDataProtectionPolicyCommandOutput>;
|
|
659
638
|
deleteDataProtectionPolicy(
|
|
660
639
|
args: DeleteDataProtectionPolicyCommandInput,
|
|
661
|
-
cb: (err: any, data?: DeleteDataProtectionPolicyCommandOutput) => void
|
|
640
|
+
cb: (err: any, data?: DeleteDataProtectionPolicyCommandOutput) => void,
|
|
662
641
|
): void;
|
|
663
642
|
deleteDataProtectionPolicy(
|
|
664
643
|
args: DeleteDataProtectionPolicyCommandInput,
|
|
665
644
|
options: __HttpHandlerOptions,
|
|
666
|
-
cb: (err: any, data?: DeleteDataProtectionPolicyCommandOutput) => void
|
|
645
|
+
cb: (err: any, data?: DeleteDataProtectionPolicyCommandOutput) => void,
|
|
667
646
|
): void;
|
|
668
647
|
deleteDelivery(
|
|
669
648
|
args: DeleteDeliveryCommandInput,
|
|
670
|
-
options?: __HttpHandlerOptions
|
|
649
|
+
options?: __HttpHandlerOptions,
|
|
671
650
|
): Promise<DeleteDeliveryCommandOutput>;
|
|
672
651
|
deleteDelivery(
|
|
673
652
|
args: DeleteDeliveryCommandInput,
|
|
674
|
-
cb: (err: any, data?: DeleteDeliveryCommandOutput) => void
|
|
653
|
+
cb: (err: any, data?: DeleteDeliveryCommandOutput) => void,
|
|
675
654
|
): void;
|
|
676
655
|
deleteDelivery(
|
|
677
656
|
args: DeleteDeliveryCommandInput,
|
|
678
657
|
options: __HttpHandlerOptions,
|
|
679
|
-
cb: (err: any, data?: DeleteDeliveryCommandOutput) => void
|
|
658
|
+
cb: (err: any, data?: DeleteDeliveryCommandOutput) => void,
|
|
680
659
|
): void;
|
|
681
660
|
deleteDeliveryDestination(
|
|
682
661
|
args: DeleteDeliveryDestinationCommandInput,
|
|
683
|
-
options?: __HttpHandlerOptions
|
|
662
|
+
options?: __HttpHandlerOptions,
|
|
684
663
|
): Promise<DeleteDeliveryDestinationCommandOutput>;
|
|
685
664
|
deleteDeliveryDestination(
|
|
686
665
|
args: DeleteDeliveryDestinationCommandInput,
|
|
687
|
-
cb: (err: any, data?: DeleteDeliveryDestinationCommandOutput) => void
|
|
666
|
+
cb: (err: any, data?: DeleteDeliveryDestinationCommandOutput) => void,
|
|
688
667
|
): void;
|
|
689
668
|
deleteDeliveryDestination(
|
|
690
669
|
args: DeleteDeliveryDestinationCommandInput,
|
|
691
670
|
options: __HttpHandlerOptions,
|
|
692
|
-
cb: (err: any, data?: DeleteDeliveryDestinationCommandOutput) => void
|
|
671
|
+
cb: (err: any, data?: DeleteDeliveryDestinationCommandOutput) => void,
|
|
693
672
|
): void;
|
|
694
673
|
deleteDeliveryDestinationPolicy(
|
|
695
674
|
args: DeleteDeliveryDestinationPolicyCommandInput,
|
|
696
|
-
options?: __HttpHandlerOptions
|
|
675
|
+
options?: __HttpHandlerOptions,
|
|
697
676
|
): Promise<DeleteDeliveryDestinationPolicyCommandOutput>;
|
|
698
677
|
deleteDeliveryDestinationPolicy(
|
|
699
678
|
args: DeleteDeliveryDestinationPolicyCommandInput,
|
|
700
|
-
cb: (err: any, data?: DeleteDeliveryDestinationPolicyCommandOutput) => void
|
|
679
|
+
cb: (err: any, data?: DeleteDeliveryDestinationPolicyCommandOutput) => void,
|
|
701
680
|
): void;
|
|
702
681
|
deleteDeliveryDestinationPolicy(
|
|
703
682
|
args: DeleteDeliveryDestinationPolicyCommandInput,
|
|
704
683
|
options: __HttpHandlerOptions,
|
|
705
|
-
cb: (err: any, data?: DeleteDeliveryDestinationPolicyCommandOutput) => void
|
|
684
|
+
cb: (err: any, data?: DeleteDeliveryDestinationPolicyCommandOutput) => void,
|
|
706
685
|
): void;
|
|
707
686
|
deleteDeliverySource(
|
|
708
687
|
args: DeleteDeliverySourceCommandInput,
|
|
709
|
-
options?: __HttpHandlerOptions
|
|
688
|
+
options?: __HttpHandlerOptions,
|
|
710
689
|
): Promise<DeleteDeliverySourceCommandOutput>;
|
|
711
690
|
deleteDeliverySource(
|
|
712
691
|
args: DeleteDeliverySourceCommandInput,
|
|
713
|
-
cb: (err: any, data?: DeleteDeliverySourceCommandOutput) => void
|
|
692
|
+
cb: (err: any, data?: DeleteDeliverySourceCommandOutput) => void,
|
|
714
693
|
): void;
|
|
715
694
|
deleteDeliverySource(
|
|
716
695
|
args: DeleteDeliverySourceCommandInput,
|
|
717
696
|
options: __HttpHandlerOptions,
|
|
718
|
-
cb: (err: any, data?: DeleteDeliverySourceCommandOutput) => void
|
|
697
|
+
cb: (err: any, data?: DeleteDeliverySourceCommandOutput) => void,
|
|
719
698
|
): void;
|
|
720
699
|
deleteDestination(
|
|
721
700
|
args: DeleteDestinationCommandInput,
|
|
722
|
-
options?: __HttpHandlerOptions
|
|
701
|
+
options?: __HttpHandlerOptions,
|
|
723
702
|
): Promise<DeleteDestinationCommandOutput>;
|
|
724
703
|
deleteDestination(
|
|
725
704
|
args: DeleteDestinationCommandInput,
|
|
726
|
-
cb: (err: any, data?: DeleteDestinationCommandOutput) => void
|
|
705
|
+
cb: (err: any, data?: DeleteDestinationCommandOutput) => void,
|
|
727
706
|
): void;
|
|
728
707
|
deleteDestination(
|
|
729
708
|
args: DeleteDestinationCommandInput,
|
|
730
709
|
options: __HttpHandlerOptions,
|
|
731
|
-
cb: (err: any, data?: DeleteDestinationCommandOutput) => void
|
|
710
|
+
cb: (err: any, data?: DeleteDestinationCommandOutput) => void,
|
|
732
711
|
): void;
|
|
733
712
|
deleteIndexPolicy(
|
|
734
713
|
args: DeleteIndexPolicyCommandInput,
|
|
735
|
-
options?: __HttpHandlerOptions
|
|
714
|
+
options?: __HttpHandlerOptions,
|
|
736
715
|
): Promise<DeleteIndexPolicyCommandOutput>;
|
|
737
716
|
deleteIndexPolicy(
|
|
738
717
|
args: DeleteIndexPolicyCommandInput,
|
|
739
|
-
cb: (err: any, data?: DeleteIndexPolicyCommandOutput) => void
|
|
718
|
+
cb: (err: any, data?: DeleteIndexPolicyCommandOutput) => void,
|
|
740
719
|
): void;
|
|
741
720
|
deleteIndexPolicy(
|
|
742
721
|
args: DeleteIndexPolicyCommandInput,
|
|
743
722
|
options: __HttpHandlerOptions,
|
|
744
|
-
cb: (err: any, data?: DeleteIndexPolicyCommandOutput) => void
|
|
723
|
+
cb: (err: any, data?: DeleteIndexPolicyCommandOutput) => void,
|
|
745
724
|
): void;
|
|
746
725
|
deleteIntegration(
|
|
747
726
|
args: DeleteIntegrationCommandInput,
|
|
748
|
-
options?: __HttpHandlerOptions
|
|
727
|
+
options?: __HttpHandlerOptions,
|
|
749
728
|
): Promise<DeleteIntegrationCommandOutput>;
|
|
750
729
|
deleteIntegration(
|
|
751
730
|
args: DeleteIntegrationCommandInput,
|
|
752
|
-
cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
|
|
731
|
+
cb: (err: any, data?: DeleteIntegrationCommandOutput) => void,
|
|
753
732
|
): void;
|
|
754
733
|
deleteIntegration(
|
|
755
734
|
args: DeleteIntegrationCommandInput,
|
|
756
735
|
options: __HttpHandlerOptions,
|
|
757
|
-
cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
|
|
736
|
+
cb: (err: any, data?: DeleteIntegrationCommandOutput) => void,
|
|
758
737
|
): void;
|
|
759
738
|
deleteLogAnomalyDetector(
|
|
760
739
|
args: DeleteLogAnomalyDetectorCommandInput,
|
|
761
|
-
options?: __HttpHandlerOptions
|
|
740
|
+
options?: __HttpHandlerOptions,
|
|
762
741
|
): Promise<DeleteLogAnomalyDetectorCommandOutput>;
|
|
763
742
|
deleteLogAnomalyDetector(
|
|
764
743
|
args: DeleteLogAnomalyDetectorCommandInput,
|
|
765
|
-
cb: (err: any, data?: DeleteLogAnomalyDetectorCommandOutput) => void
|
|
744
|
+
cb: (err: any, data?: DeleteLogAnomalyDetectorCommandOutput) => void,
|
|
766
745
|
): void;
|
|
767
746
|
deleteLogAnomalyDetector(
|
|
768
747
|
args: DeleteLogAnomalyDetectorCommandInput,
|
|
769
748
|
options: __HttpHandlerOptions,
|
|
770
|
-
cb: (err: any, data?: DeleteLogAnomalyDetectorCommandOutput) => void
|
|
749
|
+
cb: (err: any, data?: DeleteLogAnomalyDetectorCommandOutput) => void,
|
|
771
750
|
): void;
|
|
772
751
|
deleteLogGroup(
|
|
773
752
|
args: DeleteLogGroupCommandInput,
|
|
774
|
-
options?: __HttpHandlerOptions
|
|
753
|
+
options?: __HttpHandlerOptions,
|
|
775
754
|
): Promise<DeleteLogGroupCommandOutput>;
|
|
776
755
|
deleteLogGroup(
|
|
777
756
|
args: DeleteLogGroupCommandInput,
|
|
778
|
-
cb: (err: any, data?: DeleteLogGroupCommandOutput) => void
|
|
757
|
+
cb: (err: any, data?: DeleteLogGroupCommandOutput) => void,
|
|
779
758
|
): void;
|
|
780
759
|
deleteLogGroup(
|
|
781
760
|
args: DeleteLogGroupCommandInput,
|
|
782
761
|
options: __HttpHandlerOptions,
|
|
783
|
-
cb: (err: any, data?: DeleteLogGroupCommandOutput) => void
|
|
762
|
+
cb: (err: any, data?: DeleteLogGroupCommandOutput) => void,
|
|
784
763
|
): void;
|
|
785
764
|
deleteLogStream(
|
|
786
765
|
args: DeleteLogStreamCommandInput,
|
|
787
|
-
options?: __HttpHandlerOptions
|
|
766
|
+
options?: __HttpHandlerOptions,
|
|
788
767
|
): Promise<DeleteLogStreamCommandOutput>;
|
|
789
768
|
deleteLogStream(
|
|
790
769
|
args: DeleteLogStreamCommandInput,
|
|
791
|
-
cb: (err: any, data?: DeleteLogStreamCommandOutput) => void
|
|
770
|
+
cb: (err: any, data?: DeleteLogStreamCommandOutput) => void,
|
|
792
771
|
): void;
|
|
793
772
|
deleteLogStream(
|
|
794
773
|
args: DeleteLogStreamCommandInput,
|
|
795
774
|
options: __HttpHandlerOptions,
|
|
796
|
-
cb: (err: any, data?: DeleteLogStreamCommandOutput) => void
|
|
775
|
+
cb: (err: any, data?: DeleteLogStreamCommandOutput) => void,
|
|
797
776
|
): void;
|
|
798
777
|
deleteLookupTable(
|
|
799
778
|
args: DeleteLookupTableCommandInput,
|
|
800
|
-
options?: __HttpHandlerOptions
|
|
779
|
+
options?: __HttpHandlerOptions,
|
|
801
780
|
): Promise<DeleteLookupTableCommandOutput>;
|
|
802
781
|
deleteLookupTable(
|
|
803
782
|
args: DeleteLookupTableCommandInput,
|
|
804
|
-
cb: (err: any, data?: DeleteLookupTableCommandOutput) => void
|
|
783
|
+
cb: (err: any, data?: DeleteLookupTableCommandOutput) => void,
|
|
805
784
|
): void;
|
|
806
785
|
deleteLookupTable(
|
|
807
786
|
args: DeleteLookupTableCommandInput,
|
|
808
787
|
options: __HttpHandlerOptions,
|
|
809
|
-
cb: (err: any, data?: DeleteLookupTableCommandOutput) => void
|
|
788
|
+
cb: (err: any, data?: DeleteLookupTableCommandOutput) => void,
|
|
810
789
|
): void;
|
|
811
790
|
deleteMetricFilter(
|
|
812
791
|
args: DeleteMetricFilterCommandInput,
|
|
813
|
-
options?: __HttpHandlerOptions
|
|
792
|
+
options?: __HttpHandlerOptions,
|
|
814
793
|
): Promise<DeleteMetricFilterCommandOutput>;
|
|
815
794
|
deleteMetricFilter(
|
|
816
795
|
args: DeleteMetricFilterCommandInput,
|
|
817
|
-
cb: (err: any, data?: DeleteMetricFilterCommandOutput) => void
|
|
796
|
+
cb: (err: any, data?: DeleteMetricFilterCommandOutput) => void,
|
|
818
797
|
): void;
|
|
819
798
|
deleteMetricFilter(
|
|
820
799
|
args: DeleteMetricFilterCommandInput,
|
|
821
800
|
options: __HttpHandlerOptions,
|
|
822
|
-
cb: (err: any, data?: DeleteMetricFilterCommandOutput) => void
|
|
801
|
+
cb: (err: any, data?: DeleteMetricFilterCommandOutput) => void,
|
|
823
802
|
): void;
|
|
824
803
|
deleteQueryDefinition(
|
|
825
804
|
args: DeleteQueryDefinitionCommandInput,
|
|
826
|
-
options?: __HttpHandlerOptions
|
|
805
|
+
options?: __HttpHandlerOptions,
|
|
827
806
|
): Promise<DeleteQueryDefinitionCommandOutput>;
|
|
828
807
|
deleteQueryDefinition(
|
|
829
808
|
args: DeleteQueryDefinitionCommandInput,
|
|
830
|
-
cb: (err: any, data?: DeleteQueryDefinitionCommandOutput) => void
|
|
809
|
+
cb: (err: any, data?: DeleteQueryDefinitionCommandOutput) => void,
|
|
831
810
|
): void;
|
|
832
811
|
deleteQueryDefinition(
|
|
833
812
|
args: DeleteQueryDefinitionCommandInput,
|
|
834
813
|
options: __HttpHandlerOptions,
|
|
835
|
-
cb: (err: any, data?: DeleteQueryDefinitionCommandOutput) => void
|
|
814
|
+
cb: (err: any, data?: DeleteQueryDefinitionCommandOutput) => void,
|
|
836
815
|
): void;
|
|
837
816
|
deleteResourcePolicy(): Promise<DeleteResourcePolicyCommandOutput>;
|
|
838
817
|
deleteResourcePolicy(
|
|
839
818
|
args: DeleteResourcePolicyCommandInput,
|
|
840
|
-
options?: __HttpHandlerOptions
|
|
819
|
+
options?: __HttpHandlerOptions,
|
|
841
820
|
): Promise<DeleteResourcePolicyCommandOutput>;
|
|
842
821
|
deleteResourcePolicy(
|
|
843
822
|
args: DeleteResourcePolicyCommandInput,
|
|
844
|
-
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
823
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
|
|
845
824
|
): void;
|
|
846
825
|
deleteResourcePolicy(
|
|
847
826
|
args: DeleteResourcePolicyCommandInput,
|
|
848
827
|
options: __HttpHandlerOptions,
|
|
849
|
-
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
828
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
|
|
850
829
|
): void;
|
|
851
830
|
deleteRetentionPolicy(
|
|
852
831
|
args: DeleteRetentionPolicyCommandInput,
|
|
853
|
-
options?: __HttpHandlerOptions
|
|
832
|
+
options?: __HttpHandlerOptions,
|
|
854
833
|
): Promise<DeleteRetentionPolicyCommandOutput>;
|
|
855
834
|
deleteRetentionPolicy(
|
|
856
835
|
args: DeleteRetentionPolicyCommandInput,
|
|
857
|
-
cb: (err: any, data?: DeleteRetentionPolicyCommandOutput) => void
|
|
836
|
+
cb: (err: any, data?: DeleteRetentionPolicyCommandOutput) => void,
|
|
858
837
|
): void;
|
|
859
838
|
deleteRetentionPolicy(
|
|
860
839
|
args: DeleteRetentionPolicyCommandInput,
|
|
861
840
|
options: __HttpHandlerOptions,
|
|
862
|
-
cb: (err: any, data?: DeleteRetentionPolicyCommandOutput) => void
|
|
841
|
+
cb: (err: any, data?: DeleteRetentionPolicyCommandOutput) => void,
|
|
863
842
|
): void;
|
|
864
843
|
deleteScheduledQuery(
|
|
865
844
|
args: DeleteScheduledQueryCommandInput,
|
|
866
|
-
options?: __HttpHandlerOptions
|
|
845
|
+
options?: __HttpHandlerOptions,
|
|
867
846
|
): Promise<DeleteScheduledQueryCommandOutput>;
|
|
868
847
|
deleteScheduledQuery(
|
|
869
848
|
args: DeleteScheduledQueryCommandInput,
|
|
870
|
-
cb: (err: any, data?: DeleteScheduledQueryCommandOutput) => void
|
|
849
|
+
cb: (err: any, data?: DeleteScheduledQueryCommandOutput) => void,
|
|
871
850
|
): void;
|
|
872
851
|
deleteScheduledQuery(
|
|
873
852
|
args: DeleteScheduledQueryCommandInput,
|
|
874
853
|
options: __HttpHandlerOptions,
|
|
875
|
-
cb: (err: any, data?: DeleteScheduledQueryCommandOutput) => void
|
|
854
|
+
cb: (err: any, data?: DeleteScheduledQueryCommandOutput) => void,
|
|
876
855
|
): void;
|
|
877
856
|
deleteSubscriptionFilter(
|
|
878
857
|
args: DeleteSubscriptionFilterCommandInput,
|
|
879
|
-
options?: __HttpHandlerOptions
|
|
858
|
+
options?: __HttpHandlerOptions,
|
|
880
859
|
): Promise<DeleteSubscriptionFilterCommandOutput>;
|
|
881
860
|
deleteSubscriptionFilter(
|
|
882
861
|
args: DeleteSubscriptionFilterCommandInput,
|
|
883
|
-
cb: (err: any, data?: DeleteSubscriptionFilterCommandOutput) => void
|
|
862
|
+
cb: (err: any, data?: DeleteSubscriptionFilterCommandOutput) => void,
|
|
884
863
|
): void;
|
|
885
864
|
deleteSubscriptionFilter(
|
|
886
865
|
args: DeleteSubscriptionFilterCommandInput,
|
|
887
866
|
options: __HttpHandlerOptions,
|
|
888
|
-
cb: (err: any, data?: DeleteSubscriptionFilterCommandOutput) => void
|
|
867
|
+
cb: (err: any, data?: DeleteSubscriptionFilterCommandOutput) => void,
|
|
889
868
|
): void;
|
|
890
869
|
deleteSyslogConfiguration(
|
|
891
870
|
args: DeleteSyslogConfigurationCommandInput,
|
|
892
|
-
options?: __HttpHandlerOptions
|
|
871
|
+
options?: __HttpHandlerOptions,
|
|
893
872
|
): Promise<DeleteSyslogConfigurationCommandOutput>;
|
|
894
873
|
deleteSyslogConfiguration(
|
|
895
874
|
args: DeleteSyslogConfigurationCommandInput,
|
|
896
|
-
cb: (err: any, data?: DeleteSyslogConfigurationCommandOutput) => void
|
|
875
|
+
cb: (err: any, data?: DeleteSyslogConfigurationCommandOutput) => void,
|
|
897
876
|
): void;
|
|
898
877
|
deleteSyslogConfiguration(
|
|
899
878
|
args: DeleteSyslogConfigurationCommandInput,
|
|
900
879
|
options: __HttpHandlerOptions,
|
|
901
|
-
cb: (err: any, data?: DeleteSyslogConfigurationCommandOutput) => void
|
|
880
|
+
cb: (err: any, data?: DeleteSyslogConfigurationCommandOutput) => void,
|
|
902
881
|
): void;
|
|
903
882
|
deleteTransformer(
|
|
904
883
|
args: DeleteTransformerCommandInput,
|
|
905
|
-
options?: __HttpHandlerOptions
|
|
884
|
+
options?: __HttpHandlerOptions,
|
|
906
885
|
): Promise<DeleteTransformerCommandOutput>;
|
|
907
886
|
deleteTransformer(
|
|
908
887
|
args: DeleteTransformerCommandInput,
|
|
909
|
-
cb: (err: any, data?: DeleteTransformerCommandOutput) => void
|
|
888
|
+
cb: (err: any, data?: DeleteTransformerCommandOutput) => void,
|
|
910
889
|
): void;
|
|
911
890
|
deleteTransformer(
|
|
912
891
|
args: DeleteTransformerCommandInput,
|
|
913
892
|
options: __HttpHandlerOptions,
|
|
914
|
-
cb: (err: any, data?: DeleteTransformerCommandOutput) => void
|
|
893
|
+
cb: (err: any, data?: DeleteTransformerCommandOutput) => void,
|
|
915
894
|
): void;
|
|
916
895
|
describeAccountPolicies(
|
|
917
896
|
args: DescribeAccountPoliciesCommandInput,
|
|
918
|
-
options?: __HttpHandlerOptions
|
|
897
|
+
options?: __HttpHandlerOptions,
|
|
919
898
|
): Promise<DescribeAccountPoliciesCommandOutput>;
|
|
920
899
|
describeAccountPolicies(
|
|
921
900
|
args: DescribeAccountPoliciesCommandInput,
|
|
922
|
-
cb: (err: any, data?: DescribeAccountPoliciesCommandOutput) => void
|
|
901
|
+
cb: (err: any, data?: DescribeAccountPoliciesCommandOutput) => void,
|
|
923
902
|
): void;
|
|
924
903
|
describeAccountPolicies(
|
|
925
904
|
args: DescribeAccountPoliciesCommandInput,
|
|
926
905
|
options: __HttpHandlerOptions,
|
|
927
|
-
cb: (err: any, data?: DescribeAccountPoliciesCommandOutput) => void
|
|
906
|
+
cb: (err: any, data?: DescribeAccountPoliciesCommandOutput) => void,
|
|
928
907
|
): void;
|
|
929
908
|
describeConfigurationTemplates(): Promise<DescribeConfigurationTemplatesCommandOutput>;
|
|
930
909
|
describeConfigurationTemplates(
|
|
931
910
|
args: DescribeConfigurationTemplatesCommandInput,
|
|
932
|
-
options?: __HttpHandlerOptions
|
|
911
|
+
options?: __HttpHandlerOptions,
|
|
933
912
|
): Promise<DescribeConfigurationTemplatesCommandOutput>;
|
|
934
913
|
describeConfigurationTemplates(
|
|
935
914
|
args: DescribeConfigurationTemplatesCommandInput,
|
|
936
|
-
cb: (err: any, data?: DescribeConfigurationTemplatesCommandOutput) => void
|
|
915
|
+
cb: (err: any, data?: DescribeConfigurationTemplatesCommandOutput) => void,
|
|
937
916
|
): void;
|
|
938
917
|
describeConfigurationTemplates(
|
|
939
918
|
args: DescribeConfigurationTemplatesCommandInput,
|
|
940
919
|
options: __HttpHandlerOptions,
|
|
941
|
-
cb: (err: any, data?: DescribeConfigurationTemplatesCommandOutput) => void
|
|
920
|
+
cb: (err: any, data?: DescribeConfigurationTemplatesCommandOutput) => void,
|
|
942
921
|
): void;
|
|
943
922
|
describeDeliveries(): Promise<DescribeDeliveriesCommandOutput>;
|
|
944
923
|
describeDeliveries(
|
|
945
924
|
args: DescribeDeliveriesCommandInput,
|
|
946
|
-
options?: __HttpHandlerOptions
|
|
925
|
+
options?: __HttpHandlerOptions,
|
|
947
926
|
): Promise<DescribeDeliveriesCommandOutput>;
|
|
948
927
|
describeDeliveries(
|
|
949
928
|
args: DescribeDeliveriesCommandInput,
|
|
950
|
-
cb: (err: any, data?: DescribeDeliveriesCommandOutput) => void
|
|
929
|
+
cb: (err: any, data?: DescribeDeliveriesCommandOutput) => void,
|
|
951
930
|
): void;
|
|
952
931
|
describeDeliveries(
|
|
953
932
|
args: DescribeDeliveriesCommandInput,
|
|
954
933
|
options: __HttpHandlerOptions,
|
|
955
|
-
cb: (err: any, data?: DescribeDeliveriesCommandOutput) => void
|
|
934
|
+
cb: (err: any, data?: DescribeDeliveriesCommandOutput) => void,
|
|
956
935
|
): void;
|
|
957
936
|
describeDeliveryDestinations(): Promise<DescribeDeliveryDestinationsCommandOutput>;
|
|
958
937
|
describeDeliveryDestinations(
|
|
959
938
|
args: DescribeDeliveryDestinationsCommandInput,
|
|
960
|
-
options?: __HttpHandlerOptions
|
|
939
|
+
options?: __HttpHandlerOptions,
|
|
961
940
|
): Promise<DescribeDeliveryDestinationsCommandOutput>;
|
|
962
941
|
describeDeliveryDestinations(
|
|
963
942
|
args: DescribeDeliveryDestinationsCommandInput,
|
|
964
|
-
cb: (err: any, data?: DescribeDeliveryDestinationsCommandOutput) => void
|
|
943
|
+
cb: (err: any, data?: DescribeDeliveryDestinationsCommandOutput) => void,
|
|
965
944
|
): void;
|
|
966
945
|
describeDeliveryDestinations(
|
|
967
946
|
args: DescribeDeliveryDestinationsCommandInput,
|
|
968
947
|
options: __HttpHandlerOptions,
|
|
969
|
-
cb: (err: any, data?: DescribeDeliveryDestinationsCommandOutput) => void
|
|
948
|
+
cb: (err: any, data?: DescribeDeliveryDestinationsCommandOutput) => void,
|
|
970
949
|
): void;
|
|
971
950
|
describeDeliverySources(): Promise<DescribeDeliverySourcesCommandOutput>;
|
|
972
951
|
describeDeliverySources(
|
|
973
952
|
args: DescribeDeliverySourcesCommandInput,
|
|
974
|
-
options?: __HttpHandlerOptions
|
|
953
|
+
options?: __HttpHandlerOptions,
|
|
975
954
|
): Promise<DescribeDeliverySourcesCommandOutput>;
|
|
976
955
|
describeDeliverySources(
|
|
977
956
|
args: DescribeDeliverySourcesCommandInput,
|
|
978
|
-
cb: (err: any, data?: DescribeDeliverySourcesCommandOutput) => void
|
|
957
|
+
cb: (err: any, data?: DescribeDeliverySourcesCommandOutput) => void,
|
|
979
958
|
): void;
|
|
980
959
|
describeDeliverySources(
|
|
981
960
|
args: DescribeDeliverySourcesCommandInput,
|
|
982
961
|
options: __HttpHandlerOptions,
|
|
983
|
-
cb: (err: any, data?: DescribeDeliverySourcesCommandOutput) => void
|
|
962
|
+
cb: (err: any, data?: DescribeDeliverySourcesCommandOutput) => void,
|
|
984
963
|
): void;
|
|
985
964
|
describeDestinations(): Promise<DescribeDestinationsCommandOutput>;
|
|
986
965
|
describeDestinations(
|
|
987
966
|
args: DescribeDestinationsCommandInput,
|
|
988
|
-
options?: __HttpHandlerOptions
|
|
967
|
+
options?: __HttpHandlerOptions,
|
|
989
968
|
): Promise<DescribeDestinationsCommandOutput>;
|
|
990
969
|
describeDestinations(
|
|
991
970
|
args: DescribeDestinationsCommandInput,
|
|
992
|
-
cb: (err: any, data?: DescribeDestinationsCommandOutput) => void
|
|
971
|
+
cb: (err: any, data?: DescribeDestinationsCommandOutput) => void,
|
|
993
972
|
): void;
|
|
994
973
|
describeDestinations(
|
|
995
974
|
args: DescribeDestinationsCommandInput,
|
|
996
975
|
options: __HttpHandlerOptions,
|
|
997
|
-
cb: (err: any, data?: DescribeDestinationsCommandOutput) => void
|
|
976
|
+
cb: (err: any, data?: DescribeDestinationsCommandOutput) => void,
|
|
998
977
|
): void;
|
|
999
978
|
describeExportTasks(): Promise<DescribeExportTasksCommandOutput>;
|
|
1000
979
|
describeExportTasks(
|
|
1001
980
|
args: DescribeExportTasksCommandInput,
|
|
1002
|
-
options?: __HttpHandlerOptions
|
|
981
|
+
options?: __HttpHandlerOptions,
|
|
1003
982
|
): Promise<DescribeExportTasksCommandOutput>;
|
|
1004
983
|
describeExportTasks(
|
|
1005
984
|
args: DescribeExportTasksCommandInput,
|
|
1006
|
-
cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
|
|
985
|
+
cb: (err: any, data?: DescribeExportTasksCommandOutput) => void,
|
|
1007
986
|
): void;
|
|
1008
987
|
describeExportTasks(
|
|
1009
988
|
args: DescribeExportTasksCommandInput,
|
|
1010
989
|
options: __HttpHandlerOptions,
|
|
1011
|
-
cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
|
|
990
|
+
cb: (err: any, data?: DescribeExportTasksCommandOutput) => void,
|
|
1012
991
|
): void;
|
|
1013
992
|
describeFieldIndexes(
|
|
1014
993
|
args: DescribeFieldIndexesCommandInput,
|
|
1015
|
-
options?: __HttpHandlerOptions
|
|
994
|
+
options?: __HttpHandlerOptions,
|
|
1016
995
|
): Promise<DescribeFieldIndexesCommandOutput>;
|
|
1017
996
|
describeFieldIndexes(
|
|
1018
997
|
args: DescribeFieldIndexesCommandInput,
|
|
1019
|
-
cb: (err: any, data?: DescribeFieldIndexesCommandOutput) => void
|
|
998
|
+
cb: (err: any, data?: DescribeFieldIndexesCommandOutput) => void,
|
|
1020
999
|
): void;
|
|
1021
1000
|
describeFieldIndexes(
|
|
1022
1001
|
args: DescribeFieldIndexesCommandInput,
|
|
1023
1002
|
options: __HttpHandlerOptions,
|
|
1024
|
-
cb: (err: any, data?: DescribeFieldIndexesCommandOutput) => void
|
|
1003
|
+
cb: (err: any, data?: DescribeFieldIndexesCommandOutput) => void,
|
|
1025
1004
|
): void;
|
|
1026
1005
|
describeImportTaskBatches(
|
|
1027
1006
|
args: DescribeImportTaskBatchesCommandInput,
|
|
1028
|
-
options?: __HttpHandlerOptions
|
|
1007
|
+
options?: __HttpHandlerOptions,
|
|
1029
1008
|
): Promise<DescribeImportTaskBatchesCommandOutput>;
|
|
1030
1009
|
describeImportTaskBatches(
|
|
1031
1010
|
args: DescribeImportTaskBatchesCommandInput,
|
|
1032
|
-
cb: (err: any, data?: DescribeImportTaskBatchesCommandOutput) => void
|
|
1011
|
+
cb: (err: any, data?: DescribeImportTaskBatchesCommandOutput) => void,
|
|
1033
1012
|
): void;
|
|
1034
1013
|
describeImportTaskBatches(
|
|
1035
1014
|
args: DescribeImportTaskBatchesCommandInput,
|
|
1036
1015
|
options: __HttpHandlerOptions,
|
|
1037
|
-
cb: (err: any, data?: DescribeImportTaskBatchesCommandOutput) => void
|
|
1016
|
+
cb: (err: any, data?: DescribeImportTaskBatchesCommandOutput) => void,
|
|
1038
1017
|
): void;
|
|
1039
1018
|
describeImportTasks(): Promise<DescribeImportTasksCommandOutput>;
|
|
1040
1019
|
describeImportTasks(
|
|
1041
1020
|
args: DescribeImportTasksCommandInput,
|
|
1042
|
-
options?: __HttpHandlerOptions
|
|
1021
|
+
options?: __HttpHandlerOptions,
|
|
1043
1022
|
): Promise<DescribeImportTasksCommandOutput>;
|
|
1044
1023
|
describeImportTasks(
|
|
1045
1024
|
args: DescribeImportTasksCommandInput,
|
|
1046
|
-
cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
|
|
1025
|
+
cb: (err: any, data?: DescribeImportTasksCommandOutput) => void,
|
|
1047
1026
|
): void;
|
|
1048
1027
|
describeImportTasks(
|
|
1049
1028
|
args: DescribeImportTasksCommandInput,
|
|
1050
1029
|
options: __HttpHandlerOptions,
|
|
1051
|
-
cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
|
|
1030
|
+
cb: (err: any, data?: DescribeImportTasksCommandOutput) => void,
|
|
1052
1031
|
): void;
|
|
1053
1032
|
describeIndexPolicies(
|
|
1054
1033
|
args: DescribeIndexPoliciesCommandInput,
|
|
1055
|
-
options?: __HttpHandlerOptions
|
|
1034
|
+
options?: __HttpHandlerOptions,
|
|
1056
1035
|
): Promise<DescribeIndexPoliciesCommandOutput>;
|
|
1057
1036
|
describeIndexPolicies(
|
|
1058
1037
|
args: DescribeIndexPoliciesCommandInput,
|
|
1059
|
-
cb: (err: any, data?: DescribeIndexPoliciesCommandOutput) => void
|
|
1038
|
+
cb: (err: any, data?: DescribeIndexPoliciesCommandOutput) => void,
|
|
1060
1039
|
): void;
|
|
1061
1040
|
describeIndexPolicies(
|
|
1062
1041
|
args: DescribeIndexPoliciesCommandInput,
|
|
1063
1042
|
options: __HttpHandlerOptions,
|
|
1064
|
-
cb: (err: any, data?: DescribeIndexPoliciesCommandOutput) => void
|
|
1043
|
+
cb: (err: any, data?: DescribeIndexPoliciesCommandOutput) => void,
|
|
1065
1044
|
): void;
|
|
1066
1045
|
describeLogGroups(): Promise<DescribeLogGroupsCommandOutput>;
|
|
1067
1046
|
describeLogGroups(
|
|
1068
1047
|
args: DescribeLogGroupsCommandInput,
|
|
1069
|
-
options?: __HttpHandlerOptions
|
|
1048
|
+
options?: __HttpHandlerOptions,
|
|
1070
1049
|
): Promise<DescribeLogGroupsCommandOutput>;
|
|
1071
1050
|
describeLogGroups(
|
|
1072
1051
|
args: DescribeLogGroupsCommandInput,
|
|
1073
|
-
cb: (err: any, data?: DescribeLogGroupsCommandOutput) => void
|
|
1052
|
+
cb: (err: any, data?: DescribeLogGroupsCommandOutput) => void,
|
|
1074
1053
|
): void;
|
|
1075
1054
|
describeLogGroups(
|
|
1076
1055
|
args: DescribeLogGroupsCommandInput,
|
|
1077
1056
|
options: __HttpHandlerOptions,
|
|
1078
|
-
cb: (err: any, data?: DescribeLogGroupsCommandOutput) => void
|
|
1057
|
+
cb: (err: any, data?: DescribeLogGroupsCommandOutput) => void,
|
|
1079
1058
|
): void;
|
|
1080
1059
|
describeLogStreams(): Promise<DescribeLogStreamsCommandOutput>;
|
|
1081
1060
|
describeLogStreams(
|
|
1082
1061
|
args: DescribeLogStreamsCommandInput,
|
|
1083
|
-
options?: __HttpHandlerOptions
|
|
1062
|
+
options?: __HttpHandlerOptions,
|
|
1084
1063
|
): Promise<DescribeLogStreamsCommandOutput>;
|
|
1085
1064
|
describeLogStreams(
|
|
1086
1065
|
args: DescribeLogStreamsCommandInput,
|
|
1087
|
-
cb: (err: any, data?: DescribeLogStreamsCommandOutput) => void
|
|
1066
|
+
cb: (err: any, data?: DescribeLogStreamsCommandOutput) => void,
|
|
1088
1067
|
): void;
|
|
1089
1068
|
describeLogStreams(
|
|
1090
1069
|
args: DescribeLogStreamsCommandInput,
|
|
1091
1070
|
options: __HttpHandlerOptions,
|
|
1092
|
-
cb: (err: any, data?: DescribeLogStreamsCommandOutput) => void
|
|
1071
|
+
cb: (err: any, data?: DescribeLogStreamsCommandOutput) => void,
|
|
1093
1072
|
): void;
|
|
1094
1073
|
describeLookupTables(): Promise<DescribeLookupTablesCommandOutput>;
|
|
1095
1074
|
describeLookupTables(
|
|
1096
1075
|
args: DescribeLookupTablesCommandInput,
|
|
1097
|
-
options?: __HttpHandlerOptions
|
|
1076
|
+
options?: __HttpHandlerOptions,
|
|
1098
1077
|
): Promise<DescribeLookupTablesCommandOutput>;
|
|
1099
1078
|
describeLookupTables(
|
|
1100
1079
|
args: DescribeLookupTablesCommandInput,
|
|
1101
|
-
cb: (err: any, data?: DescribeLookupTablesCommandOutput) => void
|
|
1080
|
+
cb: (err: any, data?: DescribeLookupTablesCommandOutput) => void,
|
|
1102
1081
|
): void;
|
|
1103
1082
|
describeLookupTables(
|
|
1104
1083
|
args: DescribeLookupTablesCommandInput,
|
|
1105
1084
|
options: __HttpHandlerOptions,
|
|
1106
|
-
cb: (err: any, data?: DescribeLookupTablesCommandOutput) => void
|
|
1085
|
+
cb: (err: any, data?: DescribeLookupTablesCommandOutput) => void,
|
|
1107
1086
|
): void;
|
|
1108
1087
|
describeMetricFilters(): Promise<DescribeMetricFiltersCommandOutput>;
|
|
1109
1088
|
describeMetricFilters(
|
|
1110
1089
|
args: DescribeMetricFiltersCommandInput,
|
|
1111
|
-
options?: __HttpHandlerOptions
|
|
1090
|
+
options?: __HttpHandlerOptions,
|
|
1112
1091
|
): Promise<DescribeMetricFiltersCommandOutput>;
|
|
1113
1092
|
describeMetricFilters(
|
|
1114
1093
|
args: DescribeMetricFiltersCommandInput,
|
|
1115
|
-
cb: (err: any, data?: DescribeMetricFiltersCommandOutput) => void
|
|
1094
|
+
cb: (err: any, data?: DescribeMetricFiltersCommandOutput) => void,
|
|
1116
1095
|
): void;
|
|
1117
1096
|
describeMetricFilters(
|
|
1118
1097
|
args: DescribeMetricFiltersCommandInput,
|
|
1119
1098
|
options: __HttpHandlerOptions,
|
|
1120
|
-
cb: (err: any, data?: DescribeMetricFiltersCommandOutput) => void
|
|
1099
|
+
cb: (err: any, data?: DescribeMetricFiltersCommandOutput) => void,
|
|
1121
1100
|
): void;
|
|
1122
1101
|
describeQueries(): Promise<DescribeQueriesCommandOutput>;
|
|
1123
1102
|
describeQueries(
|
|
1124
1103
|
args: DescribeQueriesCommandInput,
|
|
1125
|
-
options?: __HttpHandlerOptions
|
|
1104
|
+
options?: __HttpHandlerOptions,
|
|
1126
1105
|
): Promise<DescribeQueriesCommandOutput>;
|
|
1127
1106
|
describeQueries(
|
|
1128
1107
|
args: DescribeQueriesCommandInput,
|
|
1129
|
-
cb: (err: any, data?: DescribeQueriesCommandOutput) => void
|
|
1108
|
+
cb: (err: any, data?: DescribeQueriesCommandOutput) => void,
|
|
1130
1109
|
): void;
|
|
1131
1110
|
describeQueries(
|
|
1132
1111
|
args: DescribeQueriesCommandInput,
|
|
1133
1112
|
options: __HttpHandlerOptions,
|
|
1134
|
-
cb: (err: any, data?: DescribeQueriesCommandOutput) => void
|
|
1113
|
+
cb: (err: any, data?: DescribeQueriesCommandOutput) => void,
|
|
1135
1114
|
): void;
|
|
1136
1115
|
describeQueryDefinitions(): Promise<DescribeQueryDefinitionsCommandOutput>;
|
|
1137
1116
|
describeQueryDefinitions(
|
|
1138
1117
|
args: DescribeQueryDefinitionsCommandInput,
|
|
1139
|
-
options?: __HttpHandlerOptions
|
|
1118
|
+
options?: __HttpHandlerOptions,
|
|
1140
1119
|
): Promise<DescribeQueryDefinitionsCommandOutput>;
|
|
1141
1120
|
describeQueryDefinitions(
|
|
1142
1121
|
args: DescribeQueryDefinitionsCommandInput,
|
|
1143
|
-
cb: (err: any, data?: DescribeQueryDefinitionsCommandOutput) => void
|
|
1122
|
+
cb: (err: any, data?: DescribeQueryDefinitionsCommandOutput) => void,
|
|
1144
1123
|
): void;
|
|
1145
1124
|
describeQueryDefinitions(
|
|
1146
1125
|
args: DescribeQueryDefinitionsCommandInput,
|
|
1147
1126
|
options: __HttpHandlerOptions,
|
|
1148
|
-
cb: (err: any, data?: DescribeQueryDefinitionsCommandOutput) => void
|
|
1127
|
+
cb: (err: any, data?: DescribeQueryDefinitionsCommandOutput) => void,
|
|
1149
1128
|
): void;
|
|
1150
1129
|
describeResourcePolicies(): Promise<DescribeResourcePoliciesCommandOutput>;
|
|
1151
1130
|
describeResourcePolicies(
|
|
1152
1131
|
args: DescribeResourcePoliciesCommandInput,
|
|
1153
|
-
options?: __HttpHandlerOptions
|
|
1132
|
+
options?: __HttpHandlerOptions,
|
|
1154
1133
|
): Promise<DescribeResourcePoliciesCommandOutput>;
|
|
1155
1134
|
describeResourcePolicies(
|
|
1156
1135
|
args: DescribeResourcePoliciesCommandInput,
|
|
1157
|
-
cb: (err: any, data?: DescribeResourcePoliciesCommandOutput) => void
|
|
1136
|
+
cb: (err: any, data?: DescribeResourcePoliciesCommandOutput) => void,
|
|
1158
1137
|
): void;
|
|
1159
1138
|
describeResourcePolicies(
|
|
1160
1139
|
args: DescribeResourcePoliciesCommandInput,
|
|
1161
1140
|
options: __HttpHandlerOptions,
|
|
1162
|
-
cb: (err: any, data?: DescribeResourcePoliciesCommandOutput) => void
|
|
1141
|
+
cb: (err: any, data?: DescribeResourcePoliciesCommandOutput) => void,
|
|
1163
1142
|
): void;
|
|
1164
1143
|
describeSubscriptionFilters(
|
|
1165
1144
|
args: DescribeSubscriptionFiltersCommandInput,
|
|
1166
|
-
options?: __HttpHandlerOptions
|
|
1145
|
+
options?: __HttpHandlerOptions,
|
|
1167
1146
|
): Promise<DescribeSubscriptionFiltersCommandOutput>;
|
|
1168
1147
|
describeSubscriptionFilters(
|
|
1169
1148
|
args: DescribeSubscriptionFiltersCommandInput,
|
|
1170
|
-
cb: (err: any, data?: DescribeSubscriptionFiltersCommandOutput) => void
|
|
1149
|
+
cb: (err: any, data?: DescribeSubscriptionFiltersCommandOutput) => void,
|
|
1171
1150
|
): void;
|
|
1172
1151
|
describeSubscriptionFilters(
|
|
1173
1152
|
args: DescribeSubscriptionFiltersCommandInput,
|
|
1174
1153
|
options: __HttpHandlerOptions,
|
|
1175
|
-
cb: (err: any, data?: DescribeSubscriptionFiltersCommandOutput) => void
|
|
1154
|
+
cb: (err: any, data?: DescribeSubscriptionFiltersCommandOutput) => void,
|
|
1176
1155
|
): void;
|
|
1177
1156
|
disassociateKmsKey(): Promise<DisassociateKmsKeyCommandOutput>;
|
|
1178
1157
|
disassociateKmsKey(
|
|
1179
1158
|
args: DisassociateKmsKeyCommandInput,
|
|
1180
|
-
options?: __HttpHandlerOptions
|
|
1159
|
+
options?: __HttpHandlerOptions,
|
|
1181
1160
|
): Promise<DisassociateKmsKeyCommandOutput>;
|
|
1182
1161
|
disassociateKmsKey(
|
|
1183
1162
|
args: DisassociateKmsKeyCommandInput,
|
|
1184
|
-
cb: (err: any, data?: DisassociateKmsKeyCommandOutput) => void
|
|
1163
|
+
cb: (err: any, data?: DisassociateKmsKeyCommandOutput) => void,
|
|
1185
1164
|
): void;
|
|
1186
1165
|
disassociateKmsKey(
|
|
1187
1166
|
args: DisassociateKmsKeyCommandInput,
|
|
1188
1167
|
options: __HttpHandlerOptions,
|
|
1189
|
-
cb: (err: any, data?: DisassociateKmsKeyCommandOutput) => void
|
|
1168
|
+
cb: (err: any, data?: DisassociateKmsKeyCommandOutput) => void,
|
|
1190
1169
|
): void;
|
|
1191
1170
|
disassociateSourceFromS3TableIntegration(
|
|
1192
1171
|
args: DisassociateSourceFromS3TableIntegrationCommandInput,
|
|
1193
|
-
options?: __HttpHandlerOptions
|
|
1172
|
+
options?: __HttpHandlerOptions,
|
|
1194
1173
|
): Promise<DisassociateSourceFromS3TableIntegrationCommandOutput>;
|
|
1195
1174
|
disassociateSourceFromS3TableIntegration(
|
|
1196
1175
|
args: DisassociateSourceFromS3TableIntegrationCommandInput,
|
|
1197
|
-
cb: (
|
|
1198
|
-
err: any,
|
|
1199
|
-
data?: DisassociateSourceFromS3TableIntegrationCommandOutput
|
|
1200
|
-
) => void
|
|
1176
|
+
cb: (err: any, data?: DisassociateSourceFromS3TableIntegrationCommandOutput) => void,
|
|
1201
1177
|
): void;
|
|
1202
1178
|
disassociateSourceFromS3TableIntegration(
|
|
1203
1179
|
args: DisassociateSourceFromS3TableIntegrationCommandInput,
|
|
1204
1180
|
options: __HttpHandlerOptions,
|
|
1205
|
-
cb: (
|
|
1206
|
-
err: any,
|
|
1207
|
-
data?: DisassociateSourceFromS3TableIntegrationCommandOutput
|
|
1208
|
-
) => void
|
|
1181
|
+
cb: (err: any, data?: DisassociateSourceFromS3TableIntegrationCommandOutput) => void,
|
|
1209
1182
|
): void;
|
|
1210
1183
|
filterLogEvents(): Promise<FilterLogEventsCommandOutput>;
|
|
1211
1184
|
filterLogEvents(
|
|
1212
1185
|
args: FilterLogEventsCommandInput,
|
|
1213
|
-
options?: __HttpHandlerOptions
|
|
1186
|
+
options?: __HttpHandlerOptions,
|
|
1214
1187
|
): Promise<FilterLogEventsCommandOutput>;
|
|
1215
1188
|
filterLogEvents(
|
|
1216
1189
|
args: FilterLogEventsCommandInput,
|
|
1217
|
-
cb: (err: any, data?: FilterLogEventsCommandOutput) => void
|
|
1190
|
+
cb: (err: any, data?: FilterLogEventsCommandOutput) => void,
|
|
1218
1191
|
): void;
|
|
1219
1192
|
filterLogEvents(
|
|
1220
1193
|
args: FilterLogEventsCommandInput,
|
|
1221
1194
|
options: __HttpHandlerOptions,
|
|
1222
|
-
cb: (err: any, data?: FilterLogEventsCommandOutput) => void
|
|
1195
|
+
cb: (err: any, data?: FilterLogEventsCommandOutput) => void,
|
|
1223
1196
|
): void;
|
|
1224
1197
|
getDataProtectionPolicy(
|
|
1225
1198
|
args: GetDataProtectionPolicyCommandInput,
|
|
1226
|
-
options?: __HttpHandlerOptions
|
|
1199
|
+
options?: __HttpHandlerOptions,
|
|
1227
1200
|
): Promise<GetDataProtectionPolicyCommandOutput>;
|
|
1228
1201
|
getDataProtectionPolicy(
|
|
1229
1202
|
args: GetDataProtectionPolicyCommandInput,
|
|
1230
|
-
cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void
|
|
1203
|
+
cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void,
|
|
1231
1204
|
): void;
|
|
1232
1205
|
getDataProtectionPolicy(
|
|
1233
1206
|
args: GetDataProtectionPolicyCommandInput,
|
|
1234
1207
|
options: __HttpHandlerOptions,
|
|
1235
|
-
cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void
|
|
1208
|
+
cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void,
|
|
1236
1209
|
): void;
|
|
1237
1210
|
getDelivery(
|
|
1238
1211
|
args: GetDeliveryCommandInput,
|
|
1239
|
-
options?: __HttpHandlerOptions
|
|
1212
|
+
options?: __HttpHandlerOptions,
|
|
1240
1213
|
): Promise<GetDeliveryCommandOutput>;
|
|
1241
1214
|
getDelivery(
|
|
1242
1215
|
args: GetDeliveryCommandInput,
|
|
1243
|
-
cb: (err: any, data?: GetDeliveryCommandOutput) => void
|
|
1216
|
+
cb: (err: any, data?: GetDeliveryCommandOutput) => void,
|
|
1244
1217
|
): void;
|
|
1245
1218
|
getDelivery(
|
|
1246
1219
|
args: GetDeliveryCommandInput,
|
|
1247
1220
|
options: __HttpHandlerOptions,
|
|
1248
|
-
cb: (err: any, data?: GetDeliveryCommandOutput) => void
|
|
1221
|
+
cb: (err: any, data?: GetDeliveryCommandOutput) => void,
|
|
1249
1222
|
): void;
|
|
1250
1223
|
getDeliveryDestination(
|
|
1251
1224
|
args: GetDeliveryDestinationCommandInput,
|
|
1252
|
-
options?: __HttpHandlerOptions
|
|
1225
|
+
options?: __HttpHandlerOptions,
|
|
1253
1226
|
): Promise<GetDeliveryDestinationCommandOutput>;
|
|
1254
1227
|
getDeliveryDestination(
|
|
1255
1228
|
args: GetDeliveryDestinationCommandInput,
|
|
1256
|
-
cb: (err: any, data?: GetDeliveryDestinationCommandOutput) => void
|
|
1229
|
+
cb: (err: any, data?: GetDeliveryDestinationCommandOutput) => void,
|
|
1257
1230
|
): void;
|
|
1258
1231
|
getDeliveryDestination(
|
|
1259
1232
|
args: GetDeliveryDestinationCommandInput,
|
|
1260
1233
|
options: __HttpHandlerOptions,
|
|
1261
|
-
cb: (err: any, data?: GetDeliveryDestinationCommandOutput) => void
|
|
1234
|
+
cb: (err: any, data?: GetDeliveryDestinationCommandOutput) => void,
|
|
1262
1235
|
): void;
|
|
1263
1236
|
getDeliveryDestinationPolicy(
|
|
1264
1237
|
args: GetDeliveryDestinationPolicyCommandInput,
|
|
1265
|
-
options?: __HttpHandlerOptions
|
|
1238
|
+
options?: __HttpHandlerOptions,
|
|
1266
1239
|
): Promise<GetDeliveryDestinationPolicyCommandOutput>;
|
|
1267
1240
|
getDeliveryDestinationPolicy(
|
|
1268
1241
|
args: GetDeliveryDestinationPolicyCommandInput,
|
|
1269
|
-
cb: (err: any, data?: GetDeliveryDestinationPolicyCommandOutput) => void
|
|
1242
|
+
cb: (err: any, data?: GetDeliveryDestinationPolicyCommandOutput) => void,
|
|
1270
1243
|
): void;
|
|
1271
1244
|
getDeliveryDestinationPolicy(
|
|
1272
1245
|
args: GetDeliveryDestinationPolicyCommandInput,
|
|
1273
1246
|
options: __HttpHandlerOptions,
|
|
1274
|
-
cb: (err: any, data?: GetDeliveryDestinationPolicyCommandOutput) => void
|
|
1247
|
+
cb: (err: any, data?: GetDeliveryDestinationPolicyCommandOutput) => void,
|
|
1275
1248
|
): void;
|
|
1276
1249
|
getDeliverySource(
|
|
1277
1250
|
args: GetDeliverySourceCommandInput,
|
|
1278
|
-
options?: __HttpHandlerOptions
|
|
1251
|
+
options?: __HttpHandlerOptions,
|
|
1279
1252
|
): Promise<GetDeliverySourceCommandOutput>;
|
|
1280
1253
|
getDeliverySource(
|
|
1281
1254
|
args: GetDeliverySourceCommandInput,
|
|
1282
|
-
cb: (err: any, data?: GetDeliverySourceCommandOutput) => void
|
|
1255
|
+
cb: (err: any, data?: GetDeliverySourceCommandOutput) => void,
|
|
1283
1256
|
): void;
|
|
1284
1257
|
getDeliverySource(
|
|
1285
1258
|
args: GetDeliverySourceCommandInput,
|
|
1286
1259
|
options: __HttpHandlerOptions,
|
|
1287
|
-
cb: (err: any, data?: GetDeliverySourceCommandOutput) => void
|
|
1260
|
+
cb: (err: any, data?: GetDeliverySourceCommandOutput) => void,
|
|
1288
1261
|
): void;
|
|
1289
1262
|
getIntegration(
|
|
1290
1263
|
args: GetIntegrationCommandInput,
|
|
1291
|
-
options?: __HttpHandlerOptions
|
|
1264
|
+
options?: __HttpHandlerOptions,
|
|
1292
1265
|
): Promise<GetIntegrationCommandOutput>;
|
|
1293
1266
|
getIntegration(
|
|
1294
1267
|
args: GetIntegrationCommandInput,
|
|
1295
|
-
cb: (err: any, data?: GetIntegrationCommandOutput) => void
|
|
1268
|
+
cb: (err: any, data?: GetIntegrationCommandOutput) => void,
|
|
1296
1269
|
): void;
|
|
1297
1270
|
getIntegration(
|
|
1298
1271
|
args: GetIntegrationCommandInput,
|
|
1299
1272
|
options: __HttpHandlerOptions,
|
|
1300
|
-
cb: (err: any, data?: GetIntegrationCommandOutput) => void
|
|
1273
|
+
cb: (err: any, data?: GetIntegrationCommandOutput) => void,
|
|
1301
1274
|
): void;
|
|
1302
1275
|
getLogAnomalyDetector(
|
|
1303
1276
|
args: GetLogAnomalyDetectorCommandInput,
|
|
1304
|
-
options?: __HttpHandlerOptions
|
|
1277
|
+
options?: __HttpHandlerOptions,
|
|
1305
1278
|
): Promise<GetLogAnomalyDetectorCommandOutput>;
|
|
1306
1279
|
getLogAnomalyDetector(
|
|
1307
1280
|
args: GetLogAnomalyDetectorCommandInput,
|
|
1308
|
-
cb: (err: any, data?: GetLogAnomalyDetectorCommandOutput) => void
|
|
1281
|
+
cb: (err: any, data?: GetLogAnomalyDetectorCommandOutput) => void,
|
|
1309
1282
|
): void;
|
|
1310
1283
|
getLogAnomalyDetector(
|
|
1311
1284
|
args: GetLogAnomalyDetectorCommandInput,
|
|
1312
1285
|
options: __HttpHandlerOptions,
|
|
1313
|
-
cb: (err: any, data?: GetLogAnomalyDetectorCommandOutput) => void
|
|
1286
|
+
cb: (err: any, data?: GetLogAnomalyDetectorCommandOutput) => void,
|
|
1314
1287
|
): void;
|
|
1315
1288
|
getLogEvents(
|
|
1316
1289
|
args: GetLogEventsCommandInput,
|
|
1317
|
-
options?: __HttpHandlerOptions
|
|
1290
|
+
options?: __HttpHandlerOptions,
|
|
1318
1291
|
): Promise<GetLogEventsCommandOutput>;
|
|
1319
1292
|
getLogEvents(
|
|
1320
1293
|
args: GetLogEventsCommandInput,
|
|
1321
|
-
cb: (err: any, data?: GetLogEventsCommandOutput) => void
|
|
1294
|
+
cb: (err: any, data?: GetLogEventsCommandOutput) => void,
|
|
1322
1295
|
): void;
|
|
1323
1296
|
getLogEvents(
|
|
1324
1297
|
args: GetLogEventsCommandInput,
|
|
1325
1298
|
options: __HttpHandlerOptions,
|
|
1326
|
-
cb: (err: any, data?: GetLogEventsCommandOutput) => void
|
|
1299
|
+
cb: (err: any, data?: GetLogEventsCommandOutput) => void,
|
|
1327
1300
|
): void;
|
|
1328
1301
|
getLogFields(
|
|
1329
1302
|
args: GetLogFieldsCommandInput,
|
|
1330
|
-
options?: __HttpHandlerOptions
|
|
1303
|
+
options?: __HttpHandlerOptions,
|
|
1331
1304
|
): Promise<GetLogFieldsCommandOutput>;
|
|
1332
1305
|
getLogFields(
|
|
1333
1306
|
args: GetLogFieldsCommandInput,
|
|
1334
|
-
cb: (err: any, data?: GetLogFieldsCommandOutput) => void
|
|
1307
|
+
cb: (err: any, data?: GetLogFieldsCommandOutput) => void,
|
|
1335
1308
|
): void;
|
|
1336
1309
|
getLogFields(
|
|
1337
1310
|
args: GetLogFieldsCommandInput,
|
|
1338
1311
|
options: __HttpHandlerOptions,
|
|
1339
|
-
cb: (err: any, data?: GetLogFieldsCommandOutput) => void
|
|
1312
|
+
cb: (err: any, data?: GetLogFieldsCommandOutput) => void,
|
|
1340
1313
|
): void;
|
|
1341
1314
|
getLogGroupFields(): Promise<GetLogGroupFieldsCommandOutput>;
|
|
1342
1315
|
getLogGroupFields(
|
|
1343
1316
|
args: GetLogGroupFieldsCommandInput,
|
|
1344
|
-
options?: __HttpHandlerOptions
|
|
1317
|
+
options?: __HttpHandlerOptions,
|
|
1345
1318
|
): Promise<GetLogGroupFieldsCommandOutput>;
|
|
1346
1319
|
getLogGroupFields(
|
|
1347
1320
|
args: GetLogGroupFieldsCommandInput,
|
|
1348
|
-
cb: (err: any, data?: GetLogGroupFieldsCommandOutput) => void
|
|
1321
|
+
cb: (err: any, data?: GetLogGroupFieldsCommandOutput) => void,
|
|
1349
1322
|
): void;
|
|
1350
1323
|
getLogGroupFields(
|
|
1351
1324
|
args: GetLogGroupFieldsCommandInput,
|
|
1352
1325
|
options: __HttpHandlerOptions,
|
|
1353
|
-
cb: (err: any, data?: GetLogGroupFieldsCommandOutput) => void
|
|
1326
|
+
cb: (err: any, data?: GetLogGroupFieldsCommandOutput) => void,
|
|
1354
1327
|
): void;
|
|
1355
1328
|
getLogObject(
|
|
1356
1329
|
args: GetLogObjectCommandInput,
|
|
1357
|
-
options?: __HttpHandlerOptions
|
|
1330
|
+
options?: __HttpHandlerOptions,
|
|
1358
1331
|
): Promise<GetLogObjectCommandOutput>;
|
|
1359
1332
|
getLogObject(
|
|
1360
1333
|
args: GetLogObjectCommandInput,
|
|
1361
|
-
cb: (err: any, data?: GetLogObjectCommandOutput) => void
|
|
1334
|
+
cb: (err: any, data?: GetLogObjectCommandOutput) => void,
|
|
1362
1335
|
): void;
|
|
1363
1336
|
getLogObject(
|
|
1364
1337
|
args: GetLogObjectCommandInput,
|
|
1365
1338
|
options: __HttpHandlerOptions,
|
|
1366
|
-
cb: (err: any, data?: GetLogObjectCommandOutput) => void
|
|
1339
|
+
cb: (err: any, data?: GetLogObjectCommandOutput) => void,
|
|
1367
1340
|
): void;
|
|
1368
1341
|
getLogRecord(
|
|
1369
1342
|
args: GetLogRecordCommandInput,
|
|
1370
|
-
options?: __HttpHandlerOptions
|
|
1343
|
+
options?: __HttpHandlerOptions,
|
|
1371
1344
|
): Promise<GetLogRecordCommandOutput>;
|
|
1372
1345
|
getLogRecord(
|
|
1373
1346
|
args: GetLogRecordCommandInput,
|
|
1374
|
-
cb: (err: any, data?: GetLogRecordCommandOutput) => void
|
|
1347
|
+
cb: (err: any, data?: GetLogRecordCommandOutput) => void,
|
|
1375
1348
|
): void;
|
|
1376
1349
|
getLogRecord(
|
|
1377
1350
|
args: GetLogRecordCommandInput,
|
|
1378
1351
|
options: __HttpHandlerOptions,
|
|
1379
|
-
cb: (err: any, data?: GetLogRecordCommandOutput) => void
|
|
1352
|
+
cb: (err: any, data?: GetLogRecordCommandOutput) => void,
|
|
1380
1353
|
): void;
|
|
1381
1354
|
getLookupTable(
|
|
1382
1355
|
args: GetLookupTableCommandInput,
|
|
1383
|
-
options?: __HttpHandlerOptions
|
|
1356
|
+
options?: __HttpHandlerOptions,
|
|
1384
1357
|
): Promise<GetLookupTableCommandOutput>;
|
|
1385
1358
|
getLookupTable(
|
|
1386
1359
|
args: GetLookupTableCommandInput,
|
|
1387
|
-
cb: (err: any, data?: GetLookupTableCommandOutput) => void
|
|
1360
|
+
cb: (err: any, data?: GetLookupTableCommandOutput) => void,
|
|
1388
1361
|
): void;
|
|
1389
1362
|
getLookupTable(
|
|
1390
1363
|
args: GetLookupTableCommandInput,
|
|
1391
1364
|
options: __HttpHandlerOptions,
|
|
1392
|
-
cb: (err: any, data?: GetLookupTableCommandOutput) => void
|
|
1365
|
+
cb: (err: any, data?: GetLookupTableCommandOutput) => void,
|
|
1393
1366
|
): void;
|
|
1394
1367
|
getQueryResults(
|
|
1395
1368
|
args: GetQueryResultsCommandInput,
|
|
1396
|
-
options?: __HttpHandlerOptions
|
|
1369
|
+
options?: __HttpHandlerOptions,
|
|
1397
1370
|
): Promise<GetQueryResultsCommandOutput>;
|
|
1398
1371
|
getQueryResults(
|
|
1399
1372
|
args: GetQueryResultsCommandInput,
|
|
1400
|
-
cb: (err: any, data?: GetQueryResultsCommandOutput) => void
|
|
1373
|
+
cb: (err: any, data?: GetQueryResultsCommandOutput) => void,
|
|
1401
1374
|
): void;
|
|
1402
1375
|
getQueryResults(
|
|
1403
1376
|
args: GetQueryResultsCommandInput,
|
|
1404
1377
|
options: __HttpHandlerOptions,
|
|
1405
|
-
cb: (err: any, data?: GetQueryResultsCommandOutput) => void
|
|
1378
|
+
cb: (err: any, data?: GetQueryResultsCommandOutput) => void,
|
|
1406
1379
|
): void;
|
|
1407
1380
|
getScheduledQuery(
|
|
1408
1381
|
args: GetScheduledQueryCommandInput,
|
|
1409
|
-
options?: __HttpHandlerOptions
|
|
1382
|
+
options?: __HttpHandlerOptions,
|
|
1410
1383
|
): Promise<GetScheduledQueryCommandOutput>;
|
|
1411
1384
|
getScheduledQuery(
|
|
1412
1385
|
args: GetScheduledQueryCommandInput,
|
|
1413
|
-
cb: (err: any, data?: GetScheduledQueryCommandOutput) => void
|
|
1386
|
+
cb: (err: any, data?: GetScheduledQueryCommandOutput) => void,
|
|
1414
1387
|
): void;
|
|
1415
1388
|
getScheduledQuery(
|
|
1416
1389
|
args: GetScheduledQueryCommandInput,
|
|
1417
1390
|
options: __HttpHandlerOptions,
|
|
1418
|
-
cb: (err: any, data?: GetScheduledQueryCommandOutput) => void
|
|
1391
|
+
cb: (err: any, data?: GetScheduledQueryCommandOutput) => void,
|
|
1419
1392
|
): void;
|
|
1420
1393
|
getScheduledQueryHistory(
|
|
1421
1394
|
args: GetScheduledQueryHistoryCommandInput,
|
|
1422
|
-
options?: __HttpHandlerOptions
|
|
1395
|
+
options?: __HttpHandlerOptions,
|
|
1423
1396
|
): Promise<GetScheduledQueryHistoryCommandOutput>;
|
|
1424
1397
|
getScheduledQueryHistory(
|
|
1425
1398
|
args: GetScheduledQueryHistoryCommandInput,
|
|
1426
|
-
cb: (err: any, data?: GetScheduledQueryHistoryCommandOutput) => void
|
|
1399
|
+
cb: (err: any, data?: GetScheduledQueryHistoryCommandOutput) => void,
|
|
1427
1400
|
): void;
|
|
1428
1401
|
getScheduledQueryHistory(
|
|
1429
1402
|
args: GetScheduledQueryHistoryCommandInput,
|
|
1430
1403
|
options: __HttpHandlerOptions,
|
|
1431
|
-
cb: (err: any, data?: GetScheduledQueryHistoryCommandOutput) => void
|
|
1404
|
+
cb: (err: any, data?: GetScheduledQueryHistoryCommandOutput) => void,
|
|
1432
1405
|
): void;
|
|
1433
1406
|
getStorageTierPolicy(): Promise<GetStorageTierPolicyCommandOutput>;
|
|
1434
1407
|
getStorageTierPolicy(
|
|
1435
1408
|
args: GetStorageTierPolicyCommandInput,
|
|
1436
|
-
options?: __HttpHandlerOptions
|
|
1409
|
+
options?: __HttpHandlerOptions,
|
|
1437
1410
|
): Promise<GetStorageTierPolicyCommandOutput>;
|
|
1438
1411
|
getStorageTierPolicy(
|
|
1439
1412
|
args: GetStorageTierPolicyCommandInput,
|
|
1440
|
-
cb: (err: any, data?: GetStorageTierPolicyCommandOutput) => void
|
|
1413
|
+
cb: (err: any, data?: GetStorageTierPolicyCommandOutput) => void,
|
|
1441
1414
|
): void;
|
|
1442
1415
|
getStorageTierPolicy(
|
|
1443
1416
|
args: GetStorageTierPolicyCommandInput,
|
|
1444
1417
|
options: __HttpHandlerOptions,
|
|
1445
|
-
cb: (err: any, data?: GetStorageTierPolicyCommandOutput) => void
|
|
1418
|
+
cb: (err: any, data?: GetStorageTierPolicyCommandOutput) => void,
|
|
1446
1419
|
): void;
|
|
1447
1420
|
getTransformer(
|
|
1448
1421
|
args: GetTransformerCommandInput,
|
|
1449
|
-
options?: __HttpHandlerOptions
|
|
1422
|
+
options?: __HttpHandlerOptions,
|
|
1450
1423
|
): Promise<GetTransformerCommandOutput>;
|
|
1451
1424
|
getTransformer(
|
|
1452
1425
|
args: GetTransformerCommandInput,
|
|
1453
|
-
cb: (err: any, data?: GetTransformerCommandOutput) => void
|
|
1426
|
+
cb: (err: any, data?: GetTransformerCommandOutput) => void,
|
|
1454
1427
|
): void;
|
|
1455
1428
|
getTransformer(
|
|
1456
1429
|
args: GetTransformerCommandInput,
|
|
1457
1430
|
options: __HttpHandlerOptions,
|
|
1458
|
-
cb: (err: any, data?: GetTransformerCommandOutput) => void
|
|
1431
|
+
cb: (err: any, data?: GetTransformerCommandOutput) => void,
|
|
1459
1432
|
): void;
|
|
1460
1433
|
listAggregateLogGroupSummaries(
|
|
1461
1434
|
args: ListAggregateLogGroupSummariesCommandInput,
|
|
1462
|
-
options?: __HttpHandlerOptions
|
|
1435
|
+
options?: __HttpHandlerOptions,
|
|
1463
1436
|
): Promise<ListAggregateLogGroupSummariesCommandOutput>;
|
|
1464
1437
|
listAggregateLogGroupSummaries(
|
|
1465
1438
|
args: ListAggregateLogGroupSummariesCommandInput,
|
|
1466
|
-
cb: (err: any, data?: ListAggregateLogGroupSummariesCommandOutput) => void
|
|
1439
|
+
cb: (err: any, data?: ListAggregateLogGroupSummariesCommandOutput) => void,
|
|
1467
1440
|
): void;
|
|
1468
1441
|
listAggregateLogGroupSummaries(
|
|
1469
1442
|
args: ListAggregateLogGroupSummariesCommandInput,
|
|
1470
1443
|
options: __HttpHandlerOptions,
|
|
1471
|
-
cb: (err: any, data?: ListAggregateLogGroupSummariesCommandOutput) => void
|
|
1444
|
+
cb: (err: any, data?: ListAggregateLogGroupSummariesCommandOutput) => void,
|
|
1472
1445
|
): void;
|
|
1473
1446
|
listAnomalies(): Promise<ListAnomaliesCommandOutput>;
|
|
1474
1447
|
listAnomalies(
|
|
1475
1448
|
args: ListAnomaliesCommandInput,
|
|
1476
|
-
options?: __HttpHandlerOptions
|
|
1449
|
+
options?: __HttpHandlerOptions,
|
|
1477
1450
|
): Promise<ListAnomaliesCommandOutput>;
|
|
1478
1451
|
listAnomalies(
|
|
1479
1452
|
args: ListAnomaliesCommandInput,
|
|
1480
|
-
cb: (err: any, data?: ListAnomaliesCommandOutput) => void
|
|
1453
|
+
cb: (err: any, data?: ListAnomaliesCommandOutput) => void,
|
|
1481
1454
|
): void;
|
|
1482
1455
|
listAnomalies(
|
|
1483
1456
|
args: ListAnomaliesCommandInput,
|
|
1484
1457
|
options: __HttpHandlerOptions,
|
|
1485
|
-
cb: (err: any, data?: ListAnomaliesCommandOutput) => void
|
|
1458
|
+
cb: (err: any, data?: ListAnomaliesCommandOutput) => void,
|
|
1486
1459
|
): void;
|
|
1487
1460
|
listIntegrations(): Promise<ListIntegrationsCommandOutput>;
|
|
1488
1461
|
listIntegrations(
|
|
1489
1462
|
args: ListIntegrationsCommandInput,
|
|
1490
|
-
options?: __HttpHandlerOptions
|
|
1463
|
+
options?: __HttpHandlerOptions,
|
|
1491
1464
|
): Promise<ListIntegrationsCommandOutput>;
|
|
1492
1465
|
listIntegrations(
|
|
1493
1466
|
args: ListIntegrationsCommandInput,
|
|
1494
|
-
cb: (err: any, data?: ListIntegrationsCommandOutput) => void
|
|
1467
|
+
cb: (err: any, data?: ListIntegrationsCommandOutput) => void,
|
|
1495
1468
|
): void;
|
|
1496
1469
|
listIntegrations(
|
|
1497
1470
|
args: ListIntegrationsCommandInput,
|
|
1498
1471
|
options: __HttpHandlerOptions,
|
|
1499
|
-
cb: (err: any, data?: ListIntegrationsCommandOutput) => void
|
|
1472
|
+
cb: (err: any, data?: ListIntegrationsCommandOutput) => void,
|
|
1500
1473
|
): void;
|
|
1501
1474
|
listLogAnomalyDetectors(): Promise<ListLogAnomalyDetectorsCommandOutput>;
|
|
1502
1475
|
listLogAnomalyDetectors(
|
|
1503
1476
|
args: ListLogAnomalyDetectorsCommandInput,
|
|
1504
|
-
options?: __HttpHandlerOptions
|
|
1477
|
+
options?: __HttpHandlerOptions,
|
|
1505
1478
|
): Promise<ListLogAnomalyDetectorsCommandOutput>;
|
|
1506
1479
|
listLogAnomalyDetectors(
|
|
1507
1480
|
args: ListLogAnomalyDetectorsCommandInput,
|
|
1508
|
-
cb: (err: any, data?: ListLogAnomalyDetectorsCommandOutput) => void
|
|
1481
|
+
cb: (err: any, data?: ListLogAnomalyDetectorsCommandOutput) => void,
|
|
1509
1482
|
): void;
|
|
1510
1483
|
listLogAnomalyDetectors(
|
|
1511
1484
|
args: ListLogAnomalyDetectorsCommandInput,
|
|
1512
1485
|
options: __HttpHandlerOptions,
|
|
1513
|
-
cb: (err: any, data?: ListLogAnomalyDetectorsCommandOutput) => void
|
|
1486
|
+
cb: (err: any, data?: ListLogAnomalyDetectorsCommandOutput) => void,
|
|
1514
1487
|
): void;
|
|
1515
1488
|
listLogGroups(): Promise<ListLogGroupsCommandOutput>;
|
|
1516
1489
|
listLogGroups(
|
|
1517
1490
|
args: ListLogGroupsCommandInput,
|
|
1518
|
-
options?: __HttpHandlerOptions
|
|
1491
|
+
options?: __HttpHandlerOptions,
|
|
1519
1492
|
): Promise<ListLogGroupsCommandOutput>;
|
|
1520
1493
|
listLogGroups(
|
|
1521
1494
|
args: ListLogGroupsCommandInput,
|
|
1522
|
-
cb: (err: any, data?: ListLogGroupsCommandOutput) => void
|
|
1495
|
+
cb: (err: any, data?: ListLogGroupsCommandOutput) => void,
|
|
1523
1496
|
): void;
|
|
1524
1497
|
listLogGroups(
|
|
1525
1498
|
args: ListLogGroupsCommandInput,
|
|
1526
1499
|
options: __HttpHandlerOptions,
|
|
1527
|
-
cb: (err: any, data?: ListLogGroupsCommandOutput) => void
|
|
1500
|
+
cb: (err: any, data?: ListLogGroupsCommandOutput) => void,
|
|
1528
1501
|
): void;
|
|
1529
1502
|
listLogGroupsForQuery(
|
|
1530
1503
|
args: ListLogGroupsForQueryCommandInput,
|
|
1531
|
-
options?: __HttpHandlerOptions
|
|
1504
|
+
options?: __HttpHandlerOptions,
|
|
1532
1505
|
): Promise<ListLogGroupsForQueryCommandOutput>;
|
|
1533
1506
|
listLogGroupsForQuery(
|
|
1534
1507
|
args: ListLogGroupsForQueryCommandInput,
|
|
1535
|
-
cb: (err: any, data?: ListLogGroupsForQueryCommandOutput) => void
|
|
1508
|
+
cb: (err: any, data?: ListLogGroupsForQueryCommandOutput) => void,
|
|
1536
1509
|
): void;
|
|
1537
1510
|
listLogGroupsForQuery(
|
|
1538
1511
|
args: ListLogGroupsForQueryCommandInput,
|
|
1539
1512
|
options: __HttpHandlerOptions,
|
|
1540
|
-
cb: (err: any, data?: ListLogGroupsForQueryCommandOutput) => void
|
|
1513
|
+
cb: (err: any, data?: ListLogGroupsForQueryCommandOutput) => void,
|
|
1541
1514
|
): void;
|
|
1542
1515
|
listScheduledQueries(): Promise<ListScheduledQueriesCommandOutput>;
|
|
1543
1516
|
listScheduledQueries(
|
|
1544
1517
|
args: ListScheduledQueriesCommandInput,
|
|
1545
|
-
options?: __HttpHandlerOptions
|
|
1518
|
+
options?: __HttpHandlerOptions,
|
|
1546
1519
|
): Promise<ListScheduledQueriesCommandOutput>;
|
|
1547
1520
|
listScheduledQueries(
|
|
1548
1521
|
args: ListScheduledQueriesCommandInput,
|
|
1549
|
-
cb: (err: any, data?: ListScheduledQueriesCommandOutput) => void
|
|
1522
|
+
cb: (err: any, data?: ListScheduledQueriesCommandOutput) => void,
|
|
1550
1523
|
): void;
|
|
1551
1524
|
listScheduledQueries(
|
|
1552
1525
|
args: ListScheduledQueriesCommandInput,
|
|
1553
1526
|
options: __HttpHandlerOptions,
|
|
1554
|
-
cb: (err: any, data?: ListScheduledQueriesCommandOutput) => void
|
|
1527
|
+
cb: (err: any, data?: ListScheduledQueriesCommandOutput) => void,
|
|
1555
1528
|
): void;
|
|
1556
1529
|
listSourcesForS3TableIntegration(
|
|
1557
1530
|
args: ListSourcesForS3TableIntegrationCommandInput,
|
|
1558
|
-
options?: __HttpHandlerOptions
|
|
1531
|
+
options?: __HttpHandlerOptions,
|
|
1559
1532
|
): Promise<ListSourcesForS3TableIntegrationCommandOutput>;
|
|
1560
1533
|
listSourcesForS3TableIntegration(
|
|
1561
1534
|
args: ListSourcesForS3TableIntegrationCommandInput,
|
|
1562
|
-
cb: (err: any, data?: ListSourcesForS3TableIntegrationCommandOutput) => void
|
|
1535
|
+
cb: (err: any, data?: ListSourcesForS3TableIntegrationCommandOutput) => void,
|
|
1563
1536
|
): void;
|
|
1564
1537
|
listSourcesForS3TableIntegration(
|
|
1565
1538
|
args: ListSourcesForS3TableIntegrationCommandInput,
|
|
1566
1539
|
options: __HttpHandlerOptions,
|
|
1567
|
-
cb: (err: any, data?: ListSourcesForS3TableIntegrationCommandOutput) => void
|
|
1540
|
+
cb: (err: any, data?: ListSourcesForS3TableIntegrationCommandOutput) => void,
|
|
1568
1541
|
): void;
|
|
1569
1542
|
listSyslogConfigurations(): Promise<ListSyslogConfigurationsCommandOutput>;
|
|
1570
1543
|
listSyslogConfigurations(
|
|
1571
1544
|
args: ListSyslogConfigurationsCommandInput,
|
|
1572
|
-
options?: __HttpHandlerOptions
|
|
1545
|
+
options?: __HttpHandlerOptions,
|
|
1573
1546
|
): Promise<ListSyslogConfigurationsCommandOutput>;
|
|
1574
1547
|
listSyslogConfigurations(
|
|
1575
1548
|
args: ListSyslogConfigurationsCommandInput,
|
|
1576
|
-
cb: (err: any, data?: ListSyslogConfigurationsCommandOutput) => void
|
|
1549
|
+
cb: (err: any, data?: ListSyslogConfigurationsCommandOutput) => void,
|
|
1577
1550
|
): void;
|
|
1578
1551
|
listSyslogConfigurations(
|
|
1579
1552
|
args: ListSyslogConfigurationsCommandInput,
|
|
1580
1553
|
options: __HttpHandlerOptions,
|
|
1581
|
-
cb: (err: any, data?: ListSyslogConfigurationsCommandOutput) => void
|
|
1554
|
+
cb: (err: any, data?: ListSyslogConfigurationsCommandOutput) => void,
|
|
1582
1555
|
): void;
|
|
1583
1556
|
listTagsForResource(
|
|
1584
1557
|
args: ListTagsForResourceCommandInput,
|
|
1585
|
-
options?: __HttpHandlerOptions
|
|
1558
|
+
options?: __HttpHandlerOptions,
|
|
1586
1559
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
1587
1560
|
listTagsForResource(
|
|
1588
1561
|
args: ListTagsForResourceCommandInput,
|
|
1589
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1562
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
1590
1563
|
): void;
|
|
1591
1564
|
listTagsForResource(
|
|
1592
1565
|
args: ListTagsForResourceCommandInput,
|
|
1593
1566
|
options: __HttpHandlerOptions,
|
|
1594
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1567
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
1595
1568
|
): void;
|
|
1596
1569
|
listTagsLogGroup(
|
|
1597
1570
|
args: ListTagsLogGroupCommandInput,
|
|
1598
|
-
options?: __HttpHandlerOptions
|
|
1571
|
+
options?: __HttpHandlerOptions,
|
|
1599
1572
|
): Promise<ListTagsLogGroupCommandOutput>;
|
|
1600
1573
|
listTagsLogGroup(
|
|
1601
1574
|
args: ListTagsLogGroupCommandInput,
|
|
1602
|
-
cb: (err: any, data?: ListTagsLogGroupCommandOutput) => void
|
|
1575
|
+
cb: (err: any, data?: ListTagsLogGroupCommandOutput) => void,
|
|
1603
1576
|
): void;
|
|
1604
1577
|
listTagsLogGroup(
|
|
1605
1578
|
args: ListTagsLogGroupCommandInput,
|
|
1606
1579
|
options: __HttpHandlerOptions,
|
|
1607
|
-
cb: (err: any, data?: ListTagsLogGroupCommandOutput) => void
|
|
1580
|
+
cb: (err: any, data?: ListTagsLogGroupCommandOutput) => void,
|
|
1608
1581
|
): void;
|
|
1609
1582
|
putAccountPolicy(
|
|
1610
1583
|
args: PutAccountPolicyCommandInput,
|
|
1611
|
-
options?: __HttpHandlerOptions
|
|
1584
|
+
options?: __HttpHandlerOptions,
|
|
1612
1585
|
): Promise<PutAccountPolicyCommandOutput>;
|
|
1613
1586
|
putAccountPolicy(
|
|
1614
1587
|
args: PutAccountPolicyCommandInput,
|
|
1615
|
-
cb: (err: any, data?: PutAccountPolicyCommandOutput) => void
|
|
1588
|
+
cb: (err: any, data?: PutAccountPolicyCommandOutput) => void,
|
|
1616
1589
|
): void;
|
|
1617
1590
|
putAccountPolicy(
|
|
1618
1591
|
args: PutAccountPolicyCommandInput,
|
|
1619
1592
|
options: __HttpHandlerOptions,
|
|
1620
|
-
cb: (err: any, data?: PutAccountPolicyCommandOutput) => void
|
|
1593
|
+
cb: (err: any, data?: PutAccountPolicyCommandOutput) => void,
|
|
1621
1594
|
): void;
|
|
1622
1595
|
putBearerTokenAuthentication(
|
|
1623
1596
|
args: PutBearerTokenAuthenticationCommandInput,
|
|
1624
|
-
options?: __HttpHandlerOptions
|
|
1597
|
+
options?: __HttpHandlerOptions,
|
|
1625
1598
|
): Promise<PutBearerTokenAuthenticationCommandOutput>;
|
|
1626
1599
|
putBearerTokenAuthentication(
|
|
1627
1600
|
args: PutBearerTokenAuthenticationCommandInput,
|
|
1628
|
-
cb: (err: any, data?: PutBearerTokenAuthenticationCommandOutput) => void
|
|
1601
|
+
cb: (err: any, data?: PutBearerTokenAuthenticationCommandOutput) => void,
|
|
1629
1602
|
): void;
|
|
1630
1603
|
putBearerTokenAuthentication(
|
|
1631
1604
|
args: PutBearerTokenAuthenticationCommandInput,
|
|
1632
1605
|
options: __HttpHandlerOptions,
|
|
1633
|
-
cb: (err: any, data?: PutBearerTokenAuthenticationCommandOutput) => void
|
|
1606
|
+
cb: (err: any, data?: PutBearerTokenAuthenticationCommandOutput) => void,
|
|
1634
1607
|
): void;
|
|
1635
1608
|
putDataProtectionPolicy(
|
|
1636
1609
|
args: PutDataProtectionPolicyCommandInput,
|
|
1637
|
-
options?: __HttpHandlerOptions
|
|
1610
|
+
options?: __HttpHandlerOptions,
|
|
1638
1611
|
): Promise<PutDataProtectionPolicyCommandOutput>;
|
|
1639
1612
|
putDataProtectionPolicy(
|
|
1640
1613
|
args: PutDataProtectionPolicyCommandInput,
|
|
1641
|
-
cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void
|
|
1614
|
+
cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void,
|
|
1642
1615
|
): void;
|
|
1643
1616
|
putDataProtectionPolicy(
|
|
1644
1617
|
args: PutDataProtectionPolicyCommandInput,
|
|
1645
1618
|
options: __HttpHandlerOptions,
|
|
1646
|
-
cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void
|
|
1619
|
+
cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void,
|
|
1647
1620
|
): void;
|
|
1648
1621
|
putDeliveryDestination(
|
|
1649
1622
|
args: PutDeliveryDestinationCommandInput,
|
|
1650
|
-
options?: __HttpHandlerOptions
|
|
1623
|
+
options?: __HttpHandlerOptions,
|
|
1651
1624
|
): Promise<PutDeliveryDestinationCommandOutput>;
|
|
1652
1625
|
putDeliveryDestination(
|
|
1653
1626
|
args: PutDeliveryDestinationCommandInput,
|
|
1654
|
-
cb: (err: any, data?: PutDeliveryDestinationCommandOutput) => void
|
|
1627
|
+
cb: (err: any, data?: PutDeliveryDestinationCommandOutput) => void,
|
|
1655
1628
|
): void;
|
|
1656
1629
|
putDeliveryDestination(
|
|
1657
1630
|
args: PutDeliveryDestinationCommandInput,
|
|
1658
1631
|
options: __HttpHandlerOptions,
|
|
1659
|
-
cb: (err: any, data?: PutDeliveryDestinationCommandOutput) => void
|
|
1632
|
+
cb: (err: any, data?: PutDeliveryDestinationCommandOutput) => void,
|
|
1660
1633
|
): void;
|
|
1661
1634
|
putDeliveryDestinationPolicy(
|
|
1662
1635
|
args: PutDeliveryDestinationPolicyCommandInput,
|
|
1663
|
-
options?: __HttpHandlerOptions
|
|
1636
|
+
options?: __HttpHandlerOptions,
|
|
1664
1637
|
): Promise<PutDeliveryDestinationPolicyCommandOutput>;
|
|
1665
1638
|
putDeliveryDestinationPolicy(
|
|
1666
1639
|
args: PutDeliveryDestinationPolicyCommandInput,
|
|
1667
|
-
cb: (err: any, data?: PutDeliveryDestinationPolicyCommandOutput) => void
|
|
1640
|
+
cb: (err: any, data?: PutDeliveryDestinationPolicyCommandOutput) => void,
|
|
1668
1641
|
): void;
|
|
1669
1642
|
putDeliveryDestinationPolicy(
|
|
1670
1643
|
args: PutDeliveryDestinationPolicyCommandInput,
|
|
1671
1644
|
options: __HttpHandlerOptions,
|
|
1672
|
-
cb: (err: any, data?: PutDeliveryDestinationPolicyCommandOutput) => void
|
|
1645
|
+
cb: (err: any, data?: PutDeliveryDestinationPolicyCommandOutput) => void,
|
|
1673
1646
|
): void;
|
|
1674
1647
|
putDeliverySource(
|
|
1675
1648
|
args: PutDeliverySourceCommandInput,
|
|
1676
|
-
options?: __HttpHandlerOptions
|
|
1649
|
+
options?: __HttpHandlerOptions,
|
|
1677
1650
|
): Promise<PutDeliverySourceCommandOutput>;
|
|
1678
1651
|
putDeliverySource(
|
|
1679
1652
|
args: PutDeliverySourceCommandInput,
|
|
1680
|
-
cb: (err: any, data?: PutDeliverySourceCommandOutput) => void
|
|
1653
|
+
cb: (err: any, data?: PutDeliverySourceCommandOutput) => void,
|
|
1681
1654
|
): void;
|
|
1682
1655
|
putDeliverySource(
|
|
1683
1656
|
args: PutDeliverySourceCommandInput,
|
|
1684
1657
|
options: __HttpHandlerOptions,
|
|
1685
|
-
cb: (err: any, data?: PutDeliverySourceCommandOutput) => void
|
|
1658
|
+
cb: (err: any, data?: PutDeliverySourceCommandOutput) => void,
|
|
1686
1659
|
): void;
|
|
1687
1660
|
putDestination(
|
|
1688
1661
|
args: PutDestinationCommandInput,
|
|
1689
|
-
options?: __HttpHandlerOptions
|
|
1662
|
+
options?: __HttpHandlerOptions,
|
|
1690
1663
|
): Promise<PutDestinationCommandOutput>;
|
|
1691
1664
|
putDestination(
|
|
1692
1665
|
args: PutDestinationCommandInput,
|
|
1693
|
-
cb: (err: any, data?: PutDestinationCommandOutput) => void
|
|
1666
|
+
cb: (err: any, data?: PutDestinationCommandOutput) => void,
|
|
1694
1667
|
): void;
|
|
1695
1668
|
putDestination(
|
|
1696
1669
|
args: PutDestinationCommandInput,
|
|
1697
1670
|
options: __HttpHandlerOptions,
|
|
1698
|
-
cb: (err: any, data?: PutDestinationCommandOutput) => void
|
|
1671
|
+
cb: (err: any, data?: PutDestinationCommandOutput) => void,
|
|
1699
1672
|
): void;
|
|
1700
1673
|
putDestinationPolicy(
|
|
1701
1674
|
args: PutDestinationPolicyCommandInput,
|
|
1702
|
-
options?: __HttpHandlerOptions
|
|
1675
|
+
options?: __HttpHandlerOptions,
|
|
1703
1676
|
): Promise<PutDestinationPolicyCommandOutput>;
|
|
1704
1677
|
putDestinationPolicy(
|
|
1705
1678
|
args: PutDestinationPolicyCommandInput,
|
|
1706
|
-
cb: (err: any, data?: PutDestinationPolicyCommandOutput) => void
|
|
1679
|
+
cb: (err: any, data?: PutDestinationPolicyCommandOutput) => void,
|
|
1707
1680
|
): void;
|
|
1708
1681
|
putDestinationPolicy(
|
|
1709
1682
|
args: PutDestinationPolicyCommandInput,
|
|
1710
1683
|
options: __HttpHandlerOptions,
|
|
1711
|
-
cb: (err: any, data?: PutDestinationPolicyCommandOutput) => void
|
|
1684
|
+
cb: (err: any, data?: PutDestinationPolicyCommandOutput) => void,
|
|
1712
1685
|
): void;
|
|
1713
1686
|
putIndexPolicy(
|
|
1714
1687
|
args: PutIndexPolicyCommandInput,
|
|
1715
|
-
options?: __HttpHandlerOptions
|
|
1688
|
+
options?: __HttpHandlerOptions,
|
|
1716
1689
|
): Promise<PutIndexPolicyCommandOutput>;
|
|
1717
1690
|
putIndexPolicy(
|
|
1718
1691
|
args: PutIndexPolicyCommandInput,
|
|
1719
|
-
cb: (err: any, data?: PutIndexPolicyCommandOutput) => void
|
|
1692
|
+
cb: (err: any, data?: PutIndexPolicyCommandOutput) => void,
|
|
1720
1693
|
): void;
|
|
1721
1694
|
putIndexPolicy(
|
|
1722
1695
|
args: PutIndexPolicyCommandInput,
|
|
1723
1696
|
options: __HttpHandlerOptions,
|
|
1724
|
-
cb: (err: any, data?: PutIndexPolicyCommandOutput) => void
|
|
1697
|
+
cb: (err: any, data?: PutIndexPolicyCommandOutput) => void,
|
|
1725
1698
|
): void;
|
|
1726
1699
|
putIntegration(
|
|
1727
1700
|
args: PutIntegrationCommandInput,
|
|
1728
|
-
options?: __HttpHandlerOptions
|
|
1701
|
+
options?: __HttpHandlerOptions,
|
|
1729
1702
|
): Promise<PutIntegrationCommandOutput>;
|
|
1730
1703
|
putIntegration(
|
|
1731
1704
|
args: PutIntegrationCommandInput,
|
|
1732
|
-
cb: (err: any, data?: PutIntegrationCommandOutput) => void
|
|
1705
|
+
cb: (err: any, data?: PutIntegrationCommandOutput) => void,
|
|
1733
1706
|
): void;
|
|
1734
1707
|
putIntegration(
|
|
1735
1708
|
args: PutIntegrationCommandInput,
|
|
1736
1709
|
options: __HttpHandlerOptions,
|
|
1737
|
-
cb: (err: any, data?: PutIntegrationCommandOutput) => void
|
|
1710
|
+
cb: (err: any, data?: PutIntegrationCommandOutput) => void,
|
|
1738
1711
|
): void;
|
|
1739
1712
|
putLogEvents(
|
|
1740
1713
|
args: PutLogEventsCommandInput,
|
|
1741
|
-
options?: __HttpHandlerOptions
|
|
1714
|
+
options?: __HttpHandlerOptions,
|
|
1742
1715
|
): Promise<PutLogEventsCommandOutput>;
|
|
1743
1716
|
putLogEvents(
|
|
1744
1717
|
args: PutLogEventsCommandInput,
|
|
1745
|
-
cb: (err: any, data?: PutLogEventsCommandOutput) => void
|
|
1718
|
+
cb: (err: any, data?: PutLogEventsCommandOutput) => void,
|
|
1746
1719
|
): void;
|
|
1747
1720
|
putLogEvents(
|
|
1748
1721
|
args: PutLogEventsCommandInput,
|
|
1749
1722
|
options: __HttpHandlerOptions,
|
|
1750
|
-
cb: (err: any, data?: PutLogEventsCommandOutput) => void
|
|
1723
|
+
cb: (err: any, data?: PutLogEventsCommandOutput) => void,
|
|
1751
1724
|
): void;
|
|
1752
1725
|
putLogGroupDeletionProtection(
|
|
1753
1726
|
args: PutLogGroupDeletionProtectionCommandInput,
|
|
1754
|
-
options?: __HttpHandlerOptions
|
|
1727
|
+
options?: __HttpHandlerOptions,
|
|
1755
1728
|
): Promise<PutLogGroupDeletionProtectionCommandOutput>;
|
|
1756
1729
|
putLogGroupDeletionProtection(
|
|
1757
1730
|
args: PutLogGroupDeletionProtectionCommandInput,
|
|
1758
|
-
cb: (err: any, data?: PutLogGroupDeletionProtectionCommandOutput) => void
|
|
1731
|
+
cb: (err: any, data?: PutLogGroupDeletionProtectionCommandOutput) => void,
|
|
1759
1732
|
): void;
|
|
1760
1733
|
putLogGroupDeletionProtection(
|
|
1761
1734
|
args: PutLogGroupDeletionProtectionCommandInput,
|
|
1762
1735
|
options: __HttpHandlerOptions,
|
|
1763
|
-
cb: (err: any, data?: PutLogGroupDeletionProtectionCommandOutput) => void
|
|
1736
|
+
cb: (err: any, data?: PutLogGroupDeletionProtectionCommandOutput) => void,
|
|
1764
1737
|
): void;
|
|
1765
1738
|
putMetricFilter(
|
|
1766
1739
|
args: PutMetricFilterCommandInput,
|
|
1767
|
-
options?: __HttpHandlerOptions
|
|
1740
|
+
options?: __HttpHandlerOptions,
|
|
1768
1741
|
): Promise<PutMetricFilterCommandOutput>;
|
|
1769
1742
|
putMetricFilter(
|
|
1770
1743
|
args: PutMetricFilterCommandInput,
|
|
1771
|
-
cb: (err: any, data?: PutMetricFilterCommandOutput) => void
|
|
1744
|
+
cb: (err: any, data?: PutMetricFilterCommandOutput) => void,
|
|
1772
1745
|
): void;
|
|
1773
1746
|
putMetricFilter(
|
|
1774
1747
|
args: PutMetricFilterCommandInput,
|
|
1775
1748
|
options: __HttpHandlerOptions,
|
|
1776
|
-
cb: (err: any, data?: PutMetricFilterCommandOutput) => void
|
|
1749
|
+
cb: (err: any, data?: PutMetricFilterCommandOutput) => void,
|
|
1777
1750
|
): void;
|
|
1778
1751
|
putQueryDefinition(
|
|
1779
1752
|
args: PutQueryDefinitionCommandInput,
|
|
1780
|
-
options?: __HttpHandlerOptions
|
|
1753
|
+
options?: __HttpHandlerOptions,
|
|
1781
1754
|
): Promise<PutQueryDefinitionCommandOutput>;
|
|
1782
1755
|
putQueryDefinition(
|
|
1783
1756
|
args: PutQueryDefinitionCommandInput,
|
|
1784
|
-
cb: (err: any, data?: PutQueryDefinitionCommandOutput) => void
|
|
1757
|
+
cb: (err: any, data?: PutQueryDefinitionCommandOutput) => void,
|
|
1785
1758
|
): void;
|
|
1786
1759
|
putQueryDefinition(
|
|
1787
1760
|
args: PutQueryDefinitionCommandInput,
|
|
1788
1761
|
options: __HttpHandlerOptions,
|
|
1789
|
-
cb: (err: any, data?: PutQueryDefinitionCommandOutput) => void
|
|
1762
|
+
cb: (err: any, data?: PutQueryDefinitionCommandOutput) => void,
|
|
1790
1763
|
): void;
|
|
1791
1764
|
putResourcePolicy(): Promise<PutResourcePolicyCommandOutput>;
|
|
1792
1765
|
putResourcePolicy(
|
|
1793
1766
|
args: PutResourcePolicyCommandInput,
|
|
1794
|
-
options?: __HttpHandlerOptions
|
|
1767
|
+
options?: __HttpHandlerOptions,
|
|
1795
1768
|
): Promise<PutResourcePolicyCommandOutput>;
|
|
1796
1769
|
putResourcePolicy(
|
|
1797
1770
|
args: PutResourcePolicyCommandInput,
|
|
1798
|
-
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
1771
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
|
|
1799
1772
|
): void;
|
|
1800
1773
|
putResourcePolicy(
|
|
1801
1774
|
args: PutResourcePolicyCommandInput,
|
|
1802
1775
|
options: __HttpHandlerOptions,
|
|
1803
|
-
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
1776
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
|
|
1804
1777
|
): void;
|
|
1805
1778
|
putRetentionPolicy(
|
|
1806
1779
|
args: PutRetentionPolicyCommandInput,
|
|
1807
|
-
options?: __HttpHandlerOptions
|
|
1780
|
+
options?: __HttpHandlerOptions,
|
|
1808
1781
|
): Promise<PutRetentionPolicyCommandOutput>;
|
|
1809
1782
|
putRetentionPolicy(
|
|
1810
1783
|
args: PutRetentionPolicyCommandInput,
|
|
1811
|
-
cb: (err: any, data?: PutRetentionPolicyCommandOutput) => void
|
|
1784
|
+
cb: (err: any, data?: PutRetentionPolicyCommandOutput) => void,
|
|
1812
1785
|
): void;
|
|
1813
1786
|
putRetentionPolicy(
|
|
1814
1787
|
args: PutRetentionPolicyCommandInput,
|
|
1815
1788
|
options: __HttpHandlerOptions,
|
|
1816
|
-
cb: (err: any, data?: PutRetentionPolicyCommandOutput) => void
|
|
1789
|
+
cb: (err: any, data?: PutRetentionPolicyCommandOutput) => void,
|
|
1817
1790
|
): void;
|
|
1818
1791
|
putStorageTierPolicy(
|
|
1819
1792
|
args: PutStorageTierPolicyCommandInput,
|
|
1820
|
-
options?: __HttpHandlerOptions
|
|
1793
|
+
options?: __HttpHandlerOptions,
|
|
1821
1794
|
): Promise<PutStorageTierPolicyCommandOutput>;
|
|
1822
1795
|
putStorageTierPolicy(
|
|
1823
1796
|
args: PutStorageTierPolicyCommandInput,
|
|
1824
|
-
cb: (err: any, data?: PutStorageTierPolicyCommandOutput) => void
|
|
1797
|
+
cb: (err: any, data?: PutStorageTierPolicyCommandOutput) => void,
|
|
1825
1798
|
): void;
|
|
1826
1799
|
putStorageTierPolicy(
|
|
1827
1800
|
args: PutStorageTierPolicyCommandInput,
|
|
1828
1801
|
options: __HttpHandlerOptions,
|
|
1829
|
-
cb: (err: any, data?: PutStorageTierPolicyCommandOutput) => void
|
|
1802
|
+
cb: (err: any, data?: PutStorageTierPolicyCommandOutput) => void,
|
|
1830
1803
|
): void;
|
|
1831
1804
|
putSubscriptionFilter(
|
|
1832
1805
|
args: PutSubscriptionFilterCommandInput,
|
|
1833
|
-
options?: __HttpHandlerOptions
|
|
1806
|
+
options?: __HttpHandlerOptions,
|
|
1834
1807
|
): Promise<PutSubscriptionFilterCommandOutput>;
|
|
1835
1808
|
putSubscriptionFilter(
|
|
1836
1809
|
args: PutSubscriptionFilterCommandInput,
|
|
1837
|
-
cb: (err: any, data?: PutSubscriptionFilterCommandOutput) => void
|
|
1810
|
+
cb: (err: any, data?: PutSubscriptionFilterCommandOutput) => void,
|
|
1838
1811
|
): void;
|
|
1839
1812
|
putSubscriptionFilter(
|
|
1840
1813
|
args: PutSubscriptionFilterCommandInput,
|
|
1841
1814
|
options: __HttpHandlerOptions,
|
|
1842
|
-
cb: (err: any, data?: PutSubscriptionFilterCommandOutput) => void
|
|
1815
|
+
cb: (err: any, data?: PutSubscriptionFilterCommandOutput) => void,
|
|
1843
1816
|
): void;
|
|
1844
1817
|
putSyslogConfiguration(
|
|
1845
1818
|
args: PutSyslogConfigurationCommandInput,
|
|
1846
|
-
options?: __HttpHandlerOptions
|
|
1819
|
+
options?: __HttpHandlerOptions,
|
|
1847
1820
|
): Promise<PutSyslogConfigurationCommandOutput>;
|
|
1848
1821
|
putSyslogConfiguration(
|
|
1849
1822
|
args: PutSyslogConfigurationCommandInput,
|
|
1850
|
-
cb: (err: any, data?: PutSyslogConfigurationCommandOutput) => void
|
|
1823
|
+
cb: (err: any, data?: PutSyslogConfigurationCommandOutput) => void,
|
|
1851
1824
|
): void;
|
|
1852
1825
|
putSyslogConfiguration(
|
|
1853
1826
|
args: PutSyslogConfigurationCommandInput,
|
|
1854
1827
|
options: __HttpHandlerOptions,
|
|
1855
|
-
cb: (err: any, data?: PutSyslogConfigurationCommandOutput) => void
|
|
1828
|
+
cb: (err: any, data?: PutSyslogConfigurationCommandOutput) => void,
|
|
1856
1829
|
): void;
|
|
1857
1830
|
putTransformer(
|
|
1858
1831
|
args: PutTransformerCommandInput,
|
|
1859
|
-
options?: __HttpHandlerOptions
|
|
1832
|
+
options?: __HttpHandlerOptions,
|
|
1860
1833
|
): Promise<PutTransformerCommandOutput>;
|
|
1861
1834
|
putTransformer(
|
|
1862
1835
|
args: PutTransformerCommandInput,
|
|
1863
|
-
cb: (err: any, data?: PutTransformerCommandOutput) => void
|
|
1836
|
+
cb: (err: any, data?: PutTransformerCommandOutput) => void,
|
|
1864
1837
|
): void;
|
|
1865
1838
|
putTransformer(
|
|
1866
1839
|
args: PutTransformerCommandInput,
|
|
1867
1840
|
options: __HttpHandlerOptions,
|
|
1868
|
-
cb: (err: any, data?: PutTransformerCommandOutput) => void
|
|
1841
|
+
cb: (err: any, data?: PutTransformerCommandOutput) => void,
|
|
1869
1842
|
): void;
|
|
1870
1843
|
startLiveTail(
|
|
1871
1844
|
args: StartLiveTailCommandInput,
|
|
1872
|
-
options?: __HttpHandlerOptions
|
|
1845
|
+
options?: __HttpHandlerOptions,
|
|
1873
1846
|
): Promise<StartLiveTailCommandOutput>;
|
|
1874
1847
|
startLiveTail(
|
|
1875
1848
|
args: StartLiveTailCommandInput,
|
|
1876
|
-
cb: (err: any, data?: StartLiveTailCommandOutput) => void
|
|
1849
|
+
cb: (err: any, data?: StartLiveTailCommandOutput) => void,
|
|
1877
1850
|
): void;
|
|
1878
1851
|
startLiveTail(
|
|
1879
1852
|
args: StartLiveTailCommandInput,
|
|
1880
1853
|
options: __HttpHandlerOptions,
|
|
1881
|
-
cb: (err: any, data?: StartLiveTailCommandOutput) => void
|
|
1854
|
+
cb: (err: any, data?: StartLiveTailCommandOutput) => void,
|
|
1882
1855
|
): void;
|
|
1883
1856
|
startQuery(
|
|
1884
1857
|
args: StartQueryCommandInput,
|
|
1885
|
-
options?: __HttpHandlerOptions
|
|
1858
|
+
options?: __HttpHandlerOptions,
|
|
1886
1859
|
): Promise<StartQueryCommandOutput>;
|
|
1887
1860
|
startQuery(
|
|
1888
1861
|
args: StartQueryCommandInput,
|
|
1889
|
-
cb: (err: any, data?: StartQueryCommandOutput) => void
|
|
1862
|
+
cb: (err: any, data?: StartQueryCommandOutput) => void,
|
|
1890
1863
|
): void;
|
|
1891
1864
|
startQuery(
|
|
1892
1865
|
args: StartQueryCommandInput,
|
|
1893
1866
|
options: __HttpHandlerOptions,
|
|
1894
|
-
cb: (err: any, data?: StartQueryCommandOutput) => void
|
|
1867
|
+
cb: (err: any, data?: StartQueryCommandOutput) => void,
|
|
1895
1868
|
): void;
|
|
1896
1869
|
stopQuery(
|
|
1897
1870
|
args: StopQueryCommandInput,
|
|
1898
|
-
options?: __HttpHandlerOptions
|
|
1871
|
+
options?: __HttpHandlerOptions,
|
|
1899
1872
|
): Promise<StopQueryCommandOutput>;
|
|
1900
1873
|
stopQuery(
|
|
1901
1874
|
args: StopQueryCommandInput,
|
|
1902
|
-
cb: (err: any, data?: StopQueryCommandOutput) => void
|
|
1875
|
+
cb: (err: any, data?: StopQueryCommandOutput) => void,
|
|
1903
1876
|
): void;
|
|
1904
1877
|
stopQuery(
|
|
1905
1878
|
args: StopQueryCommandInput,
|
|
1906
1879
|
options: __HttpHandlerOptions,
|
|
1907
|
-
cb: (err: any, data?: StopQueryCommandOutput) => void
|
|
1880
|
+
cb: (err: any, data?: StopQueryCommandOutput) => void,
|
|
1908
1881
|
): void;
|
|
1909
1882
|
tagLogGroup(
|
|
1910
1883
|
args: TagLogGroupCommandInput,
|
|
1911
|
-
options?: __HttpHandlerOptions
|
|
1884
|
+
options?: __HttpHandlerOptions,
|
|
1912
1885
|
): Promise<TagLogGroupCommandOutput>;
|
|
1913
1886
|
tagLogGroup(
|
|
1914
1887
|
args: TagLogGroupCommandInput,
|
|
1915
|
-
cb: (err: any, data?: TagLogGroupCommandOutput) => void
|
|
1888
|
+
cb: (err: any, data?: TagLogGroupCommandOutput) => void,
|
|
1916
1889
|
): void;
|
|
1917
1890
|
tagLogGroup(
|
|
1918
1891
|
args: TagLogGroupCommandInput,
|
|
1919
1892
|
options: __HttpHandlerOptions,
|
|
1920
|
-
cb: (err: any, data?: TagLogGroupCommandOutput) => void
|
|
1893
|
+
cb: (err: any, data?: TagLogGroupCommandOutput) => void,
|
|
1921
1894
|
): void;
|
|
1922
1895
|
tagResource(
|
|
1923
1896
|
args: TagResourceCommandInput,
|
|
1924
|
-
options?: __HttpHandlerOptions
|
|
1897
|
+
options?: __HttpHandlerOptions,
|
|
1925
1898
|
): Promise<TagResourceCommandOutput>;
|
|
1926
1899
|
tagResource(
|
|
1927
1900
|
args: TagResourceCommandInput,
|
|
1928
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1901
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1929
1902
|
): void;
|
|
1930
1903
|
tagResource(
|
|
1931
1904
|
args: TagResourceCommandInput,
|
|
1932
1905
|
options: __HttpHandlerOptions,
|
|
1933
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1906
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1934
1907
|
): void;
|
|
1935
1908
|
testMetricFilter(
|
|
1936
1909
|
args: TestMetricFilterCommandInput,
|
|
1937
|
-
options?: __HttpHandlerOptions
|
|
1910
|
+
options?: __HttpHandlerOptions,
|
|
1938
1911
|
): Promise<TestMetricFilterCommandOutput>;
|
|
1939
1912
|
testMetricFilter(
|
|
1940
1913
|
args: TestMetricFilterCommandInput,
|
|
1941
|
-
cb: (err: any, data?: TestMetricFilterCommandOutput) => void
|
|
1914
|
+
cb: (err: any, data?: TestMetricFilterCommandOutput) => void,
|
|
1942
1915
|
): void;
|
|
1943
1916
|
testMetricFilter(
|
|
1944
1917
|
args: TestMetricFilterCommandInput,
|
|
1945
1918
|
options: __HttpHandlerOptions,
|
|
1946
|
-
cb: (err: any, data?: TestMetricFilterCommandOutput) => void
|
|
1919
|
+
cb: (err: any, data?: TestMetricFilterCommandOutput) => void,
|
|
1947
1920
|
): void;
|
|
1948
1921
|
testTransformer(
|
|
1949
1922
|
args: TestTransformerCommandInput,
|
|
1950
|
-
options?: __HttpHandlerOptions
|
|
1923
|
+
options?: __HttpHandlerOptions,
|
|
1951
1924
|
): Promise<TestTransformerCommandOutput>;
|
|
1952
1925
|
testTransformer(
|
|
1953
1926
|
args: TestTransformerCommandInput,
|
|
1954
|
-
cb: (err: any, data?: TestTransformerCommandOutput) => void
|
|
1927
|
+
cb: (err: any, data?: TestTransformerCommandOutput) => void,
|
|
1955
1928
|
): void;
|
|
1956
1929
|
testTransformer(
|
|
1957
1930
|
args: TestTransformerCommandInput,
|
|
1958
1931
|
options: __HttpHandlerOptions,
|
|
1959
|
-
cb: (err: any, data?: TestTransformerCommandOutput) => void
|
|
1932
|
+
cb: (err: any, data?: TestTransformerCommandOutput) => void,
|
|
1960
1933
|
): void;
|
|
1961
1934
|
untagLogGroup(
|
|
1962
1935
|
args: UntagLogGroupCommandInput,
|
|
1963
|
-
options?: __HttpHandlerOptions
|
|
1936
|
+
options?: __HttpHandlerOptions,
|
|
1964
1937
|
): Promise<UntagLogGroupCommandOutput>;
|
|
1965
1938
|
untagLogGroup(
|
|
1966
1939
|
args: UntagLogGroupCommandInput,
|
|
1967
|
-
cb: (err: any, data?: UntagLogGroupCommandOutput) => void
|
|
1940
|
+
cb: (err: any, data?: UntagLogGroupCommandOutput) => void,
|
|
1968
1941
|
): void;
|
|
1969
1942
|
untagLogGroup(
|
|
1970
1943
|
args: UntagLogGroupCommandInput,
|
|
1971
1944
|
options: __HttpHandlerOptions,
|
|
1972
|
-
cb: (err: any, data?: UntagLogGroupCommandOutput) => void
|
|
1945
|
+
cb: (err: any, data?: UntagLogGroupCommandOutput) => void,
|
|
1973
1946
|
): void;
|
|
1974
1947
|
untagResource(
|
|
1975
1948
|
args: UntagResourceCommandInput,
|
|
1976
|
-
options?: __HttpHandlerOptions
|
|
1949
|
+
options?: __HttpHandlerOptions,
|
|
1977
1950
|
): Promise<UntagResourceCommandOutput>;
|
|
1978
1951
|
untagResource(
|
|
1979
1952
|
args: UntagResourceCommandInput,
|
|
1980
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1953
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1981
1954
|
): void;
|
|
1982
1955
|
untagResource(
|
|
1983
1956
|
args: UntagResourceCommandInput,
|
|
1984
1957
|
options: __HttpHandlerOptions,
|
|
1985
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1958
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1986
1959
|
): void;
|
|
1987
1960
|
updateAnomaly(
|
|
1988
1961
|
args: UpdateAnomalyCommandInput,
|
|
1989
|
-
options?: __HttpHandlerOptions
|
|
1962
|
+
options?: __HttpHandlerOptions,
|
|
1990
1963
|
): Promise<UpdateAnomalyCommandOutput>;
|
|
1991
1964
|
updateAnomaly(
|
|
1992
1965
|
args: UpdateAnomalyCommandInput,
|
|
1993
|
-
cb: (err: any, data?: UpdateAnomalyCommandOutput) => void
|
|
1966
|
+
cb: (err: any, data?: UpdateAnomalyCommandOutput) => void,
|
|
1994
1967
|
): void;
|
|
1995
1968
|
updateAnomaly(
|
|
1996
1969
|
args: UpdateAnomalyCommandInput,
|
|
1997
1970
|
options: __HttpHandlerOptions,
|
|
1998
|
-
cb: (err: any, data?: UpdateAnomalyCommandOutput) => void
|
|
1971
|
+
cb: (err: any, data?: UpdateAnomalyCommandOutput) => void,
|
|
1999
1972
|
): void;
|
|
2000
1973
|
updateDeliveryConfiguration(
|
|
2001
1974
|
args: UpdateDeliveryConfigurationCommandInput,
|
|
2002
|
-
options?: __HttpHandlerOptions
|
|
1975
|
+
options?: __HttpHandlerOptions,
|
|
2003
1976
|
): Promise<UpdateDeliveryConfigurationCommandOutput>;
|
|
2004
1977
|
updateDeliveryConfiguration(
|
|
2005
1978
|
args: UpdateDeliveryConfigurationCommandInput,
|
|
2006
|
-
cb: (err: any, data?: UpdateDeliveryConfigurationCommandOutput) => void
|
|
1979
|
+
cb: (err: any, data?: UpdateDeliveryConfigurationCommandOutput) => void,
|
|
2007
1980
|
): void;
|
|
2008
1981
|
updateDeliveryConfiguration(
|
|
2009
1982
|
args: UpdateDeliveryConfigurationCommandInput,
|
|
2010
1983
|
options: __HttpHandlerOptions,
|
|
2011
|
-
cb: (err: any, data?: UpdateDeliveryConfigurationCommandOutput) => void
|
|
1984
|
+
cb: (err: any, data?: UpdateDeliveryConfigurationCommandOutput) => void,
|
|
2012
1985
|
): void;
|
|
2013
1986
|
updateLogAnomalyDetector(
|
|
2014
1987
|
args: UpdateLogAnomalyDetectorCommandInput,
|
|
2015
|
-
options?: __HttpHandlerOptions
|
|
1988
|
+
options?: __HttpHandlerOptions,
|
|
2016
1989
|
): Promise<UpdateLogAnomalyDetectorCommandOutput>;
|
|
2017
1990
|
updateLogAnomalyDetector(
|
|
2018
1991
|
args: UpdateLogAnomalyDetectorCommandInput,
|
|
2019
|
-
cb: (err: any, data?: UpdateLogAnomalyDetectorCommandOutput) => void
|
|
1992
|
+
cb: (err: any, data?: UpdateLogAnomalyDetectorCommandOutput) => void,
|
|
2020
1993
|
): void;
|
|
2021
1994
|
updateLogAnomalyDetector(
|
|
2022
1995
|
args: UpdateLogAnomalyDetectorCommandInput,
|
|
2023
1996
|
options: __HttpHandlerOptions,
|
|
2024
|
-
cb: (err: any, data?: UpdateLogAnomalyDetectorCommandOutput) => void
|
|
1997
|
+
cb: (err: any, data?: UpdateLogAnomalyDetectorCommandOutput) => void,
|
|
2025
1998
|
): void;
|
|
2026
1999
|
updateLookupTable(
|
|
2027
2000
|
args: UpdateLookupTableCommandInput,
|
|
2028
|
-
options?: __HttpHandlerOptions
|
|
2001
|
+
options?: __HttpHandlerOptions,
|
|
2029
2002
|
): Promise<UpdateLookupTableCommandOutput>;
|
|
2030
2003
|
updateLookupTable(
|
|
2031
2004
|
args: UpdateLookupTableCommandInput,
|
|
2032
|
-
cb: (err: any, data?: UpdateLookupTableCommandOutput) => void
|
|
2005
|
+
cb: (err: any, data?: UpdateLookupTableCommandOutput) => void,
|
|
2033
2006
|
): void;
|
|
2034
2007
|
updateLookupTable(
|
|
2035
2008
|
args: UpdateLookupTableCommandInput,
|
|
2036
2009
|
options: __HttpHandlerOptions,
|
|
2037
|
-
cb: (err: any, data?: UpdateLookupTableCommandOutput) => void
|
|
2010
|
+
cb: (err: any, data?: UpdateLookupTableCommandOutput) => void,
|
|
2038
2011
|
): void;
|
|
2039
2012
|
updateScheduledQuery(
|
|
2040
2013
|
args: UpdateScheduledQueryCommandInput,
|
|
2041
|
-
options?: __HttpHandlerOptions
|
|
2014
|
+
options?: __HttpHandlerOptions,
|
|
2042
2015
|
): Promise<UpdateScheduledQueryCommandOutput>;
|
|
2043
2016
|
updateScheduledQuery(
|
|
2044
2017
|
args: UpdateScheduledQueryCommandInput,
|
|
2045
|
-
cb: (err: any, data?: UpdateScheduledQueryCommandOutput) => void
|
|
2018
|
+
cb: (err: any, data?: UpdateScheduledQueryCommandOutput) => void,
|
|
2046
2019
|
): void;
|
|
2047
2020
|
updateScheduledQuery(
|
|
2048
2021
|
args: UpdateScheduledQueryCommandInput,
|
|
2049
2022
|
options: __HttpHandlerOptions,
|
|
2050
|
-
cb: (err: any, data?: UpdateScheduledQueryCommandOutput) => void
|
|
2023
|
+
cb: (err: any, data?: UpdateScheduledQueryCommandOutput) => void,
|
|
2051
2024
|
): void;
|
|
2052
2025
|
paginateDescribeConfigurationTemplates(
|
|
2053
2026
|
args?: DescribeConfigurationTemplatesCommandInput,
|
|
2054
2027
|
paginationConfig?: Pick<
|
|
2055
2028
|
PaginationConfiguration,
|
|
2056
2029
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2057
|
-
|
|
2030
|
+
>,
|
|
2058
2031
|
): Paginator<DescribeConfigurationTemplatesCommandOutput>;
|
|
2059
2032
|
paginateDescribeDeliveries(
|
|
2060
2033
|
args?: DescribeDeliveriesCommandInput,
|
|
2061
2034
|
paginationConfig?: Pick<
|
|
2062
2035
|
PaginationConfiguration,
|
|
2063
2036
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2064
|
-
|
|
2037
|
+
>,
|
|
2065
2038
|
): Paginator<DescribeDeliveriesCommandOutput>;
|
|
2066
2039
|
paginateDescribeDeliveryDestinations(
|
|
2067
2040
|
args?: DescribeDeliveryDestinationsCommandInput,
|
|
2068
2041
|
paginationConfig?: Pick<
|
|
2069
2042
|
PaginationConfiguration,
|
|
2070
2043
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2071
|
-
|
|
2044
|
+
>,
|
|
2072
2045
|
): Paginator<DescribeDeliveryDestinationsCommandOutput>;
|
|
2073
2046
|
paginateDescribeDeliverySources(
|
|
2074
2047
|
args?: DescribeDeliverySourcesCommandInput,
|
|
2075
2048
|
paginationConfig?: Pick<
|
|
2076
2049
|
PaginationConfiguration,
|
|
2077
2050
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2078
|
-
|
|
2051
|
+
>,
|
|
2079
2052
|
): Paginator<DescribeDeliverySourcesCommandOutput>;
|
|
2080
2053
|
paginateDescribeDestinations(
|
|
2081
2054
|
args?: DescribeDestinationsCommandInput,
|
|
2082
2055
|
paginationConfig?: Pick<
|
|
2083
2056
|
PaginationConfiguration,
|
|
2084
2057
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2085
|
-
|
|
2058
|
+
>,
|
|
2086
2059
|
): Paginator<DescribeDestinationsCommandOutput>;
|
|
2087
2060
|
paginateDescribeLogGroups(
|
|
2088
2061
|
args?: DescribeLogGroupsCommandInput,
|
|
2089
2062
|
paginationConfig?: Pick<
|
|
2090
2063
|
PaginationConfiguration,
|
|
2091
2064
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2092
|
-
|
|
2065
|
+
>,
|
|
2093
2066
|
): Paginator<DescribeLogGroupsCommandOutput>;
|
|
2094
2067
|
paginateDescribeLogStreams(
|
|
2095
2068
|
args?: DescribeLogStreamsCommandInput,
|
|
2096
2069
|
paginationConfig?: Pick<
|
|
2097
2070
|
PaginationConfiguration,
|
|
2098
2071
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2099
|
-
|
|
2072
|
+
>,
|
|
2100
2073
|
): Paginator<DescribeLogStreamsCommandOutput>;
|
|
2101
2074
|
paginateDescribeMetricFilters(
|
|
2102
2075
|
args?: DescribeMetricFiltersCommandInput,
|
|
2103
2076
|
paginationConfig?: Pick<
|
|
2104
2077
|
PaginationConfiguration,
|
|
2105
2078
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2106
|
-
|
|
2079
|
+
>,
|
|
2107
2080
|
): Paginator<DescribeMetricFiltersCommandOutput>;
|
|
2108
2081
|
paginateDescribeSubscriptionFilters(
|
|
2109
2082
|
args: DescribeSubscriptionFiltersCommandInput,
|
|
2110
2083
|
paginationConfig?: Pick<
|
|
2111
2084
|
PaginationConfiguration,
|
|
2112
2085
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2113
|
-
|
|
2086
|
+
>,
|
|
2114
2087
|
): Paginator<DescribeSubscriptionFiltersCommandOutput>;
|
|
2115
2088
|
paginateFilterLogEvents(
|
|
2116
2089
|
args?: FilterLogEventsCommandInput,
|
|
2117
2090
|
paginationConfig?: Pick<
|
|
2118
2091
|
PaginationConfiguration,
|
|
2119
2092
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2120
|
-
|
|
2093
|
+
>,
|
|
2121
2094
|
): Paginator<FilterLogEventsCommandOutput>;
|
|
2122
2095
|
paginateGetLogEvents(
|
|
2123
2096
|
args: GetLogEventsCommandInput,
|
|
2124
2097
|
paginationConfig?: Pick<
|
|
2125
2098
|
PaginationConfiguration,
|
|
2126
2099
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2127
|
-
|
|
2100
|
+
>,
|
|
2128
2101
|
): Paginator<GetLogEventsCommandOutput>;
|
|
2129
2102
|
paginateGetScheduledQueryHistory(
|
|
2130
2103
|
args: GetScheduledQueryHistoryCommandInput,
|
|
2131
2104
|
paginationConfig?: Pick<
|
|
2132
2105
|
PaginationConfiguration,
|
|
2133
2106
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2134
|
-
|
|
2107
|
+
>,
|
|
2135
2108
|
): Paginator<GetScheduledQueryHistoryCommandOutput>;
|
|
2136
2109
|
paginateListAggregateLogGroupSummaries(
|
|
2137
2110
|
args: ListAggregateLogGroupSummariesCommandInput,
|
|
2138
2111
|
paginationConfig?: Pick<
|
|
2139
2112
|
PaginationConfiguration,
|
|
2140
2113
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2141
|
-
|
|
2114
|
+
>,
|
|
2142
2115
|
): Paginator<ListAggregateLogGroupSummariesCommandOutput>;
|
|
2143
2116
|
paginateListAnomalies(
|
|
2144
2117
|
args?: ListAnomaliesCommandInput,
|
|
2145
2118
|
paginationConfig?: Pick<
|
|
2146
2119
|
PaginationConfiguration,
|
|
2147
2120
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2148
|
-
|
|
2121
|
+
>,
|
|
2149
2122
|
): Paginator<ListAnomaliesCommandOutput>;
|
|
2150
2123
|
paginateListLogAnomalyDetectors(
|
|
2151
2124
|
args?: ListLogAnomalyDetectorsCommandInput,
|
|
2152
2125
|
paginationConfig?: Pick<
|
|
2153
2126
|
PaginationConfiguration,
|
|
2154
2127
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2155
|
-
|
|
2128
|
+
>,
|
|
2156
2129
|
): Paginator<ListLogAnomalyDetectorsCommandOutput>;
|
|
2157
2130
|
paginateListLogGroupsForQuery(
|
|
2158
2131
|
args: ListLogGroupsForQueryCommandInput,
|
|
2159
2132
|
paginationConfig?: Pick<
|
|
2160
2133
|
PaginationConfiguration,
|
|
2161
2134
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2162
|
-
|
|
2135
|
+
>,
|
|
2163
2136
|
): Paginator<ListLogGroupsForQueryCommandOutput>;
|
|
2164
2137
|
paginateListScheduledQueries(
|
|
2165
2138
|
args?: ListScheduledQueriesCommandInput,
|
|
2166
2139
|
paginationConfig?: Pick<
|
|
2167
2140
|
PaginationConfiguration,
|
|
2168
2141
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2169
|
-
|
|
2142
|
+
>,
|
|
2170
2143
|
): Paginator<ListScheduledQueriesCommandOutput>;
|
|
2171
2144
|
paginateListSourcesForS3TableIntegration(
|
|
2172
2145
|
args: ListSourcesForS3TableIntegrationCommandInput,
|
|
2173
2146
|
paginationConfig?: Pick<
|
|
2174
2147
|
PaginationConfiguration,
|
|
2175
2148
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2176
|
-
|
|
2149
|
+
>,
|
|
2177
2150
|
): Paginator<ListSourcesForS3TableIntegrationCommandOutput>;
|
|
2178
2151
|
}
|
|
2179
|
-
export declare class CloudWatchLogs
|
|
2180
|
-
extends CloudWatchLogsClient
|
|
2181
|
-
implements CloudWatchLogs {}
|
|
2152
|
+
export declare class CloudWatchLogs extends CloudWatchLogsClient implements CloudWatchLogs {}
|