aws-sdk-ram 1.29.0 → 1.33.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
  SHA256:
3
- metadata.gz: e536a47d44e7bf4ced9f9bf90a82d654d90312797321a22dfeda55d3194c854a
4
- data.tar.gz: 3987287a79016ec8a388ea3ac1776cc3869071792b4d86eb5e54cc5919bacfb3
3
+ metadata.gz: 6f02d505e50f61eab9238ae6a2a9146509bff2d062d5b1b3e02e747f63dff326
4
+ data.tar.gz: a92ccc3838118fda1428ee9c4e6b8de6132b8e58a045072b8605707da20b8f7a
5
5
  SHA512:
6
- metadata.gz: 0f971c018c49ffef8216a98797786f59e938273e0662fd4c4c4b450046fd50381b143f46d9da5bbc870489d19211542c16b3fc28c6bfad611db2306da2bfc2b6
7
- data.tar.gz: 7ac526cb6d8fcfda2c5e60a75b62599ad7f0902ad8d554f5bad12b07621f3915db2b8330750e4772365ced4a07c3adc6c78fc09678b04a1807b307ca75b14777
6
+ metadata.gz: dc36b0a4de0c3a4fe1b38f9fba75d29c928a25580b49511aaeaa5ff66a9666130291efa8301338de0ef648e2fe229d81e4d3581cb66f044c0a0e087f30f1e51a
7
+ data.tar.gz: cb0e18519c842ceaf210ed2e2f1a6d6caa9e9b35af44d71439e072f10e5bd14b284d598e1b20609c06a864b62af2c8803299cc70f8f00dfdba991d92f7a5307c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.32.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.31.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.30.0 (2021-09-08)
20
+ ------------------
21
+
22
+ * Feature - A minor text-only update that fixes several customer issues.
23
+
4
24
  1.29.0 (2021-09-01)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.33.0
@@ -119,7 +119,9 @@ module Aws::RAM
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -275,6 +277,15 @@ module Aws::RAM
275
277
  # ** Please note ** When response stubbing is enabled, no HTTP
276
278
  # requests are made, and retries are disabled.
277
279
  #
280
+ # @option options [Boolean] :use_dualstack_endpoint
281
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
282
+ # will be used if available.
283
+ #
284
+ # @option options [Boolean] :use_fips_endpoint
285
+ # When set to `true`, fips compatible endpoints will be used if available.
286
+ # When a `fips` region is used, the region is normalized and this config
287
+ # is set to `true`.
288
+ #
278
289
  # @option options [Boolean] :validate_params (true)
279
290
  # When `true`, request parameters are validated before
280
291
  # sending the request.
@@ -327,7 +338,8 @@ module Aws::RAM
327
338
 
328
339
  # @!group API Operations
329
340
 
330
- # Accepts an invitation to a resource share from another AWS account.
341
+ # Accepts an invitation to a resource share from another Amazon Web
342
+ # Services account.
331
343
  #
332
344
  # @option params [required, String] :resource_share_invitation_arn
333
345
  # The Amazon Resource Name (ARN) of the invitation.
@@ -386,12 +398,31 @@ module Aws::RAM
386
398
  # The Amazon Resource Name (ARN) of the resource share.
387
399
  #
388
400
  # @option params [Array<String>] :resource_arns
389
- # The Amazon Resource Names (ARN) of the resources.
401
+ # The Amazon Resource Names (ARNs) of the resources.
390
402
  #
391
403
  # @option params [Array<String>] :principals
392
404
  # The principals to associate with the resource share. The possible
393
- # values are IDs of AWS accounts, and the ARNs of organizational units
394
- # (OU) or organizations from AWS Organizations.
405
+ # values are:
406
+ #
407
+ # * An Amazon Web Services account ID
408
+ #
409
+ # * An Amazon Resource Name (ARN) of an organization in Organizations
410
+ #
411
+ # * An ARN of an organizational unit (OU) in Organizations
412
+ #
413
+ # * An ARN of an IAM role
414
+ #
415
+ # * An ARN of an IAM user
416
+ #
417
+ # <note markdown="1"> Not all resource types can be shared with IAM roles and IAM users. For
418
+ # more information, see [Sharing with IAM roles and IAM users][1] in the
419
+ # *Resource Access Manager User Guide*.
420
+ #
421
+ # </note>
422
+ #
423
+ #
424
+ #
425
+ # [1]: https://docs.aws.amazon.com/ram/latest/userguide/permissions.html#permissions-rbp-supported-resource-types
395
426
  #
396
427
  # @option params [String] :client_token
