aws-sdk-route53recoveryreadiness 1.10.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -68,17 +68,6 @@ module Aws::Route53RecoveryReadiness
68
68
  include Aws::Structure
69
69
  end
70
70
 
71
- # @note When making an API call, you may pass CreateCellRequest
72
- # data as a hash:
73
- #
74
- # {
75
- # cell_name: "__string", # required
76
- # cells: ["__string"],
77
- # tags: {
78
- # "__string" => "__string",
79
- # },
80
- # }
81
- #
82
71
  # @!attribute [rw] cell_name
83
72
  # @return [String]
84
73
  #
@@ -127,13 +116,6 @@ module Aws::Route53RecoveryReadiness
127
116
  include Aws::Structure
128
117
  end
129
118
 
130
- # @note When making an API call, you may pass CreateCrossAccountAuthorizationRequest
131
- # data as a hash:
132
- #
133
- # {
134
- # cross_account_authorization: "CrossAccountAuthorization", # required
135
- # }
136
- #
137
119
  # @!attribute [rw] cross_account_authorization
138
120
  # CrossAccountAuthorization
139
121
  # @return [String]
@@ -158,17 +140,6 @@ module Aws::Route53RecoveryReadiness
158
140
  include Aws::Structure
159
141
  end
160
142
 
161
- # @note When making an API call, you may pass CreateReadinessCheckRequest
162
- # data as a hash:
163
- #
164
- # {
165
- # readiness_check_name: "__string", # required
166
- # resource_set_name: "__string", # required
167
- # tags: {
168
- # "__string" => "__string",
169
- # },
170
- # }
171
- #
172
143
  # @!attribute [rw] readiness_check_name
173
144
  # @return [String]
174
145
  #
@@ -213,17 +184,6 @@ module Aws::Route53RecoveryReadiness
213
184
  include Aws::Structure
214
185
  end
215
186
 
216
- # @note When making an API call, you may pass CreateRecoveryGroupRequest
217
- # data as a hash:
218
- #
219
- # {
220
- # cells: ["__string"],
221
- # recovery_group_name: "__string", # required
222
- # tags: {
223
- # "__string" => "__string",
224
- # },
225
- # }
226
- #
227
187
  # @!attribute [rw] cells
228
188
  # @return [Array<String>]
229
189
  #
@@ -268,39 +228,6 @@ module Aws::Route53RecoveryReadiness
268
228
  include Aws::Structure
269
229
  end
270
230
 
271
- # @note When making an API call, you may pass CreateResourceSetRequest
272
- # data as a hash:
273
- #
274
- # {
275
- # resource_set_name: "__string", # required
276
- # resource_set_type: "__stringPatternAWSAZaZ09AZaZ09", # required
277
- # resources: [ # required
278
- # {
279
- # component_id: "__string",
280
- # dns_target_resource: {
281
- # domain_name: "__string",
282
- # hosted_zone_arn: "__string",
283
- # record_set_id: "__string",
284
- # record_type: "__string",
285
- # target_resource: {
286
- # nlb_resource: {
287
- # arn: "__string",
288
- # },
289
- # r53_resource: {
290
- # domain_name: "__string",
291
- # record_set_id: "__string",
292
- # },
293
- # },
294
- # },
295
- # readiness_scopes: ["__string"],
296
- # resource_arn: "__string",
297
- # },
298
- # ],
299
- # tags: {
300
- # "__string" => "__string",
301
- # },
302
- # }
303
- #
304
231
  # @!attribute [rw] resource_set_name
305
232
  # @return [String]
306
233
  #
@@ -356,25 +283,6 @@ module Aws::Route53RecoveryReadiness
356
283
  # A component for DNS/routing control readiness checks and architecture
357
284
  # checks.
358
285
  #
359
- # @note When making an API call, you may pass DNSTargetResource
360
- # data as a hash:
361
- #
362
- # {
363
- # domain_name: "__string",
364
- # hosted_zone_arn: "__string",
365
- # record_set_id: "__string",
366
- # record_type: "__string",
367
- # target_resource: {
368
- # nlb_resource: {
369
- # arn: "__string",
370
- # },
371
- # r53_resource: {
372
- # domain_name: "__string",
373
- # record_set_id: "__string",
374
- # },
375
- # },
376
- # }
377
- #
378
286
  # @!attribute [rw] domain_name
