@aws-sdk/client-iam 3.687.0 → 3.691.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.
@@ -158,7 +158,7 @@ export interface UpdateAccessKeyRequest {
158
158
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
159
159
  * @public
160
160
  */
161
- UserName?: string;
161
+ UserName?: string | undefined;
162
162
  /**
163
163
  * <p>The access key ID of the secret access key you want to update.</p>
164
164
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
@@ -184,7 +184,7 @@ export interface UpdateAccountPasswordPolicyRequest {
184
184
  * value of <code>6</code>.</p>
185
185
  * @public
186
186
  */
187
- MinimumPasswordLength?: number;
187
+ MinimumPasswordLength?: number | undefined;
188
188
  /**
189
189
  * <p>Specifies whether IAM user passwords must contain at least one of the following
190
190
  * non-alphanumeric characters:</p>
@@ -194,7 +194,7 @@ export interface UpdateAccountPasswordPolicyRequest {
194
194
  * symbol character.</p>
195
195
  * @public
196
196
  */
197
- RequireSymbols?: boolean;
197
+ RequireSymbols?: boolean | undefined;
198
198
  /**
199
199
  * <p>Specifies whether IAM user passwords must contain at least one numeric character (0
200
200
  * to 9).</p>
@@ -203,7 +203,7 @@ export interface UpdateAccountPasswordPolicyRequest {
203
203
  * numeric character.</p>
204
204
  * @public
205
205
  */
206
- RequireNumbers?: boolean;
206
+ RequireNumbers?: boolean | undefined;
207
207
  /**
208
208
  * <p>Specifies whether IAM user passwords must contain at least one uppercase character
209
209
  * from the ISO basic Latin alphabet (A to Z).</p>
@@ -212,7 +212,7 @@ export interface UpdateAccountPasswordPolicyRequest {
212
212
  * uppercase character.</p>
213
213
  * @public
214
214
  */
215
- RequireUppercaseCharacters?: boolean;
215
+ RequireUppercaseCharacters?: boolean | undefined;
216
216
  /**
217
217
  * <p>Specifies whether IAM user passwords must contain at least one lowercase character
218
218
  * from the ISO basic Latin alphabet (a to z).</p>
@@ -221,7 +221,7 @@ export interface UpdateAccountPasswordPolicyRequest {
221
221
  * lowercase character.</p>
222
222
  * @public
223
223
  */
224
- RequireLowercaseCharacters?: boolean;
224
+ RequireLowercaseCharacters?: boolean | undefined;
225
225
  /**
226
226
  * <p> Allows all IAM users in your account to use the Amazon Web Services Management Console to change their own
227
227
  * passwords. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_enable-user-change.html">Permitting
@@ -232,14 +232,14 @@ export interface UpdateAccountPasswordPolicyRequest {
232
232
  * automatically have permissions to change their own password.</p>
233
233
  * @public
234
234
  */
235
- AllowUsersToChangePassword?: boolean;
235
+ AllowUsersToChangePassword?: boolean | undefined;
236
236
  /**
237
237
  * <p>The number of days that an IAM user password is valid.</p>
238
238
  * <p>If you do not specify a value for this parameter, then the operation uses the default
239
239
  * value of <code>0</code>. The result is that IAM user passwords never expire.</p>
240
240
  * @public
241
241
  */
242
- MaxPasswordAge?: number;
242
+ MaxPasswordAge?: number | undefined;
243
243
  /**
244
244
  * <p>Specifies the number of previous passwords that IAM users are prevented from
245
245
  * reusing.</p>
@@ -248,7 +248,7 @@ export interface UpdateAccountPasswordPolicyRequest {
248
248
  * previous passwords.</p>
249
249
  * @public
250
250
  */
251
- PasswordReusePrevention?: number;
251
+ PasswordReusePrevention?: number | undefined;
252
252
  /**
253
253
  * <p> Prevents IAM users who are accessing the account via the Amazon Web Services Management Console from setting a
254
254
  * new console password after their password has expired. The IAM user cannot access the
@@ -268,7 +268,7 @@ export interface UpdateAccountPasswordPolicyRequest {
268
268
  * </note>
269
269
  * @public
270
270
  */
271
- HardExpiry?: boolean;
271
+ HardExpiry?: boolean | undefined;
272
272
  }