397
428
  # A unique, case-sensitive identifier that you provide to ensure the
@@ -440,8 +471,8 @@ module Aws::RAM
440
471
  # The Amazon Resource Name (ARN) of the resource share.
441
472
  #
442
473
  # @option params [required, String] :permission_arn
443
- # The Amazon Resource Name (ARN) of the AWS RAM permissions to associate
444
- # with the resource share.
474
+ # The Amazon Resource Name (ARN) of the RAM permission to associate with
475
+ # the resource share.
445
476
  #
446
477
  # @option params [Boolean] :replace
447
478
  # Indicates whether the permission should replace the permissions that
@@ -454,7 +485,7 @@ module Aws::RAM
454
485
  # idempotency of the request.
455
486
  #
456
487
  # @option params [Integer] :permission_version
457
- # The version of the AWS RAM permissions to associate with the resource
488
+ # The version of the RAM permissions to associate with the resource
458
489
  # share.
459
490
  #
460
491
  # @return [Types::AssociateResourceSharePermissionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -486,35 +517,65 @@ module Aws::RAM
486
517
  req.send_request(options)
487
518
  end
488
519
 
489
- # Creates a resource share.
520
+ # Creates a resource share. You must provide a list of the Amazon
521
+ # Resource Names (ARNs) for the resources you want to share. You must
522
+ # also specify who you want to share the resources with, and the
523
+ # permissions that you grant them.
524
+ #
525
+ # <note markdown="1"> Sharing a resource makes it available for use by principals outside of
526
+ # the Amazon Web Services account that created the resource. Sharing
527
+ # doesn't change any permissions or quotas that apply to the resource
528
+ # in the account that created it.
529
+ #
530
+ # </note>
490
531
  #
491
532
  # @option params [required, String] :name
492
533
  # The name of the resource share.
493
534
  #
494
535
  # @option params [Array<String>] :resource_arns
495
- # The Amazon Resource Names (ARN) of the resources to associate with the
496
- # resource share.
536
+ # The ARNs of the resources to associate with the resource share.
497
537
  #
498
538
  # @option params [Array<String>] :principals
499
539
  # The principals to associate with the resource share. The possible
500
- # values are IDs of AWS accounts, the ARN of an OU or organization from
501
- # AWS Organizations.
540
+ # values are:
541
+ #
542
+ # * An Amazon Web Services account ID
543
+ #
544
+ # * An Amazon Resource Name (ARN) of an organization in Organizations
545
+ #
546
+ # * An ARN of an organizational unit (OU) in Organizations
547
+ #
548
+ # * An ARN of an IAM role
549
+ #
550
+ # * An ARN of an IAM user
551
+ #
552
+ # <note markdown="1"> Not all resource types can be shared with IAM roles and IAM users. For
553
+ # more information, see [Sharing with IAM roles and IAM users][1] in the
554
+ # *Resource Access Manager User Guide*.
555
+ #
556
+ # </note>
557
+ #
558
+ #
559
+ #
560
+ # [1]: https://docs.aws.amazon.com/ram/latest/userguide/permissions.html#permissions-rbp-supported-resource-types
502
561
  #
503
562
  # @option params [Array<Types::Tag>] :tags
504
563
  # One or more tags.
505
564
  #
506
565
  # @option params [Boolean] :allow_external_principals
507
- # Indicates whether principals outside your AWS organization can be
508
- # associated with a resource share.
566
+ # Indicates whether principals outside your organization in
567
+ # Organizations can be associated with a resource share.
509
568
  #
510
569
  # @option params [String] :client_token
511
570
  # A unique, case-sensitive identifier that you provide to ensure the
512
571
  # idempotency of the request.
513
572
  #
514
573
  # @option params [Array<String>] :permission_arns
515
- # The ARNs of the permissions to associate with the resource share. If
516
- # you do not specify an ARN for the permission, AWS RAM automatically
517
- # attaches the default version of the permission for each resource type.
574
+ # The Amazon Resource Names (ARNs) of the permissions to associate with
575
+ # the resource share. If you do not specify an ARN for the permission,
576
+ # RAM automatically attaches the default version of the permission for
577
+ # each resource type. Only one permission can be associated with each
578
+ # resource type in a resource share.
518
579
  #
519
580
  # @return [Types::CreateResourceShareResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
520
581
  #
@@ -651,13 +712,14 @@ module Aws::RAM
651
712
  req.send_request(options)
652
713
  end
653
714
 
654
- # Disassociates an AWS RAM permission from a resource share.
715
+ # Disassociates an RAM permission from a resource share.
655
716
  #
