aws-sdk-ram 1.41.0 → 1.43.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.
@@ -9,118 +9,49 @@
9
9
 
10
10
  module Aws::RAM
11
11
  class EndpointProvider
12
- def initialize(rule_set = nil)
13
- @@rule_set ||= begin
14
- endpoint_rules = Aws::Json.load(Base64.decode64(RULES))
15
- Aws::Endpoints::RuleSet.new(
16
- version: endpoint_rules['version'],
17
- service_id: endpoint_rules['serviceId'],
18
- parameters: endpoint_rules['parameters'],
19
- rules: endpoint_rules['rules']
20
- )
12
+ def resolve_endpoint(parameters)
13
+ region = parameters.region
14
+ use_dual_stack = parameters.use_dual_stack
15
+ use_fips = parameters.use_fips
16
+ endpoint = parameters.endpoint
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
18
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
20
+ end
21
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
21
25
  end
22
- @provider = Aws::Endpoints::RulesProvider.new(rule_set || @@rule_set)
23
- end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://ram-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
37
+ return Aws::Endpoints::Endpoint.new(url: "https://ram.#{region}.amazonaws.com", headers: {}, properties: {})
38
+ end
39
+ return Aws::Endpoints::Endpoint.new(url: "https://ram-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
40
+ end
41
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
42
+ end
43
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
44
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
45
+ return Aws::Endpoints::Endpoint.new(url: "https://ram.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
46
+ end
47
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
48
+ end
49
+ return Aws::Endpoints::Endpoint.new(url: "https://ram.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
50
+ end
51
+ end
52
+ raise ArgumentError, "Invalid Configuration: Missing Region"
53
+ raise ArgumentError, 'No endpoint could be resolved'
24
54
 
25
- def resolve_endpoint(parameters)
26
- @provider.resolve_endpoint(parameters)
27
55
  end
28
-
29
- # @api private
30
- RULES = <<-JSON
31
- eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
32
- bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
33
- YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
34
- ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
35
- aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
36
- ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
37
- IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
38
- bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
39
- aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
40
- IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
41
- IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
42
- aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
43
- Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
44
- cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
45
- bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
46
- YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
47
- bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
48
- ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
49
- IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
50
- b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
51
- ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
52
- dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
53
- c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
54
- cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
55
- dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
56
- ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
57
- ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
58
- b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
59
- aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
60
- VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
61
- Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
62
- b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
63
- XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
64
- cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
65
- fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
66
- Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
67
- bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
68
- eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
69
- b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
70
- Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
71
- XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
72
- OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
73
- InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
74
- IjpbeyJjb25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3si
75
- Y29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vcmFt
76
- LWZpcHMue1JlZ2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNT
77
- dWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6
78
- ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W10sImVycm9yIjoiRklQ
79
- UyBhbmQgRHVhbFN0YWNrIGFyZSBlbmFibGVkLCBidXQgdGhpcyBwYXJ0aXRp
80
- b24gZG9lcyBub3Qgc3VwcG9ydCBvbmUgb3IgYm90aCIsInR5cGUiOiJlcnJv
81
- ciJ9XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJh
82
- cmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUi
83
- LCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxz
84
- IiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYi
85
- OiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNGSVBTIl19XX1dLCJ0eXBl
86
- IjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwidHlwZSI6InRy
87
- ZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJzdHJpbmdFcXVh
88
- bHMiLCJhcmd2IjpbImF3cy11cy1nb3YiLHsiZm4iOiJnZXRBdHRyIiwiYXJn
89
- diI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sIm5hbWUiXX1dfV0sImVu
90
- ZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vcmFtLntSZWdpb259LmFtYXpvbmF3
91
- cy5jb20iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoi
92
- ZW5kcG9pbnQifSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwi
93
- OiJodHRwczovL3JhbS1maXBzLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQj
94
- ZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5
95
- cGUiOiJlbmRwb2ludCJ9XX1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6
96
- IkZJUFMgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qg
97
- c3VwcG9ydCBGSVBTIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMi
98
- Olt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1
99
- YWxTdGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNv
100
- bmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVl
101
- LHsiZm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVz
102
- dWx0In0sInN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIs
103
- InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxl
104
- cyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBz
105
- Oi8vcmFtLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5z
106
- U3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUi
107
- OiJlbmRwb2ludCJ9XX1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkR1
108
- YWxTdGFjayBpcyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5v
109
- dCBzdXBwb3J0IER1YWxTdGFjayIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25k
110
- aXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9u
111
- cyI6W3siZm4iOiJzdHJpbmdFcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJSZWdp
112
- b24ifSwidXMtZ292LWVhc3QtMSJdfV0sImVuZHBvaW50Ijp7InVybCI6Imh0
113
- dHBzOi8vcmFtLnVzLWdvdi1lYXN0LTEuYW1hem9uYXdzLmNvbSIsInByb3Bl
114
- cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9LHsi
115
- Y29uZGl0aW9ucyI6W3siZm4iOiJzdHJpbmdFcXVhbHMiLCJhcmd2IjpbeyJy
116
- ZWYiOiJSZWdpb24ifSwidXMtZ292LXdlc3QtMSJdfV0sImVuZHBvaW50Ijp7
117
- InVybCI6Imh0dHBzOi8vcmFtLnVzLWdvdi13ZXN0LTEuYW1hem9uYXdzLmNv
118
- bSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRw
119
- b2ludCJ9LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0
120
- dHBzOi8vcmFtLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4
121
- fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRw
122
- b2ludCJ9XX1dfV19
123
-
124
- JSON
125
56
  end
126
57
  end
@@ -53,6 +53,34 @@ module Aws::RAM
53
53
  end
54
54
  end
55
55
 
56
+ class CreatePermission
57
+ def self.build(context)
58
+ unless context.config.regional_endpoint
59
+ endpoint = context.config.endpoint.to_s
60
+ end
61
+ Aws::RAM::EndpointParameters.new(
62
+ region: context.config.region,
63
+ use_dual_stack: context.config.use_dualstack_endpoint,
64
+ use_fips: context.config.use_fips_endpoint,
65
+ endpoint: endpoint,
66
+ )
67
+ end
68
+ end
69
+
70
+ class CreatePermissionVersion
71
+ def self.build(context)
72
+ unless context.config.regional_endpoint
73
+ endpoint = context.config.endpoint.to_s
74
+ end
75
+ Aws::RAM::EndpointParameters.new(
76
+ region: context.config.region,
77
+ use_dual_stack: context.config.use_dualstack_endpoint,
78
+ use_fips: context.config.use_fips_endpoint,
79
+ endpoint: endpoint,
80
+ )
81
+ end
82
+ end
83
+
56
84
  class CreateResourceShare
57
85
  def self.build(context)
58
86
  unless context.config.regional_endpoint
@@ -67,6 +95,34 @@ module Aws::RAM
67
95
  end
68
96
  end
69
97
 
98
+ class DeletePermission
99
+ def self.build(context)
100
+ unless context.config.regional_endpoint
101
+ endpoint = context.config.endpoint.to_s
102
+ end
103
+ Aws::RAM::EndpointParameters.new(
104
+ region: context.config.region,
105
+ use_dual_stack: context.config.use_dualstack_endpoint,
106
+ use_fips: context.config.use_fips_endpoint,
107
+ endpoint: endpoint,
108
+ )
109
+ end
110
+ end
111
+
112
+ class DeletePermissionVersion
113
+ def self.build(context)
114
+ unless context.config.regional_endpoint
115
+ endpoint = context.config.endpoint.to_s
116
+ end
117
+ Aws::RAM::EndpointParameters.new(
118
+ region: context.config.region,
119
+ use_dual_stack: context.config.use_dualstack_endpoint,
120
+ use_fips: context.config.use_fips_endpoint,
121
+ endpoint: endpoint,
122
+ )
123
+ end
124
+ end
125
+
70
126
  class DeleteResourceShare
71
127
  def self.build(context)
72
128
  unless context.config.regional_endpoint
@@ -207,6 +263,20 @@ module Aws::RAM
207
263
  end
208
264
  end
209
265
 
266
+ class ListPermissionAssociations
267
+ def self.build(context)
268
+ unless context.config.regional_endpoint
269
+ endpoint = context.config.endpoint.to_s
270
+ end
271
+ Aws::RAM::EndpointParameters.new(
272
+ region: context.config.region,
273
+ use_dual_stack: context.config.use_dualstack_endpoint,
274
+ use_fips: context.config.use_fips_endpoint,
275
+ endpoint: endpoint,
276
+ )
277
+ end
278
+ end
279
+
210
280
  class ListPermissionVersions
211
281
  def self.build(context)
212
282
  unless context.config.regional_endpoint
@@ -249,6 +319,20 @@ module Aws::RAM
249
319
  end
250
320
  end
251
321
 
322
+ class ListReplacePermissionAssociationsWork
323
+ def self.build(context)
324
+ unless context.config.regional_endpoint
325
+ endpoint = context.config.endpoint.to_s
326
+ end
327
+ Aws::RAM::EndpointParameters.new(
328
+ region: context.config.region,
329
+ use_dual_stack: context.config.use_dualstack_endpoint,
330
+ use_fips: context.config.use_fips_endpoint,
331
+ endpoint: endpoint,
332
+ )
333
+ end
334
+ end
335
+
252
336
  class ListResourceSharePermissions
253
337
  def self.build(context)
254
338
  unless context.config.regional_endpoint
@@ -291,6 +375,20 @@ module Aws::RAM
291
375
  end
292
376
  end
293
377
 
378
+ class PromotePermissionCreatedFromPolicy
379
+ def self.build(context)
380
+ unless context.config.regional_endpoint
381
+ endpoint = context.config.endpoint.to_s
382
+ end
383
+ Aws::RAM::EndpointParameters.new(
384
+ region: context.config.region,
385
+ use_dual_stack: context.config.use_dualstack_endpoint,
386
+ use_fips: context.config.use_fips_endpoint,
387
+ endpoint: endpoint,
388
+ )
389
+ end
390
+ end
391
+
294
392
  class PromoteResourceShareCreatedFromPolicy
295
393
  def self.build(context)
296
394
  unless context.config.regional_endpoint
@@ -319,6 +417,34 @@ module Aws::RAM
319
417
  end
320
418
  end
321
419
 
420
+ class ReplacePermissionAssociations
421
+ def self.build(context)
422
+ unless context.config.regional_endpoint
423
+ endpoint = context.config.endpoint.to_s
424
+ end
425
+ Aws::RAM::EndpointParameters.new(
426
+ region: context.config.region,
427
+ use_dual_stack: context.config.use_dualstack_endpoint,
428
+ use_fips: context.config.use_fips_endpoint,
429
+ endpoint: endpoint,
430
+ )
431
+ end
432
+ end
433
+
434
+ class SetDefaultPermissionVersion
435
+ def self.build(context)
436
+ unless context.config.regional_endpoint
437
+ endpoint = context.config.endpoint.to_s
438
+ end
439
+ Aws::RAM::EndpointParameters.new(
440
+ region: context.config.region,
441
+ use_dual_stack: context.config.use_dualstack_endpoint,
442
+ use_fips: context.config.use_fips_endpoint,
443
+ endpoint: endpoint,
444
+ )
445
+ end
446
+ end
447
+
322
448
  class TagResource
323
449
  def self.build(context)
324
450
  unless context.config.regional_endpoint
@@ -32,11 +32,16 @@ module Aws::RAM
32
32
  # * {InvalidMaxResultsException}
33
33
  # * {InvalidNextTokenException}
34
34
  # * {InvalidParameterException}
35
+ # * {InvalidPolicyException}
35
36
  # * {InvalidResourceTypeException}
36
37
  # * {InvalidStateTransitionException}
37
38
  # * {MalformedArnException}
39
+ # * {MalformedPolicyTemplateException}
38
40
  # * {MissingRequiredParameterException}
39
41
  # * {OperationNotPermittedException}
42
+ # * {PermissionAlreadyExistsException}
43
+ # * {PermissionLimitExceededException}
44
+ # * {PermissionVersionsLimitExceededException}
40
45
  # * {ResourceArnNotFoundException}
41
46
  # * {ResourceShareInvitationAlreadyAcceptedException}
42
47
  # * {ResourceShareInvitationAlreadyRejectedException}
@@ -49,6 +54,7 @@ module Aws::RAM
49
54
  # * {TagPolicyViolationException}
50
55
  # * {ThrottlingException}
51
56
  # * {UnknownResourceException}
57
+ # * {UnmatchedPolicyPermissionException}
52
58
  #
53
59
  # Additionally, error classes are dynamically generated for service errors based on the error code
54
60
  # if they are not defined above.
@@ -131,6 +137,21 @@ module Aws::RAM
131
137
  end
132
138
  end
133
139
 
140
+ class InvalidPolicyException < ServiceError
141
+
142
+ # @param [Seahorse::Client::RequestContext] context
143
+ # @param [String] message
144
+ # @param [Aws::RAM::Types::InvalidPolicyException] data
145
+ def initialize(context, message, data = Aws::EmptyStructure.new)
146
+ super(context, message, data)
147
+ end
148
+
149
+ # @return [String]
150
+ def message
151
+ @message || @data[:message]
152
+ end
153
+ end
154
+
134
155
  class InvalidResourceTypeException < ServiceError
135
156
 
136
157
  # @param [Seahorse::Client::RequestContext] context
@@ -176,6 +197,21 @@ module Aws::RAM
176
197
  end
177
198
  end
178
199
 
200
+ class MalformedPolicyTemplateException < ServiceError
201
+
202
+ # @param [Seahorse::Client::RequestContext] context
203
+ # @param [String] message
204
+ # @param [Aws::RAM::Types::MalformedPolicyTemplateException] data
205
+ def initialize(context, message, data = Aws::EmptyStructure.new)
206
+ super(context, message, data)
207
+ end
208
+
209
+ # @return [String]
210
+ def message
211
+ @message || @data[:message]
212
+ end
213
+ end
214
+
179
215
  class MissingRequiredParameterException < ServiceError
180
216
 
181
217
  # @param [Seahorse::Client::RequestContext] context
@@ -206,6 +242,51 @@ module Aws::RAM
206
242
  end
207
243
  end
208
244
 
245
+ class PermissionAlreadyExistsException < ServiceError
246
+
247
+ # @param [Seahorse::Client::RequestContext] context
248
+ # @param [String] message
249
+ # @param [Aws::RAM::Types::PermissionAlreadyExistsException] data
250
+ def initialize(context, message, data = Aws::EmptyStructure.new)
251
+ super(context, message, data)
252
+ end
253
+
254
+ # @return [String]
255
+ def message
256
+ @message || @data[:message]
257
+ end
258
+ end
259
+
260
+ class PermissionLimitExceededException < ServiceError
261
+
262
+ # @param [Seahorse::Client::RequestContext] context
263
+ # @param [String] message
264
+ # @param [Aws::RAM::Types::PermissionLimitExceededException] data
265
+ def initialize(context, message, data = Aws::EmptyStructure.new)
266
+ super(context, message, data)
267
+ end
268
+
269
+ # @return [String]
270
+ def message
271
+ @message || @data[:message]
272
+ end
273
+ end
274
+
275
+ class PermissionVersionsLimitExceededException < ServiceError
276
+
277
+ # @param [Seahorse::Client::RequestContext] context
278
+ # @param [String] message
279
+ # @param [Aws::RAM::Types::PermissionVersionsLimitExceededException] data
280
+ def initialize(context, message, data = Aws::EmptyStructure.new)
281
+ super(context, message, data)
282
+ end
283
+
284
+ # @return [String]
285
+ def message
286
+ @message || @data[:message]
287
+ end
288
+ end
289
+
209
290
  class ResourceArnNotFoundException < ServiceError
210
291
 
211
292
  # @param [Seahorse::Client::RequestContext] context
@@ -386,5 +467,20 @@ module Aws::RAM
386
467
  end
387
468
  end
388
469
 
470
+ class UnmatchedPolicyPermissionException < ServiceError
471
+
472
+ # @param [Seahorse::Client::RequestContext] context
473
+ # @param [String] message
474
+ # @param [Aws::RAM::Types::UnmatchedPolicyPermissionException] data
475
+ def initialize(context, message, data = Aws::EmptyStructure.new)
476
+ super(context, message, data)
477
+ end
478
+
479
+ # @return [String]
480
+ def message
481
+ @message || @data[:message]
482
+ end
483
+ end
484
+
389
485
  end
390
486
  end
@@ -62,8 +62,16 @@ module Aws::RAM
62
62
  Aws::RAM::Endpoints::AssociateResourceShare.build(context)
63
63
  when :associate_resource_share_permission
64
64
  Aws::RAM::Endpoints::AssociateResourceSharePermission.build(context)
65
+ when :create_permission
66
+ Aws::RAM::Endpoints::CreatePermission.build(context)
67
+ when :create_permission_version
68
+ Aws::RAM::Endpoints::CreatePermissionVersion.build(context)
65
69
  when :create_resource_share
66
70
  Aws::RAM::Endpoints::CreateResourceShare.build(context)
71
+ when :delete_permission
72
+ Aws::RAM::Endpoints::DeletePermission.build(context)
73
+ when :delete_permission_version
74
+ Aws::RAM::Endpoints::DeletePermissionVersion.build(context)
67
75
  when :delete_resource_share
68
76
  Aws::RAM::Endpoints::DeleteResourceShare.build(context)
69
77
  when :disassociate_resource_share
@@ -84,22 +92,32 @@ module Aws::RAM
84
92
  Aws::RAM::Endpoints::GetResourceShares.build(context)
85
93
  when :list_pending_invitation_resources
86
94
  Aws::RAM::Endpoints::ListPendingInvitationResources.build(context)
95
+ when :list_permission_associations
96
+ Aws::RAM::Endpoints::ListPermissionAssociations.build(context)
87
97
  when :list_permission_versions
88
98
  Aws::RAM::Endpoints::ListPermissionVersions.build(context)
89
99
  when :list_permissions
90
100
  Aws::RAM::Endpoints::ListPermissions.build(context)
91
101
  when :list_principals
92
102
  Aws::RAM::Endpoints::ListPrincipals.build(context)
103
+ when :list_replace_permission_associations_work
104
+ Aws::RAM::Endpoints::ListReplacePermissionAssociationsWork.build(context)
93
105
  when :list_resource_share_permissions
94
106
  Aws::RAM::Endpoints::ListResourceSharePermissions.build(context)
95
107
  when :list_resource_types
96
108
  Aws::RAM::Endpoints::ListResourceTypes.build(context)
97
109
  when :list_resources
98
110
  Aws::RAM::Endpoints::ListResources.build(context)
111
+ when :promote_permission_created_from_policy
112
+ Aws::RAM::Endpoints::PromotePermissionCreatedFromPolicy.build(context)
99
113
  when :promote_resource_share_created_from_policy
100
114
  Aws::RAM::Endpoints::PromoteResourceShareCreatedFromPolicy.build(context)
101
115
  when :reject_resource_share_invitation
102
116
  Aws::RAM::Endpoints::RejectResourceShareInvitation.build(context)
117
+ when :replace_permission_associations
118
+ Aws::RAM::Endpoints::ReplacePermissionAssociations.build(context)
119
+ when :set_default_permission_version
120
+ Aws::RAM::Endpoints::SetDefaultPermissionVersion.build(context)
103
121
  when :tag_resource
104
122
  Aws::RAM::Endpoints::TagResource.build(context)
105
123
  when :untag_resource