379
287
  # The domain name that acts as an ingress point to a portion of the
380
288
  # customer application.
@@ -410,13 +318,6 @@ module Aws::Route53RecoveryReadiness
410
318
  include Aws::Structure
411
319
  end
412
320
 
413
- # @note When making an API call, you may pass DeleteCellRequest
414
- # data as a hash:
415
- #
416
- # {
417
- # cell_name: "__string", # required
418
- # }
419
- #
420
321
  # @!attribute [rw] cell_name
421
322
  # @return [String]
422
323
  #
@@ -428,13 +329,6 @@ module Aws::Route53RecoveryReadiness
428
329
  include Aws::Structure
429
330
  end
430
331
 
431
- # @note When making an API call, you may pass DeleteCrossAccountAuthorizationRequest
432
- # data as a hash:
433
- #
434
- # {
435
- # cross_account_authorization: "__string", # required
436
- # }
437
- #
438
332
  # @!attribute [rw] cross_account_authorization
439
333
  # @return [String]
440
334
  #
@@ -450,13 +344,6 @@ module Aws::Route53RecoveryReadiness
450
344
  #
451
345
  class DeleteCrossAccountAuthorizationResponse < Aws::EmptyStructure; end
452
346
 
453
- # @note When making an API call, you may pass DeleteReadinessCheckRequest
454
- # data as a hash:
455
- #
456
- # {
457
- # readiness_check_name: "__string", # required
458
- # }
459
- #
460
347
  # @!attribute [rw] readiness_check_name
461
348
  # @return [String]
462
349
  #
@@ -468,13 +355,6 @@ module Aws::Route53RecoveryReadiness
468
355
  include Aws::Structure
469
356
  end
470
357
 
471
- # @note When making an API call, you may pass DeleteRecoveryGroupRequest
472
- # data as a hash:
473
- #
474
- # {
475
- # recovery_group_name: "__string", # required
476
- # }
477
- #
478
358
  # @!attribute [rw] recovery_group_name
479
359
  # @return [String]
480
360
  #
@@ -486,13 +366,6 @@ module Aws::Route53RecoveryReadiness
486
366
  include Aws::Structure
487
367
  end
488
368
 
489
- # @note When making an API call, you may pass DeleteResourceSetRequest
490
- # data as a hash:
491
- #
492
- # {
493
- # resource_set_name: "__string", # required
494
- # }
495
- #
496
369
  # @!attribute [rw] resource_set_name
497
370
  # @return [String]
498
371
  #
@@ -504,15 +377,6 @@ module Aws::Route53RecoveryReadiness
504
377
  include Aws::Structure
505
378
  end
506
379
 
507
- # @note When making an API call, you may pass GetArchitectureRecommendationsRequest
508
- # data as a hash:
509
- #
510
- # {
511
- # max_results: 1,
512
- # next_token: "__string",
513
- # recovery_group_name: "__string", # required
514
- # }
515
- #
516
380
  # @!attribute [rw] max_results
517
381
  # @return [Integer]
518
382
  #
@@ -553,15 +417,6 @@ module Aws::Route53RecoveryReadiness
553
417
  include Aws::Structure
554
418
  end
555
419
 
556
- # @note When making an API call, you may pass GetCellReadinessSummaryRequest
557
- # data as a hash:
558
- #
559
- # {
560
- # cell_name: "__string", # required
561
- # max_results: 1,
562
- # next_token: "__string",
563
- # }
564
- #
565
420
  # @!attribute [rw] cell_name
566
421
  # @return [String]
567
422
  #
@@ -601,13 +456,6 @@ module Aws::Route53RecoveryReadiness
601
456
  include Aws::Structure
602
457
  end
603
458
 
604
- # @note When making an API call, you may pass GetCellRequest
605
- # data as a hash:
606
- #
607
- # {
608
- # cell_name: "__string", # required
609
- # }
610
- #
611
459
  # @!attribute [rw] cell_name