656
717
  # @option params [required, String] :resource_share_arn
657
718
  # The Amazon Resource Name (ARN) of the resource share.
658
719
  #
659
720
  # @option params [required, String] :permission_arn
660
- # The ARN of the permission to disassociate from the resource share.
721
+ # The Amazon Resource Name (ARN) of the permission to disassociate from
722
+ # the resource share.
661
723
  #
662
724
  # @option params [String] :client_token
663
725
  # A unique, case-sensitive identifier that you provide to ensure the
@@ -690,9 +752,9 @@ module Aws::RAM
690
752
  req.send_request(options)
691
753
  end
692
754
 
693
- # Enables resource sharing within your AWS Organization.
755
+ # Enables resource sharing within your organization in Organizations.
694
756
  #
695
- # The caller must be the master account for the AWS Organization.
757
+ # The caller must be the master account for the organization.
696
758
  #
697
759
  # @return [Types::EnableSharingWithAwsOrganizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
698
760
  #
@@ -711,10 +773,10 @@ module Aws::RAM
711
773
  req.send_request(options)
712
774
  end
713
775
 
714
- # Gets the contents of an AWS RAM permission in JSON format.
776
+ # Gets the contents of an RAM permission in JSON format.
715
777
  #
716
778
  # @option params [required, String] :permission_arn
717
- # The ARN of the permission.
779
+ # The Amazon Resource Name (ARN) of the permission.
718
780
  #
719
781
  # @option params [Integer] :permission_version
720
782
  # The identifier for the version of the permission.
@@ -755,7 +817,7 @@ module Aws::RAM
755
817
  # shared.
756
818
  #
757
819
  # @option params [required, Array<String>] :resource_arns
758
- # The Amazon Resource Names (ARN) of the resources.
820
+ # The Amazon Resource Names (ARNs) of the resources.
759
821
  #
760
822
  # @option params [String] :principal
761
823
  # The principal.
@@ -939,7 +1001,7 @@ module Aws::RAM
939
1001
  # shared with you.
940
1002
  #
941
1003
  # @option params [Array<String>] :resource_share_arns
942
- # The ARNs of the resource shares.
1004
+ # The Amazon Resource Names (ARNs) of the resource shares.
943
1005
  #
944
1006
  # @option params [String] :resource_share_status
945
1007
  # The status of the resource share.
@@ -962,7 +1024,7 @@ module Aws::RAM
962
1024
  # `nextToken` value.
963
1025
  #
964
1026
  # @option params [String] :permission_arn
965
- # The Amazon Resource Name (ARN) of the AWS RAM permission that is
1027
+ # The Amazon Resource Name (ARN) of the RAM permission that is
966
1028
  # associated with the resource share.
967
1029
  #
968
1030
  # @return [Types::GetResourceSharesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -1067,7 +1129,7 @@ module Aws::RAM
1067
1129
  req.send_request(options)
1068
1130
  end
1069
1131
 
1070
- # Lists the AWS RAM permissions.
1132
+ # Lists the RAM permissions.
1071
1133
  #
1072
1134
  # @option params [String] :resource_type
1073
1135
  # Specifies the resource type for which to list permissions. For
@@ -1148,8 +1210,10 @@ module Aws::RAM
1148
1210
  # `network-firewall:StatefulRuleGroup` \|
1149
1211
  # `network-firewall:StatelessRuleGroup` \| `outposts:Outpost` \|
1150
1212
  # `resource-groups:Group` \| `rds:Cluster` \|
1151
- # `route53resolver:ResolverQueryLogConfig` \|
1152
- # `route53resolver:ResolverRule`
1213
+ # `route53resolver:FirewallRuleGroup`
1214
+ # \|`route53resolver:ResolverQueryLogConfig` \|
1215
+ # `route53resolver:ResolverRule` \| `s3-outposts:Outpost` \|
1216
+ # `ssm-contacts:Contact` \| `ssm-incidents:ResponsePlan`
1153
1217
  #
1154
1218
  # @option params [Array<String>] :resource_share_arns
1155
1219
  # The Amazon Resource Names (ARN) of the resource shares.
@@ -1200,8 +1264,7 @@ module Aws::RAM
1200
1264
  req.send_request(options)
1201
1265
  end
1202
1266
 
1203
- # Lists the AWS RAM permissions that are associated with a resource
1204
- # share.
1267
+ # Lists the RAM permissions that are associated with a resource share.
1205
1268
  #
1206
1269
  # @option params [required, String] :resource_share_arn
1207
1270
  # The Amazon Resource Name (ARN) of the resource share.
