aws-sdk-schemas 1.16.0 → 1.17.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f750795429e517521207f5c63802cb4613621508d540be1d8eb52742349b9302
4
- data.tar.gz: ee4b51e42ee3ada56464b3540bd91ac9475c7f4f18fc159789f332129fb321d8
3
+ metadata.gz: b180117d77766647e2a0a6c304318512e8b10aedd6e056e5f517c69b38984dc0
4
+ data.tar.gz: 3baa02e5619b5ca6bd382f41765440877fd4241b6796a7d6b78cf46232ee1edc
5
5
  SHA512:
6
- metadata.gz: e9da2c8ca8916fb93f0d8bb75f32e83b95f2c8218fd13528b15c91c8e39a169297647928993970630b75e6efe4bdb315c41f9d30fd62f65a13be20785e68a24c
7
- data.tar.gz: 7d73d6dae58650308ecb662f3dad32215ce2a5504cd63b61be700e538e370f7b2310da764dc147656cec611aed1d21215cdfb1c122ff3c95071697dafa958e62
6
+ metadata.gz: 13bd9fcc0131596216a9d511d3a7e95eb4dd0b62a4ede72fa5180d3fdd68b042e1cc1116870d65715c0d20ab1a6dd232df48f51a30e5a0559423758cead7320e
7
+ data.tar.gz: 358194d2cd90b4395fba64e59661b62e8cc12ddd23e4aedc5281db33496d20b09504a8c4e3970474bf1e98ed9132ff0971181b7c03d915ca2293accf8124ccfa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2021-10-07)
5
+ ------------------
6
+
7
+ * Feature - Removing unused request/response objects.
8
+
4
9
  1.16.0 (2021-09-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -1514,7 +1514,7 @@ module Aws::Schemas
1514
1514
  params: params,
1515
1515
  config: config)
1516
1516
  context[:gem_name] = 'aws-sdk-schemas'
1517
- context[:gem_version] = '1.16.0'
1517
+ context[:gem_version] = '1.17.0'
1518
1518
  Seahorse::Client::Request.new(handlers, context)
1519
1519
  end
1520
1520
 
@@ -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
  #
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-schemas/customizations'
49
49
  # @!group service
50
50
  module Aws::Schemas
51
51
 
52
- GEM_VERSION = '1.16.0'
52
+ GEM_VERSION = '1.17.0'
53
53
 
54
54
  end
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.16.0
4
+ version: 1.17.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-09-02 00:00:00.000000000 Z
11
+ date: 2021-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core