aws-sdk-outposts 1.31.0 → 1.32.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-outposts/client.rb +89 -1
- data/lib/aws-sdk-outposts/types.rb +96 -0
- data/lib/aws-sdk-outposts.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20a9e788e1f01305bd1765a2df326a9af54697b09b798618980b0baeeea0efcb
|
|
4
|
+
data.tar.gz: 9ffca8ebc41cb5d413e5345f64f2cb15798c4c6e1f12965e89c5af2b8d1d48db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 879baa19cf1120a872147941986035b77fd349c982ec3a705674f116b21850f9e077684a7acacae9b0b68411985fdf1800a7390355b85525be4360e8e09992ab
|
|
7
|
+
data.tar.gz: e80f7717bc38732f66152d4febed8fb9aee63ca007427920273b97efb6f5b04ad583e0db7e0efd3cffb2371671a0e407e8c842b9d8dfed0875f859a307aac0f8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.32.0
|
|
@@ -441,6 +441,14 @@ module Aws::Outposts
|
|
|
441
441
|
# @option params [required, String] :site_id
|
|
442
442
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
443
443
|
#
|
|
444
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
|
445
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
|
446
|
+
# Query API. To address backwards compatibility, the parameter names
|
|
447
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
|
448
|
+
# can make the request with an ARN.
|
|
449
|
+
#
|
|
450
|
+
# </note>
|
|
451
|
+
#
|
|
444
452
|
# @option params [String] :availability_zone
|
|
445
453
|
# The Availability Zone.
|
|
446
454
|
#
|
|
@@ -620,6 +628,14 @@ module Aws::Outposts
|
|
|
620
628
|
# @option params [required, String] :outpost_id
|
|
621
629
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
622
630
|
#
|
|
631
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
|
632
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
|
633
|
+
# Query API. To address backwards compatibility, the parameter names
|
|
634
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
|
635
|
+
# can make the request with an ARN.
|
|
636
|
+
#
|
|
637
|
+
# </note>
|
|
638
|
+
#
|
|
623
639
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
624
640
|
#
|
|
625
641
|
# @example Request syntax with placeholder values
|
|
@@ -642,6 +658,14 @@ module Aws::Outposts
|
|
|
642
658
|
# @option params [required, String] :site_id
|
|
643
659
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
644
660
|
#
|
|
661
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
|
662
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
|
663
|
+
# Query API. To address backwards compatibility, the parameter names
|
|
664
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
|
665
|
+
# can make the request with an ARN.
|
|
666
|
+
#
|
|
667
|
+
# </note>
|
|
668
|
+
#
|
|
645
669
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
646
670
|
#
|
|
647
671
|
# @example Request syntax with placeholder values
|
|
@@ -741,6 +765,14 @@ module Aws::Outposts
|
|
|
741
765
|
# @option params [required, String] :outpost_id
|
|
742
766
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
743
767
|
#
|
|
768
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
|
769
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
|
770
|
+
# Query API. To address backwards compatibility, the parameter names
|
|
771
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
|
772
|
+
# can make the request with an ARN.
|
|
773
|
+
#
|
|
774
|
+
# </note>
|
|
775
|
+
#
|
|
744
776
|
# @return [Types::GetOutpostOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
745
777
|
#
|
|
746
778
|
# * {Types::GetOutpostOutput#outpost #outpost} => Types::Outpost
|
|
@@ -781,6 +813,14 @@ module Aws::Outposts
|
|
|
781
813
|
# @option params [required, String] :outpost_id
|
|
782
814
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
783
815
|
#
|
|
816
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
|
817
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
|
818
|
+
# Query API. To address backwards compatibility, the parameter names
|
|
819
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
|
820
|
+
# can make the request with an ARN.
|
|
821
|
+
#
|
|
822
|
+
# </note>
|
|
823
|
+
#
|
|
784
824
|
# @option params [String] :next_token
|
|
785
825
|
# The pagination token.
|
|
786
826
|
#
|
|
@@ -826,6 +866,14 @@ module Aws::Outposts
|
|
|
826
866
|
# @option params [required, String] :site_id
|
|
827
867
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
828
868
|
#
|
|
869
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
|
870
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
|
871
|
+
# Query API. To address backwards compatibility, the parameter names
|
|
872
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
|
873
|
+
# can make the request with an ARN.
|
|
874
|
+
#
|
|
875
|
+
# </note>
|
|
876
|
+
#
|
|
829
877
|
# @return [Types::GetSiteOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
830
878
|
#
|
|
831
879
|
# * {Types::GetSiteOutput#site #site} => Types::Site
|
|
@@ -873,6 +921,14 @@ module Aws::Outposts
|
|
|
873
921
|
# @option params [required, String] :site_id
|
|
874
922
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
875
923
|
#
|
|
924
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
|
925
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
|
926
|
+
# Query API. To address backwards compatibility, the parameter names
|
|
927
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
|
928
|
+
# can make the request with an ARN.
|
|
929
|
+
#
|
|
930
|
+
# </note>
|
|
931
|
+
#
|
|
876
932
|
# @option params [required, String] :address_type
|
|
877
933
|
# The type of the address you request.
|
|
878
934
|
#
|
|
@@ -1352,6 +1408,14 @@ module Aws::Outposts
|
|
|
1352
1408
|
# @option params [required, String] :outpost_id
|
|
1353
1409
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
1354
1410
|
#
|
|
1411
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
|
1412
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
|
1413
|
+
# Query API. To address backwards compatibility, the parameter names
|
|
1414
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
|
1415
|
+
# can make the request with an ARN.
|
|
1416
|
+
#
|
|
1417
|
+
# </note>
|
|
1418
|
+
#
|
|
1355
1419
|
# @option params [String] :name
|
|
1356
1420
|
# The name of the Outpost.
|
|
1357
1421
|
#
|
|
@@ -1404,6 +1468,14 @@ module Aws::Outposts
|
|
|
1404
1468
|
# @option params [required, String] :site_id
|
|
1405
1469
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
1406
1470
|
#
|
|
1471
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
|
1472
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
|
1473
|
+
# Query API. To address backwards compatibility, the parameter names
|
|
1474
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
|
1475
|
+
# can make the request with an ARN.
|
|
1476
|
+
#
|
|
1477
|
+
# </note>
|
|
1478
|
+
#
|
|
1407
1479
|
# @option params [String] :name
|
|
1408
1480
|
# The name of the site.
|
|
1409
1481
|
#
|
|
@@ -1470,6 +1542,14 @@ module Aws::Outposts
|
|
|
1470
1542
|
# @option params [required, String] :site_id
|
|
1471
1543
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
1472
1544
|
#
|
|
1545
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
|
1546
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
|
1547
|
+
# Query API. To address backwards compatibility, the parameter names
|
|
1548
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
|
1549
|
+
# can make the request with an ARN.
|
|
1550
|
+
#
|
|
1551
|
+
# </note>
|
|
1552
|
+
#
|
|
1473
1553
|
# @option params [required, String] :address_type
|
|
1474
1554
|
# The type of the address.
|
|
1475
1555
|
#
|
|
@@ -1540,6 +1620,14 @@ module Aws::Outposts
|
|
|
1540
1620
|
# @option params [required, String] :site_id
|
|
1541
1621
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
1542
1622
|
#
|
|
1623
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon Resource
|
|
1624
|
+
# Name (ARN) or an ID for Outposts and sites throughout the Outposts
|
|
1625
|
+
# Query API. To address backwards compatibility, the parameter names
|
|
1626
|
+
# `OutpostID` or `SiteID` remain in use. Despite the parameter name, you
|
|
1627
|
+
# can make the request with an ARN.
|
|
1628
|
+
#
|
|
1629
|
+
# </note>
|
|
1630
|
+
#
|
|
1543
1631
|
# @option params [String] :power_draw_kva
|
|
1544
1632
|
# Specify in kVA the power draw available at the hardware placement
|
|
1545
1633
|
# position for the rack.
|
|
@@ -1698,7 +1786,7 @@ module Aws::Outposts
|
|
|
1698
1786
|
params: params,
|
|
1699
1787
|
config: config)
|
|
1700
1788
|
context[:gem_name] = 'aws-sdk-outposts'
|
|
1701
|
-
context[:gem_version] = '1.
|
|
1789
|
+
context[:gem_version] = '1.32.0'
|
|
1702
1790
|
Seahorse::Client::Request.new(handlers, context)
|
|
1703
1791
|
end
|
|
1704
1792
|
|
|
@@ -317,6 +317,14 @@ module Aws::Outposts
|
|
|
317
317
|
#
|
|
318
318
|
# @!attribute [rw] site_id
|
|
319
319
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
320
|
+
#
|
|
321
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
|
322
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
|
323
|
+
# Outposts Query API. To address backwards compatibility, the
|
|
324
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
|
325
|
+
# parameter name, you can make the request with an ARN.
|
|
326
|
+
#
|
|
327
|
+
# </note>
|
|
320
328
|
# @return [String]
|
|
321
329
|
#
|
|
322
330
|
# @!attribute [rw] availability_zone
|
|
@@ -485,6 +493,14 @@ module Aws::Outposts
|
|
|
485
493
|
#
|
|
486
494
|
# @!attribute [rw] outpost_id
|
|
487
495
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
496
|
+
#
|
|
497
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
|
498
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
|
499
|
+
# Outposts Query API. To address backwards compatibility, the
|
|
500
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
|
501
|
+
# parameter name, you can make the request with an ARN.
|
|
502
|
+
#
|
|
503
|
+
# </note>
|
|
488
504
|
# @return [String]
|
|
489
505
|
#
|
|
490
506
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteOutpostInput AWS API Documentation
|
|
@@ -508,6 +524,14 @@ module Aws::Outposts
|
|
|
508
524
|
#
|
|
509
525
|
# @!attribute [rw] site_id
|
|
510
526
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
527
|
+
#
|
|
528
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
|
529
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
|
530
|
+
# Outposts Query API. To address backwards compatibility, the
|
|
531
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
|
532
|
+
# parameter name, you can make the request with an ARN.
|
|
533
|
+
#
|
|
534
|
+
# </note>
|
|
511
535
|
# @return [String]
|
|
512
536
|
#
|
|
513
537
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteSiteInput AWS API Documentation
|
|
@@ -617,6 +641,14 @@ module Aws::Outposts
|
|
|
617
641
|
#
|
|
618
642
|
# @!attribute [rw] outpost_id
|
|
619
643
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
644
|
+
#
|
|
645
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
|
646
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
|
647
|
+
# Outposts Query API. To address backwards compatibility, the
|
|
648
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
|
649
|
+
# parameter name, you can make the request with an ARN.
|
|
650
|
+
#
|
|
651
|
+
# </note>
|
|
620
652
|
# @return [String]
|
|
621
653
|
#
|
|
622
654
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOutpostInput AWS API Documentation
|
|
@@ -638,6 +670,14 @@ module Aws::Outposts
|
|
|
638
670
|
#
|
|
639
671
|
# @!attribute [rw] outpost_id
|
|
640
672
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
673
|
+
#
|
|
674
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
|
675
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
|
676
|
+
# Outposts Query API. To address backwards compatibility, the
|
|
677
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
|
678
|
+
# parameter name, you can make the request with an ARN.
|
|
679
|
+
#
|
|
680
|
+
# </note>
|
|
641
681
|
# @return [String]
|
|
642
682
|
#
|
|
643
683
|
# @!attribute [rw] next_token
|
|
@@ -668,6 +708,14 @@ module Aws::Outposts
|
|
|
668
708
|
#
|
|
669
709
|
# @!attribute [rw] outpost_id
|
|
670
710
|
# The ID of the Outpost.
|
|
711
|
+
#
|
|
712
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
|
713
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
|
714
|
+
# Outposts Query API. To address backwards compatibility, the
|
|
715
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
|
716
|
+
# parameter name, you can make the request with an ARN.
|
|
717
|
+
#
|
|
718
|
+
# </note>
|
|
671
719
|
# @return [String]
|
|
672
720
|
#
|
|
673
721
|
# @!attribute [rw] outpost_arn
|
|
@@ -707,6 +755,14 @@ module Aws::Outposts
|
|
|
707
755
|
#
|
|
708
756
|
# @!attribute [rw] site_id
|
|
709
757
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
758
|
+
#
|
|
759
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
|
760
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
|
761
|
+
# Outposts Query API. To address backwards compatibility, the
|
|
762
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
|
763
|
+
# parameter name, you can make the request with an ARN.
|
|
764
|
+
#
|
|
765
|
+
# </note>
|
|
710
766
|
# @return [String]
|
|
711
767
|
#
|
|
712
768
|
# @!attribute [rw] address_type
|
|
@@ -753,6 +809,14 @@ module Aws::Outposts
|
|
|
753
809
|
#
|
|
754
810
|
# @!attribute [rw] site_id
|
|
755
811
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
812
|
+
#
|
|
813
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
|
814
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
|
815
|
+
# Outposts Query API. To address backwards compatibility, the
|
|
816
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
|
817
|
+
# parameter name, you can make the request with an ARN.
|
|
818
|
+
#
|
|
819
|
+
# </note>
|
|
756
820
|
# @return [String]
|
|
757
821
|
#
|
|
758
822
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetSiteInput AWS API Documentation
|
|
@@ -1650,6 +1714,14 @@ module Aws::Outposts
|
|
|
1650
1714
|
#
|
|
1651
1715
|
# @!attribute [rw] outpost_id
|
|
1652
1716
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
|
1717
|
+
#
|
|
1718
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
|
1719
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
|
1720
|
+
# Outposts Query API. To address backwards compatibility, the
|
|
1721
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
|
1722
|
+
# parameter name, you can make the request with an ARN.
|
|
1723
|
+
#
|
|
1724
|
+
# </note>
|
|
1653
1725
|
# @return [String]
|
|
1654
1726
|
#
|
|
1655
1727
|
# @!attribute [rw] name
|
|
@@ -1710,6 +1782,14 @@ module Aws::Outposts
|
|
|
1710
1782
|
#
|
|
1711
1783
|
# @!attribute [rw] site_id
|
|
1712
1784
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
1785
|
+
#
|
|
1786
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
|
1787
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
|
1788
|
+
# Outposts Query API. To address backwards compatibility, the
|
|
1789
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
|
1790
|
+
# parameter name, you can make the request with an ARN.
|
|
1791
|
+
#
|
|
1792
|
+
# </note>
|
|
1713
1793
|
# @return [String]
|
|
1714
1794
|
#
|
|
1715
1795
|
# @!attribute [rw] address_type
|
|
@@ -1759,6 +1839,14 @@ module Aws::Outposts
|
|
|
1759
1839
|
#
|
|
1760
1840
|
# @!attribute [rw] site_id
|
|
1761
1841
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
1842
|
+
#
|
|
1843
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
|
1844
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
|
1845
|
+
# Outposts Query API. To address backwards compatibility, the
|
|
1846
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
|
1847
|
+
# parameter name, you can make the request with an ARN.
|
|
1848
|
+
#
|
|
1849
|
+
# </note>
|
|
1762
1850
|
# @return [String]
|
|
1763
1851
|
#
|
|
1764
1852
|
# @!attribute [rw] name
|
|
@@ -1814,6 +1902,14 @@ module Aws::Outposts
|
|
|
1814
1902
|
#
|
|
1815
1903
|
# @!attribute [rw] site_id
|
|
1816
1904
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
|
1905
|
+
#
|
|
1906
|
+
# <note markdown="1"> In requests, Amazon Web Services Outposts accepts the Amazon
|
|
1907
|
+
# Resource Name (ARN) or an ID for Outposts and sites throughout the
|
|
1908
|
+
# Outposts Query API. To address backwards compatibility, the
|
|
1909
|
+
# parameter names `OutpostID` or `SiteID` remain in use. Despite the
|
|
1910
|
+
# parameter name, you can make the request with an ARN.
|
|
1911
|
+
#
|
|
1912
|
+
# </note>
|
|
1817
1913
|
# @return [String]
|
|
1818
1914
|
#
|
|
1819
1915
|
# @!attribute [rw] power_draw_kva
|
data/lib/aws-sdk-outposts.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-outposts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.32.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-05-
|
|
11
|
+
date: 2022-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|