aws-sdk-outposts 1.107.0 → 1.108.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 +7 -7
- data/lib/aws-sdk-outposts/types.rb +4 -4
- data/lib/aws-sdk-outposts.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +8 -8
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6c1a7aea78116abfd108519246e9b8abde8e1c5af59ab204747b5041ecfc9ca
|
|
4
|
+
data.tar.gz: bf359218309a56b3907882534c0ab3aaa01ee62eaf6e9ea3b9ccceb8073afea9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b67c398664e7c831dad670ac1687227404afff82e13b27b7a040e2ec83fd458e1c74f8308ad7af399906c40a0b220090603650d6fca90d13e6fdbee4bdcbb2d8
|
|
7
|
+
data.tar.gz: 20a095614b85e5dc21038ba2168c9e0999bc8ee408eb0c165b0e08ab568c4f75cf3f58073d6b982fe43120a262462ebc2cd83f5bd84c75036bbfb9df0056ecbe
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.108.0
|
|
@@ -1110,7 +1110,7 @@ module Aws::Outposts
|
|
|
1110
1110
|
# resp.instances_to_exclude.account_ids #=> Array
|
|
1111
1111
|
# resp.instances_to_exclude.account_ids[0] #=> String
|
|
1112
1112
|
# resp.instances_to_exclude.services #=> Array
|
|
1113
|
-
# resp.instances_to_exclude.services[0] #=> String, one of "AWS", "EC2", "ELASTICACHE", "ELB", "RDS", "ROUTE53"
|
|
1113
|
+
# resp.instances_to_exclude.services[0] #=> String, one of "AWS", "EC2", "EKS", "ELASTICACHE", "ELB", "RDS", "ROUTE53"
|
|
1114
1114
|
# resp.dry_run #=> Boolean
|
|
1115
1115
|
# resp.capacity_task_status #=> String, one of "REQUESTED", "IN_PROGRESS", "FAILED", "COMPLETED", "WAITING_FOR_EVACUATION", "CANCELLATION_IN_PROGRESS", "CANCELLED"
|
|
1116
1116
|
# resp.failed.reason #=> String
|
|
@@ -1748,7 +1748,7 @@ module Aws::Outposts
|
|
|
1748
1748
|
# asset_id_filter: ["AssetId"],
|
|
1749
1749
|
# instance_type_filter: ["OutpostInstanceType"],
|
|
1750
1750
|
# account_id_filter: ["AccountId"],
|
|
1751
|
-
# aws_service_filter: ["AWS"], # accepts AWS, EC2, ELASTICACHE, ELB, RDS, ROUTE53
|
|
1751
|
+
# aws_service_filter: ["AWS"], # accepts AWS, EC2, EKS, ELASTICACHE, ELB, RDS, ROUTE53
|
|
1752
1752
|
# max_results: 1,
|
|
1753
1753
|
# next_token: "Token",
|
|
1754
1754
|
# })
|
|
@@ -1760,7 +1760,7 @@ module Aws::Outposts
|
|
|
1760
1760
|
# resp.asset_instances[0].instance_type #=> String
|
|
1761
1761
|
# resp.asset_instances[0].asset_id #=> String
|
|
1762
1762
|
# resp.asset_instances[0].account_id #=> String
|
|
1763
|
-
# resp.asset_instances[0].aws_service_name #=> String, one of "AWS", "EC2", "ELASTICACHE", "ELB", "RDS", "ROUTE53"
|
|
1763
|
+
# resp.asset_instances[0].aws_service_name #=> String, one of "AWS", "EC2", "EKS", "ELASTICACHE", "ELB", "RDS", "ROUTE53"
|
|
1764
1764
|
# resp.next_token #=> String
|
|
1765
1765
|
#
|
|
1766
1766
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListAssetInstances AWS API Documentation
|
|
@@ -1892,7 +1892,7 @@ module Aws::Outposts
|
|
|
1892
1892
|
# resp.blocking_instances #=> Array
|
|
1893
1893
|
# resp.blocking_instances[0].instance_id #=> String
|
|
1894
1894
|
# resp.blocking_instances[0].account_id #=> String
|
|
1895
|
-
# resp.blocking_instances[0].aws_service_name #=> String, one of "AWS", "EC2", "ELASTICACHE", "ELB", "RDS", "ROUTE53"
|
|
1895
|
+
# resp.blocking_instances[0].aws_service_name #=> String, one of "AWS", "EC2", "EKS", "ELASTICACHE", "ELB", "RDS", "ROUTE53"
|
|
1896
1896
|
# resp.next_token #=> String
|
|
1897
1897
|
#
|
|
1898
1898
|
# @see http://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListBlockingInstancesForCapacityTask AWS API Documentation
|
|
@@ -2484,7 +2484,7 @@ module Aws::Outposts
|
|
|
2484
2484
|
# instances_to_exclude: {
|
|
2485
2485
|
# instances: ["InstanceId"],
|
|
2486
2486
|
# account_ids: ["AccountId"],
|
|
2487
|
-
# services: ["AWS"], # accepts AWS, EC2, ELASTICACHE, ELB, RDS, ROUTE53
|
|
2487
|
+
# services: ["AWS"], # accepts AWS, EC2, EKS, ELASTICACHE, ELB, RDS, ROUTE53
|
|
2488
2488
|
# },
|
|
2489
2489
|
# dry_run: false,
|
|
2490
2490
|
# task_action_on_blocking_instances: "WAIT_FOR_EVACUATION", # accepts WAIT_FOR_EVACUATION, FAIL_TASK
|
|
@@ -2504,7 +2504,7 @@ module Aws::Outposts
|
|
|
2504
2504
|
# resp.instances_to_exclude.account_ids #=> Array
|
|
2505
2505
|
# resp.instances_to_exclude.account_ids[0] #=> String
|
|
2506
2506
|
# resp.instances_to_exclude.services #=> Array
|
|
2507
|
-
# resp.instances_to_exclude.services[0] #=> String, one of "AWS", "EC2", "ELASTICACHE", "ELB", "RDS", "ROUTE53"
|
|
2507
|
+
# resp.instances_to_exclude.services[0] #=> String, one of "AWS", "EC2", "EKS", "ELASTICACHE", "ELB", "RDS", "ROUTE53"
|
|
2508
2508
|
# resp.dry_run #=> Boolean
|
|
2509
2509
|
# resp.capacity_task_status #=> String, one of "REQUESTED", "IN_PROGRESS", "FAILED", "COMPLETED", "WAITING_FOR_EVACUATION", "CANCELLATION_IN_PROGRESS", "CANCELLED"
|
|
2510
2510
|
# resp.failed.reason #=> String
|
|
@@ -3182,7 +3182,7 @@ module Aws::Outposts
|
|
|
3182
3182
|
tracer: tracer
|
|
3183
3183
|
)
|
|
3184
3184
|
context[:gem_name] = 'aws-sdk-outposts'
|
|
3185
|
-
context[:gem_version] = '1.
|
|
3185
|
+
context[:gem_version] = '1.108.0'
|
|
3186
3186
|
Seahorse::Client::Request.new(handlers, context)
|
|
3187
3187
|
end
|
|
3188
3188
|
|
|
@@ -791,7 +791,7 @@ module Aws::Outposts
|
|
|
791
791
|
:operating_address,
|
|
792
792
|
:shipping_address,
|
|
793
793
|
:rack_physical_properties)
|
|
794
|
-
SENSITIVE = []
|
|
794
|
+
SENSITIVE = [:operating_address, :shipping_address]
|
|
795
795
|
include Aws::Structure
|
|
796
796
|
end
|
|
797
797
|
|
|
@@ -1408,7 +1408,7 @@ module Aws::Outposts
|
|
|
1408
1408
|
:site_id,
|
|
1409
1409
|
:address_type,
|
|
1410
1410
|
:address)
|
|
1411
|
-
SENSITIVE = []
|
|
1411
|
+
SENSITIVE = [:address]
|
|
1412
1412
|
include Aws::Structure
|
|
1413
1413
|
end
|
|
1414
1414
|
|
|
@@ -3498,7 +3498,7 @@ module Aws::Outposts
|
|
|
3498
3498
|
:site_id,
|
|
3499
3499
|
:address_type,
|
|
3500
3500
|
:address)
|
|
3501
|
-
SENSITIVE = []
|
|
3501
|
+
SENSITIVE = [:address]
|
|
3502
3502
|
include Aws::Structure
|
|
3503
3503
|
end
|
|
3504
3504
|
|
|
@@ -3515,7 +3515,7 @@ module Aws::Outposts
|
|
|
3515
3515
|
class UpdateSiteAddressOutput < Struct.new(
|
|
3516
3516
|
:address_type,
|
|
3517
3517
|
:address)
|
|
3518
|
-
SENSITIVE = []
|
|
3518
|
+
SENSITIVE = [:address]
|
|
3519
3519
|
include Aws::Structure
|
|
3520
3520
|
end
|
|
3521
3521
|
|
data/lib/aws-sdk-outposts.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -396,7 +396,7 @@ module Aws
|
|
|
396
396
|
?asset_id_filter: Array[::String],
|
|
397
397
|
?instance_type_filter: Array[::String],
|
|
398
398
|
?account_id_filter: Array[::String],
|
|
399
|
-
?aws_service_filter: Array[("AWS" | "EC2" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")],
|
|
399
|
+
?aws_service_filter: Array[("AWS" | "EC2" | "EKS" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")],
|
|
400
400
|
?max_results: ::Integer,
|
|
401
401
|
?next_token: ::String
|
|
402
402
|
) -> _ListAssetInstancesResponseSuccess
|
|
@@ -569,7 +569,7 @@ module Aws
|
|
|
569
569
|
?instances_to_exclude: {
|
|
570
570
|
instances: Array[::String]?,
|
|
571
571
|
account_ids: Array[::String]?,
|
|
572
|
-
services: Array[("AWS" | "EC2" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")]?
|
|
572
|
+
services: Array[("AWS" | "EC2" | "EKS" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")]?
|
|
573
573
|
},
|
|
574
574
|
?dry_run: bool,
|
|
575
575
|
?task_action_on_blocking_instances: ("WAIT_FOR_EVACUATION" | "FAIL_TASK")
|
data/sig/types.rbs
CHANGED
|
@@ -42,7 +42,7 @@ module Aws::Outposts
|
|
|
42
42
|
attr_accessor instance_type: ::String
|
|
43
43
|
attr_accessor asset_id: ::String
|
|
44
44
|
attr_accessor account_id: ::String
|
|
45
|
-
attr_accessor aws_service_name: ("AWS" | "EC2" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")
|
|
45
|
+
attr_accessor aws_service_name: ("AWS" | "EC2" | "EKS" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")
|
|
46
46
|
SENSITIVE: []
|
|
47
47
|
end
|
|
48
48
|
|
|
@@ -60,7 +60,7 @@ module Aws::Outposts
|
|
|
60
60
|
class BlockingInstance
|
|
61
61
|
attr_accessor instance_id: ::String
|
|
62
62
|
attr_accessor account_id: ::String
|
|
63
|
-
attr_accessor aws_service_name: ("AWS" | "EC2" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")
|
|
63
|
+
attr_accessor aws_service_name: ("AWS" | "EC2" | "EKS" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")
|
|
64
64
|
SENSITIVE: []
|
|
65
65
|
end
|
|
66
66
|
|
|
@@ -216,7 +216,7 @@ module Aws::Outposts
|
|
|
216
216
|
attr_accessor operating_address: Types::Address
|
|
217
217
|
attr_accessor shipping_address: Types::Address
|
|
218
218
|
attr_accessor rack_physical_properties: Types::RackPhysicalProperties
|
|
219
|
-
SENSITIVE: []
|
|
219
|
+
SENSITIVE: [:operating_address, :shipping_address]
|
|
220
220
|
end
|
|
221
221
|
|
|
222
222
|
class CreateSiteOutput
|
|
@@ -411,7 +411,7 @@ module Aws::Outposts
|
|
|
411
411
|
attr_accessor site_id: ::String
|
|
412
412
|
attr_accessor address_type: ("SHIPPING_ADDRESS" | "OPERATING_ADDRESS")
|
|
413
413
|
attr_accessor address: Types::Address
|
|
414
|
-
SENSITIVE: []
|
|
414
|
+
SENSITIVE: [:address]
|
|
415
415
|
end
|
|
416
416
|
|
|
417
417
|
class GetSiteInput
|
|
@@ -439,7 +439,7 @@ module Aws::Outposts
|
|
|
439
439
|
class InstancesToExclude
|
|
440
440
|
attr_accessor instances: ::Array[::String]
|
|
441
441
|
attr_accessor account_ids: ::Array[::String]
|
|
442
|
-
attr_accessor services: ::Array[("AWS" | "EC2" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")]
|
|
442
|
+
attr_accessor services: ::Array[("AWS" | "EC2" | "EKS" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")]
|
|
443
443
|
SENSITIVE: []
|
|
444
444
|
end
|
|
445
445
|
|
|
@@ -477,7 +477,7 @@ module Aws::Outposts
|
|
|
477
477
|
attr_accessor asset_id_filter: ::Array[::String]
|
|
478
478
|
attr_accessor instance_type_filter: ::Array[::String]
|
|
479
479
|
attr_accessor account_id_filter: ::Array[::String]
|
|
480
|
-
attr_accessor aws_service_filter: ::Array[("AWS" | "EC2" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")]
|
|
480
|
+
attr_accessor aws_service_filter: ::Array[("AWS" | "EC2" | "EKS" | "ELASTICACHE" | "ELB" | "RDS" | "ROUTE53")]
|
|
481
481
|
attr_accessor max_results: ::Integer
|
|
482
482
|
attr_accessor next_token: ::String
|
|
483
483
|
SENSITIVE: []
|
|
@@ -946,13 +946,13 @@ module Aws::Outposts
|
|
|
946
946
|
attr_accessor site_id: ::String
|
|
947
947
|
attr_accessor address_type: ("SHIPPING_ADDRESS" | "OPERATING_ADDRESS")
|
|
948
948
|
attr_accessor address: Types::Address
|
|
949
|
-
SENSITIVE: []
|
|
949
|
+
SENSITIVE: [:address]
|
|
950
950
|
end
|
|
951
951
|
|
|
952
952
|
class UpdateSiteAddressOutput
|
|
953
953
|
attr_accessor address_type: ("SHIPPING_ADDRESS" | "OPERATING_ADDRESS")
|
|
954
954
|
attr_accessor address: Types::Address
|
|
955
|
-
SENSITIVE: []
|
|
955
|
+
SENSITIVE: [:address]
|
|
956
956
|
end
|
|
957
957
|
|
|
958
958
|
class UpdateSiteInput
|