aws-sdk-elasticsearchservice 1.67.0 → 1.69.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticsearchservice/client.rb +330 -1
- data/lib/aws-sdk-elasticsearchservice/client_api.rb +246 -0
- data/lib/aws-sdk-elasticsearchservice/endpoint_provider.rb +35 -95
- data/lib/aws-sdk-elasticsearchservice/endpoints.rb +126 -0
- data/lib/aws-sdk-elasticsearchservice/plugins/endpoints.rb +18 -0
- data/lib/aws-sdk-elasticsearchservice/types.rb +404 -817
- data/lib/aws-sdk-elasticsearchservice.rb +1 -1
- metadata +2 -2
@@ -53,6 +53,20 @@ module Aws::ElasticsearchService
|
|
53
53
|
end
|
54
54
|
end
|
55
55
|
|
56
|
+
class AuthorizeVpcEndpointAccess
|
57
|
+
def self.build(context)
|
58
|
+
unless context.config.regional_endpoint
|
59
|
+
endpoint = context.config.endpoint.to_s
|
60
|
+
end
|
61
|
+
Aws::ElasticsearchService::EndpointParameters.new(
|
62
|
+
region: context.config.region,
|
63
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
64
|
+
use_fips: context.config.use_fips_endpoint,
|
65
|
+
endpoint: endpoint,
|
66
|
+
)
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
56
70
|
class CancelElasticsearchServiceSoftwareUpdate
|
57
71
|
def self.build(context)
|
58
72
|
unless context.config.regional_endpoint
|
@@ -109,6 +123,20 @@ module Aws::ElasticsearchService
|
|
109
123
|
end
|
110
124
|
end
|
111
125
|
|
126
|
+
class CreateVpcEndpoint
|
127
|
+
def self.build(context)
|
128
|
+
unless context.config.regional_endpoint
|
129
|
+
endpoint = context.config.endpoint.to_s
|
130
|
+
end
|
131
|
+
Aws::ElasticsearchService::EndpointParameters.new(
|
132
|
+
region: context.config.region,
|
133
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
134
|
+
use_fips: context.config.use_fips_endpoint,
|
135
|
+
endpoint: endpoint,
|
136
|
+
)
|
137
|
+
end
|
138
|
+
end
|
139
|
+
|
112
140
|
class DeleteElasticsearchDomain
|
113
141
|
def self.build(context)
|
114
142
|
unless context.config.regional_endpoint
|
@@ -179,6 +207,20 @@ module Aws::ElasticsearchService
|
|
179
207
|
end
|
180
208
|
end
|
181
209
|
|
210
|
+
class DeleteVpcEndpoint
|
211
|
+
def self.build(context)
|
212
|
+
unless context.config.regional_endpoint
|
213
|
+
endpoint = context.config.endpoint.to_s
|
214
|
+
end
|
215
|
+
Aws::ElasticsearchService::EndpointParameters.new(
|
216
|
+
region: context.config.region,
|
217
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
218
|
+
use_fips: context.config.use_fips_endpoint,
|
219
|
+
endpoint: endpoint,
|
220
|
+
)
|
221
|
+
end
|
222
|
+
end
|
223
|
+
|
182
224
|
class DescribeDomainAutoTunes
|
183
225
|
def self.build(context)
|
184
226
|
unless context.config.regional_endpoint
|
@@ -333,6 +375,20 @@ module Aws::ElasticsearchService
|
|
333
375
|
end
|
334
376
|
end
|
335
377
|
|
378
|
+
class DescribeVpcEndpoints
|
379
|
+
def self.build(context)
|
380
|
+
unless context.config.regional_endpoint
|
381
|
+
endpoint = context.config.endpoint.to_s
|
382
|
+
end
|
383
|
+
Aws::ElasticsearchService::EndpointParameters.new(
|
384
|
+
region: context.config.region,
|
385
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
386
|
+
use_fips: context.config.use_fips_endpoint,
|
387
|
+
endpoint: endpoint,
|
388
|
+
)
|
389
|
+
end
|
390
|
+
end
|
391
|
+
|
336
392
|
class DissociatePackage
|
337
393
|
def self.build(context)
|
338
394
|
unless context.config.regional_endpoint
|
@@ -487,6 +543,48 @@ module Aws::ElasticsearchService
|
|
487
543
|
end
|
488
544
|
end
|
489
545
|
|
546
|
+
class ListVpcEndpointAccess
|
547
|
+
def self.build(context)
|
548
|
+
unless context.config.regional_endpoint
|
549
|
+
endpoint = context.config.endpoint.to_s
|
550
|
+
end
|
551
|
+
Aws::ElasticsearchService::EndpointParameters.new(
|
552
|
+
region: context.config.region,
|
553
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
554
|
+
use_fips: context.config.use_fips_endpoint,
|
555
|
+
endpoint: endpoint,
|
556
|
+
)
|
557
|
+
end
|
558
|
+
end
|
559
|
+
|
560
|
+
class ListVpcEndpoints
|
561
|
+
def self.build(context)
|
562
|
+
unless context.config.regional_endpoint
|
563
|
+
endpoint = context.config.endpoint.to_s
|
564
|
+
end
|
565
|
+
Aws::ElasticsearchService::EndpointParameters.new(
|
566
|
+
region: context.config.region,
|
567
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
568
|
+
use_fips: context.config.use_fips_endpoint,
|
569
|
+
endpoint: endpoint,
|
570
|
+
)
|
571
|
+
end
|
572
|
+
end
|
573
|
+
|
574
|
+
class ListVpcEndpointsForDomain
|
575
|
+
def self.build(context)
|
576
|
+
unless context.config.regional_endpoint
|
577
|
+
endpoint = context.config.endpoint.to_s
|
578
|
+
end
|
579
|
+
Aws::ElasticsearchService::EndpointParameters.new(
|
580
|
+
region: context.config.region,
|
581
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
582
|
+
use_fips: context.config.use_fips_endpoint,
|
583
|
+
endpoint: endpoint,
|
584
|
+
)
|
585
|
+
end
|
586
|
+
end
|
587
|
+
|
490
588
|
class PurchaseReservedElasticsearchInstanceOffering
|
491
589
|
def self.build(context)
|
492
590
|
unless context.config.regional_endpoint
|
@@ -529,6 +627,20 @@ module Aws::ElasticsearchService
|
|
529
627
|
end
|
530
628
|
end
|
531
629
|
|
630
|
+
class RevokeVpcEndpointAccess
|
631
|
+
def self.build(context)
|
632
|
+
unless context.config.regional_endpoint
|
633
|
+
endpoint = context.config.endpoint.to_s
|
634
|
+
end
|
635
|
+
Aws::ElasticsearchService::EndpointParameters.new(
|
636
|
+
region: context.config.region,
|
637
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
638
|
+
use_fips: context.config.use_fips_endpoint,
|
639
|
+
endpoint: endpoint,
|
640
|
+
)
|
641
|
+
end
|
642
|
+
end
|
643
|
+
|
532
644
|
class StartElasticsearchServiceSoftwareUpdate
|
533
645
|
def self.build(context)
|
534
646
|
unless context.config.regional_endpoint
|
@@ -571,6 +683,20 @@ module Aws::ElasticsearchService
|
|
571
683
|
end
|
572
684
|
end
|
573
685
|
|
686
|
+
class UpdateVpcEndpoint
|
687
|
+
def self.build(context)
|
688
|
+
unless context.config.regional_endpoint
|
689
|
+
endpoint = context.config.endpoint.to_s
|
690
|
+
end
|
691
|
+
Aws::ElasticsearchService::EndpointParameters.new(
|
692
|
+
region: context.config.region,
|
693
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
694
|
+
use_fips: context.config.use_fips_endpoint,
|
695
|
+
endpoint: endpoint,
|
696
|
+
)
|
697
|
+
end
|
698
|
+
end
|
699
|
+
|
574
700
|
class UpgradeElasticsearchDomain
|
575
701
|
def self.build(context)
|
576
702
|
unless context.config.regional_endpoint
|
@@ -62,6 +62,8 @@ module Aws::ElasticsearchService
|
|
62
62
|
Aws::ElasticsearchService::Endpoints::AddTags.build(context)
|
63
63
|
when :associate_package
|
64
64
|
Aws::ElasticsearchService::Endpoints::AssociatePackage.build(context)
|
65
|
+
when :authorize_vpc_endpoint_access
|
66
|
+
Aws::ElasticsearchService::Endpoints::AuthorizeVpcEndpointAccess.build(context)
|
65
67
|
when :cancel_elasticsearch_service_software_update
|
66
68
|
Aws::ElasticsearchService::Endpoints::CancelElasticsearchServiceSoftwareUpdate.build(context)
|
67
69
|
when :create_elasticsearch_domain
|
@@ -70,6 +72,8 @@ module Aws::ElasticsearchService
|
|
70
72
|
Aws::ElasticsearchService::Endpoints::CreateOutboundCrossClusterSearchConnection.build(context)
|
71
73
|
when :create_package
|
72
74
|
Aws::ElasticsearchService::Endpoints::CreatePackage.build(context)
|
75
|
+
when :create_vpc_endpoint
|
76
|
+
Aws::ElasticsearchService::Endpoints::CreateVpcEndpoint.build(context)
|
73
77
|
when :delete_elasticsearch_domain
|
74
78
|
Aws::ElasticsearchService::Endpoints::DeleteElasticsearchDomain.build(context)
|
75
79
|
when :delete_elasticsearch_service_role
|
@@ -80,6 +84,8 @@ module Aws::ElasticsearchService
|
|
80
84
|
Aws::ElasticsearchService::Endpoints::DeleteOutboundCrossClusterSearchConnection.build(context)
|
81
85
|
when :delete_package
|
82
86
|
Aws::ElasticsearchService::Endpoints::DeletePackage.build(context)
|
87
|
+
when :delete_vpc_endpoint
|
88
|
+
Aws::ElasticsearchService::Endpoints::DeleteVpcEndpoint.build(context)
|
83
89
|
when :describe_domain_auto_tunes
|
84
90
|
Aws::ElasticsearchService::Endpoints::DescribeDomainAutoTunes.build(context)
|
85
91
|
when :describe_domain_change_progress
|
@@ -102,6 +108,8 @@ module Aws::ElasticsearchService
|
|
102
108
|
Aws::ElasticsearchService::Endpoints::DescribeReservedElasticsearchInstanceOfferings.build(context)
|
103
109
|
when :describe_reserved_elasticsearch_instances
|
104
110
|
Aws::ElasticsearchService::Endpoints::DescribeReservedElasticsearchInstances.build(context)
|
111
|
+
when :describe_vpc_endpoints
|
112
|
+
Aws::ElasticsearchService::Endpoints::DescribeVpcEndpoints.build(context)
|
105
113
|
when :dissociate_package
|
106
114
|
Aws::ElasticsearchService::Endpoints::DissociatePackage.build(context)
|
107
115
|
when :get_compatible_elasticsearch_versions
|
@@ -124,18 +132,28 @@ module Aws::ElasticsearchService
|
|
124
132
|
Aws::ElasticsearchService::Endpoints::ListPackagesForDomain.build(context)
|
125
133
|
when :list_tags
|
126
134
|
Aws::ElasticsearchService::Endpoints::ListTags.build(context)
|
135
|
+
when :list_vpc_endpoint_access
|
136
|
+
Aws::ElasticsearchService::Endpoints::ListVpcEndpointAccess.build(context)
|
137
|
+
when :list_vpc_endpoints
|
138
|
+
Aws::ElasticsearchService::Endpoints::ListVpcEndpoints.build(context)
|
139
|
+
when :list_vpc_endpoints_for_domain
|
140
|
+
Aws::ElasticsearchService::Endpoints::ListVpcEndpointsForDomain.build(context)
|
127
141
|
when :purchase_reserved_elasticsearch_instance_offering
|
128
142
|
Aws::ElasticsearchService::Endpoints::PurchaseReservedElasticsearchInstanceOffering.build(context)
|
129
143
|
when :reject_inbound_cross_cluster_search_connection
|
130
144
|
Aws::ElasticsearchService::Endpoints::RejectInboundCrossClusterSearchConnection.build(context)
|
131
145
|
when :remove_tags
|
132
146
|
Aws::ElasticsearchService::Endpoints::RemoveTags.build(context)
|
147
|
+
when :revoke_vpc_endpoint_access
|
148
|
+
Aws::ElasticsearchService::Endpoints::RevokeVpcEndpointAccess.build(context)
|
133
149
|
when :start_elasticsearch_service_software_update
|
134
150
|
Aws::ElasticsearchService::Endpoints::StartElasticsearchServiceSoftwareUpdate.build(context)
|
135
151
|
when :update_elasticsearch_domain_config
|
136
152
|
Aws::ElasticsearchService::Endpoints::UpdateElasticsearchDomainConfig.build(context)
|
137
153
|
when :update_package
|
138
154
|
Aws::ElasticsearchService::Endpoints::UpdatePackage.build(context)
|
155
|
+
when :update_vpc_endpoint
|
156
|
+
Aws::ElasticsearchService::Endpoints::UpdateVpcEndpoint.build(context)
|
139
157
|
when :upgrade_elasticsearch_domain
|
140
158
|
Aws::ElasticsearchService::Endpoints::UpgradeElasticsearchDomain.build(context)
|
141
159
|
end
|