273
273
  /**
274
274
  * @public
@@ -326,7 +326,7 @@ export interface UpdateGroupRequest {
326
326
  * most punctuation characters, digits, and upper and lowercased letters.</p>
327
327
  * @public
328
328
  */
329
- NewPath?: string;
329
+ NewPath?: string | undefined;
330
330
  /**
331
331
  * <p>New name for the IAM group. Only include this if changing the group's name.</p>
332
332
  * <p>IAM user, group, role, and policy names must be unique within the account. Names are
@@ -334,7 +334,7 @@ export interface UpdateGroupRequest {
334
334
  * "MyResource" and "myresource".</p>
335
335
  * @public
336
336
  */
337
- NewGroupName?: string;
337
+ NewGroupName?: string | undefined;
338
338
  }
339
339
  /**
340
340
  * @public
@@ -369,13 +369,13 @@ export interface UpdateLoginProfileRequest {
369
369
  * a password policy on the Amazon Web Services account. For more information, see <a>UpdateAccountPasswordPolicy</a>.</p>
370
370
  * @public
371
371
  */
372
- Password?: string;
372
+ Password?: string | undefined;
373
373
  /**
374
374
  * <p>Allows this new password to be used only once by requiring the specified IAM user to
375
375
  * set a new password on next sign-in.</p>
376
376
  * @public
377
377
  */
378
- PasswordResetRequired?: boolean;
378
+ PasswordResetRequired?: boolean | undefined;
379
379
  }
380
380
  /**
381
381
  * @public
@@ -409,7 +409,7 @@ export interface UpdateRoleRequest {
409
409
  * <p>The new description that you want to apply to the specified role.</p>
410
410
  * @public
411
411
  */
412
- Description?: string;
412
+ Description?: string | undefined;
413
413
  /**
414
414
  * <p>The maximum session duration (in seconds) that you want to set for the specified role.
415
415
  * If you do not specify a value for this setting, the default value of one hour is
@@ -430,7 +430,7 @@ export interface UpdateRoleRequest {
430
430
  * </note>
431
431
  * @public
432
432
  */
433
- MaxSessionDuration?: number;
433
+ MaxSessionDuration?: number | undefined;
434
434
  }
435
435
  /**
436
436
  * @public
@@ -460,7 +460,7 @@ export interface UpdateRoleDescriptionResponse {
460
460
  * <p>A structure that contains details about the modified role.</p>
461
461
  * @public
462
462
  */
463
- Role?: Role;
463
+ Role?: Role | undefined;
464
464
  }
465
465
  /**
466
466
  * @public
@@ -492,7 +492,7 @@ export interface UpdateSAMLProviderResponse {
492
492
  * <p>The Amazon Resource Name (ARN) of the SAML provider that was updated.</p>
493
493
  * @public
494
494
  */
495
- SAMLProviderArn?: string;
495
+ SAMLProviderArn?: string | undefined;
496
496
  }
497
497
  /**
498
498
  * @public
@@ -514,7 +514,7 @@ export interface UpdateServerCertificateRequest {
514
514
  * most punctuation characters, digits, and upper and lowercased letters.</p>
515
515
  * @public
516
516
  */
517
- NewPath?: string;
517
+ NewPath?: string | undefined;
518
518
  /**
519
519
  * <p>The new name for the server certificate. Include this only if you are updating the
520
520
  * server certificate's name. The name of the certificate cannot contain any spaces.</p>
@@ -522,7 +522,7 @@ export interface UpdateServerCertificateRequest {
522
522
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
523
523
  * @public
524
524
  */
525
- NewServerCertificateName?: string;
525
+ NewServerCertificateName?: string | undefined;
526
526
  }