612
460
  # @return [String]
613
461
  #
@@ -647,13 +495,6 @@ module Aws::Route53RecoveryReadiness
647
495
  include Aws::Structure
648
496
  end
649
497
 
650
- # @note When making an API call, you may pass GetReadinessCheckRequest
651
- # data as a hash:
652
- #
653
- # {
654
- # readiness_check_name: "__string", # required
655
- # }
656
- #
657
498
  # @!attribute [rw] readiness_check_name
658
499
  # @return [String]
659
500
  #
@@ -665,16 +506,6 @@ module Aws::Route53RecoveryReadiness
665
506
  include Aws::Structure
666
507
  end
667
508
 
668
- # @note When making an API call, you may pass GetReadinessCheckResourceStatusRequest
669
- # data as a hash:
670
- #
671
- # {
672
- # max_results: 1,
673
- # next_token: "__string",
674
- # readiness_check_name: "__string", # required
675
- # resource_identifier: "__string", # required
676
- # }
677
- #
678
509
  # @!attribute [rw] max_results
679
510
  # @return [Integer]
680
511
  #
@@ -742,15 +573,6 @@ module Aws::Route53RecoveryReadiness
742
573
  include Aws::Structure
743
574
  end
744
575
 
745
- # @note When making an API call, you may pass GetReadinessCheckStatusRequest
746
- # data as a hash:
747
- #
748
- # {
749
- # max_results: 1,
750
- # next_token: "__string",
751
- # readiness_check_name: "__string", # required
752
- # }
753
- #
754
576
  # @!attribute [rw] max_results
755
577
  # @return [Integer]
756
578
  #
@@ -794,15 +616,6 @@ module Aws::Route53RecoveryReadiness
794
616
  include Aws::Structure
795
617
  end
796
618
 
797
- # @note When making an API call, you may pass GetRecoveryGroupReadinessSummaryRequest
798
- # data as a hash:
799
- #
800
- # {
801
- # max_results: 1,
802
- # next_token: "__string",
803
- # recovery_group_name: "__string", # required
804
- # }
805
- #
806
619
  # @!attribute [rw] max_results
807
620
  # @return [Integer]
808
621
  #
@@ -842,13 +655,6 @@ module Aws::Route53RecoveryReadiness
842
655
  include Aws::Structure
843
656
  end
844
657
 
845
- # @note When making an API call, you may pass GetRecoveryGroupRequest
846
- # data as a hash:
847
- #
848
- # {
849
- # recovery_group_name: "__string", # required
850
- # }
851
- #
852
658
  # @!attribute [rw] recovery_group_name
853
659
  # @return [String]
854
660
  #
@@ -884,13 +690,6 @@ module Aws::Route53RecoveryReadiness
884
690
  include Aws::Structure
885
691
  end
886
692
 
887
- # @note When making an API call, you may pass GetResourceSetRequest
888
- # data as a hash:
889
- #
890
- # {
891
- # resource_set_name: "__string", # required
892
- # }
893
- #
894
693
  # @!attribute [rw] resource_set_name
895
694
  # @return [String]
896
695
  #
@@ -941,14 +740,6 @@ module Aws::Route53RecoveryReadiness
941
740
  include Aws::Structure
942
741
  end
943
742
 
944
- # @note When making an API call, you may pass ListCellsRequest
945
- # data as a hash:
946
- #
947
- # {
948
- # max_results: 1,
949
- # next_token: "__string",
950
- # }
951
- #
952
743
  # @!attribute [rw] max_results
953
744
  # @return [Integer]
954
745
  #
@@ -979,14 +770,6 @@ module Aws::Route53RecoveryReadiness
979
770
  include Aws::Structure
980
771
  end
981
772
 
982
- # @note When making an API call, you may pass ListCrossAccountAuthorizationsRequest
983
- # data as a hash:
984
- #
985
- # {
986
- # max_results: 1,
987
- # next_token: "__string",
988
- # }
989
- #
990
773
  # @!attribute [rw] max_results
