aws-sdk-ram 1.6.0 → 1.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e6a8b2f5c2f1f231e4b59b680c032c556d40a4f
4
- data.tar.gz: a1deaeeca6067b709aa6c7ce4fa229e4ab8a7bb5
3
+ metadata.gz: 9da2471f5533110d35a496a4d0b13010b18852ae
4
+ data.tar.gz: 46535aab9fe582ec706d8c413a84de9bc1695ea5
5
5
  SHA512:
6
- metadata.gz: 5de0a52aad1125996e3347cf74cf2c413a4e1372d28892ba28f56a0b0fd5f677c91157089628cd15831b18e0627b110984f28083ce5dcaf1e89189ec5f633d0f
7
- data.tar.gz: 12c1cf3523aad4ae3b4e34fc49df422d31d27f483066bd5adf886879d964b0df0a5baae6c7eec3ed1c024e9ac6f66fdfaf6b8a71fea385b4a8da017f9c1f07cf
6
+ metadata.gz: cf4e4c696661cbceab645cb5e8d9855334a1daae36cd2acc9d3ea789e3edef12c2e2d572f9acf44185f10b1e28478d7d964a756c98e820094efb4f842fba82f4
7
+ data.tar.gz: c683b9fec899da22511df5ecc40342d5391ed9fc5cb84dbbf95c7d3b9f039b697eab02f2da63b08fe875429136f5dd686113fbd1ad5ce00b24a4b4dfd284447a
data/lib/aws-sdk-ram.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ram/customizations'
42
42
  # @service
43
43
  module Aws::RAM
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -1067,7 +1067,7 @@ module Aws::RAM
1067
1067
  params: params,
1068
1068
  config: config)
1069
1069
  context[:gem_name] = 'aws-sdk-ram'
1070
- context[:gem_version] = '1.6.0'
1070
+ context[:gem_version] = '1.7.0'
1071
1071
  Seahorse::Client::Request.new(handlers, context)
1072
1072
  end
1073
1073
 
@@ -197,6 +197,27 @@ module Aws::RAM
197
197
  GetResourceSharesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
198
198
  GetResourceSharesResponse.struct_class = Types::GetResourceSharesResponse
199
199
 
200
+ IdempotentParameterMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
201
+ IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
202
+
203
+ InvalidClientTokenException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
204
+ InvalidClientTokenException.struct_class = Types::InvalidClientTokenException
205
+
206
+ InvalidMaxResultsException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
207
+ InvalidMaxResultsException.struct_class = Types::InvalidMaxResultsException
208
+
209
+ InvalidNextTokenException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
210
+ InvalidNextTokenException.struct_class = Types::InvalidNextTokenException
211
+
212
+ InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
213
+ InvalidParameterException.struct_class = Types::InvalidParameterException
214
+
215
+ InvalidResourceTypeException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
216
+ InvalidResourceTypeException.struct_class = Types::InvalidResourceTypeException
217
+
218
+ InvalidStateTransitionException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
219
+ InvalidStateTransitionException.struct_class = Types::InvalidStateTransitionException
220
+
200
221
  ListPrincipalsRequest.add_member(:resource_owner, Shapes::ShapeRef.new(shape: ResourceOwner, required: true, location_name: "resourceOwner"))
201
222
  ListPrincipalsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "resourceArn"))
202
223
  ListPrincipalsRequest.add_member(:principals, Shapes::ShapeRef.new(shape: PrincipalArnOrIdList, location_name: "principals"))
@@ -223,6 +244,15 @@ module Aws::RAM
223
244
  ListResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
224
245
  ListResourcesResponse.struct_class = Types::ListResourcesResponse
225
246
 
247
+ MalformedArnException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
248
+ MalformedArnException.struct_class = Types::MalformedArnException
249
+
250
+ MissingRequiredParameterException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
251
+ MissingRequiredParameterException.struct_class = Types::MissingRequiredParameterException
252
+
253
+ OperationNotPermittedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
254
+ OperationNotPermittedException.struct_class = Types::OperationNotPermittedException
255
+
226
256
  PolicyList.member = Shapes::ShapeRef.new(shape: Policy)