@@ -1252,7 +1315,7 @@ module Aws::RAM
1252
1315
  req.send_request(options)
1253
1316
  end
1254
1317
 
1255
- # Lists the shareable resource types supported by AWS RAM.
1318
+ # Lists the shareable resource types supported by RAM.
1256
1319
  #
1257
1320
  # @option params [String] :next_token
1258
1321
  # The token for the next page of results.
@@ -1317,11 +1380,13 @@ module Aws::RAM
1317
1380
  # `network-firewall:StatefulRuleGroup` \|
1318
1381
  # `network-firewall:StatelessRuleGroup` \| `outposts:Outpost` \|
1319
1382
  # `resource-groups:Group` \| `rds:Cluster` \|
1320
- # `route53resolver:ResolverQueryLogConfig` \|
1321
- # `route53resolver:ResolverRule`
1383
+ # `route53resolver:FirewallRuleGroup`
1384
+ # \|`route53resolver:ResolverQueryLogConfig` \|
1385
+ # `route53resolver:ResolverRule` \| `s3-outposts:Outpost` \|
1386
+ # `ssm-contacts:Contact` \| `ssm-incidents:ResponsePlan`
1322
1387
  #
1323
1388
  # @option params [Array<String>] :resource_arns
1324
- # The Amazon Resource Names (ARN) of the resources.
1389
+ # The Amazon Resource Names (ARNs) of the resources.
1325
1390
  #
1326
1391
  # @option params [Array<String>] :resource_share_arns
1327
1392
  # The Amazon Resource Names (ARN) of the resource shares.
@@ -1377,17 +1442,17 @@ module Aws::RAM
1377
1442
 
1378
1443
  # Resource shares that were created by attaching a policy to a resource
1379
1444
  # are visible only to the resource share owner, and the resource share
1380
- # cannot be modified in AWS RAM.
1445
+ # cannot be modified in RAM.
1381
1446
  #
1382
1447
  # Use this API action to promote the resource share. When you promote
1383
1448
  # the resource share, it becomes:
1384
1449
  #
1385
1450
  # * Visible to all principals that it is shared with.
1386
1451
  #
1387
- # * Modifiable in AWS RAM.
1452
+ # * Modifiable in RAM.
1388
1453
  #
1389
1454
  # @option params [required, String] :resource_share_arn
1390
- # The ARN of the resource share to promote.
1455
+ # The Amazon Resource Name (ARN) of the resource share to promote.
1391
1456
  #
1392
1457
  # @return [Types::PromoteResourceShareCreatedFromPolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1393
1458
  #
@@ -1412,7 +1477,8 @@ module Aws::RAM
1412
1477
  req.send_request(options)
1413
1478
  end
1414
1479
 
1415
- # Rejects an invitation to a resource share from another AWS account.
1480
+ # Rejects an invitation to a resource share from another Amazon Web
1481
+ # Services account.
1416
1482
  #
1417
1483
  # @option params [required, String] :resource_share_invitation_arn
1418
1484
  # The Amazon Resource Name (ARN) of the invitation.
@@ -1531,8 +1597,8 @@ module Aws::RAM
1531
1597
  # The name of the resource share.
1532
1598
  #
1533
1599
  # @option params [Boolean] :allow_external_principals
1534
- # Indicates whether principals outside your AWS organization can be
1535
- # associated with a resource share.
1600
+ # Indicates whether principals outside your organization in
1601
+ # Organizations can be associated with a resource share.
1536
1602
  #
1537
1603
  # @option params [String] :client_token
1538
1604
  # A unique, case-sensitive identifier that you provide to ensure the
@@ -1590,7 +1656,7 @@ module Aws::RAM
1590
1656
  params: params,
1591
1657
  config: config)
1592
1658
  context[:gem_name] = 'aws-sdk-ram'
1593
- context[:gem_version] = '1.29.0'
1659
+ context[:gem_version] = '1.33.0'
1594
1660
  Seahorse::Client::Request.new(handlers, context)
1595
1661
  end
1596
1662
 
@@ -70,8 +70,8 @@ module Aws::RAM
70
70
  # @return [String]
71
71
  #
72
72
  # @!attribute [rw] permission_arn
73
- # The Amazon Resource Name (ARN) of the AWS RAM permissions to
74
- # associate with the resource share.
73
+ # The Amazon Resource Name (ARN) of the RAM permission to associate
74
+ # with the resource share.
75
75
  # @return [String]
76
76
  #
77
77
  # @!attribute [rw] replace
@@ -87,8 +87,8 @@ module Aws::RAM
87
87
  # @return [String]