991
774
  # @return [Integer]
992
775
  #
@@ -1017,14 +800,6 @@ module Aws::Route53RecoveryReadiness
1017
800
  include Aws::Structure
1018
801
  end
1019
802
 
1020
- # @note When making an API call, you may pass ListReadinessChecksRequest
1021
- # data as a hash:
1022
- #
1023
- # {
1024
- # max_results: 1,
1025
- # next_token: "__string",
1026
- # }
1027
- #
1028
803
  # @!attribute [rw] max_results
1029
804
  # @return [Integer]
1030
805
  #
@@ -1055,14 +830,6 @@ module Aws::Route53RecoveryReadiness
1055
830
  include Aws::Structure
1056
831
  end
1057
832
 
1058
- # @note When making an API call, you may pass ListRecoveryGroupsRequest
1059
- # data as a hash:
1060
- #
1061
- # {
1062
- # max_results: 1,
1063
- # next_token: "__string",
1064
- # }
1065
- #
1066
833
  # @!attribute [rw] max_results
1067
834
  # @return [Integer]
1068
835
  #
@@ -1093,14 +860,6 @@ module Aws::Route53RecoveryReadiness
1093
860
  include Aws::Structure
1094
861
  end
1095
862
 
1096
- # @note When making an API call, you may pass ListResourceSetsRequest
1097
- # data as a hash:
1098
- #
1099
- # {
1100
- # max_results: 1,
1101
- # next_token: "__string",
1102
- # }
1103
- #
1104
863
  # @!attribute [rw] max_results
1105
864
  # @return [Integer]
1106
865
  #
@@ -1156,15 +915,6 @@ module Aws::Route53RecoveryReadiness
1156
915
  include Aws::Structure
1157
916
  end
1158
917
 
1159
- # @note When making an API call, you may pass ListRulesRequest
1160
- # data as a hash:
1161
- #
1162
- # {
1163
- # max_results: 1,
1164
- # next_token: "__string",
1165
- # resource_type: "__string",
1166
- # }
1167
- #
1168
918
  # @!attribute [rw] max_results
1169
919
  # @return [Integer]
1170
920
  #
@@ -1199,13 +949,6 @@ module Aws::Route53RecoveryReadiness
1199
949
  include Aws::Structure
1200
950
  end
1201
951
 
1202
- # @note When making an API call, you may pass ListTagsForResourcesRequest
1203
- # data as a hash:
1204
- #
1205
- # {
1206
- # resource_arn: "__string", # required
1207
- # }
1208
- #
1209
952
  # @!attribute [rw] resource_arn
1210
953
  # @return [String]
1211
954
  #
@@ -1246,13 +989,6 @@ module Aws::Route53RecoveryReadiness
1246
989
  # The Network Load Balancer resource that a DNS target resource points
1247
990
  # to.
1248
991
  #
1249
- # @note When making an API call, you may pass NLBResource
1250
- # data as a hash:
1251
- #
1252
- # {
1253
- # arn: "__string",
1254
- # }
1255
- #
1256
992
  # @!attribute [rw] arn
1257
993
  # The Network Load Balancer resource Amazon Resource Name (ARN).
1258
994
  # @return [String]
@@ -1267,14 +1003,6 @@ module Aws::Route53RecoveryReadiness
1267
1003
 
1268
1004
  # The Route 53 resource that a DNS target resource record points to.
1269
1005
  #
1270
- # @note When making an API call, you may pass R53ResourceRecord
1271
- # data as a hash:
1272
- #
1273
- # {
1274
- # domain_name: "__string",
1275
- # record_set_id: "__string",
1276
- # }
1277
- #
1278
1006
  # @!attribute [rw] domain_name
1279
1007
  # The DNS target domain name.
1280
1008
  # @return [String]
@@ -1389,30 +1117,6 @@ module Aws::Route53RecoveryReadiness
1389
1117
 
1390
1118
  # The resource element of a resource set.
1391
1119
  #
