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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 229524ac830c41c9754aab06d3808420bfa7d6f05e60fbac4306e8631a4eb631
4
- data.tar.gz: ac864ba8aa7f6efc4bb788d4d64b13090744cc1112443c6bafab95ca5ce596aa
3
+ metadata.gz: a5a3cf228c559c63ef2f5b507c53bb47332ea677ee3e8cd4ef955d859baf6b72
4
+ data.tar.gz: 7079a9815c617caf1d7e808f6b8d10f7a62904c753a3dfec3eb0c470fe7dea65
5
5
  SHA512:
6
- metadata.gz: be34dc69d0c6ebce7f2eda2fdb2c5a1161b13eadd1a78f7e8a9d7182bad23b96b1c2a72b40445c27498f7787032c9a9675dad845a16795e7e275f0742b03bd25
7
- data.tar.gz: a5335ec287286626ea18d49fb46e927ae0e8e96c8f43091e8162c7486ec51b8bf0513c135bdca5e70a7515014a1417b0f6fddcb6e50097a64a7af730588b97d9
6
+ metadata.gz: 329feca5e40d45b0b582b04fe92f89ead8320c3464a59fa3ccff89c9ab8741e43ab6fc2b6f7e1dcd148dd5ae4f39d2513dbe1ed1c0071404b96e1464b0fc8516
7
+ data.tar.gz: c3efa1dfcd60011f5dc32f10c0061a00772509be54471f1634ff6dea0793fbe4446d5b74ce807b0e6344b7d1b55b74a75089a29fa8dd2e2a97176443ef9a15ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2022-08-23)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
8
+
4
9
  1.18.0 (2022-08-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
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.18.0'
2083
+ context[:gem_version] = '1.19.0'
2066
2084
  Seahorse::Client::Request.new(handlers, context)
2067
2085
  end
2068
2086
 
@@ -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.18.0'
51
+ GEM_VERSION = '1.19.0'
52
52
 
53
53
  end
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.18.0
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-08 00:00:00.000000000 Z
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