227
257
 
228
258
  Principal.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
@@ -255,6 +285,9 @@ module Aws::RAM
255
285
 
256
286
  ResourceArnList.member = Shapes::ShapeRef.new(shape: String)
257
287
 
288
+ ResourceArnNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
289
+ ResourceArnNotFoundException.struct_class = Types::ResourceArnNotFoundException
290
+
258
291
  ResourceList.member = Shapes::ShapeRef.new(shape: Resource)
259
292
 
260
293
  ResourceShare.add_member(:resource_share_arn, Shapes::ShapeRef.new(shape: String, location_name: "resourceShareArn"))
@@ -292,12 +325,33 @@ module Aws::RAM
292
325
  ResourceShareInvitation.add_member(:resource_share_associations, Shapes::ShapeRef.new(shape: ResourceShareAssociationList, location_name: "resourceShareAssociations"))
293
326
  ResourceShareInvitation.struct_class = Types::ResourceShareInvitation
294
327
 
328
+ ResourceShareInvitationAlreadyAcceptedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
329
+ ResourceShareInvitationAlreadyAcceptedException.struct_class = Types::ResourceShareInvitationAlreadyAcceptedException
330
+
331
+ ResourceShareInvitationAlreadyRejectedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
332
+ ResourceShareInvitationAlreadyRejectedException.struct_class = Types::ResourceShareInvitationAlreadyRejectedException
333
+
295
334
  ResourceShareInvitationArnList.member = Shapes::ShapeRef.new(shape: String)
296
335
 
336
+ ResourceShareInvitationArnNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
337
+ ResourceShareInvitationArnNotFoundException.struct_class = Types::ResourceShareInvitationArnNotFoundException
338
+
339
+ ResourceShareInvitationExpiredException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
340
+ ResourceShareInvitationExpiredException.struct_class = Types::ResourceShareInvitationExpiredException
341
+
297
342
  ResourceShareInvitationList.member = Shapes::ShapeRef.new(shape: ResourceShareInvitation)
298
343
 
344
+ ResourceShareLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
345
+ ResourceShareLimitExceededException.struct_class = Types::ResourceShareLimitExceededException
346
+
299
347
  ResourceShareList.member = Shapes::ShapeRef.new(shape: ResourceShare)
300
348
 
349
+ ServerInternalException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
350
+ ServerInternalException.struct_class = Types::ServerInternalException
351
+
352
+ ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
353
+ ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
354
+
301
355
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "key"))
302
356
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
303
357
  Tag.struct_class = Types::Tag
@@ -310,6 +364,9 @@ module Aws::RAM
310
364
 
311
365
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
312
366
 
367
+ TagLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
368
+ TagLimitExceededException.struct_class = Types::TagLimitExceededException
369
+
313
370
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
314
371
 