1392
- # @note When making an API call, you may pass Resource
1393
- # data as a hash:
1394
- #
1395
- # {
1396
- # component_id: "__string",
1397
- # dns_target_resource: {
1398
- # domain_name: "__string",
1399
- # hosted_zone_arn: "__string",
1400
- # record_set_id: "__string",
1401
- # record_type: "__string",
1402
- # target_resource: {
1403
- # nlb_resource: {
1404
- # arn: "__string",
1405
- # },
1406
- # r53_resource: {
1407
- # domain_name: "__string",
1408
- # record_set_id: "__string",
1409
- # },
1410
- # },
1411
- # },
1412
- # readiness_scopes: ["__string"],
1413
- # resource_arn: "__string",
1414
- # }
1415
- #
1416
1120
  # @!attribute [rw] component_id
1417
1121
  # The component identifier of the resource, generated when DNS target
1418
1122
  # resource is used.
@@ -1560,16 +1264,6 @@ module Aws::Route53RecoveryReadiness
1560
1264
  include Aws::Structure
1561
1265
  end
1562
1266
 
1563
- # @note When making an API call, you may pass TagResourceRequest
1564
- # data as a hash:
1565
- #
1566
- # {
1567
- # resource_arn: "__string", # required
1568
- # tags: { # required
1569
- # "__string" => "__string",
1570
- # },
1571
- # }
1572
- #
1573
1267
  # @!attribute [rw] resource_arn
1574
1268
  # @return [String]
1575
1269
  #
@@ -1592,19 +1286,6 @@ module Aws::Route53RecoveryReadiness
1592
1286
 
1593
1287
  # The target resource that the Route 53 record points to.
1594
1288
  #
1595
- # @note When making an API call, you may pass TargetResource
1596
- # data as a hash:
1597
- #
1598
- # {
1599
- # nlb_resource: {
1600
- # arn: "__string",
1601
- # },
1602
- # r53_resource: {
1603
- # domain_name: "__string",
1604
- # record_set_id: "__string",
1605
- # },
1606
- # }
1607
- #
1608
1289
  # @!attribute [rw] nlb_resource
1609
1290
  # The Network Load Balancer Resource.
1610
1291
  # @return [Types::NLBResource]
@@ -1633,14 +1314,6 @@ module Aws::Route53RecoveryReadiness
1633
1314
  include Aws::Structure
1634
1315
  end
1635
1316
 
1636
- # @note When making an API call, you may pass UntagResourceRequest
1637
- # data as a hash:
1638
- #
1639
- # {
1640
- # resource_arn: "__string", # required
1641
- # tag_keys: ["__string"], # required
1642
- # }
1643
- #
1644
1317
  # @!attribute [rw] resource_arn
1645
1318
  # @return [String]
1646
1319
  #
@@ -1656,14 +1329,6 @@ module Aws::Route53RecoveryReadiness
1656
1329
  include Aws::Structure
1657
1330
  end
1658
1331
 
1659
- # @note When making an API call, you may pass UpdateCellRequest
1660
- # data as a hash:
1661
- #
1662
- # {
1663
- # cell_name: "__string", # required
1664
- # cells: ["__string"], # required
1665
- # }
1666
- #
1667
1332
  # @!attribute [rw] cell_name
1668
1333
  # @return [String]
1669
1334
  #
@@ -1707,14 +1372,6 @@ module Aws::Route53RecoveryReadiness
1707
1372
  include Aws::Structure
1708
1373
  end
1709
1374
 
1710
- # @note When making an API call, you may pass UpdateReadinessCheckRequest
1711
- # data as a hash:
1712
- #
1713
- # {
1714
- # readiness_check_name: "__string", # required
1715
- # resource_set_name: "__string", # required
1716
- # }
1717
- #
1718
1375
  # @!attribute [rw] readiness_check_name
1719
1376
  # @return [String]
1720
1377
  #
@@ -1754,14 +1411,6 @@ module Aws::Route53RecoveryReadiness
1754
1411
  include Aws::Structure
1755
1412
  end
1756
1413
 
