@aws-sdk/client-elasticsearch-service 3.1086.0 → 3.1088.0
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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ElasticsearchService.d.ts +168 -276
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +8 -27
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +12 -24
- package/dist-types/ts3.4/models/errors.d.ts +8 -27
- package/dist-types/ts3.4/models/models_0.d.ts +13 -39
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39