aws-sdk-iam 1.112.0 → 1.114.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs CHANGED
@@ -42,6 +42,9 @@ module Aws::IAM
42
42
  SENSITIVE: []
43
43
  end
44
44
 
45
+ class AccountNotManagementOrDelegatedAdministratorException < Aws::EmptyStructure
46
+ end
47
+
45
48
  class AddClientIDToOpenIDConnectProviderRequest
46
49
  attr_accessor open_id_connect_provider_arn: ::String
47
50
  attr_accessor client_id: ::String
@@ -90,6 +93,9 @@ module Aws::IAM
90
93
  SENSITIVE: []
91
94
  end
92
95
 
96
+ class CallerIsNotManagementAccountException < Aws::EmptyStructure
97
+ end
98
+
93
99
  class ChangePasswordRequest
94
100
  attr_accessor old_password: ::String
95
101
  attr_accessor new_password: ::String
@@ -448,6 +454,24 @@ module Aws::IAM
448
454
  SENSITIVE: []
449
455
  end
450
456
 
457
+ class DisableOrganizationsRootCredentialsManagementRequest < Aws::EmptyStructure
458
+ end
459
+
460
+ class DisableOrganizationsRootCredentialsManagementResponse
461
+ attr_accessor organization_id: ::String
462
+ attr_accessor enabled_features: ::Array[("RootCredentialsManagement" | "RootSessions")]
463
+ SENSITIVE: []
464
+ end
465
+
466
+ class DisableOrganizationsRootSessionsRequest < Aws::EmptyStructure
467
+ end
468
+
469
+ class DisableOrganizationsRootSessionsResponse
470
+ attr_accessor organization_id: ::String
471
+ attr_accessor enabled_features: ::Array[("RootCredentialsManagement" | "RootSessions")]
472
+ SENSITIVE: []
473
+ end
474
+
451
475
  class DuplicateCertificateException
452
476
  attr_accessor message: ::String
453
477
  SENSITIVE: []
@@ -466,6 +490,24 @@ module Aws::IAM
466
490
  SENSITIVE: []
467
491
  end
468
492
 
493
+ class EnableOrganizationsRootCredentialsManagementRequest < Aws::EmptyStructure
494
+ end
495
+
496
+ class EnableOrganizationsRootCredentialsManagementResponse
497
+ attr_accessor organization_id: ::String
498
+ attr_accessor enabled_features: ::Array[("RootCredentialsManagement" | "RootSessions")]
499
+ SENSITIVE: []
500
+ end
501
+
502
+ class EnableOrganizationsRootSessionsRequest < Aws::EmptyStructure
503
+ end
504
+
505
+ class EnableOrganizationsRootSessionsResponse
506
+ attr_accessor organization_id: ::String
507
+ attr_accessor enabled_features: ::Array[("RootCredentialsManagement" | "RootSessions")]
508
+ SENSITIVE: []
509
+ end
510
+
469
511
  class EntityAlreadyExistsException
470
512
  attr_accessor message: ::String
471
513
  SENSITIVE: []
@@ -572,7 +614,7 @@ module Aws::IAM
572
614
  end
573
615
 
574
616
  class GetAccountSummaryResponse
575
- attr_accessor summary_map: ::Hash[("Users" | "UsersQuota" | "Groups" | "GroupsQuota" | "ServerCertificates" | "ServerCertificatesQuota" | "UserPolicySizeQuota" | "GroupPolicySizeQuota" | "GroupsPerUserQuota" | "SigningCertificatesPerUserQuota" | "AccessKeysPerUserQuota" | "MFADevices" | "MFADevicesInUse" | "AccountMFAEnabled" | "AccountAccessKeysPresent" | "AccountSigningCertificatesPresent" | "AttachedPoliciesPerGroupQuota" | "AttachedPoliciesPerRoleQuota" | "AttachedPoliciesPerUserQuota" | "Policies" | "PoliciesQuota" | "PolicySizeQuota" | "PolicyVersionsInUse" | "PolicyVersionsInUseQuota" | "VersionsPerPolicyQuota" | "GlobalEndpointTokenVersion"), ::Integer]
617
+ attr_accessor summary_map: ::Hash[("Users" | "UsersQuota" | "Groups" | "GroupsQuota" | "ServerCertificates" | "ServerCertificatesQuota" | "UserPolicySizeQuota" | "GroupPolicySizeQuota" | "GroupsPerUserQuota" | "SigningCertificatesPerUserQuota" | "AccessKeysPerUserQuota" | "MFADevices" | "MFADevicesInUse" | "AccountMFAEnabled" | "AccountAccessKeysPresent" | "AccountPasswordPresent" | "AccountSigningCertificatesPresent" | "AttachedPoliciesPerGroupQuota" | "AttachedPoliciesPerRoleQuota" | "AttachedPoliciesPerUserQuota" | "Policies" | "PoliciesQuota" | "PolicySizeQuota" | "PolicyVersionsInUse" | "PolicyVersionsInUseQuota" | "VersionsPerPolicyQuota" | "GlobalEndpointTokenVersion"), ::Integer]
576
618
  SENSITIVE: []
577
619
  end
578
620
 
@@ -1138,6 +1180,15 @@ module Aws::IAM
1138
1180
  SENSITIVE: []
1139
1181
  end
1140
1182
 
1183
+ class ListOrganizationsFeaturesRequest < Aws::EmptyStructure
1184
+ end
1185
+
1186
+ class ListOrganizationsFeaturesResponse
1187
+ attr_accessor organization_id: ::String
1188
+ attr_accessor enabled_features: ::Array[("RootCredentialsManagement" | "RootSessions")]
1189
+ SENSITIVE: []
1190
+ end
1191
+
1141
1192
  class ListPoliciesGrantingServiceAccessEntry
1142
1193
  attr_accessor service_namespace: ::String
1143
1194
  attr_accessor policies: ::Array[Types::PolicyGrantingServiceAccess]
@@ -1445,6 +1496,12 @@ module Aws::IAM
1445
1496
  SENSITIVE: []
1446
1497
  end
1447
1498
 
1499
+ class OrganizationNotFoundException < Aws::EmptyStructure
1500
+ end
1501
+
1502
+ class OrganizationNotInAllFeaturesModeException < Aws::EmptyStructure
1503
+ end
1504
+
1448
1505
  class OrganizationsDecisionDetail
1449
1506
  attr_accessor allowed_by_organizations: bool
1450
1507
  SENSITIVE: []
@@ -1718,6 +1775,9 @@ module Aws::IAM
1718
1775
  SENSITIVE: []
1719
1776
  end
1720
1777
 
1778
+ class ServiceAccessNotEnabledException < Aws::EmptyStructure
1779
+ end
1780
+
1721
1781
  class ServiceFailureException
1722
1782
  attr_accessor message: ::String
1723
1783
  SENSITIVE: []
data/sig/user.rbs CHANGED
@@ -91,7 +91,7 @@ module Aws
91
91
 
92
92
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IAM/User.html#create_login_profile-instance_method
93
93
  def create_login_profile: (
94
- password: ::String,
94
+ ?password: ::String,
95
95
  ?password_reset_required: bool
96
96
  ) -> LoginProfile
97
97
  | (?Hash[Symbol, untyped]) -> LoginProfile
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.112.0
4
+ version: 1.114.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core