88
88
  #
89
89
  # @!attribute [rw] permission_version
90
- # The version of the AWS RAM permissions to associate with the
91
- # resource share.
90
+ # The version of the RAM permissions to associate with the resource
91
+ # share.
92
92
  # @return [Integer]
93
93
  #
94
94
  # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/AssociateResourceSharePermissionRequest AWS API Documentation
@@ -136,13 +136,32 @@ module Aws::RAM
136
136
  # @return [String]
137
137
  #
138
138
  # @!attribute [rw] resource_arns
139
- # The Amazon Resource Names (ARN) of the resources.
139
+ # The Amazon Resource Names (ARNs) of the resources.
140
140
  # @return [Array<String>]
141
141
  #
142
142
  # @!attribute [rw] principals
143
143
  # The principals to associate with the resource share. The possible
144
- # values are IDs of AWS accounts, and the ARNs of organizational units
145
- # (OU) or organizations from AWS Organizations.
144
+ # values are:
145
+ #
146
+ # * An Amazon Web Services account ID
147
+ #
148
+ # * An Amazon Resource Name (ARN) of an organization in Organizations
149
+ #
150
+ # * An ARN of an organizational unit (OU) in Organizations
151
+ #
152
+ # * An ARN of an IAM role
153
+ #
154
+ # * An ARN of an IAM user
155
+ #
156
+ # <note markdown="1"> Not all resource types can be shared with IAM roles and IAM users.
157
+ # For more information, see [Sharing with IAM roles and IAM users][1]
158
+ # in the *Resource Access Manager User Guide*.
159
+ #
160
+ # </note>
161
+ #
162
+ #
163
+ #
164
+ # [1]: https://docs.aws.amazon.com/ram/latest/userguide/permissions.html#permissions-rbp-supported-resource-types
146
165
  # @return [Array<String>]
147
166
  #
148
167
  # @!attribute [rw] client_token
@@ -202,14 +221,32 @@ module Aws::RAM
202
221
  # @return [String]
203
222
  #
204
223
  # @!attribute [rw] resource_arns
205
- # The Amazon Resource Names (ARN) of the resources to associate with
206
- # the resource share.
224
+ # The ARNs of the resources to associate with the resource share.
207
225
  # @return [Array<String>]
208
226
  #
209
227
  # @!attribute [rw] principals
210
228
  # The principals to associate with the resource share. The possible
211
- # values are IDs of AWS accounts, the ARN of an OU or organization
212
- # from AWS Organizations.
229
+ # values are:
230
+ #
231
+ # * An Amazon Web Services account ID
232
+ #
233
+ # * An Amazon Resource Name (ARN) of an organization in Organizations
234
+ #
235
+ # * An ARN of an organizational unit (OU) in Organizations
236
+ #
237
+ # * An ARN of an IAM role
238
+ #
239
+ # * An ARN of an IAM user
240
+ #
241
+ # <note markdown="1"> Not all resource types can be shared with IAM roles and IAM users.
242
+ # For more information, see [Sharing with IAM roles and IAM users][1]
243
+ # in the *Resource Access Manager User Guide*.
244
+ #
245
+ # </note>
246
+ #
247
+ #
248
+ #
249
+ # [1]: https://docs.aws.amazon.com/ram/latest/userguide/permissions.html#permissions-rbp-supported-resource-types
213
250
  # @return [Array<String>]
214
251
  #
215
252
  # @!attribute [rw] tags
@@ -217,8 +254,8 @@ module Aws::RAM
217
254
  # @return [Array<Types::Tag>]
218
255
  #
219
256
  # @!attribute [rw] allow_external_principals
220
- # Indicates whether principals outside your AWS organization can be
221
- # associated with a resource share.
257
+ # Indicates whether principals outside your organization in
258
+ # Organizations can be associated with a resource share.
222
259
  # @return [Boolean]
223
260
  #
224
261
  # @!attribute [rw] client_token
@@ -227,10 +264,11 @@ module Aws::RAM
227
264
  # @return [String]
228
265
  #
229
266
  # @!attribute [rw] permission_arns
230
- # The ARNs of the permissions to associate with the resource share. If
231
- # you do not specify an ARN for the permission, AWS RAM automatically
232
- # attaches the default version of the permission for each resource
233
- # type.
267
+ # The Amazon Resource Names (ARNs) of the permissions to associate
268
+ # with the resource share. If you do not specify an ARN for the
269
+ # permission, RAM automatically attaches the default version of the
270
+ # permission for each resource type. Only one permission can be
271
+ # associated with each resource type in a resource share.
234
272
  # @return [Array<String>]
