@aws-sdk/client-iam 3.290.0 → 3.291.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 (84) 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 +36 -36
  4. package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +2 -2
  5. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +2 -2
  6. package/dist-types/commands/AddUserToGroupCommand.d.ts +2 -2
  7. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +2 -2
  8. package/dist-types/commands/AttachRolePolicyCommand.d.ts +2 -2
  9. package/dist-types/commands/AttachUserPolicyCommand.d.ts +2 -2
  10. package/dist-types/commands/ChangePasswordCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateAccessKeyCommand.d.ts +2 -2
  12. package/dist-types/commands/CreateAccountAliasCommand.d.ts +2 -2
  13. package/dist-types/commands/CreateGroupCommand.d.ts +2 -2
  14. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateLoginProfileCommand.d.ts +2 -2
  16. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +5 -2
  17. package/dist-types/commands/CreatePolicyCommand.d.ts +2 -2
  18. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -2
  19. package/dist-types/commands/CreateRoleCommand.d.ts +2 -2
  20. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +2 -2
  21. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +2 -2
  22. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +2 -2
  23. package/dist-types/commands/CreateUserCommand.d.ts +2 -2
  24. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +2 -2
  25. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +2 -2
  26. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +2 -2
  27. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +2 -2
  28. package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +2 -2
  29. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -2
  30. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -2
  31. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -2
  32. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +2 -2
  33. package/dist-types/commands/DeletePolicyCommand.d.ts +2 -2
  34. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -2
  35. package/dist-types/commands/DeleteRoleCommand.d.ts +2 -2
  36. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -2
  37. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +2 -2
  38. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +2 -2
  39. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +2 -2
  40. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +2 -2
  41. package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
  42. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -2
  43. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +2 -2
  44. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +2 -2
  45. package/dist-types/commands/DetachRolePolicyCommand.d.ts +2 -2
  46. package/dist-types/commands/DetachUserPolicyCommand.d.ts +2 -2
  47. package/dist-types/commands/EnableMFADeviceCommand.d.ts +2 -2
  48. package/dist-types/commands/GenerateCredentialReportCommand.d.ts +2 -2
  49. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +5 -6
  50. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +5 -5
  51. package/dist-types/commands/ListAccessKeysCommand.d.ts +2 -3
  52. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +2 -2
  53. package/dist-types/commands/PutGroupPolicyCommand.d.ts +2 -2
  54. package/dist-types/commands/PutRolePolicyCommand.d.ts +2 -2
  55. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +5 -5
  56. package/dist-types/commands/PutUserPolicyCommand.d.ts +2 -2
  57. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +2 -2
  58. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +2 -2
  59. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +2 -2
  60. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -2
  61. package/dist-types/commands/TagInstanceProfileCommand.d.ts +2 -2
  62. package/dist-types/commands/TagMFADeviceCommand.d.ts +2 -2
  63. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +3 -3
  64. package/dist-types/commands/TagPolicyCommand.d.ts +2 -2
  65. package/dist-types/commands/TagRoleCommand.d.ts +2 -2
  66. package/dist-types/commands/TagSAMLProviderCommand.d.ts +2 -2
  67. package/dist-types/commands/TagServerCertificateCommand.d.ts +2 -2
  68. package/dist-types/commands/TagUserCommand.d.ts +3 -3
  69. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +4 -5
  70. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +2 -2
  71. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +2 -2
  72. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -2
  73. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +2 -2
  74. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +2 -2
  75. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +2 -2
  76. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +6 -6
  77. package/dist-types/commands/UpdateUserCommand.d.ts +4 -4
  78. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +2 -2
  79. package/dist-types/commands/UploadServerCertificateCommand.d.ts +2 -2
  80. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +4 -4
  81. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  82. package/dist-types/models/models_0.d.ts +11 -10
  83. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  84. package/package.json +1 -1
@@ -40,8 +40,8 @@ export interface UpdateAccountPasswordPolicyCommandOutput extends __MetadataBear
40
40
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
41
41
  *
42
42
  * @throws {@link LimitExceededException} (client fault)
43
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
44
- * account limits. The error message describes the limit exceeded.</p>
43
+ * <p>The request was rejected because it attempted to create resources beyond the current
44
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
45
45
  *
46
46
  * @throws {@link MalformedPolicyDocumentException} (client fault)
47
47
  * <p>The request was rejected because the policy document was malformed. The error message
@@ -33,8 +33,8 @@ export interface UpdateAssumeRolePolicyCommandOutput extends __MetadataBearer {
33
33
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
34
34
  *
35
35
  * @throws {@link LimitExceededException} (client fault)
36
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
37
- * account limits. The error message describes the limit exceeded.</p>
36
+ * <p>The request was rejected because it attempted to create resources beyond the current
37
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
38
38
  *
39
39
  * @throws {@link MalformedPolicyDocumentException} (client fault)
40
40
  * <p>The request was rejected because the policy document was malformed. The error message
@@ -48,8 +48,8 @@ export interface UpdateGroupCommandOutput extends __MetadataBearer {
48
48
  * exists.</p>
49
49
  *
50
50
  * @throws {@link LimitExceededException} (client fault)
51
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
52
- * account limits. The error message describes the limit exceeded.</p>
51
+ * <p>The request was rejected because it attempted to create resources beyond the current
52
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
53
53
  *
54
54
  * @throws {@link NoSuchEntityException} (client fault)
55
55
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -42,8 +42,8 @@ export interface UpdateLoginProfileCommandOutput extends __MetadataBearer {
42
42
  * describes the entity.</p>
43
43
  *
44
44
  * @throws {@link LimitExceededException} (client fault)
45
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
46
- * account limits. The error message describes the limit exceeded.</p>
45
+ * <p>The request was rejected because it attempted to create resources beyond the current
46
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
47
47
  *
48
48
  * @throws {@link NoSuchEntityException} (client fault)
49
49
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -37,8 +37,8 @@ export interface UpdateSAMLProviderCommandOutput extends UpdateSAMLProviderRespo
37
37
  * input parameter.</p>
38
38
  *
39
39
  * @throws {@link LimitExceededException} (client fault)
40
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
41
- * account limits. The error message describes the limit exceeded.</p>
40
+ * <p>The request was rejected because it attempted to create resources beyond the current
41
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
42
42
  *
43
43
  * @throws {@link NoSuchEntityException} (client fault)
44
44
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -53,8 +53,8 @@ export interface UpdateServerCertificateCommandOutput extends __MetadataBearer {
53
53
  * exists.</p>
54
54
  *
55
55
  * @throws {@link LimitExceededException} (client fault)
56
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
57
- * account limits. The error message describes the limit exceeded.</p>
56
+ * <p>The request was rejected because it attempted to create resources beyond the current
57
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
58
58
  *
59
59
  * @throws {@link NoSuchEntityException} (client fault)
60
60
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -15,13 +15,13 @@ export interface UpdateSigningCertificateCommandOutput extends __MetadataBearer
15
15
  }
16
16
  /**
17
17
  * <p>Changes the status of the specified user signing certificate from active to disabled,
18
- * or vice versa. This operation can be used to disable an IAM user's signing certificate
19
- * as part of a certificate rotation work flow.</p>
18
+ * or vice versa. This operation can be used to disable an IAM user's signing
19
+ * certificate as part of a certificate rotation work flow.</p>
20
20
  * <p>If the <code>UserName</code> field is not specified, the user name is determined
21
21
  * implicitly based on the Amazon Web Services access key ID used to sign the request. This operation
22
22
  * works for access keys under the Amazon Web Services account. Consequently, you can use this operation
23
- * to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no
24
- * associated users.</p>
23
+ * to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated
24
+ * users.</p>
25
25
  * @example
26
26
  * Use a bare-bones client and the command you need to make an API call.
27
27
  * ```javascript
@@ -37,8 +37,8 @@ export interface UpdateSigningCertificateCommandOutput extends __MetadataBearer
37
37
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
38
38
  *
39
39
  * @throws {@link LimitExceededException} (client fault)
40
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
41
- * account limits. The error message describes the limit exceeded.</p>
40
+ * <p>The request was rejected because it attempted to create resources beyond the current
41
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
42
42
  *
43
43
  * @throws {@link NoSuchEntityException} (client fault)
44
44
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -16,8 +16,8 @@ export interface UpdateUserCommandOutput extends __MetadataBearer {
16
16
  /**
17
17
  * <p>Updates the name and/or the path of the specified IAM user.</p>
18
18
  * <important>
19
- * <p> You should understand the implications of changing an IAM user's path or name.
20
- * For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_renaming">Renaming an IAM
19
+ * <p> You should understand the implications of changing an IAM user's path or
20
+ * name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_renaming">Renaming an IAM
21
21
  * user</a> and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups_manage_rename.html">Renaming an IAM
22
22
  * group</a> in the <i>IAM User Guide</i>.</p>
23
23
  * </important>
@@ -56,8 +56,8 @@ export interface UpdateUserCommandOutput extends __MetadataBearer {
56
56
  * describes the entity.</p>
57
57
  *
58
58
  * @throws {@link LimitExceededException} (client fault)
59
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
60
- * account limits. The error message describes the limit exceeded.</p>
59
+ * <p>The request was rejected because it attempted to create resources beyond the current
60
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
61
61
  *
62
62
  * @throws {@link NoSuchEntityException} (client fault)
63
63
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -41,8 +41,8 @@ export interface UploadSSHPublicKeyCommandOutput extends UploadSSHPublicKeyRespo
41
41
  * <p>The request was rejected because the public key is malformed or otherwise invalid.</p>
42
42
  *
43
43
  * @throws {@link LimitExceededException} (client fault)
44
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
45
- * account limits. The error message describes the limit exceeded.</p>
44
+ * <p>The request was rejected because it attempted to create resources beyond the current
45
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
46
46
  *
47
47
  * @throws {@link NoSuchEntityException} (client fault)
48
48
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -69,8 +69,8 @@ export interface UploadServerCertificateCommandOutput extends UploadServerCertif
69
69
  * match.</p>
70
70
  *
71
71
  * @throws {@link LimitExceededException} (client fault)
72
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
73
- * account limits. The error message describes the limit exceeded.</p>
72
+ * <p>The request was rejected because it attempted to create resources beyond the current
73
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
74
74
  *
75
75
  * @throws {@link MalformedCertificateException} (client fault)
76
76
  * <p>The request was rejected because the certificate was malformed or expired. The error
@@ -24,8 +24,8 @@ export interface UploadSigningCertificateCommandOutput extends UploadSigningCert
24
24
  * <p>If the <code>UserName</code> is not specified, the IAM user name is determined
25
25
  * implicitly based on the Amazon Web Services access key ID used to sign the request. This operation
26
26
  * works for access keys under the Amazon Web Services account. Consequently, you can use this operation
27
- * to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no
28
- * associated users.</p>
27
+ * to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated
28
+ * users.</p>
29
29
  * <note>
30
30
  * <p>Because the body of an X.509 certificate can be large, you should use POST rather
31
31
  * than GET when calling <code>UploadSigningCertificate</code>. For information about
@@ -60,8 +60,8 @@ export interface UploadSigningCertificateCommandOutput extends UploadSigningCert
60
60
  * <p>The request was rejected because the certificate is invalid.</p>
61
61
  *
62
62
  * @throws {@link LimitExceededException} (client fault)
63
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
64
- * account limits. The error message describes the limit exceeded.</p>
63
+ * <p>The request was rejected because it attempted to create resources beyond the current
64
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
65
65
  *
66
66
  * @throws {@link MalformedCertificateException} (client fault)
67
67
  * <p>The request was rejected because the certificate was malformed or expired. The error
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export interface EndpointParameters extends __EndpointParameters {
15
- Region: string;
15
+ Region?: string;
16
16
  UseDualStack?: boolean;
17
17
  UseFIPS?: boolean;
18
18
  Endpoint?: string;
@@ -35,7 +35,7 @@ export interface AccessDetail {
35
35
  * <p>The path of the Organizations entity (root, organizational unit, or account) from which an
36
36
  * authenticated principal last attempted to access the service. Amazon Web Services does not report
37
37
  * unauthenticated requests.</p>
38
- * <p>This field is null if no principals (IAM users, IAM roles, or root users) in the
38
+ * <p>This field is null if no principals (IAM users, IAM roles, or root user) in the
39
39
  * reported Organizations entity attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
40
40
  */
41
41
  EntityPath?: string;
@@ -48,7 +48,7 @@ export interface AccessDetail {
48
48
  */
49
49
  LastAuthenticatedTime?: Date;
50
50
  /**
51
- * <p>The number of accounts with authenticated principals (root users, IAM users, and IAM
51
+ * <p>The number of accounts with authenticated principals (root user, IAM users, and IAM
52
52
  * roles) that attempted to access the service in the tracking period.</p>
53
53
  */
54
54
  TotalAuthenticatedEntities?: number;
@@ -200,8 +200,8 @@ export declare class InvalidInputException extends __BaseException {
200
200
  constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
201
201
  }
202
202
  /**
203
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
204
- * account limits. The error message describes the limit exceeded.</p>
203
+ * <p>The request was rejected because it attempted to create resources beyond the current
204
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
205
205
  */
206
206
  export declare class LimitExceededException extends __BaseException {
207
207
  readonly name: "LimitExceededException";
@@ -617,7 +617,7 @@ export interface CreateInstanceProfileRequest {
617
617
  * date and time and the Region in which the role was last used. Activity is only reported for
618
618
  * the trailing 400 days. This period can be shorter if your Region began supporting these
619
619
  * features within the last year. The role might have been used more than 400 days ago. For
620
- * more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the <i>IAM User
620
+ * more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the <i>IAM user
621
621
  * Guide</i>.</p>
622
622
  * <p>This data type is returned as a response element in the <a>GetRole</a> and
623
623
  * <a>GetAccountAuthorizationDetails</a> operations.</p>
@@ -698,7 +698,7 @@ export interface Role {
698
698
  * date and time and the Region in which the role was last used. Activity is only reported for
699
699
  * the trailing 400 days. This period can be shorter if your Region began supporting these
700
700
  * features within the last year. The role might have been used more than 400 days ago. For
701
- * more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the <i>IAM User
701
+ * more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the <i>IAM user
702
702
  * Guide</i>.</p>
703
703
  */
704
704
  RoleLastUsed?: RoleLastUsed;
@@ -867,7 +867,7 @@ export interface CreateOpenIDConnectProviderRequest {
867
867
  * used by <code>https://keys.server.example.com.</code>
868
868
  * </p>
869
869
  * <p>For more information about obtaining the OIDC provider thumbprint, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/identity-providers-oidc-obtain-thumbprint.html">Obtaining the
870
- * thumbprint for an OpenID Connect provider</a> in the <i>IAM User
870
+ * thumbprint for an OpenID Connect provider</a> in the <i>IAM user
871
871
  * Guide</i>.</p>
872
872
  */
873
873
  ThumbprintList: string[] | undefined;
@@ -1167,6 +1167,8 @@ export interface CreateRoleRequest {
1167
1167
  * <p>IAM user, group, role, and policy names must be unique within the account. Names are
1168
1168
  * not distinguished by case. For example, you cannot create resources named both
1169
1169
  * "MyResource" and "myresource".</p>
1170
+ * <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
1171
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
1170
1172
  */
1171
1173
  RoleName: string | undefined;
1172
1174
  /**
@@ -1549,7 +1551,7 @@ export interface CreateVirtualMFADeviceRequest {
1549
1551
  */
1550
1552
  Path?: string;
1551
1553
  /**
1552
- * <p>The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA
1554
+ * <p>The name of the virtual MFA device, which must be unique. Use with path to uniquely identify a virtual MFA
1553
1555
  * device.</p>
1554
1556
  * <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
1555
1557
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
@@ -2303,8 +2305,7 @@ export interface RoleDetail {
2303
2305
  * date and time and the Region in which the role was last used. Activity is only reported for
2304
2306
  * the trailing 400 days. This period can be shorter if your Region began supporting these
2305
2307
  * features within the last year. The role might have been used more than 400 days ago. For
2306
- * more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the <i>IAM User
2307
- * Guide</i>.</p>
2308
+ * more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the <i>IAM User Guide</i>.</p>
2308
2309
  */
2309
2310
  RoleLastUsed?: RoleLastUsed;
2310
2311
  }
@@ -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.290.0",
4
+ "version": "3.291.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",