@mavogel/awscdk-rootmail 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/skills/.pilot-sync-manifest.json +4 -0
- package/.jsii +5 -4
- package/AGENTS.md +138 -0
- package/CLAUDE.md +1 -138
- package/lib/rootmail.js +1 -1
- package/lib/ses-receive.js +1 -1
- package/node_modules/@aws-sdk/checksums/README.md +80 -0
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/index.d.ts +1 -5
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/crc/index.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +2 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +2 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/configuration.d.ts +1 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/flexibleChecksumsInputMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/flexibleChecksumsMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/flexibleChecksumsResponseMiddleware.d.ts +2 -5
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksum.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksumAlgorithmForRequest.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksumAlgorithmListForResponse.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksumLocationName.d.ts +1 -3
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getFlexibleChecksumsPlugin.d.ts +3 -2
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/hasHeaderWithPrefix.d.ts +1 -4
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/resolveFlexibleChecksumsConfig.d.ts +4 -11
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/selectChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/stringUnionSelector.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/validateChecksumFromResponse.d.ts +1 -1
- package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/sha/index.browser.d.ts +1 -6
- package/node_modules/@aws-sdk/checksums/package.json +64 -61
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/index.js +33 -13
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/models/enums.js +7 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/schemas/schemas_0.js +24 -12
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateLookupTableCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateScheduledQueryCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeFieldIndexesCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetQueryResultsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetScheduledQueryCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetScheduledQueryHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetStorageTierPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListScheduledQueriesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutStorageTierPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UpdateLookupTableCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UpdateScheduledQueryCommand.d.ts +18 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/enums.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_0.d.ts +158 -32
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_1.d.ts +34 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.browser.d.ts +41 -39
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.d.ts +36 -34
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.native.d.ts +39 -37
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogs.d.ts +378 -407
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogsClient.d.ts +11 -36
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/AssociateKmsKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateDeliveryCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateExportTaskCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateImportTaskCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLogAnomalyDetectorCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLogStreamCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLookupTableCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteAccountPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDataProtectionPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliveryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliveryDestinationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliveryDestinationPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliverySourceCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteIndexPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLogAnomalyDetectorCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLogStreamCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLookupTableCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteMetricFilterCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteQueryDefinitionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteRetentionPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteSubscriptionFilterCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteSyslogConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeAccountPoliciesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeConfigurationTemplatesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDeliveriesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDeliveryDestinationsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDeliverySourcesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDestinationsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeFieldIndexesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeImportTaskBatchesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeIndexPoliciesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLogGroupsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLogStreamsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLookupTablesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeMetricFiltersCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeQueriesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeQueryDefinitionsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeResourcePoliciesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeSubscriptionFiltersCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DisassociateKmsKeyCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/FilterLogEventsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliveryCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliveryDestinationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliveryDestinationPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliverySourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogAnomalyDetectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogEventsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogGroupFieldsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogRecordCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLookupTableCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetScheduledQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetScheduledQueryHistoryCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetStorageTierPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListAggregateLogGroupSummariesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListAnomaliesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogAnomalyDetectorsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogGroupsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogGroupsForQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListSourcesForS3TableIntegrationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListSyslogConfigurationsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListTagsLogGroupCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutAccountPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutBearerTokenAuthenticationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDeliveryDestinationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDeliveryDestinationPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDeliverySourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDestinationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDestinationPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutIndexPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutLogEventsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutLogGroupDeletionProtectionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutMetricFilterCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutQueryDefinitionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutRetentionPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutStorageTierPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutSubscriptionFilterCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutSyslogConfigurationCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutTransformerCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/StartLiveTailCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/StartQueryCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/StopQueryCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TagLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TestMetricFilterCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TestTransformerCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UntagLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateAnomalyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateDeliveryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateLogAnomalyDetectorCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateLookupTableCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/enums.d.ts +22 -28
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/errors.d.ts +20 -60
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_0.d.ts +18 -16
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_1.d.ts +8 -7
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +42 -42
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.browser.d.ts +41 -39
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.d.ts +36 -34
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.native.d.ts +38 -36
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/Route53.d.ts +222 -255
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/Route53Client.d.ts +17 -33
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commandBuilder.d.ts +9 -15
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetChangeCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/models/enums.d.ts +8 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/models/errors.d.ts +48 -167
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +3 -6
- package/node_modules/@aws-sdk/client-route-53/package.json +43 -43
- package/node_modules/@aws-sdk/client-s3/README.md +17 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +6 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +17 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +17 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAnnotationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAnnotationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +0 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +18 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +58 -56
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +61 -59
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +57 -55
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +354 -501
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +25 -59
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commandBuilder.d.ts +21 -31
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectAnnotationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAnnotationCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectAnnotationsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAnnotationCommand.d.ts +9 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +8 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +37 -64
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +10 -30
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +12 -36
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +2 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts +1 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +100 -122
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +106 -122
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -126
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/package.json +46 -46
- package/node_modules/@aws-sdk/client-ses/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.browser.d.ts +41 -39
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.d.ts +36 -34
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.native.d.ts +38 -36
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SES.d.ts +219 -345
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SESClient.d.ts +16 -32
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBounceCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/errors.d.ts +33 -150
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +3 -7
- package/node_modules/@aws-sdk/client-ses/package.json +42 -42
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -10
- package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +14 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +12 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +16 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +41 -39
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +36 -34
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +38 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +513 -642
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +17 -36
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +4 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +4 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +5 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ValidateCloudConnectorCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/enums.d.ts +31 -62
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/errors.d.ts +115 -458
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +9 -18
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +7 -21
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +1 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +3 -5
- package/node_modules/@aws-sdk/client-ssm/package.json +41 -41
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +67 -29
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1441 -406
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +7 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +28 -14
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.js +8 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.browser.js +9 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +5 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +12 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +8 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonSettings.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonCodec.js → codec-v1/JsonCodec.js} +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v1/JsonSettings.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeDeserializer.js → codec-v1/JsonShapeDeserializer.js} +15 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeSerializer.js → codec-v1/JsonShapeSerializer.js} +18 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.js +103 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonCodec2.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.js +200 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonShapeSerializer2.js +519 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/detectBufferParsing.js +18 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +108 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/needsReviver.js +41 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +33 -13
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/writeKey.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +6 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -4
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/aws/partitions.d.ts +54 -54
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +22 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.browser.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +22 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +9 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +4 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +5 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonSettings.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonCodec.d.ts → codec-v1/JsonCodec.d.ts} +4 -8
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v1/JsonSettings.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeDeserializer.d.ts → codec-v1/JsonShapeDeserializer.d.ts} +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeSerializer.d.ts → codec-v1/JsonShapeSerializer.d.ts} +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +51 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.d.ts +30 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonShapeSerializer2.d.ts +60 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/detectBufferParsing.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/needsReviver.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +7 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/writeKey.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +1 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +2 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +3 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +4 -16
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +3 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +2 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +5 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-logger/loggerMiddleware.d.ts +3 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/configuration.d.ts +1 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.native.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/check-features.d.ts +2 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/user-agent-middleware.d.ts +4 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +3 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partition.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +54 -54
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.d.ts +3 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +2 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +2 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +2 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +2 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +6 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +3 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +13 -21
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.browser.d.ts +32 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +10 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -19
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +10 -11
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +6 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/{JsonCodec.d.ts → codec-v1/JsonCodec.d.ts} +4 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/{JsonShapeDeserializer.d.ts → codec-v1/JsonShapeDeserializer.d.ts} +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/{JsonShapeSerializer.d.ts → codec-v1/JsonShapeSerializer.d.ts} +3 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeSerializer2.d.ts +39 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/detectBufferParsing.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/needsReviver.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +9 -13
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/writeKey.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +3 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +71 -63
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +33 -33
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +35 -35
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +4 -8
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +41 -41
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +39 -32
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +39 -32
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +1 -6
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-login/package.json +36 -36
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +4 -11
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +40 -40
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +33 -33
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +2 -8
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +35 -35
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +3 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +1 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +41 -41
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/change-resource-record-sets.d.ts +3 -12
- package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/id-normalizer.d.ts +3 -12
- package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +32 -32
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/NodeUseArnRegionConfigOptions.d.ts +1 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/index.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/index.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/bucketEndpointMiddleware.d.ts +3 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/bucketHostname.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/bucketHostnameUtils.d.ts +9 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-check-content-length-header/check-content-length-header.d.ts +3 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-expect-continue/middleware-expect-continue.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-location-constraint/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-location-constraint/middleware-location-constraint.d.ts +3 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-region-redirect/bucket-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-region-redirect/region-redirect-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-region-redirect/region-redirect-middleware.d.ts +3 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-configuration/s3Configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-expires/s3-expires-middleware.d.ts +3 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/classes/S3ExpressIdentityCache.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +3 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/functions/s3ExpressMiddleware.d.ts +2 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/functions/signS3Express.d.ts +3 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/interfaces/S3ExpressIdentityProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-ssec/middleware-ssec.d.ts +3 -7
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-throw-200-exceptions/throw-200-exceptions.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-validate-bucket-name/validate-bucket-name.d.ts +2 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/protocol/S3RestXmlProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/index.d.ts +1 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-host-prefix-deduplication/hostPrefixDeduplicationMiddleware.d.ts +3 -12
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/getOutpostEndpoint.d.ts +1 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/getProcessArnablesPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/parse-outpost-arnables.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/update-arnables-request.d.ts +2 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-redirect-from-postid/redirect-from-postid.d.ts +3 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +63 -60
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +11 -9
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +121 -76
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +6 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +6 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +12 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commandBuilder.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +80 -70
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +41 -39
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commandBuilder.d.ts +8 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.d.ts +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +41 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +43 -41
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +43 -41
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +41 -39
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +42 -40
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +41 -39
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +44 -42
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +35 -33
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +43 -41
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +7 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -22
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commandBuilder.d.ts +7 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +9 -28
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +71 -88
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +71 -83
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +75 -92
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +9 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +20 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +25 -27
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commandBuilder.d.ts +13 -18
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +9 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.d.ts +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +4 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +73 -90
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +71 -83
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +77 -94
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +8 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +13 -20
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commandBuilder.d.ts +7 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +4 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +70 -85
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +70 -80
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +74 -89
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +8 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +4 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +16 -29
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commandBuilder.d.ts +7 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +11 -34
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +70 -85
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +70 -80
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +74 -89
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +8 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +7 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +16 -30
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +11 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commandBuilder.d.ts +8 -18
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +5 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +7 -24
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +75 -95
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +77 -94
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +79 -99
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +1 -5
- package/node_modules/@aws-sdk/nested-clients/package.json +53 -50
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +5 -13
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4SignWithCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +2 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +30 -30
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +8 -4
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +8 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +1 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +2 -6
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +2 -9
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +2 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +1 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +1 -5
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -4
- package/node_modules/@aws-sdk/token-providers/package.json +36 -36
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +1 -7
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +2 -5
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +1 -5
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +7 -39
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +1 -9
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +1 -6
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +1 -4
- package/node_modules/@aws-sdk/types/package.json +31 -31
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +14 -4
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +14 -4
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +2 -12
- package/node_modules/@aws-sdk/xml-builder/package.json +35 -35
- package/node_modules/@smithy/core/dist-cjs/index.js +3 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1671 -361
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +14 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +8 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +33 -13
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +49 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +49 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +35 -16
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +8 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +8 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +4 -14
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +10 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +22 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +10 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +8 -1
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -205
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +2 -3
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +30 -14
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +13 -5
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeDeserializer.js +122 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeSerializer.js +110 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeDeserializer2.js +650 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeSerializer2.js +620 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/object-mapping.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/serde-json.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getRegionInfo.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/getSelectorName.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseIni.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js +8 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js +11 -9
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/s3.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/parseURL.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/resolveEndpoint.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +45 -15
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +5 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +6 -4
- package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +7 -5
- package/node_modules/@smithy/core/dist-es/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.js +8 -5
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/parseRetryAfterHeader.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +11 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/transport/hasOwn.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostname.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/transport/toEndpointV1.js +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -27
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +1 -7
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +24 -4
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +7 -2
- package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/constants.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/retries-2026-config.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +5 -5
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +9 -4
- package/node_modules/@smithy/core/dist-types/submodules/transport/hasOwn.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/memoizeIdentityProvider.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +65 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/chunked-blob-reader/chunked-blob-reader.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/crc32/Crc32Js.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/crc32/Crc32Node.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-blob-browser/blobHasher.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/HashCalculator.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/fileStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/readableStreamHasher.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.browser.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.native.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/md5/Md5Js.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/md5/Md5Node.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/index.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/invalid-dependency/invalidFunction.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/invalid-dependency/invalidProvider.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/middleware-stack/MiddlewareStack.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/middleware-stack/types.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/NoOpLogger.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client.d.ts +84 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/command.d.ts +118 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/constants.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/create-aggregated-client.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/default-error-handler.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/defaults-mode.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/exceptions.d.ts +42 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/is-serializable-header-value.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/object-mapping.d.ts +179 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/schemaLogFilter.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/ser-utils.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/serde-json.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/poller.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/utils/sleep.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/waiter.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/EndpointVariant.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/EndpointVariantTag.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/PartitionHash.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/RegionHash.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getHostnameFromVariants.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getRegionInfo.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedHostname.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedPartition.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedSigningRegion.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/constants.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.browser.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.d.ts +36 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.native.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/configLoader.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromEnv.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromStatic.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/getSelectorName.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/CredentialsProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/ProviderError.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/TokenProviderError.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/chain.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/fromValue.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/memoize.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/constants.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getConfigFilepath.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getHomeDir.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getProfileName.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.d.ts +53 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/loadSsoSessionData.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/parseIni.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/parseKnownFiles.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/readFile.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/types.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/booleanSelector.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/numberSelector.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/types.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.browser.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/createConfigValueProvider.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +122 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/service-customizations/s3.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/bdd/BinaryDecisionDiagram.d.ts +41 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/cache/EndpointCache.d.ts +34 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/debugId.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/toDebugString.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/decideEndpoint.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/coalesce.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/getAttr.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/index.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/isSet.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/ite.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/not.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/split.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/stringEquals.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/substring.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/uriEncode.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointError.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/index.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/shared.d.ts +25 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/callFunction.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/endpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateTreeRule.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperty.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +80 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/EventStreamCodec.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/HeaderMarshaller.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/Int64.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/Message.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/MessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/MessageEncoderStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/SmithyMessageDecoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/SmithyMessageEncoderStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/splitMessage.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.d.ts +46 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/EventStreamMarshaller.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/utils.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-config-resolver/EventStreamSerdeConfig.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/getChunkedStream.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.browser.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +95 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/middleware-content-length/contentLengthMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/Field.d.ts +49 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/Fields.d.ts +44 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/httpHandler.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/types.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/querystring-builder/buildQueryString.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +52 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/util-uri-escape/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/util-uri-escape/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/index.browser.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/index.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/configurations.d.ts +71 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/longPollMiddleware.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/parseRetryAfterHeader.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/types.d.ts +65 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retryMiddleware.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/util.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/constants.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/service-error-classification.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/AdaptiveRetryStrategy.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/ConfiguredRetryStrategy.d.ts +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRateLimiter.d.ts +119 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRetryToken.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/StandardRetryStrategy.d.ts +56 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/config.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/constants.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/retries-2026-config.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/types.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +71 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +146 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/concatBytes.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +61 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/hash-node/hash-node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.browser.d.ts +42 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.native.d.ts +40 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/is-array-buffer/is-array-buffer.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +43 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/deserializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/serdePlugin.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/serializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +250 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/constants-for-browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/fromBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/fromBase64.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/toBase64.browser.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/toBase64.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-body-length/calculateBodyLength.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-body-length/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-buffer-from/buffer-from.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-hex-encoding/hex-encoding.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/ByteArrayCollector.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +82 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/createChecksumStream.browser.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/createChecksumStream.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/createBufferedReadable.browser.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/createBufferedReadable.d.ts +16 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/getAwsChunkedEncodingStream.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/headStream.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/headStream.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/splitStream.browser.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/splitStream.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-collector.browser.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-collector.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-type-check.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/fromUtf8.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUint8Array.browser.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUint8Array.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUtf8.browser.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUtf8.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/uuid/v4.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/hasOwn.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/httpRequest.d.ts +52 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/httpResponse.d.ts +29 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/index.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/isValidHostLabel.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/parseQueryString.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/parseUrl.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/package.json +88 -93
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +26 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +19 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/node-http.d.ts +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +15 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +32 -42
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +2 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +7 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +38 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +31 -41
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +27 -8
- package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +3 -0
- package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +12 -2
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +2 -3
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +8 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/http2/ClientHttp2SessionRef.d.ts +46 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +47 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +46 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +36 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +76 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-https.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +9 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/package.json +32 -42
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +21 -9
- package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +5 -2
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +1 -1
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +4 -1
- package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +4 -1
- package/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +10 -3
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +4 -1
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +4 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +25 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +20 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +30 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +23 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
- package/node_modules/@smithy/signature-v4/package.json +27 -37
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +14 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +45 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +59 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +37 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +61 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +58 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointParameterInstructions.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +32 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +142 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +110 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +52 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/metrics.d.ts +93 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +541 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +162 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +149 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +251 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +118 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +79 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +172 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +54 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +42 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/package.json +29 -39
- package/node_modules/@zone-eu/mailsplit/lib/headers.js +81 -10
- package/node_modules/@zone-eu/mailsplit/lib/message-splitter.js +233 -73
- package/node_modules/@zone-eu/mailsplit/lib/mime-node.d.ts +3 -0
- package/node_modules/@zone-eu/mailsplit/lib/mime-node.js +4 -0
- package/node_modules/@zone-eu/mailsplit/lib/types.d.ts +3 -0
- package/node_modules/@zone-eu/mailsplit/package.json +5 -5
- package/node_modules/deepmerge-ts/CHANGELOG.md +69 -0
- package/node_modules/deepmerge-ts/README.md +25 -1
- package/node_modules/deepmerge-ts/dist/index.cjs +1366 -189
- package/node_modules/deepmerge-ts/dist/index.d.cts +560 -506
- package/node_modules/deepmerge-ts/dist/index.d.mts +560 -506
- package/node_modules/deepmerge-ts/dist/index.mjs +1362 -190
- package/node_modules/deepmerge-ts/package.json +85 -77
- package/node_modules/encoding-japanese/README.md +5 -4
- package/node_modules/encoding-japanese/encoding.js +173 -25
- package/node_modules/encoding-japanese/encoding.min.js +2 -2
- package/node_modules/encoding-japanese/package.json +5 -7
- package/node_modules/encoding-japanese/src/encoding-convert.js +34 -5
- package/node_modules/encoding-japanese/src/encoding-detect.js +22 -11
- package/node_modules/encoding-japanese/src/index.js +13 -1
- package/node_modules/encoding-japanese/src/sjis-ext.js +94 -0
- package/node_modules/html-to-text/CHANGELOG.md +8 -0
- package/node_modules/html-to-text/package.json +2 -2
- package/node_modules/libmime/CHANGELOG.md +14 -0
- package/node_modules/libmime/lib/libmime.js +157 -99
- package/node_modules/libmime/package.json +4 -4
- package/node_modules/mailparser/.release-please-manifest.json +1 -1
- package/node_modules/mailparser/CHANGELOG.md +57 -0
- package/node_modules/mailparser/lib/mail-parser.js +111 -12
- package/node_modules/mailparser/package.json +14 -11
- package/node_modules/nodemailer/CHANGELOG.md +87 -0
- package/node_modules/nodemailer/README.md +10 -9
- package/node_modules/nodemailer/SECURITY.md +7 -7
- package/node_modules/nodemailer/dist/cjs/addressparser/index.d.ts +47 -0
- package/node_modules/nodemailer/dist/cjs/addressparser/index.js +508 -0
- package/node_modules/nodemailer/dist/cjs/base64/index.d.ts +40 -0
- package/node_modules/nodemailer/{lib → dist/cjs}/base64/index.js +31 -53
- package/node_modules/nodemailer/dist/cjs/dkim/index.d.ts +40 -0
- package/node_modules/nodemailer/dist/cjs/dkim/index.js +211 -0
- package/node_modules/nodemailer/dist/cjs/dkim/message-parser.d.ts +41 -0
- package/node_modules/nodemailer/dist/cjs/dkim/message-parser.js +147 -0
- package/node_modules/nodemailer/dist/cjs/dkim/relaxed-body.d.ts +46 -0
- package/node_modules/nodemailer/dist/cjs/dkim/relaxed-body.js +143 -0
- package/node_modules/nodemailer/dist/cjs/dkim/sign.d.ts +49 -0
- package/node_modules/nodemailer/dist/cjs/dkim/sign.js +148 -0
- package/node_modules/nodemailer/dist/cjs/errors.d.ts +95 -0
- package/node_modules/nodemailer/dist/cjs/errors.js +70 -0
- package/node_modules/nodemailer/dist/cjs/fetch/cookies.d.ts +94 -0
- package/node_modules/nodemailer/dist/cjs/fetch/cookies.js +268 -0
- package/node_modules/nodemailer/dist/cjs/fetch/index.d.ts +51 -0
- package/node_modules/nodemailer/dist/cjs/fetch/index.js +409 -0
- package/node_modules/nodemailer/dist/cjs/json-transport/index.d.ts +54 -0
- package/node_modules/nodemailer/dist/cjs/json-transport/index.js +97 -0
- package/node_modules/nodemailer/dist/cjs/mail-composer/index.d.ts +224 -0
- package/node_modules/nodemailer/dist/cjs/mail-composer/index.js +602 -0
- package/node_modules/nodemailer/dist/cjs/mailer/index.d.ts +226 -0
- package/node_modules/nodemailer/dist/cjs/mailer/index.js +401 -0
- package/node_modules/nodemailer/dist/cjs/mailer/mail-message.d.ts +94 -0
- package/node_modules/nodemailer/dist/cjs/mailer/mail-message.js +339 -0
- package/node_modules/nodemailer/dist/cjs/mime-funcs/index.d.ts +157 -0
- package/node_modules/nodemailer/dist/cjs/mime-funcs/index.js +670 -0
- package/node_modules/nodemailer/dist/cjs/mime-funcs/mime-types.d.ts +2 -0
- package/node_modules/nodemailer/dist/cjs/mime-funcs/mime-types.js +2103 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/index.d.ts +484 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/index.js +1422 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/last-newline.d.ts +7 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/last-newline.js +30 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/le-unix.d.ts +13 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/le-unix.js +39 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/le-windows.d.ts +14 -0
- package/node_modules/nodemailer/dist/cjs/mime-node/le-windows.js +46 -0
- package/node_modules/nodemailer/dist/cjs/nodemailer.d.ts +102 -0
- package/node_modules/nodemailer/dist/cjs/nodemailer.js +207 -0
- package/node_modules/nodemailer/dist/cjs/package-info.d.ts +3 -0
- package/node_modules/nodemailer/dist/cjs/package-info.js +7 -0
- package/node_modules/nodemailer/dist/cjs/package.json +3 -0
- package/node_modules/nodemailer/dist/cjs/punycode/index.d.ts +73 -0
- package/node_modules/nodemailer/{lib → dist/cjs}/punycode/index.js +62 -112
- package/node_modules/nodemailer/dist/cjs/qp/index.d.ts +33 -0
- package/node_modules/nodemailer/{lib → dist/cjs}/qp/index.js +30 -64
- package/node_modules/nodemailer/dist/cjs/sendmail-transport/index.d.ts +69 -0
- package/node_modules/nodemailer/dist/cjs/sendmail-transport/index.js +210 -0
- package/node_modules/nodemailer/dist/cjs/ses-transport/index.d.ts +75 -0
- package/node_modules/nodemailer/dist/cjs/ses-transport/index.js +248 -0
- package/node_modules/nodemailer/dist/cjs/shared/index.d.ts +230 -0
- package/node_modules/nodemailer/dist/cjs/shared/index.js +665 -0
- package/node_modules/nodemailer/dist/cjs/shared/objects.d.ts +23 -0
- package/node_modules/nodemailer/dist/cjs/shared/objects.js +43 -0
- package/node_modules/nodemailer/dist/cjs/shared/url.d.ts +21 -0
- package/node_modules/nodemailer/dist/cjs/shared/url.js +255 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/data-stream.d.ts +22 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/data-stream.js +98 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/http-proxy-client.d.ts +39 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/http-proxy-client.js +177 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/index.d.ts +719 -0
- package/node_modules/nodemailer/dist/cjs/smtp-connection/index.js +1676 -0
- package/node_modules/nodemailer/dist/cjs/smtp-pool/index.d.ts +163 -0
- package/node_modules/nodemailer/dist/cjs/smtp-pool/index.js +530 -0
- package/node_modules/nodemailer/dist/cjs/smtp-pool/pool-resource.d.ts +64 -0
- package/node_modules/nodemailer/dist/cjs/smtp-pool/pool-resource.js +261 -0
- package/node_modules/nodemailer/dist/cjs/smtp-transport/index.d.ts +143 -0
- package/node_modules/nodemailer/dist/cjs/smtp-transport/index.js +379 -0
- package/node_modules/nodemailer/dist/cjs/stream-transport/index.d.ts +63 -0
- package/node_modules/nodemailer/dist/cjs/stream-transport/index.js +146 -0
- package/node_modules/nodemailer/dist/cjs/well-known/index.d.ts +35 -0
- package/node_modules/nodemailer/dist/cjs/well-known/index.js +41 -0
- package/node_modules/nodemailer/dist/cjs/well-known/services.d.ts +2 -0
- package/node_modules/nodemailer/dist/cjs/well-known/services.js +666 -0
- package/node_modules/nodemailer/dist/cjs/xoauth2/index.d.ts +191 -0
- package/node_modules/nodemailer/dist/cjs/xoauth2/index.js +414 -0
- package/node_modules/nodemailer/dist/esm/addressparser/index.d.ts +47 -0
- package/node_modules/nodemailer/{lib → dist/esm}/addressparser/index.js +187 -82
- package/node_modules/nodemailer/dist/esm/base64/index.d.ts +40 -0
- package/node_modules/nodemailer/dist/esm/base64/index.js +110 -0
- package/node_modules/nodemailer/dist/esm/dkim/index.d.ts +40 -0
- package/node_modules/nodemailer/{lib → dist/esm}/dkim/index.js +29 -70
- package/node_modules/nodemailer/dist/esm/dkim/message-parser.d.ts +41 -0
- package/node_modules/nodemailer/{lib → dist/esm}/dkim/message-parser.js +28 -40
- package/node_modules/nodemailer/dist/esm/dkim/relaxed-body.d.ts +46 -0
- package/node_modules/nodemailer/dist/esm/dkim/relaxed-body.js +135 -0
- package/node_modules/nodemailer/dist/esm/dkim/sign.d.ts +49 -0
- package/node_modules/nodemailer/{lib → dist/esm}/dkim/sign.js +38 -46
- package/node_modules/nodemailer/dist/esm/errors.d.ts +95 -0
- package/node_modules/nodemailer/{lib → dist/esm}/errors.js +27 -18
- package/node_modules/nodemailer/dist/esm/fetch/cookies.d.ts +94 -0
- package/node_modules/nodemailer/{lib → dist/esm}/fetch/cookies.js +75 -121
- package/node_modules/nodemailer/dist/esm/fetch/index.d.ts +51 -0
- package/node_modules/nodemailer/{lib → dist/esm}/fetch/index.js +149 -81
- package/node_modules/nodemailer/dist/esm/json-transport/index.d.ts +54 -0
- package/node_modules/nodemailer/{lib → dist/esm}/json-transport/index.js +18 -40
- package/node_modules/nodemailer/dist/esm/mail-composer/index.d.ts +224 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mail-composer/index.js +191 -266
- package/node_modules/nodemailer/dist/esm/mailer/index.d.ts +226 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mailer/index.js +120 -213
- package/node_modules/nodemailer/dist/esm/mailer/mail-message.d.ts +94 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mailer/mail-message.js +102 -126
- package/node_modules/nodemailer/dist/esm/mime-funcs/index.d.ts +157 -0
- package/node_modules/nodemailer/dist/esm/mime-funcs/index.js +621 -0
- package/node_modules/nodemailer/dist/esm/mime-funcs/mime-types.d.ts +2 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-funcs/mime-types.js +29 -42
- package/node_modules/nodemailer/dist/esm/mime-node/index.d.ts +484 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-node/index.js +418 -374
- package/node_modules/nodemailer/dist/esm/mime-node/last-newline.d.ts +7 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-node/last-newline.js +2 -10
- package/node_modules/nodemailer/dist/esm/mime-node/le-unix.d.ts +13 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-node/le-unix.js +5 -11
- package/node_modules/nodemailer/dist/esm/mime-node/le-windows.d.ts +14 -0
- package/node_modules/nodemailer/{lib → dist/esm}/mime-node/le-windows.js +5 -13
- package/node_modules/nodemailer/dist/esm/nodemailer.d.ts +102 -0
- package/node_modules/nodemailer/{lib → dist/esm}/nodemailer.js +65 -69
- package/node_modules/nodemailer/dist/esm/package-info.d.ts +3 -0
- package/node_modules/nodemailer/dist/esm/package-info.js +4 -0
- package/node_modules/nodemailer/dist/esm/package.json +3 -0
- package/node_modules/nodemailer/dist/esm/punycode/index.d.ts +73 -0
- package/node_modules/nodemailer/dist/esm/punycode/index.js +404 -0
- package/node_modules/nodemailer/dist/esm/qp/index.d.ts +33 -0
- package/node_modules/nodemailer/dist/esm/qp/index.js +190 -0
- package/node_modules/nodemailer/dist/esm/sendmail-transport/index.d.ts +69 -0
- package/node_modules/nodemailer/{lib → dist/esm}/sendmail-transport/index.js +56 -103
- package/node_modules/nodemailer/dist/esm/ses-transport/index.d.ts +75 -0
- package/node_modules/nodemailer/dist/esm/ses-transport/index.js +208 -0
- package/node_modules/nodemailer/dist/esm/shared/index.d.ts +230 -0
- package/node_modules/nodemailer/{lib → dist/esm}/shared/index.js +155 -270
- package/node_modules/nodemailer/dist/esm/shared/objects.d.ts +23 -0
- package/node_modules/nodemailer/dist/esm/shared/objects.js +38 -0
- package/node_modules/nodemailer/dist/esm/shared/url.d.ts +21 -0
- package/node_modules/nodemailer/dist/esm/shared/url.js +214 -0
- package/node_modules/nodemailer/dist/esm/smtp-connection/data-stream.d.ts +22 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-connection/data-stream.js +14 -26
- package/node_modules/nodemailer/dist/esm/smtp-connection/http-proxy-client.d.ts +39 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-connection/http-proxy-client.js +27 -64
- package/node_modules/nodemailer/dist/esm/smtp-connection/index.d.ts +719 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-connection/index.js +332 -713
- package/node_modules/nodemailer/dist/esm/smtp-pool/index.d.ts +163 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-pool/index.js +120 -271
- package/node_modules/nodemailer/dist/esm/smtp-pool/pool-resource.d.ts +64 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-pool/pool-resource.js +36 -72
- package/node_modules/nodemailer/dist/esm/smtp-transport/index.d.ts +143 -0
- package/node_modules/nodemailer/{lib → dist/esm}/smtp-transport/index.js +58 -148
- package/node_modules/nodemailer/dist/esm/stream-transport/index.d.ts +63 -0
- package/node_modules/nodemailer/{lib → dist/esm}/stream-transport/index.js +37 -75
- package/node_modules/nodemailer/dist/esm/well-known/index.d.ts +35 -0
- package/node_modules/nodemailer/{lib → dist/esm}/well-known/index.js +5 -16
- package/node_modules/nodemailer/dist/esm/well-known/services.d.ts +2 -0
- package/node_modules/nodemailer/dist/esm/well-known/services.js +663 -0
- package/node_modules/nodemailer/dist/esm/xoauth2/index.d.ts +191 -0
- package/node_modules/nodemailer/{lib → dist/esm}/xoauth2/index.js +101 -175
- package/node_modules/nodemailer/{lib → dist}/well-known/services.json +14 -0
- package/node_modules/nodemailer/package.json +142 -17
- package/node_modules/uuid/README.md +19 -19
- package/node_modules/uuid/dist/v1.js +7 -3
- package/node_modules/uuid/dist/v7.js +5 -2
- package/node_modules/uuid/dist-node/v1.js +7 -3
- package/node_modules/uuid/dist-node/v7.js +5 -2
- package/node_modules/uuid/package.json +4 -3
- package/package.json +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +0 -135
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +0 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +0 -17
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/getEndpointUrlConfig.js +0 -21
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/getEndpointUrlConfig.d.ts +0 -12
- package/node_modules/nodemailer/.gitattributes +0 -6
- package/node_modules/nodemailer/.ncurc.js +0 -9
- package/node_modules/nodemailer/.prettierignore +0 -8
- package/node_modules/nodemailer/.prettierrc +0 -12
- package/node_modules/nodemailer/.prettierrc.js +0 -10
- package/node_modules/nodemailer/.release-please-config.json +0 -9
- package/node_modules/nodemailer/CLAUDE.md +0 -56
- package/node_modules/nodemailer/CODE_OF_CONDUCT.md +0 -76
- package/node_modules/nodemailer/eslint.config.js +0 -88
- package/node_modules/nodemailer/lib/dkim/relaxed-body.js +0 -154
- package/node_modules/nodemailer/lib/mime-funcs/index.js +0 -610
- package/node_modules/nodemailer/lib/ses-transport/index.js +0 -265
- package/node_modules/nodemailer/lib/shared/url.js +0 -151
|
@@ -297,10 +297,7 @@ import {
|
|
|
297
297
|
GetDeployablePatchSnapshotForInstanceCommandInput,
|
|
298
298
|
GetDeployablePatchSnapshotForInstanceCommandOutput,
|
|
299
299
|
} from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
|
|
300
|
-
import {
|
|
301
|
-
GetDocumentCommandInput,
|
|
302
|
-
GetDocumentCommandOutput,
|
|
303
|
-
} from "./commands/GetDocumentCommand";
|
|
300
|
+
import { GetDocumentCommandInput, GetDocumentCommandOutput } from "./commands/GetDocumentCommand";
|
|
304
301
|
import {
|
|
305
302
|
GetExecutionPreviewCommandInput,
|
|
306
303
|
GetExecutionPreviewCommandOutput,
|
|
@@ -333,10 +330,7 @@ import {
|
|
|
333
330
|
GetMaintenanceWindowTaskCommandInput,
|
|
334
331
|
GetMaintenanceWindowTaskCommandOutput,
|
|
335
332
|
} from "./commands/GetMaintenanceWindowTaskCommand";
|
|
336
|
-
import {
|
|
337
|
-
GetOpsItemCommandInput,
|
|
338
|
-
GetOpsItemCommandOutput,
|
|
339
|
-
} from "./commands/GetOpsItemCommand";
|
|
333
|
+
import { GetOpsItemCommandInput, GetOpsItemCommandOutput } from "./commands/GetOpsItemCommand";
|
|
340
334
|
import {
|
|
341
335
|
GetOpsMetadataCommandInput,
|
|
342
336
|
GetOpsMetadataCommandOutput,
|
|
@@ -425,10 +419,7 @@ import {
|
|
|
425
419
|
ListInventoryEntriesCommandInput,
|
|
426
420
|
ListInventoryEntriesCommandOutput,
|
|
427
421
|
} from "./commands/ListInventoryEntriesCommand";
|
|
428
|
-
import {
|
|
429
|
-
ListNodesCommandInput,
|
|
430
|
-
ListNodesCommandOutput,
|
|
431
|
-
} from "./commands/ListNodesCommand";
|
|
422
|
+
import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
432
423
|
import {
|
|
433
424
|
ListNodesSummaryCommandInput,
|
|
434
425
|
ListNodesSummaryCommandOutput,
|
|
@@ -509,10 +500,7 @@ import {
|
|
|
509
500
|
SendAutomationSignalCommandInput,
|
|
510
501
|
SendAutomationSignalCommandOutput,
|
|
511
502
|
} from "./commands/SendAutomationSignalCommand";
|
|
512
|
-
import {
|
|
513
|
-
SendCommandCommandInput,
|
|
514
|
-
SendCommandCommandOutput,
|
|
515
|
-
} from "./commands/SendCommandCommand";
|
|
503
|
+
import { SendCommandCommandInput, SendCommandCommandOutput } from "./commands/SendCommandCommand";
|
|
516
504
|
import {
|
|
517
505
|
StartAccessRequestCommandInput,
|
|
518
506
|
StartAccessRequestCommandOutput,
|
|
@@ -617,2497 +605,2380 @@ import { SSMClient } from "./SSMClient";
|
|
|
617
605
|
export interface SSM {
|
|
618
606
|
addTagsToResource(
|
|
619
607
|
args: AddTagsToResourceCommandInput,
|
|
620
|
-
options?: __HttpHandlerOptions
|
|
608
|
+
options?: __HttpHandlerOptions,
|
|
621
609
|
): Promise<AddTagsToResourceCommandOutput>;
|
|
622
610
|
addTagsToResource(
|
|
623
611
|
args: AddTagsToResourceCommandInput,
|
|
624
|
-
cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
|
|
612
|
+
cb: (err: any, data?: AddTagsToResourceCommandOutput) => void,
|
|
625
613
|
): void;
|
|
626
614
|
addTagsToResource(
|
|
627
615
|
args: AddTagsToResourceCommandInput,
|
|
628
616
|
options: __HttpHandlerOptions,
|
|
629
|
-
cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
|
|
617
|
+
cb: (err: any, data?: AddTagsToResourceCommandOutput) => void,
|
|
630
618
|
): void;
|
|
631
619
|
associateOpsItemRelatedItem(
|
|
632
620
|
args: AssociateOpsItemRelatedItemCommandInput,
|
|
633
|
-
options?: __HttpHandlerOptions
|
|
621
|
+
options?: __HttpHandlerOptions,
|
|
634
622
|
): Promise<AssociateOpsItemRelatedItemCommandOutput>;
|
|
635
623
|
associateOpsItemRelatedItem(
|
|
636
624
|
args: AssociateOpsItemRelatedItemCommandInput,
|
|
637
|
-
cb: (err: any, data?: AssociateOpsItemRelatedItemCommandOutput) => void
|
|
625
|
+
cb: (err: any, data?: AssociateOpsItemRelatedItemCommandOutput) => void,
|
|
638
626
|
): void;
|
|
639
627
|
associateOpsItemRelatedItem(
|
|
640
628
|
args: AssociateOpsItemRelatedItemCommandInput,
|
|
641
629
|
options: __HttpHandlerOptions,
|
|
642
|
-
cb: (err: any, data?: AssociateOpsItemRelatedItemCommandOutput) => void
|
|
630
|
+
cb: (err: any, data?: AssociateOpsItemRelatedItemCommandOutput) => void,
|
|
643
631
|
): void;
|
|
644
632
|
cancelCommand(
|
|
645
633
|
args: CancelCommandCommandInput,
|
|
646
|
-
options?: __HttpHandlerOptions
|
|
634
|
+
options?: __HttpHandlerOptions,
|
|
647
635
|
): Promise<CancelCommandCommandOutput>;
|
|
648
636
|
cancelCommand(
|
|
649
637
|
args: CancelCommandCommandInput,
|
|
650
|
-
cb: (err: any, data?: CancelCommandCommandOutput) => void
|
|
638
|
+
cb: (err: any, data?: CancelCommandCommandOutput) => void,
|
|
651
639
|
): void;
|
|
652
640
|
cancelCommand(
|
|
653
641
|
args: CancelCommandCommandInput,
|
|
654
642
|
options: __HttpHandlerOptions,
|
|
655
|
-
cb: (err: any, data?: CancelCommandCommandOutput) => void
|
|
643
|
+
cb: (err: any, data?: CancelCommandCommandOutput) => void,
|
|
656
644
|
): void;
|
|
657
645
|
cancelMaintenanceWindowExecution(
|
|
658
646
|
args: CancelMaintenanceWindowExecutionCommandInput,
|
|
659
|
-
options?: __HttpHandlerOptions
|
|
647
|
+
options?: __HttpHandlerOptions,
|
|
660
648
|
): Promise<CancelMaintenanceWindowExecutionCommandOutput>;
|
|
661
649
|
cancelMaintenanceWindowExecution(
|
|
662
650
|
args: CancelMaintenanceWindowExecutionCommandInput,
|
|
663
|
-
cb: (err: any, data?: CancelMaintenanceWindowExecutionCommandOutput) => void
|
|
651
|
+
cb: (err: any, data?: CancelMaintenanceWindowExecutionCommandOutput) => void,
|
|
664
652
|
): void;
|
|
665
653
|
cancelMaintenanceWindowExecution(
|
|
666
654
|
args: CancelMaintenanceWindowExecutionCommandInput,
|
|
667
655
|
options: __HttpHandlerOptions,
|
|
668
|
-
cb: (err: any, data?: CancelMaintenanceWindowExecutionCommandOutput) => void
|
|
656
|
+
cb: (err: any, data?: CancelMaintenanceWindowExecutionCommandOutput) => void,
|
|
669
657
|
): void;
|
|
670
658
|
createActivation(
|
|
671
659
|
args: CreateActivationCommandInput,
|
|
672
|
-
options?: __HttpHandlerOptions
|
|
660
|
+
options?: __HttpHandlerOptions,
|
|
673
661
|
): Promise<CreateActivationCommandOutput>;
|
|
674
662
|
createActivation(
|
|
675
663
|
args: CreateActivationCommandInput,
|
|
676
|
-
cb: (err: any, data?: CreateActivationCommandOutput) => void
|
|
664
|
+
cb: (err: any, data?: CreateActivationCommandOutput) => void,
|
|
677
665
|
): void;
|
|
678
666
|
createActivation(
|
|
679
667
|
args: CreateActivationCommandInput,
|
|
680
668
|
options: __HttpHandlerOptions,
|
|
681
|
-
cb: (err: any, data?: CreateActivationCommandOutput) => void
|
|
669
|
+
cb: (err: any, data?: CreateActivationCommandOutput) => void,
|
|
682
670
|
): void;
|
|
683
671
|
createAssociation(
|
|
684
672
|
args: CreateAssociationCommandInput,
|
|
685
|
-
options?: __HttpHandlerOptions
|
|
673
|
+
options?: __HttpHandlerOptions,
|
|
686
674
|
): Promise<CreateAssociationCommandOutput>;
|
|
687
675
|
createAssociation(
|
|
688
676
|
args: CreateAssociationCommandInput,
|
|
689
|
-
cb: (err: any, data?: CreateAssociationCommandOutput) => void
|
|
677
|
+
cb: (err: any, data?: CreateAssociationCommandOutput) => void,
|
|
690
678
|
): void;
|
|
691
679
|
createAssociation(
|
|
692
680
|
args: CreateAssociationCommandInput,
|
|
693
681
|
options: __HttpHandlerOptions,
|
|
694
|
-
cb: (err: any, data?: CreateAssociationCommandOutput) => void
|
|
682
|
+
cb: (err: any, data?: CreateAssociationCommandOutput) => void,
|
|
695
683
|
): void;
|
|
696
684
|
createAssociationBatch(
|
|
697
685
|
args: CreateAssociationBatchCommandInput,
|
|
698
|
-
options?: __HttpHandlerOptions
|
|
686
|
+
options?: __HttpHandlerOptions,
|
|
699
687
|
): Promise<CreateAssociationBatchCommandOutput>;
|
|
700
688
|
createAssociationBatch(
|
|
701
689
|
args: CreateAssociationBatchCommandInput,
|
|
702
|
-
cb: (err: any, data?: CreateAssociationBatchCommandOutput) => void
|
|
690
|
+
cb: (err: any, data?: CreateAssociationBatchCommandOutput) => void,
|
|
703
691
|
): void;
|
|
704
692
|
createAssociationBatch(
|
|
705
693
|
args: CreateAssociationBatchCommandInput,
|
|
706
694
|
options: __HttpHandlerOptions,
|
|
707
|
-
cb: (err: any, data?: CreateAssociationBatchCommandOutput) => void
|
|
695
|
+
cb: (err: any, data?: CreateAssociationBatchCommandOutput) => void,
|
|
708
696
|
): void;
|
|
709
697
|
createCloudConnector(
|
|
710
698
|
args: CreateCloudConnectorCommandInput,
|
|
711
|
-
options?: __HttpHandlerOptions
|
|
699
|
+
options?: __HttpHandlerOptions,
|
|
712
700
|
): Promise<CreateCloudConnectorCommandOutput>;
|
|
713
701
|
createCloudConnector(
|
|
714
702
|
args: CreateCloudConnectorCommandInput,
|
|
715
|
-
cb: (err: any, data?: CreateCloudConnectorCommandOutput) => void
|
|
703
|
+
cb: (err: any, data?: CreateCloudConnectorCommandOutput) => void,
|
|
716
704
|
): void;
|
|
717
705
|
createCloudConnector(
|
|
718
706
|
args: CreateCloudConnectorCommandInput,
|
|
719
707
|
options: __HttpHandlerOptions,
|
|
720
|
-
cb: (err: any, data?: CreateCloudConnectorCommandOutput) => void
|
|
708
|
+
cb: (err: any, data?: CreateCloudConnectorCommandOutput) => void,
|
|
721
709
|
): void;
|
|
722
710
|
createDocument(
|
|
723
711
|
args: CreateDocumentCommandInput,
|
|
724
|
-
options?: __HttpHandlerOptions
|
|
712
|
+
options?: __HttpHandlerOptions,
|
|
725
713
|
): Promise<CreateDocumentCommandOutput>;
|
|
726
714
|
createDocument(
|
|
727
715
|
args: CreateDocumentCommandInput,
|
|
728
|
-
cb: (err: any, data?: CreateDocumentCommandOutput) => void
|
|
716
|
+
cb: (err: any, data?: CreateDocumentCommandOutput) => void,
|
|
729
717
|
): void;
|
|
730
718
|
createDocument(
|
|
731
719
|
args: CreateDocumentCommandInput,
|
|
732
720
|
options: __HttpHandlerOptions,
|
|
733
|
-
cb: (err: any, data?: CreateDocumentCommandOutput) => void
|
|
721
|
+
cb: (err: any, data?: CreateDocumentCommandOutput) => void,
|
|
734
722
|
): void;
|
|
735
723
|
createMaintenanceWindow(
|
|
736
724
|
args: CreateMaintenanceWindowCommandInput,
|
|
737
|
-
options?: __HttpHandlerOptions
|
|
725
|
+
options?: __HttpHandlerOptions,
|
|
738
726
|
): Promise<CreateMaintenanceWindowCommandOutput>;
|
|
739
727
|
createMaintenanceWindow(
|
|
740
728
|
args: CreateMaintenanceWindowCommandInput,
|
|
741
|
-
cb: (err: any, data?: CreateMaintenanceWindowCommandOutput) => void
|
|
729
|
+
cb: (err: any, data?: CreateMaintenanceWindowCommandOutput) => void,
|
|
742
730
|
): void;
|
|
743
731
|
createMaintenanceWindow(
|
|
744
732
|
args: CreateMaintenanceWindowCommandInput,
|
|
745
733
|
options: __HttpHandlerOptions,
|
|
746
|
-
cb: (err: any, data?: CreateMaintenanceWindowCommandOutput) => void
|
|
734
|
+
cb: (err: any, data?: CreateMaintenanceWindowCommandOutput) => void,
|
|
747
735
|
): void;
|
|
748
736
|
createOpsItem(
|
|
749
737
|
args: CreateOpsItemCommandInput,
|
|
750
|
-
options?: __HttpHandlerOptions
|
|
738
|
+
options?: __HttpHandlerOptions,
|
|
751
739
|
): Promise<CreateOpsItemCommandOutput>;
|
|
752
740
|
createOpsItem(
|
|
753
741
|
args: CreateOpsItemCommandInput,
|
|
754
|
-
cb: (err: any, data?: CreateOpsItemCommandOutput) => void
|
|
742
|
+
cb: (err: any, data?: CreateOpsItemCommandOutput) => void,
|
|
755
743
|
): void;
|
|
756
744
|
createOpsItem(
|
|
757
745
|
args: CreateOpsItemCommandInput,
|
|
758
746
|
options: __HttpHandlerOptions,
|
|
759
|
-
cb: (err: any, data?: CreateOpsItemCommandOutput) => void
|
|
747
|
+
cb: (err: any, data?: CreateOpsItemCommandOutput) => void,
|
|
760
748
|
): void;
|
|
761
749
|
createOpsMetadata(
|
|
762
750
|
args: CreateOpsMetadataCommandInput,
|
|
763
|
-
options?: __HttpHandlerOptions
|
|
751
|
+
options?: __HttpHandlerOptions,
|
|
764
752
|
): Promise<CreateOpsMetadataCommandOutput>;
|
|
765
753
|
createOpsMetadata(
|
|
766
754
|
args: CreateOpsMetadataCommandInput,
|
|
767
|
-
cb: (err: any, data?: CreateOpsMetadataCommandOutput) => void
|
|
755
|
+
cb: (err: any, data?: CreateOpsMetadataCommandOutput) => void,
|
|
768
756
|
): void;
|
|
769
757
|
createOpsMetadata(
|
|
770
758
|
args: CreateOpsMetadataCommandInput,
|
|
771
759
|
options: __HttpHandlerOptions,
|
|
772
|
-
cb: (err: any, data?: CreateOpsMetadataCommandOutput) => void
|
|
760
|
+
cb: (err: any, data?: CreateOpsMetadataCommandOutput) => void,
|
|
773
761
|
): void;
|
|
774
762
|
createPatchBaseline(
|
|
775
763
|
args: CreatePatchBaselineCommandInput,
|
|
776
|
-
options?: __HttpHandlerOptions
|
|
764
|
+
options?: __HttpHandlerOptions,
|
|
777
765
|
): Promise<CreatePatchBaselineCommandOutput>;
|
|
778
766
|
createPatchBaseline(
|
|
779
767
|
args: CreatePatchBaselineCommandInput,
|
|
780
|
-
cb: (err: any, data?: CreatePatchBaselineCommandOutput) => void
|
|
768
|
+
cb: (err: any, data?: CreatePatchBaselineCommandOutput) => void,
|
|
781
769
|
): void;
|
|
782
770
|
createPatchBaseline(
|
|
783
771
|
args: CreatePatchBaselineCommandInput,
|
|
784
772
|
options: __HttpHandlerOptions,
|
|
785
|
-
cb: (err: any, data?: CreatePatchBaselineCommandOutput) => void
|
|
773
|
+
cb: (err: any, data?: CreatePatchBaselineCommandOutput) => void,
|
|
786
774
|
): void;
|
|
787
775
|
createResourceDataSync(
|
|
788
776
|
args: CreateResourceDataSyncCommandInput,
|
|
789
|
-
options?: __HttpHandlerOptions
|
|
777
|
+
options?: __HttpHandlerOptions,
|
|
790
778
|
): Promise<CreateResourceDataSyncCommandOutput>;
|
|
791
779
|
createResourceDataSync(
|
|
792
780
|
args: CreateResourceDataSyncCommandInput,
|
|
793
|
-
cb: (err: any, data?: CreateResourceDataSyncCommandOutput) => void
|
|
781
|
+
cb: (err: any, data?: CreateResourceDataSyncCommandOutput) => void,
|
|
794
782
|
): void;
|
|
795
783
|
createResourceDataSync(
|
|
796
784
|
args: CreateResourceDataSyncCommandInput,
|
|
797
785
|
options: __HttpHandlerOptions,
|
|
798
|
-
cb: (err: any, data?: CreateResourceDataSyncCommandOutput) => void
|
|
786
|
+
cb: (err: any, data?: CreateResourceDataSyncCommandOutput) => void,
|
|
799
787
|
): void;
|
|
800
788
|
deleteActivation(
|
|
801
789
|
args: DeleteActivationCommandInput,
|
|
802
|
-
options?: __HttpHandlerOptions
|
|
790
|
+
options?: __HttpHandlerOptions,
|
|
803
791
|
): Promise<DeleteActivationCommandOutput>;
|
|
804
792
|
deleteActivation(
|
|
805
793
|
args: DeleteActivationCommandInput,
|
|
806
|
-
cb: (err: any, data?: DeleteActivationCommandOutput) => void
|
|
794
|
+
cb: (err: any, data?: DeleteActivationCommandOutput) => void,
|
|
807
795
|
): void;
|
|
808
796
|
deleteActivation(
|
|
809
797
|
args: DeleteActivationCommandInput,
|
|
810
798
|
options: __HttpHandlerOptions,
|
|
811
|
-
cb: (err: any, data?: DeleteActivationCommandOutput) => void
|
|
799
|
+
cb: (err: any, data?: DeleteActivationCommandOutput) => void,
|
|
812
800
|
): void;
|
|
813
801
|
deleteAssociation(): Promise<DeleteAssociationCommandOutput>;
|
|
814
802
|
deleteAssociation(
|
|
815
803
|
args: DeleteAssociationCommandInput,
|
|
816
|
-
options?: __HttpHandlerOptions
|
|
804
|
+
options?: __HttpHandlerOptions,
|
|
817
805
|
): Promise<DeleteAssociationCommandOutput>;
|
|
818
806
|
deleteAssociation(
|
|
819
807
|
args: DeleteAssociationCommandInput,
|
|
820
|
-
cb: (err: any, data?: DeleteAssociationCommandOutput) => void
|
|
808
|
+
cb: (err: any, data?: DeleteAssociationCommandOutput) => void,
|
|
821
809
|
): void;
|
|
822
810
|
deleteAssociation(
|
|
823
811
|
args: DeleteAssociationCommandInput,
|
|
824
812
|
options: __HttpHandlerOptions,
|
|
825
|
-
cb: (err: any, data?: DeleteAssociationCommandOutput) => void
|
|
813
|
+
cb: (err: any, data?: DeleteAssociationCommandOutput) => void,
|
|
826
814
|
): void;
|
|
827
815
|
deleteCloudConnector(
|
|
828
816
|
args: DeleteCloudConnectorCommandInput,
|
|
829
|
-
options?: __HttpHandlerOptions
|
|
817
|
+
options?: __HttpHandlerOptions,
|
|
830
818
|
): Promise<DeleteCloudConnectorCommandOutput>;
|
|
831
819
|
deleteCloudConnector(
|
|
832
820
|
args: DeleteCloudConnectorCommandInput,
|
|
833
|
-
cb: (err: any, data?: DeleteCloudConnectorCommandOutput) => void
|
|
821
|
+
cb: (err: any, data?: DeleteCloudConnectorCommandOutput) => void,
|
|
834
822
|
): void;
|
|
835
823
|
deleteCloudConnector(
|
|
836
824
|
args: DeleteCloudConnectorCommandInput,
|
|
837
825
|
options: __HttpHandlerOptions,
|
|
838
|
-
cb: (err: any, data?: DeleteCloudConnectorCommandOutput) => void
|
|
826
|
+
cb: (err: any, data?: DeleteCloudConnectorCommandOutput) => void,
|
|
839
827
|
): void;
|
|
840
828
|
deleteDocument(
|
|
841
829
|
args: DeleteDocumentCommandInput,
|
|
842
|
-
options?: __HttpHandlerOptions
|
|
830
|
+
options?: __HttpHandlerOptions,
|
|
843
831
|
): Promise<DeleteDocumentCommandOutput>;
|
|
844
832
|
deleteDocument(
|
|
845
833
|
args: DeleteDocumentCommandInput,
|
|
846
|
-
cb: (err: any, data?: DeleteDocumentCommandOutput) => void
|
|
834
|
+
cb: (err: any, data?: DeleteDocumentCommandOutput) => void,
|
|
847
835
|
): void;
|
|
848
836
|
deleteDocument(
|
|
849
837
|
args: DeleteDocumentCommandInput,
|
|
850
838
|
options: __HttpHandlerOptions,
|
|
851
|
-
cb: (err: any, data?: DeleteDocumentCommandOutput) => void
|
|
839
|
+
cb: (err: any, data?: DeleteDocumentCommandOutput) => void,
|
|
852
840
|
): void;
|
|
853
841
|
deleteInventory(
|
|
854
842
|
args: DeleteInventoryCommandInput,
|
|
855
|
-
options?: __HttpHandlerOptions
|
|
843
|
+
options?: __HttpHandlerOptions,
|
|
856
844
|
): Promise<DeleteInventoryCommandOutput>;
|
|
857
845
|
deleteInventory(
|
|
858
846
|
args: DeleteInventoryCommandInput,
|
|
859
|
-
cb: (err: any, data?: DeleteInventoryCommandOutput) => void
|
|
847
|
+
cb: (err: any, data?: DeleteInventoryCommandOutput) => void,
|
|
860
848
|
): void;
|
|
861
849
|
deleteInventory(
|
|
862
850
|
args: DeleteInventoryCommandInput,
|
|
863
851
|
options: __HttpHandlerOptions,
|
|
864
|
-
cb: (err: any, data?: DeleteInventoryCommandOutput) => void
|
|
852
|
+
cb: (err: any, data?: DeleteInventoryCommandOutput) => void,
|
|
865
853
|
): void;
|
|
866
854
|
deleteMaintenanceWindow(
|
|
867
855
|
args: DeleteMaintenanceWindowCommandInput,
|
|
868
|
-
options?: __HttpHandlerOptions
|
|
856
|
+
options?: __HttpHandlerOptions,
|
|
869
857
|
): Promise<DeleteMaintenanceWindowCommandOutput>;
|
|
870
858
|
deleteMaintenanceWindow(
|
|
871
859
|
args: DeleteMaintenanceWindowCommandInput,
|
|
872
|
-
cb: (err: any, data?: DeleteMaintenanceWindowCommandOutput) => void
|
|
860
|
+
cb: (err: any, data?: DeleteMaintenanceWindowCommandOutput) => void,
|
|
873
861
|
): void;
|
|
874
862
|
deleteMaintenanceWindow(
|
|
875
863
|
args: DeleteMaintenanceWindowCommandInput,
|
|
876
864
|
options: __HttpHandlerOptions,
|
|
877
|
-
cb: (err: any, data?: DeleteMaintenanceWindowCommandOutput) => void
|
|
865
|
+
cb: (err: any, data?: DeleteMaintenanceWindowCommandOutput) => void,
|
|
878
866
|
): void;
|
|
879
867
|
deleteOpsItem(
|
|
880
868
|
args: DeleteOpsItemCommandInput,
|
|
881
|
-
options?: __HttpHandlerOptions
|
|
869
|
+
options?: __HttpHandlerOptions,
|
|
882
870
|
): Promise<DeleteOpsItemCommandOutput>;
|
|
883
871
|
deleteOpsItem(
|
|
884
872
|
args: DeleteOpsItemCommandInput,
|
|
885
|
-
cb: (err: any, data?: DeleteOpsItemCommandOutput) => void
|
|
873
|
+
cb: (err: any, data?: DeleteOpsItemCommandOutput) => void,
|
|
886
874
|
): void;
|
|
887
875
|
deleteOpsItem(
|
|
888
876
|
args: DeleteOpsItemCommandInput,
|
|
889
877
|
options: __HttpHandlerOptions,
|
|
890
|
-
cb: (err: any, data?: DeleteOpsItemCommandOutput) => void
|
|
878
|
+
cb: (err: any, data?: DeleteOpsItemCommandOutput) => void,
|
|
891
879
|
): void;
|
|
892
880
|
deleteOpsMetadata(
|
|
893
881
|
args: DeleteOpsMetadataCommandInput,
|
|
894
|
-
options?: __HttpHandlerOptions
|
|
882
|
+
options?: __HttpHandlerOptions,
|
|
895
883
|
): Promise<DeleteOpsMetadataCommandOutput>;
|
|
896
884
|
deleteOpsMetadata(
|
|
897
885
|
args: DeleteOpsMetadataCommandInput,
|
|
898
|
-
cb: (err: any, data?: DeleteOpsMetadataCommandOutput) => void
|
|
886
|
+
cb: (err: any, data?: DeleteOpsMetadataCommandOutput) => void,
|
|
899
887
|
): void;
|
|
900
888
|
deleteOpsMetadata(
|
|
901
889
|
args: DeleteOpsMetadataCommandInput,
|
|
902
890
|
options: __HttpHandlerOptions,
|
|
903
|
-
cb: (err: any, data?: DeleteOpsMetadataCommandOutput) => void
|
|
891
|
+
cb: (err: any, data?: DeleteOpsMetadataCommandOutput) => void,
|
|
904
892
|
): void;
|
|
905
893
|
deleteParameter(
|
|
906
894
|
args: DeleteParameterCommandInput,
|
|
907
|
-
options?: __HttpHandlerOptions
|
|
895
|
+
options?: __HttpHandlerOptions,
|
|
908
896
|
): Promise<DeleteParameterCommandOutput>;
|
|
909
897
|
deleteParameter(
|
|
910
898
|
args: DeleteParameterCommandInput,
|
|
911
|
-
cb: (err: any, data?: DeleteParameterCommandOutput) => void
|
|
899
|
+
cb: (err: any, data?: DeleteParameterCommandOutput) => void,
|
|
912
900
|
): void;
|
|
913
901
|
deleteParameter(
|
|
914
902
|
args: DeleteParameterCommandInput,
|
|
915
903
|
options: __HttpHandlerOptions,
|
|
916
|
-
cb: (err: any, data?: DeleteParameterCommandOutput) => void
|
|
904
|
+
cb: (err: any, data?: DeleteParameterCommandOutput) => void,
|
|
917
905
|
): void;
|
|
918
906
|
deleteParameters(
|
|
919
907
|
args: DeleteParametersCommandInput,
|
|
920
|
-
options?: __HttpHandlerOptions
|
|
908
|
+
options?: __HttpHandlerOptions,
|
|
921
909
|
): Promise<DeleteParametersCommandOutput>;
|
|
922
910
|
deleteParameters(
|
|
923
911
|
args: DeleteParametersCommandInput,
|
|
924
|
-
cb: (err: any, data?: DeleteParametersCommandOutput) => void
|
|
912
|
+
cb: (err: any, data?: DeleteParametersCommandOutput) => void,
|
|
925
913
|
): void;
|
|
926
914
|
deleteParameters(
|
|
927
915
|
args: DeleteParametersCommandInput,
|
|
928
916
|
options: __HttpHandlerOptions,
|
|
929
|
-
cb: (err: any, data?: DeleteParametersCommandOutput) => void
|
|
917
|
+
cb: (err: any, data?: DeleteParametersCommandOutput) => void,
|
|
930
918
|
): void;
|
|
931
919
|
deletePatchBaseline(
|
|
932
920
|
args: DeletePatchBaselineCommandInput,
|
|
933
|
-
options?: __HttpHandlerOptions
|
|
921
|
+
options?: __HttpHandlerOptions,
|
|
934
922
|
): Promise<DeletePatchBaselineCommandOutput>;
|
|
935
923
|
deletePatchBaseline(
|
|
936
924
|
args: DeletePatchBaselineCommandInput,
|
|
937
|
-
cb: (err: any, data?: DeletePatchBaselineCommandOutput) => void
|
|
925
|
+
cb: (err: any, data?: DeletePatchBaselineCommandOutput) => void,
|
|
938
926
|
): void;
|
|
939
927
|
deletePatchBaseline(
|
|
940
928
|
args: DeletePatchBaselineCommandInput,
|
|
941
929
|
options: __HttpHandlerOptions,
|
|
942
|
-
cb: (err: any, data?: DeletePatchBaselineCommandOutput) => void
|
|
930
|
+
cb: (err: any, data?: DeletePatchBaselineCommandOutput) => void,
|
|
943
931
|
): void;
|
|
944
932
|
deleteResourceDataSync(
|
|
945
933
|
args: DeleteResourceDataSyncCommandInput,
|
|
946
|
-
options?: __HttpHandlerOptions
|
|
934
|
+
options?: __HttpHandlerOptions,
|
|
947
935
|
): Promise<DeleteResourceDataSyncCommandOutput>;
|
|
948
936
|
deleteResourceDataSync(
|
|
949
937
|
args: DeleteResourceDataSyncCommandInput,
|
|
950
|
-
cb: (err: any, data?: DeleteResourceDataSyncCommandOutput) => void
|
|
938
|
+
cb: (err: any, data?: DeleteResourceDataSyncCommandOutput) => void,
|
|
951
939
|
): void;
|
|
952
940
|
deleteResourceDataSync(
|
|
953
941
|
args: DeleteResourceDataSyncCommandInput,
|
|
954
942
|
options: __HttpHandlerOptions,
|
|
955
|
-
cb: (err: any, data?: DeleteResourceDataSyncCommandOutput) => void
|
|
943
|
+
cb: (err: any, data?: DeleteResourceDataSyncCommandOutput) => void,
|
|
956
944
|
): void;
|
|
957
945
|
deleteResourcePolicy(
|
|
958
946
|
args: DeleteResourcePolicyCommandInput,
|
|
959
|
-
options?: __HttpHandlerOptions
|
|
947
|
+
options?: __HttpHandlerOptions,
|
|
960
948
|
): Promise<DeleteResourcePolicyCommandOutput>;
|
|
961
949
|
deleteResourcePolicy(
|
|
962
950
|
args: DeleteResourcePolicyCommandInput,
|
|
963
|
-
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
951
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
|
|
964
952
|
): void;
|
|
965
953
|
deleteResourcePolicy(
|
|
966
954
|
args: DeleteResourcePolicyCommandInput,
|
|
967
955
|
options: __HttpHandlerOptions,
|
|
968
|
-
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
956
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
|
|
969
957
|
): void;
|
|
970
958
|
deregisterManagedInstance(
|
|
971
959
|
args: DeregisterManagedInstanceCommandInput,
|
|
972
|
-
options?: __HttpHandlerOptions
|
|
960
|
+
options?: __HttpHandlerOptions,
|
|
973
961
|
): Promise<DeregisterManagedInstanceCommandOutput>;
|
|
974
962
|
deregisterManagedInstance(
|
|
975
963
|
args: DeregisterManagedInstanceCommandInput,
|
|
976
|
-
cb: (err: any, data?: DeregisterManagedInstanceCommandOutput) => void
|
|
964
|
+
cb: (err: any, data?: DeregisterManagedInstanceCommandOutput) => void,
|
|
977
965
|
): void;
|
|
978
966
|
deregisterManagedInstance(
|
|
979
967
|
args: DeregisterManagedInstanceCommandInput,
|
|
980
968
|
options: __HttpHandlerOptions,
|
|
981
|
-
cb: (err: any, data?: DeregisterManagedInstanceCommandOutput) => void
|
|
969
|
+
cb: (err: any, data?: DeregisterManagedInstanceCommandOutput) => void,
|
|
982
970
|
): void;
|
|
983
971
|
deregisterPatchBaselineForPatchGroup(
|
|
984
972
|
args: DeregisterPatchBaselineForPatchGroupCommandInput,
|
|
985
|
-
options?: __HttpHandlerOptions
|
|
973
|
+
options?: __HttpHandlerOptions,
|
|
986
974
|
): Promise<DeregisterPatchBaselineForPatchGroupCommandOutput>;
|
|
987
975
|
deregisterPatchBaselineForPatchGroup(
|
|
988
976
|
args: DeregisterPatchBaselineForPatchGroupCommandInput,
|
|
989
|
-
cb: (
|
|
990
|
-
err: any,
|
|
991
|
-
data?: DeregisterPatchBaselineForPatchGroupCommandOutput
|
|
992
|
-
) => void
|
|
977
|
+
cb: (err: any, data?: DeregisterPatchBaselineForPatchGroupCommandOutput) => void,
|
|
993
978
|
): void;
|
|
994
979
|
deregisterPatchBaselineForPatchGroup(
|
|
995
980
|
args: DeregisterPatchBaselineForPatchGroupCommandInput,
|
|
996
981
|
options: __HttpHandlerOptions,
|
|
997
|
-
cb: (
|
|
998
|
-
err: any,
|
|
999
|
-
data?: DeregisterPatchBaselineForPatchGroupCommandOutput
|
|
1000
|
-
) => void
|
|
982
|
+
cb: (err: any, data?: DeregisterPatchBaselineForPatchGroupCommandOutput) => void,
|
|
1001
983
|
): void;
|
|
1002
984
|
deregisterTargetFromMaintenanceWindow(
|
|
1003
985
|
args: DeregisterTargetFromMaintenanceWindowCommandInput,
|
|
1004
|
-
options?: __HttpHandlerOptions
|
|
986
|
+
options?: __HttpHandlerOptions,
|
|
1005
987
|
): Promise<DeregisterTargetFromMaintenanceWindowCommandOutput>;
|
|
1006
988
|
deregisterTargetFromMaintenanceWindow(
|
|
1007
989
|
args: DeregisterTargetFromMaintenanceWindowCommandInput,
|
|
1008
|
-
cb: (
|
|
1009
|
-
err: any,
|
|
1010
|
-
data?: DeregisterTargetFromMaintenanceWindowCommandOutput
|
|
1011
|
-
) => void
|
|
990
|
+
cb: (err: any, data?: DeregisterTargetFromMaintenanceWindowCommandOutput) => void,
|
|
1012
991
|
): void;
|
|
1013
992
|
deregisterTargetFromMaintenanceWindow(
|
|
1014
993
|
args: DeregisterTargetFromMaintenanceWindowCommandInput,
|
|
1015
994
|
options: __HttpHandlerOptions,
|
|
1016
|
-
cb: (
|
|
1017
|
-
err: any,
|
|
1018
|
-
data?: DeregisterTargetFromMaintenanceWindowCommandOutput
|
|
1019
|
-
) => void
|
|
995
|
+
cb: (err: any, data?: DeregisterTargetFromMaintenanceWindowCommandOutput) => void,
|
|
1020
996
|
): void;
|
|
1021
997
|
deregisterTaskFromMaintenanceWindow(
|
|
1022
998
|
args: DeregisterTaskFromMaintenanceWindowCommandInput,
|
|
1023
|
-
options?: __HttpHandlerOptions
|
|
999
|
+
options?: __HttpHandlerOptions,
|
|
1024
1000
|
): Promise<DeregisterTaskFromMaintenanceWindowCommandOutput>;
|
|
1025
1001
|
deregisterTaskFromMaintenanceWindow(
|
|
1026
1002
|
args: DeregisterTaskFromMaintenanceWindowCommandInput,
|
|
1027
|
-
cb: (
|
|
1028
|
-
err: any,
|
|
1029
|
-
data?: DeregisterTaskFromMaintenanceWindowCommandOutput
|
|
1030
|
-
) => void
|
|
1003
|
+
cb: (err: any, data?: DeregisterTaskFromMaintenanceWindowCommandOutput) => void,
|
|
1031
1004
|
): void;
|
|
1032
1005
|
deregisterTaskFromMaintenanceWindow(
|
|
1033
1006
|
args: DeregisterTaskFromMaintenanceWindowCommandInput,
|
|
1034
1007
|
options: __HttpHandlerOptions,
|
|
1035
|
-
cb: (
|
|
1036
|
-
err: any,
|
|
1037
|
-
data?: DeregisterTaskFromMaintenanceWindowCommandOutput
|
|
1038
|
-
) => void
|
|
1008
|
+
cb: (err: any, data?: DeregisterTaskFromMaintenanceWindowCommandOutput) => void,
|
|
1039
1009
|
): void;
|
|
1040
1010
|
describeActivations(): Promise<DescribeActivationsCommandOutput>;
|
|
1041
1011
|
describeActivations(
|
|
1042
1012
|
args: DescribeActivationsCommandInput,
|
|
1043
|
-
options?: __HttpHandlerOptions
|
|
1013
|
+
options?: __HttpHandlerOptions,
|
|
1044
1014
|
): Promise<DescribeActivationsCommandOutput>;
|
|
1045
1015
|
describeActivations(
|
|
1046
1016
|
args: DescribeActivationsCommandInput,
|
|
1047
|
-
cb: (err: any, data?: DescribeActivationsCommandOutput) => void
|
|
1017
|
+
cb: (err: any, data?: DescribeActivationsCommandOutput) => void,
|
|
1048
1018
|
): void;
|
|
1049
1019
|
describeActivations(
|
|
1050
1020
|
args: DescribeActivationsCommandInput,
|
|
1051
1021
|
options: __HttpHandlerOptions,
|
|
1052
|
-
cb: (err: any, data?: DescribeActivationsCommandOutput) => void
|
|
1022
|
+
cb: (err: any, data?: DescribeActivationsCommandOutput) => void,
|
|
1053
1023
|
): void;
|
|
1054
1024
|
describeAssociation(): Promise<DescribeAssociationCommandOutput>;
|
|
1055
1025
|
describeAssociation(
|
|
1056
1026
|
args: DescribeAssociationCommandInput,
|
|
1057
|
-
options?: __HttpHandlerOptions
|
|
1027
|
+
options?: __HttpHandlerOptions,
|
|
1058
1028
|
): Promise<DescribeAssociationCommandOutput>;
|
|
1059
1029
|
describeAssociation(
|
|
1060
1030
|
args: DescribeAssociationCommandInput,
|
|
1061
|
-
cb: (err: any, data?: DescribeAssociationCommandOutput) => void
|
|
1031
|
+
cb: (err: any, data?: DescribeAssociationCommandOutput) => void,
|
|
1062
1032
|
): void;
|
|
1063
1033
|
describeAssociation(
|
|
1064
1034
|
args: DescribeAssociationCommandInput,
|
|
1065
1035
|
options: __HttpHandlerOptions,
|
|
1066
|
-
cb: (err: any, data?: DescribeAssociationCommandOutput) => void
|
|
1036
|
+
cb: (err: any, data?: DescribeAssociationCommandOutput) => void,
|
|
1067
1037
|
): void;
|
|
1068
1038
|
describeAssociationExecutions(
|
|
1069
1039
|
args: DescribeAssociationExecutionsCommandInput,
|
|
1070
|
-
options?: __HttpHandlerOptions
|
|
1040
|
+
options?: __HttpHandlerOptions,
|
|
1071
1041
|
): Promise<DescribeAssociationExecutionsCommandOutput>;
|
|
1072
1042
|
describeAssociationExecutions(
|
|
1073
1043
|
args: DescribeAssociationExecutionsCommandInput,
|
|
1074
|
-
cb: (err: any, data?: DescribeAssociationExecutionsCommandOutput) => void
|
|
1044
|
+
cb: (err: any, data?: DescribeAssociationExecutionsCommandOutput) => void,
|
|
1075
1045
|
): void;
|
|
1076
1046
|
describeAssociationExecutions(
|
|
1077
1047
|
args: DescribeAssociationExecutionsCommandInput,
|
|
1078
1048
|
options: __HttpHandlerOptions,
|
|
1079
|
-
cb: (err: any, data?: DescribeAssociationExecutionsCommandOutput) => void
|
|
1049
|
+
cb: (err: any, data?: DescribeAssociationExecutionsCommandOutput) => void,
|
|
1080
1050
|
): void;
|
|
1081
1051
|
describeAssociationExecutionTargets(
|
|
1082
1052
|
args: DescribeAssociationExecutionTargetsCommandInput,
|
|
1083
|
-
options?: __HttpHandlerOptions
|
|
1053
|
+
options?: __HttpHandlerOptions,
|
|
1084
1054
|
): Promise<DescribeAssociationExecutionTargetsCommandOutput>;
|
|
1085
1055
|
describeAssociationExecutionTargets(
|
|
1086
1056
|
args: DescribeAssociationExecutionTargetsCommandInput,
|
|
1087
|
-
cb: (
|
|
1088
|
-
err: any,
|
|
1089
|
-
data?: DescribeAssociationExecutionTargetsCommandOutput
|
|
1090
|
-
) => void
|
|
1057
|
+
cb: (err: any, data?: DescribeAssociationExecutionTargetsCommandOutput) => void,
|
|
1091
1058
|
): void;
|
|
1092
1059
|
describeAssociationExecutionTargets(
|
|
1093
1060
|
args: DescribeAssociationExecutionTargetsCommandInput,
|
|
1094
1061
|
options: __HttpHandlerOptions,
|
|
1095
|
-
cb: (
|
|
1096
|
-
err: any,
|
|
1097
|
-
data?: DescribeAssociationExecutionTargetsCommandOutput
|
|
1098
|
-
) => void
|
|
1062
|
+
cb: (err: any, data?: DescribeAssociationExecutionTargetsCommandOutput) => void,
|
|
1099
1063
|
): void;
|
|
1100
1064
|
describeAutomationExecutions(): Promise<DescribeAutomationExecutionsCommandOutput>;
|
|
1101
1065
|
describeAutomationExecutions(
|
|
1102
1066
|
args: DescribeAutomationExecutionsCommandInput,
|
|
1103
|
-
options?: __HttpHandlerOptions
|
|
1067
|
+
options?: __HttpHandlerOptions,
|
|
1104
1068
|
): Promise<DescribeAutomationExecutionsCommandOutput>;
|
|
1105
1069
|
describeAutomationExecutions(
|
|
1106
1070
|
args: DescribeAutomationExecutionsCommandInput,
|
|
1107
|
-
cb: (err: any, data?: DescribeAutomationExecutionsCommandOutput) => void
|
|
1071
|
+
cb: (err: any, data?: DescribeAutomationExecutionsCommandOutput) => void,
|
|
1108
1072
|
): void;
|
|
1109
1073
|
describeAutomationExecutions(
|
|
1110
1074
|
args: DescribeAutomationExecutionsCommandInput,
|
|
1111
1075
|
options: __HttpHandlerOptions,
|
|
1112
|
-
cb: (err: any, data?: DescribeAutomationExecutionsCommandOutput) => void
|
|
1076
|
+
cb: (err: any, data?: DescribeAutomationExecutionsCommandOutput) => void,
|
|
1113
1077
|
): void;
|
|
1114
1078
|
describeAutomationStepExecutions(
|
|
1115
1079
|
args: DescribeAutomationStepExecutionsCommandInput,
|
|
1116
|
-
options?: __HttpHandlerOptions
|
|
1080
|
+
options?: __HttpHandlerOptions,
|
|
1117
1081
|
): Promise<DescribeAutomationStepExecutionsCommandOutput>;
|
|
1118
1082
|
describeAutomationStepExecutions(
|
|
1119
1083
|
args: DescribeAutomationStepExecutionsCommandInput,
|
|
1120
|
-
cb: (err: any, data?: DescribeAutomationStepExecutionsCommandOutput) => void
|
|
1084
|
+
cb: (err: any, data?: DescribeAutomationStepExecutionsCommandOutput) => void,
|
|
1121
1085
|
): void;
|
|
1122
1086
|
describeAutomationStepExecutions(
|
|
1123
1087
|
args: DescribeAutomationStepExecutionsCommandInput,
|
|
1124
1088
|
options: __HttpHandlerOptions,
|
|
1125
|
-
cb: (err: any, data?: DescribeAutomationStepExecutionsCommandOutput) => void
|
|
1089
|
+
cb: (err: any, data?: DescribeAutomationStepExecutionsCommandOutput) => void,
|
|
1126
1090
|
): void;
|
|
1127
1091
|
describeAvailablePatches(): Promise<DescribeAvailablePatchesCommandOutput>;
|
|
1128
1092
|
describeAvailablePatches(
|
|
1129
1093
|
args: DescribeAvailablePatchesCommandInput,
|
|
1130
|
-
options?: __HttpHandlerOptions
|
|
1094
|
+
options?: __HttpHandlerOptions,
|
|
1131
1095
|
): Promise<DescribeAvailablePatchesCommandOutput>;
|
|
1132
1096
|
describeAvailablePatches(
|
|
1133
1097
|
args: DescribeAvailablePatchesCommandInput,
|
|
1134
|
-
cb: (err: any, data?: DescribeAvailablePatchesCommandOutput) => void
|
|
1098
|
+
cb: (err: any, data?: DescribeAvailablePatchesCommandOutput) => void,
|
|
1135
1099
|
): void;
|
|
1136
1100
|
describeAvailablePatches(
|
|
1137
1101
|
args: DescribeAvailablePatchesCommandInput,
|
|
1138
1102
|
options: __HttpHandlerOptions,
|
|
1139
|
-
cb: (err: any, data?: DescribeAvailablePatchesCommandOutput) => void
|
|
1103
|
+
cb: (err: any, data?: DescribeAvailablePatchesCommandOutput) => void,
|
|
1140
1104
|
): void;
|
|
1141
1105
|
describeDocument(
|
|
1142
1106
|
args: DescribeDocumentCommandInput,
|
|
1143
|
-
options?: __HttpHandlerOptions
|
|
1107
|
+
options?: __HttpHandlerOptions,
|
|
1144
1108
|
): Promise<DescribeDocumentCommandOutput>;
|
|
1145
1109
|
describeDocument(
|
|
1146
1110
|
args: DescribeDocumentCommandInput,
|
|
1147
|
-
cb: (err: any, data?: DescribeDocumentCommandOutput) => void
|
|
1111
|
+
cb: (err: any, data?: DescribeDocumentCommandOutput) => void,
|
|
1148
1112
|
): void;
|
|
1149
1113
|
describeDocument(
|
|
1150
1114
|
args: DescribeDocumentCommandInput,
|
|
1151
1115
|
options: __HttpHandlerOptions,
|
|
1152
|
-
cb: (err: any, data?: DescribeDocumentCommandOutput) => void
|
|
1116
|
+
cb: (err: any, data?: DescribeDocumentCommandOutput) => void,
|
|
1153
1117
|
): void;
|
|
1154
1118
|
describeDocumentPermission(
|
|
1155
1119
|
args: DescribeDocumentPermissionCommandInput,
|
|
1156
|
-
options?: __HttpHandlerOptions
|
|
1120
|
+
options?: __HttpHandlerOptions,
|
|
1157
1121
|
): Promise<DescribeDocumentPermissionCommandOutput>;
|
|
1158
1122
|
describeDocumentPermission(
|
|
1159
1123
|
args: DescribeDocumentPermissionCommandInput,
|
|
1160
|
-
cb: (err: any, data?: DescribeDocumentPermissionCommandOutput) => void
|
|
1124
|
+
cb: (err: any, data?: DescribeDocumentPermissionCommandOutput) => void,
|
|
1161
1125
|
): void;
|
|
1162
1126
|
describeDocumentPermission(
|
|
1163
1127
|
args: DescribeDocumentPermissionCommandInput,
|
|
1164
1128
|
options: __HttpHandlerOptions,
|
|
1165
|
-
cb: (err: any, data?: DescribeDocumentPermissionCommandOutput) => void
|
|
1129
|
+
cb: (err: any, data?: DescribeDocumentPermissionCommandOutput) => void,
|
|
1166
1130
|
): void;
|
|
1167
1131
|
describeEffectiveInstanceAssociations(
|
|
1168
1132
|
args: DescribeEffectiveInstanceAssociationsCommandInput,
|
|
1169
|
-
options?: __HttpHandlerOptions
|
|
1133
|
+
options?: __HttpHandlerOptions,
|
|
1170
1134
|
): Promise<DescribeEffectiveInstanceAssociationsCommandOutput>;
|
|
1171
1135
|
describeEffectiveInstanceAssociations(
|
|
1172
1136
|
args: DescribeEffectiveInstanceAssociationsCommandInput,
|
|
1173
|
-
cb: (
|
|
1174
|
-
err: any,
|
|
1175
|
-
data?: DescribeEffectiveInstanceAssociationsCommandOutput
|
|
1176
|
-
) => void
|
|
1137
|
+
cb: (err: any, data?: DescribeEffectiveInstanceAssociationsCommandOutput) => void,
|
|
1177
1138
|
): void;
|
|
1178
1139
|
describeEffectiveInstanceAssociations(
|
|
1179
1140
|
args: DescribeEffectiveInstanceAssociationsCommandInput,
|
|
1180
1141
|
options: __HttpHandlerOptions,
|
|
1181
|
-
cb: (
|
|
1182
|
-
err: any,
|
|
1183
|
-
data?: DescribeEffectiveInstanceAssociationsCommandOutput
|
|
1184
|
-
) => void
|
|
1142
|
+
cb: (err: any, data?: DescribeEffectiveInstanceAssociationsCommandOutput) => void,
|
|
1185
1143
|
): void;
|
|
1186
1144
|
describeEffectivePatchesForPatchBaseline(
|
|
1187
1145
|
args: DescribeEffectivePatchesForPatchBaselineCommandInput,
|
|
1188
|
-
options?: __HttpHandlerOptions
|
|
1146
|
+
options?: __HttpHandlerOptions,
|
|
1189
1147
|
): Promise<DescribeEffectivePatchesForPatchBaselineCommandOutput>;
|
|
1190
1148
|
describeEffectivePatchesForPatchBaseline(
|
|
1191
1149
|
args: DescribeEffectivePatchesForPatchBaselineCommandInput,
|
|
1192
|
-
cb: (
|
|
1193
|
-
err: any,
|
|
1194
|
-
data?: DescribeEffectivePatchesForPatchBaselineCommandOutput
|
|
1195
|
-
) => void
|
|
1150
|
+
cb: (err: any, data?: DescribeEffectivePatchesForPatchBaselineCommandOutput) => void,
|
|
1196
1151
|
): void;
|
|
1197
1152
|
describeEffectivePatchesForPatchBaseline(
|
|
1198
1153
|
args: DescribeEffectivePatchesForPatchBaselineCommandInput,
|
|
1199
1154
|
options: __HttpHandlerOptions,
|
|
1200
|
-
cb: (
|
|
1201
|
-
err: any,
|
|
1202
|
-
data?: DescribeEffectivePatchesForPatchBaselineCommandOutput
|
|
1203
|
-
) => void
|
|
1155
|
+
cb: (err: any, data?: DescribeEffectivePatchesForPatchBaselineCommandOutput) => void,
|
|
1204
1156
|
): void;
|
|
1205
1157
|
describeInstanceAssociationsStatus(
|
|
1206
1158
|
args: DescribeInstanceAssociationsStatusCommandInput,
|
|
1207
|
-
options?: __HttpHandlerOptions
|
|
1159
|
+
options?: __HttpHandlerOptions,
|
|
1208
1160
|
): Promise<DescribeInstanceAssociationsStatusCommandOutput>;
|
|
1209
1161
|
describeInstanceAssociationsStatus(
|
|
1210
1162
|
args: DescribeInstanceAssociationsStatusCommandInput,
|
|
1211
|
-
cb: (
|
|
1212
|
-
err: any,
|
|
1213
|
-
data?: DescribeInstanceAssociationsStatusCommandOutput
|
|
1214
|
-
) => void
|
|
1163
|
+
cb: (err: any, data?: DescribeInstanceAssociationsStatusCommandOutput) => void,
|
|
1215
1164
|
): void;
|
|
1216
1165
|
describeInstanceAssociationsStatus(
|
|
1217
1166
|
args: DescribeInstanceAssociationsStatusCommandInput,
|
|
1218
1167
|
options: __HttpHandlerOptions,
|
|
1219
|
-
cb: (
|
|
1220
|
-
err: any,
|
|
1221
|
-
data?: DescribeInstanceAssociationsStatusCommandOutput
|
|
1222
|
-
) => void
|
|
1168
|
+
cb: (err: any, data?: DescribeInstanceAssociationsStatusCommandOutput) => void,
|
|
1223
1169
|
): void;
|
|
1224
1170
|
describeInstanceInformation(): Promise<DescribeInstanceInformationCommandOutput>;
|
|
1225
1171
|
describeInstanceInformation(
|
|
1226
1172
|
args: DescribeInstanceInformationCommandInput,
|
|
1227
|
-
options?: __HttpHandlerOptions
|
|
1173
|
+
options?: __HttpHandlerOptions,
|
|
1228
1174
|
): Promise<DescribeInstanceInformationCommandOutput>;
|
|
1229
1175
|
describeInstanceInformation(
|
|
1230
1176
|
args: DescribeInstanceInformationCommandInput,
|
|
1231
|
-
cb: (err: any, data?: DescribeInstanceInformationCommandOutput) => void
|
|
1177
|
+
cb: (err: any, data?: DescribeInstanceInformationCommandOutput) => void,
|
|
1232
1178
|
): void;
|
|
1233
1179
|
describeInstanceInformation(
|
|
1234
1180
|
args: DescribeInstanceInformationCommandInput,
|
|
1235
1181
|
options: __HttpHandlerOptions,
|
|
1236
|
-
cb: (err: any, data?: DescribeInstanceInformationCommandOutput) => void
|
|
1182
|
+
cb: (err: any, data?: DescribeInstanceInformationCommandOutput) => void,
|
|
1237
1183
|
): void;
|
|
1238
1184
|
describeInstancePatches(
|
|
1239
1185
|
args: DescribeInstancePatchesCommandInput,
|
|
1240
|
-
options?: __HttpHandlerOptions
|
|
1186
|
+
options?: __HttpHandlerOptions,
|
|
1241
1187
|
): Promise<DescribeInstancePatchesCommandOutput>;
|
|
1242
1188
|
describeInstancePatches(
|
|
1243
1189
|
args: DescribeInstancePatchesCommandInput,
|
|
1244
|
-
cb: (err: any, data?: DescribeInstancePatchesCommandOutput) => void
|
|
1190
|
+
cb: (err: any, data?: DescribeInstancePatchesCommandOutput) => void,
|
|
1245
1191
|
): void;
|
|
1246
1192
|
describeInstancePatches(
|
|
1247
1193
|
args: DescribeInstancePatchesCommandInput,
|
|
1248
1194
|
options: __HttpHandlerOptions,
|
|
1249
|
-
cb: (err: any, data?: DescribeInstancePatchesCommandOutput) => void
|
|
1195
|
+
cb: (err: any, data?: DescribeInstancePatchesCommandOutput) => void,
|
|
1250
1196
|
): void;
|
|
1251
1197
|
describeInstancePatchStates(
|
|
1252
1198
|
args: DescribeInstancePatchStatesCommandInput,
|
|
1253
|
-
options?: __HttpHandlerOptions
|
|
1199
|
+
options?: __HttpHandlerOptions,
|
|
1254
1200
|
): Promise<DescribeInstancePatchStatesCommandOutput>;
|
|
1255
1201
|
describeInstancePatchStates(
|
|
1256
1202
|
args: DescribeInstancePatchStatesCommandInput,
|
|
1257
|
-
cb: (err: any, data?: DescribeInstancePatchStatesCommandOutput) => void
|
|
1203
|
+
cb: (err: any, data?: DescribeInstancePatchStatesCommandOutput) => void,
|
|
1258
1204
|
): void;
|
|
1259
1205
|
describeInstancePatchStates(
|
|
1260
1206
|
args: DescribeInstancePatchStatesCommandInput,
|
|
1261
1207
|
options: __HttpHandlerOptions,
|
|
1262
|
-
cb: (err: any, data?: DescribeInstancePatchStatesCommandOutput) => void
|
|
1208
|
+
cb: (err: any, data?: DescribeInstancePatchStatesCommandOutput) => void,
|
|
1263
1209
|
): void;
|
|
1264
1210
|
describeInstancePatchStatesForPatchGroup(
|
|
1265
1211
|
args: DescribeInstancePatchStatesForPatchGroupCommandInput,
|
|
1266
|
-
options?: __HttpHandlerOptions
|
|
1212
|
+
options?: __HttpHandlerOptions,
|
|
1267
1213
|
): Promise<DescribeInstancePatchStatesForPatchGroupCommandOutput>;
|
|
1268
1214
|
describeInstancePatchStatesForPatchGroup(
|
|
1269
1215
|
args: DescribeInstancePatchStatesForPatchGroupCommandInput,
|
|
1270
|
-
cb: (
|
|
1271
|
-
err: any,
|
|
1272
|
-
data?: DescribeInstancePatchStatesForPatchGroupCommandOutput
|
|
1273
|
-
) => void
|
|
1216
|
+
cb: (err: any, data?: DescribeInstancePatchStatesForPatchGroupCommandOutput) => void,
|
|
1274
1217
|
): void;
|
|
1275
1218
|
describeInstancePatchStatesForPatchGroup(
|
|
1276
1219
|
args: DescribeInstancePatchStatesForPatchGroupCommandInput,
|
|
1277
1220
|
options: __HttpHandlerOptions,
|
|
1278
|
-
cb: (
|
|
1279
|
-
err: any,
|
|
1280
|
-
data?: DescribeInstancePatchStatesForPatchGroupCommandOutput
|
|
1281
|
-
) => void
|
|
1221
|
+
cb: (err: any, data?: DescribeInstancePatchStatesForPatchGroupCommandOutput) => void,
|
|
1282
1222
|
): void;
|
|
1283
1223
|
describeInstanceProperties(): Promise<DescribeInstancePropertiesCommandOutput>;
|
|
1284
1224
|
describeInstanceProperties(
|
|
1285
1225
|
args: DescribeInstancePropertiesCommandInput,
|
|
1286
|
-
options?: __HttpHandlerOptions
|
|
1226
|
+
options?: __HttpHandlerOptions,
|
|
1287
1227
|
): Promise<DescribeInstancePropertiesCommandOutput>;
|
|
1288
1228
|
describeInstanceProperties(
|
|
1289
1229
|
args: DescribeInstancePropertiesCommandInput,
|
|
1290
|
-
cb: (err: any, data?: DescribeInstancePropertiesCommandOutput) => void
|
|
1230
|
+
cb: (err: any, data?: DescribeInstancePropertiesCommandOutput) => void,
|
|
1291
1231
|
): void;
|
|
1292
1232
|
describeInstanceProperties(
|
|
1293
1233
|
args: DescribeInstancePropertiesCommandInput,
|
|
1294
1234
|
options: __HttpHandlerOptions,
|
|
1295
|
-
cb: (err: any, data?: DescribeInstancePropertiesCommandOutput) => void
|
|
1235
|
+
cb: (err: any, data?: DescribeInstancePropertiesCommandOutput) => void,
|
|
1296
1236
|
): void;
|
|
1297
1237
|
describeInventoryDeletions(): Promise<DescribeInventoryDeletionsCommandOutput>;
|
|
1298
1238
|
describeInventoryDeletions(
|
|
1299
1239
|
args: DescribeInventoryDeletionsCommandInput,
|
|
1300
|
-
options?: __HttpHandlerOptions
|
|
1240
|
+
options?: __HttpHandlerOptions,
|
|
1301
1241
|
): Promise<DescribeInventoryDeletionsCommandOutput>;
|
|
1302
1242
|
describeInventoryDeletions(
|
|
1303
1243
|
args: DescribeInventoryDeletionsCommandInput,
|
|
1304
|
-
cb: (err: any, data?: DescribeInventoryDeletionsCommandOutput) => void
|
|
1244
|
+
cb: (err: any, data?: DescribeInventoryDeletionsCommandOutput) => void,
|
|
1305
1245
|
): void;
|
|
1306
1246
|
describeInventoryDeletions(
|
|
1307
1247
|
args: DescribeInventoryDeletionsCommandInput,
|
|
1308
1248
|
options: __HttpHandlerOptions,
|
|
1309
|
-
cb: (err: any, data?: DescribeInventoryDeletionsCommandOutput) => void
|
|
1249
|
+
cb: (err: any, data?: DescribeInventoryDeletionsCommandOutput) => void,
|
|
1310
1250
|
): void;
|
|
1311
1251
|
describeMaintenanceWindowExecutions(
|
|
1312
1252
|
args: DescribeMaintenanceWindowExecutionsCommandInput,
|
|
1313
|
-
options?: __HttpHandlerOptions
|
|
1253
|
+
options?: __HttpHandlerOptions,
|
|
1314
1254
|
): Promise<DescribeMaintenanceWindowExecutionsCommandOutput>;
|
|
1315
1255
|
describeMaintenanceWindowExecutions(
|
|
1316
1256
|
args: DescribeMaintenanceWindowExecutionsCommandInput,
|
|
1317
|
-
cb: (
|
|
1318
|
-
err: any,
|
|
1319
|
-
data?: DescribeMaintenanceWindowExecutionsCommandOutput
|
|
1320
|
-
) => void
|
|
1257
|
+
cb: (err: any, data?: DescribeMaintenanceWindowExecutionsCommandOutput) => void,
|
|
1321
1258
|
): void;
|
|
1322
1259
|
describeMaintenanceWindowExecutions(
|
|
1323
1260
|
args: DescribeMaintenanceWindowExecutionsCommandInput,
|
|
1324
1261
|
options: __HttpHandlerOptions,
|
|
1325
|
-
cb: (
|
|
1326
|
-
err: any,
|
|
1327
|
-
data?: DescribeMaintenanceWindowExecutionsCommandOutput
|
|
1328
|
-
) => void
|
|
1262
|
+
cb: (err: any, data?: DescribeMaintenanceWindowExecutionsCommandOutput) => void,
|
|
1329
1263
|
): void;
|
|
1330
1264
|
describeMaintenanceWindowExecutionTaskInvocations(
|
|
1331
1265
|
args: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput,
|
|
1332
|
-
options?: __HttpHandlerOptions
|
|
1266
|
+
options?: __HttpHandlerOptions,
|
|
1333
1267
|
): Promise<DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput>;
|
|
1334
1268
|
describeMaintenanceWindowExecutionTaskInvocations(
|
|
1335
1269
|
args: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput,
|
|
1336
|
-
cb: (
|
|
1337
|
-
err: any,
|
|
1338
|
-
data?: DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput
|
|
1339
|
-
) => void
|
|
1270
|
+
cb: (err: any, data?: DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput) => void,
|
|
1340
1271
|
): void;
|
|
1341
1272
|
describeMaintenanceWindowExecutionTaskInvocations(
|
|
1342
1273
|
args: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput,
|
|
1343
1274
|
options: __HttpHandlerOptions,
|
|
1344
|
-
cb: (
|
|
1345
|
-
err: any,
|
|
1346
|
-
data?: DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput
|
|
1347
|
-
) => void
|
|
1275
|
+
cb: (err: any, data?: DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput) => void,
|
|
1348
1276
|
): void;
|
|
1349
1277
|
describeMaintenanceWindowExecutionTasks(
|
|
1350
1278
|
args: DescribeMaintenanceWindowExecutionTasksCommandInput,
|
|
1351
|
-
options?: __HttpHandlerOptions
|
|
1279
|
+
options?: __HttpHandlerOptions,
|
|
1352
1280
|
): Promise<DescribeMaintenanceWindowExecutionTasksCommandOutput>;
|
|
1353
1281
|
describeMaintenanceWindowExecutionTasks(
|
|
1354
1282
|
args: DescribeMaintenanceWindowExecutionTasksCommandInput,
|
|
1355
|
-
cb: (
|
|
1356
|
-
err: any,
|
|
1357
|
-
data?: DescribeMaintenanceWindowExecutionTasksCommandOutput
|
|
1358
|
-
) => void
|
|
1283
|
+
cb: (err: any, data?: DescribeMaintenanceWindowExecutionTasksCommandOutput) => void,
|
|
1359
1284
|
): void;
|
|
1360
1285
|
describeMaintenanceWindowExecutionTasks(
|
|
1361
1286
|
args: DescribeMaintenanceWindowExecutionTasksCommandInput,
|
|
1362
1287
|
options: __HttpHandlerOptions,
|
|
1363
|
-
cb: (
|
|
1364
|
-
err: any,
|
|
1365
|
-
data?: DescribeMaintenanceWindowExecutionTasksCommandOutput
|
|
1366
|
-
) => void
|
|
1288
|
+
cb: (err: any, data?: DescribeMaintenanceWindowExecutionTasksCommandOutput) => void,
|
|
1367
1289
|
): void;
|
|
1368
1290
|
describeMaintenanceWindows(): Promise<DescribeMaintenanceWindowsCommandOutput>;
|
|
1369
1291
|
describeMaintenanceWindows(
|
|
1370
1292
|
args: DescribeMaintenanceWindowsCommandInput,
|
|
1371
|
-
options?: __HttpHandlerOptions
|
|
1293
|
+
options?: __HttpHandlerOptions,
|
|
1372
1294
|
): Promise<DescribeMaintenanceWindowsCommandOutput>;
|
|
1373
1295
|
describeMaintenanceWindows(
|
|
1374
1296
|
args: DescribeMaintenanceWindowsCommandInput,
|
|
1375
|
-
cb: (err: any, data?: DescribeMaintenanceWindowsCommandOutput) => void
|
|
1297
|
+
cb: (err: any, data?: DescribeMaintenanceWindowsCommandOutput) => void,
|
|
1376
1298
|
): void;
|
|
1377
1299
|
describeMaintenanceWindows(
|
|
1378
1300
|
args: DescribeMaintenanceWindowsCommandInput,
|
|
1379
1301
|
options: __HttpHandlerOptions,
|
|
1380
|
-
cb: (err: any, data?: DescribeMaintenanceWindowsCommandOutput) => void
|
|
1302
|
+
cb: (err: any, data?: DescribeMaintenanceWindowsCommandOutput) => void,
|
|
1381
1303
|
): void;
|
|
1382
1304
|
describeMaintenanceWindowSchedule(): Promise<DescribeMaintenanceWindowScheduleCommandOutput>;
|
|
1383
1305
|
describeMaintenanceWindowSchedule(
|
|
1384
1306
|
args: DescribeMaintenanceWindowScheduleCommandInput,
|
|
1385
|
-
options?: __HttpHandlerOptions
|
|
1307
|
+
options?: __HttpHandlerOptions,
|
|
1386
1308
|
): Promise<DescribeMaintenanceWindowScheduleCommandOutput>;
|
|
1387
1309
|
describeMaintenanceWindowSchedule(
|
|
1388
1310
|
args: DescribeMaintenanceWindowScheduleCommandInput,
|
|
1389
|
-
cb: (
|
|
1390
|
-
err: any,
|
|
1391
|
-
data?: DescribeMaintenanceWindowScheduleCommandOutput
|
|
1392
|
-
) => void
|
|
1311
|
+
cb: (err: any, data?: DescribeMaintenanceWindowScheduleCommandOutput) => void,
|
|
1393
1312
|
): void;
|
|
1394
1313
|
describeMaintenanceWindowSchedule(
|
|
1395
1314
|
args: DescribeMaintenanceWindowScheduleCommandInput,
|
|
1396
1315
|
options: __HttpHandlerOptions,
|
|
1397
|
-
cb: (
|
|
1398
|
-
err: any,
|
|
1399
|
-
data?: DescribeMaintenanceWindowScheduleCommandOutput
|
|
1400
|
-
) => void
|
|
1316
|
+
cb: (err: any, data?: DescribeMaintenanceWindowScheduleCommandOutput) => void,
|
|
1401
1317
|
): void;
|
|
1402
1318
|
describeMaintenanceWindowsForTarget(
|
|
1403
1319
|
args: DescribeMaintenanceWindowsForTargetCommandInput,
|
|
1404
|
-
options?: __HttpHandlerOptions
|
|
1320
|
+
options?: __HttpHandlerOptions,
|
|
1405
1321
|
): Promise<DescribeMaintenanceWindowsForTargetCommandOutput>;
|
|
1406
1322
|
describeMaintenanceWindowsForTarget(
|
|
1407
1323
|
args: DescribeMaintenanceWindowsForTargetCommandInput,
|
|
1408
|
-
cb: (
|
|
1409
|
-
err: any,
|
|
1410
|
-
data?: DescribeMaintenanceWindowsForTargetCommandOutput
|
|
1411
|
-
) => void
|
|
1324
|
+
cb: (err: any, data?: DescribeMaintenanceWindowsForTargetCommandOutput) => void,
|
|
1412
1325
|
): void;
|
|
1413
1326
|
describeMaintenanceWindowsForTarget(
|
|
1414
1327
|
args: DescribeMaintenanceWindowsForTargetCommandInput,
|
|
1415
1328
|
options: __HttpHandlerOptions,
|
|
1416
|
-
cb: (
|
|
1417
|
-
err: any,
|
|
1418
|
-
data?: DescribeMaintenanceWindowsForTargetCommandOutput
|
|
1419
|
-
) => void
|
|
1329
|
+
cb: (err: any, data?: DescribeMaintenanceWindowsForTargetCommandOutput) => void,
|
|
1420
1330
|
): void;
|
|
1421
1331
|
describeMaintenanceWindowTargets(
|
|
1422
1332
|
args: DescribeMaintenanceWindowTargetsCommandInput,
|
|
1423
|
-
options?: __HttpHandlerOptions
|
|
1333
|
+
options?: __HttpHandlerOptions,
|
|
1424
1334
|
): Promise<DescribeMaintenanceWindowTargetsCommandOutput>;
|
|
1425
1335
|
describeMaintenanceWindowTargets(
|
|
1426
1336
|
args: DescribeMaintenanceWindowTargetsCommandInput,
|
|
1427
|
-
cb: (err: any, data?: DescribeMaintenanceWindowTargetsCommandOutput) => void
|
|
1337
|
+
cb: (err: any, data?: DescribeMaintenanceWindowTargetsCommandOutput) => void,
|
|
1428
1338
|
): void;
|
|
1429
1339
|
describeMaintenanceWindowTargets(
|
|
1430
1340
|
args: DescribeMaintenanceWindowTargetsCommandInput,
|
|
1431
1341
|
options: __HttpHandlerOptions,
|
|
1432
|
-
cb: (err: any, data?: DescribeMaintenanceWindowTargetsCommandOutput) => void
|
|
1342
|
+
cb: (err: any, data?: DescribeMaintenanceWindowTargetsCommandOutput) => void,
|
|
1433
1343
|
): void;
|
|
1434
1344
|
describeMaintenanceWindowTasks(
|
|
1435
1345
|
args: DescribeMaintenanceWindowTasksCommandInput,
|
|
1436
|
-
options?: __HttpHandlerOptions
|
|
1346
|
+
options?: __HttpHandlerOptions,
|
|
1437
1347
|
): Promise<DescribeMaintenanceWindowTasksCommandOutput>;
|
|
1438
1348
|
describeMaintenanceWindowTasks(
|
|
1439
1349
|
args: DescribeMaintenanceWindowTasksCommandInput,
|
|
1440
|
-
cb: (err: any, data?: DescribeMaintenanceWindowTasksCommandOutput) => void
|
|
1350
|
+
cb: (err: any, data?: DescribeMaintenanceWindowTasksCommandOutput) => void,
|
|
1441
1351
|
): void;
|
|
1442
1352
|
describeMaintenanceWindowTasks(
|
|
1443
1353
|
args: DescribeMaintenanceWindowTasksCommandInput,
|
|
1444
1354
|
options: __HttpHandlerOptions,
|
|
1445
|
-
cb: (err: any, data?: DescribeMaintenanceWindowTasksCommandOutput) => void
|
|
1355
|
+
cb: (err: any, data?: DescribeMaintenanceWindowTasksCommandOutput) => void,
|
|
1446
1356
|
): void;
|
|
1447
1357
|
describeOpsItems(): Promise<DescribeOpsItemsCommandOutput>;
|
|
1448
1358
|
describeOpsItems(
|
|
1449
1359
|
args: DescribeOpsItemsCommandInput,
|
|
1450
|
-
options?: __HttpHandlerOptions
|
|
1360
|
+
options?: __HttpHandlerOptions,
|
|
1451
1361
|
): Promise<DescribeOpsItemsCommandOutput>;
|
|
1452
1362
|
describeOpsItems(
|
|
1453
1363
|
args: DescribeOpsItemsCommandInput,
|
|
1454
|
-
cb: (err: any, data?: DescribeOpsItemsCommandOutput) => void
|
|
1364
|
+
cb: (err: any, data?: DescribeOpsItemsCommandOutput) => void,
|
|
1455
1365
|
): void;
|
|
1456
1366
|
describeOpsItems(
|
|
1457
1367
|
args: DescribeOpsItemsCommandInput,
|
|
1458
1368
|
options: __HttpHandlerOptions,
|
|
1459
|
-
cb: (err: any, data?: DescribeOpsItemsCommandOutput) => void
|
|
1369
|
+
cb: (err: any, data?: DescribeOpsItemsCommandOutput) => void,
|
|
1460
1370
|
): void;
|
|
1461
1371
|
describeParameters(): Promise<DescribeParametersCommandOutput>;
|
|
1462
1372
|
describeParameters(
|
|
1463
1373
|
args: DescribeParametersCommandInput,
|
|
1464
|
-
options?: __HttpHandlerOptions
|
|
1374
|
+
options?: __HttpHandlerOptions,
|
|
1465
1375
|
): Promise<DescribeParametersCommandOutput>;
|
|
1466
1376
|
describeParameters(
|
|
1467
1377
|
args: DescribeParametersCommandInput,
|
|
1468
|
-
cb: (err: any, data?: DescribeParametersCommandOutput) => void
|
|
1378
|
+
cb: (err: any, data?: DescribeParametersCommandOutput) => void,
|
|
1469
1379
|
): void;
|
|
1470
1380
|
describeParameters(
|
|
1471
1381
|
args: DescribeParametersCommandInput,
|
|
1472
1382
|
options: __HttpHandlerOptions,
|
|
1473
|
-
cb: (err: any, data?: DescribeParametersCommandOutput) => void
|
|
1383
|
+
cb: (err: any, data?: DescribeParametersCommandOutput) => void,
|
|
1474
1384
|
): void;
|
|
1475
1385
|
describePatchBaselines(): Promise<DescribePatchBaselinesCommandOutput>;
|
|
1476
1386
|
describePatchBaselines(
|
|
1477
1387
|
args: DescribePatchBaselinesCommandInput,
|
|
1478
|
-
options?: __HttpHandlerOptions
|
|
1388
|
+
options?: __HttpHandlerOptions,
|
|
1479
1389
|
): Promise<DescribePatchBaselinesCommandOutput>;
|
|
1480
1390
|
describePatchBaselines(
|
|
1481
1391
|
args: DescribePatchBaselinesCommandInput,
|
|
1482
|
-
cb: (err: any, data?: DescribePatchBaselinesCommandOutput) => void
|
|
1392
|
+
cb: (err: any, data?: DescribePatchBaselinesCommandOutput) => void,
|
|
1483
1393
|
): void;
|
|
1484
1394
|
describePatchBaselines(
|
|
1485
1395
|
args: DescribePatchBaselinesCommandInput,
|
|
1486
1396
|
options: __HttpHandlerOptions,
|
|
1487
|
-
cb: (err: any, data?: DescribePatchBaselinesCommandOutput) => void
|
|
1397
|
+
cb: (err: any, data?: DescribePatchBaselinesCommandOutput) => void,
|
|
1488
1398
|
): void;
|
|
1489
1399
|
describePatchGroups(): Promise<DescribePatchGroupsCommandOutput>;
|
|
1490
1400
|
describePatchGroups(
|
|
1491
1401
|
args: DescribePatchGroupsCommandInput,
|
|
1492
|
-
options?: __HttpHandlerOptions
|
|
1402
|
+
options?: __HttpHandlerOptions,
|
|
1493
1403
|
): Promise<DescribePatchGroupsCommandOutput>;
|
|
1494
1404
|
describePatchGroups(
|
|
1495
1405
|
args: DescribePatchGroupsCommandInput,
|
|
1496
|
-
cb: (err: any, data?: DescribePatchGroupsCommandOutput) => void
|
|
1406
|
+
cb: (err: any, data?: DescribePatchGroupsCommandOutput) => void,
|
|
1497
1407
|
): void;
|
|
1498
1408
|
describePatchGroups(
|
|
1499
1409
|
args: DescribePatchGroupsCommandInput,
|
|
1500
1410
|
options: __HttpHandlerOptions,
|
|
1501
|
-
cb: (err: any, data?: DescribePatchGroupsCommandOutput) => void
|
|
1411
|
+
cb: (err: any, data?: DescribePatchGroupsCommandOutput) => void,
|
|
1502
1412
|
): void;
|
|
1503
1413
|
describePatchGroupState(
|
|
1504
1414
|
args: DescribePatchGroupStateCommandInput,
|
|
1505
|
-
options?: __HttpHandlerOptions
|
|
1415
|
+
options?: __HttpHandlerOptions,
|
|
1506
1416
|
): Promise<DescribePatchGroupStateCommandOutput>;
|
|
1507
1417
|
describePatchGroupState(
|
|
1508
1418
|
args: DescribePatchGroupStateCommandInput,
|
|
1509
|
-
cb: (err: any, data?: DescribePatchGroupStateCommandOutput) => void
|
|
1419
|
+
cb: (err: any, data?: DescribePatchGroupStateCommandOutput) => void,
|
|
1510
1420
|
): void;
|
|
1511
1421
|
describePatchGroupState(
|
|
1512
1422
|
args: DescribePatchGroupStateCommandInput,
|
|
1513
1423
|
options: __HttpHandlerOptions,
|
|
1514
|
-
cb: (err: any, data?: DescribePatchGroupStateCommandOutput) => void
|
|
1424
|
+
cb: (err: any, data?: DescribePatchGroupStateCommandOutput) => void,
|
|
1515
1425
|
): void;
|
|
1516
1426
|
describePatchProperties(
|
|
1517
1427
|
args: DescribePatchPropertiesCommandInput,
|
|
1518
|
-
options?: __HttpHandlerOptions
|
|
1428
|
+
options?: __HttpHandlerOptions,
|
|
1519
1429
|
): Promise<DescribePatchPropertiesCommandOutput>;
|
|
1520
1430
|
describePatchProperties(
|
|
1521
1431
|
args: DescribePatchPropertiesCommandInput,
|
|
1522
|
-
cb: (err: any, data?: DescribePatchPropertiesCommandOutput) => void
|
|
1432
|
+
cb: (err: any, data?: DescribePatchPropertiesCommandOutput) => void,
|
|
1523
1433
|
): void;
|
|
1524
1434
|
describePatchProperties(
|
|
1525
1435
|
args: DescribePatchPropertiesCommandInput,
|
|
1526
1436
|
options: __HttpHandlerOptions,
|
|
1527
|
-
cb: (err: any, data?: DescribePatchPropertiesCommandOutput) => void
|
|
1437
|
+
cb: (err: any, data?: DescribePatchPropertiesCommandOutput) => void,
|
|
1528
1438
|
): void;
|
|
1529
1439
|
describeSessions(
|
|
1530
1440
|
args: DescribeSessionsCommandInput,
|
|
1531
|
-
options?: __HttpHandlerOptions
|
|
1441
|
+
options?: __HttpHandlerOptions,
|
|
1532
1442
|
): Promise<DescribeSessionsCommandOutput>;
|
|
1533
1443
|
describeSessions(
|
|
1534
1444
|
args: DescribeSessionsCommandInput,
|
|
1535
|
-
cb: (err: any, data?: DescribeSessionsCommandOutput) => void
|
|
1445
|
+
cb: (err: any, data?: DescribeSessionsCommandOutput) => void,
|
|
1536
1446
|
): void;
|
|
1537
1447
|
describeSessions(
|
|
1538
1448
|
args: DescribeSessionsCommandInput,
|
|
1539
1449
|
options: __HttpHandlerOptions,
|
|
1540
|
-
cb: (err: any, data?: DescribeSessionsCommandOutput) => void
|
|
1450
|
+
cb: (err: any, data?: DescribeSessionsCommandOutput) => void,
|
|
1541
1451
|
): void;
|
|
1542
1452
|
disassociateOpsItemRelatedItem(
|
|
1543
1453
|
args: DisassociateOpsItemRelatedItemCommandInput,
|
|
1544
|
-
options?: __HttpHandlerOptions
|
|
1454
|
+
options?: __HttpHandlerOptions,
|
|
1545
1455
|
): Promise<DisassociateOpsItemRelatedItemCommandOutput>;
|
|
1546
1456
|
disassociateOpsItemRelatedItem(
|
|
1547
1457
|
args: DisassociateOpsItemRelatedItemCommandInput,
|
|
1548
|
-
cb: (err: any, data?: DisassociateOpsItemRelatedItemCommandOutput) => void
|
|
1458
|
+
cb: (err: any, data?: DisassociateOpsItemRelatedItemCommandOutput) => void,
|
|
1549
1459
|
): void;
|
|
1550
1460
|
disassociateOpsItemRelatedItem(
|
|
1551
1461
|
args: DisassociateOpsItemRelatedItemCommandInput,
|
|
1552
1462
|
options: __HttpHandlerOptions,
|
|
1553
|
-
cb: (err: any, data?: DisassociateOpsItemRelatedItemCommandOutput) => void
|
|
1463
|
+
cb: (err: any, data?: DisassociateOpsItemRelatedItemCommandOutput) => void,
|
|
1554
1464
|
): void;
|
|
1555
1465
|
getAccessToken(
|
|
1556
1466
|
args: GetAccessTokenCommandInput,
|
|
1557
|
-
options?: __HttpHandlerOptions
|
|
1467
|
+
options?: __HttpHandlerOptions,
|
|
1558
1468
|
): Promise<GetAccessTokenCommandOutput>;
|
|
1559
1469
|
getAccessToken(
|
|
1560
1470
|
args: GetAccessTokenCommandInput,
|
|
1561
|
-
cb: (err: any, data?: GetAccessTokenCommandOutput) => void
|
|
1471
|
+
cb: (err: any, data?: GetAccessTokenCommandOutput) => void,
|
|
1562
1472
|
): void;
|
|
1563
1473
|
getAccessToken(
|
|
1564
1474
|
args: GetAccessTokenCommandInput,
|
|
1565
1475
|
options: __HttpHandlerOptions,
|
|
1566
|
-
cb: (err: any, data?: GetAccessTokenCommandOutput) => void
|
|
1476
|
+
cb: (err: any, data?: GetAccessTokenCommandOutput) => void,
|
|
1567
1477
|
): void;
|
|
1568
1478
|
getAutomationExecution(
|
|
1569
1479
|
args: GetAutomationExecutionCommandInput,
|
|
1570
|
-
options?: __HttpHandlerOptions
|
|
1480
|
+
options?: __HttpHandlerOptions,
|
|
1571
1481
|
): Promise<GetAutomationExecutionCommandOutput>;
|
|
1572
1482
|
getAutomationExecution(
|
|
1573
1483
|
args: GetAutomationExecutionCommandInput,
|
|
1574
|
-
cb: (err: any, data?: GetAutomationExecutionCommandOutput) => void
|
|
1484
|
+
cb: (err: any, data?: GetAutomationExecutionCommandOutput) => void,
|
|
1575
1485
|
): void;
|
|
1576
1486
|
getAutomationExecution(
|
|
1577
1487
|
args: GetAutomationExecutionCommandInput,
|
|
1578
1488
|
options: __HttpHandlerOptions,
|
|
1579
|
-
cb: (err: any, data?: GetAutomationExecutionCommandOutput) => void
|
|
1489
|
+
cb: (err: any, data?: GetAutomationExecutionCommandOutput) => void,
|
|
1580
1490
|
): void;
|
|
1581
1491
|
getCalendarState(
|
|
1582
1492
|
args: GetCalendarStateCommandInput,
|
|
1583
|
-
options?: __HttpHandlerOptions
|
|
1493
|
+
options?: __HttpHandlerOptions,
|
|
1584
1494
|
): Promise<GetCalendarStateCommandOutput>;
|
|
1585
1495
|
getCalendarState(
|
|
1586
1496
|
args: GetCalendarStateCommandInput,
|
|
1587
|
-
cb: (err: any, data?: GetCalendarStateCommandOutput) => void
|
|
1497
|
+
cb: (err: any, data?: GetCalendarStateCommandOutput) => void,
|
|
1588
1498
|
): void;
|
|
1589
1499
|
getCalendarState(
|
|
1590
1500
|
args: GetCalendarStateCommandInput,
|
|
1591
1501
|
options: __HttpHandlerOptions,
|
|
1592
|
-
cb: (err: any, data?: GetCalendarStateCommandOutput) => void
|
|
1502
|
+
cb: (err: any, data?: GetCalendarStateCommandOutput) => void,
|
|
1593
1503
|
): void;
|
|
1594
1504
|
getCloudConnector(
|
|
1595
1505
|
args: GetCloudConnectorCommandInput,
|
|
1596
|
-
options?: __HttpHandlerOptions
|
|
1506
|
+
options?: __HttpHandlerOptions,
|
|
1597
1507
|
): Promise<GetCloudConnectorCommandOutput>;
|
|
1598
1508
|
getCloudConnector(
|
|
1599
1509
|
args: GetCloudConnectorCommandInput,
|
|
1600
|
-
cb: (err: any, data?: GetCloudConnectorCommandOutput) => void
|
|
1510
|
+
cb: (err: any, data?: GetCloudConnectorCommandOutput) => void,
|
|
1601
1511
|
): void;
|
|
1602
1512
|
getCloudConnector(
|
|
1603
1513
|
args: GetCloudConnectorCommandInput,
|
|
1604
1514
|
options: __HttpHandlerOptions,
|
|
1605
|
-
cb: (err: any, data?: GetCloudConnectorCommandOutput) => void
|
|
1515
|
+
cb: (err: any, data?: GetCloudConnectorCommandOutput) => void,
|
|
1606
1516
|
): void;
|
|
1607
1517
|
getCommandInvocation(
|
|
1608
1518
|
args: GetCommandInvocationCommandInput,
|
|
1609
|
-
options?: __HttpHandlerOptions
|
|
1519
|
+
options?: __HttpHandlerOptions,
|
|
1610
1520
|
): Promise<GetCommandInvocationCommandOutput>;
|
|
1611
1521
|
getCommandInvocation(
|
|
1612
1522
|
args: GetCommandInvocationCommandInput,
|
|
1613
|
-
cb: (err: any, data?: GetCommandInvocationCommandOutput) => void
|
|
1523
|
+
cb: (err: any, data?: GetCommandInvocationCommandOutput) => void,
|
|
1614
1524
|
): void;
|
|
1615
1525
|
getCommandInvocation(
|
|
1616
1526
|
args: GetCommandInvocationCommandInput,
|
|
1617
1527
|
options: __HttpHandlerOptions,
|
|
1618
|
-
cb: (err: any, data?: GetCommandInvocationCommandOutput) => void
|
|
1528
|
+
cb: (err: any, data?: GetCommandInvocationCommandOutput) => void,
|
|
1619
1529
|
): void;
|
|
1620
1530
|
getConnectionStatus(
|
|
1621
1531
|
args: GetConnectionStatusCommandInput,
|
|
1622
|
-
options?: __HttpHandlerOptions
|
|
1532
|
+
options?: __HttpHandlerOptions,
|
|
1623
1533
|
): Promise<GetConnectionStatusCommandOutput>;
|
|
1624
1534
|
getConnectionStatus(
|
|
1625
1535
|
args: GetConnectionStatusCommandInput,
|
|
1626
|
-
cb: (err: any, data?: GetConnectionStatusCommandOutput) => void
|
|
1536
|
+
cb: (err: any, data?: GetConnectionStatusCommandOutput) => void,
|
|
1627
1537
|
): void;
|
|
1628
1538
|
getConnectionStatus(
|
|
1629
1539
|
args: GetConnectionStatusCommandInput,
|
|
1630
1540
|
options: __HttpHandlerOptions,
|
|
1631
|
-
cb: (err: any, data?: GetConnectionStatusCommandOutput) => void
|
|
1541
|
+
cb: (err: any, data?: GetConnectionStatusCommandOutput) => void,
|
|
1632
1542
|
): void;
|
|
1633
1543
|
getDefaultPatchBaseline(): Promise<GetDefaultPatchBaselineCommandOutput>;
|
|
1634
1544
|
getDefaultPatchBaseline(
|
|
1635
1545
|
args: GetDefaultPatchBaselineCommandInput,
|
|
1636
|
-
options?: __HttpHandlerOptions
|
|
1546
|
+
options?: __HttpHandlerOptions,
|
|
1637
1547
|
): Promise<GetDefaultPatchBaselineCommandOutput>;
|
|
1638
1548
|
getDefaultPatchBaseline(
|
|
1639
1549
|
args: GetDefaultPatchBaselineCommandInput,
|
|
1640
|
-
cb: (err: any, data?: GetDefaultPatchBaselineCommandOutput) => void
|
|
1550
|
+
cb: (err: any, data?: GetDefaultPatchBaselineCommandOutput) => void,
|
|
1641
1551
|
): void;
|
|
1642
1552
|
getDefaultPatchBaseline(
|
|
1643
1553
|
args: GetDefaultPatchBaselineCommandInput,
|
|
1644
1554
|
options: __HttpHandlerOptions,
|
|
1645
|
-
cb: (err: any, data?: GetDefaultPatchBaselineCommandOutput) => void
|
|
1555
|
+
cb: (err: any, data?: GetDefaultPatchBaselineCommandOutput) => void,
|
|
1646
1556
|
): void;
|
|
1647
1557
|
getDeployablePatchSnapshotForInstance(
|
|
1648
1558
|
args: GetDeployablePatchSnapshotForInstanceCommandInput,
|
|
1649
|
-
options?: __HttpHandlerOptions
|
|
1559
|
+
options?: __HttpHandlerOptions,
|
|
1650
1560
|
): Promise<GetDeployablePatchSnapshotForInstanceCommandOutput>;
|
|
1651
1561
|
getDeployablePatchSnapshotForInstance(
|
|
1652
1562
|
args: GetDeployablePatchSnapshotForInstanceCommandInput,
|
|
1653
|
-
cb: (
|
|
1654
|
-
err: any,
|
|
1655
|
-
data?: GetDeployablePatchSnapshotForInstanceCommandOutput
|
|
1656
|
-
) => void
|
|
1563
|
+
cb: (err: any, data?: GetDeployablePatchSnapshotForInstanceCommandOutput) => void,
|
|
1657
1564
|
): void;
|
|
1658
1565
|
getDeployablePatchSnapshotForInstance(
|
|
1659
1566
|
args: GetDeployablePatchSnapshotForInstanceCommandInput,
|
|
1660
1567
|
options: __HttpHandlerOptions,
|
|
1661
|
-
cb: (
|
|
1662
|
-
err: any,
|
|
1663
|
-
data?: GetDeployablePatchSnapshotForInstanceCommandOutput
|
|
1664
|
-
) => void
|
|
1568
|
+
cb: (err: any, data?: GetDeployablePatchSnapshotForInstanceCommandOutput) => void,
|
|
1665
1569
|
): void;
|
|
1666
1570
|
getDocument(
|
|
1667
1571
|
args: GetDocumentCommandInput,
|
|
1668
|
-
options?: __HttpHandlerOptions
|
|
1572
|
+
options?: __HttpHandlerOptions,
|
|
1669
1573
|
): Promise<GetDocumentCommandOutput>;
|
|
1670
1574
|
getDocument(
|
|
1671
1575
|
args: GetDocumentCommandInput,
|
|
1672
|
-
cb: (err: any, data?: GetDocumentCommandOutput) => void
|
|
1576
|
+
cb: (err: any, data?: GetDocumentCommandOutput) => void,
|
|
1673
1577
|
): void;
|
|
1674
1578
|
getDocument(
|
|
1675
1579
|
args: GetDocumentCommandInput,
|
|
1676
1580
|
options: __HttpHandlerOptions,
|
|
1677
|
-
cb: (err: any, data?: GetDocumentCommandOutput) => void
|
|
1581
|
+
cb: (err: any, data?: GetDocumentCommandOutput) => void,
|
|
1678
1582
|
): void;
|
|
1679
1583
|
getExecutionPreview(
|
|
1680
1584
|
args: GetExecutionPreviewCommandInput,
|
|
1681
|
-
options?: __HttpHandlerOptions
|
|
1585
|
+
options?: __HttpHandlerOptions,
|
|
1682
1586
|
): Promise<GetExecutionPreviewCommandOutput>;
|
|
1683
1587
|
getExecutionPreview(
|
|
1684
1588
|
args: GetExecutionPreviewCommandInput,
|
|
1685
|
-
cb: (err: any, data?: GetExecutionPreviewCommandOutput) => void
|
|
1589
|
+
cb: (err: any, data?: GetExecutionPreviewCommandOutput) => void,
|
|
1686
1590
|
): void;
|
|
1687
1591
|
getExecutionPreview(
|
|
1688
1592
|
args: GetExecutionPreviewCommandInput,
|
|
1689
1593
|
options: __HttpHandlerOptions,
|
|
1690
|
-
cb: (err: any, data?: GetExecutionPreviewCommandOutput) => void
|
|
1594
|
+
cb: (err: any, data?: GetExecutionPreviewCommandOutput) => void,
|
|
1691
1595
|
): void;
|
|
1692
1596
|
getInventory(): Promise<GetInventoryCommandOutput>;
|
|
1693
1597
|
getInventory(
|
|
1694
1598
|
args: GetInventoryCommandInput,
|
|
1695
|
-
options?: __HttpHandlerOptions
|
|
1599
|
+
options?: __HttpHandlerOptions,
|
|
1696
1600
|
): Promise<GetInventoryCommandOutput>;
|
|
1697
1601
|
getInventory(
|
|
1698
1602
|
args: GetInventoryCommandInput,
|
|
1699
|
-
cb: (err: any, data?: GetInventoryCommandOutput) => void
|
|
1603
|
+
cb: (err: any, data?: GetInventoryCommandOutput) => void,
|
|
1700
1604
|
): void;
|
|
1701
1605
|
getInventory(
|
|
1702
1606
|
args: GetInventoryCommandInput,
|
|
1703
1607
|
options: __HttpHandlerOptions,
|
|
1704
|
-
cb: (err: any, data?: GetInventoryCommandOutput) => void
|
|
1608
|
+
cb: (err: any, data?: GetInventoryCommandOutput) => void,
|
|
1705
1609
|
): void;
|
|
1706
1610
|
getInventorySchema(): Promise<GetInventorySchemaCommandOutput>;
|
|
1707
1611
|
getInventorySchema(
|
|
1708
1612
|
args: GetInventorySchemaCommandInput,
|
|
1709
|
-
options?: __HttpHandlerOptions
|
|
1613
|
+
options?: __HttpHandlerOptions,
|
|
1710
1614
|
): Promise<GetInventorySchemaCommandOutput>;
|
|
1711
1615
|
getInventorySchema(
|
|
1712
1616
|
args: GetInventorySchemaCommandInput,
|
|
1713
|
-
cb: (err: any, data?: GetInventorySchemaCommandOutput) => void
|
|
1617
|
+
cb: (err: any, data?: GetInventorySchemaCommandOutput) => void,
|
|
1714
1618
|
): void;
|
|
1715
1619
|
getInventorySchema(
|
|
1716
1620
|
args: GetInventorySchemaCommandInput,
|
|
1717
1621
|
options: __HttpHandlerOptions,
|
|
1718
|
-
cb: (err: any, data?: GetInventorySchemaCommandOutput) => void
|
|
1622
|
+
cb: (err: any, data?: GetInventorySchemaCommandOutput) => void,
|
|
1719
1623
|
): void;
|
|
1720
1624
|
getMaintenanceWindow(
|
|
1721
1625
|
args: GetMaintenanceWindowCommandInput,
|
|
1722
|
-
options?: __HttpHandlerOptions
|
|
1626
|
+
options?: __HttpHandlerOptions,
|
|
1723
1627
|
): Promise<GetMaintenanceWindowCommandOutput>;
|
|
1724
1628
|
getMaintenanceWindow(
|
|
1725
1629
|
args: GetMaintenanceWindowCommandInput,
|
|
1726
|
-
cb: (err: any, data?: GetMaintenanceWindowCommandOutput) => void
|
|
1630
|
+
cb: (err: any, data?: GetMaintenanceWindowCommandOutput) => void,
|
|
1727
1631
|
): void;
|
|
1728
1632
|
getMaintenanceWindow(
|
|
1729
1633
|
args: GetMaintenanceWindowCommandInput,
|
|
1730
1634
|
options: __HttpHandlerOptions,
|
|
1731
|
-
cb: (err: any, data?: GetMaintenanceWindowCommandOutput) => void
|
|
1635
|
+
cb: (err: any, data?: GetMaintenanceWindowCommandOutput) => void,
|
|
1732
1636
|
): void;
|
|
1733
1637
|
getMaintenanceWindowExecution(
|
|
1734
1638
|
args: GetMaintenanceWindowExecutionCommandInput,
|
|
1735
|
-
options?: __HttpHandlerOptions
|
|
1639
|
+
options?: __HttpHandlerOptions,
|
|
1736
1640
|
): Promise<GetMaintenanceWindowExecutionCommandOutput>;
|
|
1737
1641
|
getMaintenanceWindowExecution(
|
|
1738
1642
|
args: GetMaintenanceWindowExecutionCommandInput,
|
|
1739
|
-
cb: (err: any, data?: GetMaintenanceWindowExecutionCommandOutput) => void
|
|
1643
|
+
cb: (err: any, data?: GetMaintenanceWindowExecutionCommandOutput) => void,
|
|
1740
1644
|
): void;
|
|
1741
1645
|
getMaintenanceWindowExecution(
|
|
1742
1646
|
args: GetMaintenanceWindowExecutionCommandInput,
|
|
1743
1647
|
options: __HttpHandlerOptions,
|
|
1744
|
-
cb: (err: any, data?: GetMaintenanceWindowExecutionCommandOutput) => void
|
|
1648
|
+
cb: (err: any, data?: GetMaintenanceWindowExecutionCommandOutput) => void,
|
|
1745
1649
|
): void;
|
|
1746
1650
|
getMaintenanceWindowExecutionTask(
|
|
1747
1651
|
args: GetMaintenanceWindowExecutionTaskCommandInput,
|
|
1748
|
-
options?: __HttpHandlerOptions
|
|
1652
|
+
options?: __HttpHandlerOptions,
|
|
1749
1653
|
): Promise<GetMaintenanceWindowExecutionTaskCommandOutput>;
|
|
1750
1654
|
getMaintenanceWindowExecutionTask(
|
|
1751
1655
|
args: GetMaintenanceWindowExecutionTaskCommandInput,
|
|
1752
|
-
cb: (
|
|
1753
|
-
err: any,
|
|
1754
|
-
data?: GetMaintenanceWindowExecutionTaskCommandOutput
|
|
1755
|
-
) => void
|
|
1656
|
+
cb: (err: any, data?: GetMaintenanceWindowExecutionTaskCommandOutput) => void,
|
|
1756
1657
|
): void;
|
|
1757
1658
|
getMaintenanceWindowExecutionTask(
|
|
1758
1659
|
args: GetMaintenanceWindowExecutionTaskCommandInput,
|
|
1759
1660
|
options: __HttpHandlerOptions,
|
|
1760
|
-
cb: (
|
|
1761
|
-
err: any,
|
|
1762
|
-
data?: GetMaintenanceWindowExecutionTaskCommandOutput
|
|
1763
|
-
) => void
|
|
1661
|
+
cb: (err: any, data?: GetMaintenanceWindowExecutionTaskCommandOutput) => void,
|
|
1764
1662
|
): void;
|
|
1765
1663
|
getMaintenanceWindowExecutionTaskInvocation(
|
|
1766
1664
|
args: GetMaintenanceWindowExecutionTaskInvocationCommandInput,
|
|
1767
|
-
options?: __HttpHandlerOptions
|
|
1665
|
+
options?: __HttpHandlerOptions,
|
|
1768
1666
|
): Promise<GetMaintenanceWindowExecutionTaskInvocationCommandOutput>;
|
|
1769
1667
|
getMaintenanceWindowExecutionTaskInvocation(
|
|
1770
1668
|
args: GetMaintenanceWindowExecutionTaskInvocationCommandInput,
|
|
1771
|
-
cb: (
|
|
1772
|
-
err: any,
|
|
1773
|
-
data?: GetMaintenanceWindowExecutionTaskInvocationCommandOutput
|
|
1774
|
-
) => void
|
|
1669
|
+
cb: (err: any, data?: GetMaintenanceWindowExecutionTaskInvocationCommandOutput) => void,
|
|
1775
1670
|
): void;
|
|
1776
1671
|
getMaintenanceWindowExecutionTaskInvocation(
|
|
1777
1672
|
args: GetMaintenanceWindowExecutionTaskInvocationCommandInput,
|
|
1778
1673
|
options: __HttpHandlerOptions,
|
|
1779
|
-
cb: (
|
|
1780
|
-
err: any,
|
|
1781
|
-
data?: GetMaintenanceWindowExecutionTaskInvocationCommandOutput
|
|
1782
|
-
) => void
|
|
1674
|
+
cb: (err: any, data?: GetMaintenanceWindowExecutionTaskInvocationCommandOutput) => void,
|
|
1783
1675
|
): void;
|
|
1784
1676
|
getMaintenanceWindowTask(
|
|
1785
1677
|
args: GetMaintenanceWindowTaskCommandInput,
|
|
1786
|
-
options?: __HttpHandlerOptions
|
|
1678
|
+
options?: __HttpHandlerOptions,
|
|
1787
1679
|
): Promise<GetMaintenanceWindowTaskCommandOutput>;
|
|
1788
1680
|
getMaintenanceWindowTask(
|
|
1789
1681
|
args: GetMaintenanceWindowTaskCommandInput,
|
|
1790
|
-
cb: (err: any, data?: GetMaintenanceWindowTaskCommandOutput) => void
|
|
1682
|
+
cb: (err: any, data?: GetMaintenanceWindowTaskCommandOutput) => void,
|
|
1791
1683
|
): void;
|
|
1792
1684
|
getMaintenanceWindowTask(
|
|
1793
1685
|
args: GetMaintenanceWindowTaskCommandInput,
|
|
1794
1686
|
options: __HttpHandlerOptions,
|
|
1795
|
-
cb: (err: any, data?: GetMaintenanceWindowTaskCommandOutput) => void
|
|
1687
|
+
cb: (err: any, data?: GetMaintenanceWindowTaskCommandOutput) => void,
|
|
1796
1688
|
): void;
|
|
1797
1689
|
getOpsItem(
|
|
1798
1690
|
args: GetOpsItemCommandInput,
|
|
1799
|
-
options?: __HttpHandlerOptions
|
|
1691
|
+
options?: __HttpHandlerOptions,
|
|
1800
1692
|
): Promise<GetOpsItemCommandOutput>;
|
|
1801
1693
|
getOpsItem(
|
|
1802
1694
|
args: GetOpsItemCommandInput,
|
|
1803
|
-
cb: (err: any, data?: GetOpsItemCommandOutput) => void
|
|
1695
|
+
cb: (err: any, data?: GetOpsItemCommandOutput) => void,
|
|
1804
1696
|
): void;
|
|
1805
1697
|
getOpsItem(
|
|
1806
1698
|
args: GetOpsItemCommandInput,
|
|
1807
1699
|
options: __HttpHandlerOptions,
|
|
1808
|
-
cb: (err: any, data?: GetOpsItemCommandOutput) => void
|
|
1700
|
+
cb: (err: any, data?: GetOpsItemCommandOutput) => void,
|
|
1809
1701
|
): void;
|
|
1810
1702
|
getOpsMetadata(
|
|
1811
1703
|
args: GetOpsMetadataCommandInput,
|
|
1812
|
-
options?: __HttpHandlerOptions
|
|
1704
|
+
options?: __HttpHandlerOptions,
|
|
1813
1705
|
): Promise<GetOpsMetadataCommandOutput>;
|
|
1814
1706
|
getOpsMetadata(
|
|
1815
1707
|
args: GetOpsMetadataCommandInput,
|
|
1816
|
-
cb: (err: any, data?: GetOpsMetadataCommandOutput) => void
|
|
1708
|
+
cb: (err: any, data?: GetOpsMetadataCommandOutput) => void,
|
|
1817
1709
|
): void;
|
|
1818
1710
|
getOpsMetadata(
|
|
1819
1711
|
args: GetOpsMetadataCommandInput,
|
|
1820
1712
|
options: __HttpHandlerOptions,
|
|
1821
|
-
cb: (err: any, data?: GetOpsMetadataCommandOutput) => void
|
|
1713
|
+
cb: (err: any, data?: GetOpsMetadataCommandOutput) => void,
|
|
1822
1714
|
): void;
|
|
1823
1715
|
getOpsSummary(): Promise<GetOpsSummaryCommandOutput>;
|
|
1824
1716
|
getOpsSummary(
|
|
1825
1717
|
args: GetOpsSummaryCommandInput,
|
|
1826
|
-
options?: __HttpHandlerOptions
|
|
1718
|
+
options?: __HttpHandlerOptions,
|
|
1827
1719
|
): Promise<GetOpsSummaryCommandOutput>;
|
|
1828
1720
|
getOpsSummary(
|
|
1829
1721
|
args: GetOpsSummaryCommandInput,
|
|
1830
|
-
cb: (err: any, data?: GetOpsSummaryCommandOutput) => void
|
|
1722
|
+
cb: (err: any, data?: GetOpsSummaryCommandOutput) => void,
|
|
1831
1723
|
): void;
|
|
1832
1724
|
getOpsSummary(
|
|
1833
1725
|
args: GetOpsSummaryCommandInput,
|
|
1834
1726
|
options: __HttpHandlerOptions,
|
|
1835
|
-
cb: (err: any, data?: GetOpsSummaryCommandOutput) => void
|
|
1727
|
+
cb: (err: any, data?: GetOpsSummaryCommandOutput) => void,
|
|
1836
1728
|
): void;
|
|
1837
1729
|
getParameter(
|
|
1838
1730
|
args: GetParameterCommandInput,
|
|
1839
|
-
options?: __HttpHandlerOptions
|
|
1731
|
+
options?: __HttpHandlerOptions,
|
|
1840
1732
|
): Promise<GetParameterCommandOutput>;
|
|
1841
1733
|
getParameter(
|
|
1842
1734
|
args: GetParameterCommandInput,
|
|
1843
|
-
cb: (err: any, data?: GetParameterCommandOutput) => void
|
|
1735
|
+
cb: (err: any, data?: GetParameterCommandOutput) => void,
|
|
1844
1736
|
): void;
|
|
1845
1737
|
getParameter(
|
|
1846
1738
|
args: GetParameterCommandInput,
|
|
1847
1739
|
options: __HttpHandlerOptions,
|
|
1848
|
-
cb: (err: any, data?: GetParameterCommandOutput) => void
|
|
1740
|
+
cb: (err: any, data?: GetParameterCommandOutput) => void,
|
|
1849
1741
|
): void;
|
|
1850
1742
|
getParameterHistory(
|
|
1851
1743
|
args: GetParameterHistoryCommandInput,
|
|
1852
|
-
options?: __HttpHandlerOptions
|
|
1744
|
+
options?: __HttpHandlerOptions,
|
|
1853
1745
|
): Promise<GetParameterHistoryCommandOutput>;
|
|
1854
1746
|
getParameterHistory(
|
|
1855
1747
|
args: GetParameterHistoryCommandInput,
|
|
1856
|
-
cb: (err: any, data?: GetParameterHistoryCommandOutput) => void
|
|
1748
|
+
cb: (err: any, data?: GetParameterHistoryCommandOutput) => void,
|
|
1857
1749
|
): void;
|
|
1858
1750
|
getParameterHistory(
|
|
1859
1751
|
args: GetParameterHistoryCommandInput,
|
|
1860
1752
|
options: __HttpHandlerOptions,
|
|
1861
|
-
cb: (err: any, data?: GetParameterHistoryCommandOutput) => void
|
|
1753
|
+
cb: (err: any, data?: GetParameterHistoryCommandOutput) => void,
|
|
1862
1754
|
): void;
|
|
1863
1755
|
getParameters(
|
|
1864
1756
|
args: GetParametersCommandInput,
|
|
1865
|
-
options?: __HttpHandlerOptions
|
|
1757
|
+
options?: __HttpHandlerOptions,
|
|
1866
1758
|
): Promise<GetParametersCommandOutput>;
|
|
1867
1759
|
getParameters(
|
|
1868
1760
|
args: GetParametersCommandInput,
|
|
1869
|
-
cb: (err: any, data?: GetParametersCommandOutput) => void
|
|
1761
|
+
cb: (err: any, data?: GetParametersCommandOutput) => void,
|
|
1870
1762
|
): void;
|
|
1871
1763
|
getParameters(
|
|
1872
1764
|
args: GetParametersCommandInput,
|
|
1873
1765
|
options: __HttpHandlerOptions,
|
|
1874
|
-
cb: (err: any, data?: GetParametersCommandOutput) => void
|
|
1766
|
+
cb: (err: any, data?: GetParametersCommandOutput) => void,
|
|
1875
1767
|
): void;
|
|
1876
1768
|
getParametersByPath(
|
|
1877
1769
|
args: GetParametersByPathCommandInput,
|
|
1878
|
-
options?: __HttpHandlerOptions
|
|
1770
|
+
options?: __HttpHandlerOptions,
|
|
1879
1771
|
): Promise<GetParametersByPathCommandOutput>;
|
|
1880
1772
|
getParametersByPath(
|
|
1881
1773
|
args: GetParametersByPathCommandInput,
|
|
1882
|
-
cb: (err: any, data?: GetParametersByPathCommandOutput) => void
|
|
1774
|
+
cb: (err: any, data?: GetParametersByPathCommandOutput) => void,
|
|
1883
1775
|
): void;
|
|
1884
1776
|
getParametersByPath(
|
|
1885
1777
|
args: GetParametersByPathCommandInput,
|
|
1886
1778
|
options: __HttpHandlerOptions,
|
|
1887
|
-
cb: (err: any, data?: GetParametersByPathCommandOutput) => void
|
|
1779
|
+
cb: (err: any, data?: GetParametersByPathCommandOutput) => void,
|
|
1888
1780
|
): void;
|
|
1889
1781
|
getPatchBaseline(
|
|
1890
1782
|
args: GetPatchBaselineCommandInput,
|
|
1891
|
-
options?: __HttpHandlerOptions
|
|
1783
|
+
options?: __HttpHandlerOptions,
|
|
1892
1784
|
): Promise<GetPatchBaselineCommandOutput>;
|
|
1893
1785
|
getPatchBaseline(
|
|
1894
1786
|
args: GetPatchBaselineCommandInput,
|
|
1895
|
-
cb: (err: any, data?: GetPatchBaselineCommandOutput) => void
|
|
1787
|
+
cb: (err: any, data?: GetPatchBaselineCommandOutput) => void,
|
|
1896
1788
|
): void;
|
|
1897
1789
|
getPatchBaseline(
|
|
1898
1790
|
args: GetPatchBaselineCommandInput,
|
|
1899
1791
|
options: __HttpHandlerOptions,
|
|
1900
|
-
cb: (err: any, data?: GetPatchBaselineCommandOutput) => void
|
|
1792
|
+
cb: (err: any, data?: GetPatchBaselineCommandOutput) => void,
|
|
1901
1793
|
): void;
|
|
1902
1794
|
getPatchBaselineForPatchGroup(
|
|
1903
1795
|
args: GetPatchBaselineForPatchGroupCommandInput,
|
|
1904
|
-
options?: __HttpHandlerOptions
|
|
1796
|
+
options?: __HttpHandlerOptions,
|
|
1905
1797
|
): Promise<GetPatchBaselineForPatchGroupCommandOutput>;
|
|
1906
1798
|
getPatchBaselineForPatchGroup(
|
|
1907
1799
|
args: GetPatchBaselineForPatchGroupCommandInput,
|
|
1908
|
-
cb: (err: any, data?: GetPatchBaselineForPatchGroupCommandOutput) => void
|
|
1800
|
+
cb: (err: any, data?: GetPatchBaselineForPatchGroupCommandOutput) => void,
|
|
1909
1801
|
): void;
|
|
1910
1802
|
getPatchBaselineForPatchGroup(
|
|
1911
1803
|
args: GetPatchBaselineForPatchGroupCommandInput,
|
|
1912
1804
|
options: __HttpHandlerOptions,
|
|
1913
|
-
cb: (err: any, data?: GetPatchBaselineForPatchGroupCommandOutput) => void
|
|
1805
|
+
cb: (err: any, data?: GetPatchBaselineForPatchGroupCommandOutput) => void,
|
|
1914
1806
|
): void;
|
|
1915
1807
|
getResourcePolicies(
|
|
1916
1808
|
args: GetResourcePoliciesCommandInput,
|
|
1917
|
-
options?: __HttpHandlerOptions
|
|
1809
|
+
options?: __HttpHandlerOptions,
|
|
1918
1810
|
): Promise<GetResourcePoliciesCommandOutput>;
|
|
1919
1811
|
getResourcePolicies(
|
|
1920
1812
|
args: GetResourcePoliciesCommandInput,
|
|
1921
|
-
cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void
|
|
1813
|
+
cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void,
|
|
1922
1814
|
): void;
|
|
1923
1815
|
getResourcePolicies(
|
|
1924
1816
|
args: GetResourcePoliciesCommandInput,
|
|
1925
1817
|
options: __HttpHandlerOptions,
|
|
1926
|
-
cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void
|
|
1818
|
+
cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void,
|
|
1927
1819
|
): void;
|
|
1928
1820
|
getServiceSetting(
|
|
1929
1821
|
args: GetServiceSettingCommandInput,
|
|
1930
|
-
options?: __HttpHandlerOptions
|
|
1822
|
+
options?: __HttpHandlerOptions,
|
|
1931
1823
|
): Promise<GetServiceSettingCommandOutput>;
|
|
1932
1824
|
getServiceSetting(
|
|
1933
1825
|
args: GetServiceSettingCommandInput,
|
|
1934
|
-
cb: (err: any, data?: GetServiceSettingCommandOutput) => void
|
|
1826
|
+
cb: (err: any, data?: GetServiceSettingCommandOutput) => void,
|
|
1935
1827
|
): void;
|
|
1936
1828
|
getServiceSetting(
|
|
1937
1829
|
args: GetServiceSettingCommandInput,
|
|
1938
1830
|
options: __HttpHandlerOptions,
|
|
1939
|
-
cb: (err: any, data?: GetServiceSettingCommandOutput) => void
|
|
1831
|
+
cb: (err: any, data?: GetServiceSettingCommandOutput) => void,
|
|
1940
1832
|
): void;
|
|
1941
1833
|
labelParameterVersion(
|
|
1942
1834
|
args: LabelParameterVersionCommandInput,
|
|
1943
|
-
options?: __HttpHandlerOptions
|
|
1835
|
+
options?: __HttpHandlerOptions,
|
|
1944
1836
|
): Promise<LabelParameterVersionCommandOutput>;
|
|
1945
1837
|
labelParameterVersion(
|
|
1946
1838
|
args: LabelParameterVersionCommandInput,
|
|
1947
|
-
cb: (err: any, data?: LabelParameterVersionCommandOutput) => void
|
|
1839
|
+
cb: (err: any, data?: LabelParameterVersionCommandOutput) => void,
|
|
1948
1840
|
): void;
|
|
1949
1841
|
labelParameterVersion(
|
|
1950
1842
|
args: LabelParameterVersionCommandInput,
|
|
1951
1843
|
options: __HttpHandlerOptions,
|
|
1952
|
-
cb: (err: any, data?: LabelParameterVersionCommandOutput) => void
|
|
1844
|
+
cb: (err: any, data?: LabelParameterVersionCommandOutput) => void,
|
|
1953
1845
|
): void;
|
|
1954
1846
|
listAssociations(): Promise<ListAssociationsCommandOutput>;
|
|
1955
1847
|
listAssociations(
|
|
1956
1848
|
args: ListAssociationsCommandInput,
|
|
1957
|
-
options?: __HttpHandlerOptions
|
|
1849
|
+
options?: __HttpHandlerOptions,
|
|
1958
1850
|
): Promise<ListAssociationsCommandOutput>;
|
|
1959
1851
|
listAssociations(
|
|
1960
1852
|
args: ListAssociationsCommandInput,
|
|
1961
|
-
cb: (err: any, data?: ListAssociationsCommandOutput) => void
|
|
1853
|
+
cb: (err: any, data?: ListAssociationsCommandOutput) => void,
|
|
1962
1854
|
): void;
|
|
1963
1855
|
listAssociations(
|
|
1964
1856
|
args: ListAssociationsCommandInput,
|
|
1965
1857
|
options: __HttpHandlerOptions,
|
|
1966
|
-
cb: (err: any, data?: ListAssociationsCommandOutput) => void
|
|
1858
|
+
cb: (err: any, data?: ListAssociationsCommandOutput) => void,
|
|
1967
1859
|
): void;
|
|
1968
1860
|
listAssociationVersions(
|
|
1969
1861
|
args: ListAssociationVersionsCommandInput,
|
|
1970
|
-
options?: __HttpHandlerOptions
|
|
1862
|
+
options?: __HttpHandlerOptions,
|
|
1971
1863
|
): Promise<ListAssociationVersionsCommandOutput>;
|
|
1972
1864
|
listAssociationVersions(
|
|
1973
1865
|
args: ListAssociationVersionsCommandInput,
|
|
1974
|
-
cb: (err: any, data?: ListAssociationVersionsCommandOutput) => void
|
|
1866
|
+
cb: (err: any, data?: ListAssociationVersionsCommandOutput) => void,
|
|
1975
1867
|
): void;
|
|
1976
1868
|
listAssociationVersions(
|
|
1977
1869
|
args: ListAssociationVersionsCommandInput,
|
|
1978
1870
|
options: __HttpHandlerOptions,
|
|
1979
|
-
cb: (err: any, data?: ListAssociationVersionsCommandOutput) => void
|
|
1871
|
+
cb: (err: any, data?: ListAssociationVersionsCommandOutput) => void,
|
|
1980
1872
|
): void;
|
|
1981
1873
|
listCloudConnectors(): Promise<ListCloudConnectorsCommandOutput>;
|
|
1982
1874
|
listCloudConnectors(
|
|
1983
1875
|
args: ListCloudConnectorsCommandInput,
|
|
1984
|
-
options?: __HttpHandlerOptions
|
|
1876
|
+
options?: __HttpHandlerOptions,
|
|
1985
1877
|
): Promise<ListCloudConnectorsCommandOutput>;
|
|
1986
1878
|
listCloudConnectors(
|
|
1987
1879
|
args: ListCloudConnectorsCommandInput,
|
|
1988
|
-
cb: (err: any, data?: ListCloudConnectorsCommandOutput) => void
|
|
1880
|
+
cb: (err: any, data?: ListCloudConnectorsCommandOutput) => void,
|
|
1989
1881
|
): void;
|
|
1990
1882
|
listCloudConnectors(
|
|
1991
1883
|
args: ListCloudConnectorsCommandInput,
|
|
1992
1884
|
options: __HttpHandlerOptions,
|
|
1993
|
-
cb: (err: any, data?: ListCloudConnectorsCommandOutput) => void
|
|
1885
|
+
cb: (err: any, data?: ListCloudConnectorsCommandOutput) => void,
|
|
1994
1886
|
): void;
|
|
1995
1887
|
listCommandInvocations(): Promise<ListCommandInvocationsCommandOutput>;
|
|
1996
1888
|
listCommandInvocations(
|
|
1997
1889
|
args: ListCommandInvocationsCommandInput,
|
|
1998
|
-
options?: __HttpHandlerOptions
|
|
1890
|
+
options?: __HttpHandlerOptions,
|
|
1999
1891
|
): Promise<ListCommandInvocationsCommandOutput>;
|
|
2000
1892
|
listCommandInvocations(
|
|
2001
1893
|
args: ListCommandInvocationsCommandInput,
|
|
2002
|
-
cb: (err: any, data?: ListCommandInvocationsCommandOutput) => void
|
|
1894
|
+
cb: (err: any, data?: ListCommandInvocationsCommandOutput) => void,
|
|
2003
1895
|
): void;
|
|
2004
1896
|
listCommandInvocations(
|
|
2005
1897
|
args: ListCommandInvocationsCommandInput,
|
|
2006
1898
|
options: __HttpHandlerOptions,
|
|
2007
|
-
cb: (err: any, data?: ListCommandInvocationsCommandOutput) => void
|
|
1899
|
+
cb: (err: any, data?: ListCommandInvocationsCommandOutput) => void,
|
|
2008
1900
|
): void;
|
|
2009
1901
|
listCommands(): Promise<ListCommandsCommandOutput>;
|
|
2010
1902
|
listCommands(
|
|
2011
1903
|
args: ListCommandsCommandInput,
|
|
2012
|
-
options?: __HttpHandlerOptions
|
|
1904
|
+
options?: __HttpHandlerOptions,
|
|
2013
1905
|
): Promise<ListCommandsCommandOutput>;
|
|
2014
1906
|
listCommands(
|
|
2015
1907
|
args: ListCommandsCommandInput,
|
|
2016
|
-
cb: (err: any, data?: ListCommandsCommandOutput) => void
|
|
1908
|
+
cb: (err: any, data?: ListCommandsCommandOutput) => void,
|
|
2017
1909
|
): void;
|
|
2018
1910
|
listCommands(
|
|
2019
1911
|
args: ListCommandsCommandInput,
|
|
2020
1912
|
options: __HttpHandlerOptions,
|
|
2021
|
-
cb: (err: any, data?: ListCommandsCommandOutput) => void
|
|
1913
|
+
cb: (err: any, data?: ListCommandsCommandOutput) => void,
|
|
2022
1914
|
): void;
|
|
2023
1915
|
listComplianceItems(): Promise<ListComplianceItemsCommandOutput>;
|
|
2024
1916
|
listComplianceItems(
|
|
2025
1917
|
args: ListComplianceItemsCommandInput,
|
|
2026
|
-
options?: __HttpHandlerOptions
|
|
1918
|
+
options?: __HttpHandlerOptions,
|
|
2027
1919
|
): Promise<ListComplianceItemsCommandOutput>;
|
|
2028
1920
|
listComplianceItems(
|
|
2029
1921
|
args: ListComplianceItemsCommandInput,
|
|
2030
|
-
cb: (err: any, data?: ListComplianceItemsCommandOutput) => void
|
|
1922
|
+
cb: (err: any, data?: ListComplianceItemsCommandOutput) => void,
|
|
2031
1923
|
): void;
|
|
2032
1924
|
listComplianceItems(
|
|
2033
1925
|
args: ListComplianceItemsCommandInput,
|
|
2034
1926
|
options: __HttpHandlerOptions,
|
|
2035
|
-
cb: (err: any, data?: ListComplianceItemsCommandOutput) => void
|
|
1927
|
+
cb: (err: any, data?: ListComplianceItemsCommandOutput) => void,
|
|
2036
1928
|
): void;
|
|
2037
1929
|
listComplianceSummaries(): Promise<ListComplianceSummariesCommandOutput>;
|
|
2038
1930
|
listComplianceSummaries(
|
|
2039
1931
|
args: ListComplianceSummariesCommandInput,
|
|
2040
|
-
options?: __HttpHandlerOptions
|
|
1932
|
+
options?: __HttpHandlerOptions,
|
|
2041
1933
|
): Promise<ListComplianceSummariesCommandOutput>;
|
|
2042
1934
|
listComplianceSummaries(
|
|
2043
1935
|
args: ListComplianceSummariesCommandInput,
|
|
2044
|
-
cb: (err: any, data?: ListComplianceSummariesCommandOutput) => void
|
|
1936
|
+
cb: (err: any, data?: ListComplianceSummariesCommandOutput) => void,
|
|
2045
1937
|
): void;
|
|
2046
1938
|
listComplianceSummaries(
|
|
2047
1939
|
args: ListComplianceSummariesCommandInput,
|
|
2048
1940
|
options: __HttpHandlerOptions,
|
|
2049
|
-
cb: (err: any, data?: ListComplianceSummariesCommandOutput) => void
|
|
1941
|
+
cb: (err: any, data?: ListComplianceSummariesCommandOutput) => void,
|
|
2050
1942
|
): void;
|
|
2051
1943
|
listDocumentMetadataHistory(
|
|
2052
1944
|
args: ListDocumentMetadataHistoryCommandInput,
|
|
2053
|
-
options?: __HttpHandlerOptions
|
|
1945
|
+
options?: __HttpHandlerOptions,
|
|
2054
1946
|
): Promise<ListDocumentMetadataHistoryCommandOutput>;
|
|
2055
1947
|
listDocumentMetadataHistory(
|
|
2056
1948
|
args: ListDocumentMetadataHistoryCommandInput,
|
|
2057
|
-
cb: (err: any, data?: ListDocumentMetadataHistoryCommandOutput) => void
|
|
1949
|
+
cb: (err: any, data?: ListDocumentMetadataHistoryCommandOutput) => void,
|
|
2058
1950
|
): void;
|
|
2059
1951
|
listDocumentMetadataHistory(
|
|
2060
1952
|
args: ListDocumentMetadataHistoryCommandInput,
|
|
2061
1953
|
options: __HttpHandlerOptions,
|
|
2062
|
-
cb: (err: any, data?: ListDocumentMetadataHistoryCommandOutput) => void
|
|
1954
|
+
cb: (err: any, data?: ListDocumentMetadataHistoryCommandOutput) => void,
|
|
2063
1955
|
): void;
|
|
2064
1956
|
listDocuments(): Promise<ListDocumentsCommandOutput>;
|
|
2065
1957
|
listDocuments(
|
|
2066
1958
|
args: ListDocumentsCommandInput,
|
|
2067
|
-
options?: __HttpHandlerOptions
|
|
1959
|
+
options?: __HttpHandlerOptions,
|
|
2068
1960
|
): Promise<ListDocumentsCommandOutput>;
|
|
2069
1961
|
listDocuments(
|
|
2070
1962
|
args: ListDocumentsCommandInput,
|
|
2071
|
-
cb: (err: any, data?: ListDocumentsCommandOutput) => void
|
|
1963
|
+
cb: (err: any, data?: ListDocumentsCommandOutput) => void,
|
|
2072
1964
|
): void;
|
|
2073
1965
|
listDocuments(
|
|
2074
1966
|
args: ListDocumentsCommandInput,
|
|
2075
1967
|
options: __HttpHandlerOptions,
|
|
2076
|
-
cb: (err: any, data?: ListDocumentsCommandOutput) => void
|
|
1968
|
+
cb: (err: any, data?: ListDocumentsCommandOutput) => void,
|
|
2077
1969
|
): void;
|
|
2078
1970
|
listDocumentVersions(
|
|
2079
1971
|
args: ListDocumentVersionsCommandInput,
|
|
2080
|
-
options?: __HttpHandlerOptions
|
|
1972
|
+
options?: __HttpHandlerOptions,
|
|
2081
1973
|
): Promise<ListDocumentVersionsCommandOutput>;
|
|
2082
1974
|
listDocumentVersions(
|
|
2083
1975
|
args: ListDocumentVersionsCommandInput,
|
|
2084
|
-
cb: (err: any, data?: ListDocumentVersionsCommandOutput) => void
|
|
1976
|
+
cb: (err: any, data?: ListDocumentVersionsCommandOutput) => void,
|
|
2085
1977
|
): void;
|
|
2086
1978
|
listDocumentVersions(
|
|
2087
1979
|
args: ListDocumentVersionsCommandInput,
|
|
2088
1980
|
options: __HttpHandlerOptions,
|
|
2089
|
-
cb: (err: any, data?: ListDocumentVersionsCommandOutput) => void
|
|
1981
|
+
cb: (err: any, data?: ListDocumentVersionsCommandOutput) => void,
|
|
2090
1982
|
): void;
|
|
2091
1983
|
listInventoryEntries(
|
|
2092
1984
|
args: ListInventoryEntriesCommandInput,
|
|
2093
|
-
options?: __HttpHandlerOptions
|
|
1985
|
+
options?: __HttpHandlerOptions,
|
|
2094
1986
|
): Promise<ListInventoryEntriesCommandOutput>;
|
|
2095
1987
|
listInventoryEntries(
|
|
2096
1988
|
args: ListInventoryEntriesCommandInput,
|
|
2097
|
-
cb: (err: any, data?: ListInventoryEntriesCommandOutput) => void
|
|
1989
|
+
cb: (err: any, data?: ListInventoryEntriesCommandOutput) => void,
|
|
2098
1990
|
): void;
|
|
2099
1991
|
listInventoryEntries(
|
|
2100
1992
|
args: ListInventoryEntriesCommandInput,
|
|
2101
1993
|
options: __HttpHandlerOptions,
|
|
2102
|
-
cb: (err: any, data?: ListInventoryEntriesCommandOutput) => void
|
|
1994
|
+
cb: (err: any, data?: ListInventoryEntriesCommandOutput) => void,
|
|
2103
1995
|
): void;
|
|
2104
1996
|
listNodes(): Promise<ListNodesCommandOutput>;
|
|
2105
1997
|
listNodes(
|
|
2106
1998
|
args: ListNodesCommandInput,
|
|
2107
|
-
options?: __HttpHandlerOptions
|
|
1999
|
+
options?: __HttpHandlerOptions,
|
|
2108
2000
|
): Promise<ListNodesCommandOutput>;
|
|
2109
2001
|
listNodes(
|
|
2110
2002
|
args: ListNodesCommandInput,
|
|
2111
|
-
cb: (err: any, data?: ListNodesCommandOutput) => void
|
|
2003
|
+
cb: (err: any, data?: ListNodesCommandOutput) => void,
|
|
2112
2004
|
): void;
|
|
2113
2005
|
listNodes(
|
|
2114
2006
|
args: ListNodesCommandInput,
|
|
2115
2007
|
options: __HttpHandlerOptions,
|
|
2116
|
-
cb: (err: any, data?: ListNodesCommandOutput) => void
|
|
2008
|
+
cb: (err: any, data?: ListNodesCommandOutput) => void,
|
|
2117
2009
|
): void;
|
|
2118
2010
|
listNodesSummary(
|
|
2119
2011
|
args: ListNodesSummaryCommandInput,
|
|
2120
|
-
options?: __HttpHandlerOptions
|
|
2012
|
+
options?: __HttpHandlerOptions,
|
|
2121
2013
|
): Promise<ListNodesSummaryCommandOutput>;
|
|
2122
2014
|
listNodesSummary(
|
|
2123
2015
|
args: ListNodesSummaryCommandInput,
|
|
2124
|
-
cb: (err: any, data?: ListNodesSummaryCommandOutput) => void
|
|
2016
|
+
cb: (err: any, data?: ListNodesSummaryCommandOutput) => void,
|
|
2125
2017
|
): void;
|
|
2126
2018
|
listNodesSummary(
|
|
2127
2019
|
args: ListNodesSummaryCommandInput,
|
|
2128
2020
|
options: __HttpHandlerOptions,
|
|
2129
|
-
cb: (err: any, data?: ListNodesSummaryCommandOutput) => void
|
|
2021
|
+
cb: (err: any, data?: ListNodesSummaryCommandOutput) => void,
|
|
2130
2022
|
): void;
|
|
2131
2023
|
listOpsItemEvents(): Promise<ListOpsItemEventsCommandOutput>;
|
|
2132
2024
|
listOpsItemEvents(
|
|
2133
2025
|
args: ListOpsItemEventsCommandInput,
|
|
2134
|
-
options?: __HttpHandlerOptions
|
|
2026
|
+
options?: __HttpHandlerOptions,
|
|
2135
2027
|
): Promise<ListOpsItemEventsCommandOutput>;
|
|
2136
2028
|
listOpsItemEvents(
|
|
2137
2029
|
args: ListOpsItemEventsCommandInput,
|
|
2138
|
-
cb: (err: any, data?: ListOpsItemEventsCommandOutput) => void
|
|
2030
|
+
cb: (err: any, data?: ListOpsItemEventsCommandOutput) => void,
|
|
2139
2031
|
): void;
|
|
2140
2032
|
listOpsItemEvents(
|
|
2141
2033
|
args: ListOpsItemEventsCommandInput,
|
|
2142
2034
|
options: __HttpHandlerOptions,
|
|
2143
|
-
cb: (err: any, data?: ListOpsItemEventsCommandOutput) => void
|
|
2035
|
+
cb: (err: any, data?: ListOpsItemEventsCommandOutput) => void,
|
|
2144
2036
|
): void;
|
|
2145
2037
|
listOpsItemRelatedItems(): Promise<ListOpsItemRelatedItemsCommandOutput>;
|
|
2146
2038
|
listOpsItemRelatedItems(
|
|
2147
2039
|
args: ListOpsItemRelatedItemsCommandInput,
|
|
2148
|
-
options?: __HttpHandlerOptions
|
|
2040
|
+
options?: __HttpHandlerOptions,
|
|
2149
2041
|
): Promise<ListOpsItemRelatedItemsCommandOutput>;
|
|
2150
2042
|
listOpsItemRelatedItems(
|
|
2151
2043
|
args: ListOpsItemRelatedItemsCommandInput,
|
|
2152
|
-
cb: (err: any, data?: ListOpsItemRelatedItemsCommandOutput) => void
|
|
2044
|
+
cb: (err: any, data?: ListOpsItemRelatedItemsCommandOutput) => void,
|
|
2153
2045
|
): void;
|
|
2154
2046
|
listOpsItemRelatedItems(
|
|
2155
2047
|
args: ListOpsItemRelatedItemsCommandInput,
|
|
2156
2048
|
options: __HttpHandlerOptions,
|
|
2157
|
-
cb: (err: any, data?: ListOpsItemRelatedItemsCommandOutput) => void
|
|
2049
|
+
cb: (err: any, data?: ListOpsItemRelatedItemsCommandOutput) => void,
|
|
2158
2050
|
): void;
|
|
2159
2051
|
listOpsMetadata(): Promise<ListOpsMetadataCommandOutput>;
|
|
2160
2052
|
listOpsMetadata(
|
|
2161
2053
|
args: ListOpsMetadataCommandInput,
|
|
2162
|
-
options?: __HttpHandlerOptions
|
|
2054
|
+
options?: __HttpHandlerOptions,
|
|
2163
2055
|
): Promise<ListOpsMetadataCommandOutput>;
|
|
2164
2056
|
listOpsMetadata(
|
|
2165
2057
|
args: ListOpsMetadataCommandInput,
|
|
2166
|
-
cb: (err: any, data?: ListOpsMetadataCommandOutput) => void
|
|
2058
|
+
cb: (err: any, data?: ListOpsMetadataCommandOutput) => void,
|
|
2167
2059
|
): void;
|
|
2168
2060
|
listOpsMetadata(
|
|
2169
2061
|
args: ListOpsMetadataCommandInput,
|
|
2170
2062
|
options: __HttpHandlerOptions,
|
|
2171
|
-
cb: (err: any, data?: ListOpsMetadataCommandOutput) => void
|
|
2063
|
+
cb: (err: any, data?: ListOpsMetadataCommandOutput) => void,
|
|
2172
2064
|
): void;
|
|
2173
2065
|
listResourceComplianceSummaries(): Promise<ListResourceComplianceSummariesCommandOutput>;
|
|
2174
2066
|
listResourceComplianceSummaries(
|
|
2175
2067
|
args: ListResourceComplianceSummariesCommandInput,
|
|
2176
|
-
options?: __HttpHandlerOptions
|
|
2068
|
+
options?: __HttpHandlerOptions,
|
|
2177
2069
|
): Promise<ListResourceComplianceSummariesCommandOutput>;
|
|
2178
2070
|
listResourceComplianceSummaries(
|
|
2179
2071
|
args: ListResourceComplianceSummariesCommandInput,
|
|
2180
|
-
cb: (err: any, data?: ListResourceComplianceSummariesCommandOutput) => void
|
|
2072
|
+
cb: (err: any, data?: ListResourceComplianceSummariesCommandOutput) => void,
|
|
2181
2073
|
): void;
|
|
2182
2074
|
listResourceComplianceSummaries(
|
|
2183
2075
|
args: ListResourceComplianceSummariesCommandInput,
|
|
2184
2076
|
options: __HttpHandlerOptions,
|
|
2185
|
-
cb: (err: any, data?: ListResourceComplianceSummariesCommandOutput) => void
|
|
2077
|
+
cb: (err: any, data?: ListResourceComplianceSummariesCommandOutput) => void,
|
|
2186
2078
|
): void;
|
|
2187
2079
|
listResourceDataSync(): Promise<ListResourceDataSyncCommandOutput>;
|
|
2188
2080
|
listResourceDataSync(
|
|
2189
2081
|
args: ListResourceDataSyncCommandInput,
|
|
2190
|
-
options?: __HttpHandlerOptions
|
|
2082
|
+
options?: __HttpHandlerOptions,
|
|
2191
2083
|
): Promise<ListResourceDataSyncCommandOutput>;
|
|
2192
2084
|
listResourceDataSync(
|
|
2193
2085
|
args: ListResourceDataSyncCommandInput,
|
|
2194
|
-
cb: (err: any, data?: ListResourceDataSyncCommandOutput) => void
|
|
2086
|
+
cb: (err: any, data?: ListResourceDataSyncCommandOutput) => void,
|
|
2195
2087
|
): void;
|
|
2196
2088
|
listResourceDataSync(
|
|
2197
2089
|
args: ListResourceDataSyncCommandInput,
|
|
2198
2090
|
options: __HttpHandlerOptions,
|
|
2199
|
-
cb: (err: any, data?: ListResourceDataSyncCommandOutput) => void
|
|
2091
|
+
cb: (err: any, data?: ListResourceDataSyncCommandOutput) => void,
|
|
2200
2092
|
): void;
|
|
2201
2093
|
listTagsForResource(
|
|
2202
2094
|
args: ListTagsForResourceCommandInput,
|
|
2203
|
-
options?: __HttpHandlerOptions
|
|
2095
|
+
options?: __HttpHandlerOptions,
|
|
2204
2096
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
2205
2097
|
listTagsForResource(
|
|
2206
2098
|
args: ListTagsForResourceCommandInput,
|
|
2207
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2099
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
2208
2100
|
): void;
|
|
2209
2101
|
listTagsForResource(
|
|
2210
2102
|
args: ListTagsForResourceCommandInput,
|
|
2211
2103
|
options: __HttpHandlerOptions,
|
|
2212
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2104
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
2213
2105
|
): void;
|
|
2214
2106
|
modifyDocumentPermission(
|
|
2215
2107
|
args: ModifyDocumentPermissionCommandInput,
|
|
2216
|
-
options?: __HttpHandlerOptions
|
|
2108
|
+
options?: __HttpHandlerOptions,
|
|
2217
2109
|
): Promise<ModifyDocumentPermissionCommandOutput>;
|
|
2218
2110
|
modifyDocumentPermission(
|
|
2219
2111
|
args: ModifyDocumentPermissionCommandInput,
|
|
2220
|
-
cb: (err: any, data?: ModifyDocumentPermissionCommandOutput) => void
|
|
2112
|
+
cb: (err: any, data?: ModifyDocumentPermissionCommandOutput) => void,
|
|
2221
2113
|
): void;
|
|
2222
2114
|
modifyDocumentPermission(
|
|
2223
2115
|
args: ModifyDocumentPermissionCommandInput,
|
|
2224
2116
|
options: __HttpHandlerOptions,
|
|
2225
|
-
cb: (err: any, data?: ModifyDocumentPermissionCommandOutput) => void
|
|
2117
|
+
cb: (err: any, data?: ModifyDocumentPermissionCommandOutput) => void,
|
|
2226
2118
|
): void;
|
|
2227
2119
|
putComplianceItems(
|
|
2228
2120
|
args: PutComplianceItemsCommandInput,
|
|
2229
|
-
options?: __HttpHandlerOptions
|
|
2121
|
+
options?: __HttpHandlerOptions,
|
|
2230
2122
|
): Promise<PutComplianceItemsCommandOutput>;
|
|
2231
2123
|
putComplianceItems(
|
|
2232
2124
|
args: PutComplianceItemsCommandInput,
|
|
2233
|
-
cb: (err: any, data?: PutComplianceItemsCommandOutput) => void
|
|
2125
|
+
cb: (err: any, data?: PutComplianceItemsCommandOutput) => void,
|
|
2234
2126
|
): void;
|
|
2235
2127
|
putComplianceItems(
|
|
2236
2128
|
args: PutComplianceItemsCommandInput,
|
|
2237
2129
|
options: __HttpHandlerOptions,
|
|
2238
|
-
cb: (err: any, data?: PutComplianceItemsCommandOutput) => void
|
|
2130
|
+
cb: (err: any, data?: PutComplianceItemsCommandOutput) => void,
|
|
2239
2131
|
): void;
|
|
2240
2132
|
putInventory(
|
|
2241
2133
|
args: PutInventoryCommandInput,
|
|
2242
|
-
options?: __HttpHandlerOptions
|
|
2134
|
+
options?: __HttpHandlerOptions,
|
|
2243
2135
|
): Promise<PutInventoryCommandOutput>;
|
|
2244
2136
|
putInventory(
|
|
2245
2137
|
args: PutInventoryCommandInput,
|
|
2246
|
-
cb: (err: any, data?: PutInventoryCommandOutput) => void
|
|
2138
|
+
cb: (err: any, data?: PutInventoryCommandOutput) => void,
|
|
2247
2139
|
): void;
|
|
2248
2140
|
putInventory(
|
|
2249
2141
|
args: PutInventoryCommandInput,
|
|
2250
2142
|
options: __HttpHandlerOptions,
|
|
2251
|
-
cb: (err: any, data?: PutInventoryCommandOutput) => void
|
|
2143
|
+
cb: (err: any, data?: PutInventoryCommandOutput) => void,
|
|
2252
2144
|
): void;
|
|
2253
2145
|
putParameter(
|
|
2254
2146
|
args: PutParameterCommandInput,
|
|
2255
|
-
options?: __HttpHandlerOptions
|
|
2147
|
+
options?: __HttpHandlerOptions,
|
|
2256
2148
|
): Promise<PutParameterCommandOutput>;
|
|
2257
2149
|
putParameter(
|
|
2258
2150
|
args: PutParameterCommandInput,
|
|
2259
|
-
cb: (err: any, data?: PutParameterCommandOutput) => void
|
|
2151
|
+
cb: (err: any, data?: PutParameterCommandOutput) => void,
|
|
2260
2152
|
): void;
|
|
2261
2153
|
putParameter(
|
|
2262
2154
|
args: PutParameterCommandInput,
|
|
2263
2155
|
options: __HttpHandlerOptions,
|
|
2264
|
-
cb: (err: any, data?: PutParameterCommandOutput) => void
|
|
2156
|
+
cb: (err: any, data?: PutParameterCommandOutput) => void,
|
|
2265
2157
|
): void;
|
|
2266
2158
|
putResourcePolicy(
|
|
2267
2159
|
args: PutResourcePolicyCommandInput,
|
|
2268
|
-
options?: __HttpHandlerOptions
|
|
2160
|
+
options?: __HttpHandlerOptions,
|
|
2269
2161
|
): Promise<PutResourcePolicyCommandOutput>;
|
|
2270
2162
|
putResourcePolicy(
|
|
2271
2163
|
args: PutResourcePolicyCommandInput,
|
|
2272
|
-
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
2164
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
|
|
2273
2165
|
): void;
|
|
2274
2166
|
putResourcePolicy(
|
|
2275
2167
|
args: PutResourcePolicyCommandInput,
|
|
2276
2168
|
options: __HttpHandlerOptions,
|
|
2277
|
-
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
2169
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
|
|
2278
2170
|
): void;
|
|
2279
2171
|
registerDefaultPatchBaseline(
|
|
2280
2172
|
args: RegisterDefaultPatchBaselineCommandInput,
|
|
2281
|
-
options?: __HttpHandlerOptions
|
|
2173
|
+
options?: __HttpHandlerOptions,
|
|
2282
2174
|
): Promise<RegisterDefaultPatchBaselineCommandOutput>;
|
|
2283
2175
|
registerDefaultPatchBaseline(
|
|
2284
2176
|
args: RegisterDefaultPatchBaselineCommandInput,
|
|
2285
|
-
cb: (err: any, data?: RegisterDefaultPatchBaselineCommandOutput) => void
|
|
2177
|
+
cb: (err: any, data?: RegisterDefaultPatchBaselineCommandOutput) => void,
|
|
2286
2178
|
): void;
|
|
2287
2179
|
registerDefaultPatchBaseline(
|
|
2288
2180
|
args: RegisterDefaultPatchBaselineCommandInput,
|
|
2289
2181
|
options: __HttpHandlerOptions,
|
|
2290
|
-
cb: (err: any, data?: RegisterDefaultPatchBaselineCommandOutput) => void
|
|
2182
|
+
cb: (err: any, data?: RegisterDefaultPatchBaselineCommandOutput) => void,
|
|
2291
2183
|
): void;
|
|
2292
2184
|
registerPatchBaselineForPatchGroup(
|
|
2293
2185
|
args: RegisterPatchBaselineForPatchGroupCommandInput,
|
|
2294
|
-
options?: __HttpHandlerOptions
|
|
2186
|
+
options?: __HttpHandlerOptions,
|
|
2295
2187
|
): Promise<RegisterPatchBaselineForPatchGroupCommandOutput>;
|
|
2296
2188
|
registerPatchBaselineForPatchGroup(
|
|
2297
2189
|
args: RegisterPatchBaselineForPatchGroupCommandInput,
|
|
2298
|
-
cb: (
|
|
2299
|
-
err: any,
|
|
2300
|
-
data?: RegisterPatchBaselineForPatchGroupCommandOutput
|
|
2301
|
-
) => void
|
|
2190
|
+
cb: (err: any, data?: RegisterPatchBaselineForPatchGroupCommandOutput) => void,
|
|
2302
2191
|
): void;
|
|
2303
2192
|
registerPatchBaselineForPatchGroup(
|
|
2304
2193
|
args: RegisterPatchBaselineForPatchGroupCommandInput,
|
|
2305
2194
|
options: __HttpHandlerOptions,
|
|
2306
|
-
cb: (
|
|
2307
|
-
err: any,
|
|
2308
|
-
data?: RegisterPatchBaselineForPatchGroupCommandOutput
|
|
2309
|
-
) => void
|
|
2195
|
+
cb: (err: any, data?: RegisterPatchBaselineForPatchGroupCommandOutput) => void,
|
|
2310
2196
|
): void;
|
|
2311
2197
|
registerTargetWithMaintenanceWindow(
|
|
2312
2198
|
args: RegisterTargetWithMaintenanceWindowCommandInput,
|
|
2313
|
-
options?: __HttpHandlerOptions
|
|
2199
|
+
options?: __HttpHandlerOptions,
|
|
2314
2200
|
): Promise<RegisterTargetWithMaintenanceWindowCommandOutput>;
|
|
2315
2201
|
registerTargetWithMaintenanceWindow(
|
|
2316
2202
|
args: RegisterTargetWithMaintenanceWindowCommandInput,
|
|
2317
|
-
cb: (
|
|
2318
|
-
err: any,
|
|
2319
|
-
data?: RegisterTargetWithMaintenanceWindowCommandOutput
|
|
2320
|
-
) => void
|
|
2203
|
+
cb: (err: any, data?: RegisterTargetWithMaintenanceWindowCommandOutput) => void,
|
|
2321
2204
|
): void;
|
|
2322
2205
|
registerTargetWithMaintenanceWindow(
|
|
2323
2206
|
args: RegisterTargetWithMaintenanceWindowCommandInput,
|
|
2324
2207
|
options: __HttpHandlerOptions,
|
|
2325
|
-
cb: (
|
|
2326
|
-
err: any,
|
|
2327
|
-
data?: RegisterTargetWithMaintenanceWindowCommandOutput
|
|
2328
|
-
) => void
|
|
2208
|
+
cb: (err: any, data?: RegisterTargetWithMaintenanceWindowCommandOutput) => void,
|
|
2329
2209
|
): void;
|
|
2330
2210
|
registerTaskWithMaintenanceWindow(
|
|
2331
2211
|
args: RegisterTaskWithMaintenanceWindowCommandInput,
|
|
2332
|
-
options?: __HttpHandlerOptions
|
|
2212
|
+
options?: __HttpHandlerOptions,
|
|
2333
2213
|
): Promise<RegisterTaskWithMaintenanceWindowCommandOutput>;
|
|
2334
2214
|
registerTaskWithMaintenanceWindow(
|
|
2335
2215
|
args: RegisterTaskWithMaintenanceWindowCommandInput,
|
|
2336
|
-
cb: (
|
|
2337
|
-
err: any,
|
|
2338
|
-
data?: RegisterTaskWithMaintenanceWindowCommandOutput
|
|
2339
|
-
) => void
|
|
2216
|
+
cb: (err: any, data?: RegisterTaskWithMaintenanceWindowCommandOutput) => void,
|
|
2340
2217
|
): void;
|
|
2341
2218
|
registerTaskWithMaintenanceWindow(
|
|
2342
2219
|
args: RegisterTaskWithMaintenanceWindowCommandInput,
|
|
2343
2220
|
options: __HttpHandlerOptions,
|
|
2344
|
-
cb: (
|
|
2345
|
-
err: any,
|
|
2346
|
-
data?: RegisterTaskWithMaintenanceWindowCommandOutput
|
|
2347
|
-
) => void
|
|
2221
|
+
cb: (err: any, data?: RegisterTaskWithMaintenanceWindowCommandOutput) => void,
|
|
2348
2222
|
): void;
|
|
2349
2223
|
removeTagsFromResource(
|
|
2350
2224
|
args: RemoveTagsFromResourceCommandInput,
|
|
2351
|
-
options?: __HttpHandlerOptions
|
|
2225
|
+
options?: __HttpHandlerOptions,
|
|
2352
2226
|
): Promise<RemoveTagsFromResourceCommandOutput>;
|
|
2353
2227
|
removeTagsFromResource(
|
|
2354
2228
|
args: RemoveTagsFromResourceCommandInput,
|
|
2355
|
-
cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
|
|
2229
|
+
cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void,
|
|
2356
2230
|
): void;
|
|
2357
2231
|
removeTagsFromResource(
|
|
2358
2232
|
args: RemoveTagsFromResourceCommandInput,
|
|
2359
2233
|
options: __HttpHandlerOptions,
|
|
2360
|
-
cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
|
|
2234
|
+
cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void,
|
|
2361
2235
|
): void;
|
|
2362
2236
|
resetServiceSetting(
|
|
2363
2237
|
args: ResetServiceSettingCommandInput,
|
|
2364
|
-
options?: __HttpHandlerOptions
|
|
2238
|
+
options?: __HttpHandlerOptions,
|
|
2365
2239
|
): Promise<ResetServiceSettingCommandOutput>;
|
|
2366
2240
|
resetServiceSetting(
|
|
2367
2241
|
args: ResetServiceSettingCommandInput,
|
|
2368
|
-
cb: (err: any, data?: ResetServiceSettingCommandOutput) => void
|
|
2242
|
+
cb: (err: any, data?: ResetServiceSettingCommandOutput) => void,
|
|
2369
2243
|
): void;
|
|
2370
2244
|
resetServiceSetting(
|
|
2371
2245
|
args: ResetServiceSettingCommandInput,
|
|
2372
2246
|
options: __HttpHandlerOptions,
|
|
2373
|
-
cb: (err: any, data?: ResetServiceSettingCommandOutput) => void
|
|
2247
|
+
cb: (err: any, data?: ResetServiceSettingCommandOutput) => void,
|
|
2374
2248
|
): void;
|
|
2375
2249
|
resumeSession(
|
|
2376
2250
|
args: ResumeSessionCommandInput,
|
|
2377
|
-
options?: __HttpHandlerOptions
|
|
2251
|
+
options?: __HttpHandlerOptions,
|
|
2378
2252
|
): Promise<ResumeSessionCommandOutput>;
|
|
2379
2253
|
resumeSession(
|
|
2380
2254
|
args: ResumeSessionCommandInput,
|
|
2381
|
-
cb: (err: any, data?: ResumeSessionCommandOutput) => void
|
|
2255
|
+
cb: (err: any, data?: ResumeSessionCommandOutput) => void,
|
|
2382
2256
|
): void;
|
|
2383
2257
|
resumeSession(
|
|
2384
2258
|
args: ResumeSessionCommandInput,
|
|
2385
2259
|
options: __HttpHandlerOptions,
|
|
2386
|
-
cb: (err: any, data?: ResumeSessionCommandOutput) => void
|
|
2260
|
+
cb: (err: any, data?: ResumeSessionCommandOutput) => void,
|
|
2387
2261
|
): void;
|
|
2388
2262
|
sendAutomationSignal(
|
|
2389
2263
|
args: SendAutomationSignalCommandInput,
|
|
2390
|
-
options?: __HttpHandlerOptions
|
|
2264
|
+
options?: __HttpHandlerOptions,
|
|
2391
2265
|
): Promise<SendAutomationSignalCommandOutput>;
|
|
2392
2266
|
sendAutomationSignal(
|
|
2393
2267
|
args: SendAutomationSignalCommandInput,
|
|
2394
|
-
cb: (err: any, data?: SendAutomationSignalCommandOutput) => void
|
|
2268
|
+
cb: (err: any, data?: SendAutomationSignalCommandOutput) => void,
|
|
2395
2269
|
): void;
|
|
2396
2270
|
sendAutomationSignal(
|
|
2397
2271
|
args: SendAutomationSignalCommandInput,
|
|
2398
2272
|
options: __HttpHandlerOptions,
|
|
2399
|
-
cb: (err: any, data?: SendAutomationSignalCommandOutput) => void
|
|
2273
|
+
cb: (err: any, data?: SendAutomationSignalCommandOutput) => void,
|
|
2400
2274
|
): void;
|
|
2401
2275
|
sendCommand(
|
|
2402
2276
|
args: SendCommandCommandInput,
|
|
2403
|
-
options?: __HttpHandlerOptions
|
|
2277
|
+
options?: __HttpHandlerOptions,
|
|
2404
2278
|
): Promise<SendCommandCommandOutput>;
|
|
2405
2279
|
sendCommand(
|
|
2406
2280
|
args: SendCommandCommandInput,
|
|
2407
|
-
cb: (err: any, data?: SendCommandCommandOutput) => void
|
|
2281
|
+
cb: (err: any, data?: SendCommandCommandOutput) => void,
|
|
2408
2282
|
): void;
|
|
2409
2283
|
sendCommand(
|
|
2410
2284
|
args: SendCommandCommandInput,
|
|
2411
2285
|
options: __HttpHandlerOptions,
|
|
2412
|
-
cb: (err: any, data?: SendCommandCommandOutput) => void
|
|
2286
|
+
cb: (err: any, data?: SendCommandCommandOutput) => void,
|
|
2413
2287
|
): void;
|
|
2414
2288
|
startAccessRequest(
|
|
2415
2289
|
args: StartAccessRequestCommandInput,
|
|
2416
|
-
options?: __HttpHandlerOptions
|
|
2290
|
+
options?: __HttpHandlerOptions,
|
|
2417
2291
|
): Promise<StartAccessRequestCommandOutput>;
|
|
2418
2292
|
startAccessRequest(
|
|
2419
2293
|
args: StartAccessRequestCommandInput,
|
|
2420
|
-
cb: (err: any, data?: StartAccessRequestCommandOutput) => void
|
|
2294
|
+
cb: (err: any, data?: StartAccessRequestCommandOutput) => void,
|
|
2421
2295
|
): void;
|
|
2422
2296
|
startAccessRequest(
|
|
2423
2297
|
args: StartAccessRequestCommandInput,
|
|
2424
2298
|
options: __HttpHandlerOptions,
|
|
2425
|
-
cb: (err: any, data?: StartAccessRequestCommandOutput) => void
|
|
2299
|
+
cb: (err: any, data?: StartAccessRequestCommandOutput) => void,
|
|
2426
2300
|
): void;
|
|
2427
2301
|
startAssociationsOnce(
|
|
2428
2302
|
args: StartAssociationsOnceCommandInput,
|
|
2429
|
-
options?: __HttpHandlerOptions
|
|
2303
|
+
options?: __HttpHandlerOptions,
|
|
2430
2304
|
): Promise<StartAssociationsOnceCommandOutput>;
|
|
2431
2305
|
startAssociationsOnce(
|
|
2432
2306
|
args: StartAssociationsOnceCommandInput,
|
|
2433
|
-
cb: (err: any, data?: StartAssociationsOnceCommandOutput) => void
|
|
2307
|
+
cb: (err: any, data?: StartAssociationsOnceCommandOutput) => void,
|
|
2434
2308
|
): void;
|
|
2435
2309
|
startAssociationsOnce(
|
|
2436
2310
|
args: StartAssociationsOnceCommandInput,
|
|
2437
2311
|
options: __HttpHandlerOptions,
|
|
2438
|
-
cb: (err: any, data?: StartAssociationsOnceCommandOutput) => void
|
|
2312
|
+
cb: (err: any, data?: StartAssociationsOnceCommandOutput) => void,
|
|
2439
2313
|
): void;
|
|
2440
2314
|
startAutomationExecution(
|
|
2441
2315
|
args: StartAutomationExecutionCommandInput,
|
|
2442
|
-
options?: __HttpHandlerOptions
|
|
2316
|
+
options?: __HttpHandlerOptions,
|
|
2443
2317
|
): Promise<StartAutomationExecutionCommandOutput>;
|
|
2444
2318
|
startAutomationExecution(
|
|
2445
2319
|
args: StartAutomationExecutionCommandInput,
|
|
2446
|
-
cb: (err: any, data?: StartAutomationExecutionCommandOutput) => void
|
|
2320
|
+
cb: (err: any, data?: StartAutomationExecutionCommandOutput) => void,
|
|
2447
2321
|
): void;
|
|
2448
2322
|
startAutomationExecution(
|
|
2449
2323
|
args: StartAutomationExecutionCommandInput,
|
|
2450
2324
|
options: __HttpHandlerOptions,
|
|
2451
|
-
cb: (err: any, data?: StartAutomationExecutionCommandOutput) => void
|
|
2325
|
+
cb: (err: any, data?: StartAutomationExecutionCommandOutput) => void,
|
|
2452
2326
|
): void;
|
|
2453
2327
|
startChangeRequestExecution(
|
|
2454
2328
|
args: StartChangeRequestExecutionCommandInput,
|
|
2455
|
-
options?: __HttpHandlerOptions
|
|
2329
|
+
options?: __HttpHandlerOptions,
|
|
2456
2330
|
): Promise<StartChangeRequestExecutionCommandOutput>;
|
|
2457
2331
|
startChangeRequestExecution(
|
|
2458
2332
|
args: StartChangeRequestExecutionCommandInput,
|
|
2459
|
-
cb: (err: any, data?: StartChangeRequestExecutionCommandOutput) => void
|
|
2333
|
+
cb: (err: any, data?: StartChangeRequestExecutionCommandOutput) => void,
|
|
2460
2334
|
): void;
|
|
2461
2335
|
startChangeRequestExecution(
|
|
2462
2336
|
args: StartChangeRequestExecutionCommandInput,
|
|
2463
2337
|
options: __HttpHandlerOptions,
|
|
2464
|
-
cb: (err: any, data?: StartChangeRequestExecutionCommandOutput) => void
|
|
2338
|
+
cb: (err: any, data?: StartChangeRequestExecutionCommandOutput) => void,
|
|
2465
2339
|
): void;
|
|
2466
2340
|
startExecutionPreview(
|
|
2467
2341
|
args: StartExecutionPreviewCommandInput,
|
|
2468
|
-
options?: __HttpHandlerOptions
|
|
2342
|
+
options?: __HttpHandlerOptions,
|
|
2469
2343
|
): Promise<StartExecutionPreviewCommandOutput>;
|
|
2470
2344
|
startExecutionPreview(
|
|
2471
2345
|
args: StartExecutionPreviewCommandInput,
|
|
2472
|
-
cb: (err: any, data?: StartExecutionPreviewCommandOutput) => void
|
|
2346
|
+
cb: (err: any, data?: StartExecutionPreviewCommandOutput) => void,
|
|
2473
2347
|
): void;
|
|
2474
2348
|
startExecutionPreview(
|
|
2475
2349
|
args: StartExecutionPreviewCommandInput,
|
|
2476
2350
|
options: __HttpHandlerOptions,
|
|
2477
|
-
cb: (err: any, data?: StartExecutionPreviewCommandOutput) => void
|
|
2351
|
+
cb: (err: any, data?: StartExecutionPreviewCommandOutput) => void,
|
|
2478
2352
|
): void;
|
|
2479
2353
|
startSession(
|
|
2480
2354
|
args: StartSessionCommandInput,
|
|
2481
|
-
options?: __HttpHandlerOptions
|
|
2355
|
+
options?: __HttpHandlerOptions,
|
|
2482
2356
|
): Promise<StartSessionCommandOutput>;
|
|
2483
2357
|
startSession(
|
|
2484
2358
|
args: StartSessionCommandInput,
|
|
2485
|
-
cb: (err: any, data?: StartSessionCommandOutput) => void
|
|
2359
|
+
cb: (err: any, data?: StartSessionCommandOutput) => void,
|
|
2486
2360
|
): void;
|
|
2487
2361
|
startSession(
|
|
2488
2362
|
args: StartSessionCommandInput,
|
|
2489
2363
|
options: __HttpHandlerOptions,
|
|
2490
|
-
cb: (err: any, data?: StartSessionCommandOutput) => void
|
|
2364
|
+
cb: (err: any, data?: StartSessionCommandOutput) => void,
|
|
2491
2365
|
): void;
|
|
2492
2366
|
stopAutomationExecution(
|
|
2493
2367
|
args: StopAutomationExecutionCommandInput,
|
|
2494
|
-
options?: __HttpHandlerOptions
|
|
2368
|
+
options?: __HttpHandlerOptions,
|
|
2495
2369
|
): Promise<StopAutomationExecutionCommandOutput>;
|
|
2496
2370
|
stopAutomationExecution(
|
|
2497
2371
|
args: StopAutomationExecutionCommandInput,
|
|
2498
|
-
cb: (err: any, data?: StopAutomationExecutionCommandOutput) => void
|
|
2372
|
+
cb: (err: any, data?: StopAutomationExecutionCommandOutput) => void,
|
|
2499
2373
|
): void;
|
|
2500
2374
|
stopAutomationExecution(
|
|
2501
2375
|
args: StopAutomationExecutionCommandInput,
|
|
2502
2376
|
options: __HttpHandlerOptions,
|
|
2503
|
-
cb: (err: any, data?: StopAutomationExecutionCommandOutput) => void
|
|
2377
|
+
cb: (err: any, data?: StopAutomationExecutionCommandOutput) => void,
|
|
2504
2378
|
): void;
|
|
2505
2379
|
terminateSession(
|
|
2506
2380
|
args: TerminateSessionCommandInput,
|
|
2507
|
-
options?: __HttpHandlerOptions
|
|
2381
|
+
options?: __HttpHandlerOptions,
|
|
2508
2382
|
): Promise<TerminateSessionCommandOutput>;
|
|
2509
2383
|
terminateSession(
|
|
2510
2384
|
args: TerminateSessionCommandInput,
|
|
2511
|
-
cb: (err: any, data?: TerminateSessionCommandOutput) => void
|
|
2385
|
+
cb: (err: any, data?: TerminateSessionCommandOutput) => void,
|
|
2512
2386
|
): void;
|
|
2513
2387
|
terminateSession(
|
|
2514
2388
|
args: TerminateSessionCommandInput,
|
|
2515
2389
|
options: __HttpHandlerOptions,
|
|
2516
|
-
cb: (err: any, data?: TerminateSessionCommandOutput) => void
|
|
2390
|
+
cb: (err: any, data?: TerminateSessionCommandOutput) => void,
|
|
2517
2391
|
): void;
|
|
2518
2392
|
unlabelParameterVersion(
|
|
2519
2393
|
args: UnlabelParameterVersionCommandInput,
|
|
2520
|
-
options?: __HttpHandlerOptions
|
|
2394
|
+
options?: __HttpHandlerOptions,
|
|
2521
2395
|
): Promise<UnlabelParameterVersionCommandOutput>;
|
|
2522
2396
|
unlabelParameterVersion(
|
|
2523
2397
|
args: UnlabelParameterVersionCommandInput,
|
|
2524
|
-
cb: (err: any, data?: UnlabelParameterVersionCommandOutput) => void
|
|
2398
|
+
cb: (err: any, data?: UnlabelParameterVersionCommandOutput) => void,
|
|
2525
2399
|
): void;
|
|
2526
2400
|
unlabelParameterVersion(
|
|
2527
2401
|
args: UnlabelParameterVersionCommandInput,
|
|
2528
2402
|
options: __HttpHandlerOptions,
|
|
2529
|
-
cb: (err: any, data?: UnlabelParameterVersionCommandOutput) => void
|
|
2403
|
+
cb: (err: any, data?: UnlabelParameterVersionCommandOutput) => void,
|
|
2530
2404
|
): void;
|
|
2531
2405
|
updateAssociation(
|
|
2532
2406
|
args: UpdateAssociationCommandInput,
|
|
2533
|
-
options?: __HttpHandlerOptions
|
|
2407
|
+
options?: __HttpHandlerOptions,
|
|
2534
2408
|
): Promise<UpdateAssociationCommandOutput>;
|
|
2535
2409
|
updateAssociation(
|
|
2536
2410
|
args: UpdateAssociationCommandInput,
|
|
2537
|
-
cb: (err: any, data?: UpdateAssociationCommandOutput) => void
|
|
2411
|
+
cb: (err: any, data?: UpdateAssociationCommandOutput) => void,
|
|
2538
2412
|
): void;
|
|
2539
2413
|
updateAssociation(
|
|
2540
2414
|
args: UpdateAssociationCommandInput,
|
|
2541
2415
|
options: __HttpHandlerOptions,
|
|
2542
|
-
cb: (err: any, data?: UpdateAssociationCommandOutput) => void
|
|
2416
|
+
cb: (err: any, data?: UpdateAssociationCommandOutput) => void,
|
|
2543
2417
|
): void;
|
|
2544
2418
|
updateAssociationStatus(
|
|
2545
2419
|
args: UpdateAssociationStatusCommandInput,
|
|
2546
|
-
options?: __HttpHandlerOptions
|
|
2420
|
+
options?: __HttpHandlerOptions,
|
|
2547
2421
|
): Promise<UpdateAssociationStatusCommandOutput>;
|
|
2548
2422
|
updateAssociationStatus(
|
|
2549
2423
|
args: UpdateAssociationStatusCommandInput,
|
|
2550
|
-
cb: (err: any, data?: UpdateAssociationStatusCommandOutput) => void
|
|
2424
|
+
cb: (err: any, data?: UpdateAssociationStatusCommandOutput) => void,
|
|
2551
2425
|
): void;
|
|
2552
2426
|
updateAssociationStatus(
|
|
2553
2427
|
args: UpdateAssociationStatusCommandInput,
|
|
2554
2428
|
options: __HttpHandlerOptions,
|
|
2555
|
-
cb: (err: any, data?: UpdateAssociationStatusCommandOutput) => void
|
|
2429
|
+
cb: (err: any, data?: UpdateAssociationStatusCommandOutput) => void,
|
|
2556
2430
|
): void;
|
|
2557
2431
|
updateCloudConnector(
|
|
2558
2432
|
args: UpdateCloudConnectorCommandInput,
|
|
2559
|
-
options?: __HttpHandlerOptions
|
|
2433
|
+
options?: __HttpHandlerOptions,
|
|
2560
2434
|
): Promise<UpdateCloudConnectorCommandOutput>;
|
|
2561
2435
|
updateCloudConnector(
|
|
2562
2436
|
args: UpdateCloudConnectorCommandInput,
|
|
2563
|
-
cb: (err: any, data?: UpdateCloudConnectorCommandOutput) => void
|
|
2437
|
+
cb: (err: any, data?: UpdateCloudConnectorCommandOutput) => void,
|
|
2564
2438
|
): void;
|
|
2565
2439
|
updateCloudConnector(
|
|
2566
2440
|
args: UpdateCloudConnectorCommandInput,
|
|
2567
2441
|
options: __HttpHandlerOptions,
|
|
2568
|
-
cb: (err: any, data?: UpdateCloudConnectorCommandOutput) => void
|
|
2442
|
+
cb: (err: any, data?: UpdateCloudConnectorCommandOutput) => void,
|
|
2569
2443
|
): void;
|
|
2570
2444
|
updateDocument(
|
|
2571
2445
|
args: UpdateDocumentCommandInput,
|
|
2572
|
-
options?: __HttpHandlerOptions
|
|
2446
|
+
options?: __HttpHandlerOptions,
|
|
2573
2447
|
): Promise<UpdateDocumentCommandOutput>;
|
|
2574
2448
|
updateDocument(
|
|
2575
2449
|
args: UpdateDocumentCommandInput,
|
|
2576
|
-
cb: (err: any, data?: UpdateDocumentCommandOutput) => void
|
|
2450
|
+
cb: (err: any, data?: UpdateDocumentCommandOutput) => void,
|
|
2577
2451
|
): void;
|
|
2578
2452
|
updateDocument(
|
|
2579
2453
|
args: UpdateDocumentCommandInput,
|
|
2580
2454
|
options: __HttpHandlerOptions,
|
|
2581
|
-
cb: (err: any, data?: UpdateDocumentCommandOutput) => void
|
|
2455
|
+
cb: (err: any, data?: UpdateDocumentCommandOutput) => void,
|
|
2582
2456
|
): void;
|
|
2583
2457
|
updateDocumentDefaultVersion(
|
|
2584
2458
|
args: UpdateDocumentDefaultVersionCommandInput,
|
|
2585
|
-
options?: __HttpHandlerOptions
|
|
2459
|
+
options?: __HttpHandlerOptions,
|
|
2586
2460
|
): Promise<UpdateDocumentDefaultVersionCommandOutput>;
|
|
2587
2461
|
updateDocumentDefaultVersion(
|
|
2588
2462
|
args: UpdateDocumentDefaultVersionCommandInput,
|
|
2589
|
-
cb: (err: any, data?: UpdateDocumentDefaultVersionCommandOutput) => void
|
|
2463
|
+
cb: (err: any, data?: UpdateDocumentDefaultVersionCommandOutput) => void,
|
|
2590
2464
|
): void;
|
|
2591
2465
|
updateDocumentDefaultVersion(
|
|
2592
2466
|
args: UpdateDocumentDefaultVersionCommandInput,
|
|
2593
2467
|
options: __HttpHandlerOptions,
|
|
2594
|
-
cb: (err: any, data?: UpdateDocumentDefaultVersionCommandOutput) => void
|
|
2468
|
+
cb: (err: any, data?: UpdateDocumentDefaultVersionCommandOutput) => void,
|
|
2595
2469
|
): void;
|
|
2596
2470
|
updateDocumentMetadata(
|
|
2597
2471
|
args: UpdateDocumentMetadataCommandInput,
|
|
2598
|
-
options?: __HttpHandlerOptions
|
|
2472
|
+
options?: __HttpHandlerOptions,
|
|
2599
2473
|
): Promise<UpdateDocumentMetadataCommandOutput>;
|
|
2600
2474
|
updateDocumentMetadata(
|
|
2601
2475
|
args: UpdateDocumentMetadataCommandInput,
|
|
2602
|
-
cb: (err: any, data?: UpdateDocumentMetadataCommandOutput) => void
|
|
2476
|
+
cb: (err: any, data?: UpdateDocumentMetadataCommandOutput) => void,
|
|
2603
2477
|
): void;
|
|
2604
2478
|
updateDocumentMetadata(
|
|
2605
2479
|
args: UpdateDocumentMetadataCommandInput,
|
|
2606
2480
|
options: __HttpHandlerOptions,
|
|
2607
|
-
cb: (err: any, data?: UpdateDocumentMetadataCommandOutput) => void
|
|
2481
|
+
cb: (err: any, data?: UpdateDocumentMetadataCommandOutput) => void,
|
|
2608
2482
|
): void;
|
|
2609
2483
|
updateMaintenanceWindow(
|
|
2610
2484
|
args: UpdateMaintenanceWindowCommandInput,
|
|
2611
|
-
options?: __HttpHandlerOptions
|
|
2485
|
+
options?: __HttpHandlerOptions,
|
|
2612
2486
|
): Promise<UpdateMaintenanceWindowCommandOutput>;
|
|
2613
2487
|
updateMaintenanceWindow(
|
|
2614
2488
|
args: UpdateMaintenanceWindowCommandInput,
|
|
2615
|
-
cb: (err: any, data?: UpdateMaintenanceWindowCommandOutput) => void
|
|
2489
|
+
cb: (err: any, data?: UpdateMaintenanceWindowCommandOutput) => void,
|
|
2616
2490
|
): void;
|
|
2617
2491
|
updateMaintenanceWindow(
|
|
2618
2492
|
args: UpdateMaintenanceWindowCommandInput,
|
|
2619
2493
|
options: __HttpHandlerOptions,
|
|
2620
|
-
cb: (err: any, data?: UpdateMaintenanceWindowCommandOutput) => void
|
|
2494
|
+
cb: (err: any, data?: UpdateMaintenanceWindowCommandOutput) => void,
|
|
2621
2495
|
): void;
|
|
2622
2496
|
updateMaintenanceWindowTarget(
|
|
2623
2497
|
args: UpdateMaintenanceWindowTargetCommandInput,
|
|
2624
|
-
options?: __HttpHandlerOptions
|
|
2498
|
+
options?: __HttpHandlerOptions,
|
|
2625
2499
|
): Promise<UpdateMaintenanceWindowTargetCommandOutput>;
|
|
2626
2500
|
updateMaintenanceWindowTarget(
|
|
2627
2501
|
args: UpdateMaintenanceWindowTargetCommandInput,
|
|
2628
|
-
cb: (err: any, data?: UpdateMaintenanceWindowTargetCommandOutput) => void
|
|
2502
|
+
cb: (err: any, data?: UpdateMaintenanceWindowTargetCommandOutput) => void,
|
|
2629
2503
|
): void;
|
|
2630
2504
|
updateMaintenanceWindowTarget(
|
|
2631
2505
|
args: UpdateMaintenanceWindowTargetCommandInput,
|
|
2632
2506
|
options: __HttpHandlerOptions,
|
|
2633
|
-
cb: (err: any, data?: UpdateMaintenanceWindowTargetCommandOutput) => void
|
|
2507
|
+
cb: (err: any, data?: UpdateMaintenanceWindowTargetCommandOutput) => void,
|
|
2634
2508
|
): void;
|
|
2635
2509
|
updateMaintenanceWindowTask(
|
|
2636
2510
|
args: UpdateMaintenanceWindowTaskCommandInput,
|
|
2637
|
-
options?: __HttpHandlerOptions
|
|
2511
|
+
options?: __HttpHandlerOptions,
|
|
2638
2512
|
): Promise<UpdateMaintenanceWindowTaskCommandOutput>;
|
|
2639
2513
|
updateMaintenanceWindowTask(
|
|
2640
2514
|
args: UpdateMaintenanceWindowTaskCommandInput,
|
|
2641
|
-
cb: (err: any, data?: UpdateMaintenanceWindowTaskCommandOutput) => void
|
|
2515
|
+
cb: (err: any, data?: UpdateMaintenanceWindowTaskCommandOutput) => void,
|
|
2642
2516
|
): void;
|
|
2643
2517
|
updateMaintenanceWindowTask(
|
|
2644
2518
|
args: UpdateMaintenanceWindowTaskCommandInput,
|
|
2645
2519
|
options: __HttpHandlerOptions,
|
|
2646
|
-
cb: (err: any, data?: UpdateMaintenanceWindowTaskCommandOutput) => void
|
|
2520
|
+
cb: (err: any, data?: UpdateMaintenanceWindowTaskCommandOutput) => void,
|
|
2647
2521
|
): void;
|
|
2648
2522
|
updateManagedInstanceRole(
|
|
2649
2523
|
args: UpdateManagedInstanceRoleCommandInput,
|
|
2650
|
-
options?: __HttpHandlerOptions
|
|
2524
|
+
options?: __HttpHandlerOptions,
|
|
2651
2525
|
): Promise<UpdateManagedInstanceRoleCommandOutput>;
|
|
2652
2526
|
updateManagedInstanceRole(
|
|
2653
2527
|
args: UpdateManagedInstanceRoleCommandInput,
|
|
2654
|
-
cb: (err: any, data?: UpdateManagedInstanceRoleCommandOutput) => void
|
|
2528
|
+
cb: (err: any, data?: UpdateManagedInstanceRoleCommandOutput) => void,
|
|
2655
2529
|
): void;
|
|
2656
2530
|
updateManagedInstanceRole(
|
|
2657
2531
|
args: UpdateManagedInstanceRoleCommandInput,
|
|
2658
2532
|
options: __HttpHandlerOptions,
|
|
2659
|
-
cb: (err: any, data?: UpdateManagedInstanceRoleCommandOutput) => void
|
|
2533
|
+
cb: (err: any, data?: UpdateManagedInstanceRoleCommandOutput) => void,
|
|
2660
2534
|
): void;
|
|
2661
2535
|
updateOpsItem(
|
|
2662
2536
|
args: UpdateOpsItemCommandInput,
|
|
2663
|
-
options?: __HttpHandlerOptions
|
|
2537
|
+
options?: __HttpHandlerOptions,
|
|
2664
2538
|
): Promise<UpdateOpsItemCommandOutput>;
|
|
2665
2539
|
updateOpsItem(
|
|
2666
2540
|
args: UpdateOpsItemCommandInput,
|
|
2667
|
-
cb: (err: any, data?: UpdateOpsItemCommandOutput) => void
|
|
2541
|
+
cb: (err: any, data?: UpdateOpsItemCommandOutput) => void,
|
|
2668
2542
|
): void;
|
|
2669
2543
|
updateOpsItem(
|
|
2670
2544
|
args: UpdateOpsItemCommandInput,
|
|
2671
2545
|
options: __HttpHandlerOptions,
|
|
2672
|
-
cb: (err: any, data?: UpdateOpsItemCommandOutput) => void
|
|
2546
|
+
cb: (err: any, data?: UpdateOpsItemCommandOutput) => void,
|
|
2673
2547
|
): void;
|
|
2674
2548
|
updateOpsMetadata(
|
|
2675
2549
|
args: UpdateOpsMetadataCommandInput,
|
|
2676
|
-
options?: __HttpHandlerOptions
|
|
2550
|
+
options?: __HttpHandlerOptions,
|
|
2677
2551
|
): Promise<UpdateOpsMetadataCommandOutput>;
|
|
2678
2552
|
updateOpsMetadata(
|
|
2679
2553
|
args: UpdateOpsMetadataCommandInput,
|
|
2680
|
-
cb: (err: any, data?: UpdateOpsMetadataCommandOutput) => void
|
|
2554
|
+
cb: (err: any, data?: UpdateOpsMetadataCommandOutput) => void,
|
|
2681
2555
|
): void;
|
|
2682
2556
|
updateOpsMetadata(
|
|
2683
2557
|
args: UpdateOpsMetadataCommandInput,
|
|
2684
2558
|
options: __HttpHandlerOptions,
|
|
2685
|
-
cb: (err: any, data?: UpdateOpsMetadataCommandOutput) => void
|
|
2559
|
+
cb: (err: any, data?: UpdateOpsMetadataCommandOutput) => void,
|
|
2686
2560
|
): void;
|
|
2687
2561
|
updatePatchBaseline(
|
|
2688
2562
|
args: UpdatePatchBaselineCommandInput,
|
|
2689
|
-
options?: __HttpHandlerOptions
|
|
2563
|
+
options?: __HttpHandlerOptions,
|
|
2690
2564
|
): Promise<UpdatePatchBaselineCommandOutput>;
|
|
2691
2565
|
updatePatchBaseline(
|
|
2692
2566
|
args: UpdatePatchBaselineCommandInput,
|
|
2693
|
-
cb: (err: any, data?: UpdatePatchBaselineCommandOutput) => void
|
|
2567
|
+
cb: (err: any, data?: UpdatePatchBaselineCommandOutput) => void,
|
|
2694
2568
|
): void;
|
|
2695
2569
|
updatePatchBaseline(
|
|
2696
2570
|
args: UpdatePatchBaselineCommandInput,
|
|
2697
2571
|
options: __HttpHandlerOptions,
|
|
2698
|
-
cb: (err: any, data?: UpdatePatchBaselineCommandOutput) => void
|
|
2572
|
+
cb: (err: any, data?: UpdatePatchBaselineCommandOutput) => void,
|
|
2699
2573
|
): void;
|
|
2700
2574
|
updateResourceDataSync(
|
|
2701
2575
|
args: UpdateResourceDataSyncCommandInput,
|
|
2702
|
-
options?: __HttpHandlerOptions
|
|
2576
|
+
options?: __HttpHandlerOptions,
|
|
2703
2577
|
): Promise<UpdateResourceDataSyncCommandOutput>;
|
|
2704
2578
|
updateResourceDataSync(
|
|
2705
2579
|
args: UpdateResourceDataSyncCommandInput,
|
|
2706
|
-
cb: (err: any, data?: UpdateResourceDataSyncCommandOutput) => void
|
|
2580
|
+
cb: (err: any, data?: UpdateResourceDataSyncCommandOutput) => void,
|
|
2707
2581
|
): void;
|
|
2708
2582
|
updateResourceDataSync(
|
|
2709
2583
|
args: UpdateResourceDataSyncCommandInput,
|
|
2710
2584
|
options: __HttpHandlerOptions,
|
|
2711
|
-
cb: (err: any, data?: UpdateResourceDataSyncCommandOutput) => void
|
|
2585
|
+
cb: (err: any, data?: UpdateResourceDataSyncCommandOutput) => void,
|
|
2712
2586
|
): void;
|
|
2713
2587
|
updateServiceSetting(
|
|
2714
2588
|
args: UpdateServiceSettingCommandInput,
|
|
2715
|
-
options?: __HttpHandlerOptions
|
|
2589
|
+
options?: __HttpHandlerOptions,
|
|
2716
2590
|
): Promise<UpdateServiceSettingCommandOutput>;
|
|
2717
2591
|
updateServiceSetting(
|
|
2718
2592
|
args: UpdateServiceSettingCommandInput,
|
|
2719
|
-
cb: (err: any, data?: UpdateServiceSettingCommandOutput) => void
|
|
2593
|
+
cb: (err: any, data?: UpdateServiceSettingCommandOutput) => void,
|
|
2720
2594
|
): void;
|
|
2721
2595
|
updateServiceSetting(
|
|
2722
2596
|
args: UpdateServiceSettingCommandInput,
|
|
2723
2597
|
options: __HttpHandlerOptions,
|
|
2724
|
-
cb: (err: any, data?: UpdateServiceSettingCommandOutput) => void
|
|
2598
|
+
cb: (err: any, data?: UpdateServiceSettingCommandOutput) => void,
|
|
2725
2599
|
): void;
|
|
2726
2600
|
validateCloudConnector(
|
|
2727
2601
|
args: ValidateCloudConnectorCommandInput,
|
|
2728
|
-
options?: __HttpHandlerOptions
|
|
2602
|
+
options?: __HttpHandlerOptions,
|
|
2729
2603
|
): Promise<ValidateCloudConnectorCommandOutput>;
|
|
2730
2604
|
validateCloudConnector(
|
|
2731
2605
|
args: ValidateCloudConnectorCommandInput,
|
|
2732
|
-
cb: (err: any, data?: ValidateCloudConnectorCommandOutput) => void
|
|
2606
|
+
cb: (err: any, data?: ValidateCloudConnectorCommandOutput) => void,
|
|
2733
2607
|
): void;
|
|
2734
2608
|
validateCloudConnector(
|
|
2735
2609
|
args: ValidateCloudConnectorCommandInput,
|
|
2736
2610
|
options: __HttpHandlerOptions,
|
|
2737
|
-
cb: (err: any, data?: ValidateCloudConnectorCommandOutput) => void
|
|
2611
|
+
cb: (err: any, data?: ValidateCloudConnectorCommandOutput) => void,
|
|
2738
2612
|
): void;
|
|
2739
2613
|
paginateDescribeActivations(
|
|
2740
2614
|
args?: DescribeActivationsCommandInput,
|
|
2741
2615
|
paginationConfig?: Pick<
|
|
2742
2616
|
PaginationConfiguration,
|
|
2743
2617
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2744
|
-
|
|
2618
|
+
>,
|
|
2745
2619
|
): Paginator<DescribeActivationsCommandOutput>;
|
|
2746
2620
|
paginateDescribeAssociationExecutions(
|
|
2747
2621
|
args: DescribeAssociationExecutionsCommandInput,
|
|
2748
2622
|
paginationConfig?: Pick<
|
|
2749
2623
|
PaginationConfiguration,
|
|
2750
2624
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2751
|
-
|
|
2625
|
+
>,
|
|
2752
2626
|
): Paginator<DescribeAssociationExecutionsCommandOutput>;
|
|
2753
2627
|
paginateDescribeAssociationExecutionTargets(
|
|
2754
2628
|
args: DescribeAssociationExecutionTargetsCommandInput,
|
|
2755
2629
|
paginationConfig?: Pick<
|
|
2756
2630
|
PaginationConfiguration,
|
|
2757
2631
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2758
|
-
|
|
2632
|
+
>,
|
|
2759
2633
|
): Paginator<DescribeAssociationExecutionTargetsCommandOutput>;
|
|
2760
2634
|
paginateDescribeAutomationExecutions(
|
|
2761
2635
|
args?: DescribeAutomationExecutionsCommandInput,
|
|
2762
2636
|
paginationConfig?: Pick<
|
|
2763
2637
|
PaginationConfiguration,
|
|
2764
2638
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2765
|
-
|
|
2639
|
+
>,
|
|
2766
2640
|
): Paginator<DescribeAutomationExecutionsCommandOutput>;
|
|
2767
2641
|
paginateDescribeAutomationStepExecutions(
|
|
2768
2642
|
args: DescribeAutomationStepExecutionsCommandInput,
|
|
2769
2643
|
paginationConfig?: Pick<
|
|
2770
2644
|
PaginationConfiguration,
|
|
2771
2645
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2772
|
-
|
|
2646
|
+
>,
|
|
2773
2647
|
): Paginator<DescribeAutomationStepExecutionsCommandOutput>;
|
|
2774
2648
|
paginateDescribeAvailablePatches(
|
|
2775
2649
|
args?: DescribeAvailablePatchesCommandInput,
|
|
2776
2650
|
paginationConfig?: Pick<
|
|
2777
2651
|
PaginationConfiguration,
|
|
2778
2652
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2779
|
-
|
|
2653
|
+
>,
|
|
2780
2654
|
): Paginator<DescribeAvailablePatchesCommandOutput>;
|
|
2781
2655
|
paginateDescribeEffectiveInstanceAssociations(
|
|
2782
2656
|
args: DescribeEffectiveInstanceAssociationsCommandInput,
|
|
2783
2657
|
paginationConfig?: Pick<
|
|
2784
2658
|
PaginationConfiguration,
|
|
2785
2659
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2786
|
-
|
|
2660
|
+
>,
|
|
2787
2661
|
): Paginator<DescribeEffectiveInstanceAssociationsCommandOutput>;
|
|
2788
2662
|
paginateDescribeEffectivePatchesForPatchBaseline(
|
|
2789
2663
|
args: DescribeEffectivePatchesForPatchBaselineCommandInput,
|
|
2790
2664
|
paginationConfig?: Pick<
|
|
2791
2665
|
PaginationConfiguration,
|
|
2792
2666
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2793
|
-
|
|
2667
|
+
>,
|
|
2794
2668
|
): Paginator<DescribeEffectivePatchesForPatchBaselineCommandOutput>;
|
|
2795
2669
|
paginateDescribeInstanceAssociationsStatus(
|
|
2796
2670
|
args: DescribeInstanceAssociationsStatusCommandInput,
|
|
2797
2671
|
paginationConfig?: Pick<
|
|
2798
2672
|
PaginationConfiguration,
|
|
2799
2673
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2800
|
-
|
|
2674
|
+
>,
|
|
2801
2675
|
): Paginator<DescribeInstanceAssociationsStatusCommandOutput>;
|
|
2802
2676
|
paginateDescribeInstanceInformation(
|
|
2803
2677
|
args?: DescribeInstanceInformationCommandInput,
|
|
2804
2678
|
paginationConfig?: Pick<
|
|
2805
2679
|
PaginationConfiguration,
|
|
2806
2680
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2807
|
-
|
|
2681
|
+
>,
|
|
2808
2682
|
): Paginator<DescribeInstanceInformationCommandOutput>;
|
|
2809
2683
|
paginateDescribeInstancePatches(
|
|
2810
2684
|
args: DescribeInstancePatchesCommandInput,
|
|
2811
2685
|
paginationConfig?: Pick<
|
|
2812
2686
|
PaginationConfiguration,
|
|
2813
2687
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2814
|
-
|
|
2688
|
+
>,
|
|
2815
2689
|
): Paginator<DescribeInstancePatchesCommandOutput>;
|
|
2816
2690
|
paginateDescribeInstancePatchStates(
|
|
2817
2691
|
args: DescribeInstancePatchStatesCommandInput,
|
|
2818
2692
|
paginationConfig?: Pick<
|
|
2819
2693
|
PaginationConfiguration,
|
|
2820
2694
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2821
|
-
|
|
2695
|
+
>,
|
|
2822
2696
|
): Paginator<DescribeInstancePatchStatesCommandOutput>;
|
|
2823
2697
|
paginateDescribeInstancePatchStatesForPatchGroup(
|
|
2824
2698
|
args: DescribeInstancePatchStatesForPatchGroupCommandInput,
|
|
2825
2699
|
paginationConfig?: Pick<
|
|
2826
2700
|
PaginationConfiguration,
|
|
2827
2701
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2828
|
-
|
|
2702
|
+
>,
|
|
2829
2703
|
): Paginator<DescribeInstancePatchStatesForPatchGroupCommandOutput>;
|
|
2830
2704
|
paginateDescribeInstanceProperties(
|
|
2831
2705
|
args?: DescribeInstancePropertiesCommandInput,
|
|
2832
2706
|
paginationConfig?: Pick<
|
|
2833
2707
|
PaginationConfiguration,
|
|
2834
2708
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2835
|
-
|
|
2709
|
+
>,
|
|
2836
2710
|
): Paginator<DescribeInstancePropertiesCommandOutput>;
|
|
2837
2711
|
paginateDescribeInventoryDeletions(
|
|
2838
2712
|
args?: DescribeInventoryDeletionsCommandInput,
|
|
2839
2713
|
paginationConfig?: Pick<
|
|
2840
2714
|
PaginationConfiguration,
|
|
2841
2715
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2842
|
-
|
|
2716
|
+
>,
|
|
2843
2717
|
): Paginator<DescribeInventoryDeletionsCommandOutput>;
|
|
2844
2718
|
paginateDescribeMaintenanceWindowExecutions(
|
|
2845
2719
|
args: DescribeMaintenanceWindowExecutionsCommandInput,
|
|
2846
2720
|
paginationConfig?: Pick<
|
|
2847
2721
|
PaginationConfiguration,
|
|
2848
2722
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2849
|
-
|
|
2723
|
+
>,
|
|
2850
2724
|
): Paginator<DescribeMaintenanceWindowExecutionsCommandOutput>;
|
|
2851
2725
|
paginateDescribeMaintenanceWindowExecutionTaskInvocations(
|
|
2852
2726
|
args: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput,
|
|
2853
2727
|
paginationConfig?: Pick<
|
|
2854
2728
|
PaginationConfiguration,
|
|
2855
2729
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2856
|
-
|
|
2730
|
+
>,
|
|
2857
2731
|
): Paginator<DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput>;
|
|
2858
2732
|
paginateDescribeMaintenanceWindowExecutionTasks(
|
|
2859
2733
|
args: DescribeMaintenanceWindowExecutionTasksCommandInput,
|
|
2860
2734
|
paginationConfig?: Pick<
|
|
2861
2735
|
PaginationConfiguration,
|
|
2862
2736
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2863
|
-
|
|
2737
|
+
>,
|
|
2864
2738
|
): Paginator<DescribeMaintenanceWindowExecutionTasksCommandOutput>;
|
|
2865
2739
|
paginateDescribeMaintenanceWindows(
|
|
2866
2740
|
args?: DescribeMaintenanceWindowsCommandInput,
|
|
2867
2741
|
paginationConfig?: Pick<
|
|
2868
2742
|
PaginationConfiguration,
|
|
2869
2743
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2870
|
-
|
|
2744
|
+
>,
|
|
2871
2745
|
): Paginator<DescribeMaintenanceWindowsCommandOutput>;
|
|
2872
2746
|
paginateDescribeMaintenanceWindowSchedule(
|
|
2873
2747
|
args?: DescribeMaintenanceWindowScheduleCommandInput,
|
|
2874
2748
|
paginationConfig?: Pick<
|
|
2875
2749
|
PaginationConfiguration,
|
|
2876
2750
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2877
|
-
|
|
2751
|
+
>,
|
|
2878
2752
|
): Paginator<DescribeMaintenanceWindowScheduleCommandOutput>;
|
|
2879
2753
|
paginateDescribeMaintenanceWindowsForTarget(
|
|
2880
2754
|
args: DescribeMaintenanceWindowsForTargetCommandInput,
|
|
2881
2755
|
paginationConfig?: Pick<
|
|
2882
2756
|
PaginationConfiguration,
|
|
2883
2757
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2884
|
-
|
|
2758
|
+
>,
|
|
2885
2759
|
): Paginator<DescribeMaintenanceWindowsForTargetCommandOutput>;
|
|
2886
2760
|
paginateDescribeMaintenanceWindowTargets(
|
|
2887
2761
|
args: DescribeMaintenanceWindowTargetsCommandInput,
|
|
2888
2762
|
paginationConfig?: Pick<
|
|
2889
2763
|
PaginationConfiguration,
|
|
2890
2764
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2891
|
-
|
|
2765
|
+
>,
|
|
2892
2766
|
): Paginator<DescribeMaintenanceWindowTargetsCommandOutput>;
|
|
2893
2767
|
paginateDescribeMaintenanceWindowTasks(
|
|
2894
2768
|
args: DescribeMaintenanceWindowTasksCommandInput,
|
|
2895
2769
|
paginationConfig?: Pick<
|
|
2896
2770
|
PaginationConfiguration,
|
|
2897
2771
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2898
|
-
|
|
2772
|
+
>,
|
|
2899
2773
|
): Paginator<DescribeMaintenanceWindowTasksCommandOutput>;
|
|
2900
2774
|
paginateDescribeOpsItems(
|
|
2901
2775
|
args?: DescribeOpsItemsCommandInput,
|
|
2902
2776
|
paginationConfig?: Pick<
|
|
2903
2777
|
PaginationConfiguration,
|
|
2904
2778
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2905
|
-
|
|
2779
|
+
>,
|
|
2906
2780
|
): Paginator<DescribeOpsItemsCommandOutput>;
|
|
2907
2781
|
paginateDescribeParameters(
|
|
2908
2782
|
args?: DescribeParametersCommandInput,
|
|
2909
2783
|
paginationConfig?: Pick<
|
|
2910
2784
|
PaginationConfiguration,
|
|
2911
2785
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2912
|
-
|
|
2786
|
+
>,
|
|
2913
2787
|
): Paginator<DescribeParametersCommandOutput>;
|
|
2914
2788
|
paginateDescribePatchBaselines(
|
|
2915
2789
|
args?: DescribePatchBaselinesCommandInput,
|
|
2916
2790
|
paginationConfig?: Pick<
|
|
2917
2791
|
PaginationConfiguration,
|
|
2918
2792
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2919
|
-
|
|
2793
|
+
>,
|
|
2920
2794
|
): Paginator<DescribePatchBaselinesCommandOutput>;
|
|
2921
2795
|
paginateDescribePatchGroups(
|
|
2922
2796
|
args?: DescribePatchGroupsCommandInput,
|
|
2923
2797
|
paginationConfig?: Pick<
|
|
2924
2798
|
PaginationConfiguration,
|
|
2925
2799
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2926
|
-
|
|
2800
|
+
>,
|
|
2927
2801
|
): Paginator<DescribePatchGroupsCommandOutput>;
|
|
2928
2802
|
paginateDescribePatchProperties(
|
|
2929
2803
|
args: DescribePatchPropertiesCommandInput,
|
|
2930
2804
|
paginationConfig?: Pick<
|
|
2931
2805
|
PaginationConfiguration,
|
|
2932
2806
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2933
|
-
|
|
2807
|
+
>,
|
|
2934
2808
|
): Paginator<DescribePatchPropertiesCommandOutput>;
|
|
2935
2809
|
paginateDescribeSessions(
|
|
2936
2810
|
args: DescribeSessionsCommandInput,
|
|
2937
2811
|
paginationConfig?: Pick<
|
|
2938
2812
|
PaginationConfiguration,
|
|
2939
2813
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2940
|
-
|
|
2814
|
+
>,
|
|
2941
2815
|
): Paginator<DescribeSessionsCommandOutput>;
|
|
2942
2816
|
paginateGetInventory(
|
|
2943
2817
|
args?: GetInventoryCommandInput,
|
|
2944
2818
|
paginationConfig?: Pick<
|
|
2945
2819
|
PaginationConfiguration,
|
|
2946
2820
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2947
|
-
|
|
2821
|
+
>,
|
|
2948
2822
|
): Paginator<GetInventoryCommandOutput>;
|
|
2949
2823
|
paginateGetInventorySchema(
|
|
2950
2824
|
args?: GetInventorySchemaCommandInput,
|
|
2951
2825
|
paginationConfig?: Pick<
|
|
2952
2826
|
PaginationConfiguration,
|
|
2953
2827
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2954
|
-
|
|
2828
|
+
>,
|
|
2955
2829
|
): Paginator<GetInventorySchemaCommandOutput>;
|
|
2956
2830
|
paginateGetOpsSummary(
|
|
2957
2831
|
args?: GetOpsSummaryCommandInput,
|
|
2958
2832
|
paginationConfig?: Pick<
|
|
2959
2833
|
PaginationConfiguration,
|
|
2960
2834
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2961
|
-
|
|
2835
|
+
>,
|
|
2962
2836
|
): Paginator<GetOpsSummaryCommandOutput>;
|
|
2963
2837
|
paginateGetParameterHistory(
|
|
2964
2838
|
args: GetParameterHistoryCommandInput,
|
|
2965
2839
|
paginationConfig?: Pick<
|
|
2966
2840
|
PaginationConfiguration,
|
|
2967
2841
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2968
|
-
|
|
2842
|
+
>,
|
|
2969
2843
|
): Paginator<GetParameterHistoryCommandOutput>;
|
|
2970
2844
|
paginateGetParametersByPath(
|
|
2971
2845
|
args: GetParametersByPathCommandInput,
|
|
2972
2846
|
paginationConfig?: Pick<
|
|
2973
2847
|
PaginationConfiguration,
|
|
2974
2848
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2975
|
-
|
|
2849
|
+
>,
|
|
2976
2850
|
): Paginator<GetParametersByPathCommandOutput>;
|
|
2977
2851
|
paginateGetResourcePolicies(
|
|
2978
2852
|
args: GetResourcePoliciesCommandInput,
|
|
2979
2853
|
paginationConfig?: Pick<
|
|
2980
2854
|
PaginationConfiguration,
|
|
2981
2855
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2982
|
-
|
|
2856
|
+
>,
|
|
2983
2857
|
): Paginator<GetResourcePoliciesCommandOutput>;
|
|
2984
2858
|
paginateListAssociations(
|
|
2985
2859
|
args?: ListAssociationsCommandInput,
|
|
2986
2860
|
paginationConfig?: Pick<
|
|
2987
2861
|
PaginationConfiguration,
|
|
2988
2862
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2989
|
-
|
|
2863
|
+
>,
|
|
2990
2864
|
): Paginator<ListAssociationsCommandOutput>;
|
|
2991
2865
|
paginateListAssociationVersions(
|
|
2992
2866
|
args: ListAssociationVersionsCommandInput,
|
|
2993
2867
|
paginationConfig?: Pick<
|
|
2994
2868
|
PaginationConfiguration,
|
|
2995
2869
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2996
|
-
|
|
2870
|
+
>,
|
|
2997
2871
|
): Paginator<ListAssociationVersionsCommandOutput>;
|
|
2998
2872
|
paginateListCloudConnectors(
|
|
2999
2873
|
args?: ListCloudConnectorsCommandInput,
|
|
3000
2874
|
paginationConfig?: Pick<
|
|
3001
2875
|
PaginationConfiguration,
|
|
3002
2876
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3003
|
-
|
|
2877
|
+
>,
|
|
3004
2878
|
): Paginator<ListCloudConnectorsCommandOutput>;
|
|
3005
2879
|
paginateListCommandInvocations(
|
|
3006
2880
|
args?: ListCommandInvocationsCommandInput,
|
|
3007
2881
|
paginationConfig?: Pick<
|
|
3008
2882
|
PaginationConfiguration,
|
|
3009
2883
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3010
|
-
|
|
2884
|
+
>,
|
|
3011
2885
|
): Paginator<ListCommandInvocationsCommandOutput>;
|
|
3012
2886
|
paginateListCommands(
|
|
3013
2887
|
args?: ListCommandsCommandInput,
|
|
3014
2888
|
paginationConfig?: Pick<
|
|
3015
2889
|
PaginationConfiguration,
|
|
3016
2890
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3017
|
-
|
|
2891
|
+
>,
|
|
3018
2892
|
): Paginator<ListCommandsCommandOutput>;
|
|
3019
2893
|
paginateListComplianceItems(
|
|
3020
2894
|
args?: ListComplianceItemsCommandInput,
|
|
3021
2895
|
paginationConfig?: Pick<
|
|
3022
2896
|
PaginationConfiguration,
|
|
3023
2897
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3024
|
-
|
|
2898
|
+
>,
|
|
3025
2899
|
): Paginator<ListComplianceItemsCommandOutput>;
|
|
3026
2900
|
paginateListComplianceSummaries(
|
|
3027
2901
|
args?: ListComplianceSummariesCommandInput,
|
|
3028
2902
|
paginationConfig?: Pick<
|
|
3029
2903
|
PaginationConfiguration,
|
|
3030
2904
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3031
|
-
|
|
2905
|
+
>,
|
|
3032
2906
|
): Paginator<ListComplianceSummariesCommandOutput>;
|
|
3033
2907
|
paginateListDocuments(
|
|
3034
2908
|
args?: ListDocumentsCommandInput,
|
|
3035
2909
|
paginationConfig?: Pick<
|
|
3036
2910
|
PaginationConfiguration,
|
|
3037
2911
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3038
|
-
|
|
2912
|
+
>,
|
|
3039
2913
|
): Paginator<ListDocumentsCommandOutput>;
|
|
3040
2914
|
paginateListDocumentVersions(
|
|
3041
2915
|
args: ListDocumentVersionsCommandInput,
|
|
3042
2916
|
paginationConfig?: Pick<
|
|
3043
2917
|
PaginationConfiguration,
|
|
3044
2918
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3045
|
-
|
|
2919
|
+
>,
|
|
3046
2920
|
): Paginator<ListDocumentVersionsCommandOutput>;
|
|
3047
2921
|
paginateListNodes(
|
|
3048
2922
|
args?: ListNodesCommandInput,
|
|
3049
2923
|
paginationConfig?: Pick<
|
|
3050
2924
|
PaginationConfiguration,
|
|
3051
2925
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3052
|
-
|
|
2926
|
+
>,
|
|
3053
2927
|
): Paginator<ListNodesCommandOutput>;
|
|
3054
2928
|
paginateListNodesSummary(
|
|
3055
2929
|
args: ListNodesSummaryCommandInput,
|
|
3056
2930
|
paginationConfig?: Pick<
|
|
3057
2931
|
PaginationConfiguration,
|
|
3058
2932
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3059
|
-
|
|
2933
|
+
>,
|
|
3060
2934
|
): Paginator<ListNodesSummaryCommandOutput>;
|
|
3061
2935
|
paginateListOpsItemEvents(
|
|
3062
2936
|
args?: ListOpsItemEventsCommandInput,
|
|
3063
2937
|
paginationConfig?: Pick<
|
|
3064
2938
|
PaginationConfiguration,
|
|
3065
2939
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3066
|
-
|
|
2940
|
+
>,
|
|
3067
2941
|
): Paginator<ListOpsItemEventsCommandOutput>;
|
|
3068
2942
|
paginateListOpsItemRelatedItems(
|
|
3069
2943
|
args?: ListOpsItemRelatedItemsCommandInput,
|
|
3070
2944
|
paginationConfig?: Pick<
|
|
3071
2945
|
PaginationConfiguration,
|
|
3072
2946
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3073
|
-
|
|
2947
|
+
>,
|
|
3074
2948
|
): Paginator<ListOpsItemRelatedItemsCommandOutput>;
|
|
3075
2949
|
paginateListOpsMetadata(
|
|
3076
2950
|
args?: ListOpsMetadataCommandInput,
|
|
3077
2951
|
paginationConfig?: Pick<
|
|
3078
2952
|
PaginationConfiguration,
|
|
3079
2953
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3080
|
-
|
|
2954
|
+
>,
|
|
3081
2955
|
): Paginator<ListOpsMetadataCommandOutput>;
|
|
3082
2956
|
paginateListResourceComplianceSummaries(
|
|
3083
2957
|
args?: ListResourceComplianceSummariesCommandInput,
|
|
3084
2958
|
paginationConfig?: Pick<
|
|
3085
2959
|
PaginationConfiguration,
|
|
3086
2960
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3087
|
-
|
|
2961
|
+
>,
|
|
3088
2962
|
): Paginator<ListResourceComplianceSummariesCommandOutput>;
|
|
3089
2963
|
paginateListResourceDataSync(
|
|
3090
2964
|
args?: ListResourceDataSyncCommandInput,
|
|
3091
2965
|
paginationConfig?: Pick<
|
|
3092
2966
|
PaginationConfiguration,
|
|
3093
2967
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3094
|
-
|
|
2968
|
+
>,
|
|
3095
2969
|
): Paginator<ListResourceDataSyncCommandOutput>;
|
|
3096
2970
|
paginateValidateCloudConnector(
|
|
3097
2971
|
args: ValidateCloudConnectorCommandInput,
|
|
3098
2972
|
paginationConfig?: Pick<
|
|
3099
2973
|
PaginationConfiguration,
|
|
3100
2974
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3101
|
-
|
|
2975
|
+
>,
|
|
3102
2976
|
): Paginator<ValidateCloudConnectorCommandOutput>;
|
|
3103
2977
|
waitUntilCommandExecuted(
|
|
3104
2978
|
args: GetCommandInvocationCommandInput,
|
|
3105
2979
|
waiterConfig:
|
|
3106
2980
|
| number
|
|
3107
|
-
| Pick<
|
|
3108
|
-
WaiterConfiguration<SSM>,
|
|
3109
|
-
Exclude<keyof WaiterConfiguration<SSM>, "client">
|
|
3110
|
-
>
|
|
2981
|
+
| Pick<WaiterConfiguration<SSM>, Exclude<keyof WaiterConfiguration<SSM>, "client">>,
|
|
3111
2982
|
): Promise<WaiterResult<GetCommandInvocationCommandOutput>>;
|
|
3112
2983
|
}
|
|
3113
2984
|
export declare class SSM extends SSMClient implements SSM {}
|