1757
- # @note When making an API call, you may pass UpdateRecoveryGroupRequest
1758
- # data as a hash:
1759
- #
1760
- # {
1761
- # cells: ["__string"], # required
1762
- # recovery_group_name: "__string", # required
1763
- # }
1764
- #
1765
1414
  # @!attribute [rw] cells
1766
1415
  # @return [Array<String>]
1767
1416
  #
@@ -1801,36 +1450,6 @@ module Aws::Route53RecoveryReadiness
1801
1450
  include Aws::Structure
1802
1451
  end
1803
1452
 
1804
- # @note When making an API call, you may pass UpdateResourceSetRequest
1805
- # data as a hash:
1806
- #
1807
- # {
1808
- # resource_set_name: "__string", # required
1809
- # resource_set_type: "__stringPatternAWSAZaZ09AZaZ09", # required
1810
- # resources: [ # required
1811
- # {
1812
- # component_id: "__string",
1813
- # dns_target_resource: {
1814
- # domain_name: "__string",
1815
- # hosted_zone_arn: "__string",
1816
- # record_set_id: "__string",
1817
- # record_type: "__string",
1818
- # target_resource: {
1819
- # nlb_resource: {
1820
- # arn: "__string",
1821
- # },
1822
- # r53_resource: {
1823
- # domain_name: "__string",
1824
- # record_set_id: "__string",
1825
- # },
1826
- # },
1827
- # },
1828
- # readiness_scopes: ["__string"],
1829
- # resource_arn: "__string",
1830
- # },
1831
- # ],
1832
- # }
1833
- #
1834
1453
  # @!attribute [rw] resource_set_name
1835
1454
  # @return [String]
1836
1455
  #
@@ -13,9 +13,13 @@ require 'aws-sigv4'
13
13
 
14
14
  require_relative 'aws-sdk-route53recoveryreadiness/types'
15
15
  require_relative 'aws-sdk-route53recoveryreadiness/client_api'
16
+ require_relative 'aws-sdk-route53recoveryreadiness/plugins/endpoints.rb'
16
17
  require_relative 'aws-sdk-route53recoveryreadiness/client'
17
18
  require_relative 'aws-sdk-route53recoveryreadiness/errors'
18
19
  require_relative 'aws-sdk-route53recoveryreadiness/resource'
20
+ require_relative 'aws-sdk-route53recoveryreadiness/endpoint_parameters'
21
+ require_relative 'aws-sdk-route53recoveryreadiness/endpoint_provider'
22
+ require_relative 'aws-sdk-route53recoveryreadiness/endpoints'
19
23
  require_relative 'aws-sdk-route53recoveryreadiness/customizations'
20
24
 
21
25
  # This module provides support for AWS Route53 Recovery Readiness. This module is available in the
@@ -48,6 +52,6 @@ require_relative 'aws-sdk-route53recoveryreadiness/customizations'
48
52
  # @!group service
49
53
  module Aws::Route53RecoveryReadiness
50
54
 
51
- GEM_VERSION = '1.10.0'
55
+ GEM_VERSION = '1.12.0'
52
56
 
53
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53recoveryreadiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.12.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: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2023-01-18 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.127.0
22
+ version: 3.165.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.127.0
32
+ version: 3.165.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -59,7 +59,11 @@ files:
59
59
  - lib/aws-sdk-route53recoveryreadiness/client.rb
60
60
  - lib/aws-sdk-route53recoveryreadiness/client_api.rb
61
61
  - lib/aws-sdk-route53recoveryreadiness/customizations.rb
62
+ - lib/aws-sdk-route53recoveryreadiness/endpoint_parameters.rb
63
+ - lib/aws-sdk-route53recoveryreadiness/endpoint_provider.rb
64
+ - lib/aws-sdk-route53recoveryreadiness/endpoints.rb
62
65
  - lib/aws-sdk-route53recoveryreadiness/errors.rb
66
+ - lib/aws-sdk-route53recoveryreadiness/plugins/endpoints.rb
63
67
  - lib/aws-sdk-route53recoveryreadiness/resource.rb
64
68
  - lib/aws-sdk-route53recoveryreadiness/types.rb
65
69
  homepage: https://github.com/aws/aws-sdk-ruby