aws-sdk-privatenetworks 1.13.0 → 1.15.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-privatenetworks/client.rb +70 -46
- data/lib/aws-sdk-privatenetworks/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-privatenetworks.rb +1 -1
- data/sig/client.rbs +468 -0
- data/sig/errors.rbs +39 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +505 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,505 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::PrivateNetworks
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class AcknowledgeOrderReceiptRequest
|
17
|
+
attr_accessor order_arn: ::String
|
18
|
+
SENSITIVE: []
|
19
|
+
end
|
20
|
+
|
21
|
+
class AcknowledgeOrderReceiptResponse
|
22
|
+
attr_accessor order: Types::Order
|
23
|
+
SENSITIVE: []
|
24
|
+
end
|
25
|
+
|
26
|
+
class ActivateDeviceIdentifierRequest
|
27
|
+
attr_accessor client_token: ::String
|
28
|
+
attr_accessor device_identifier_arn: ::String
|
29
|
+
SENSITIVE: []
|
30
|
+
end
|
31
|
+
|
32
|
+
class ActivateDeviceIdentifierResponse
|
33
|
+
attr_accessor device_identifier: Types::DeviceIdentifier
|
34
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
35
|
+
SENSITIVE: [:tags]
|
36
|
+
end
|
37
|
+
|
38
|
+
class ActivateNetworkSiteRequest
|
39
|
+
attr_accessor client_token: ::String
|
40
|
+
attr_accessor commitment_configuration: Types::CommitmentConfiguration
|
41
|
+
attr_accessor network_site_arn: ::String
|
42
|
+
attr_accessor shipping_address: Types::Address
|
43
|
+
SENSITIVE: []
|
44
|
+
end
|
45
|
+
|
46
|
+
class ActivateNetworkSiteResponse
|
47
|
+
attr_accessor network_site: Types::NetworkSite
|
48
|
+
SENSITIVE: []
|
49
|
+
end
|
50
|
+
|
51
|
+
class Address
|
52
|
+
attr_accessor city: ::String
|
53
|
+
attr_accessor company: ::String
|
54
|
+
attr_accessor country: ::String
|
55
|
+
attr_accessor email_address: ::String
|
56
|
+
attr_accessor name: ::String
|
57
|
+
attr_accessor phone_number: ::String
|
58
|
+
attr_accessor postal_code: ::String
|
59
|
+
attr_accessor state_or_province: ::String
|
60
|
+
attr_accessor street1: ::String
|
61
|
+
attr_accessor street2: ::String
|
62
|
+
attr_accessor street3: ::String
|
63
|
+
SENSITIVE: [:city, :company, :country, :email_address, :name, :phone_number, :postal_code, :state_or_province, :street1, :street2, :street3]
|
64
|
+
end
|
65
|
+
|
66
|
+
class CommitmentConfiguration
|
67
|
+
attr_accessor automatic_renewal: bool
|
68
|
+
attr_accessor commitment_length: ("SIXTY_DAYS" | "ONE_YEAR" | "THREE_YEARS")
|
69
|
+
SENSITIVE: []
|
70
|
+
end
|
71
|
+
|
72
|
+
class CommitmentInformation
|
73
|
+
attr_accessor commitment_configuration: Types::CommitmentConfiguration
|
74
|
+
attr_accessor expires_on: ::Time
|
75
|
+
attr_accessor start_at: ::Time
|
76
|
+
SENSITIVE: []
|
77
|
+
end
|
78
|
+
|
79
|
+
class ConfigureAccessPointRequest
|
80
|
+
attr_accessor access_point_arn: ::String
|
81
|
+
attr_accessor cpi_secret_key: ::String
|
82
|
+
attr_accessor cpi_user_id: ::String
|
83
|
+
attr_accessor cpi_user_password: ::String
|
84
|
+
attr_accessor cpi_username: ::String
|
85
|
+
attr_accessor position: Types::Position
|
86
|
+
SENSITIVE: [:cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username]
|
87
|
+
end
|
88
|
+
|
89
|
+
class ConfigureAccessPointResponse
|
90
|
+
attr_accessor access_point: Types::NetworkResource
|
91
|
+
SENSITIVE: []
|
92
|
+
end
|
93
|
+
|
94
|
+
class CreateNetworkRequest
|
95
|
+
attr_accessor client_token: ::String
|
96
|
+
attr_accessor description: ::String
|
97
|
+
attr_accessor network_name: ::String
|
98
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
99
|
+
SENSITIVE: [:tags]
|
100
|
+
end
|
101
|
+
|
102
|
+
class CreateNetworkResponse
|
103
|
+
attr_accessor network: Types::Network
|
104
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
105
|
+
SENSITIVE: [:tags]
|
106
|
+
end
|
107
|
+
|
108
|
+
class CreateNetworkSiteRequest
|
109
|
+
attr_accessor availability_zone: ::String
|
110
|
+
attr_accessor availability_zone_id: ::String
|
111
|
+
attr_accessor client_token: ::String
|
112
|
+
attr_accessor description: ::String
|
113
|
+
attr_accessor network_arn: ::String
|
114
|
+
attr_accessor network_site_name: ::String
|
115
|
+
attr_accessor pending_plan: Types::SitePlan
|
116
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
117
|
+
SENSITIVE: [:tags]
|
118
|
+
end
|
119
|
+
|
120
|
+
class CreateNetworkSiteResponse
|
121
|
+
attr_accessor network_site: Types::NetworkSite
|
122
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
123
|
+
SENSITIVE: [:tags]
|
124
|
+
end
|
125
|
+
|
126
|
+
class DeactivateDeviceIdentifierRequest
|
127
|
+
attr_accessor client_token: ::String
|
128
|
+
attr_accessor device_identifier_arn: ::String
|
129
|
+
SENSITIVE: []
|
130
|
+
end
|
131
|
+
|
132
|
+
class DeactivateDeviceIdentifierResponse
|
133
|
+
attr_accessor device_identifier: Types::DeviceIdentifier
|
134
|
+
SENSITIVE: []
|
135
|
+
end
|
136
|
+
|
137
|
+
class DeleteNetworkRequest
|
138
|
+
attr_accessor client_token: ::String
|
139
|
+
attr_accessor network_arn: ::String
|
140
|
+
SENSITIVE: []
|
141
|
+
end
|
142
|
+
|
143
|
+
class DeleteNetworkResponse
|
144
|
+
attr_accessor network: Types::Network
|
145
|
+
SENSITIVE: []
|
146
|
+
end
|
147
|
+
|
148
|
+
class DeleteNetworkSiteRequest
|
149
|
+
attr_accessor client_token: ::String
|
150
|
+
attr_accessor network_site_arn: ::String
|
151
|
+
SENSITIVE: []
|
152
|
+
end
|
153
|
+
|
154
|
+
class DeleteNetworkSiteResponse
|
155
|
+
attr_accessor network_site: Types::NetworkSite
|
156
|
+
SENSITIVE: []
|
157
|
+
end
|
158
|
+
|
159
|
+
class DeviceIdentifier
|
160
|
+
attr_accessor created_at: ::Time
|
161
|
+
attr_accessor device_identifier_arn: ::String
|
162
|
+
attr_accessor iccid: ::String
|
163
|
+
attr_accessor imsi: ::String
|
164
|
+
attr_accessor network_arn: ::String
|
165
|
+
attr_accessor order_arn: ::String
|
166
|
+
attr_accessor status: ("ACTIVE" | "INACTIVE")
|
167
|
+
attr_accessor traffic_group_arn: ::String
|
168
|
+
attr_accessor vendor: ::String
|
169
|
+
SENSITIVE: [:imsi]
|
170
|
+
end
|
171
|
+
|
172
|
+
class GetDeviceIdentifierRequest
|
173
|
+
attr_accessor device_identifier_arn: ::String
|
174
|
+
SENSITIVE: []
|
175
|
+
end
|
176
|
+
|
177
|
+
class GetDeviceIdentifierResponse
|
178
|
+
attr_accessor device_identifier: Types::DeviceIdentifier
|
179
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
180
|
+
SENSITIVE: [:tags]
|
181
|
+
end
|
182
|
+
|
183
|
+
class GetNetworkRequest
|
184
|
+
attr_accessor network_arn: ::String
|
185
|
+
SENSITIVE: []
|
186
|
+
end
|
187
|
+
|
188
|
+
class GetNetworkResourceRequest
|
189
|
+
attr_accessor network_resource_arn: ::String
|
190
|
+
SENSITIVE: []
|
191
|
+
end
|
192
|
+
|
193
|
+
class GetNetworkResourceResponse
|
194
|
+
attr_accessor network_resource: Types::NetworkResource
|
195
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
196
|
+
SENSITIVE: [:tags]
|
197
|
+
end
|
198
|
+
|
199
|
+
class GetNetworkResponse
|
200
|
+
attr_accessor network: Types::Network
|
201
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
202
|
+
SENSITIVE: [:tags]
|
203
|
+
end
|
204
|
+
|
205
|
+
class GetNetworkSiteRequest
|
206
|
+
attr_accessor network_site_arn: ::String
|
207
|
+
SENSITIVE: []
|
208
|
+
end
|
209
|
+
|
210
|
+
class GetNetworkSiteResponse
|
211
|
+
attr_accessor network_site: Types::NetworkSite
|
212
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
213
|
+
SENSITIVE: [:tags]
|
214
|
+
end
|
215
|
+
|
216
|
+
class GetOrderRequest
|
217
|
+
attr_accessor order_arn: ::String
|
218
|
+
SENSITIVE: []
|
219
|
+
end
|
220
|
+
|
221
|
+
class GetOrderResponse
|
222
|
+
attr_accessor order: Types::Order
|
223
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
224
|
+
SENSITIVE: [:tags]
|
225
|
+
end
|
226
|
+
|
227
|
+
class InternalServerException
|
228
|
+
attr_accessor message: ::String
|
229
|
+
attr_accessor retry_after_seconds: ::Integer
|
230
|
+
SENSITIVE: []
|
231
|
+
end
|
232
|
+
|
233
|
+
class LimitExceededException
|
234
|
+
attr_accessor message: ::String
|
235
|
+
SENSITIVE: []
|
236
|
+
end
|
237
|
+
|
238
|
+
class ListDeviceIdentifiersRequest
|
239
|
+
attr_accessor filters: ::Hash[("STATUS" | "ORDER" | "TRAFFIC_GROUP"), ::Array[::String]]
|
240
|
+
attr_accessor max_results: ::Integer
|
241
|
+
attr_accessor network_arn: ::String
|
242
|
+
attr_accessor start_token: ::String
|
243
|
+
SENSITIVE: []
|
244
|
+
end
|
245
|
+
|
246
|
+
class ListDeviceIdentifiersResponse
|
247
|
+
attr_accessor device_identifiers: ::Array[Types::DeviceIdentifier]
|
248
|
+
attr_accessor next_token: ::String
|
249
|
+
SENSITIVE: []
|
250
|
+
end
|
251
|
+
|
252
|
+
class ListNetworkResourcesRequest
|
253
|
+
attr_accessor filters: ::Hash[("ORDER" | "STATUS"), ::Array[::String]]
|
254
|
+
attr_accessor max_results: ::Integer
|
255
|
+
attr_accessor network_arn: ::String
|
256
|
+
attr_accessor start_token: ::String
|
257
|
+
SENSITIVE: []
|
258
|
+
end
|
259
|
+
|
260
|
+
class ListNetworkResourcesResponse
|
261
|
+
attr_accessor network_resources: ::Array[Types::NetworkResource]
|
262
|
+
attr_accessor next_token: ::String
|
263
|
+
SENSITIVE: []
|
264
|
+
end
|
265
|
+
|
266
|
+
class ListNetworkSitesRequest
|
267
|
+
attr_accessor filters: ::Hash[("STATUS"), ::Array[::String]]
|
268
|
+
attr_accessor max_results: ::Integer
|
269
|
+
attr_accessor network_arn: ::String
|
270
|
+
attr_accessor start_token: ::String
|
271
|
+
SENSITIVE: []
|
272
|
+
end
|
273
|
+
|
274
|
+
class ListNetworkSitesResponse
|
275
|
+
attr_accessor network_sites: ::Array[Types::NetworkSite]
|
276
|
+
attr_accessor next_token: ::String
|
277
|
+
SENSITIVE: []
|
278
|
+
end
|
279
|
+
|
280
|
+
class ListNetworksRequest
|
281
|
+
attr_accessor filters: ::Hash[("STATUS"), ::Array[::String]]
|
282
|
+
attr_accessor max_results: ::Integer
|
283
|
+
attr_accessor start_token: ::String
|
284
|
+
SENSITIVE: []
|
285
|
+
end
|
286
|
+
|
287
|
+
class ListNetworksResponse
|
288
|
+
attr_accessor networks: ::Array[Types::Network]
|
289
|
+
attr_accessor next_token: ::String
|
290
|
+
SENSITIVE: []
|
291
|
+
end
|
292
|
+
|
293
|
+
class ListOrdersRequest
|
294
|
+
attr_accessor filters: ::Hash[("STATUS" | "NETWORK_SITE"), ::Array[::String]]
|
295
|
+
attr_accessor max_results: ::Integer
|
296
|
+
attr_accessor network_arn: ::String
|
297
|
+
attr_accessor start_token: ::String
|
298
|
+
SENSITIVE: []
|
299
|
+
end
|
300
|
+
|
301
|
+
class ListOrdersResponse
|
302
|
+
attr_accessor next_token: ::String
|
303
|
+
attr_accessor orders: ::Array[Types::Order]
|
304
|
+
SENSITIVE: []
|
305
|
+
end
|
306
|
+
|
307
|
+
class ListTagsForResourceRequest
|
308
|
+
attr_accessor resource_arn: ::String
|
309
|
+
SENSITIVE: []
|
310
|
+
end
|
311
|
+
|
312
|
+
class ListTagsForResourceResponse
|
313
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
314
|
+
SENSITIVE: [:tags]
|
315
|
+
end
|
316
|
+
|
317
|
+
class NameValuePair
|
318
|
+
attr_accessor name: ::String
|
319
|
+
attr_accessor value: ::String
|
320
|
+
SENSITIVE: []
|
321
|
+
end
|
322
|
+
|
323
|
+
class Network
|
324
|
+
attr_accessor created_at: ::Time
|
325
|
+
attr_accessor description: ::String
|
326
|
+
attr_accessor network_arn: ::String
|
327
|
+
attr_accessor network_name: ::String
|
328
|
+
attr_accessor status: ("CREATED" | "PROVISIONING" | "AVAILABLE" | "DEPROVISIONING" | "DELETED")
|
329
|
+
attr_accessor status_reason: ::String
|
330
|
+
SENSITIVE: []
|
331
|
+
end
|
332
|
+
|
333
|
+
class NetworkResource
|
334
|
+
attr_accessor attributes: ::Array[Types::NameValuePair]
|
335
|
+
attr_accessor commitment_information: Types::CommitmentInformation
|
336
|
+
attr_accessor created_at: ::Time
|
337
|
+
attr_accessor description: ::String
|
338
|
+
attr_accessor health: ("INITIAL" | "HEALTHY" | "UNHEALTHY")
|
339
|
+
attr_accessor model: ::String
|
340
|
+
attr_accessor network_arn: ::String
|
341
|
+
attr_accessor network_resource_arn: ::String
|
342
|
+
attr_accessor network_site_arn: ::String
|
343
|
+
attr_accessor order_arn: ::String
|
344
|
+
attr_accessor position: Types::Position
|
345
|
+
attr_accessor return_information: Types::ReturnInformation
|
346
|
+
attr_accessor serial_number: ::String
|
347
|
+
attr_accessor status: ("PENDING" | "SHIPPED" | "PROVISIONING" | "PROVISIONED" | "AVAILABLE" | "DELETING" | "PENDING_RETURN" | "DELETED" | "CREATING_SHIPPING_LABEL")
|
348
|
+
attr_accessor status_reason: ::String
|
349
|
+
attr_accessor type: ("RADIO_UNIT")
|
350
|
+
attr_accessor vendor: ::String
|
351
|
+
SENSITIVE: []
|
352
|
+
end
|
353
|
+
|
354
|
+
class NetworkResourceDefinition
|
355
|
+
attr_accessor count: ::Integer
|
356
|
+
attr_accessor options: ::Array[Types::NameValuePair]
|
357
|
+
attr_accessor type: ("RADIO_UNIT" | "DEVICE_IDENTIFIER")
|
358
|
+
SENSITIVE: []
|
359
|
+
end
|
360
|
+
|
361
|
+
class NetworkSite
|
362
|
+
attr_accessor availability_zone: ::String
|
363
|
+
attr_accessor availability_zone_id: ::String
|
364
|
+
attr_accessor created_at: ::Time
|
365
|
+
attr_accessor current_plan: Types::SitePlan
|
366
|
+
attr_accessor description: ::String
|
367
|
+
attr_accessor network_arn: ::String
|
368
|
+
attr_accessor network_site_arn: ::String
|
369
|
+
attr_accessor network_site_name: ::String
|
370
|
+
attr_accessor pending_plan: Types::SitePlan
|
371
|
+
attr_accessor status: ("CREATED" | "PROVISIONING" | "AVAILABLE" | "DEPROVISIONING" | "DELETED")
|
372
|
+
attr_accessor status_reason: ::String
|
373
|
+
SENSITIVE: []
|
374
|
+
end
|
375
|
+
|
376
|
+
class Order
|
377
|
+
attr_accessor acknowledgment_status: ("ACKNOWLEDGING" | "ACKNOWLEDGED" | "UNACKNOWLEDGED")
|
378
|
+
attr_accessor created_at: ::Time
|
379
|
+
attr_accessor network_arn: ::String
|
380
|
+
attr_accessor network_site_arn: ::String
|
381
|
+
attr_accessor order_arn: ::String
|
382
|
+
attr_accessor ordered_resources: ::Array[Types::OrderedResourceDefinition]
|
383
|
+
attr_accessor shipping_address: Types::Address
|
384
|
+
attr_accessor tracking_information: ::Array[Types::TrackingInformation]
|
385
|
+
SENSITIVE: []
|
386
|
+
end
|
387
|
+
|
388
|
+
class OrderedResourceDefinition
|
389
|
+
attr_accessor commitment_configuration: Types::CommitmentConfiguration
|
390
|
+
attr_accessor count: ::Integer
|
391
|
+
attr_accessor type: ("RADIO_UNIT" | "DEVICE_IDENTIFIER")
|
392
|
+
SENSITIVE: []
|
393
|
+
end
|
394
|
+
|
395
|
+
class PingResponse
|
396
|
+
attr_accessor status: ::String
|
397
|
+
SENSITIVE: []
|
398
|
+
end
|
399
|
+
|
400
|
+
class Position
|
401
|
+
attr_accessor elevation: ::Float
|
402
|
+
attr_accessor elevation_reference: ("AGL" | "AMSL")
|
403
|
+
attr_accessor elevation_unit: ("FEET")
|
404
|
+
attr_accessor latitude: ::Float
|
405
|
+
attr_accessor longitude: ::Float
|
406
|
+
SENSITIVE: []
|
407
|
+
end
|
408
|
+
|
409
|
+
class ResourceNotFoundException
|
410
|
+
attr_accessor message: ::String
|
411
|
+
attr_accessor resource_id: ::String
|
412
|
+
attr_accessor resource_type: ::String
|
413
|
+
SENSITIVE: []
|
414
|
+
end
|
415
|
+
|
416
|
+
class ReturnInformation
|
417
|
+
attr_accessor replacement_order_arn: ::String
|
418
|
+
attr_accessor return_reason: ::String
|
419
|
+
attr_accessor shipping_address: Types::Address
|
420
|
+
attr_accessor shipping_label: ::String
|
421
|
+
SENSITIVE: []
|
422
|
+
end
|
423
|
+
|
424
|
+
class SitePlan
|
425
|
+
attr_accessor options: ::Array[Types::NameValuePair]
|
426
|
+
attr_accessor resource_definitions: ::Array[Types::NetworkResourceDefinition]
|
427
|
+
SENSITIVE: []
|
428
|
+
end
|
429
|
+
|
430
|
+
class StartNetworkResourceUpdateRequest
|
431
|
+
attr_accessor commitment_configuration: Types::CommitmentConfiguration
|
432
|
+
attr_accessor network_resource_arn: ::String
|
433
|
+
attr_accessor return_reason: ::String
|
434
|
+
attr_accessor shipping_address: Types::Address
|
435
|
+
attr_accessor update_type: ("REPLACE" | "RETURN" | "COMMITMENT")
|
436
|
+
SENSITIVE: []
|
437
|
+
end
|
438
|
+
|
439
|
+
class StartNetworkResourceUpdateResponse
|
440
|
+
attr_accessor network_resource: Types::NetworkResource
|
441
|
+
SENSITIVE: []
|
442
|
+
end
|
443
|
+
|
444
|
+
class TagResourceRequest
|
445
|
+
attr_accessor resource_arn: ::String
|
446
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
447
|
+
SENSITIVE: [:tags]
|
448
|
+
end
|
449
|
+
|
450
|
+
class TagResourceResponse < Aws::EmptyStructure
|
451
|
+
end
|
452
|
+
|
453
|
+
class ThrottlingException
|
454
|
+
attr_accessor message: ::String
|
455
|
+
SENSITIVE: []
|
456
|
+
end
|
457
|
+
|
458
|
+
class TrackingInformation
|
459
|
+
attr_accessor tracking_number: ::String
|
460
|
+
SENSITIVE: []
|
461
|
+
end
|
462
|
+
|
463
|
+
class UntagResourceRequest
|
464
|
+
attr_accessor resource_arn: ::String
|
465
|
+
attr_accessor tag_keys: ::Array[::String]
|
466
|
+
SENSITIVE: [:tag_keys]
|
467
|
+
end
|
468
|
+
|
469
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
470
|
+
end
|
471
|
+
|
472
|
+
class UpdateNetworkSitePlanRequest
|
473
|
+
attr_accessor client_token: ::String
|
474
|
+
attr_accessor network_site_arn: ::String
|
475
|
+
attr_accessor pending_plan: Types::SitePlan
|
476
|
+
SENSITIVE: []
|
477
|
+
end
|
478
|
+
|
479
|
+
class UpdateNetworkSiteRequest
|
480
|
+
attr_accessor client_token: ::String
|
481
|
+
attr_accessor description: ::String
|
482
|
+
attr_accessor network_site_arn: ::String
|
483
|
+
SENSITIVE: []
|
484
|
+
end
|
485
|
+
|
486
|
+
class UpdateNetworkSiteResponse
|
487
|
+
attr_accessor network_site: Types::NetworkSite
|
488
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
489
|
+
SENSITIVE: [:tags]
|
490
|
+
end
|
491
|
+
|
492
|
+
class ValidationException
|
493
|
+
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
494
|
+
attr_accessor message: ::String
|
495
|
+
attr_accessor reason: ("UNKNOWN_OPERATION" | "CANNOT_PARSE" | "CANNOT_ASSUME_ROLE" | "FIELD_VALIDATION_FAILED" | "OTHER")
|
496
|
+
SENSITIVE: []
|
497
|
+
end
|
498
|
+
|
499
|
+
class ValidationExceptionField
|
500
|
+
attr_accessor message: ::String
|
501
|
+
attr_accessor name: ::String
|
502
|
+
SENSITIVE: []
|
503
|
+
end
|
504
|
+
end
|
505
|
+
end
|
data/sig/waiters.rbs
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module PrivateNetworks
|
10
|
+
module Waiters
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-privatenetworks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-04-25 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.193.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.193.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,13 +66,18 @@ files:
|
|
66
66
|
- lib/aws-sdk-privatenetworks/plugins/endpoints.rb
|
67
67
|
- lib/aws-sdk-privatenetworks/resource.rb
|
68
68
|
- lib/aws-sdk-privatenetworks/types.rb
|
69
|
+
- sig/client.rbs
|
70
|
+
- sig/errors.rbs
|
71
|
+
- sig/resource.rbs
|
72
|
+
- sig/types.rbs
|
73
|
+
- sig/waiters.rbs
|
69
74
|
homepage: https://github.com/aws/aws-sdk-ruby
|
70
75
|
licenses:
|
71
76
|
- Apache-2.0
|
72
77
|
metadata:
|
73
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-privatenetworks
|
74
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-privatenetworks/CHANGELOG.md
|
75
|
-
post_install_message:
|
80
|
+
post_install_message:
|
76
81
|
rdoc_options: []
|
77
82
|
require_paths:
|
78
83
|
- lib
|
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
92
|
- !ruby/object:Gem::Version
|
88
93
|
version: '0'
|
89
94
|
requirements: []
|
90
|
-
rubygems_version: 3.
|
91
|
-
signing_key:
|
95
|
+
rubygems_version: 3.4.10
|
96
|
+
signing_key:
|
92
97
|
specification_version: 4
|
93
98
|
summary: AWS SDK for Ruby - AWS Private 5G
|
94
99
|
test_files: []
|