235
273
  #
236
274
  # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/CreateResourceShareRequest AWS API Documentation
@@ -323,7 +361,8 @@ module Aws::RAM
323
361
  # @return [String]
324
362
  #
325
363
  # @!attribute [rw] permission_arn
326
- # The ARN of the permission to disassociate from the resource share.
364
+ # The Amazon Resource Name (ARN) of the permission to disassociate
365
+ # from the resource share.
327
366
  # @return [String]
328
367
  #
329
368
  # @!attribute [rw] client_token
@@ -442,7 +481,7 @@ module Aws::RAM
442
481
  # }
443
482
  #
444
483
  # @!attribute [rw] permission_arn
445
- # The ARN of the permission.
484
+ # The Amazon Resource Name (ARN) of the permission.
446
485
  # @return [String]
447
486
  #
448
487
  # @!attribute [rw] permission_version
@@ -481,7 +520,7 @@ module Aws::RAM
481
520
  # }
482
521
  #
483
522
  # @!attribute [rw] resource_arns
484
- # The Amazon Resource Names (ARN) of the resources.
523
+ # The Amazon Resource Names (ARNs) of the resources.
485
524
  # @return [Array<String>]
486
525
  #
487
526
  # @!attribute [rw] principal
@@ -684,7 +723,7 @@ module Aws::RAM
684
723
  # }
685
724
  #
686
725
  # @!attribute [rw] resource_share_arns
687
- # The ARNs of the resource shares.
726
+ # The Amazon Resource Names (ARNs) of the resource shares.
688
727
  # @return [Array<String>]
689
728
  #
690
729
  # @!attribute [rw] resource_share_status
@@ -714,7 +753,7 @@ module Aws::RAM
714
753
  # @return [Integer]
715
754
  #
716
755
  # @!attribute [rw] permission_arn
717
- # The Amazon Resource Name (ARN) of the AWS RAM permission that is
756
+ # The Amazon Resource Name (ARN) of the RAM permission that is
718
757
  # associated with the resource share.
719
758
  # @return [String]
720
759
  #
@@ -989,8 +1028,10 @@ module Aws::RAM
989
1028
  # `network-firewall:StatefulRuleGroup` \|
990
1029
  # `network-firewall:StatelessRuleGroup` \| `outposts:Outpost` \|
991
1030
  # `resource-groups:Group` \| `rds:Cluster` \|
992
- # `route53resolver:ResolverQueryLogConfig` \|
993
- # `route53resolver:ResolverRule`
1031
+ # `route53resolver:FirewallRuleGroup`
1032
+ # \|`route53resolver:ResolverQueryLogConfig` \|
1033
+ # `route53resolver:ResolverRule` \| `s3-outposts:Outpost` \|
1034
+ # `ssm-contacts:Contact` \| `ssm-incidents:ResponsePlan`
994
1035
  # @return [String]
995
1036
  #
996
1037
  # @!attribute [rw] resource_share_arns
@@ -1118,7 +1159,7 @@ module Aws::RAM
1118
1159
  end
1119
1160
 
1120
1161
  # @!attribute [rw] resource_types
1121
- # The shareable resource types supported by AWS RAM.
1162
+ # The shareable resource types supported by RAM.
1122
1163
  # @return [Array<Types::ServiceNameAndResourceType>]
1123
1164
  #
1124
1165
  # @!attribute [rw] next_token
@@ -1172,12 +1213,14 @@ module Aws::RAM
1172
1213
  # `network-firewall:StatefulRuleGroup` \|
1173
1214
  # `network-firewall:StatelessRuleGroup` \| `outposts:Outpost` \|
1174
1215
  # `resource-groups:Group` \| `rds:Cluster` \|
1175
- # `route53resolver:ResolverQueryLogConfig` \|
1176
- # `route53resolver:ResolverRule`
1216
+ # `route53resolver:FirewallRuleGroup`
1217
+ # \|`route53resolver:ResolverQueryLogConfig` \|
1218
+ # `route53resolver:ResolverRule` \| `s3-outposts:Outpost` \|
1219
+ # `ssm-contacts:Contact` \| `ssm-incidents:ResponsePlan`
1177
1220
  # @return [String]
1178
1221
  #
1179
1222
  # @!attribute [rw] resource_arns
1180
- # The Amazon Resource Names (ARN) of the resources.
1223
+ # The Amazon Resource Names (ARNs) of the resources.
1181
1224
  # @return [Array<String>]
1182
1225
  #
1183
1226
  # @!attribute [rw] resource_share_arns
