@aws-sdk/client-iam 3.262.0 → 3.263.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.
Files changed (119) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-es/endpoint/ruleset.js +3 -3
  3. package/dist-types/IAM.d.ts +384 -351
  4. package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +1 -1
  5. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +3 -3
  6. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +3 -3
  7. package/dist-types/commands/AttachRolePolicyCommand.d.ts +4 -4
  8. package/dist-types/commands/AttachUserPolicyCommand.d.ts +3 -3
  9. package/dist-types/commands/ChangePasswordCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateAccessKeyCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateLoginProfileCommand.d.ts +2 -2
  14. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +15 -14
  15. package/dist-types/commands/CreatePolicyCommand.d.ts +3 -3
  16. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -2
  17. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +5 -5
  18. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +4 -4
  20. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +3 -3
  22. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +2 -2
  28. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -6
  29. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -2
  30. package/dist-types/commands/DeleteRoleCommand.d.ts +21 -4
  31. package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +2 -2
  32. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +2 -2
  37. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteUserCommand.d.ts +10 -10
  39. package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +2 -2
  40. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +2 -2
  42. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +1 -1
  43. package/dist-types/commands/DetachRolePolicyCommand.d.ts +1 -1
  44. package/dist-types/commands/DetachUserPolicyCommand.d.ts +1 -1
  45. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +22 -22
  46. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +12 -12
  47. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -2
  48. package/dist-types/commands/GetAccountSummaryCommand.d.ts +1 -1
  49. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +1 -1
  50. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +3 -3
  51. package/dist-types/commands/GetGroupPolicyCommand.d.ts +3 -3
  52. package/dist-types/commands/GetLoginProfileCommand.d.ts +2 -2
  53. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +4 -4
  54. package/dist-types/commands/GetPolicyCommand.d.ts +2 -2
  55. package/dist-types/commands/GetPolicyVersionCommand.d.ts +5 -5
  56. package/dist-types/commands/GetRoleCommand.d.ts +1 -1
  57. package/dist-types/commands/GetRolePolicyCommand.d.ts +4 -4
  58. package/dist-types/commands/GetSAMLProviderCommand.d.ts +2 -2
  59. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +1 -1
  60. package/dist-types/commands/GetServerCertificateCommand.d.ts +1 -1
  61. package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +12 -12
  62. package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +6 -6
  63. package/dist-types/commands/GetUserCommand.d.ts +1 -1
  64. package/dist-types/commands/GetUserPolicyCommand.d.ts +3 -3
  65. package/dist-types/commands/ListAccessKeysCommand.d.ts +4 -4
  66. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -2
  67. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -2
  68. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -2
  69. package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +2 -2
  70. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +2 -2
  71. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  72. package/dist-types/commands/ListGroupsForUserCommand.d.ts +1 -1
  73. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +3 -3
  74. package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +1 -1
  75. package/dist-types/commands/ListMFADevicesCommand.d.ts +1 -1
  76. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +2 -2
  77. package/dist-types/commands/ListPoliciesCommand.d.ts +5 -5
  78. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +9 -9
  79. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +1 -1
  80. package/dist-types/commands/ListRolePoliciesCommand.d.ts +2 -2
  81. package/dist-types/commands/ListRolesCommand.d.ts +3 -3
  82. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +2 -2
  83. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +2 -2
  84. package/dist-types/commands/ListServerCertificatesCommand.d.ts +4 -4
  85. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +2 -2
  86. package/dist-types/commands/ListUserPoliciesCommand.d.ts +2 -2
  87. package/dist-types/commands/ListUsersCommand.d.ts +3 -3
  88. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +3 -3
  89. package/dist-types/commands/PutGroupPolicyCommand.d.ts +4 -4
  90. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +3 -3
  91. package/dist-types/commands/PutRolePolicyCommand.d.ts +5 -5
  92. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +2 -2
  93. package/dist-types/commands/PutUserPolicyCommand.d.ts +4 -4
  94. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  95. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +3 -3
  96. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
  97. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -2
  98. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +3 -3
  99. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +14 -7
  100. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +17 -10
  101. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +2 -2
  102. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +3 -3
  103. package/dist-types/commands/UpdateGroupCommand.d.ts +4 -4
  104. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +6 -6
  105. package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +9 -8
  106. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +2 -2
  108. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +5 -5
  110. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +1 -1
  111. package/dist-types/commands/UpdateUserCommand.d.ts +4 -4
  112. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +1 -1
  113. package/dist-types/commands/UploadServerCertificateCommand.d.ts +5 -5
  114. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +4 -4
  115. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  116. package/dist-types/models/models_0.d.ts +319 -282
  117. package/dist-types/models/models_1.d.ts +51 -51
  118. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  119. package/package.json +1 -1