315
372
  TagResourceRequest.add_member(:resource_share_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceShareArn"))
@@ -320,6 +377,9 @@ module Aws::RAM
320
377
 
321
378
  TagValueList.member = Shapes::ShapeRef.new(shape: TagValue)
322
379
 
380
+ UnknownResourceException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
381
+ UnknownResourceException.struct_class = Types::UnknownResourceException
382
+
323
383
  UntagResourceRequest.add_member(:resource_share_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceShareArn"))
324
384
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "tagKeys"))
325
385
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -10,5 +10,325 @@ module Aws::RAM
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class IdempotentParameterMismatchException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::RAM::Types::IdempotentParameterMismatchException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
29
+ class InvalidClientTokenException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::RAM::Types::InvalidClientTokenException] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class InvalidMaxResultsException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::RAM::Types::InvalidMaxResultsException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class InvalidNextTokenException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::RAM::Types::InvalidNextTokenException] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def message
72
+ @message || @data[:message]
73
+ end
74
+
75
+ end
76
+
77
+ class InvalidParameterException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::RAM::Types::InvalidParameterException] data
82
+ def initialize(context, message, data = Aws::EmptyStructure.new)
83
+ super(context, message, data)
84
+ end
85
+
86
+ # @return [String]
87
+ def message
88
+ @message || @data[:message]
89
+ end
90
+
91
+ end
92
+
93
+ class InvalidResourceTypeException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::RAM::Types::InvalidResourceTypeException] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+
102
+ # @return [String]
103
+ def message
104
+ @message || @data[:message]
105
+ end
106
+
107
+ end
108
+
109
+ class InvalidStateTransitionException < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::RAM::Types::InvalidStateTransitionException] data
114
+ def initialize(context, message, data = Aws::EmptyStructure.new)
115
+ super(context, message, data)
116
+ end
117
+
118
+ # @return [String]
119
+ def message
120
+ @message || @data[:message]
121
+ end
122
+
123
+ end
124
+
125
+ class MalformedArnException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::RAM::Types::MalformedArnException] data
130
+ def initialize(context, message, data = Aws::EmptyStructure.new)
131
+ super(context, message, data)
132
+ end
133
+
134
+ # @return [String]
135
+ def message
136
+ @message || @data[:message]
137
+ end
138
+
139
+ end
140
+
141
+ class MissingRequiredParameterException < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::RAM::Types::MissingRequiredParameterException] data
146
+ def initialize(context, message, data = Aws::EmptyStructure.new)
147
+ super(context, message, data)
148
+ end
149
+
150
+ # @return [String]
151
+ def message
152
+ @message || @data[:message]
153
+ end
154
+
155
+ end
156
+
157
+ class OperationNotPermittedException < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::RAM::Types::OperationNotPermittedException] data
162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
163
+ super(context, message, data)
164
+ end
165
+
166
+ # @return [String]
167
+ def message
168
+ @message || @data[:message]
169
+ end
170
+
171
+ end
172
+
173
+ class ResourceArnNotFoundException < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::RAM::Types::ResourceArnNotFoundException] data
178
+ def initialize(context, message, data = Aws::EmptyStructure.new)
179
+ super(context, message, data)
180
+ end
181
+
182
+ # @return [String]
183
+ def message
184
+ @message || @data[:message]
185
+ end
186
+
187
+ end
188
+
189
+ class ResourceShareInvitationAlreadyAcceptedException < ServiceError
190
+
191
+ # @param [Seahorse::Client::RequestContext] context
192
+ # @param [String] message
193
+ # @param [Aws::RAM::Types::ResourceShareInvitationAlreadyAcceptedException] data
194
+ def initialize(context, message, data = Aws::EmptyStructure.new)
195
+ super(context, message, data)
196
+ end
197
+
198
+ # @return [String]
199
+ def message
200
+ @message || @data[:message]
201
+ end
202
+
203
+ end
204
+
205
+ class ResourceShareInvitationAlreadyRejectedException < ServiceError
206
+
207
+ # @param [Seahorse::Client::RequestContext] context
208
+ # @param [String] message
209
+ # @param [Aws::RAM::Types::ResourceShareInvitationAlreadyRejectedException] data
210
+ def initialize(context, message, data = Aws::EmptyStructure.new)
211
+ super(context, message, data)
212
+ end
213
+
214
+ # @return [String]
215
+ def message
216
+ @message || @data[:message]
217
+ end
218
+
219
+ end
220
+
221
+ class ResourceShareInvitationArnNotFoundException < ServiceError
222
+
223
+ # @param [Seahorse::Client::RequestContext] context
224
+ # @param [String] message
225
+ # @param [Aws::RAM::Types::ResourceShareInvitationArnNotFoundException] data
226
+ def initialize(context, message, data = Aws::EmptyStructure.new)
227
+ super(context, message, data)
228
+ end
229
+
230
+ # @return [String]
231
+ def message
232
+ @message || @data[:message]
233
+ end
234
+
235
+ end
236
+
237
+ class ResourceShareInvitationExpiredException < ServiceError
238
+
239
+ # @param [Seahorse::Client::RequestContext] context
240
+ # @param [String] message
241
+ # @param [Aws::RAM::Types::ResourceShareInvitationExpiredException] data
242
+ def initialize(context, message, data = Aws::EmptyStructure.new)
243
+ super(context, message, data)
244
+ end
245
+
246
+ # @return [String]
247
+ def message
248
+ @message || @data[:message]
249
+ end
250
+
251
+ end
252
+
253
+ class ResourceShareLimitExceededException < ServiceError
254
+
255
+ # @param [Seahorse::Client::RequestContext] context
256
+ # @param [String] message
257
+ # @param [Aws::RAM::Types::ResourceShareLimitExceededException] data
258
+ def initialize(context, message, data = Aws::EmptyStructure.new)
259
+ super(context, message, data)
260
+ end
261
+
262
+ # @return [String]
263
+ def message
264
+ @message || @data[:message]
265
+ end
266
+
267
+ end
268
+
269
+ class ServerInternalException < ServiceError
270
+
271
+ # @param [Seahorse::Client::RequestContext] context
272
+ # @param [String] message
273
+ # @param [Aws::RAM::Types::ServerInternalException] data
274
+ def initialize(context, message, data = Aws::EmptyStructure.new)
275
+ super(context, message, data)
276
+ end
277
+
278
+ # @return [String]
279
+ def message
280
+ @message || @data[:message]
281
+ end
282
+
283
+ end
284
+
285
+ class ServiceUnavailableException < ServiceError
286
+
287
+ # @param [Seahorse::Client::RequestContext] context
288
+ # @param [String] message
289
+ # @param [Aws::RAM::Types::ServiceUnavailableException] data
290
+ def initialize(context, message, data = Aws::EmptyStructure.new)
291
+ super(context, message, data)
292
+ end
293
+
294
+ # @return [String]
295
+ def message
296
+ @message || @data[:message]
297
+ end
298
+
299
+ end
300
+
301
+ class TagLimitExceededException < ServiceError
302
+
303
+ # @param [Seahorse::Client::RequestContext] context
304
+ # @param [String] message
305
+ # @param [Aws::RAM::Types::TagLimitExceededException] data
306
+ def initialize(context, message, data = Aws::EmptyStructure.new)
307
+ super(context, message, data)
308
+ end
309
+
310
+ # @return [String]
311
+ def message
312
+ @message || @data[:message]
313
+ end
314
+
315
+ end
316
+
317
+ class UnknownResourceException < ServiceError
318
+
319
+ # @param [Seahorse::Client::RequestContext] context
320
+ # @param [String] message
321
+ # @param [Aws::RAM::Types::UnknownResourceException] data
322
+ def initialize(context, message, data = Aws::EmptyStructure.new)
323
+ super(context, message, data)
324
+ end
325
+
326
+ # @return [String]
327
+ def message
328
+ @message || @data[:message]
329
+ end
330
+
331
+ end
332
+
13
333
  end