@@ -1265,7 +1308,7 @@ module Aws::RAM
1265
1308
  include Aws::Structure
1266
1309
  end
1267
1310
 
1268
- # Describes a principal for use with AWS Resource Access Manager.
1311
+ # Describes a principal for use with Resource Access Manager.
1269
1312
  #
1270
1313
  # @!attribute [rw] id
1271
1314
  # The ID of the principal.
@@ -1284,8 +1327,9 @@ module Aws::RAM
1284
1327
  # @return [Time]
1285
1328
  #
1286
1329
  # @!attribute [rw] external
1287
- # Indicates whether the principal belongs to the same AWS organization
1288
- # as the AWS account that owns the resource share.
1330
+ # Indicates whether the principal belongs to the same organization in
1331
+ # Organizations as the Amazon Web Services account that owns the
1332
+ # resource share.
1289
1333
  # @return [Boolean]
1290
1334
  #
1291
1335
  # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/Principal AWS API Documentation
@@ -1308,7 +1352,7 @@ module Aws::RAM
1308
1352
  # }
1309
1353
  #
1310
1354
  # @!attribute [rw] resource_share_arn
1311
- # The ARN of the resource share to promote.
1355
+ # The Amazon Resource Name (ARN) of the resource share to promote.
1312
1356
  # @return [String]
1313
1357
  #
1314
1358
  # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/PromoteResourceShareCreatedFromPolicyRequest AWS API Documentation
@@ -1390,8 +1434,8 @@ module Aws::RAM
1390
1434
  # @return [String]
1391
1435
  #
1392
1436
  # @!attribute [rw] resource_group_arn
1393
- # The ARN of the resource group. This value is returned only if the
1394
- # resource is a resource group.
1437
+ # The Amazon Resource Name (ARN) of the resource group. This value is
1438
+ # returned only if the resource is a resource group.
1395
1439
  # @return [String]
1396
1440
  #
1397
1441
  # @!attribute [rw] status
@@ -1449,12 +1493,13 @@ module Aws::RAM
1449
1493
  # @return [String]
1450
1494
  #
1451
1495
  # @!attribute [rw] owning_account_id
1452
- # The ID of the AWS account that owns the resource share.
1496
+ # The ID of the Amazon Web Services account that owns the resource
1497
+ # share.
1453
1498
  # @return [String]
1454
1499
  #
1455
1500
  # @!attribute [rw] allow_external_principals
1456
- # Indicates whether principals outside your AWS organization can be
1457
- # associated with a resource share.
1501
+ # Indicates whether principals outside your organization in
1502
+ # Organizations can be associated with a resource share.
1458
1503
  # @return [Boolean]
1459
1504
  #
1460
1505
  # @!attribute [rw] status
@@ -1482,18 +1527,18 @@ module Aws::RAM
1482
1527
  # include:
1483
1528
  #
1484
1529
  # * `CREATED_FROM_POLICY` - Indicates that the resource share was
1485
- # created from an AWS Identity and Access Management (AWS IAM)
1486
- # policy attached to a resource. These resource shares are visible
1487
- # only to the AWS account that created it. They cannot be modified
1488
- # in AWS RAM.
1530
+ # created from an Amazon Web Services Identity and Access Management
1531
+ # (Amazon Web Services IAM) policy attached to a resource. These
1532
+ # resource shares are visible only to the Amazon Web Services
1533
+ # account that created it. They cannot be modified in RAM.
1489
1534
  #
1490
1535
  # * `PROMOTING_TO_STANDARD` - The resource share is in the process of
1491
1536
  # being promoted. For more information, see
1492
1537
  # PromoteResourceShareCreatedFromPolicy.
1493
1538
  #
1494
- # * `STANDARD` - Indicates that the resource share was created in AWS
1495
- # RAM using the console or APIs. These resource shares are visible
1496
- # to all principals. They can be modified in AWS RAM.
1539
+ # * `STANDARD` - Indicates that the resource share was created in RAM
1540
+ # using the console or APIs. These resource shares are visible to
1541
+ # all principals. They can be modified in RAM.
1497
1542
  # @return [String]
1498
1543
  #
1499
1544
  # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/ResourceShare AWS API Documentation
@@ -1524,9 +1569,19 @@ module Aws::RAM
1524
1569
  # @return [String]
1525
1570
  #
1526
1571
  # @!attribute [rw] associated_entity