@@ -71,13 +71,13 @@ export interface UntagUserRequest {
71
71
  export interface UpdateAccessKeyRequest {
72
72
  /**
73
73
  * <p>The name of the user whose key you want to update.</p>
74
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
74
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
75
75
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
76
76
  */
77
77
  UserName?: string;
78
78
  /**
79
79
  * <p>The access key ID of the secret access key you want to update.</p>
80
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
80
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
81
81
  * consist of any upper or lowercased letter or digit.</p>
82
82
  */
83
83
  AccessKeyId: string | undefined;
@@ -91,15 +91,15 @@ export interface UpdateAccessKeyRequest {
91
91
  export interface UpdateAccountPasswordPolicyRequest {
92
92
  /**
93
93
  * <p>The minimum number of characters allowed in an IAM user password.</p>
94
- * <p>If you do not specify a value for this parameter, then the operation uses the default
94
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
95
95
  * value of <code>6</code>.</p>
96
96
  */
97
97
  MinimumPasswordLength?: number;
98
98
  /**
99
99
  * <p>Specifies whether IAM user passwords must contain at least one of the following
100
100
  * non-alphanumeric characters:</p>
101
- * <p>! @ # $ % ^ & * ( ) _ + - = [ ] { } | '</p>
102
- * <p>If you do not specify a value for this parameter, then the operation uses the default
101
+ * <p>! @ # $ % ^ & * ( ) _ + - = [ ] { } | '</p>
102
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
103
103
  * value of <code>false</code>. The result is that passwords do not require at least one
104
104
  * symbol character.</p>
105
105
  */
@@ -107,7 +107,7 @@ export interface UpdateAccountPasswordPolicyRequest {
107
107
  /**
108
108
  * <p>Specifies whether IAM user passwords must contain at least one numeric character (0
109
109
  * to 9).</p>
110
- * <p>If you do not specify a value for this parameter, then the operation uses the default
110
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
111
111
  * value of <code>false</code>. The result is that passwords do not require at least one
112
112
  * numeric character.</p>
113
113
  */
@@ -115,7 +115,7 @@ export interface UpdateAccountPasswordPolicyRequest {
115
115
  /**
116
116
  * <p>Specifies whether IAM user passwords must contain at least one uppercase character
117
117
  * from the ISO basic Latin alphabet (A to Z).</p>
118
- * <p>If you do not specify a value for this parameter, then the operation uses the default
118
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
119
119
  * value of <code>false</code>. The result is that passwords do not require at least one
120
120
  * uppercase character.</p>
121
121
  */
@@ -123,7 +123,7 @@ export interface UpdateAccountPasswordPolicyRequest {
123
123
  /**
124
124
  * <p>Specifies whether IAM user passwords must contain at least one lowercase character
125
125
  * from the ISO basic Latin alphabet (a to z).</p>
126
- * <p>If you do not specify a value for this parameter, then the operation uses the default
126
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
127
127
  * value of <code>false</code>. The result is that passwords do not require at least one
128
128
  * lowercase character.</p>
129
129
  */
@@ -133,21 +133,21 @@ export interface UpdateAccountPasswordPolicyRequest {
133
133
  * passwords. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_enable-user-change.html">Permitting
134
134
  * IAM users to change their own passwords</a> in the
135
135
  * <i>IAM User Guide</i>.</p>
136
- * <p>If you do not specify a value for this parameter, then the operation uses the default
136
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
137
137
  * value of <code>false</code>. The result is that IAM users in the account do not
138
138
  * automatically have permissions to change their own password.</p>
139
139
  */
140
140
  AllowUsersToChangePassword?: boolean;
141
141
  /**
142
142
  * <p>The number of days that an IAM user password is valid.</p>
143
- * <p>If you do not specify a value for this parameter, then the operation uses the default
143
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
144
144
  * value of <code>0</code>. The result is that IAM user passwords never expire.</p>
145
145
  */
146
146
  MaxPasswordAge?: number;
147
147
  /**
148
148
  * <p>Specifies the number of previous passwords that IAM users are prevented from
149
149
  * reusing.</p>
150
- * <p>If you do not specify a value for this parameter, then the operation uses the default
150
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
151
151
  * value of <code>0</code>. The result is that IAM users are not prevented from reusing
152
152
  * previous passwords.</p>
153
153
  */
@@ -156,10 +156,10 @@ export interface UpdateAccountPasswordPolicyRequest {
156
156
  * <p> Prevents IAM users who are accessing the account via the Amazon Web Services Management Console from setting a
157
157
  * new console password after their password has expired. The IAM user cannot access the
158
158
  * console until an administrator resets the password.</p>
159
- * <p>If you do not specify a value for this parameter, then the operation uses the default
159
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
160
160
  * value of <code>false</code>. The result is that IAM users can change their passwords
161
161
  * after they expire and continue to sign in as the user.</p>
162
- * <note>
162
+ * <note>
163
163
  * <p> In the Amazon Web Services Management Console, the custom password policy option <b>Allow
164
164
  * users to change their own password</b> gives IAM users permissions to
165
165
  * <code>iam:ChangePassword</code> for only their user and to the
@@ -168,23 +168,23 @@ export interface UpdateAccountPasswordPolicyRequest {
168
168
  * account-level for all users by IAM. IAM users with
169
169
  * <code>iam:ChangePassword</code> permission and active access keys can reset
170
170
  * their own expired console password using the CLI or API.</p>
171
- * </note>
171
+ * </note>
172
172
  */
173
173
  HardExpiry?: boolean;
174
174
  }
175
175
  export interface UpdateAssumeRolePolicyRequest {
176
176
  /**
177
177
  * <p>The name of the role to update with the new policy.</p>
178
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
178
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
179
179
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
180
180
  */
181
181
  RoleName: string | undefined;
182
182
  /**
183
183
  * <p>The policy that grants an entity permission to assume the role.</p>
184
- * <p>You must provide policies in JSON format in IAM. However, for CloudFormation
184
+ * <p>You must provide policies in JSON format in IAM. However, for CloudFormation
185
185
  * templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to
186
186
  * IAM.</p>
187
- * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
187
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
188
188
  * used to validate this parameter is a string of characters consisting of the following:</p>
189
189
  * <ul>
190
190
  * <li>
@@ -207,13 +207,13 @@ export interface UpdateGroupRequest {
207
207
  /**
208
208
  * <p>Name of the IAM group to update. If you're changing the name of the group, this is
209
209
  * the original name.</p>
210
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
210
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
211
211
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
212
212
  */
213
213
  GroupName: string | undefined;
214
214
  /**
215
215
  * <p>New path for the IAM group. Only include this if changing the group's path.</p>
216
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
216
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
217
217
  * of either a forward slash (/) by itself or a string that must begin and end with forward slashes.
218
218
  * In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including
219
219
  * most punctuation characters, digits, and upper and lowercased letters.</p>
@@ -221,7 +221,7 @@ export interface UpdateGroupRequest {
221
221
  NewPath?: string;
222
222
  /**
223
223
  * <p>New name for the IAM group. Only include this if changing the group's name.</p>
224
- * <p>IAM user, group, role, and policy names must be unique within the account. Names are
224
+ * <p>IAM user, group, role, and policy names must be unique within the account. Names are
225
225
  * not distinguished by case. For example, you cannot create resources named both
226
226
  * "MyResource" and "myresource".</p>
227
227
  */
@@ -230,13 +230,13 @@ export interface UpdateGroupRequest {
230
230
  export interface UpdateLoginProfileRequest {
231
231
  /**
232
232
  * <p>The name of the user whose password you want to update.</p>
233
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
233
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
234
234
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
235
235
  */
236
236
  UserName: string | undefined;
237
237
  /**
238
238
  * <p>The new password for the specified IAM user.</p>
239
- * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
239
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
240
240
  * used to validate this parameter is a string of characters consisting of the following:</p>
241
241
  * <ul>
242
242
  * <li>
@@ -252,7 +252,7 @@ export interface UpdateLoginProfileRequest {
252
252
  * carriage return (<code>\u000D</code>)</p>
253
253
  * </li>
254
254
  * </ul>
255
- * <p>However, the format can be further restricted by the account administrator by setting
255
+ * <p>However, the format can be further restricted by the account administrator by setting
256
256
  * a password policy on the Amazon Web Services account. For more information, see <a>UpdateAccountPasswordPolicy</a>.</p>
257
257
  */
258
258
  Password?: string;
@@ -267,7 +267,7 @@ export interface UpdateOpenIDConnectProviderThumbprintRequest {
267
267
  * <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which
268
268
  * you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the
269
269
  * <a>ListOpenIDConnectProviders</a> operation.</p>
270
- * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
270
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
271
271
  */
272
272
  OpenIDConnectProviderArn: string | undefined;
273
273
  /**
@@ -289,9 +289,9 @@ export interface UpdateRoleRequest {
289
289
  * <p>The maximum session duration (in seconds) that you want to set for the specified role.
290
290
  * If you do not specify a value for this setting, the default value of one hour is
291
291
  * applied. This setting can have a value from 1 hour to 12 hours.</p>
292
- * <p>Anyone who assumes the role from the CLI or API can use the
293
- * <code>DurationSeconds</code> API parameter or the <code>duration-seconds</code> CLI
294
- * parameter to request a longer session. The <code>MaxSessionDuration</code> setting
292
+ * <p>Anyone who assumes the role from the CLI or API can use the
293
+ * <code>DurationSeconds</code> API parameter or the <code>duration-seconds</code>
294
+ * CLI parameter to request a longer session. The <code>MaxSessionDuration</code> setting
295
295
  * determines the maximum duration that can be requested using the
296
296
  * <code>DurationSeconds</code> parameter. If users don't specify a value for the
297
297
  * <code>DurationSeconds</code> parameter, their security credentials are valid for one
@@ -331,7 +331,7 @@ export interface UpdateSAMLProviderRequest {
331
331
  SAMLMetadataDocument: string | undefined;
332
332
  /**
333
333
  * <p>The Amazon Resource Name (ARN) of the SAML provider to update.</p>
334
- * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
334
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
335
335
  */
336
336
  SAMLProviderArn: string | undefined;
337
337
  }
@@ -348,14 +348,14 @@ export interface UpdateSAMLProviderResponse {
348
348
  export interface UpdateServerCertificateRequest {
349
349
  /**
350
350
  * <p>The name of the server certificate that you want to update.</p>
351
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
351
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
352
352
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
353
353
  */
354
354
  ServerCertificateName: string | undefined;
355
355
  /**
356
356
  * <p>The new path for the server certificate. Include this only if you are updating the
357
357
  * server certificate's path.</p>
358
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
358
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
359
359
  * of either a forward slash (/) by itself or a string that must begin and end with forward slashes.
360
360
  * In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including
361
361
  * most punctuation characters, digits, and upper and lowercased letters.</p>
@@ -364,7 +364,7 @@ export interface UpdateServerCertificateRequest {
364
364
  /**
365
365
  * <p>The new name for the server certificate. Include this only if you are updating the
366
366
  * server certificate's name. The name of the certificate cannot contain any spaces.</p>
367
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
367
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
368
368
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
369
369
  */
370
370
  NewServerCertificateName?: string;
@@ -374,13 +374,13 @@ export interface UpdateServiceSpecificCredentialRequest {
374
374
  * <p>The name of the IAM user associated with the service-specific credential. If you do
375
375
  * not specify this value, then the operation assumes the user whose credentials are used
376
376
  * to call the operation.</p>
377
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
377
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
378
378
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
379
379
  */
380
380
  UserName?: string;
381
381
  /**
382
382
  * <p>The unique identifier of the service-specific credential.</p>
383
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
383
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
384
384
  * consist of any upper or lowercased letter or digit.</p>
385
385
  */
386
386
  ServiceSpecificCredentialId: string | undefined;
@@ -392,13 +392,13 @@ export interface UpdateServiceSpecificCredentialRequest {
392
392
  export interface UpdateSigningCertificateRequest {
393
393
  /**
394
394
  * <p>The name of the IAM user the signing certificate belongs to.</p>
395
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
395
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
396
396
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
397
397
  */
398
398
  UserName?: string;
399
399
  /**
400
400
  * <p>The ID of the signing certificate you want to update.</p>
401
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
401
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
402
402
  * consist of any upper or lowercased letter or digit.</p>
403
403
  */
404
404
  CertificateId: string | undefined;
@@ -412,13 +412,13 @@ export interface UpdateSigningCertificateRequest {
412
412
  export interface UpdateSSHPublicKeyRequest {
413
413
  /**
414
414
  * <p>The name of the IAM user associated with the SSH public key.</p>
415
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
415
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
416
416
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
417
417
  */
418
418
  UserName: string | undefined;
419
419
  /**
420
420
  * <p>The unique identifier for the SSH public key.</p>
421
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
421
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
422
422
  * consist of any upper or lowercased letter or digit.</p>
423
423
  */
424
424
  SSHPublicKeyId: string | undefined;
@@ -433,14 +433,14 @@ export interface UpdateUserRequest {
433
433
  /**
434
434
  * <p>Name of the user to update. If you're changing the name of the user, this is the
435
435
  * original user name.</p>
436
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
436
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
437
437
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
438
438
  */
439
439
  UserName: string | undefined;
440
440
  /**
441
441
  * <p>New path for the IAM user. Include this parameter only if you're changing the user's
442
442
  * path.</p>
443
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
443
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
444
444
  * of either a forward slash (/) by itself or a string that must begin and end with forward slashes.
445
445
  * In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including
446
446
  * most punctuation characters, digits, and upper and lowercased letters.</p>
@@ -449,7 +449,7 @@ export interface UpdateUserRequest {
449
449
  /**
450
450
  * <p>New name for the user. Include this parameter only if you're changing the user's
451
451
  * name.</p>
452
- * <p>IAM user, group, role, and policy names must be unique within the account. Names are
452
+ * <p>IAM user, group, role, and policy names must be unique within the account. Names are
453
453
  * not distinguished by case. For example, you cannot create resources named both
454
454
  * "MyResource" and "myresource".</p>
455
455
  */
@@ -483,29 +483,29 @@ export interface UploadServerCertificateRequest {
483
483
  /**
484
484
  * <p>The path for the server certificate. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
485
485
  * identifiers</a> in the <i>IAM User Guide</i>.</p>
486
- * <p>This parameter is optional. If it is not included, it defaults to a slash (/).
486
+ * <p>This parameter is optional. If it is not included, it defaults to a slash (/).
487
487
  * This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
488
488
  * of either a forward slash (/) by itself or a string that must begin and end with forward slashes.
489
489
  * In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including
490
490
  * most punctuation characters, digits, and upper and lowercased letters.</p>
491
- * <note>
491
+ * <note>
492
492
  * <p> If you are uploading a server certificate specifically for use with Amazon
493
493
  * CloudFront distributions, you must specify a path using the <code>path</code>
494
494
  * parameter. The path must begin with <code>/cloudfront</code> and must include a
495
495
  * trailing slash (for example, <code>/cloudfront/test/</code>).</p>
496
- * </note>
496
+ * </note>
497
497
  */
498
498
  Path?: string;
499
499
  /**
500
500
  * <p>The name for the server certificate. Do not include the path in this value. The name
501
501
  * of the certificate cannot contain any spaces.</p>
502
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
502
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
503
503
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
504
504
  */
505
505
  ServerCertificateName: string | undefined;
506
506
  /**
507
507
  * <p>The contents of the public key certificate in PEM-encoded format.</p>
508
- * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
508
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
509
509
  * used to validate this parameter is a string of characters consisting of the following:</p>
510
510
  * <ul>
511
511
  * <li>
@@ -525,7 +525,7 @@ export interface UploadServerCertificateRequest {
525
525
  CertificateBody: string | undefined;
526
526
  /**
527
527
  * <p>The contents of the private key in PEM-encoded format.</p>
528
- * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
528
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
529
529
  * used to validate this parameter is a string of characters consisting of the following:</p>
530
530
  * <ul>
531
531
  * <li>
@@ -546,7 +546,7 @@ export interface UploadServerCertificateRequest {
546
546
  /**
547
547
  * <p>The contents of the certificate chain. This is typically a concatenation of the
548
548
  * PEM-encoded public key certificates of the chain.</p>
549
- * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
549
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
550
550
  * used to validate this parameter is a string of characters consisting of the following:</p>
551
551
  * <ul>
552
552
  * <li>
@@ -618,13 +618,13 @@ export declare class InvalidCertificateException extends __BaseException {
618
618
  export interface UploadSigningCertificateRequest {
619
619
  /**
620
620
  * <p>The name of the user the signing certificate is for.</p>
621
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
621
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
622
622
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
623
623
  */
624
624
  UserName?: string;
625
625
  /**
626
626
  * <p>The contents of the signing certificate.</p>
627
- * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
627
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
628
628
  * used to validate this parameter is a string of characters consisting of the following:</p>
629
629
  * <ul>
630
630
  * <li>
@@ -679,7 +679,7 @@ export declare class InvalidPublicKeyException extends __BaseException {
679
679
  export interface UploadSSHPublicKeyRequest {
680
680
  /**
681
681
  * <p>The name of the IAM user to associate the SSH public key with.</p>
682
- * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
682
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
683
683
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
684
684
  */
685
685
  UserName: string | undefined;
@@ -687,7 +687,7 @@ export interface UploadSSHPublicKeyRequest {
687
687
  * <p>The SSH public key. The public key must be encoded in ssh-rsa format or PEM format.
688
688
  * The minimum bit-length of the public key is 2048 bits. For example, you can generate a
689
689
  * 2048-bit key, and the resulting PEM file is 1679 bytes long.</p>
690
- * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
690
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
691
691
  * used to validate this parameter is a string of characters consisting of the following:</p>
692
692
  * <ul>
693
693
  * <li>
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
27
27
  defaultSigningName: string;
28
28
  };
29
29
  export interface EndpointParameters extends __EndpointParameters {
30
- Region?: string;
30
+ Region: string;
31
31
  UseDualStack?: boolean;
32
32
  UseFIPS?: boolean;
33
33
  Endpoint?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iam",
3
3
  "description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
4
- "version": "3.262.0",
4
+ "version": "3.263.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",