14
334
  end
@@ -553,6 +553,92 @@ module Aws::RAM
553
553
  include Aws::Structure
554
554
  end
555
555
 
556
+ # A client token input parameter was reused with an operation, but at
557
+ # least one of the other input parameters is different from the previous
558
+ # call to the operation.
559
+ #
560
+ # @!attribute [rw] message
561
+ # @return [String]
562
+ #
563
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/IdempotentParameterMismatchException AWS API Documentation
564
+ #
565
+ class IdempotentParameterMismatchException < Struct.new(
566
+ :message)
567
+ include Aws::Structure
568
+ end
569
+
570
+ # A client token is not valid.
571
+ #
572
+ # @!attribute [rw] message
573
+ # @return [String]
574
+ #
575
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/InvalidClientTokenException AWS API Documentation
576
+ #
577
+ class InvalidClientTokenException < Struct.new(
578
+ :message)
579
+ include Aws::Structure
580
+ end
581
+
582
+ # The specified value for MaxResults is not valid.
583
+ #
584
+ # @!attribute [rw] message
585
+ # @return [String]
586
+ #
587
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/InvalidMaxResultsException AWS API Documentation
588
+ #
589
+ class InvalidMaxResultsException < Struct.new(
590
+ :message)
591
+ include Aws::Structure
592
+ end
593
+
594
+ # The specified value for NextToken is not valid.
595
+ #
596
+ # @!attribute [rw] message
597
+ # @return [String]
598
+ #
599
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/InvalidNextTokenException AWS API Documentation
600
+ #
601
+ class InvalidNextTokenException < Struct.new(
602
+ :message)
603
+ include Aws::Structure
604
+ end
605
+
606
+ # A parameter is not valid.
607
+ #
608
+ # @!attribute [rw] message
609
+ # @return [String]
610
+ #
611
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/InvalidParameterException AWS API Documentation
612
+ #
613
+ class InvalidParameterException < Struct.new(
614
+ :message)
615
+ include Aws::Structure
616
+ end
617
+
618
+ # The specified resource type is not valid.
619
+ #
620
+ # @!attribute [rw] message
621
+ # @return [String]
622
+ #
623
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/InvalidResourceTypeException AWS API Documentation
624
+ #
625
+ class InvalidResourceTypeException < Struct.new(
626
+ :message)
627
+ include Aws::Structure
628
+ end
629
+
630
+ # The requested state transition is not valid.
631
+ #
632
+ # @!attribute [rw] message
633
+ # @return [String]
634
+ #
635
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/InvalidStateTransitionException AWS API Documentation
636
+ #
637
+ class InvalidStateTransitionException < Struct.new(
638
+ :message)
639
+ include Aws::Structure
640
+ end
641
+
556
642
  # @note When making an API call, you may pass ListPrincipalsRequest