527
527
  /**
528
528
  * @public
@@ -536,7 +536,7 @@ export interface UpdateServiceSpecificCredentialRequest {
536
536
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
537
537
  * @public
538
538
  */
539
- UserName?: string;
539
+ UserName?: string | undefined;
540
540
  /**
541
541
  * <p>The unique identifier of the service-specific credential.</p>
542
542
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
@@ -560,7 +560,7 @@ export interface UpdateSigningCertificateRequest {
560
560
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
561
561
  * @public
562
562
  */
563
- UserName?: string;
563
+ UserName?: string | undefined;
564
564
  /**
565
565
  * <p>The ID of the signing certificate you want to update.</p>
566
566
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
@@ -623,7 +623,7 @@ export interface UpdateUserRequest {
623
623
  * most punctuation characters, digits, and upper and lowercased letters.</p>
624
624
  * @public
625
625
  */
626
- NewPath?: string;
626
+ NewPath?: string | undefined;
627
627
  /**
628
628
  * <p>New name for the user. Include this parameter only if you're changing the user's
629
629
  * name.</p>
@@ -632,7 +632,7 @@ export interface UpdateUserRequest {
632
632
  * "MyResource" and "myresource".</p>
633
633
  * @public
634
634
  */
635
- NewUserName?: string;
635
+ NewUserName?: string | undefined;
636
636
  }
637
637
  /**
638
638
  * <p>The request was rejected because the public key certificate and the private key do not
@@ -680,7 +680,7 @@ export interface UploadServerCertificateRequest {
680
680
  * </note>
681
681
  * @public
682
682
  */
683
- Path?: string;
683
+ Path?: string | undefined;
684
684
  /**
685
685
  * <p>The name for the server certificate. Do not include the path in this value. The name
686
686
  * of the certificate cannot contain any spaces.</p>
@@ -752,7 +752,7 @@ export interface UploadServerCertificateRequest {
752
752
  * </ul>
753
753
  * @public
754
754
  */
755
- CertificateChain?: string;
755
+ CertificateChain?: string | undefined;
756
756
  /**
757
757
  * <p>A list of tags that you want to attach to the new IAM server certificate resource.
758
758
  * Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
@@ -763,7 +763,7 @@ export interface UploadServerCertificateRequest {
763
763
  * </note>
764
764
  * @public
765
765
  */
766
- Tags?: Tag[];
766
+ Tags?: Tag[] | undefined;
767
767
  }
768
768
  /**
769
769
  * <p>Contains the response to a successful <a>UploadServerCertificate</a>
@@ -776,14 +776,14 @@ export interface UploadServerCertificateResponse {
776
776
  * certificate chain, and private key.</p>
777
777
  * @public
778
778
  */
779
- ServerCertificateMetadata?: ServerCertificateMetadata;
779
+ ServerCertificateMetadata?: ServerCertificateMetadata | undefined;
780
780
  /**
781
781
  * <p>A list of tags that are attached to the new IAM server certificate. The returned list of tags is sorted by tag key.
782
782
  * For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
783
783
  * <i>IAM User Guide</i>.</p>
784
784
  * @public
785
785
  */
786
- Tags?: Tag[];
786
+ Tags?: Tag[] | undefined;
787
787
  }
788
788
  /**
789
789
  * <p>The request was rejected because the same certificate is associated with an IAM user in
@@ -820,7 +820,7 @@ export interface UploadSigningCertificateRequest {
820
820
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
821
821
  * @public
822
822
  */
823
- UserName?: string;
823
+ UserName?: string | undefined;
824
824
  /**
825
825
  * <p>The contents of the signing certificate.</p>
826
826
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
@@ -925,7 +925,7 @@ export interface UploadSSHPublicKeyResponse {
925
925
  * <p>Contains information about the SSH public key.</p>
926
926
  * @public
927
927
  */
928
- SSHPublicKey?: SSHPublicKey;
928
+ SSHPublicKey?: SSHPublicKey | undefined;
929
929
  }
930
930
  /**
931
931
  * @internal