aws-sdk-schemas 1.16.0 → 1.20.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-schemas/client.rb +13 -2
- data/lib/aws-sdk-schemas/client_api.rb +0 -33
- data/lib/aws-sdk-schemas/types.rb +0 -95
- data/lib/aws-sdk-schemas.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 555dff8e985a8d4414671e6ec754a1ee63a8daed355539ba7248436d72437683
|
4
|
+
data.tar.gz: 8c23bb25c4483cc6be6d81fc429e1319609fb685e09ad068467cf511cdeb187b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7697a31c22748a9273c1dc7327daf2b52d650ad51547ec6c452ceb94c227d0ee2a8651cbd463100f899d62c7cb443d2fd3be988f94ced9f405bf6fb6c5939055
|
7
|
+
data.tar.gz: a1a821e5e4b6acb8417c9184304b9e3b903c89d7de70d3c684107ad6e8329df9d48b098f9f84183142a0658fb5a2903132e94e70cdae555d5cd2bbbeaff18086
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.20.0 (2021-11-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.19.0 (2021-11-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.18.0 (2021-10-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.17.0 (2021-10-07)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Removing unused request/response objects.
|
23
|
+
|
4
24
|
1.16.0 (2021-09-02)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.20.0
|
@@ -119,7 +119,9 @@ module Aws::Schemas
|
|
119
119
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
120
|
# are very aggressive. Construct and pass an instance of
|
121
121
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
-
# enable retries and extended timeouts.
|
122
|
+
# enable retries and extended timeouts. Instance profile credential
|
123
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
124
|
+
# to true.
|
123
125
|
#
|
124
126
|
# @option options [required, String] :region
|
125
127
|
# The AWS region to connect to. The configured `:region` is
|
@@ -275,6 +277,15 @@ module Aws::Schemas
|
|
275
277
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
276
278
|
# requests are made, and retries are disabled.
|
277
279
|
#
|
280
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
281
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
282
|
+
# will be used if available.
|
283
|
+
#
|
284
|
+
# @option options [Boolean] :use_fips_endpoint
|
285
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
286
|
+
# When a `fips` region is used, the region is normalized and this config
|
287
|
+
# is set to `true`.
|
288
|
+
#
|
278
289
|
# @option options [Boolean] :validate_params (true)
|
279
290
|
# When `true`, request parameters are validated before
|
280
291
|
# sending the request.
|
@@ -1514,7 +1525,7 @@ module Aws::Schemas
|
|
1514
1525
|
params: params,
|
1515
1526
|
config: config)
|
1516
1527
|
context[:gem_name] = 'aws-sdk-schemas'
|
1517
|
-
context[:gem_version] = '1.
|
1528
|
+
context[:gem_version] = '1.20.0'
|
1518
1529
|
Seahorse::Client::Request.new(handlers, context)
|
1519
1530
|
end
|
1520
1531
|
|
@@ -79,10 +79,6 @@ module Aws::Schemas
|
|
79
79
|
ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
|
80
80
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
81
81
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
82
|
-
LockServiceLinkedRoleInput = Shapes::StructureShape.new(name: 'LockServiceLinkedRoleInput')
|
83
|
-
LockServiceLinkedRoleOutput = Shapes::StructureShape.new(name: 'LockServiceLinkedRoleOutput')
|
84
|
-
LockServiceLinkedRoleRequest = Shapes::StructureShape.new(name: 'LockServiceLinkedRoleRequest')
|
85
|
-
LockServiceLinkedRoleResponse = Shapes::StructureShape.new(name: 'LockServiceLinkedRoleResponse')
|
86
82
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
87
83
|
PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
|
88
84
|
PutCodeBindingRequest = Shapes::StructureShape.new(name: 'PutCodeBindingRequest')
|
@@ -112,9 +108,6 @@ module Aws::Schemas
|
|
112
108
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
113
109
|
Type = Shapes::StringShape.new(name: 'Type')
|
114
110
|
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
115
|
-
UnlockServiceLinkedRoleInput = Shapes::StructureShape.new(name: 'UnlockServiceLinkedRoleInput')
|
116
|
-
UnlockServiceLinkedRoleRequest = Shapes::StructureShape.new(name: 'UnlockServiceLinkedRoleRequest')
|
117
|
-
UnlockServiceLinkedRoleResponse = Shapes::StructureShape.new(name: 'UnlockServiceLinkedRoleResponse')
|
118
111
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
119
112
|
UpdateDiscovererInput = Shapes::StructureShape.new(name: 'UpdateDiscovererInput')
|
120
113
|
UpdateDiscovererRequest = Shapes::StructureShape.new(name: 'UpdateDiscovererRequest')
|
@@ -457,24 +450,6 @@ module Aws::Schemas
|
|
457
450
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
458
451
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
459
452
|
|
460
|
-
LockServiceLinkedRoleInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: __stringMin1Max1600, required: true, location_name: "RoleArn"))
|
461
|
-
LockServiceLinkedRoleInput.add_member(:timeout, Shapes::ShapeRef.new(shape: __integerMin1Max29000, required: true, location_name: "Timeout"))
|
462
|
-
LockServiceLinkedRoleInput.struct_class = Types::LockServiceLinkedRoleInput
|
463
|
-
|
464
|
-
LockServiceLinkedRoleOutput.add_member(:can_be_deleted, Shapes::ShapeRef.new(shape: __boolean, location_name: "CanBeDeleted"))
|
465
|
-
LockServiceLinkedRoleOutput.add_member(:reason_of_failure, Shapes::ShapeRef.new(shape: __stringMin1Max1600, location_name: "ReasonOfFailure"))
|
466
|
-
LockServiceLinkedRoleOutput.add_member(:related_resources, Shapes::ShapeRef.new(shape: __listOfDiscovererSummary, location_name: "RelatedResources"))
|
467
|
-
LockServiceLinkedRoleOutput.struct_class = Types::LockServiceLinkedRoleOutput
|
468
|
-
|
469
|
-
LockServiceLinkedRoleRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __stringMin1Max1600, required: true, location_name: "RoleArn"))
|
470
|
-
LockServiceLinkedRoleRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: __integerMin1Max29000, required: true, location_name: "Timeout"))
|
471
|
-
LockServiceLinkedRoleRequest.struct_class = Types::LockServiceLinkedRoleRequest
|
472
|
-
|
473
|
-
LockServiceLinkedRoleResponse.add_member(:can_be_deleted, Shapes::ShapeRef.new(shape: __boolean, location_name: "CanBeDeleted"))
|
474
|
-
LockServiceLinkedRoleResponse.add_member(:reason_of_failure, Shapes::ShapeRef.new(shape: __stringMin1Max1600, location_name: "ReasonOfFailure"))
|
475
|
-
LockServiceLinkedRoleResponse.add_member(:related_resources, Shapes::ShapeRef.new(shape: __listOfDiscovererSummary, location_name: "RelatedResources"))
|
476
|
-
LockServiceLinkedRoleResponse.struct_class = Types::LockServiceLinkedRoleResponse
|
477
|
-
|
478
453
|
NotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Code"))
|
479
454
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
|
480
455
|
NotFoundException.struct_class = Types::NotFoundException
|
@@ -607,14 +582,6 @@ module Aws::Schemas
|
|
607
582
|
UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
|
608
583
|
UnauthorizedException.struct_class = Types::UnauthorizedException
|
609
584
|
|
610
|
-
UnlockServiceLinkedRoleInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: __stringMin1Max1600, required: true, location_name: "RoleArn"))
|
611
|
-
UnlockServiceLinkedRoleInput.struct_class = Types::UnlockServiceLinkedRoleInput
|
612
|
-
|
613
|
-
UnlockServiceLinkedRoleRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __stringMin1Max1600, required: true, location_name: "RoleArn"))
|
614
|
-
UnlockServiceLinkedRoleRequest.struct_class = Types::UnlockServiceLinkedRoleRequest
|
615
|
-
|
616
|
-
UnlockServiceLinkedRoleResponse.struct_class = Types::UnlockServiceLinkedRoleResponse
|
617
|
-
|
618
585
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
|
619
586
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location: "querystring", location_name: "tagKeys"))
|
620
587
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -1055,7 +1055,6 @@ module Aws::Schemas
|
|
1055
1055
|
end
|
1056
1056
|
|
1057
1057
|
# @!attribute [rw] discoverers
|
1058
|
-
# An array of DiscovererSummary information.
|
1059
1058
|
# @return [Array<Types::DiscovererSummary>]
|
1060
1059
|
#
|
1061
1060
|
# @!attribute [rw] next_token
|
@@ -1366,74 +1365,6 @@ module Aws::Schemas
|
|
1366
1365
|
include Aws::Structure
|
1367
1366
|
end
|
1368
1367
|
|
1369
|
-
# @!attribute [rw] role_arn
|
1370
|
-
# @return [String]
|
1371
|
-
#
|
1372
|
-
# @!attribute [rw] timeout
|
1373
|
-
# @return [Integer]
|
1374
|
-
#
|
1375
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/LockServiceLinkedRoleInput AWS API Documentation
|
1376
|
-
#
|
1377
|
-
class LockServiceLinkedRoleInput < Struct.new(
|
1378
|
-
:role_arn,
|
1379
|
-
:timeout)
|
1380
|
-
SENSITIVE = []
|
1381
|
-
include Aws::Structure
|
1382
|
-
end
|
1383
|
-
|
1384
|
-
# @!attribute [rw] can_be_deleted
|
1385
|
-
# @return [Boolean]
|
1386
|
-
#
|
1387
|
-
# @!attribute [rw] reason_of_failure
|
1388
|
-
# @return [String]
|
1389
|
-
#
|
1390
|
-
# @!attribute [rw] related_resources
|
1391
|
-
# @return [Array<Types::DiscovererSummary>]
|
1392
|
-
#
|
1393
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/LockServiceLinkedRoleOutput AWS API Documentation
|
1394
|
-
#
|
1395
|
-
class LockServiceLinkedRoleOutput < Struct.new(
|
1396
|
-
:can_be_deleted,
|
1397
|
-
:reason_of_failure,
|
1398
|
-
:related_resources)
|
1399
|
-
SENSITIVE = []
|
1400
|
-
include Aws::Structure
|
1401
|
-
end
|
1402
|
-
|
1403
|
-
# @!attribute [rw] role_arn
|
1404
|
-
# @return [String]
|
1405
|
-
#
|
1406
|
-
# @!attribute [rw] timeout
|
1407
|
-
# @return [Integer]
|
1408
|
-
#
|
1409
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/LockServiceLinkedRoleRequest AWS API Documentation
|
1410
|
-
#
|
1411
|
-
class LockServiceLinkedRoleRequest < Struct.new(
|
1412
|
-
:role_arn,
|
1413
|
-
:timeout)
|
1414
|
-
SENSITIVE = []
|
1415
|
-
include Aws::Structure
|
1416
|
-
end
|
1417
|
-
|
1418
|
-
# @!attribute [rw] can_be_deleted
|
1419
|
-
# @return [Boolean]
|
1420
|
-
#
|
1421
|
-
# @!attribute [rw] reason_of_failure
|
1422
|
-
# @return [String]
|
1423
|
-
#
|
1424
|
-
# @!attribute [rw] related_resources
|
1425
|
-
# @return [Array<Types::DiscovererSummary>]
|
1426
|
-
#
|
1427
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/LockServiceLinkedRoleResponse AWS API Documentation
|
1428
|
-
#
|
1429
|
-
class LockServiceLinkedRoleResponse < Struct.new(
|
1430
|
-
:can_be_deleted,
|
1431
|
-
:reason_of_failure,
|
1432
|
-
:related_resources)
|
1433
|
-
SENSITIVE = []
|
1434
|
-
include Aws::Structure
|
1435
|
-
end
|
1436
|
-
|
1437
1368
|
# @!attribute [rw] code
|
1438
1369
|
# @return [String]
|
1439
1370
|
#
|
@@ -2023,32 +1954,6 @@ module Aws::Schemas
|
|
2023
1954
|
include Aws::Structure
|
2024
1955
|
end
|
2025
1956
|
|
2026
|
-
# @!attribute [rw] role_arn
|
2027
|
-
# @return [String]
|
2028
|
-
#
|
2029
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/UnlockServiceLinkedRoleInput AWS API Documentation
|
2030
|
-
#
|
2031
|
-
class UnlockServiceLinkedRoleInput < Struct.new(
|
2032
|
-
:role_arn)
|
2033
|
-
SENSITIVE = []
|
2034
|
-
include Aws::Structure
|
2035
|
-
end
|
2036
|
-
|
2037
|
-
# @!attribute [rw] role_arn
|
2038
|
-
# @return [String]
|
2039
|
-
#
|
2040
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/UnlockServiceLinkedRoleRequest AWS API Documentation
|
2041
|
-
#
|
2042
|
-
class UnlockServiceLinkedRoleRequest < Struct.new(
|
2043
|
-
:role_arn)
|
2044
|
-
SENSITIVE = []
|
2045
|
-
include Aws::Structure
|
2046
|
-
end
|
2047
|
-
|
2048
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/UnlockServiceLinkedRoleResponse AWS API Documentation
|
2049
|
-
#
|
2050
|
-
class UnlockServiceLinkedRoleResponse < Aws::EmptyStructure; end
|
2051
|
-
|
2052
1957
|
# @note When making an API call, you may pass UntagResourceRequest
|
2053
1958
|
# data as a hash:
|
2054
1959
|
#
|
data/lib/aws-sdk-schemas.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-schemas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.20.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: 2021-
|
11
|
+
date: 2021-11-30 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.122.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.122.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|