aws-sdk-outposts 1.36.0 → 1.38.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-outposts/client.rb +27 -10
- data/lib/aws-sdk-outposts/endpoint_parameters.rb +69 -0
- data/lib/aws-sdk-outposts/endpoint_provider.rb +110 -0
- data/lib/aws-sdk-outposts/endpoints.rb +379 -0
- data/lib/aws-sdk-outposts/plugins/endpoints.rb +120 -0
- data/lib/aws-sdk-outposts/types.rb +0 -337
- data/lib/aws-sdk-outposts.rb +5 -1
- metadata +8 -4
@@ -25,23 +25,6 @@ module Aws::Outposts
|
|
25
25
|
|
26
26
|
# Information about an address.
|
27
27
|
#
|
28
|
-
# @note When making an API call, you may pass Address
|
29
|
-
# data as a hash:
|
30
|
-
#
|
31
|
-
# {
|
32
|
-
# contact_name: "ContactName",
|
33
|
-
# contact_phone_number: "ContactPhoneNumber",
|
34
|
-
# address_line_1: "AddressLine1", # required
|
35
|
-
# address_line_2: "AddressLine2",
|
36
|
-
# address_line_3: "AddressLine3",
|
37
|
-
# city: "City", # required
|
38
|
-
# state_or_region: "StateOrRegion", # required
|
39
|
-
# district_or_county: "DistrictOrCounty",
|
40
|
-
# postal_code: "PostalCode", # required
|
41
|
-
# country_code: "CountryCode", # required
|
42
|
-
# municipality: "Municipality",
|
43
|
-
# }
|
44
|
-
#
|
45
28
|
# @!attribute [rw] contact_name
|
46
29
|
# The name of the contact.
|
47
30
|
# @return [String]
|
@@ -152,13 +135,6 @@ module Aws::Outposts
|
|
152
135
|
include Aws::Structure
|
153
136
|
end
|
154
137
|
|
155
|
-
# @note When making an API call, you may pass CancelOrderInput
|
156
|
-
# data as a hash:
|
157
|
-
#
|
158
|
-
# {
|
159
|
-
# order_id: "OrderId", # required
|
160
|
-
# }
|
161
|
-
#
|
162
138
|
# @!attribute [rw] order_id
|
163
139
|
# The ID of the order.
|
164
140
|
# @return [String]
|
@@ -313,21 +289,6 @@ module Aws::Outposts
|
|
313
289
|
include Aws::Structure
|
314
290
|
end
|
315
291
|
|
316
|
-
# @note When making an API call, you may pass CreateOrderInput
|
317
|
-
# data as a hash:
|
318
|
-
#
|
319
|
-
# {
|
320
|
-
# outpost_identifier: "OutpostIdentifier", # required
|
321
|
-
# line_items: [ # required
|
322
|
-
# {
|
323
|
-
# catalog_item_id: "SkuCode",
|
324
|
-
# quantity: 1,
|
325
|
-
# },
|
326
|
-
# ],
|
327
|
-
# payment_option: "ALL_UPFRONT", # required, accepts ALL_UPFRONT, NO_UPFRONT, PARTIAL_UPFRONT
|
328
|
-
# payment_term: "THREE_YEARS", # accepts THREE_YEARS, ONE_YEAR
|
329
|
-
# }
|
330
|
-
#
|
331
292
|
# @!attribute [rw] outpost_identifier
|
332
293
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
333
294
|
# @return [String]
|
@@ -367,21 +328,6 @@ module Aws::Outposts
|
|
367
328
|
include Aws::Structure
|
368
329
|
end
|
369
330
|
|
370
|
-
# @note When making an API call, you may pass CreateOutpostInput
|
371
|
-
# data as a hash:
|
372
|
-
#
|
373
|
-
# {
|
374
|
-
# name: "OutpostName", # required
|
375
|
-
# description: "OutpostDescription",
|
376
|
-
# site_id: "SiteId", # required
|
377
|
-
# availability_zone: "AvailabilityZone",
|
378
|
-
# availability_zone_id: "AvailabilityZoneId",
|
379
|
-
# tags: {
|
380
|
-
# "TagKey" => "TagValue",
|
381
|
-
# },
|
382
|
-
# supported_hardware_type: "RACK", # accepts RACK, SERVER
|
383
|
-
# }
|
384
|
-
#
|
385
331
|
# @!attribute [rw] name
|
386
332
|
# The name of the Outpost.
|
387
333
|
# @return [String]
|
@@ -436,55 +382,6 @@ module Aws::Outposts
|
|
436
382
|
include Aws::Structure
|
437
383
|
end
|
438
384
|
|
439
|
-
# @note When making an API call, you may pass CreateSiteInput
|
440
|
-
# data as a hash:
|
441
|
-
#
|
442
|
-
# {
|
443
|
-
# name: "SiteName", # required
|
444
|
-
# description: "SiteDescription",
|
445
|
-
# notes: "SiteNotes",
|
446
|
-
# tags: {
|
447
|
-
# "TagKey" => "TagValue",
|
448
|
-
# },
|
449
|
-
# operating_address: {
|
450
|
-
# contact_name: "ContactName",
|
451
|
-
# contact_phone_number: "ContactPhoneNumber",
|
452
|
-
# address_line_1: "AddressLine1", # required
|
453
|
-
# address_line_2: "AddressLine2",
|
454
|
-
# address_line_3: "AddressLine3",
|
455
|
-
# city: "City", # required
|
456
|
-
# state_or_region: "StateOrRegion", # required
|
457
|
-
# district_or_county: "DistrictOrCounty",
|
458
|
-
# postal_code: "PostalCode", # required
|
459
|
-
# country_code: "CountryCode", # required
|
460
|
-
# municipality: "Municipality",
|
461
|
-
# },
|
462
|
-
# shipping_address: {
|
463
|
-
# contact_name: "ContactName",
|
464
|
-
# contact_phone_number: "ContactPhoneNumber",
|
465
|
-
# address_line_1: "AddressLine1", # required
|
466
|
-
# address_line_2: "AddressLine2",
|
467
|
-
# address_line_3: "AddressLine3",
|
468
|
-
# city: "City", # required
|
469
|
-
# state_or_region: "StateOrRegion", # required
|
470
|
-
# district_or_county: "DistrictOrCounty",
|
471
|
-
# postal_code: "PostalCode", # required
|
472
|
-
# country_code: "CountryCode", # required
|
473
|
-
# municipality: "Municipality",
|
474
|
-
# },
|
475
|
-
# rack_physical_properties: {
|
476
|
-
# power_draw_kva: "POWER_5_KVA", # accepts POWER_5_KVA, POWER_10_KVA, POWER_15_KVA
|
477
|
-
# power_phase: "SINGLE_PHASE", # accepts SINGLE_PHASE, THREE_PHASE
|
478
|
-
# power_connector: "L6_30P", # accepts L6_30P, IEC309, AH530P7W, AH532P6W
|
479
|
-
# power_feed_drop: "ABOVE_RACK", # accepts ABOVE_RACK, BELOW_RACK
|
480
|
-
# uplink_gbps: "UPLINK_1G", # accepts UPLINK_1G, UPLINK_10G, UPLINK_40G, UPLINK_100G
|
481
|
-
# uplink_count: "UPLINK_COUNT_1", # accepts UPLINK_COUNT_1, UPLINK_COUNT_2, UPLINK_COUNT_3, UPLINK_COUNT_4, UPLINK_COUNT_5, UPLINK_COUNT_6, UPLINK_COUNT_7, UPLINK_COUNT_8, UPLINK_COUNT_12, UPLINK_COUNT_16
|
482
|
-
# fiber_optic_cable_type: "SINGLE_MODE", # accepts SINGLE_MODE, MULTI_MODE
|
483
|
-
# optical_standard: "OPTIC_10GBASE_SR", # accepts OPTIC_10GBASE_SR, OPTIC_10GBASE_IR, OPTIC_10GBASE_LR, OPTIC_40GBASE_SR, OPTIC_40GBASE_ESR, OPTIC_40GBASE_IR4_LR4L, OPTIC_40GBASE_LR4, OPTIC_100GBASE_SR4, OPTIC_100GBASE_CWDM4, OPTIC_100GBASE_LR4, OPTIC_100G_PSM4_MSA, OPTIC_1000BASE_LX, OPTIC_1000BASE_SX
|
484
|
-
# maximum_supported_weight_lbs: "NO_LIMIT", # accepts NO_LIMIT, MAX_1400_LBS, MAX_1600_LBS, MAX_1800_LBS, MAX_2000_LBS
|
485
|
-
# },
|
486
|
-
# }
|
487
|
-
#
|
488
385
|
# @!attribute [rw] name
|
489
386
|
# The name of the site.
|
490
387
|
# @return [String]
|
@@ -551,13 +448,6 @@ module Aws::Outposts
|
|
551
448
|
include Aws::Structure
|
552
449
|
end
|
553
450
|
|
554
|
-
# @note When making an API call, you may pass DeleteOutpostInput
|
555
|
-
# data as a hash:
|
556
|
-
#
|
557
|
-
# {
|
558
|
-
# outpost_id: "OutpostId", # required
|
559
|
-
# }
|
560
|
-
#
|
561
451
|
# @!attribute [rw] outpost_id
|
562
452
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
563
453
|
# @return [String]
|
@@ -574,13 +464,6 @@ module Aws::Outposts
|
|
574
464
|
#
|
575
465
|
class DeleteOutpostOutput < Aws::EmptyStructure; end
|
576
466
|
|
577
|
-
# @note When making an API call, you may pass DeleteSiteInput
|
578
|
-
# data as a hash:
|
579
|
-
#
|
580
|
-
# {
|
581
|
-
# site_id: "SiteId", # required
|
582
|
-
# }
|
583
|
-
#
|
584
467
|
# @!attribute [rw] site_id
|
585
468
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
586
469
|
# @return [String]
|
@@ -621,13 +504,6 @@ module Aws::Outposts
|
|
621
504
|
include Aws::Structure
|
622
505
|
end
|
623
506
|
|
624
|
-
# @note When making an API call, you may pass GetCatalogItemInput
|
625
|
-
# data as a hash:
|
626
|
-
#
|
627
|
-
# {
|
628
|
-
# catalog_item_id: "SkuCode", # required
|
629
|
-
# }
|
630
|
-
#
|
631
507
|
# @!attribute [rw] catalog_item_id
|
632
508
|
# The ID of the catalog item.
|
633
509
|
# @return [String]
|
@@ -652,13 +528,6 @@ module Aws::Outposts
|
|
652
528
|
include Aws::Structure
|
653
529
|
end
|
654
530
|
|
655
|
-
# @note When making an API call, you may pass GetConnectionRequest
|
656
|
-
# data as a hash:
|
657
|
-
#
|
658
|
-
# {
|
659
|
-
# connection_id: "ConnectionId", # required
|
660
|
-
# }
|
661
|
-
#
|
662
531
|
# @!attribute [rw] connection_id
|
663
532
|
# The ID of the connection.
|
664
533
|
# @return [String]
|
@@ -688,13 +557,6 @@ module Aws::Outposts
|
|
688
557
|
include Aws::Structure
|
689
558
|
end
|
690
559
|
|
691
|
-
# @note When making an API call, you may pass GetOrderInput
|
692
|
-
# data as a hash:
|
693
|
-
#
|
694
|
-
# {
|
695
|
-
# order_id: "OrderId", # required
|
696
|
-
# }
|
697
|
-
#
|
698
560
|
# @!attribute [rw] order_id
|
699
561
|
# The ID of the order.
|
700
562
|
# @return [String]
|
@@ -719,13 +581,6 @@ module Aws::Outposts
|
|
719
581
|
include Aws::Structure
|
720
582
|
end
|
721
583
|
|
722
|
-
# @note When making an API call, you may pass GetOutpostInput
|
723
|
-
# data as a hash:
|
724
|
-
#
|
725
|
-
# {
|
726
|
-
# outpost_id: "OutpostId", # required
|
727
|
-
# }
|
728
|
-
#
|
729
584
|
# @!attribute [rw] outpost_id
|
730
585
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
731
586
|
# @return [String]
|
@@ -738,15 +593,6 @@ module Aws::Outposts
|
|
738
593
|
include Aws::Structure
|
739
594
|
end
|
740
595
|
|
741
|
-
# @note When making an API call, you may pass GetOutpostInstanceTypesInput
|
742
|
-
# data as a hash:
|
743
|
-
#
|
744
|
-
# {
|
745
|
-
# outpost_id: "OutpostId", # required
|
746
|
-
# next_token: "Token",
|
747
|
-
# max_results: 1,
|
748
|
-
# }
|
749
|
-
#
|
750
596
|
# @!attribute [rw] outpost_id
|
751
597
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
752
598
|
# @return [String]
|
@@ -808,14 +654,6 @@ module Aws::Outposts
|
|
808
654
|
include Aws::Structure
|
809
655
|
end
|
810
656
|
|
811
|
-
# @note When making an API call, you may pass GetSiteAddressInput
|
812
|
-
# data as a hash:
|
813
|
-
#
|
814
|
-
# {
|
815
|
-
# site_id: "SiteId", # required
|
816
|
-
# address_type: "SHIPPING_ADDRESS", # required, accepts SHIPPING_ADDRESS, OPERATING_ADDRESS
|
817
|
-
# }
|
818
|
-
#
|
819
657
|
# @!attribute [rw] site_id
|
820
658
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
821
659
|
# @return [String]
|
@@ -855,13 +693,6 @@ module Aws::Outposts
|
|
855
693
|
include Aws::Structure
|
856
694
|
end
|
857
695
|
|
858
|
-
# @note When making an API call, you may pass GetSiteInput
|
859
|
-
# data as a hash:
|
860
|
-
#
|
861
|
-
# {
|
862
|
-
# site_id: "SiteId", # required
|
863
|
-
# }
|
864
|
-
#
|
865
696
|
# @!attribute [rw] site_id
|
866
697
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
867
698
|
# @return [String]
|
@@ -973,14 +804,6 @@ module Aws::Outposts
|
|
973
804
|
|
974
805
|
# Information about a line item request.
|
975
806
|
#
|
976
|
-
# @note When making an API call, you may pass LineItemRequest
|
977
|
-
# data as a hash:
|
978
|
-
#
|
979
|
-
# {
|
980
|
-
# catalog_item_id: "SkuCode",
|
981
|
-
# quantity: 1,
|
982
|
-
# }
|
983
|
-
#
|
984
807
|
# @!attribute [rw] catalog_item_id
|
985
808
|
# The ID of the catalog item.
|
986
809
|
# @return [String]
|
@@ -998,17 +821,6 @@ module Aws::Outposts
|
|
998
821
|
include Aws::Structure
|
999
822
|
end
|
1000
823
|
|
1001
|
-
# @note When making an API call, you may pass ListAssetsInput
|
1002
|
-
# data as a hash:
|
1003
|
-
#
|
1004
|
-
# {
|
1005
|
-
# outpost_identifier: "OutpostIdentifier", # required
|
1006
|
-
# host_id_filter: ["HostId"],
|
1007
|
-
# max_results: 1,
|
1008
|
-
# next_token: "Token",
|
1009
|
-
# status_filter: ["ACTIVE"], # accepts ACTIVE, RETIRING
|
1010
|
-
# }
|
1011
|
-
#
|
1012
824
|
# @!attribute [rw] outpost_identifier
|
1013
825
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
1014
826
|
# @return [String]
|
@@ -1058,17 +870,6 @@ module Aws::Outposts
|
|
1058
870
|
include Aws::Structure
|
1059
871
|
end
|
1060
872
|
|
1061
|
-
# @note When making an API call, you may pass ListCatalogItemsInput
|
1062
|
-
# data as a hash:
|
1063
|
-
#
|
1064
|
-
# {
|
1065
|
-
# next_token: "Token",
|
1066
|
-
# max_results: 1,
|
1067
|
-
# item_class_filter: ["RACK"], # accepts RACK, SERVER
|
1068
|
-
# supported_storage_filter: ["EBS"], # accepts EBS, S3
|
1069
|
-
# ec2_family_filter: ["Family"],
|
1070
|
-
# }
|
1071
|
-
#
|
1072
873
|
# @!attribute [rw] next_token
|
1073
874
|
# The pagination token.
|
1074
875
|
# @return [String]
|
@@ -1118,15 +919,6 @@ module Aws::Outposts
|
|
1118
919
|
include Aws::Structure
|
1119
920
|
end
|
1120
921
|
|
1121
|
-
# @note When making an API call, you may pass ListOrdersInput
|
1122
|
-
# data as a hash:
|
1123
|
-
#
|
1124
|
-
# {
|
1125
|
-
# outpost_identifier_filter: "OutpostIdentifier",
|
1126
|
-
# next_token: "Token",
|
1127
|
-
# max_results: 1,
|
1128
|
-
# }
|
1129
|
-
#
|
1130
922
|
# @!attribute [rw] outpost_identifier_filter
|
1131
923
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
1132
924
|
# @return [String]
|
@@ -1166,17 +958,6 @@ module Aws::Outposts
|
|
1166
958
|
include Aws::Structure
|
1167
959
|
end
|
1168
960
|
|
1169
|
-
# @note When making an API call, you may pass ListOutpostsInput
|
1170
|
-
# data as a hash:
|
1171
|
-
#
|
1172
|
-
# {
|
1173
|
-
# next_token: "Token",
|
1174
|
-
# max_results: 1,
|
1175
|
-
# life_cycle_status_filter: ["LifeCycleStatus"],
|
1176
|
-
# availability_zone_filter: ["AvailabilityZone"],
|
1177
|
-
# availability_zone_id_filter: ["AvailabilityZoneId"],
|
1178
|
-
# }
|
1179
|
-
#
|
1180
961
|
# @!attribute [rw] next_token
|
1181
962
|
# The pagination token.
|
1182
963
|
# @return [String]
|
@@ -1227,17 +1008,6 @@ module Aws::Outposts
|
|
1227
1008
|
include Aws::Structure
|
1228
1009
|
end
|
1229
1010
|
|
1230
|
-
# @note When making an API call, you may pass ListSitesInput
|
1231
|
-
# data as a hash:
|
1232
|
-
#
|
1233
|
-
# {
|
1234
|
-
# next_token: "Token",
|
1235
|
-
# max_results: 1,
|
1236
|
-
# operating_address_country_code_filter: ["CountryCode"],
|
1237
|
-
# operating_address_state_or_region_filter: ["StateOrRegion"],
|
1238
|
-
# operating_address_city_filter: ["City"],
|
1239
|
-
# }
|
1240
|
-
#
|
1241
1011
|
# @!attribute [rw] next_token
|
1242
1012
|
# The pagination token.
|
1243
1013
|
# @return [String]
|
@@ -1287,13 +1057,6 @@ module Aws::Outposts
|
|
1287
1057
|
include Aws::Structure
|
1288
1058
|
end
|
1289
1059
|
|
1290
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
1291
|
-
# data as a hash:
|
1292
|
-
#
|
1293
|
-
# {
|
1294
|
-
# resource_arn: "Arn", # required
|
1295
|
-
# }
|
1296
|
-
#
|
1297
1060
|
# @!attribute [rw] resource_arn
|
1298
1061
|
# The Amazon Resource Name (ARN) of the resource.
|
1299
1062
|
# @return [String]
|
@@ -1529,21 +1292,6 @@ module Aws::Outposts
|
|
1529
1292
|
#
|
1530
1293
|
# [1]: https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#checklist
|
1531
1294
|
#
|
1532
|
-
# @note When making an API call, you may pass RackPhysicalProperties
|
1533
|
-
# data as a hash:
|
1534
|
-
#
|
1535
|
-
# {
|
1536
|
-
# power_draw_kva: "POWER_5_KVA", # accepts POWER_5_KVA, POWER_10_KVA, POWER_15_KVA
|
1537
|
-
# power_phase: "SINGLE_PHASE", # accepts SINGLE_PHASE, THREE_PHASE
|
1538
|
-
# power_connector: "L6_30P", # accepts L6_30P, IEC309, AH530P7W, AH532P6W
|
1539
|
-
# power_feed_drop: "ABOVE_RACK", # accepts ABOVE_RACK, BELOW_RACK
|
1540
|
-
# uplink_gbps: "UPLINK_1G", # accepts UPLINK_1G, UPLINK_10G, UPLINK_40G, UPLINK_100G
|
1541
|
-
# uplink_count: "UPLINK_COUNT_1", # accepts UPLINK_COUNT_1, UPLINK_COUNT_2, UPLINK_COUNT_3, UPLINK_COUNT_4, UPLINK_COUNT_5, UPLINK_COUNT_6, UPLINK_COUNT_7, UPLINK_COUNT_8, UPLINK_COUNT_12, UPLINK_COUNT_16
|
1542
|
-
# fiber_optic_cable_type: "SINGLE_MODE", # accepts SINGLE_MODE, MULTI_MODE
|
1543
|
-
# optical_standard: "OPTIC_10GBASE_SR", # accepts OPTIC_10GBASE_SR, OPTIC_10GBASE_IR, OPTIC_10GBASE_LR, OPTIC_40GBASE_SR, OPTIC_40GBASE_ESR, OPTIC_40GBASE_IR4_LR4L, OPTIC_40GBASE_LR4, OPTIC_100GBASE_SR4, OPTIC_100GBASE_CWDM4, OPTIC_100GBASE_LR4, OPTIC_100G_PSM4_MSA, OPTIC_1000BASE_LX, OPTIC_1000BASE_SX
|
1544
|
-
# maximum_supported_weight_lbs: "NO_LIMIT", # accepts NO_LIMIT, MAX_1400_LBS, MAX_1600_LBS, MAX_1800_LBS, MAX_2000_LBS
|
1545
|
-
# }
|
1546
|
-
#
|
1547
1295
|
# @!attribute [rw] power_draw_kva
|
1548
1296
|
# The power draw available at the hardware placement position for the
|
1549
1297
|
# rack.
|
@@ -1704,16 +1452,6 @@ module Aws::Outposts
|
|
1704
1452
|
include Aws::Structure
|
1705
1453
|
end
|
1706
1454
|
|
1707
|
-
# @note When making an API call, you may pass StartConnectionRequest
|
1708
|
-
# data as a hash:
|
1709
|
-
#
|
1710
|
-
# {
|
1711
|
-
# device_serial_number: "DeviceSerialNumber", # required
|
1712
|
-
# asset_id: "AssetId", # required
|
1713
|
-
# client_public_key: "WireGuardPublicKey", # required
|
1714
|
-
# network_interface_device_index: 1, # required
|
1715
|
-
# }
|
1716
|
-
#
|
1717
1455
|
# @!attribute [rw] device_serial_number
|
1718
1456
|
# The serial number of the dongle.
|
1719
1457
|
# @return [String]
|
@@ -1758,16 +1496,6 @@ module Aws::Outposts
|
|
1758
1496
|
include Aws::Structure
|
1759
1497
|
end
|
1760
1498
|
|
1761
|
-
# @note When making an API call, you may pass TagResourceRequest
|
1762
|
-
# data as a hash:
|
1763
|
-
#
|
1764
|
-
# {
|
1765
|
-
# resource_arn: "Arn", # required
|
1766
|
-
# tags: { # required
|
1767
|
-
# "TagKey" => "TagValue",
|
1768
|
-
# },
|
1769
|
-
# }
|
1770
|
-
#
|
1771
1499
|
# @!attribute [rw] resource_arn
|
1772
1500
|
# The Amazon Resource Name (ARN) of the resource.
|
1773
1501
|
# @return [String]
|
@@ -1789,14 +1517,6 @@ module Aws::Outposts
|
|
1789
1517
|
#
|
1790
1518
|
class TagResourceResponse < Aws::EmptyStructure; end
|
1791
1519
|
|
1792
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
1793
|
-
# data as a hash:
|
1794
|
-
#
|
1795
|
-
# {
|
1796
|
-
# resource_arn: "Arn", # required
|
1797
|
-
# tag_keys: ["TagKey"], # required
|
1798
|
-
# }
|
1799
|
-
#
|
1800
1520
|
# @!attribute [rw] resource_arn
|
1801
1521
|
# The Amazon Resource Name (ARN) of the resource.
|
1802
1522
|
# @return [String]
|
@@ -1818,16 +1538,6 @@ module Aws::Outposts
|
|
1818
1538
|
#
|
1819
1539
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
1820
1540
|
|
1821
|
-
# @note When making an API call, you may pass UpdateOutpostInput
|
1822
|
-
# data as a hash:
|
1823
|
-
#
|
1824
|
-
# {
|
1825
|
-
# outpost_id: "OutpostId", # required
|
1826
|
-
# name: "OutpostName",
|
1827
|
-
# description: "OutpostDescription",
|
1828
|
-
# supported_hardware_type: "RACK", # accepts RACK, SERVER
|
1829
|
-
# }
|
1830
|
-
#
|
1831
1541
|
# @!attribute [rw] outpost_id
|
1832
1542
|
# The ID or the Amazon Resource Name (ARN) of the Outpost.
|
1833
1543
|
# @return [String]
|
@@ -1867,27 +1577,6 @@ module Aws::Outposts
|
|
1867
1577
|
include Aws::Structure
|
1868
1578
|
end
|
1869
1579
|
|
1870
|
-
# @note When making an API call, you may pass UpdateSiteAddressInput
|
1871
|
-
# data as a hash:
|
1872
|
-
#
|
1873
|
-
# {
|
1874
|
-
# site_id: "SiteId", # required
|
1875
|
-
# address_type: "SHIPPING_ADDRESS", # required, accepts SHIPPING_ADDRESS, OPERATING_ADDRESS
|
1876
|
-
# address: { # required
|
1877
|
-
# contact_name: "ContactName",
|
1878
|
-
# contact_phone_number: "ContactPhoneNumber",
|
1879
|
-
# address_line_1: "AddressLine1", # required
|
1880
|
-
# address_line_2: "AddressLine2",
|
1881
|
-
# address_line_3: "AddressLine3",
|
1882
|
-
# city: "City", # required
|
1883
|
-
# state_or_region: "StateOrRegion", # required
|
1884
|
-
# district_or_county: "DistrictOrCounty",
|
1885
|
-
# postal_code: "PostalCode", # required
|
1886
|
-
# country_code: "CountryCode", # required
|
1887
|
-
# municipality: "Municipality",
|
1888
|
-
# },
|
1889
|
-
# }
|
1890
|
-
#
|
1891
1580
|
# @!attribute [rw] site_id
|
1892
1581
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
1893
1582
|
# @return [String]
|
@@ -1927,16 +1616,6 @@ module Aws::Outposts
|
|
1927
1616
|
include Aws::Structure
|
1928
1617
|
end
|
1929
1618
|
|
1930
|
-
# @note When making an API call, you may pass UpdateSiteInput
|
1931
|
-
# data as a hash:
|
1932
|
-
#
|
1933
|
-
# {
|
1934
|
-
# site_id: "SiteId", # required
|
1935
|
-
# name: "SiteName",
|
1936
|
-
# description: "SiteDescription",
|
1937
|
-
# notes: "SiteNotes",
|
1938
|
-
# }
|
1939
|
-
#
|
1940
1619
|
# @!attribute [rw] site_id
|
1941
1620
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
1942
1621
|
# @return [String]
|
@@ -1976,22 +1655,6 @@ module Aws::Outposts
|
|
1976
1655
|
include Aws::Structure
|
1977
1656
|
end
|
1978
1657
|
|
1979
|
-
# @note When making an API call, you may pass UpdateSiteRackPhysicalPropertiesInput
|
1980
|
-
# data as a hash:
|
1981
|
-
#
|
1982
|
-
# {
|
1983
|
-
# site_id: "SiteId", # required
|
1984
|
-
# power_draw_kva: "POWER_5_KVA", # accepts POWER_5_KVA, POWER_10_KVA, POWER_15_KVA
|
1985
|
-
# power_phase: "SINGLE_PHASE", # accepts SINGLE_PHASE, THREE_PHASE
|
1986
|
-
# power_connector: "L6_30P", # accepts L6_30P, IEC309, AH530P7W, AH532P6W
|
1987
|
-
# power_feed_drop: "ABOVE_RACK", # accepts ABOVE_RACK, BELOW_RACK
|
1988
|
-
# uplink_gbps: "UPLINK_1G", # accepts UPLINK_1G, UPLINK_10G, UPLINK_40G, UPLINK_100G
|
1989
|
-
# uplink_count: "UPLINK_COUNT_1", # accepts UPLINK_COUNT_1, UPLINK_COUNT_2, UPLINK_COUNT_3, UPLINK_COUNT_4, UPLINK_COUNT_5, UPLINK_COUNT_6, UPLINK_COUNT_7, UPLINK_COUNT_8, UPLINK_COUNT_12, UPLINK_COUNT_16
|
1990
|
-
# fiber_optic_cable_type: "SINGLE_MODE", # accepts SINGLE_MODE, MULTI_MODE
|
1991
|
-
# optical_standard: "OPTIC_10GBASE_SR", # accepts OPTIC_10GBASE_SR, OPTIC_10GBASE_IR, OPTIC_10GBASE_LR, OPTIC_40GBASE_SR, OPTIC_40GBASE_ESR, OPTIC_40GBASE_IR4_LR4L, OPTIC_40GBASE_LR4, OPTIC_100GBASE_SR4, OPTIC_100GBASE_CWDM4, OPTIC_100GBASE_LR4, OPTIC_100G_PSM4_MSA, OPTIC_1000BASE_LX, OPTIC_1000BASE_SX
|
1992
|
-
# maximum_supported_weight_lbs: "NO_LIMIT", # accepts NO_LIMIT, MAX_1400_LBS, MAX_1600_LBS, MAX_1800_LBS, MAX_2000_LBS
|
1993
|
-
# }
|
1994
|
-
#
|
1995
1658
|
# @!attribute [rw] site_id
|
1996
1659
|
# The ID or the Amazon Resource Name (ARN) of the site.
|
1997
1660
|
# @return [String]
|
data/lib/aws-sdk-outposts.rb
CHANGED
@@ -13,9 +13,13 @@ require 'aws-sigv4'
|
|
13
13
|
|
14
14
|
require_relative 'aws-sdk-outposts/types'
|
15
15
|
require_relative 'aws-sdk-outposts/client_api'
|
16
|
+
require_relative 'aws-sdk-outposts/plugins/endpoints.rb'
|
16
17
|
require_relative 'aws-sdk-outposts/client'
|
17
18
|
require_relative 'aws-sdk-outposts/errors'
|
18
19
|
require_relative 'aws-sdk-outposts/resource'
|
20
|
+
require_relative 'aws-sdk-outposts/endpoint_parameters'
|
21
|
+
require_relative 'aws-sdk-outposts/endpoint_provider'
|
22
|
+
require_relative 'aws-sdk-outposts/endpoints'
|
19
23
|
require_relative 'aws-sdk-outposts/customizations'
|
20
24
|
|
21
25
|
# This module provides support for AWS Outposts. This module is available in the
|
@@ -48,6 +52,6 @@ require_relative 'aws-sdk-outposts/customizations'
|
|
48
52
|
# @!group service
|
49
53
|
module Aws::Outposts
|
50
54
|
|
51
|
-
GEM_VERSION = '1.
|
55
|
+
GEM_VERSION = '1.38.0'
|
52
56
|
|
53
57
|
end
|
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.38.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:
|
11
|
+
date: 2023-01-13 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.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.
|
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-outposts/client.rb
|
60
60
|
- lib/aws-sdk-outposts/client_api.rb
|
61
61
|
- lib/aws-sdk-outposts/customizations.rb
|
62
|
+
- lib/aws-sdk-outposts/endpoint_parameters.rb
|
63
|
+
- lib/aws-sdk-outposts/endpoint_provider.rb
|
64
|
+
- lib/aws-sdk-outposts/endpoints.rb
|
62
65
|
- lib/aws-sdk-outposts/errors.rb
|
66
|
+
- lib/aws-sdk-outposts/plugins/endpoints.rb
|
63
67
|
- lib/aws-sdk-outposts/resource.rb
|
64
68
|
- lib/aws-sdk-outposts/types.rb
|
65
69
|
homepage: https://github.com/aws/aws-sdk-ruby
|