aws-sdk-ssoadmin 1.4.0 → 1.8.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 +4 -4
- data/CHANGELOG.md +48 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-ssoadmin.rb +2 -2
- data/lib/aws-sdk-ssoadmin/client.rb +138 -131
- data/lib/aws-sdk-ssoadmin/client_api.rb +1 -1
- data/lib/aws-sdk-ssoadmin/errors.rb +1 -1
- data/lib/aws-sdk-ssoadmin/resource.rb +1 -1
- data/lib/aws-sdk-ssoadmin/types.rb +134 -125
- metadata +11 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12a56d7e5f4c4a66ee5e8fbfed6ae295b0ca6d9ca4396d287799c4679ed509de
|
|
4
|
+
data.tar.gz: 57489aa8dd5d997eb9ebbabb6b023778b7eb9f38e661e5c75e5cc97f760c6070
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d2cccadf8ba8e8a2d673946e07d266c979ce79fa1a42993c4457c7098bec5ed325f080b1ce1f4ef47dd7b1f0bae2eff45425ba067998d7ba8f92e2a70a32912
|
|
7
|
+
data.tar.gz: 03cdf994d35587c29846b0365ad15b7915336e7ca2d01eea68ec95467dcf861080753be07936b165d4850f2b983b75ec0a81b2f0e2b0f7223cb8fbfe5fd229df
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
Unreleased Changes
|
|
2
|
+
------------------
|
|
3
|
+
|
|
4
|
+
1.8.0 (2021-07-28)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Documentation updates for arn:aws:trebuchet:::service:v1:03a2216d-1cda-4696-9ece-1387cb6f6952
|
|
8
|
+
|
|
9
|
+
1.7.0 (2021-03-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.6.0 (2021-02-26)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Relax constraint on List* API pagination tokens to include underscore character
|
|
18
|
+
|
|
19
|
+
1.5.0 (2021-02-02)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
23
|
+
|
|
24
|
+
1.4.0 (2020-11-23)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - AWS Single Sign-On now enables attribute-based access control for workforce identities to simplify permissions in AWS
|
|
28
|
+
|
|
29
|
+
1.3.0 (2020-09-30)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
33
|
+
|
|
34
|
+
1.2.0 (2020-09-18)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Documentation updates for AWS SSO APIs.
|
|
38
|
+
|
|
39
|
+
1.1.0 (2020-09-15)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
43
|
+
|
|
44
|
+
1.0.0 (2020-09-10)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Initial release of `aws-sdk-ssoadmin`.
|
|
48
|
+
|
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.8.0
|
data/lib/aws-sdk-ssoadmin.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
|
4
4
|
#
|
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ssoadmin/customizations'
|
|
|
48
48
|
# @!group service
|
|
49
49
|
module Aws::SSOAdmin
|
|
50
50
|
|
|
51
|
-
GEM_VERSION = '1.
|
|
51
|
+
GEM_VERSION = '1.8.0'
|
|
52
52
|
|
|
53
53
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
|
4
4
|
#
|
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
@@ -341,17 +341,17 @@ module Aws::SSOAdmin
|
|
|
341
341
|
#
|
|
342
342
|
# <note markdown="1"> If the permission set is already referenced by one or more account
|
|
343
343
|
# assignments, you will need to call ` ProvisionPermissionSet ` after
|
|
344
|
-
# this
|
|
345
|
-
# assigned accounts.
|
|
344
|
+
# this operation. Calling `ProvisionPermissionSet` applies the
|
|
345
|
+
# corresponding IAM policy updates to all assigned accounts.
|
|
346
346
|
#
|
|
347
347
|
# </note>
|
|
348
348
|
#
|
|
349
349
|
# @option params [required, String] :instance_arn
|
|
350
350
|
# The ARN of the SSO instance under which the operation will be
|
|
351
351
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
352
|
-
# (ARNs) and
|
|
352
|
+
# (ARNs) and Amazon Web Services Service
|
|
353
353
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
354
|
-
# *
|
|
354
|
+
# *Amazon Web Services General Reference*.
|
|
355
355
|
#
|
|
356
356
|
# @option params [required, String] :permission_set_arn
|
|
357
357
|
# The ARN of the PermissionSet that the managed policy should be
|
|
@@ -379,34 +379,34 @@ module Aws::SSOAdmin
|
|
|
379
379
|
req.send_request(options)
|
|
380
380
|
end
|
|
381
381
|
|
|
382
|
-
# Assigns access to a principal for a specified
|
|
383
|
-
# specified permission set.
|
|
382
|
+
# Assigns access to a principal for a specified Amazon Web Services
|
|
383
|
+
# account using a specified permission set.
|
|
384
384
|
#
|
|
385
385
|
# <note markdown="1"> The term *principal* here refers to a user or group that is defined in
|
|
386
|
-
#
|
|
386
|
+
# Amazon Web Services SSO.
|
|
387
387
|
#
|
|
388
388
|
# </note>
|
|
389
389
|
#
|
|
390
390
|
# <note markdown="1"> As part of a successful `CreateAccountAssignment` call, the specified
|
|
391
391
|
# permission set will automatically be provisioned to the account in the
|
|
392
|
-
# form of an IAM policy attached to the SSO-created IAM
|
|
393
|
-
# permission set is subsequently updated, the corresponding
|
|
394
|
-
# attached to roles in your accounts will not be updated
|
|
395
|
-
# In this case, you
|
|
396
|
-
# these updates.
|
|
392
|
+
# form of an IAM policy. That policy is attached to the SSO-created IAM
|
|
393
|
+
# role. If the permission set is subsequently updated, the corresponding
|
|
394
|
+
# IAM policies attached to roles in your accounts will not be updated
|
|
395
|
+
# automatically. In this case, you must call ` ProvisionPermissionSet `
|
|
396
|
+
# to make these updates.
|
|
397
397
|
#
|
|
398
398
|
# </note>
|
|
399
399
|
#
|
|
400
400
|
# @option params [required, String] :instance_arn
|
|
401
401
|
# The ARN of the SSO instance under which the operation will be
|
|
402
402
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
403
|
-
# (ARNs) and
|
|
403
|
+
# (ARNs) and Amazon Web Services Service
|
|
404
404
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
405
|
-
# *
|
|
405
|
+
# *Amazon Web Services General Reference*.
|
|
406
406
|
#
|
|
407
407
|
# @option params [required, String] :target_id
|
|
408
|
-
# TargetID is an
|
|
409
|
-
# (For example, 123456789012).
|
|
408
|
+
# TargetID is an Amazon Web Services account identifier, typically a
|
|
409
|
+
# 10-12 digit string (For example, 123456789012).
|
|
410
410
|
#
|
|
411
411
|
# @option params [required, String] :target_type
|
|
412
412
|
# The entity type for which the assignment will be created.
|
|
@@ -419,10 +419,11 @@ module Aws::SSOAdmin
|
|
|
419
419
|
# The entity type for which the assignment will be created.
|
|
420
420
|
#
|
|
421
421
|
# @option params [required, String] :principal_id
|
|
422
|
-
# An identifier for an object in
|
|
423
|
-
# PrincipalIds are GUIDs (For example,
|
|
422
|
+
# An identifier for an object in Amazon Web Services SSO, such as a user
|
|
423
|
+
# or group. PrincipalIds are GUIDs (For example,
|
|
424
424
|
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
|
425
|
-
# PrincipalIds in
|
|
425
|
+
# PrincipalIds in Amazon Web Services SSO, see the [Amazon Web Services
|
|
426
|
+
# SSO Identity Store API
|
|
426
427
|
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
|
427
428
|
#
|
|
428
429
|
# @return [Types::CreateAccountAssignmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -462,24 +463,25 @@ module Aws::SSOAdmin
|
|
|
462
463
|
end
|
|
463
464
|
|
|
464
465
|
# Enables the attributes-based access control (ABAC) feature for the
|
|
465
|
-
# specified
|
|
466
|
-
# to your ABAC configuration during the enabling
|
|
467
|
-
# information about ABAC, see [Attribute-Based Access
|
|
468
|
-
# Control](/singlesignon/latest/userguide/abac.html) in the *
|
|
469
|
-
# User Guide*.
|
|
466
|
+
# specified Amazon Web Services SSO instance. You can also specify new
|
|
467
|
+
# attributes to add to your ABAC configuration during the enabling
|
|
468
|
+
# process. For more information about ABAC, see [Attribute-Based Access
|
|
469
|
+
# Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
|
|
470
|
+
# Services SSO User Guide*.
|
|
470
471
|
#
|
|
471
472
|
# @option params [required, String] :instance_arn
|
|
472
473
|
# The ARN of the SSO instance under which the operation will be
|
|
473
474
|
# executed.
|
|
474
475
|
#
|
|
475
476
|
# @option params [required, Types::InstanceAccessControlAttributeConfiguration] :instance_access_control_attribute_configuration
|
|
476
|
-
# Specifies the
|
|
477
|
-
# configuration. When using an external identity provider
|
|
478
|
-
# source, you can pass attributes through the SAML
|
|
479
|
-
#
|
|
480
|
-
#
|
|
481
|
-
#
|
|
482
|
-
#
|
|
477
|
+
# Specifies the Amazon Web Services SSO identity store attributes to add
|
|
478
|
+
# to your ABAC configuration. When using an external identity provider
|
|
479
|
+
# as an identity source, you can pass attributes through the SAML
|
|
480
|
+
# assertion. Doing so provides an alternative to configuring attributes
|
|
481
|
+
# from the Amazon Web Services SSO identity store. If a SAML assertion
|
|
482
|
+
# passes any of these attributes, Amazon Web Services SSO will replace
|
|
483
|
+
# the attribute value with the value from the Amazon Web Services SSO
|
|
484
|
+
# identity store.
|
|
483
485
|
#
|
|
484
486
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
485
487
|
#
|
|
@@ -510,8 +512,8 @@ module Aws::SSOAdmin
|
|
|
510
512
|
|
|
511
513
|
# Creates a permission set within a specified SSO instance.
|
|
512
514
|
#
|
|
513
|
-
# <note markdown="1"> To grant users and groups access to
|
|
514
|
-
# CreateAccountAssignment `.
|
|
515
|
+
# <note markdown="1"> To grant users and groups access to Amazon Web Services account
|
|
516
|
+
# resources, use ` CreateAccountAssignment `.
|
|
515
517
|
#
|
|
516
518
|
# </note>
|
|
517
519
|
#
|
|
@@ -524,9 +526,9 @@ module Aws::SSOAdmin
|
|
|
524
526
|
# @option params [required, String] :instance_arn
|
|
525
527
|
# The ARN of the SSO instance under which the operation will be
|
|
526
528
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
527
|
-
# (ARNs) and
|
|
529
|
+
# (ARNs) and Amazon Web Services Service
|
|
528
530
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
529
|
-
# *
|
|
531
|
+
# *Amazon Web Services General Reference*.
|
|
530
532
|
#
|
|
531
533
|
# @option params [String] :session_duration
|
|
532
534
|
# The length of time that the application user sessions are valid in the
|
|
@@ -577,19 +579,19 @@ module Aws::SSOAdmin
|
|
|
577
579
|
req.send_request(options)
|
|
578
580
|
end
|
|
579
581
|
|
|
580
|
-
# Deletes a principal's access from a specified
|
|
581
|
-
# specified permission set.
|
|
582
|
+
# Deletes a principal's access from a specified Amazon Web Services
|
|
583
|
+
# account using a specified permission set.
|
|
582
584
|
#
|
|
583
585
|
# @option params [required, String] :instance_arn
|
|
584
586
|
# The ARN of the SSO instance under which the operation will be
|
|
585
587
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
586
|
-
# (ARNs) and
|
|
588
|
+
# (ARNs) and Amazon Web Services Service
|
|
587
589
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
588
|
-
# *
|
|
590
|
+
# *Amazon Web Services General Reference*.
|
|
589
591
|
#
|
|
590
592
|
# @option params [required, String] :target_id
|
|
591
|
-
# TargetID is an
|
|
592
|
-
# (For example, 123456789012).
|
|
593
|
+
# TargetID is an Amazon Web Services account identifier, typically a
|
|
594
|
+
# 10-12 digit string (For example, 123456789012).
|
|
593
595
|
#
|
|
594
596
|
# @option params [required, String] :target_type
|
|
595
597
|
# The entity type for which the assignment will be deleted.
|
|
@@ -601,10 +603,11 @@ module Aws::SSOAdmin
|
|
|
601
603
|
# The entity type for which the assignment will be deleted.
|
|
602
604
|
#
|
|
603
605
|
# @option params [required, String] :principal_id
|
|
604
|
-
# An identifier for an object in
|
|
605
|
-
# PrincipalIds are GUIDs (For example,
|
|
606
|
+
# An identifier for an object in Amazon Web Services SSO, such as a user
|
|
607
|
+
# or group. PrincipalIds are GUIDs (For example,
|
|
606
608
|
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
|
607
|
-
# PrincipalIds in
|
|
609
|
+
# PrincipalIds in Amazon Web Services SSO, see the [Amazon Web Services
|
|
610
|
+
# SSO Identity Store API
|
|
608
611
|
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
|
609
612
|
#
|
|
610
613
|
# @return [Types::DeleteAccountAssignmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -648,9 +651,9 @@ module Aws::SSOAdmin
|
|
|
648
651
|
# @option params [required, String] :instance_arn
|
|
649
652
|
# The ARN of the SSO instance under which the operation will be
|
|
650
653
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
651
|
-
# (ARNs) and
|
|
654
|
+
# (ARNs) and Amazon Web Services Service
|
|
652
655
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
653
|
-
# *
|
|
656
|
+
# *Amazon Web Services General Reference*.
|
|
654
657
|
#
|
|
655
658
|
# @option params [required, String] :permission_set_arn
|
|
656
659
|
# The ARN of the permission set that will be used to remove access.
|
|
@@ -674,13 +677,13 @@ module Aws::SSOAdmin
|
|
|
674
677
|
end
|
|
675
678
|
|
|
676
679
|
# Disables the attributes-based access control (ABAC) feature for the
|
|
677
|
-
# specified
|
|
678
|
-
# that have been configured. Once deleted, any
|
|
679
|
-
# received from an identity source and any custom
|
|
680
|
-
# previously configured will not be passed. For more
|
|
681
|
-
# ABAC, see [Attribute-Based Access
|
|
682
|
-
# Control](/singlesignon/latest/userguide/abac.html) in the *
|
|
683
|
-
# User Guide*.
|
|
680
|
+
# specified Amazon Web Services SSO instance and deletes all of the
|
|
681
|
+
# attribute mappings that have been configured. Once deleted, any
|
|
682
|
+
# attributes that are received from an identity source and any custom
|
|
683
|
+
# attributes you have previously configured will not be passed. For more
|
|
684
|
+
# information about ABAC, see [Attribute-Based Access
|
|
685
|
+
# Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
|
|
686
|
+
# Services SSO User Guide*.
|
|
684
687
|
#
|
|
685
688
|
# @option params [required, String] :instance_arn
|
|
686
689
|
# The ARN of the SSO instance under which the operation will be
|
|
@@ -708,9 +711,9 @@ module Aws::SSOAdmin
|
|
|
708
711
|
# @option params [required, String] :instance_arn
|
|
709
712
|
# The ARN of the SSO instance under which the operation will be
|
|
710
713
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
711
|
-
# (ARNs) and
|
|
714
|
+
# (ARNs) and Amazon Web Services Service
|
|
712
715
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
713
|
-
# *
|
|
716
|
+
# *Amazon Web Services General Reference*.
|
|
714
717
|
#
|
|
715
718
|
# @option params [required, String] :permission_set_arn
|
|
716
719
|
# The ARN of the permission set that should be deleted.
|
|
@@ -738,9 +741,9 @@ module Aws::SSOAdmin
|
|
|
738
741
|
# @option params [required, String] :instance_arn
|
|
739
742
|
# The ARN of the SSO instance under which the operation will be
|
|
740
743
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
741
|
-
# (ARNs) and
|
|
744
|
+
# (ARNs) and Amazon Web Services Service
|
|
742
745
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
743
|
-
# *
|
|
746
|
+
# *Amazon Web Services General Reference*.
|
|
744
747
|
#
|
|
745
748
|
# @option params [required, String] :account_assignment_creation_request_id
|
|
746
749
|
# The identifier that is used to track the request operation progress.
|
|
@@ -782,9 +785,9 @@ module Aws::SSOAdmin
|
|
|
782
785
|
# @option params [required, String] :instance_arn
|
|
783
786
|
# The ARN of the SSO instance under which the operation will be
|
|
784
787
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
785
|
-
# (ARNs) and
|
|
788
|
+
# (ARNs) and Amazon Web Services Service
|
|
786
789
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
787
|
-
# *
|
|
790
|
+
# *Amazon Web Services General Reference*.
|
|
788
791
|
#
|
|
789
792
|
# @option params [required, String] :account_assignment_deletion_request_id
|
|
790
793
|
# The identifier that is used to track the request operation progress.
|
|
@@ -821,13 +824,13 @@ module Aws::SSOAdmin
|
|
|
821
824
|
req.send_request(options)
|
|
822
825
|
end
|
|
823
826
|
|
|
824
|
-
# Returns the list of
|
|
825
|
-
# configured to work with attributes-based access control
|
|
826
|
-
# specified
|
|
827
|
-
# and sent by an external identity
|
|
828
|
-
# ABAC, see [Attribute-Based Access
|
|
829
|
-
# Control](/singlesignon/latest/userguide/abac.html) in the *
|
|
830
|
-
# User Guide*.
|
|
827
|
+
# Returns the list of Amazon Web Services SSO identity store attributes
|
|
828
|
+
# that have been configured to work with attributes-based access control
|
|
829
|
+
# (ABAC) for the specified Amazon Web Services SSO instance. This will
|
|
830
|
+
# not return attributes configured and sent by an external identity
|
|
831
|
+
# provider. For more information about ABAC, see [Attribute-Based Access
|
|
832
|
+
# Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
|
|
833
|
+
# Services SSO User Guide*.
|
|
831
834
|
#
|
|
832
835
|
# @option params [required, String] :instance_arn
|
|
833
836
|
# The ARN of the SSO instance under which the operation will be
|
|
@@ -868,9 +871,9 @@ module Aws::SSOAdmin
|
|
|
868
871
|
# @option params [required, String] :instance_arn
|
|
869
872
|
# The ARN of the SSO instance under which the operation will be
|
|
870
873
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
871
|
-
# (ARNs) and
|
|
874
|
+
# (ARNs) and Amazon Web Services Service
|
|
872
875
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
873
|
-
# *
|
|
876
|
+
# *Amazon Web Services General Reference*.
|
|
874
877
|
#
|
|
875
878
|
# @option params [required, String] :permission_set_arn
|
|
876
879
|
# The ARN of the permission set.
|
|
@@ -910,9 +913,9 @@ module Aws::SSOAdmin
|
|
|
910
913
|
# @option params [required, String] :instance_arn
|
|
911
914
|
# The ARN of the SSO instance under which the operation will be
|
|
912
915
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
913
|
-
# (ARNs) and
|
|
916
|
+
# (ARNs) and Amazon Web Services Service
|
|
914
917
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
915
|
-
# *
|
|
918
|
+
# *Amazon Web Services General Reference*.
|
|
916
919
|
#
|
|
917
920
|
# @option params [required, String] :provision_permission_set_request_id
|
|
918
921
|
# The identifier that is provided by the ProvisionPermissionSet call to
|
|
@@ -953,9 +956,9 @@ module Aws::SSOAdmin
|
|
|
953
956
|
# @option params [required, String] :instance_arn
|
|
954
957
|
# The ARN of the SSO instance under which the operation will be
|
|
955
958
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
956
|
-
# (ARNs) and
|
|
959
|
+
# (ARNs) and Amazon Web Services Service
|
|
957
960
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
958
|
-
# *
|
|
961
|
+
# *Amazon Web Services General Reference*.
|
|
959
962
|
#
|
|
960
963
|
# @option params [required, String] :permission_set_arn
|
|
961
964
|
# The ARN of the PermissionSet from which the policy should be detached.
|
|
@@ -987,9 +990,9 @@ module Aws::SSOAdmin
|
|
|
987
990
|
# @option params [required, String] :instance_arn
|
|
988
991
|
# The ARN of the SSO instance under which the operation will be
|
|
989
992
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
990
|
-
# (ARNs) and
|
|
993
|
+
# (ARNs) and Amazon Web Services Service
|
|
991
994
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
992
|
-
# *
|
|
995
|
+
# *Amazon Web Services General Reference*.
|
|
993
996
|
#
|
|
994
997
|
# @option params [required, String] :permission_set_arn
|
|
995
998
|
# The ARN of the permission set.
|
|
@@ -1018,15 +1021,15 @@ module Aws::SSOAdmin
|
|
|
1018
1021
|
req.send_request(options)
|
|
1019
1022
|
end
|
|
1020
1023
|
|
|
1021
|
-
# Lists the status of the
|
|
1022
|
-
# specified SSO instance.
|
|
1024
|
+
# Lists the status of the Amazon Web Services account assignment
|
|
1025
|
+
# creation requests for a specified SSO instance.
|
|
1023
1026
|
#
|
|
1024
1027
|
# @option params [required, String] :instance_arn
|
|
1025
1028
|
# The ARN of the SSO instance under which the operation will be
|
|
1026
1029
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1027
|
-
# (ARNs) and
|
|
1030
|
+
# (ARNs) and Amazon Web Services Service
|
|
1028
1031
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1029
|
-
# *
|
|
1032
|
+
# *Amazon Web Services General Reference*.
|
|
1030
1033
|
#
|
|
1031
1034
|
# @option params [Integer] :max_results
|
|
1032
1035
|
# The maximum number of results to display for the assignment.
|
|
@@ -1073,15 +1076,15 @@ module Aws::SSOAdmin
|
|
|
1073
1076
|
req.send_request(options)
|
|
1074
1077
|
end
|
|
1075
1078
|
|
|
1076
|
-
# Lists the status of the
|
|
1077
|
-
# specified SSO instance.
|
|
1079
|
+
# Lists the status of the Amazon Web Services account assignment
|
|
1080
|
+
# deletion requests for a specified SSO instance.
|
|
1078
1081
|
#
|
|
1079
1082
|
# @option params [required, String] :instance_arn
|
|
1080
1083
|
# The ARN of the SSO instance under which the operation will be
|
|
1081
1084
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1082
|
-
# (ARNs) and
|
|
1085
|
+
# (ARNs) and Amazon Web Services Service
|
|
1083
1086
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1084
|
-
# *
|
|
1087
|
+
# *Amazon Web Services General Reference*.
|
|
1085
1088
|
#
|
|
1086
1089
|
# @option params [Integer] :max_results
|
|
1087
1090
|
# The maximum number of results to display for the assignment.
|
|
@@ -1128,18 +1131,19 @@ module Aws::SSOAdmin
|
|
|
1128
1131
|
req.send_request(options)
|
|
1129
1132
|
end
|
|
1130
1133
|
|
|
1131
|
-
# Lists the assignee of the specified
|
|
1132
|
-
# permission set.
|
|
1134
|
+
# Lists the assignee of the specified Amazon Web Services account with
|
|
1135
|
+
# the specified permission set.
|
|
1133
1136
|
#
|
|
1134
1137
|
# @option params [required, String] :instance_arn
|
|
1135
1138
|
# The ARN of the SSO instance under which the operation will be
|
|
1136
1139
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1137
|
-
# (ARNs) and
|
|
1140
|
+
# (ARNs) and Amazon Web Services Service
|
|
1138
1141
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1139
|
-
# *
|
|
1142
|
+
# *Amazon Web Services General Reference*.
|
|
1140
1143
|
#
|
|
1141
1144
|
# @option params [required, String] :account_id
|
|
1142
|
-
# The identifier of the
|
|
1145
|
+
# The identifier of the Amazon Web Services account from which to list
|
|
1146
|
+
# the assignments.
|
|
1143
1147
|
#
|
|
1144
1148
|
# @option params [required, String] :permission_set_arn
|
|
1145
1149
|
# The ARN of the permission set from which to list assignments.
|
|
@@ -1186,22 +1190,23 @@ module Aws::SSOAdmin
|
|
|
1186
1190
|
req.send_request(options)
|
|
1187
1191
|
end
|
|
1188
1192
|
|
|
1189
|
-
# Lists all the
|
|
1190
|
-
# provisioned.
|
|
1193
|
+
# Lists all the Amazon Web Services accounts where the specified
|
|
1194
|
+
# permission set is provisioned.
|
|
1191
1195
|
#
|
|
1192
1196
|
# @option params [required, String] :instance_arn
|
|
1193
1197
|
# The ARN of the SSO instance under which the operation will be
|
|
1194
1198
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1195
|
-
# (ARNs) and
|
|
1199
|
+
# (ARNs) and Amazon Web Services Service
|
|
1196
1200
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1197
|
-
# *
|
|
1201
|
+
# *Amazon Web Services General Reference*.
|
|
1198
1202
|
#
|
|
1199
1203
|
# @option params [required, String] :permission_set_arn
|
|
1200
|
-
# The ARN of the PermissionSet from which the associated
|
|
1201
|
-
# will be listed.
|
|
1204
|
+
# The ARN of the PermissionSet from which the associated Amazon Web
|
|
1205
|
+
# Services accounts will be listed.
|
|
1202
1206
|
#
|
|
1203
1207
|
# @option params [String] :provisioning_status
|
|
1204
|
-
# The permission set provisioning status for an
|
|
1208
|
+
# The permission set provisioning status for an Amazon Web Services
|
|
1209
|
+
# account.
|
|
1205
1210
|
#
|
|
1206
1211
|
# @option params [Integer] :max_results
|
|
1207
1212
|
# The maximum number of results to display for the PermissionSet.
|
|
@@ -1287,9 +1292,9 @@ module Aws::SSOAdmin
|
|
|
1287
1292
|
# @option params [required, String] :instance_arn
|
|
1288
1293
|
# The ARN of the SSO instance under which the operation will be
|
|
1289
1294
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1290
|
-
# (ARNs) and
|
|
1295
|
+
# (ARNs) and Amazon Web Services Service
|
|
1291
1296
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1292
|
-
# *
|
|
1297
|
+
# *Amazon Web Services General Reference*.
|
|
1293
1298
|
#
|
|
1294
1299
|
# @option params [required, String] :permission_set_arn
|
|
1295
1300
|
# The ARN of the PermissionSet whose managed policies will be listed.
|
|
@@ -1339,9 +1344,9 @@ module Aws::SSOAdmin
|
|
|
1339
1344
|
# @option params [required, String] :instance_arn
|
|
1340
1345
|
# The ARN of the SSO instance under which the operation will be
|
|
1341
1346
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1342
|
-
# (ARNs) and
|
|
1347
|
+
# (ARNs) and Amazon Web Services Service
|
|
1343
1348
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1344
|
-
# *
|
|
1349
|
+
# *Amazon Web Services General Reference*.
|
|
1345
1350
|
#
|
|
1346
1351
|
# @option params [Integer] :max_results
|
|
1347
1352
|
# The maximum number of results to display for the assignment.
|
|
@@ -1393,9 +1398,9 @@ module Aws::SSOAdmin
|
|
|
1393
1398
|
# @option params [required, String] :instance_arn
|
|
1394
1399
|
# The ARN of the SSO instance under which the operation will be
|
|
1395
1400
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1396
|
-
# (ARNs) and
|
|
1401
|
+
# (ARNs) and Amazon Web Services Service
|
|
1397
1402
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1398
|
-
# *
|
|
1403
|
+
# *Amazon Web Services General Reference*.
|
|
1399
1404
|
#
|
|
1400
1405
|
# @option params [String] :next_token
|
|
1401
1406
|
# The pagination token for the list API. Initially the value is null.
|
|
@@ -1434,18 +1439,19 @@ module Aws::SSOAdmin
|
|
|
1434
1439
|
req.send_request(options)
|
|
1435
1440
|
end
|
|
1436
1441
|
|
|
1437
|
-
# Lists all the permission sets that are provisioned to a specified
|
|
1438
|
-
# account.
|
|
1442
|
+
# Lists all the permission sets that are provisioned to a specified
|
|
1443
|
+
# Amazon Web Services account.
|
|
1439
1444
|
#
|
|
1440
1445
|
# @option params [required, String] :instance_arn
|
|
1441
1446
|
# The ARN of the SSO instance under which the operation will be
|
|
1442
1447
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1443
|
-
# (ARNs) and
|
|
1448
|
+
# (ARNs) and Amazon Web Services Service
|
|
1444
1449
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1445
|
-
# *
|
|
1450
|
+
# *Amazon Web Services General Reference*.
|
|
1446
1451
|
#
|
|
1447
1452
|
# @option params [required, String] :account_id
|
|
1448
|
-
# The identifier of the
|
|
1453
|
+
# The identifier of the Amazon Web Services account from which to list
|
|
1454
|
+
# the assignments.
|
|
1449
1455
|
#
|
|
1450
1456
|
# @option params [String] :provisioning_status
|
|
1451
1457
|
# The status object for the permission set provisioning operation.
|
|
@@ -1494,9 +1500,9 @@ module Aws::SSOAdmin
|
|
|
1494
1500
|
# @option params [required, String] :instance_arn
|
|
1495
1501
|
# The ARN of the SSO instance under which the operation will be
|
|
1496
1502
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1497
|
-
# (ARNs) and
|
|
1503
|
+
# (ARNs) and Amazon Web Services Service
|
|
1498
1504
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1499
|
-
# *
|
|
1505
|
+
# *Amazon Web Services General Reference*.
|
|
1500
1506
|
#
|
|
1501
1507
|
# @option params [required, String] :resource_arn
|
|
1502
1508
|
# The ARN of the resource with the tags to be listed.
|
|
@@ -1542,16 +1548,16 @@ module Aws::SSOAdmin
|
|
|
1542
1548
|
# @option params [required, String] :instance_arn
|
|
1543
1549
|
# The ARN of the SSO instance under which the operation will be
|
|
1544
1550
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1545
|
-
# (ARNs) and
|
|
1551
|
+
# (ARNs) and Amazon Web Services Service
|
|
1546
1552
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1547
|
-
# *
|
|
1553
|
+
# *Amazon Web Services General Reference*.
|
|
1548
1554
|
#
|
|
1549
1555
|
# @option params [required, String] :permission_set_arn
|
|
1550
1556
|
# The ARN of the permission set.
|
|
1551
1557
|
#
|
|
1552
1558
|
# @option params [String] :target_id
|
|
1553
|
-
# TargetID is an
|
|
1554
|
-
# (For example, 123456789012).
|
|
1559
|
+
# TargetID is an Amazon Web Services account identifier, typically a
|
|
1560
|
+
# 10-12 digit string (For example, 123456789012).
|
|
1555
1561
|
#
|
|
1556
1562
|
# @option params [required, String] :target_type
|
|
1557
1563
|
# The entity type for which the assignment will be created.
|
|
@@ -1599,9 +1605,9 @@ module Aws::SSOAdmin
|
|
|
1599
1605
|
# @option params [required, String] :instance_arn
|
|
1600
1606
|
# The ARN of the SSO instance under which the operation will be
|
|
1601
1607
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1602
|
-
# (ARNs) and
|
|
1608
|
+
# (ARNs) and Amazon Web Services Service
|
|
1603
1609
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1604
|
-
# *
|
|
1610
|
+
# *Amazon Web Services General Reference*.
|
|
1605
1611
|
#
|
|
1606
1612
|
# @option params [required, String] :permission_set_arn
|
|
1607
1613
|
# The ARN of the permission set.
|
|
@@ -1633,9 +1639,9 @@ module Aws::SSOAdmin
|
|
|
1633
1639
|
# @option params [required, String] :instance_arn
|
|
1634
1640
|
# The ARN of the SSO instance under which the operation will be
|
|
1635
1641
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1636
|
-
# (ARNs) and
|
|
1642
|
+
# (ARNs) and Amazon Web Services Service
|
|
1637
1643
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1638
|
-
# *
|
|
1644
|
+
# *Amazon Web Services General Reference*.
|
|
1639
1645
|
#
|
|
1640
1646
|
# @option params [required, String] :resource_arn
|
|
1641
1647
|
# The ARN of the resource with the tags to be listed.
|
|
@@ -1672,9 +1678,9 @@ module Aws::SSOAdmin
|
|
|
1672
1678
|
# @option params [required, String] :instance_arn
|
|
1673
1679
|
# The ARN of the SSO instance under which the operation will be
|
|
1674
1680
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1675
|
-
# (ARNs) and
|
|
1681
|
+
# (ARNs) and Amazon Web Services Service
|
|
1676
1682
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1677
|
-
# *
|
|
1683
|
+
# *Amazon Web Services General Reference*.
|
|
1678
1684
|
#
|
|
1679
1685
|
# @option params [required, String] :resource_arn
|
|
1680
1686
|
# The ARN of the resource with the tags to be listed.
|
|
@@ -1701,16 +1707,17 @@ module Aws::SSOAdmin
|
|
|
1701
1707
|
req.send_request(options)
|
|
1702
1708
|
end
|
|
1703
1709
|
|
|
1704
|
-
# Updates the
|
|
1705
|
-
#
|
|
1706
|
-
#
|
|
1707
|
-
# attributes through the SAML assertion as
|
|
1708
|
-
#
|
|
1709
|
-
#
|
|
1710
|
-
#
|
|
1711
|
-
#
|
|
1712
|
-
#
|
|
1713
|
-
#
|
|
1710
|
+
# Updates the Amazon Web Services SSO identity store attributes that you
|
|
1711
|
+
# can use with the Amazon Web Services SSO instance for attributes-based
|
|
1712
|
+
# access control (ABAC). When using an external identity provider as an
|
|
1713
|
+
# identity source, you can pass attributes through the SAML assertion as
|
|
1714
|
+
# an alternative to configuring attributes from the Amazon Web Services
|
|
1715
|
+
# SSO identity store. If a SAML assertion passes any of these
|
|
1716
|
+
# attributes, Amazon Web Services SSO replaces the attribute value with
|
|
1717
|
+
# the value from the Amazon Web Services SSO identity store. For more
|
|
1718
|
+
# information about ABAC, see [Attribute-Based Access
|
|
1719
|
+
# Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
|
|
1720
|
+
# Services SSO User Guide*.
|
|
1714
1721
|
#
|
|
1715
1722
|
# @option params [required, String] :instance_arn
|
|
1716
1723
|
# The ARN of the SSO instance under which the operation will be
|
|
@@ -1751,9 +1758,9 @@ module Aws::SSOAdmin
|
|
|
1751
1758
|
# @option params [required, String] :instance_arn
|
|
1752
1759
|
# The ARN of the SSO instance under which the operation will be
|
|
1753
1760
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
|
1754
|
-
# (ARNs) and
|
|
1761
|
+
# (ARNs) and Amazon Web Services Service
|
|
1755
1762
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
|
1756
|
-
# *
|
|
1763
|
+
# *Amazon Web Services General Reference*.
|
|
1757
1764
|
#
|
|
1758
1765
|
# @option params [required, String] :permission_set_arn
|
|
1759
1766
|
# The ARN of the permission set.
|
|
@@ -1803,7 +1810,7 @@ module Aws::SSOAdmin
|
|
|
1803
1810
|
params: params,
|
|
1804
1811
|
config: config)
|
|
1805
1812
|
context[:gem_name] = 'aws-sdk-ssoadmin'
|
|
1806
|
-
context[:gem_version] = '1.
|
|
1813
|
+
context[:gem_version] = '1.8.0'
|
|
1807
1814
|
Seahorse::Client::Request.new(handlers, context)
|
|
1808
1815
|
end
|
|
1809
1816
|
|