aws-sdk-schemas 1.13.0 → 1.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-schemas/client.rb +14 -1
- data/lib/aws-sdk-schemas/client_api.rb +9 -33
- data/lib/aws-sdk-schemas/types.rb +48 -97
- data/lib/aws-sdk-schemas.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b180117d77766647e2a0a6c304318512e8b10aedd6e056e5f517c69b38984dc0
|
4
|
+
data.tar.gz: 3baa02e5619b5ca6bd382f41765440877fd4241b6796a7d6b78cf46232ee1edc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13bd9fcc0131596216a9d511d3a7e95eb4dd0b62a4ede72fa5180d3fdd68b042e1cc1116870d65715c0d20ab1a6dd232df48f51a30e5a0559423758cead7320e
|
7
|
+
data.tar.gz: 358194d2cd90b4395fba64e59661b62e8cc12ddd23e4aedc5281db33496d20b09504a8c4e3970474bf1e98ed9132ff0971181b7c03d915ca2293accf8124ccfa
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
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
|
+
|
9
|
+
1.16.0 (2021-09-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This update include the support for Schema Discoverer to discover the events sent to the bus from another account. The feature will be enabled by default when discoverer is created or updated but can also be opt-in or opt-out by specifying the value for crossAccount.
|
13
|
+
|
14
|
+
1.15.0 (2021-09-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.14.0 (2021-07-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.13.0 (2021-07-28)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.17.0
|
@@ -333,6 +333,8 @@ module Aws::Schemas
|
|
333
333
|
#
|
334
334
|
# @option params [required, String] :source_arn
|
335
335
|
#
|
336
|
+
# @option params [Boolean] :cross_account
|
337
|
+
#
|
336
338
|
# @option params [Hash<String,String>] :tags
|
337
339
|
# Key-value pairs associated with a resource.
|
338
340
|
#
|
@@ -343,6 +345,7 @@ module Aws::Schemas
|
|
343
345
|
# * {Types::CreateDiscovererResponse#discoverer_id #discoverer_id} => String
|
344
346
|
# * {Types::CreateDiscovererResponse#source_arn #source_arn} => String
|
345
347
|
# * {Types::CreateDiscovererResponse#state #state} => String
|
348
|
+
# * {Types::CreateDiscovererResponse#cross_account #cross_account} => Boolean
|
346
349
|
# * {Types::CreateDiscovererResponse#tags #tags} => Hash<String,String>
|
347
350
|
#
|
348
351
|
# @example Request syntax with placeholder values
|
@@ -350,6 +353,7 @@ module Aws::Schemas
|
|
350
353
|
# resp = client.create_discoverer({
|
351
354
|
# description: "__stringMin0Max256",
|
352
355
|
# source_arn: "__stringMin20Max1600", # required
|
356
|
+
# cross_account: false,
|
353
357
|
# tags: {
|
354
358
|
# "__string" => "__string",
|
355
359
|
# },
|
@@ -362,6 +366,7 @@ module Aws::Schemas
|
|
362
366
|
# resp.discoverer_id #=> String
|
363
367
|
# resp.source_arn #=> String
|
364
368
|
# resp.state #=> String, one of "STARTED", "STOPPED"
|
369
|
+
# resp.cross_account #=> Boolean
|
365
370
|
# resp.tags #=> Hash
|
366
371
|
# resp.tags["__string"] #=> String
|
367
372
|
#
|
@@ -653,6 +658,7 @@ module Aws::Schemas
|
|
653
658
|
# * {Types::DescribeDiscovererResponse#discoverer_id #discoverer_id} => String
|
654
659
|
# * {Types::DescribeDiscovererResponse#source_arn #source_arn} => String
|
655
660
|
# * {Types::DescribeDiscovererResponse#state #state} => String
|
661
|
+
# * {Types::DescribeDiscovererResponse#cross_account #cross_account} => Boolean
|
656
662
|
# * {Types::DescribeDiscovererResponse#tags #tags} => Hash<String,String>
|
657
663
|
#
|
658
664
|
# @example Request syntax with placeholder values
|
@@ -668,6 +674,7 @@ module Aws::Schemas
|
|
668
674
|
# resp.discoverer_id #=> String
|
669
675
|
# resp.source_arn #=> String
|
670
676
|
# resp.state #=> String, one of "STARTED", "STOPPED"
|
677
|
+
# resp.cross_account #=> Boolean
|
671
678
|
# resp.tags #=> Hash
|
672
679
|
# resp.tags["__string"] #=> String
|
673
680
|
#
|
@@ -892,6 +899,7 @@ module Aws::Schemas
|
|
892
899
|
# resp.discoverers[0].discoverer_id #=> String
|
893
900
|
# resp.discoverers[0].source_arn #=> String
|
894
901
|
# resp.discoverers[0].state #=> String, one of "STARTED", "STOPPED"
|
902
|
+
# resp.discoverers[0].cross_account #=> Boolean
|
895
903
|
# resp.discoverers[0].tags #=> Hash
|
896
904
|
# resp.discoverers[0].tags["__string"] #=> String
|
897
905
|
# resp.next_token #=> String
|
@@ -1309,6 +1317,8 @@ module Aws::Schemas
|
|
1309
1317
|
#
|
1310
1318
|
# @option params [required, String] :discoverer_id
|
1311
1319
|
#
|
1320
|
+
# @option params [Boolean] :cross_account
|
1321
|
+
#
|
1312
1322
|
# @return [Types::UpdateDiscovererResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1313
1323
|
#
|
1314
1324
|
# * {Types::UpdateDiscovererResponse#description #description} => String
|
@@ -1316,6 +1326,7 @@ module Aws::Schemas
|
|
1316
1326
|
# * {Types::UpdateDiscovererResponse#discoverer_id #discoverer_id} => String
|
1317
1327
|
# * {Types::UpdateDiscovererResponse#source_arn #source_arn} => String
|
1318
1328
|
# * {Types::UpdateDiscovererResponse#state #state} => String
|
1329
|
+
# * {Types::UpdateDiscovererResponse#cross_account #cross_account} => Boolean
|
1319
1330
|
# * {Types::UpdateDiscovererResponse#tags #tags} => Hash<String,String>
|
1320
1331
|
#
|
1321
1332
|
# @example Request syntax with placeholder values
|
@@ -1323,6 +1334,7 @@ module Aws::Schemas
|
|
1323
1334
|
# resp = client.update_discoverer({
|
1324
1335
|
# description: "__stringMin0Max256",
|
1325
1336
|
# discoverer_id: "__string", # required
|
1337
|
+
# cross_account: false,
|
1326
1338
|
# })
|
1327
1339
|
#
|
1328
1340
|
# @example Response structure
|
@@ -1332,6 +1344,7 @@ module Aws::Schemas
|
|
1332
1344
|
# resp.discoverer_id #=> String
|
1333
1345
|
# resp.source_arn #=> String
|
1334
1346
|
# resp.state #=> String, one of "STARTED", "STOPPED"
|
1347
|
+
# resp.cross_account #=> Boolean
|
1335
1348
|
# resp.tags #=> Hash
|
1336
1349
|
# resp.tags["__string"] #=> String
|
1337
1350
|
#
|
@@ -1501,7 +1514,7 @@ module Aws::Schemas
|
|
1501
1514
|
params: params,
|
1502
1515
|
config: config)
|
1503
1516
|
context[:gem_name] = 'aws-sdk-schemas'
|
1504
|
-
context[:gem_version] = '1.
|
1517
|
+
context[:gem_version] = '1.17.0'
|
1505
1518
|
Seahorse::Client::Request.new(handlers, context)
|
1506
1519
|
end
|
1507
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')
|
@@ -163,11 +156,13 @@ module Aws::Schemas
|
|
163
156
|
|
164
157
|
CreateDiscovererInput.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max256, location_name: "Description"))
|
165
158
|
CreateDiscovererInput.add_member(:source_arn, Shapes::ShapeRef.new(shape: __stringMin20Max1600, required: true, location_name: "SourceArn"))
|
159
|
+
CreateDiscovererInput.add_member(:cross_account, Shapes::ShapeRef.new(shape: __boolean, location_name: "CrossAccount"))
|
166
160
|
CreateDiscovererInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
167
161
|
CreateDiscovererInput.struct_class = Types::CreateDiscovererInput
|
168
162
|
|
169
163
|
CreateDiscovererRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max256, location_name: "Description"))
|
170
164
|
CreateDiscovererRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: __stringMin20Max1600, required: true, location_name: "SourceArn"))
|
165
|
+
CreateDiscovererRequest.add_member(:cross_account, Shapes::ShapeRef.new(shape: __boolean, location_name: "CrossAccount"))
|
171
166
|
CreateDiscovererRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
172
167
|
CreateDiscovererRequest.struct_class = Types::CreateDiscovererRequest
|
173
168
|
|
@@ -176,6 +171,7 @@ module Aws::Schemas
|
|
176
171
|
CreateDiscovererResponse.add_member(:discoverer_id, Shapes::ShapeRef.new(shape: __string, location_name: "DiscovererId"))
|
177
172
|
CreateDiscovererResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, location_name: "SourceArn"))
|
178
173
|
CreateDiscovererResponse.add_member(:state, Shapes::ShapeRef.new(shape: DiscovererState, location_name: "State"))
|
174
|
+
CreateDiscovererResponse.add_member(:cross_account, Shapes::ShapeRef.new(shape: __boolean, location_name: "CrossAccount"))
|
179
175
|
CreateDiscovererResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
180
176
|
CreateDiscovererResponse.struct_class = Types::CreateDiscovererResponse
|
181
177
|
|
@@ -256,6 +252,7 @@ module Aws::Schemas
|
|
256
252
|
DescribeDiscovererResponse.add_member(:discoverer_id, Shapes::ShapeRef.new(shape: __string, location_name: "DiscovererId"))
|
257
253
|
DescribeDiscovererResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, location_name: "SourceArn"))
|
258
254
|
DescribeDiscovererResponse.add_member(:state, Shapes::ShapeRef.new(shape: DiscovererState, location_name: "State"))
|
255
|
+
DescribeDiscovererResponse.add_member(:cross_account, Shapes::ShapeRef.new(shape: __boolean, location_name: "CrossAccount"))
|
259
256
|
DescribeDiscovererResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
260
257
|
DescribeDiscovererResponse.struct_class = Types::DescribeDiscovererResponse
|
261
258
|
|
@@ -300,6 +297,7 @@ module Aws::Schemas
|
|
300
297
|
DiscovererOutput.add_member(:discoverer_id, Shapes::ShapeRef.new(shape: __string, location_name: "DiscovererId"))
|
301
298
|
DiscovererOutput.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, location_name: "SourceArn"))
|
302
299
|
DiscovererOutput.add_member(:state, Shapes::ShapeRef.new(shape: DiscovererState, location_name: "State"))
|
300
|
+
DiscovererOutput.add_member(:cross_account, Shapes::ShapeRef.new(shape: __boolean, location_name: "CrossAccount"))
|
303
301
|
DiscovererOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
304
302
|
DiscovererOutput.struct_class = Types::DiscovererOutput
|
305
303
|
|
@@ -311,6 +309,7 @@ module Aws::Schemas
|
|
311
309
|
DiscovererSummary.add_member(:discoverer_id, Shapes::ShapeRef.new(shape: __string, location_name: "DiscovererId"))
|
312
310
|
DiscovererSummary.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, location_name: "SourceArn"))
|
313
311
|
DiscovererSummary.add_member(:state, Shapes::ShapeRef.new(shape: DiscovererState, location_name: "State"))
|
312
|
+
DiscovererSummary.add_member(:cross_account, Shapes::ShapeRef.new(shape: __boolean, location_name: "CrossAccount"))
|
314
313
|
DiscovererSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
315
314
|
DiscovererSummary.struct_class = Types::DiscovererSummary
|
316
315
|
|
@@ -451,24 +450,6 @@ module Aws::Schemas
|
|
451
450
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
452
451
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
453
452
|
|
454
|
-
LockServiceLinkedRoleInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: __stringMin1Max1600, required: true, location_name: "RoleArn"))
|
455
|
-
LockServiceLinkedRoleInput.add_member(:timeout, Shapes::ShapeRef.new(shape: __integerMin1Max29000, required: true, location_name: "Timeout"))
|
456
|
-
LockServiceLinkedRoleInput.struct_class = Types::LockServiceLinkedRoleInput
|
457
|
-
|
458
|
-
LockServiceLinkedRoleOutput.add_member(:can_be_deleted, Shapes::ShapeRef.new(shape: __boolean, location_name: "CanBeDeleted"))
|
459
|
-
LockServiceLinkedRoleOutput.add_member(:reason_of_failure, Shapes::ShapeRef.new(shape: __stringMin1Max1600, location_name: "ReasonOfFailure"))
|
460
|
-
LockServiceLinkedRoleOutput.add_member(:related_resources, Shapes::ShapeRef.new(shape: __listOfDiscovererSummary, location_name: "RelatedResources"))
|
461
|
-
LockServiceLinkedRoleOutput.struct_class = Types::LockServiceLinkedRoleOutput
|
462
|
-
|
463
|
-
LockServiceLinkedRoleRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __stringMin1Max1600, required: true, location_name: "RoleArn"))
|
464
|
-
LockServiceLinkedRoleRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: __integerMin1Max29000, required: true, location_name: "Timeout"))
|
465
|
-
LockServiceLinkedRoleRequest.struct_class = Types::LockServiceLinkedRoleRequest
|
466
|
-
|
467
|
-
LockServiceLinkedRoleResponse.add_member(:can_be_deleted, Shapes::ShapeRef.new(shape: __boolean, location_name: "CanBeDeleted"))
|
468
|
-
LockServiceLinkedRoleResponse.add_member(:reason_of_failure, Shapes::ShapeRef.new(shape: __stringMin1Max1600, location_name: "ReasonOfFailure"))
|
469
|
-
LockServiceLinkedRoleResponse.add_member(:related_resources, Shapes::ShapeRef.new(shape: __listOfDiscovererSummary, location_name: "RelatedResources"))
|
470
|
-
LockServiceLinkedRoleResponse.struct_class = Types::LockServiceLinkedRoleResponse
|
471
|
-
|
472
453
|
NotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Code"))
|
473
454
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
|
474
455
|
NotFoundException.struct_class = Types::NotFoundException
|
@@ -601,23 +582,17 @@ module Aws::Schemas
|
|
601
582
|
UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
|
602
583
|
UnauthorizedException.struct_class = Types::UnauthorizedException
|
603
584
|
|
604
|
-
UnlockServiceLinkedRoleInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: __stringMin1Max1600, required: true, location_name: "RoleArn"))
|
605
|
-
UnlockServiceLinkedRoleInput.struct_class = Types::UnlockServiceLinkedRoleInput
|
606
|
-
|
607
|
-
UnlockServiceLinkedRoleRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __stringMin1Max1600, required: true, location_name: "RoleArn"))
|
608
|
-
UnlockServiceLinkedRoleRequest.struct_class = Types::UnlockServiceLinkedRoleRequest
|
609
|
-
|
610
|
-
UnlockServiceLinkedRoleResponse.struct_class = Types::UnlockServiceLinkedRoleResponse
|
611
|
-
|
612
585
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
|
613
586
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location: "querystring", location_name: "tagKeys"))
|
614
587
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
615
588
|
|
616
589
|
UpdateDiscovererInput.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max256, location_name: "Description"))
|
590
|
+
UpdateDiscovererInput.add_member(:cross_account, Shapes::ShapeRef.new(shape: __boolean, location_name: "CrossAccount"))
|
617
591
|
UpdateDiscovererInput.struct_class = Types::UpdateDiscovererInput
|
618
592
|
|
619
593
|
UpdateDiscovererRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max256, location_name: "Description"))
|
620
594
|
UpdateDiscovererRequest.add_member(:discoverer_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "discovererId"))
|
595
|
+
UpdateDiscovererRequest.add_member(:cross_account, Shapes::ShapeRef.new(shape: __boolean, location_name: "CrossAccount"))
|
621
596
|
UpdateDiscovererRequest.struct_class = Types::UpdateDiscovererRequest
|
622
597
|
|
623
598
|
UpdateDiscovererResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "Description"))
|
@@ -625,6 +600,7 @@ module Aws::Schemas
|
|
625
600
|
UpdateDiscovererResponse.add_member(:discoverer_id, Shapes::ShapeRef.new(shape: __string, location_name: "DiscovererId"))
|
626
601
|
UpdateDiscovererResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, location_name: "SourceArn"))
|
627
602
|
UpdateDiscovererResponse.add_member(:state, Shapes::ShapeRef.new(shape: DiscovererState, location_name: "State"))
|
603
|
+
UpdateDiscovererResponse.add_member(:cross_account, Shapes::ShapeRef.new(shape: __boolean, location_name: "CrossAccount"))
|
628
604
|
UpdateDiscovererResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
629
605
|
UpdateDiscovererResponse.struct_class = Types::UpdateDiscovererResponse
|
630
606
|
|
@@ -75,6 +75,11 @@ module Aws::Schemas
|
|
75
75
|
# The ARN of the event bus.
|
76
76
|
# @return [String]
|
77
77
|
#
|
78
|
+
# @!attribute [rw] cross_account
|
79
|
+
# Support discovery of schemas in events sent to the bus from another
|
80
|
+
# account. (default: true)
|
81
|
+
# @return [Boolean]
|
82
|
+
#
|
78
83
|
# @!attribute [rw] tags
|
79
84
|
# Tags associated with the resource.
|
80
85
|
# @return [Hash<String,String>]
|
@@ -84,6 +89,7 @@ module Aws::Schemas
|
|
84
89
|
class CreateDiscovererInput < Struct.new(
|
85
90
|
:description,
|
86
91
|
:source_arn,
|
92
|
+
:cross_account,
|
87
93
|
:tags)
|
88
94
|
SENSITIVE = []
|
89
95
|
include Aws::Structure
|
@@ -95,6 +101,7 @@ module Aws::Schemas
|
|
95
101
|
# {
|
96
102
|
# description: "__stringMin0Max256",
|
97
103
|
# source_arn: "__stringMin20Max1600", # required
|
104
|
+
# cross_account: false,
|
98
105
|
# tags: {
|
99
106
|
# "__string" => "__string",
|
100
107
|
# },
|
@@ -106,6 +113,9 @@ module Aws::Schemas
|
|
106
113
|
# @!attribute [rw] source_arn
|
107
114
|
# @return [String]
|
108
115
|
#
|
116
|
+
# @!attribute [rw] cross_account
|
117
|
+
# @return [Boolean]
|
118
|
+
#
|
109
119
|
# @!attribute [rw] tags
|
110
120
|
# Key-value pairs associated with a resource.
|
111
121
|
# @return [Hash<String,String>]
|
@@ -115,6 +125,7 @@ module Aws::Schemas
|
|
115
125
|
class CreateDiscovererRequest < Struct.new(
|
116
126
|
:description,
|
117
127
|
:source_arn,
|
128
|
+
:cross_account,
|
118
129
|
:tags)
|
119
130
|
SENSITIVE = []
|
120
131
|
include Aws::Structure
|
@@ -135,6 +146,9 @@ module Aws::Schemas
|
|
135
146
|
# @!attribute [rw] state
|
136
147
|
# @return [String]
|
137
148
|
#
|
149
|
+
# @!attribute [rw] cross_account
|
150
|
+
# @return [Boolean]
|
151
|
+
#
|
138
152
|
# @!attribute [rw] tags
|
139
153
|
# Key-value pairs associated with a resource.
|
140
154
|
# @return [Hash<String,String>]
|
@@ -147,6 +161,7 @@ module Aws::Schemas
|
|
147
161
|
:discoverer_id,
|
148
162
|
:source_arn,
|
149
163
|
:state,
|
164
|
+
:cross_account,
|
150
165
|
:tags)
|
151
166
|
SENSITIVE = []
|
152
167
|
include Aws::Structure
|
@@ -531,6 +546,9 @@ module Aws::Schemas
|
|
531
546
|
# @!attribute [rw] state
|
532
547
|
# @return [String]
|
533
548
|
#
|
549
|
+
# @!attribute [rw] cross_account
|
550
|
+
# @return [Boolean]
|
551
|
+
#
|
534
552
|
# @!attribute [rw] tags
|
535
553
|
# Key-value pairs associated with a resource.
|
536
554
|
# @return [Hash<String,String>]
|
@@ -543,6 +561,7 @@ module Aws::Schemas
|
|
543
561
|
:discoverer_id,
|
544
562
|
:source_arn,
|
545
563
|
:state,
|
564
|
+
:cross_account,
|
546
565
|
:tags)
|
547
566
|
SENSITIVE = []
|
548
567
|
include Aws::Structure
|
@@ -734,6 +753,11 @@ module Aws::Schemas
|
|
734
753
|
# The state of the discoverer.
|
735
754
|
# @return [String]
|
736
755
|
#
|
756
|
+
# @!attribute [rw] cross_account
|
757
|
+
# The Status if the discoverer will discover schemas from events sent
|
758
|
+
# from another account.
|
759
|
+
# @return [Boolean]
|
760
|
+
#
|
737
761
|
# @!attribute [rw] tags
|
738
762
|
# Tags associated with the resource.
|
739
763
|
# @return [Hash<String,String>]
|
@@ -746,6 +770,7 @@ module Aws::Schemas
|
|
746
770
|
:discoverer_id,
|
747
771
|
:source_arn,
|
748
772
|
:state,
|
773
|
+
:cross_account,
|
749
774
|
:tags)
|
750
775
|
SENSITIVE = []
|
751
776
|
include Aws::Structure
|
@@ -784,6 +809,11 @@ module Aws::Schemas
|
|
784
809
|
# The state of the discoverer.
|
785
810
|
# @return [String]
|
786
811
|
#
|
812
|
+
# @!attribute [rw] cross_account
|
813
|
+
# The Status if the discoverer will discover schemas from events sent
|
814
|
+
# from another account.
|
815
|
+
# @return [Boolean]
|
816
|
+
#
|
787
817
|
# @!attribute [rw] tags
|
788
818
|
# Tags associated with the resource.
|
789
819
|
# @return [Hash<String,String>]
|
@@ -795,6 +825,7 @@ module Aws::Schemas
|
|
795
825
|
:discoverer_id,
|
796
826
|
:source_arn,
|
797
827
|
:state,
|
828
|
+
:cross_account,
|
798
829
|
:tags)
|
799
830
|
SENSITIVE = []
|
800
831
|
include Aws::Structure
|
@@ -1024,7 +1055,6 @@ module Aws::Schemas
|
|
1024
1055
|
end
|
1025
1056
|
|
1026
1057
|
# @!attribute [rw] discoverers
|
1027
|
-
# An array of DiscovererSummary information.
|
1028
1058
|
# @return [Array<Types::DiscovererSummary>]
|
1029
1059
|
#
|
1030
1060
|
# @!attribute [rw] next_token
|
@@ -1335,74 +1365,6 @@ module Aws::Schemas
|
|
1335
1365
|
include Aws::Structure
|
1336
1366
|
end
|
1337
1367
|
|
1338
|
-
# @!attribute [rw] role_arn
|
1339
|
-
# @return [String]
|
1340
|
-
#
|
1341
|
-
# @!attribute [rw] timeout
|
1342
|
-
# @return [Integer]
|
1343
|
-
#
|
1344
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/LockServiceLinkedRoleInput AWS API Documentation
|
1345
|
-
#
|
1346
|
-
class LockServiceLinkedRoleInput < Struct.new(
|
1347
|
-
:role_arn,
|
1348
|
-
:timeout)
|
1349
|
-
SENSITIVE = []
|
1350
|
-
include Aws::Structure
|
1351
|
-
end
|
1352
|
-
|
1353
|
-
# @!attribute [rw] can_be_deleted
|
1354
|
-
# @return [Boolean]
|
1355
|
-
#
|
1356
|
-
# @!attribute [rw] reason_of_failure
|
1357
|
-
# @return [String]
|
1358
|
-
#
|
1359
|
-
# @!attribute [rw] related_resources
|
1360
|
-
# @return [Array<Types::DiscovererSummary>]
|
1361
|
-
#
|
1362
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/LockServiceLinkedRoleOutput AWS API Documentation
|
1363
|
-
#
|
1364
|
-
class LockServiceLinkedRoleOutput < Struct.new(
|
1365
|
-
:can_be_deleted,
|
1366
|
-
:reason_of_failure,
|
1367
|
-
:related_resources)
|
1368
|
-
SENSITIVE = []
|
1369
|
-
include Aws::Structure
|
1370
|
-
end
|
1371
|
-
|
1372
|
-
# @!attribute [rw] role_arn
|
1373
|
-
# @return [String]
|
1374
|
-
#
|
1375
|
-
# @!attribute [rw] timeout
|
1376
|
-
# @return [Integer]
|
1377
|
-
#
|
1378
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/LockServiceLinkedRoleRequest AWS API Documentation
|
1379
|
-
#
|
1380
|
-
class LockServiceLinkedRoleRequest < Struct.new(
|
1381
|
-
:role_arn,
|
1382
|
-
:timeout)
|
1383
|
-
SENSITIVE = []
|
1384
|
-
include Aws::Structure
|
1385
|
-
end
|
1386
|
-
|
1387
|
-
# @!attribute [rw] can_be_deleted
|
1388
|
-
# @return [Boolean]
|
1389
|
-
#
|
1390
|
-
# @!attribute [rw] reason_of_failure
|
1391
|
-
# @return [String]
|
1392
|
-
#
|
1393
|
-
# @!attribute [rw] related_resources
|
1394
|
-
# @return [Array<Types::DiscovererSummary>]
|
1395
|
-
#
|
1396
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/LockServiceLinkedRoleResponse AWS API Documentation
|
1397
|
-
#
|
1398
|
-
class LockServiceLinkedRoleResponse < Struct.new(
|
1399
|
-
:can_be_deleted,
|
1400
|
-
:reason_of_failure,
|
1401
|
-
:related_resources)
|
1402
|
-
SENSITIVE = []
|
1403
|
-
include Aws::Structure
|
1404
|
-
end
|
1405
|
-
|
1406
1368
|
# @!attribute [rw] code
|
1407
1369
|
# @return [String]
|
1408
1370
|
#
|
@@ -1992,32 +1954,6 @@ module Aws::Schemas
|
|
1992
1954
|
include Aws::Structure
|
1993
1955
|
end
|
1994
1956
|
|
1995
|
-
# @!attribute [rw] role_arn
|
1996
|
-
# @return [String]
|
1997
|
-
#
|
1998
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/UnlockServiceLinkedRoleInput AWS API Documentation
|
1999
|
-
#
|
2000
|
-
class UnlockServiceLinkedRoleInput < Struct.new(
|
2001
|
-
:role_arn)
|
2002
|
-
SENSITIVE = []
|
2003
|
-
include Aws::Structure
|
2004
|
-
end
|
2005
|
-
|
2006
|
-
# @!attribute [rw] role_arn
|
2007
|
-
# @return [String]
|
2008
|
-
#
|
2009
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/UnlockServiceLinkedRoleRequest AWS API Documentation
|
2010
|
-
#
|
2011
|
-
class UnlockServiceLinkedRoleRequest < Struct.new(
|
2012
|
-
:role_arn)
|
2013
|
-
SENSITIVE = []
|
2014
|
-
include Aws::Structure
|
2015
|
-
end
|
2016
|
-
|
2017
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/UnlockServiceLinkedRoleResponse AWS API Documentation
|
2018
|
-
#
|
2019
|
-
class UnlockServiceLinkedRoleResponse < Aws::EmptyStructure; end
|
2020
|
-
|
2021
1957
|
# @note When making an API call, you may pass UntagResourceRequest
|
2022
1958
|
# data as a hash:
|
2023
1959
|
#
|
@@ -2045,10 +1981,16 @@ module Aws::Schemas
|
|
2045
1981
|
# The description of the discoverer to update.
|
2046
1982
|
# @return [String]
|
2047
1983
|
#
|
1984
|
+
# @!attribute [rw] cross_account
|
1985
|
+
# Support discovery of schemas in events sent to the bus from another
|
1986
|
+
# account. (default: true)
|
1987
|
+
# @return [Boolean]
|
1988
|
+
#
|
2048
1989
|
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/UpdateDiscovererInput AWS API Documentation
|
2049
1990
|
#
|
2050
1991
|
class UpdateDiscovererInput < Struct.new(
|
2051
|
-
:description
|
1992
|
+
:description,
|
1993
|
+
:cross_account)
|
2052
1994
|
SENSITIVE = []
|
2053
1995
|
include Aws::Structure
|
2054
1996
|
end
|
@@ -2059,6 +2001,7 @@ module Aws::Schemas
|
|
2059
2001
|
# {
|
2060
2002
|
# description: "__stringMin0Max256",
|
2061
2003
|
# discoverer_id: "__string", # required
|
2004
|
+
# cross_account: false,
|
2062
2005
|
# }
|
2063
2006
|
#
|
2064
2007
|
# @!attribute [rw] description
|
@@ -2067,11 +2010,15 @@ module Aws::Schemas
|
|
2067
2010
|
# @!attribute [rw] discoverer_id
|
2068
2011
|
# @return [String]
|
2069
2012
|
#
|
2013
|
+
# @!attribute [rw] cross_account
|
2014
|
+
# @return [Boolean]
|
2015
|
+
#
|
2070
2016
|
# @see http://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/UpdateDiscovererRequest AWS API Documentation
|
2071
2017
|
#
|
2072
2018
|
class UpdateDiscovererRequest < Struct.new(
|
2073
2019
|
:description,
|
2074
|
-
:discoverer_id
|
2020
|
+
:discoverer_id,
|
2021
|
+
:cross_account)
|
2075
2022
|
SENSITIVE = []
|
2076
2023
|
include Aws::Structure
|
2077
2024
|
end
|
@@ -2091,6 +2038,9 @@ module Aws::Schemas
|
|
2091
2038
|
# @!attribute [rw] state
|
2092
2039
|
# @return [String]
|
2093
2040
|
#
|
2041
|
+
# @!attribute [rw] cross_account
|
2042
|
+
# @return [Boolean]
|
2043
|
+
#
|
2094
2044
|
# @!attribute [rw] tags
|
2095
2045
|
# Key-value pairs associated with a resource.
|
2096
2046
|
# @return [Hash<String,String>]
|
@@ -2103,6 +2053,7 @@ module Aws::Schemas
|
|
2103
2053
|
:discoverer_id,
|
2104
2054
|
:source_arn,
|
2105
2055
|
:state,
|
2056
|
+
:cross_account,
|
2106
2057
|
:tags)
|
2107
2058
|
SENSITIVE = []
|
2108
2059
|
include Aws::Structure
|
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.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-07
|
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
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.120.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.120.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
77
77
|
requirements:
|
78
78
|
- - ">="
|
79
79
|
- !ruby/object:Gem::Version
|
80
|
-
version: '
|
80
|
+
version: '2.3'
|
81
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
82
|
requirements:
|
83
83
|
- - ">="
|