aws-sdk-ssoadmin 1.18.0 → 1.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssoadmin/client.rb +19 -1
- data/lib/aws-sdk-ssoadmin.rb +1 -1
- 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: a5a3cf228c559c63ef2f5b507c53bb47332ea677ee3e8cd4ef955d859baf6b72
|
4
|
+
data.tar.gz: 7079a9815c617caf1d7e808f6b8d10f7a62904c753a3dfec3eb0c470fe7dea65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 329feca5e40d45b0b582b04fe92f89ead8320c3464a59fa3ccff89c9ab8741e43ab6fc2b6f7e1dcd148dd5ae4f39d2513dbe1ed1c0071404b96e1464b0fc8516
|
7
|
+
data.tar.gz: c3efa1dfcd60011f5dc32f10c0061a00772509be54471f1634ff6dea0793fbe4446d5b74ce807b0e6344b7d1b55b74a75089a29fa8dd2e2a97176443ef9a15ef
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.19.0
|
@@ -460,6 +460,12 @@ module Aws::SSOAdmin
|
|
460
460
|
#
|
461
461
|
# </note>
|
462
462
|
#
|
463
|
+
# <note markdown="1"> After a successful response, call
|
464
|
+
# `DescribeAccountAssignmentCreationStatus` to describe the status of an
|
465
|
+
# assignment creation request.
|
466
|
+
#
|
467
|
+
# </note>
|
468
|
+
#
|
463
469
|
# @option params [required, String] :instance_arn
|
464
470
|
# The ARN of the Amazon Web Services SSO instance under which the
|
465
471
|
# operation will be executed. For more information about ARNs, see
|
@@ -532,6 +538,12 @@ module Aws::SSOAdmin
|
|
532
538
|
# Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
|
533
539
|
# Services SSO User Guide*.
|
534
540
|
#
|
541
|
+
# <note markdown="1"> After a successful response, call
|
542
|
+
# `DescribeInstanceAccessControlAttributeConfiguration` to validate that
|
543
|
+
# `InstanceAccessControlAttributeConfiguration` was created.
|
544
|
+
#
|
545
|
+
# </note>
|
546
|
+
#
|
535
547
|
# @option params [required, String] :instance_arn
|
536
548
|
# The ARN of the Amazon Web Services SSO instance under which the
|
537
549
|
# operation will be executed.
|
@@ -646,6 +658,12 @@ module Aws::SSOAdmin
|
|
646
658
|
# Deletes a principal's access from a specified Amazon Web Services
|
647
659
|
# account using a specified permission set.
|
648
660
|
#
|
661
|
+
# <note markdown="1"> After a successful response, call
|
662
|
+
# `DescribeAccountAssignmentCreationStatus` to describe the status of an
|
663
|
+
# assignment deletion request.
|
664
|
+
#
|
665
|
+
# </note>
|
666
|
+
#
|
649
667
|
# @option params [required, String] :instance_arn
|
650
668
|
# The ARN of the Amazon Web Services SSO instance under which the
|
651
669
|
# operation will be executed. For more information about ARNs, see
|
@@ -2062,7 +2080,7 @@ module Aws::SSOAdmin
|
|
2062
2080
|
params: params,
|
2063
2081
|
config: config)
|
2064
2082
|
context[:gem_name] = 'aws-sdk-ssoadmin'
|
2065
|
-
context[:gem_version] = '1.
|
2083
|
+
context[:gem_version] = '1.19.0'
|
2066
2084
|
Seahorse::Client::Request.new(handlers, context)
|
2067
2085
|
end
|
2068
2086
|
|
data/lib/aws-sdk-ssoadmin.rb
CHANGED
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.19.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: 2022-08-
|
11
|
+
date: 2022-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|