aws-sdk-ssoadmin 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ssoadmin.rb +1 -1
- data/lib/aws-sdk-ssoadmin/client.rb +46 -6
- data/lib/aws-sdk-ssoadmin/types.rb +28 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7575fa4b9a9003f2fc496bf2b65f8246cfeb63ae8d343ae4667bf07fd02e294
|
4
|
+
data.tar.gz: 4206d0dea1362f4e13ccd4dfefa8a2e4da8d80749011f678254c5dcf34c14be9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71ad26aaf5f61740fbeb83294f59ba1a3f137514a5107434c03cb72736657f11cfd887095f7e68a50338135f8b7dbd1979c5ed3e9a7f21ab65a63030f9114f43
|
7
|
+
data.tar.gz: cfc10d4b798c9d315b2742c6789bb7f2b96c67d0d2685921a848e1ff4fe257353629b0b723ce551c19d588a27979c3d71098b703650f17b2dc950e2e3becf44a
|
data/lib/aws-sdk-ssoadmin.rb
CHANGED
@@ -339,6 +339,13 @@ module Aws::SSOAdmin
|
|
339
339
|
|
340
340
|
# Attaches an IAM managed policy ARN to a permission set.
|
341
341
|
#
|
342
|
+
# <note markdown="1"> If the permission set is already referenced by one or more account
|
343
|
+
# assignments, you will need to call ` ProvisionPermissionSet ` after
|
344
|
+
# this action to apply the corresponding IAM policy updates to all
|
345
|
+
# assigned accounts.
|
346
|
+
#
|
347
|
+
# </note>
|
348
|
+
#
|
342
349
|
# @option params [required, String] :instance_arn
|
343
350
|
# The ARN of the SSO instance under which the operation will be
|
344
351
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
@@ -380,6 +387,16 @@ module Aws::SSOAdmin
|
|
380
387
|
#
|
381
388
|
# </note>
|
382
389
|
#
|
390
|
+
# <note markdown="1"> As part of a successful `CreateAccountAssignment` call, the specified
|
391
|
+
# permission set will automatically be provisioned to the account in the
|
392
|
+
# form of an IAM policy attached to the SSO-created IAM role. If the
|
393
|
+
# permission set is subsequently updated, the corresponding IAM policies
|
394
|
+
# attached to roles in your accounts will not be updated automatically.
|
395
|
+
# In this case, you will need to call ` ProvisionPermissionSet ` to make
|
396
|
+
# these updates.
|
397
|
+
#
|
398
|
+
# </note>
|
399
|
+
#
|
383
400
|
# @option params [required, String] :instance_arn
|
384
401
|
# The ARN of the SSO instance under which the operation will be
|
385
402
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
@@ -388,7 +405,8 @@ module Aws::SSOAdmin
|
|
388
405
|
# *AWS General Reference*.
|
389
406
|
#
|
390
407
|
# @option params [required, String] :target_id
|
391
|
-
#
|
408
|
+
# TargetID is an AWS account identifier, typically a 10-12 digit string
|
409
|
+
# (For example, 123456789012).
|
392
410
|
#
|
393
411
|
# @option params [required, String] :target_type
|
394
412
|
# The entity type for which the assignment will be created.
|
@@ -401,7 +419,11 @@ module Aws::SSOAdmin
|
|
401
419
|
# The entity type for which the assignment will be created.
|
402
420
|
#
|
403
421
|
# @option params [required, String] :principal_id
|
404
|
-
#
|
422
|
+
# An identifier for an object in AWS SSO, such as a user or group.
|
423
|
+
# PrincipalIds are GUIDs (For example,
|
424
|
+
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
425
|
+
# PrincipalIds in AWS SSO, see the [AWS SSO Identity Store API
|
426
|
+
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
405
427
|
#
|
406
428
|
# @return [Types::CreateAccountAssignmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
407
429
|
#
|
@@ -441,6 +463,11 @@ module Aws::SSOAdmin
|
|
441
463
|
|
442
464
|
# Creates a permission set within a specified SSO instance.
|
443
465
|
#
|
466
|
+
# <note markdown="1"> To grant users and groups access to AWS account resources, use `
|
467
|
+
# CreateAccountAssignment `.
|
468
|
+
#
|
469
|
+
# </note>
|
470
|
+
#
|
444
471
|
# @option params [required, String] :name
|
445
472
|
# The name of the PermissionSet.
|
446
473
|
#
|
@@ -514,7 +541,8 @@ module Aws::SSOAdmin
|
|
514
541
|
# *AWS General Reference*.
|
515
542
|
#
|
516
543
|
# @option params [required, String] :target_id
|
517
|
-
#
|
544
|
+
# TargetID is an AWS account identifier, typically a 10-12 digit string
|
545
|
+
# (For example, 123456789012).
|
518
546
|
#
|
519
547
|
# @option params [required, String] :target_type
|
520
548
|
# The entity type for which the assignment will be deleted.
|
@@ -526,7 +554,11 @@ module Aws::SSOAdmin
|
|
526
554
|
# The entity type for which the assignment will be deleted.
|
527
555
|
#
|
528
556
|
# @option params [required, String] :principal_id
|
529
|
-
#
|
557
|
+
# An identifier for an object in AWS SSO, such as a user or group.
|
558
|
+
# PrincipalIds are GUIDs (For example,
|
559
|
+
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
560
|
+
# PrincipalIds in AWS SSO, see the [AWS SSO Identity Store API
|
561
|
+
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
530
562
|
#
|
531
563
|
# @return [Types::DeleteAccountAssignmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
532
564
|
#
|
@@ -1399,7 +1431,8 @@ module Aws::SSOAdmin
|
|
1399
1431
|
# The ARN of the permission set.
|
1400
1432
|
#
|
1401
1433
|
# @option params [String] :target_id
|
1402
|
-
#
|
1434
|
+
# TargetID is an AWS account identifier, typically a 10-12 digit string
|
1435
|
+
# (For example, 123456789012).
|
1403
1436
|
#
|
1404
1437
|
# @option params [required, String] :target_type
|
1405
1438
|
# The entity type for which the assignment will be created.
|
@@ -1437,6 +1470,13 @@ module Aws::SSOAdmin
|
|
1437
1470
|
|
1438
1471
|
# Attaches an IAM inline policy to a permission set.
|
1439
1472
|
#
|
1473
|
+
# <note markdown="1"> If the permission set is already referenced by one or more account
|
1474
|
+
# assignments, you will need to call ` ProvisionPermissionSet ` after
|
1475
|
+
# this action to apply the corresponding IAM policy updates to all
|
1476
|
+
# assigned accounts.
|
1477
|
+
#
|
1478
|
+
# </note>
|
1479
|
+
#
|
1440
1480
|
# @option params [required, String] :instance_arn
|
1441
1481
|
# The ARN of the SSO instance under which the operation will be
|
1442
1482
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
@@ -1599,7 +1639,7 @@ module Aws::SSOAdmin
|
|
1599
1639
|
params: params,
|
1600
1640
|
config: config)
|
1601
1641
|
context[:gem_name] = 'aws-sdk-ssoadmin'
|
1602
|
-
context[:gem_version] = '1.
|
1642
|
+
context[:gem_version] = '1.2.0'
|
1603
1643
|
Seahorse::Client::Request.new(handlers, context)
|
1604
1644
|
end
|
1605
1645
|
|
@@ -47,7 +47,11 @@ module Aws::SSOAdmin
|
|
47
47
|
# @return [String]
|
48
48
|
#
|
49
49
|
# @!attribute [rw] principal_id
|
50
|
-
#
|
50
|
+
# An identifier for an object in AWS SSO, such as a user or group.
|
51
|
+
# PrincipalIds are GUIDs (For example,
|
52
|
+
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
53
|
+
# PrincipalIds in AWS SSO, see the [AWS SSO Identity Store API
|
54
|
+
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
51
55
|
# @return [String]
|
52
56
|
#
|
53
57
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/AccountAssignment AWS API Documentation
|
@@ -79,7 +83,8 @@ module Aws::SSOAdmin
|
|
79
83
|
# @return [String]
|
80
84
|
#
|
81
85
|
# @!attribute [rw] target_id
|
82
|
-
#
|
86
|
+
# TargetID is an AWS account identifier, typically a 10-12 digit
|
87
|
+
# string (For example, 123456789012).
|
83
88
|
# @return [String]
|
84
89
|
#
|
85
90
|
# @!attribute [rw] target_type
|
@@ -98,7 +103,11 @@ module Aws::SSOAdmin
|
|
98
103
|
# @return [String]
|
99
104
|
#
|
100
105
|
# @!attribute [rw] principal_id
|
101
|
-
#
|
106
|
+
# An identifier for an object in AWS SSO, such as a user or group.
|
107
|
+
# PrincipalIds are GUIDs (For example,
|
108
|
+
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
109
|
+
# PrincipalIds in AWS SSO, see the [AWS SSO Identity Store API
|
110
|
+
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
102
111
|
# @return [String]
|
103
112
|
#
|
104
113
|
# @!attribute [rw] created_date
|
@@ -246,7 +255,8 @@ module Aws::SSOAdmin
|
|
246
255
|
# @return [String]
|
247
256
|
#
|
248
257
|
# @!attribute [rw] target_id
|
249
|
-
#
|
258
|
+
# TargetID is an AWS account identifier, typically a 10-12 digit
|
259
|
+
# string (For example, 123456789012).
|
250
260
|
# @return [String]
|
251
261
|
#
|
252
262
|
# @!attribute [rw] target_type
|
@@ -263,7 +273,11 @@ module Aws::SSOAdmin
|
|
263
273
|
# @return [String]
|
264
274
|
#
|
265
275
|
# @!attribute [rw] principal_id
|
266
|
-
#
|
276
|
+
# An identifier for an object in AWS SSO, such as a user or group.
|
277
|
+
# PrincipalIds are GUIDs (For example,
|
278
|
+
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
279
|
+
# PrincipalIds in AWS SSO, see the [AWS SSO Identity Store API
|
280
|
+
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
267
281
|
# @return [String]
|
268
282
|
#
|
269
283
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/CreateAccountAssignmentRequest AWS API Documentation
|
@@ -384,7 +398,8 @@ module Aws::SSOAdmin
|
|
384
398
|
# @return [String]
|
385
399
|
#
|
386
400
|
# @!attribute [rw] target_id
|
387
|
-
#
|
401
|
+
# TargetID is an AWS account identifier, typically a 10-12 digit
|
402
|
+
# string (For example, 123456789012).
|
388
403
|
# @return [String]
|
389
404
|
#
|
390
405
|
# @!attribute [rw] target_type
|
@@ -400,7 +415,11 @@ module Aws::SSOAdmin
|
|
400
415
|
# @return [String]
|
401
416
|
#
|
402
417
|
# @!attribute [rw] principal_id
|
403
|
-
#
|
418
|
+
# An identifier for an object in AWS SSO, such as a user or group.
|
419
|
+
# PrincipalIds are GUIDs (For example,
|
420
|
+
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
421
|
+
# PrincipalIds in AWS SSO, see the [AWS SSO Identity Store API
|
422
|
+
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
404
423
|
# @return [String]
|
405
424
|
#
|
406
425
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DeleteAccountAssignmentRequest AWS API Documentation
|
@@ -1537,7 +1556,8 @@ module Aws::SSOAdmin
|
|
1537
1556
|
# @return [String]
|
1538
1557
|
#
|
1539
1558
|
# @!attribute [rw] target_id
|
1540
|
-
#
|
1559
|
+
# TargetID is an AWS account identifier, typically a 10-12 digit
|
1560
|
+
# string (For example, 123456789012).
|
1541
1561
|
# @return [String]
|
1542
1562
|
#
|
1543
1563
|
# @!attribute [rw] target_type
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ssoadmin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.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: 2020-09-
|
11
|
+
date: 2020-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|