1527
- # The associated entity. For resource associations, this is the ARN of
1528
- # the resource. For principal associations, this is the ID of an AWS
1529
- # account or the ARN of an OU or organization from AWS Organizations.
1572
+ # The associated entity. For resource associations, this is the Amazon
1573
+ # Resource Name (ARN) of the resource. For principal associations,
1574
+ # this is one of the following:
1575
+ #
1576
+ # * An Amazon Web Services account ID
1577
+ #
1578
+ # * An ARN of an organization in Organizations
1579
+ #
1580
+ # * An ARN of an organizational unit (OU) in Organizations
1581
+ #
1582
+ # * An ARN of an IAM role
1583
+ #
1584
+ # * An ARN of an IAM user
1530
1585
  # @return [String]
1531
1586
  #
1532
1587
  # @!attribute [rw] association_type
@@ -1550,8 +1605,9 @@ module Aws::RAM
1550
1605
  # @return [Time]
1551
1606
  #
1552
1607
  # @!attribute [rw] external
1553
- # Indicates whether the principal belongs to the same AWS organization
1554
- # as the AWS account that owns the resource share.
1608
+ # Indicates whether the principal belongs to the same organization in
1609
+ # Organizations as the Amazon Web Services account that owns the
1610
+ # resource share.
1555
1611
  # @return [Boolean]
1556
1612
  #
1557
1613
  # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/ResourceShareAssociation AWS API Documentation
@@ -1585,11 +1641,12 @@ module Aws::RAM
1585
1641
  # @return [String]
1586
1642
  #
1587
1643
  # @!attribute [rw] sender_account_id
1588
- # The ID of the AWS account that sent the invitation.
1644
+ # The ID of the Amazon Web Services account that sent the invitation.
1589
1645
  # @return [String]
1590
1646
  #
1591
1647
  # @!attribute [rw] receiver_account_id
1592
- # The ID of the AWS account that received the invitation.
1648
+ # The ID of the Amazon Web Services account that received the
1649
+ # invitation.
1593
1650
  # @return [String]
1594
1651
  #
1595
1652
  # @!attribute [rw] invitation_timestamp
@@ -1695,10 +1752,10 @@ module Aws::RAM
1695
1752
  include Aws::Structure
1696
1753
  end
1697
1754
 
1698
- # Information about an AWS RAM permission.
1755
+ # Information about an RAM permission.
1699
1756
  #
1700
1757
  # @!attribute [rw] arn
1701
- # The ARN of the permission.
1758
+ # The Amazon Resource Name (ARN) of the permission.
1702
1759
  # @return [String]
1703
1760
  #
1704
1761
  # @!attribute [rw] version
@@ -1758,7 +1815,7 @@ module Aws::RAM
1758
1815
  # share.
1759
1816
  #
1760
1817
  # @!attribute [rw] arn
1761
- # The ARN of the permission.
1818
+ # The Amazon Resource Name (ARN) of the permission.
1762
1819
  # @return [String]
1763
1820
  #
1764
1821
  # @!attribute [rw] version
@@ -1825,15 +1882,16 @@ module Aws::RAM
1825
1882
  include Aws::Structure
1826
1883
  end
1827
1884
 
1828
- # Information about the shareable resource types and the AWS services to
1829
- # which they belong.
1885
+ # Information about the shareable resource types and the Amazon Web
1886
+ # Services services to which they belong.
1830
1887
  #
1831
1888
  # @!attribute [rw] resource_type
1832
1889
  # The shareable resource types.
1833
1890
  # @return [String]
1834
1891
  #
1835
1892
  # @!attribute [rw] service_name
1836
- # The name of the AWS services to which the resources belong.
1893
+ # The name of the Amazon Web Services services to which the resources
1894
+ # belong.
1837
1895
  # @return [String]
1838
1896
  #
1839
1897
  # @see http://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/ServiceNameAndResourceType AWS API Documentation
@@ -2033,8 +2091,8 @@ module Aws::RAM
2033
2091
  # @return [String]
2034
2092
  #
2035
2093
  # @!attribute [rw] allow_external_principals
2036
- # Indicates whether principals outside your AWS organization can be
2037
- # associated with a resource share.
2094
+ # Indicates whether principals outside your organization in
2095
+ # Organizations can be associated with a resource share.
2038
2096
  # @return [Boolean]
2039
2097
  #
2040
2098
  # @!attribute [rw] client_token
data/lib/aws-sdk-ram.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ram/customizations'
48
48
  # @!group service
49
49
  module Aws::RAM
50
50
 
51
- GEM_VERSION = '1.29.0'
51
+ GEM_VERSION = '1.33.0'
52
52
 
53
53
  end
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.29.0
4
+ version: 1.33.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-01 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.120.0
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement