@aws-sdk/client-iam 3.379.1 → 3.385.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.
@@ -6,6 +6,7 @@ import { Role, ServerCertificateMetadata, SigningCertificate, SSHPublicKey, Stat
6
6
  */
7
7
  export interface UntagMFADeviceRequest {
8
8
  /**
9
+ * @public
9
10
  * <p>The unique identifier for the IAM virtual MFA device from which you want to remove
10
11
  * tags. For virtual MFA devices, the serial number is the same as the ARN.</p>
11
12
  * <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
@@ -13,6 +14,7 @@ export interface UntagMFADeviceRequest {
13
14
  */
14
15
  SerialNumber: string | undefined;
15
16
  /**
17
+ * @public
16
18
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
17
19
  * removed from the specified instance profile.</p>
18
20
  */
@@ -23,12 +25,14 @@ export interface UntagMFADeviceRequest {
23
25
  */
24
26
  export interface UntagOpenIDConnectProviderRequest {
25
27
  /**
28
+ * @public
26
29
  * <p>The ARN of the OIDC provider in IAM from which you want to remove tags.</p>
27
30
  * <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
28
31
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
29
32
  */
30
33
  OpenIDConnectProviderArn: string | undefined;
31
34
  /**
35
+ * @public
32
36
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
33
37
  * removed from the specified OIDC provider.</p>
34
38
  */
@@ -39,6 +43,7 @@ export interface UntagOpenIDConnectProviderRequest {
39
43
  */
40
44
  export interface UntagPolicyRequest {
41
45
  /**
46
+ * @public
42
47
  * <p>The ARN of the IAM customer managed policy from which you want to remove
43
48
  * tags.</p>
44
49
  * <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
@@ -46,6 +51,7 @@ export interface UntagPolicyRequest {
46
51
  */
47
52
  PolicyArn: string | undefined;
48
53
  /**
54
+ * @public
49
55
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
50
56
  * removed from the specified policy.</p>
51
57
  */
@@ -56,12 +62,14 @@ export interface UntagPolicyRequest {
56
62
  */
57
63
  export interface UntagRoleRequest {
58
64
  /**
65
+ * @public
59
66
  * <p>The name of the IAM role from which you want to remove tags.</p>
60
67
  * <p>This parameter accepts (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consist of upper and lowercase alphanumeric
61
68
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
62
69
  */
63
70
  RoleName: string | undefined;
64
71
  /**
72
+ * @public
65
73
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
66
74
  * removed from the specified role.</p>
67
75
  */
@@ -72,6 +80,7 @@ export interface UntagRoleRequest {
72
80
  */
73
81
  export interface UntagSAMLProviderRequest {
74
82
  /**
83
+ * @public
75
84
  * <p>The ARN of the SAML identity provider in IAM from which you want to remove
76
85
  * tags.</p>
77
86
  * <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
@@ -79,6 +88,7 @@ export interface UntagSAMLProviderRequest {
79
88
  */
80
89
  SAMLProviderArn: string | undefined;
81
90
  /**
91
+ * @public
82
92
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
83
93
  * removed from the specified SAML identity provider.</p>
84
94
  */
@@ -89,12 +99,14 @@ export interface UntagSAMLProviderRequest {
89
99
  */
90
100
  export interface UntagServerCertificateRequest {
91
101
  /**
102
+ * @public
92
103
  * <p>The name of the IAM server certificate from which you want to remove tags.</p>
93
104
  * <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
94
105
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
95
106
  */
96
107
  ServerCertificateName: string | undefined;
97
108
  /**
109
+ * @public
98
110
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
99
111
  * removed from the specified IAM server certificate.</p>
100
112
  */
@@ -105,12 +117,14 @@ export interface UntagServerCertificateRequest {
105
117
  */
106
118
  export interface UntagUserRequest {
107
119
  /**
120
+ * @public
108
121
  * <p>The name of the IAM user from which you want to remove tags.</p>
109
122
  * <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
110
123
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
111
124
  */
112
125
  UserName: string | undefined;
113
126
  /**
127
+ * @public
114
128
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
115
129
  * removed from the specified user.</p>
116
130
  */
@@ -121,18 +135,21 @@ export interface UntagUserRequest {
121
135
  */
122
136
  export interface UpdateAccessKeyRequest {
123
137
  /**
138
+ * @public
124
139
  * <p>The name of the user whose key you want to update.</p>
125
140
  * <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
126
141
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
127
142
  */
128
143
  UserName?: string;
129
144
  /**
145
+ * @public
130
146
  * <p>The access key ID of the secret access key you want to update.</p>
131
147
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
132
148
  * consist of any upper or lowercased letter or digit.</p>
133
149
  */
134
150
  AccessKeyId: string | undefined;
135
151
  /**
152
+ * @public
136
153
  * <p> The status you want to assign to the secret access key. <code>Active</code> means
137
154
  * that the key can be used for programmatic calls to Amazon Web Services, while <code>Inactive</code>
138
155
  * means that the key cannot be used.</p>
@@ -144,12 +161,14 @@ export interface UpdateAccessKeyRequest {
144
161
  */
145
162
  export interface UpdateAccountPasswordPolicyRequest {
146
163
  /**
164
+ * @public
147
165
  * <p>The minimum number of characters allowed in an IAM user password.</p>
148
166
  * <p>If you do not specify a value for this parameter, then the operation uses the default
149
167
  * value of <code>6</code>.</p>
150
168
  */
151
169
  MinimumPasswordLength?: number;
152
170
  /**
171
+ * @public
153
172
  * <p>Specifies whether IAM user passwords must contain at least one of the following
154
173
  * non-alphanumeric characters:</p>
155
174
  * <p>! @ # $ % ^ & * ( ) _ + - = [ ] \{ \} | '</p>
@@ -159,6 +178,7 @@ export interface UpdateAccountPasswordPolicyRequest {
159
178
  */
160
179
  RequireSymbols?: boolean;
161
180
  /**
181
+ * @public
162
182
  * <p>Specifies whether IAM user passwords must contain at least one numeric character (0
163
183
  * to 9).</p>
164
184
  * <p>If you do not specify a value for this parameter, then the operation uses the default
@@ -167,6 +187,7 @@ export interface UpdateAccountPasswordPolicyRequest {
167
187
  */
168
188
  RequireNumbers?: boolean;
169
189
  /**
190
+ * @public
170
191
  * <p>Specifies whether IAM user passwords must contain at least one uppercase character
171
192
  * from the ISO basic Latin alphabet (A to Z).</p>
172
193
  * <p>If you do not specify a value for this parameter, then the operation uses the default
@@ -175,6 +196,7 @@ export interface UpdateAccountPasswordPolicyRequest {
175
196
  */
176
197
  RequireUppercaseCharacters?: boolean;
177
198
  /**
199
+ * @public
178
200
  * <p>Specifies whether IAM user passwords must contain at least one lowercase character
179
201
  * from the ISO basic Latin alphabet (a to z).</p>
180
202
  * <p>If you do not specify a value for this parameter, then the operation uses the default
@@ -183,6 +205,7 @@ export interface UpdateAccountPasswordPolicyRequest {
183
205
  */
184
206
  RequireLowercaseCharacters?: boolean;
185
207
  /**
208
+ * @public
186
209
  * <p> Allows all IAM users in your account to use the Amazon Web Services Management Console to change their own
187
210
  * passwords. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_enable-user-change.html">Permitting
188
211
  * IAM users to change their own passwords</a> in the
@@ -193,12 +216,14 @@ export interface UpdateAccountPasswordPolicyRequest {
193
216
  */
194
217
  AllowUsersToChangePassword?: boolean;
195
218
  /**
219
+ * @public
196
220
  * <p>The number of days that an IAM user password is valid.</p>
197
221
  * <p>If you do not specify a value for this parameter, then the operation uses the default
198
222
  * value of <code>0</code>. The result is that IAM user passwords never expire.</p>
199
223
  */
200
224
  MaxPasswordAge?: number;
201
225
  /**
226
+ * @public
202
227
  * <p>Specifies the number of previous passwords that IAM users are prevented from
203
228
  * reusing.</p>
204
229
  * <p>If you do not specify a value for this parameter, then the operation uses the default
@@ -207,6 +232,7 @@ export interface UpdateAccountPasswordPolicyRequest {
207
232
  */
208
233
  PasswordReusePrevention?: number;
209
234
  /**
235
+ * @public
210
236
  * <p> Prevents IAM users who are accessing the account via the Amazon Web Services Management Console from setting a
211
237
  * new console password after their password has expired. The IAM user cannot access the
212
238
  * console until an administrator resets the password.</p>
@@ -231,12 +257,14 @@ export interface UpdateAccountPasswordPolicyRequest {
231
257
  */
232
258
  export interface UpdateAssumeRolePolicyRequest {
233
259
  /**
260
+ * @public
234
261
  * <p>The name of the role to update with the new policy.</p>
235
262
  * <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
236
263
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
237
264
  */
238
265
  RoleName: string | undefined;
239
266
  /**
267
+ * @public
240
268
  * <p>The policy that grants an entity permission to assume the role.</p>
241
269
  * <p>You must provide policies in JSON format in IAM. However, for CloudFormation
242
270
  * 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
@@ -265,6 +293,7 @@ export interface UpdateAssumeRolePolicyRequest {
265
293
  */
266
294
  export interface UpdateGroupRequest {
267
295
  /**
296
+ * @public
268
297
  * <p>Name of the IAM group to update. If you're changing the name of the group, this is
269
298
  * the original name.</p>
270
299
  * <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
@@ -272,6 +301,7 @@ export interface UpdateGroupRequest {
272
301
  */
273
302
  GroupName: string | undefined;
274
303
  /**
304
+ * @public
275
305
  * <p>New path for the IAM group. Only include this if changing the group's path.</p>
276
306
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
277
307
  * of either a forward slash (/) by itself or a string that must begin and end with forward slashes.
@@ -280,6 +310,7 @@ export interface UpdateGroupRequest {
280
310
  */
281
311
  NewPath?: string;
282
312
  /**
313
+ * @public
283
314
  * <p>New name for the IAM group. Only include this if changing the group's name.</p>
284
315
  * <p>IAM user, group, role, and policy names must be unique within the account. Names are
285
316
  * not distinguished by case. For example, you cannot create resources named both
@@ -292,12 +323,14 @@ export interface UpdateGroupRequest {
292
323
  */
293
324
  export interface UpdateLoginProfileRequest {
294
325
  /**
326
+ * @public
295
327
  * <p>The name of the user whose password you want to update.</p>
296
328
  * <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
297
329
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
298
330
  */
299
331
  UserName: string | undefined;
300
332
  /**
333
+ * @public
301
334
  * <p>The new password for the specified IAM user.</p>
302
335
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
303
336
  * used to validate this parameter is a string of characters consisting of the following:</p>
@@ -320,6 +353,7 @@ export interface UpdateLoginProfileRequest {
320
353
  */
321
354
  Password?: string;
322
355
  /**
356
+ * @public
323
357
  * <p>Allows this new password to be used only once by requiring the specified IAM user to
324
358
  * set a new password on next sign-in.</p>
325
359
  */
@@ -330,6 +364,7 @@ export interface UpdateLoginProfileRequest {
330
364
  */
331
365
  export interface UpdateOpenIDConnectProviderThumbprintRequest {
332
366
  /**
367
+ * @public
333
368
  * <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which
334
369
  * you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the
335
370
  * <a>ListOpenIDConnectProviders</a> operation.</p>
@@ -337,6 +372,7 @@ export interface UpdateOpenIDConnectProviderThumbprintRequest {
337
372
  */
338
373
  OpenIDConnectProviderArn: string | undefined;
339
374
  /**
375
+ * @public
340
376
  * <p>A list of certificate thumbprints that are associated with the specified IAM OpenID
341
377
  * Connect provider. For more information, see <a>CreateOpenIDConnectProvider</a>. </p>
342
378
  */
@@ -347,14 +383,17 @@ export interface UpdateOpenIDConnectProviderThumbprintRequest {
347
383
  */
348
384
  export interface UpdateRoleRequest {
349
385
  /**
386
+ * @public
350
387
  * <p>The name of the role that you want to modify.</p>
351
388
  */
352
389
  RoleName: string | undefined;
353
390
  /**
391
+ * @public
354
392
  * <p>The new description that you want to apply to the specified role.</p>
355
393
  */
356
394
  Description?: string;
357
395
  /**
396
+ * @public
358
397
  * <p>The maximum session duration (in seconds) that you want to set for the specified role.
359
398
  * If you do not specify a value for this setting, the default value of one hour is
360
399
  * applied. This setting can have a value from 1 hour to 12 hours.</p>
@@ -381,10 +420,12 @@ export interface UpdateRoleResponse {
381
420
  */
382
421
  export interface UpdateRoleDescriptionRequest {
383
422
  /**
423
+ * @public
384
424
  * <p>The name of the role that you want to modify.</p>
385
425
  */
386
426
  RoleName: string | undefined;
387
427
  /**
428
+ * @public
388
429
  * <p>The new description that you want to apply to the specified role.</p>
389
430
  */
390
431
  Description: string | undefined;
@@ -394,6 +435,7 @@ export interface UpdateRoleDescriptionRequest {
394
435
  */
395
436
  export interface UpdateRoleDescriptionResponse {
396
437
  /**
438
+ * @public
397
439
  * <p>A structure that contains details about the modified role.</p>
398
440
  */
399
441
  Role?: Role;
@@ -403,6 +445,7 @@ export interface UpdateRoleDescriptionResponse {
403
445
  */
404
446
  export interface UpdateSAMLProviderRequest {
405
447
  /**
448
+ * @public
406
449
  * <p>An XML document generated by an identity provider (IdP) that supports SAML 2.0. The
407
450
  * document includes the issuer's name, expiration information, and keys that can be used
408
451
  * to validate the SAML authentication response (assertions) that are received from the
@@ -411,6 +454,7 @@ export interface UpdateSAMLProviderRequest {
411
454
  */
412
455
  SAMLMetadataDocument: string | undefined;
413
456
  /**
457
+ * @public
414
458
  * <p>The Amazon Resource Name (ARN) of the SAML provider to update.</p>
415
459
  * <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>
416
460
  */
@@ -423,6 +467,7 @@ export interface UpdateSAMLProviderRequest {
423
467
  */
424
468
  export interface UpdateSAMLProviderResponse {
425
469
  /**
470
+ * @public
426
471
  * <p>The Amazon Resource Name (ARN) of the SAML provider that was updated.</p>
427
472
  */
428
473
  SAMLProviderArn?: string;
@@ -432,12 +477,14 @@ export interface UpdateSAMLProviderResponse {
432
477
  */
433
478
  export interface UpdateServerCertificateRequest {
434
479
  /**
480
+ * @public
435
481
  * <p>The name of the server certificate that you want to update.</p>
436
482
  * <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
483
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
438
484
  */
439
485
  ServerCertificateName: string | undefined;
440
486
  /**
487
+ * @public
441
488
  * <p>The new path for the server certificate. Include this only if you are updating the
442
489
  * server certificate's path.</p>
443
490
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
@@ -447,6 +494,7 @@ export interface UpdateServerCertificateRequest {
447
494
  */
448
495
  NewPath?: string;
449
496
  /**
497
+ * @public
450
498
  * <p>The new name for the server certificate. Include this only if you are updating the
451
499
  * server certificate's name. The name of the certificate cannot contain any spaces.</p>
452
500
  * <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
@@ -459,6 +507,7 @@ export interface UpdateServerCertificateRequest {
459
507
  */
460
508
  export interface UpdateServiceSpecificCredentialRequest {
461
509
  /**
510
+ * @public
462
511
  * <p>The name of the IAM user associated with the service-specific credential. If you do
463
512
  * not specify this value, then the operation assumes the user whose credentials are used
464
513
  * to call the operation.</p>
@@ -467,12 +516,14 @@ export interface UpdateServiceSpecificCredentialRequest {
467
516
  */
468
517
  UserName?: string;
469
518
  /**
519
+ * @public
470
520
  * <p>The unique identifier of the service-specific credential.</p>
471
521
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
472
522
  * consist of any upper or lowercased letter or digit.</p>
473
523
  */
474
524
  ServiceSpecificCredentialId: string | undefined;
475
525
  /**
526
+ * @public
476
527
  * <p>The status to be assigned to the service-specific credential.</p>
477
528
  */
478
529
  Status: StatusType | string | undefined;
@@ -482,18 +533,21 @@ export interface UpdateServiceSpecificCredentialRequest {
482
533
  */
483
534
  export interface UpdateSigningCertificateRequest {
484
535
  /**
536
+ * @public
485
537
  * <p>The name of the IAM user the signing certificate belongs to.</p>
486
538
  * <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
487
539
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
488
540
  */
489
541
  UserName?: string;
490
542
  /**
543
+ * @public
491
544
  * <p>The ID of the signing certificate you want to update.</p>
492
545
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
493
546
  * consist of any upper or lowercased letter or digit.</p>
494
547
  */
495
548
  CertificateId: string | undefined;
496
549
  /**
550
+ * @public
497
551
  * <p> The status you want to assign to the certificate. <code>Active</code> means that the
498
552
  * certificate can be used for programmatic calls to Amazon Web Services <code>Inactive</code> means that
499
553
  * the certificate cannot be used.</p>
@@ -505,18 +559,21 @@ export interface UpdateSigningCertificateRequest {
505
559
  */
506
560
  export interface UpdateSSHPublicKeyRequest {
507
561
  /**
562
+ * @public
508
563
  * <p>The name of the IAM user associated with the SSH public key.</p>
509
564
  * <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
510
565
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
511
566
  */
512
567
  UserName: string | undefined;
513
568
  /**
569
+ * @public
514
570
  * <p>The unique identifier for the SSH public key.</p>
515
571
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
516
572
  * consist of any upper or lowercased letter or digit.</p>
517
573
  */
518
574
  SSHPublicKeyId: string | undefined;
519
575
  /**
576
+ * @public
520
577
  * <p>The status to assign to the SSH public key. <code>Active</code> means that the key can
521
578
  * be used for authentication with an CodeCommit repository. <code>Inactive</code> means that
522
579
  * the key cannot be used.</p>
@@ -528,6 +585,7 @@ export interface UpdateSSHPublicKeyRequest {
528
585
  */
529
586
  export interface UpdateUserRequest {
530
587
  /**
588
+ * @public
531
589
  * <p>Name of the user to update. If you're changing the name of the user, this is the
532
590
  * original user name.</p>
533
591
  * <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
@@ -535,6 +593,7 @@ export interface UpdateUserRequest {
535
593
  */
536
594
  UserName: string | undefined;
537
595
  /**
596
+ * @public
538
597
  * <p>New path for the IAM user. Include this parameter only if you're changing the user's
539
598
  * path.</p>
540
599
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
@@ -544,6 +603,7 @@ export interface UpdateUserRequest {
544
603
  */
545
604
  NewPath?: string;
546
605
  /**
606
+ * @public
547
607
  * <p>New name for the user. Include this parameter only if you're changing the user's
548
608
  * name.</p>
549
609
  * <p>IAM user, group, role, and policy names must be unique within the account. Names are
@@ -583,6 +643,7 @@ export declare class MalformedCertificateException extends __BaseException {
583
643
  */
584
644
  export interface UploadServerCertificateRequest {
585
645
  /**
646
+ * @public
586
647
  * <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
587
648
  * identifiers</a> in the <i>IAM User Guide</i>.</p>
588
649
  * <p>This parameter is optional. If it is not included, it defaults to a slash (/).
@@ -599,6 +660,7 @@ export interface UploadServerCertificateRequest {
599
660
  */
600
661
  Path?: string;
601
662
  /**
663
+ * @public
602
664
  * <p>The name for the server certificate. Do not include the path in this value. The name
603
665
  * of the certificate cannot contain any spaces.</p>
604
666
  * <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
@@ -606,6 +668,7 @@ export interface UploadServerCertificateRequest {
606
668
  */
607
669
  ServerCertificateName: string | undefined;
608
670
  /**
671
+ * @public
609
672
  * <p>The contents of the public key certificate in PEM-encoded format.</p>
610
673
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
611
674
  * used to validate this parameter is a string of characters consisting of the following:</p>
@@ -626,6 +689,7 @@ export interface UploadServerCertificateRequest {
626
689
  */
627
690
  CertificateBody: string | undefined;
628
691
  /**
692
+ * @public
629
693
  * <p>The contents of the private key in PEM-encoded format.</p>
630
694
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
631
695
  * used to validate this parameter is a string of characters consisting of the following:</p>
@@ -646,6 +710,7 @@ export interface UploadServerCertificateRequest {
646
710
  */
647
711
  PrivateKey: string | undefined;
648
712
  /**
713
+ * @public
649
714
  * <p>The contents of the certificate chain. This is typically a concatenation of the
650
715
  * PEM-encoded public key certificates of the chain.</p>
651
716
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
@@ -667,6 +732,7 @@ export interface UploadServerCertificateRequest {
667
732
  */
668
733
  CertificateChain?: string;
669
734
  /**
735
+ * @public
670
736
  * <p>A list of tags that you want to attach to the new IAM server certificate resource.
671
737
  * 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
672
738
  * <i>IAM User Guide</i>.</p>
@@ -684,11 +750,13 @@ export interface UploadServerCertificateRequest {
684
750
  */
685
751
  export interface UploadServerCertificateResponse {
686
752
  /**
753
+ * @public
687
754
  * <p>The meta information of the uploaded server certificate without its certificate body,
688
755
  * certificate chain, and private key.</p>
689
756
  */
690
757
  ServerCertificateMetadata?: ServerCertificateMetadata;
691
758
  /**
759
+ * @public
692
760
  * <p>A list of tags that are attached to the new IAM server certificate. The returned list of tags is sorted by tag key.
693
761
  * 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
694
762
  * <i>IAM User Guide</i>.</p>
@@ -725,12 +793,14 @@ export declare class InvalidCertificateException extends __BaseException {
725
793
  */
726
794
  export interface UploadSigningCertificateRequest {
727
795
  /**
796
+ * @public
728
797
  * <p>The name of the user the signing certificate is for.</p>
729
798
  * <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
730
799
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
731
800
  */
732
801
  UserName?: string;
733
802
  /**
803
+ * @public
734
804
  * <p>The contents of the signing certificate.</p>
735
805
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
736
806
  * used to validate this parameter is a string of characters consisting of the following:</p>
@@ -758,6 +828,7 @@ export interface UploadSigningCertificateRequest {
758
828
  */
759
829
  export interface UploadSigningCertificateResponse {
760
830
  /**
831
+ * @public
761
832
  * <p>Information about the certificate.</p>
762
833
  */
763
834
  Certificate: SigningCertificate | undefined;
@@ -792,12 +863,14 @@ export declare class InvalidPublicKeyException extends __BaseException {
792
863
  */
793
864
  export interface UploadSSHPublicKeyRequest {
794
865
  /**
866
+ * @public
795
867
  * <p>The name of the IAM user to associate the SSH public key with.</p>
796
868
  * <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
797
869
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
798
870
  */
799
871
  UserName: string | undefined;
800
872
  /**
873
+ * @public
801
874
  * <p>The SSH public key. The public key must be encoded in ssh-rsa format or PEM format.
802
875
  * The minimum bit-length of the public key is 2048 bits. For example, you can generate a
803
876
  * 2048-bit key, and the resulting PEM file is 1679 bytes long.</p>
@@ -827,6 +900,7 @@ export interface UploadSSHPublicKeyRequest {
827
900
  */
828
901
  export interface UploadSSHPublicKeyResponse {
829
902
  /**
903
+ * @public
830
904
  * <p>Contains information about the SSH public key.</p>
831
905
  */
832
906
  SSHPublicKey?: SSHPublicKey;
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.379.1",
4
+ "version": "3.385.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",
@@ -21,15 +21,15 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.379.1",
25
- "@aws-sdk/credential-provider-node": "3.379.1",
24
+ "@aws-sdk/client-sts": "3.385.0",
25
+ "@aws-sdk/credential-provider-node": "3.385.0",
26
26
  "@aws-sdk/middleware-host-header": "3.379.1",
27
27
  "@aws-sdk/middleware-logger": "3.378.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.378.0",
29
29
  "@aws-sdk/middleware-signing": "3.379.1",
30
- "@aws-sdk/middleware-user-agent": "3.379.1",
30
+ "@aws-sdk/middleware-user-agent": "3.382.0",
31
31
  "@aws-sdk/types": "3.378.0",
32
- "@aws-sdk/util-endpoints": "3.378.0",
32
+ "@aws-sdk/util-endpoints": "3.382.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.378.0",
34
34
  "@aws-sdk/util-user-agent-node": "3.378.0",
35
35
  "@smithy/config-resolver": "^2.0.1",