aws-sdk-ssoadmin 1.79.0 → 1.80.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssoadmin/client.rb +12 -1
- data/lib/aws-sdk-ssoadmin/client_api.rb +5 -0
- data/lib/aws-sdk-ssoadmin/types.rb +24 -0
- data/lib/aws-sdk-ssoadmin.rb +1 -1
- data/sig/client.rbs +3 -0
- data/sig/types.rbs +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4da6195cec030afb2e4a3cb0ddc63051b05a60ff90e1eb0fbb78189ff4235b62
|
|
4
|
+
data.tar.gz: 6e9be33aea21da147db29f69c225b02f63599bd5d254e35766cd7cf7fe6c13af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2261ac41b3e6a6f968c24e261683aeac0a97091d851f6539100b89782a9c2a3e4cc70f3d0a01b57b0c5a403a203f528fc9c355f65dcd5c2d2c8f484a86ae7f36
|
|
7
|
+
data.tar.gz: 27034c1c31761c4d61b818fa96b1aad9eac2c446dd6676cd84225945c26f894d7592896d8c67bb889cb7a9de85dfdae9d383fcf502c7e476b30d0aeaf7781c7e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.80.0 (2026-09-22)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS IAM Identity Center now returns PrimaryRegion and Regions in the DescribeInstance response, providing information about replicated instances, and returns IdentityStoreArn in both the ListInstances and DescribeInstance responses.
|
|
8
|
+
|
|
4
9
|
1.79.0 (2026-09-11)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.80.0
|
|
@@ -1794,11 +1794,14 @@ module Aws::SSOAdmin
|
|
|
1794
1794
|
#
|
|
1795
1795
|
# * {Types::DescribeInstanceResponse#instance_arn #instance_arn} => String
|
|
1796
1796
|
# * {Types::DescribeInstanceResponse#identity_store_id #identity_store_id} => String
|
|
1797
|
+
# * {Types::DescribeInstanceResponse#identity_store_arn #identity_store_arn} => String
|
|
1797
1798
|
# * {Types::DescribeInstanceResponse#owner_account_id #owner_account_id} => String
|
|
1798
1799
|
# * {Types::DescribeInstanceResponse#name #name} => String
|
|
1799
1800
|
# * {Types::DescribeInstanceResponse#created_date #created_date} => Time
|
|
1800
1801
|
# * {Types::DescribeInstanceResponse#status #status} => String
|
|
1801
1802
|
# * {Types::DescribeInstanceResponse#status_reason #status_reason} => String
|
|
1803
|
+
# * {Types::DescribeInstanceResponse#primary_region #primary_region} => String
|
|
1804
|
+
# * {Types::DescribeInstanceResponse#regions #regions} => Array<Types::RegionMetadata>
|
|
1802
1805
|
# * {Types::DescribeInstanceResponse#encryption_configuration_details #encryption_configuration_details} => Types::EncryptionConfigurationDetails
|
|
1803
1806
|
# * {Types::DescribeInstanceResponse#permission_sets_enabled #permission_sets_enabled} => Boolean
|
|
1804
1807
|
#
|
|
@@ -1812,11 +1815,18 @@ module Aws::SSOAdmin
|
|
|
1812
1815
|
#
|
|
1813
1816
|
# resp.instance_arn #=> String
|
|
1814
1817
|
# resp.identity_store_id #=> String
|
|
1818
|
+
# resp.identity_store_arn #=> String
|
|
1815
1819
|
# resp.owner_account_id #=> String
|
|
1816
1820
|
# resp.name #=> String
|
|
1817
1821
|
# resp.created_date #=> Time
|
|
1818
1822
|
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "DELETE_IN_PROGRESS", "ACTIVE"
|
|
1819
1823
|
# resp.status_reason #=> String
|
|
1824
|
+
# resp.primary_region #=> String
|
|
1825
|
+
# resp.regions #=> Array
|
|
1826
|
+
# resp.regions[0].region_name #=> String
|
|
1827
|
+
# resp.regions[0].status #=> String, one of "ACTIVE", "ADDING", "REMOVING"
|
|
1828
|
+
# resp.regions[0].added_date #=> Time
|
|
1829
|
+
# resp.regions[0].is_primary_region #=> Boolean
|
|
1820
1830
|
# resp.encryption_configuration_details.key_type #=> String, one of "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"
|
|
1821
1831
|
# resp.encryption_configuration_details.kms_key_arn #=> String
|
|
1822
1832
|
# resp.encryption_configuration_details.encryption_status #=> String, one of "UPDATING", "ENABLED", "UPDATE_FAILED"
|
|
@@ -3173,6 +3183,7 @@ module Aws::SSOAdmin
|
|
|
3173
3183
|
# resp.instances #=> Array
|
|
3174
3184
|
# resp.instances[0].instance_arn #=> String
|
|
3175
3185
|
# resp.instances[0].identity_store_id #=> String
|
|
3186
|
+
# resp.instances[0].identity_store_arn #=> String
|
|
3176
3187
|
# resp.instances[0].owner_account_id #=> String
|
|
3177
3188
|
# resp.instances[0].name #=> String
|
|
3178
3189
|
# resp.instances[0].created_date #=> Time
|
|
@@ -4350,7 +4361,7 @@ module Aws::SSOAdmin
|
|
|
4350
4361
|
tracer: tracer
|
|
4351
4362
|
)
|
|
4352
4363
|
context[:gem_name] = 'aws-sdk-ssoadmin'
|
|
4353
|
-
context[:gem_version] = '1.
|
|
4364
|
+
context[:gem_version] = '1.80.0'
|
|
4354
4365
|
Seahorse::Client::Request.new(handlers, context)
|
|
4355
4366
|
end
|
|
4356
4367
|
|
|
@@ -164,6 +164,7 @@ module Aws::SSOAdmin
|
|
|
164
164
|
InstanceAccessControlAttributeConfigurationStatus = Shapes::StringShape.new(name: 'InstanceAccessControlAttributeConfigurationStatus')
|
|
165
165
|
InstanceAccessControlAttributeConfigurationStatusReason = Shapes::StringShape.new(name: 'InstanceAccessControlAttributeConfigurationStatusReason')
|
|
166
166
|
InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
|
|
167
|
+
InstanceIdentityStoreArn = Shapes::StringShape.new(name: 'InstanceIdentityStoreArn')
|
|
167
168
|
InstanceList = Shapes::ListShape.new(name: 'InstanceList')
|
|
168
169
|
InstanceMetadata = Shapes::StructureShape.new(name: 'InstanceMetadata')
|
|
169
170
|
InstanceStatus = Shapes::StringShape.new(name: 'InstanceStatus')
|
|
@@ -675,11 +676,14 @@ module Aws::SSOAdmin
|
|
|
675
676
|
|
|
676
677
|
DescribeInstanceResponse.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, location_name: "InstanceArn"))
|
|
677
678
|
DescribeInstanceResponse.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: Id, location_name: "IdentityStoreId"))
|
|
679
|
+
DescribeInstanceResponse.add_member(:identity_store_arn, Shapes::ShapeRef.new(shape: InstanceIdentityStoreArn, location_name: "IdentityStoreArn"))
|
|
678
680
|
DescribeInstanceResponse.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "OwnerAccountId"))
|
|
679
681
|
DescribeInstanceResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameType, location_name: "Name"))
|
|
680
682
|
DescribeInstanceResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
|
|
681
683
|
DescribeInstanceResponse.add_member(:status, Shapes::ShapeRef.new(shape: InstanceStatus, location_name: "Status"))
|
|
682
684
|
DescribeInstanceResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: Reason, location_name: "StatusReason"))
|
|
685
|
+
DescribeInstanceResponse.add_member(:primary_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "PrimaryRegion"))
|
|
686
|
+
DescribeInstanceResponse.add_member(:regions, Shapes::ShapeRef.new(shape: RegionMetadataList, location_name: "Regions"))
|
|
683
687
|
DescribeInstanceResponse.add_member(:encryption_configuration_details, Shapes::ShapeRef.new(shape: EncryptionConfigurationDetails, location_name: "EncryptionConfigurationDetails"))
|
|
684
688
|
DescribeInstanceResponse.add_member(:permission_sets_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PermissionSetsEnabled"))
|
|
685
689
|
DescribeInstanceResponse.struct_class = Types::DescribeInstanceResponse
|
|
@@ -822,6 +826,7 @@ module Aws::SSOAdmin
|
|
|
822
826
|
|
|
823
827
|
InstanceMetadata.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, location_name: "InstanceArn"))
|
|
824
828
|
InstanceMetadata.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: Id, location_name: "IdentityStoreId"))
|
|
829
|
+
InstanceMetadata.add_member(:identity_store_arn, Shapes::ShapeRef.new(shape: InstanceIdentityStoreArn, location_name: "IdentityStoreArn"))
|
|
825
830
|
InstanceMetadata.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "OwnerAccountId"))
|
|
826
831
|
InstanceMetadata.add_member(:name, Shapes::ShapeRef.new(shape: NameType, location_name: "Name"))
|
|
827
832
|
InstanceMetadata.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
|
|
@@ -1670,6 +1670,11 @@ module Aws::SSOAdmin
|
|
|
1670
1670
|
# instance of IAM Identity Center.
|
|
1671
1671
|
# @return [String]
|
|
1672
1672
|
#
|
|
1673
|
+
# @!attribute [rw] identity_store_arn
|
|
1674
|
+
# The ARN of the identity store that is connected to the instance of
|
|
1675
|
+
# IAM Identity Center.
|
|
1676
|
+
# @return [String]
|
|
1677
|
+
#
|
|
1673
1678
|
# @!attribute [rw] owner_account_id
|
|
1674
1679
|
# The identifier of the Amazon Web Services account for which the
|
|
1675
1680
|
# instance was created.
|
|
@@ -1697,6 +1702,16 @@ module Aws::SSOAdmin
|
|
|
1697
1702
|
# service-related errors.
|
|
1698
1703
|
# @return [String]
|
|
1699
1704
|
#
|
|
1705
|
+
# @!attribute [rw] primary_region
|
|
1706
|
+
# The primary Region where the IAM Identity Center instance was
|
|
1707
|
+
# originally enabled. The primary Region cannot be removed.
|
|
1708
|
+
# @return [String]
|
|
1709
|
+
#
|
|
1710
|
+
# @!attribute [rw] regions
|
|
1711
|
+
# The list of Regions enabled in the IAM Identity Center instance,
|
|
1712
|
+
# including Regions with ACTIVE, ADDING, or REMOVING status.
|
|
1713
|
+
# @return [Array<Types::RegionMetadata>]
|
|
1714
|
+
#
|
|
1700
1715
|
# @!attribute [rw] encryption_configuration_details
|
|
1701
1716
|
# Contains the encryption configuration for your IAM Identity Center
|
|
1702
1717
|
# instance, including the encryption status, KMS key type, and KMS key
|
|
@@ -1713,11 +1728,14 @@ module Aws::SSOAdmin
|
|
|
1713
1728
|
class DescribeInstanceResponse < Struct.new(
|
|
1714
1729
|
:instance_arn,
|
|
1715
1730
|
:identity_store_id,
|
|
1731
|
+
:identity_store_arn,
|
|
1716
1732
|
:owner_account_id,
|
|
1717
1733
|
:name,
|
|
1718
1734
|
:created_date,
|
|
1719
1735
|
:status,
|
|
1720
1736
|
:status_reason,
|
|
1737
|
+
:primary_region,
|
|
1738
|
+
:regions,
|
|
1721
1739
|
:encryption_configuration_details,
|
|
1722
1740
|
:permission_sets_enabled)
|
|
1723
1741
|
SENSITIVE = []
|
|
@@ -2370,6 +2388,11 @@ module Aws::SSOAdmin
|
|
|
2370
2388
|
# Identity Center instance.
|
|
2371
2389
|
# @return [String]
|
|
2372
2390
|
#
|
|
2391
|
+
# @!attribute [rw] identity_store_arn
|
|
2392
|
+
# The ARN of the identity store that is connected to the Identity
|
|
2393
|
+
# Center instance.
|
|
2394
|
+
# @return [String]
|
|
2395
|
+
#
|
|
2373
2396
|
# @!attribute [rw] owner_account_id
|
|
2374
2397
|
# The Amazon Web Services account ID number of the owner of the
|
|
2375
2398
|
# Identity Center instance.
|
|
@@ -2411,6 +2434,7 @@ module Aws::SSOAdmin
|
|
|
2411
2434
|
class InstanceMetadata < Struct.new(
|
|
2412
2435
|
:instance_arn,
|
|
2413
2436
|
:identity_store_id,
|
|
2437
|
+
:identity_store_arn,
|
|
2414
2438
|
:owner_account_id,
|
|
2415
2439
|
:name,
|
|
2416
2440
|
:created_date,
|
data/lib/aws-sdk-ssoadmin.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -431,11 +431,14 @@ module Aws
|
|
|
431
431
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstanceResponse]
|
|
432
432
|
def instance_arn: () -> ::String
|
|
433
433
|
def identity_store_id: () -> ::String
|
|
434
|
+
def identity_store_arn: () -> ::String
|
|
434
435
|
def owner_account_id: () -> ::String
|
|
435
436
|
def name: () -> ::String
|
|
436
437
|
def created_date: () -> ::Time
|
|
437
438
|
def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "ACTIVE")
|
|
438
439
|
def status_reason: () -> ::String
|
|
440
|
+
def primary_region: () -> ::String
|
|
441
|
+
def regions: () -> ::Array[Types::RegionMetadata]
|
|
439
442
|
def encryption_configuration_details: () -> Types::EncryptionConfigurationDetails
|
|
440
443
|
def permission_sets_enabled: () -> bool
|
|
441
444
|
end
|
data/sig/types.rbs
CHANGED
|
@@ -460,11 +460,14 @@ module Aws::SSOAdmin
|
|
|
460
460
|
class DescribeInstanceResponse
|
|
461
461
|
attr_accessor instance_arn: ::String
|
|
462
462
|
attr_accessor identity_store_id: ::String
|
|
463
|
+
attr_accessor identity_store_arn: ::String
|
|
463
464
|
attr_accessor owner_account_id: ::String
|
|
464
465
|
attr_accessor name: ::String
|
|
465
466
|
attr_accessor created_date: ::Time
|
|
466
467
|
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "ACTIVE")
|
|
467
468
|
attr_accessor status_reason: ::String
|
|
469
|
+
attr_accessor primary_region: ::String
|
|
470
|
+
attr_accessor regions: ::Array[Types::RegionMetadata]
|
|
468
471
|
attr_accessor encryption_configuration_details: Types::EncryptionConfigurationDetails
|
|
469
472
|
attr_accessor permission_sets_enabled: bool
|
|
470
473
|
SENSITIVE: []
|
|
@@ -675,6 +678,7 @@ module Aws::SSOAdmin
|
|
|
675
678
|
class InstanceMetadata
|
|
676
679
|
attr_accessor instance_arn: ::String
|
|
677
680
|
attr_accessor identity_store_id: ::String
|
|
681
|
+
attr_accessor identity_store_arn: ::String
|
|
678
682
|
attr_accessor owner_account_id: ::String
|
|
679
683
|
attr_accessor name: ::String
|
|
680
684
|
attr_accessor created_date: ::Time
|