557
643
  # data as a hash:
558
644
  #
@@ -699,6 +785,42 @@ module Aws::RAM
699
785
  include Aws::Structure
700
786
  end
701
787
 
788
+ # The format of an Amazon Resource Name (ARN) is not valid.
789
+ #
790
+ # @!attribute [rw] message
791
+ # @return [String]
792
+ #
793
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/MalformedArnException AWS API Documentation
794
+ #
795
+ class MalformedArnException < Struct.new(
796
+ :message)
797
+ include Aws::Structure
798
+ end
799
+
800
+ # A required input parameter is missing.
801
+ #
802
+ # @!attribute [rw] message
803
+ # @return [String]
804
+ #
805
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/MissingRequiredParameterException AWS API Documentation
806
+ #
807
+ class MissingRequiredParameterException < Struct.new(
808
+ :message)
809
+ include Aws::Structure
810
+ end
811
+
812
+ # The requested operation is not permitted.
813
+ #
814
+ # @!attribute [rw] message
815
+ # @return [String]
816
+ #
817
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/OperationNotPermittedException AWS API Documentation
818
+ #
819
+ class OperationNotPermittedException < Struct.new(
820
+ :message)
821
+ include Aws::Structure
822
+ end
823
+
702
824
  # Describes a principal for use with AWS Resource Access Manager.
703
825
  #
704
826
  # @!attribute [rw] id
@@ -818,6 +940,18 @@ module Aws::RAM
818
940
  include Aws::Structure
819
941
  end
820
942
 
943
+ # An Amazon Resource Name (ARN) was not found.
944
+ #
945
+ # @!attribute [rw] message
946
+ # @return [String]
947
+ #
948
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/ResourceArnNotFoundException AWS API Documentation
949
+ #
950
+ class ResourceArnNotFoundException < Struct.new(
951
+ :message)
952
+ include Aws::Structure
953
+ end
954
+
821
955
  # Describes a resource share.
822
956
  #
823
957
  # @!attribute [rw] resource_share_arn
@@ -971,6 +1105,91 @@ module Aws::RAM
971
1105
  include Aws::Structure
972
1106
  end
973
1107
 
1108
+ # The invitation was already accepted.
1109
+ #
1110
+ # @!attribute [rw] message
1111
+ # @return [String]
1112
+ #
1113
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/ResourceShareInvitationAlreadyAcceptedException AWS API Documentation
1114
+ #
1115
+ class ResourceShareInvitationAlreadyAcceptedException < Struct.new(
1116
+ :message)
1117
+ include Aws::Structure
1118
+ end
1119
+
1120
+ # The invitation was already rejected.
1121
+ #
1122
+ # @!attribute [rw] message
1123
+ # @return [String]
1124
+ #
1125
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/ResourceShareInvitationAlreadyRejectedException AWS API Documentation
1126
+ #
1127
+ class ResourceShareInvitationAlreadyRejectedException < Struct.new(
1128
+ :message)
1129
+ include Aws::Structure
1130
+ end
1131
+
1132
+ # The Amazon Resource Name (ARN) for an invitation was not found.
1133
+ #
1134
+ # @!attribute [rw] message
1135
+ # @return [String]
1136
+ #
1137
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/ResourceShareInvitationArnNotFoundException AWS API Documentation
1138
+ #
1139
+ class ResourceShareInvitationArnNotFoundException < Struct.new(
1140
+ :message)
1141
+ include Aws::Structure
1142
+ end
1143
+
1144
+ # The invitation is expired.
1145
+ #
1146
+ # @!attribute [rw] message
1147
+ # @return [String]
1148
+ #
1149
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/ResourceShareInvitationExpiredException AWS API Documentation
1150
+ #
1151
+ class ResourceShareInvitationExpiredException < Struct.new(
1152
+ :message)
1153
+ include Aws::Structure
1154
+ end
1155
+
1156
+ # The requested resource share exceeds the limit for your account.
1157
+ #
1158
+ # @!attribute [rw] message
1159
+ # @return [String]
1160
+ #
1161
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/ResourceShareLimitExceededException AWS API Documentation
1162
+ #
1163
+ class ResourceShareLimitExceededException < Struct.new(
1164
+ :message)
1165
+ include Aws::Structure
1166
+ end
1167
+
1168
+ # The service could not respond to the request due to an internal
1169
+ # problem.
1170
+ #
1171
+ # @!attribute [rw] message
1172
+ # @return [String]
1173
+ #
1174
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/ServerInternalException AWS API Documentation
1175
+ #
1176
+ class ServerInternalException < Struct.new(
1177
+ :message)
1178
+ include Aws::Structure
1179
+ end
1180
+
1181
+ # The service is not available.
1182
+ #
1183
+ # @!attribute [rw] message
1184
+ # @return [String]
1185
+ #
1186
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/ServiceUnavailableException AWS API Documentation
1187
+ #
1188
+ class ServiceUnavailableException < Struct.new(
1189
+ :message)
1190
+ include Aws::Structure
1191
+ end
1192
+
974
1193
  # Information about a tag.
975
1194
  #
976
1195
  # @note When making an API call, you may pass Tag
@@ -1023,6 +1242,18 @@ module Aws::RAM
1023
1242
  include Aws::Structure
1024
1243
  end
1025
1244
 
1245
+ # The requested tags exceed the limit for your account.
1246
+ #
1247
+ # @!attribute [rw] message
1248
+ # @return [String]
1249
+ #
1250
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/TagLimitExceededException AWS API Documentation
1251
+ #
1252
+ class TagLimitExceededException < Struct.new(
1253
+ :message)
1254
+ include Aws::Structure
1255
+ end
1256
+
1026
1257
  # @note When making an API call, you may pass TagResourceRequest
1027
1258
  # data as a hash:
1028
1259
  #
@@ -1056,6 +1287,18 @@ module Aws::RAM
1056
1287
  #
1057
1288
  class TagResourceResponse < Aws::EmptyStructure; end
1058
1289
 
1290
+ # A specified resource was not found.
1291
+ #
1292
+ # @!attribute [rw] message
1293
+ # @return [String]
1294
+ #
1295
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/UnknownResourceException AWS API Documentation
1296
+ #
1297
+ class UnknownResourceException < Struct.new(
1298
+ :message)
1299
+ include Aws::Structure
1300
+ end
1301
+
1059
1302
  # @note When making an API call, you may pass UntagResourceRequest
1060
1303
  # data as a hash:
1061
1304
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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: 2019-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 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.52.1
22
+ version: 3.53.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.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement