aws-sdk-redshift 1.127.0 → 1.129.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift/client.rb +14 -10
- data/lib/aws-sdk-redshift/client_api.rb +12 -9
- data/lib/aws-sdk-redshift/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-redshift/endpoints.rb +2 -1505
- data/lib/aws-sdk-redshift/plugins/endpoints.rb +1 -280
- data/lib/aws-sdk-redshift/types.rb +3 -3
- data/lib/aws-sdk-redshift.rb +1 -1
- metadata +4 -4
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
27
27
|
class Handler < Seahorse::Client::Handler
|
28
28
|
def call(context)
|
29
29
|
unless context[:discovered_endpoint]
|
30
|
-
params = parameters_for_operation(context)
|
30
|
+
params = Aws::Redshift::Endpoints.parameters_for_operation(context)
|
31
31
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
32
|
|
33
33
|
context.http_request.endpoint = endpoint.url
|
@@ -67,285 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
67
67
|
context.http_request.headers[key] = value
|
68
68
|
end
|
69
69
|
end
|
70
|
-
|
71
|
-
def parameters_for_operation(context)
|
72
|
-
case context.operation_name
|
73
|
-
when :accept_reserved_node_exchange
|
74
|
-
Aws::Redshift::Endpoints::AcceptReservedNodeExchange.build(context)
|
75
|
-
when :add_partner
|
76
|
-
Aws::Redshift::Endpoints::AddPartner.build(context)
|
77
|
-
when :associate_data_share_consumer
|
78
|
-
Aws::Redshift::Endpoints::AssociateDataShareConsumer.build(context)
|
79
|
-
when :authorize_cluster_security_group_ingress
|
80
|
-
Aws::Redshift::Endpoints::AuthorizeClusterSecurityGroupIngress.build(context)
|
81
|
-
when :authorize_data_share
|
82
|
-
Aws::Redshift::Endpoints::AuthorizeDataShare.build(context)
|
83
|
-
when :authorize_endpoint_access
|
84
|
-
Aws::Redshift::Endpoints::AuthorizeEndpointAccess.build(context)
|
85
|
-
when :authorize_snapshot_access
|
86
|
-
Aws::Redshift::Endpoints::AuthorizeSnapshotAccess.build(context)
|
87
|
-
when :batch_delete_cluster_snapshots
|
88
|
-
Aws::Redshift::Endpoints::BatchDeleteClusterSnapshots.build(context)
|
89
|
-
when :batch_modify_cluster_snapshots
|
90
|
-
Aws::Redshift::Endpoints::BatchModifyClusterSnapshots.build(context)
|
91
|
-
when :cancel_resize
|
92
|
-
Aws::Redshift::Endpoints::CancelResize.build(context)
|
93
|
-
when :copy_cluster_snapshot
|
94
|
-
Aws::Redshift::Endpoints::CopyClusterSnapshot.build(context)
|
95
|
-
when :create_authentication_profile
|
96
|
-
Aws::Redshift::Endpoints::CreateAuthenticationProfile.build(context)
|
97
|
-
when :create_cluster
|
98
|
-
Aws::Redshift::Endpoints::CreateCluster.build(context)
|
99
|
-
when :create_cluster_parameter_group
|
100
|
-
Aws::Redshift::Endpoints::CreateClusterParameterGroup.build(context)
|
101
|
-
when :create_cluster_security_group
|
102
|
-
Aws::Redshift::Endpoints::CreateClusterSecurityGroup.build(context)
|
103
|
-
when :create_cluster_snapshot
|
104
|
-
Aws::Redshift::Endpoints::CreateClusterSnapshot.build(context)
|
105
|
-
when :create_cluster_subnet_group
|
106
|
-
Aws::Redshift::Endpoints::CreateClusterSubnetGroup.build(context)
|
107
|
-
when :create_custom_domain_association
|
108
|
-
Aws::Redshift::Endpoints::CreateCustomDomainAssociation.build(context)
|
109
|
-
when :create_endpoint_access
|
110
|
-
Aws::Redshift::Endpoints::CreateEndpointAccess.build(context)
|
111
|
-
when :create_event_subscription
|
112
|
-
Aws::Redshift::Endpoints::CreateEventSubscription.build(context)
|
113
|
-
when :create_hsm_client_certificate
|
114
|
-
Aws::Redshift::Endpoints::CreateHsmClientCertificate.build(context)
|
115
|
-
when :create_hsm_configuration
|
116
|
-
Aws::Redshift::Endpoints::CreateHsmConfiguration.build(context)
|
117
|
-
when :create_integration
|
118
|
-
Aws::Redshift::Endpoints::CreateIntegration.build(context)
|
119
|
-
when :create_redshift_idc_application
|
120
|
-
Aws::Redshift::Endpoints::CreateRedshiftIdcApplication.build(context)
|
121
|
-
when :create_scheduled_action
|
122
|
-
Aws::Redshift::Endpoints::CreateScheduledAction.build(context)
|
123
|
-
when :create_snapshot_copy_grant
|
124
|
-
Aws::Redshift::Endpoints::CreateSnapshotCopyGrant.build(context)
|
125
|
-
when :create_snapshot_schedule
|
126
|
-
Aws::Redshift::Endpoints::CreateSnapshotSchedule.build(context)
|
127
|
-
when :create_tags
|
128
|
-
Aws::Redshift::Endpoints::CreateTags.build(context)
|
129
|
-
when :create_usage_limit
|
130
|
-
Aws::Redshift::Endpoints::CreateUsageLimit.build(context)
|
131
|
-
when :deauthorize_data_share
|
132
|
-
Aws::Redshift::Endpoints::DeauthorizeDataShare.build(context)
|
133
|
-
when :delete_authentication_profile
|
134
|
-
Aws::Redshift::Endpoints::DeleteAuthenticationProfile.build(context)
|
135
|
-
when :delete_cluster
|
136
|
-
Aws::Redshift::Endpoints::DeleteCluster.build(context)
|
137
|
-
when :delete_cluster_parameter_group
|
138
|
-
Aws::Redshift::Endpoints::DeleteClusterParameterGroup.build(context)
|
139
|
-
when :delete_cluster_security_group
|
140
|
-
Aws::Redshift::Endpoints::DeleteClusterSecurityGroup.build(context)
|
141
|
-
when :delete_cluster_snapshot
|
142
|
-
Aws::Redshift::Endpoints::DeleteClusterSnapshot.build(context)
|
143
|
-
when :delete_cluster_subnet_group
|
144
|
-
Aws::Redshift::Endpoints::DeleteClusterSubnetGroup.build(context)
|
145
|
-
when :delete_custom_domain_association
|
146
|
-
Aws::Redshift::Endpoints::DeleteCustomDomainAssociation.build(context)
|
147
|
-
when :delete_endpoint_access
|
148
|
-
Aws::Redshift::Endpoints::DeleteEndpointAccess.build(context)
|
149
|
-
when :delete_event_subscription
|
150
|
-
Aws::Redshift::Endpoints::DeleteEventSubscription.build(context)
|
151
|
-
when :delete_hsm_client_certificate
|
152
|
-
Aws::Redshift::Endpoints::DeleteHsmClientCertificate.build(context)
|
153
|
-
when :delete_hsm_configuration
|
154
|
-
Aws::Redshift::Endpoints::DeleteHsmConfiguration.build(context)
|
155
|
-
when :delete_integration
|
156
|
-
Aws::Redshift::Endpoints::DeleteIntegration.build(context)
|
157
|
-
when :delete_partner
|
158
|
-
Aws::Redshift::Endpoints::DeletePartner.build(context)
|
159
|
-
when :delete_redshift_idc_application
|
160
|
-
Aws::Redshift::Endpoints::DeleteRedshiftIdcApplication.build(context)
|
161
|
-
when :delete_resource_policy
|
162
|
-
Aws::Redshift::Endpoints::DeleteResourcePolicy.build(context)
|
163
|
-
when :delete_scheduled_action
|
164
|
-
Aws::Redshift::Endpoints::DeleteScheduledAction.build(context)
|
165
|
-
when :delete_snapshot_copy_grant
|
166
|
-
Aws::Redshift::Endpoints::DeleteSnapshotCopyGrant.build(context)
|
167
|
-
when :delete_snapshot_schedule
|
168
|
-
Aws::Redshift::Endpoints::DeleteSnapshotSchedule.build(context)
|
169
|
-
when :delete_tags
|
170
|
-
Aws::Redshift::Endpoints::DeleteTags.build(context)
|
171
|
-
when :delete_usage_limit
|
172
|
-
Aws::Redshift::Endpoints::DeleteUsageLimit.build(context)
|
173
|
-
when :describe_account_attributes
|
174
|
-
Aws::Redshift::Endpoints::DescribeAccountAttributes.build(context)
|
175
|
-
when :describe_authentication_profiles
|
176
|
-
Aws::Redshift::Endpoints::DescribeAuthenticationProfiles.build(context)
|
177
|
-
when :describe_cluster_db_revisions
|
178
|
-
Aws::Redshift::Endpoints::DescribeClusterDbRevisions.build(context)
|
179
|
-
when :describe_cluster_parameter_groups
|
180
|
-
Aws::Redshift::Endpoints::DescribeClusterParameterGroups.build(context)
|
181
|
-
when :describe_cluster_parameters
|
182
|
-
Aws::Redshift::Endpoints::DescribeClusterParameters.build(context)
|
183
|
-
when :describe_cluster_security_groups
|
184
|
-
Aws::Redshift::Endpoints::DescribeClusterSecurityGroups.build(context)
|
185
|
-
when :describe_cluster_snapshots
|
186
|
-
Aws::Redshift::Endpoints::DescribeClusterSnapshots.build(context)
|
187
|
-
when :describe_cluster_subnet_groups
|
188
|
-
Aws::Redshift::Endpoints::DescribeClusterSubnetGroups.build(context)
|
189
|
-
when :describe_cluster_tracks
|
190
|
-
Aws::Redshift::Endpoints::DescribeClusterTracks.build(context)
|
191
|
-
when :describe_cluster_versions
|
192
|
-
Aws::Redshift::Endpoints::DescribeClusterVersions.build(context)
|
193
|
-
when :describe_clusters
|
194
|
-
Aws::Redshift::Endpoints::DescribeClusters.build(context)
|
195
|
-
when :describe_custom_domain_associations
|
196
|
-
Aws::Redshift::Endpoints::DescribeCustomDomainAssociations.build(context)
|
197
|
-
when :describe_data_shares
|
198
|
-
Aws::Redshift::Endpoints::DescribeDataShares.build(context)
|
199
|
-
when :describe_data_shares_for_consumer
|
200
|
-
Aws::Redshift::Endpoints::DescribeDataSharesForConsumer.build(context)
|
201
|
-
when :describe_data_shares_for_producer
|
202
|
-
Aws::Redshift::Endpoints::DescribeDataSharesForProducer.build(context)
|
203
|
-
when :describe_default_cluster_parameters
|
204
|
-
Aws::Redshift::Endpoints::DescribeDefaultClusterParameters.build(context)
|
205
|
-
when :describe_endpoint_access
|
206
|
-
Aws::Redshift::Endpoints::DescribeEndpointAccess.build(context)
|
207
|
-
when :describe_endpoint_authorization
|
208
|
-
Aws::Redshift::Endpoints::DescribeEndpointAuthorization.build(context)
|
209
|
-
when :describe_event_categories
|
210
|
-
Aws::Redshift::Endpoints::DescribeEventCategories.build(context)
|
211
|
-
when :describe_event_subscriptions
|
212
|
-
Aws::Redshift::Endpoints::DescribeEventSubscriptions.build(context)
|
213
|
-
when :describe_events
|
214
|
-
Aws::Redshift::Endpoints::DescribeEvents.build(context)
|
215
|
-
when :describe_hsm_client_certificates
|
216
|
-
Aws::Redshift::Endpoints::DescribeHsmClientCertificates.build(context)
|
217
|
-
when :describe_hsm_configurations
|
218
|
-
Aws::Redshift::Endpoints::DescribeHsmConfigurations.build(context)
|
219
|
-
when :describe_inbound_integrations
|
220
|
-
Aws::Redshift::Endpoints::DescribeInboundIntegrations.build(context)
|
221
|
-
when :describe_integrations
|
222
|
-
Aws::Redshift::Endpoints::DescribeIntegrations.build(context)
|
223
|
-
when :describe_logging_status
|
224
|
-
Aws::Redshift::Endpoints::DescribeLoggingStatus.build(context)
|
225
|
-
when :describe_node_configuration_options
|
226
|
-
Aws::Redshift::Endpoints::DescribeNodeConfigurationOptions.build(context)
|
227
|
-
when :describe_orderable_cluster_options
|
228
|
-
Aws::Redshift::Endpoints::DescribeOrderableClusterOptions.build(context)
|
229
|
-
when :describe_partners
|
230
|
-
Aws::Redshift::Endpoints::DescribePartners.build(context)
|
231
|
-
when :describe_redshift_idc_applications
|
232
|
-
Aws::Redshift::Endpoints::DescribeRedshiftIdcApplications.build(context)
|
233
|
-
when :describe_reserved_node_exchange_status
|
234
|
-
Aws::Redshift::Endpoints::DescribeReservedNodeExchangeStatus.build(context)
|
235
|
-
when :describe_reserved_node_offerings
|
236
|
-
Aws::Redshift::Endpoints::DescribeReservedNodeOfferings.build(context)
|
237
|
-
when :describe_reserved_nodes
|
238
|
-
Aws::Redshift::Endpoints::DescribeReservedNodes.build(context)
|
239
|
-
when :describe_resize
|
240
|
-
Aws::Redshift::Endpoints::DescribeResize.build(context)
|
241
|
-
when :describe_scheduled_actions
|
242
|
-
Aws::Redshift::Endpoints::DescribeScheduledActions.build(context)
|
243
|
-
when :describe_snapshot_copy_grants
|
244
|
-
Aws::Redshift::Endpoints::DescribeSnapshotCopyGrants.build(context)
|
245
|
-
when :describe_snapshot_schedules
|
246
|
-
Aws::Redshift::Endpoints::DescribeSnapshotSchedules.build(context)
|
247
|
-
when :describe_storage
|
248
|
-
Aws::Redshift::Endpoints::DescribeStorage.build(context)
|
249
|
-
when :describe_table_restore_status
|
250
|
-
Aws::Redshift::Endpoints::DescribeTableRestoreStatus.build(context)
|
251
|
-
when :describe_tags
|
252
|
-
Aws::Redshift::Endpoints::DescribeTags.build(context)
|
253
|
-
when :describe_usage_limits
|
254
|
-
Aws::Redshift::Endpoints::DescribeUsageLimits.build(context)
|
255
|
-
when :disable_logging
|
256
|
-
Aws::Redshift::Endpoints::DisableLogging.build(context)
|
257
|
-
when :disable_snapshot_copy
|
258
|
-
Aws::Redshift::Endpoints::DisableSnapshotCopy.build(context)
|
259
|
-
when :disassociate_data_share_consumer
|
260
|
-
Aws::Redshift::Endpoints::DisassociateDataShareConsumer.build(context)
|
261
|
-
when :enable_logging
|
262
|
-
Aws::Redshift::Endpoints::EnableLogging.build(context)
|
263
|
-
when :enable_snapshot_copy
|
264
|
-
Aws::Redshift::Endpoints::EnableSnapshotCopy.build(context)
|
265
|
-
when :failover_primary_compute
|
266
|
-
Aws::Redshift::Endpoints::FailoverPrimaryCompute.build(context)
|
267
|
-
when :get_cluster_credentials
|
268
|
-
Aws::Redshift::Endpoints::GetClusterCredentials.build(context)
|
269
|
-
when :get_cluster_credentials_with_iam
|
270
|
-
Aws::Redshift::Endpoints::GetClusterCredentialsWithIAM.build(context)
|
271
|
-
when :get_reserved_node_exchange_configuration_options
|
272
|
-
Aws::Redshift::Endpoints::GetReservedNodeExchangeConfigurationOptions.build(context)
|
273
|
-
when :get_reserved_node_exchange_offerings
|
274
|
-
Aws::Redshift::Endpoints::GetReservedNodeExchangeOfferings.build(context)
|
275
|
-
when :get_resource_policy
|
276
|
-
Aws::Redshift::Endpoints::GetResourcePolicy.build(context)
|
277
|
-
when :list_recommendations
|
278
|
-
Aws::Redshift::Endpoints::ListRecommendations.build(context)
|
279
|
-
when :modify_aqua_configuration
|
280
|
-
Aws::Redshift::Endpoints::ModifyAquaConfiguration.build(context)
|
281
|
-
when :modify_authentication_profile
|
282
|
-
Aws::Redshift::Endpoints::ModifyAuthenticationProfile.build(context)
|
283
|
-
when :modify_cluster
|
284
|
-
Aws::Redshift::Endpoints::ModifyCluster.build(context)
|
285
|
-
when :modify_cluster_db_revision
|
286
|
-
Aws::Redshift::Endpoints::ModifyClusterDbRevision.build(context)
|
287
|
-
when :modify_cluster_iam_roles
|
288
|
-
Aws::Redshift::Endpoints::ModifyClusterIamRoles.build(context)
|
289
|
-
when :modify_cluster_maintenance
|
290
|
-
Aws::Redshift::Endpoints::ModifyClusterMaintenance.build(context)
|
291
|
-
when :modify_cluster_parameter_group
|
292
|
-
Aws::Redshift::Endpoints::ModifyClusterParameterGroup.build(context)
|
293
|
-
when :modify_cluster_snapshot
|
294
|
-
Aws::Redshift::Endpoints::ModifyClusterSnapshot.build(context)
|
295
|
-
when :modify_cluster_snapshot_schedule
|
296
|
-
Aws::Redshift::Endpoints::ModifyClusterSnapshotSchedule.build(context)
|
297
|
-
when :modify_cluster_subnet_group
|
298
|
-
Aws::Redshift::Endpoints::ModifyClusterSubnetGroup.build(context)
|
299
|
-
when :modify_custom_domain_association
|
300
|
-
Aws::Redshift::Endpoints::ModifyCustomDomainAssociation.build(context)
|
301
|
-
when :modify_endpoint_access
|
302
|
-
Aws::Redshift::Endpoints::ModifyEndpointAccess.build(context)
|
303
|
-
when :modify_event_subscription
|
304
|
-
Aws::Redshift::Endpoints::ModifyEventSubscription.build(context)
|
305
|
-
when :modify_integration
|
306
|
-
Aws::Redshift::Endpoints::ModifyIntegration.build(context)
|
307
|
-
when :modify_redshift_idc_application
|
308
|
-
Aws::Redshift::Endpoints::ModifyRedshiftIdcApplication.build(context)
|
309
|
-
when :modify_scheduled_action
|
310
|
-
Aws::Redshift::Endpoints::ModifyScheduledAction.build(context)
|
311
|
-
when :modify_snapshot_copy_retention_period
|
312
|
-
Aws::Redshift::Endpoints::ModifySnapshotCopyRetentionPeriod.build(context)
|
313
|
-
when :modify_snapshot_schedule
|
314
|
-
Aws::Redshift::Endpoints::ModifySnapshotSchedule.build(context)
|
315
|
-
when :modify_usage_limit
|
316
|
-
Aws::Redshift::Endpoints::ModifyUsageLimit.build(context)
|
317
|
-
when :pause_cluster
|
318
|
-
Aws::Redshift::Endpoints::PauseCluster.build(context)
|
319
|
-
when :purchase_reserved_node_offering
|
320
|
-
Aws::Redshift::Endpoints::PurchaseReservedNodeOffering.build(context)
|
321
|
-
when :put_resource_policy
|
322
|
-
Aws::Redshift::Endpoints::PutResourcePolicy.build(context)
|
323
|
-
when :reboot_cluster
|
324
|
-
Aws::Redshift::Endpoints::RebootCluster.build(context)
|
325
|
-
when :reject_data_share
|
326
|
-
Aws::Redshift::Endpoints::RejectDataShare.build(context)
|
327
|
-
when :reset_cluster_parameter_group
|
328
|
-
Aws::Redshift::Endpoints::ResetClusterParameterGroup.build(context)
|
329
|
-
when :resize_cluster
|
330
|
-
Aws::Redshift::Endpoints::ResizeCluster.build(context)
|
331
|
-
when :restore_from_cluster_snapshot
|
332
|
-
Aws::Redshift::Endpoints::RestoreFromClusterSnapshot.build(context)
|
333
|
-
when :restore_table_from_cluster_snapshot
|
334
|
-
Aws::Redshift::Endpoints::RestoreTableFromClusterSnapshot.build(context)
|
335
|
-
when :resume_cluster
|
336
|
-
Aws::Redshift::Endpoints::ResumeCluster.build(context)
|
337
|
-
when :revoke_cluster_security_group_ingress
|
338
|
-
Aws::Redshift::Endpoints::RevokeClusterSecurityGroupIngress.build(context)
|
339
|
-
when :revoke_endpoint_access
|
340
|
-
Aws::Redshift::Endpoints::RevokeEndpointAccess.build(context)
|
341
|
-
when :revoke_snapshot_access
|
342
|
-
Aws::Redshift::Endpoints::RevokeSnapshotAccess.build(context)
|
343
|
-
when :rotate_encryption_key
|
344
|
-
Aws::Redshift::Endpoints::RotateEncryptionKey.build(context)
|
345
|
-
when :update_partner_status
|
346
|
-
Aws::Redshift::Endpoints::UpdatePartnerStatus.build(context)
|
347
|
-
end
|
348
|
-
end
|
349
70
|
end
|
350
71
|
|
351
72
|
def add_handlers(handlers, _config)
|
@@ -5866,7 +5866,7 @@ module Aws::Redshift
|
|
5866
5866
|
#
|
5867
5867
|
# * Snapshot copy grant
|
5868
5868
|
#
|
5869
|
-
# * Integration (zero-ETL integration)
|
5869
|
+
# * Integration (zero-ETL integration or S3 event integration)
|
5870
5870
|
#
|
5871
5871
|
# <note markdown="1"> To describe the tags associated with an `integration`, don't
|
5872
5872
|
# specify `ResourceType`, instead specify the `ResourceName` of the
|
@@ -7475,8 +7475,8 @@ module Aws::Redshift
|
|
7475
7475
|
#
|
7476
7476
|
class IntegrationNotFoundFault < Aws::EmptyStructure; end
|
7477
7477
|
|
7478
|
-
# You can't create any more zero-ETL
|
7479
|
-
# been reached.
|
7478
|
+
# You can't create any more zero-ETL or S3 event integrations because
|
7479
|
+
# the quota has been reached.
|
7480
7480
|
#
|
7481
7481
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/IntegrationQuotaExceededFault AWS API Documentation
|
7482
7482
|
#
|
data/lib/aws-sdk-redshift.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-redshift
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.129.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.210.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.210.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|