@aws-sdk/client-iam 3.835.0 → 3.840.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 (80) hide show
  1. package/dist-cjs/index.js +41 -1
  2. package/dist-es/models/models_0.js +2 -0
  3. package/dist-es/protocols/Aws_query.js +38 -0
  4. package/dist-types/commands/ChangePasswordCommand.d.ts +5 -4
  5. package/dist-types/commands/CreateAccessKeyCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateLoginProfileCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +1 -1
  8. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +10 -8
  10. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +4 -3
  11. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -2
  12. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +5 -4
  13. package/dist-types/commands/DeletePolicyCommand.d.ts +5 -7
  14. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -2
  15. package/dist-types/commands/DeleteRoleCommand.d.ts +4 -4
  16. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -2
  17. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteUserCommand.d.ts +9 -9
  19. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -2
  20. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +1 -1
  21. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/DetachRolePolicyCommand.d.ts +1 -1
  23. package/dist-types/commands/DetachUserPolicyCommand.d.ts +1 -1
  24. package/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +1 -1
  25. package/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +1 -1
  26. package/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +1 -1
  27. package/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +1 -1
  28. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +5 -5
  29. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +6 -6
  30. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -1
  31. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +4 -4
  32. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +4 -3
  33. package/dist-types/commands/GetCredentialReportCommand.d.ts +4 -4
  34. package/dist-types/commands/GetGroupPolicyCommand.d.ts +4 -3
  35. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +4 -5
  36. package/dist-types/commands/GetPolicyCommand.d.ts +4 -4
  37. package/dist-types/commands/GetPolicyVersionCommand.d.ts +5 -3
  38. package/dist-types/commands/GetRoleCommand.d.ts +2 -1
  39. package/dist-types/commands/GetRolePolicyCommand.d.ts +5 -4
  40. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +1 -1
  41. package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -2
  42. package/dist-types/commands/GetUserPolicyCommand.d.ts +5 -4
  43. package/dist-types/commands/ListAccessKeysCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -2
  45. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -2
  46. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -2
  47. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +3 -3
  48. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -1
  49. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +1 -1
  50. package/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +1 -1
  51. package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
  52. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +1 -1
  53. package/dist-types/commands/ListRolePoliciesCommand.d.ts +3 -3
  54. package/dist-types/commands/ListRolesCommand.d.ts +1 -1
  55. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +1 -1
  56. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +1 -1
  57. package/dist-types/commands/ListServerCertificatesCommand.d.ts +2 -1
  58. package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +9 -2
  59. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +1 -1
  60. package/dist-types/commands/ListUserPoliciesCommand.d.ts +3 -3
  61. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  62. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +1 -1
  63. package/dist-types/commands/PutGroupPolicyCommand.d.ts +4 -4
  64. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +6 -3
  65. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  66. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  67. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -2
  68. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +3 -4
  69. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +5 -1
  70. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +3 -3
  71. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +5 -1
  73. package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +5 -1
  75. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +1 -1
  76. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +1 -1
  77. package/dist-types/models/models_0.d.ts +241 -181
  78. package/dist-types/models/models_1.d.ts +20 -23
  79. package/dist-types/ts3.4/models/models_0.d.ts +15 -3
  80. package/package.json +19 -19
@@ -18,7 +18,7 @@ export type PolicyEvaluationDecisionType = (typeof PolicyEvaluationDecisionType)
18
18
  * <p>Contains the row and column of a location of a <code>Statement</code> element in a
19
19
  * policy document.</p>
20
20
  * <p>This data type is used as a member of the <code>
21
- * <a>Statement</a>
21
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_Statement.html">Statement</a>
22
22
  * </code> type.</p>
23
23
  * @public
24
24
  */
@@ -55,7 +55,7 @@ export type PolicySourceType = (typeof PolicySourceType)[keyof typeof PolicySour
55
55
  * <p>Contains a reference to a <code>Statement</code> element in a policy document that
56
56
  * determines the result of the simulation.</p>
57
57
  * <p>This data type is used by the <code>MatchedStatements</code> member of the <code>
58
- * <a>EvaluationResult</a>
58
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_EvaluationResult.html">EvaluationResult</a>
59
59
  * </code> type.</p>
60
60
  * @public
61
61
  */
@@ -116,7 +116,7 @@ export interface PermissionsBoundaryDecisionDetail {
116
116
  /**
117
117
  * <p>Contains the result of the simulation of a single API operation call on a single
118
118
  * resource.</p>
119
- * <p>This data type is used by a member of the <a>EvaluationResult</a> data
119
+ * <p>This data type is used by a member of the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_EvaluationResult.html">EvaluationResult</a> data
120
120
  * type.</p>
121
121
  * @public
122
122
  */
@@ -148,8 +148,7 @@ export interface ResourceSpecificResult {
148
148
  * individual resources, by setting <code>ResourceArns</code> to "*" or by not including the
149
149
  * <code>ResourceArns</code> parameter, then any missing context values are instead
150
150
  * included under the <code>EvaluationResults</code> section. To discover the context keys
151
- * used by a set of policies, you can call <a>GetContextKeysForCustomPolicy</a> or
152
- * <a>GetContextKeysForPrincipalPolicy</a>.</p>
151
+ * used by a set of policies, you can call <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForCustomPolicy.html">GetContextKeysForCustomPolicy</a> or <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html">GetContextKeysForPrincipalPolicy</a>.</p>
153
152
  * @public
154
153
  */
155
154
  MissingContextValues?: string[] | undefined;
@@ -170,9 +169,9 @@ export interface ResourceSpecificResult {
170
169
  /**
171
170
  * <p>Contains the results of a simulation.</p>
172
171
  * <p>This data type is used by the return parameter of <code>
173
- * <a>SimulateCustomPolicy</a>
172
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html">SimulateCustomPolicy</a>
174
173
  * </code> and <code>
175
- * <a>SimulatePrincipalPolicy</a>
174
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html">SimulatePrincipalPolicy</a>
176
175
  * </code>.</p>
177
176
  * @public
178
177
  */
@@ -206,7 +205,7 @@ export interface EvaluationResult {
206
205
  * simulation is "*", either explicitly, or when the <code>ResourceArns</code> parameter
207
206
  * blank. If you include a list of resources, then any missing context values are instead
208
207
  * included under the <code>ResourceSpecificResults</code> section. To discover the context
209
- * keys used by a set of policies, you can call <a>GetContextKeysForCustomPolicy</a> or <a>GetContextKeysForPrincipalPolicy</a>.</p>
208
+ * keys used by a set of policies, you can call <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForCustomPolicy.html">GetContextKeysForCustomPolicy</a> or <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html">GetContextKeysForPrincipalPolicy</a>.</p>
210
209
  * @public
211
210
  */
212
211
  MissingContextValues?: string[] | undefined;
@@ -248,8 +247,8 @@ export interface EvaluationResult {
248
247
  ResourceSpecificResults?: ResourceSpecificResult[] | undefined;
249
248
  }
250
249
  /**
251
- * <p>Contains the response to a successful <a>SimulatePrincipalPolicy</a> or
252
- * <a>SimulateCustomPolicy</a> request.</p>
250
+ * <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html">SimulatePrincipalPolicy</a> or <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html">SimulateCustomPolicy</a>
251
+ * request.</p>
253
252
  * @public
254
253
  */
255
254
  export interface SimulatePolicyResponse {
@@ -1009,7 +1008,7 @@ export interface UpdateLoginProfileRequest {
1009
1008
  * </li>
1010
1009
  * </ul>
1011
1010
  * <p>However, the format can be further restricted by the account administrator by setting
1012
- * a password policy on the Amazon Web Services account. For more information, see <a>UpdateAccountPasswordPolicy</a>.</p>
1011
+ * a password policy on the Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAccountPasswordPolicy.html">UpdateAccountPasswordPolicy</a>.</p>
1013
1012
  * @public
1014
1013
  */
1015
1014
  Password?: string | undefined;
@@ -1027,14 +1026,14 @@ export interface UpdateOpenIDConnectProviderThumbprintRequest {
1027
1026
  /**
1028
1027
  * <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which
1029
1028
  * you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the
1030
- * <a>ListOpenIDConnectProviders</a> operation.</p>
1029
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListOpenIDConnectProviders.html">ListOpenIDConnectProviders</a> operation.</p>
1031
1030
  * <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>
1032
1031
  * @public
1033
1032
  */
1034
1033
  OpenIDConnectProviderArn: string | undefined;
1035
1034
  /**
1036
1035
  * <p>A list of certificate thumbprints that are associated with the specified IAM OpenID
1037
- * Connect provider. For more information, see <a>CreateOpenIDConnectProvider</a>. </p>
1036
+ * Connect provider. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html">CreateOpenIDConnectProvider</a>. </p>
1038
1037
  * @public
1039
1038
  */
1040
1039
  ThumbprintList: string[] | undefined;
@@ -1130,9 +1129,9 @@ export interface UpdateSAMLProviderRequest {
1130
1129
  */
1131
1130
  AssertionEncryptionMode?: AssertionEncryptionModeType | undefined;
1132
1131
  /**
1133
- * <p>Specifies the new private key from your external identity provider. The
1134
- * private key must be a .pem file that uses AES-GCM or AES-CBC encryption algorithm to
1135
- * decrypt SAML assertions.</p>
1132
+ * <p>Specifies the new private key from your external identity provider. The private key
1133
+ * must be a .pem file that uses AES-GCM or AES-CBC encryption algorithm to decrypt SAML
1134
+ * assertions.</p>
1136
1135
  * @public
1137
1136
  */
1138
1137
  AddPrivateKey?: string | undefined;
@@ -1143,8 +1142,8 @@ export interface UpdateSAMLProviderRequest {
1143
1142
  RemovePrivateKey?: string | undefined;
1144
1143
  }
1145
1144
  /**
1146
- * <p>Contains the response to a successful <a>UpdateSAMLProvider</a> request.
1147
- * </p>
1145
+ * <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateSAMLProvider.html">UpdateSAMLProvider</a>
1146
+ * request. </p>
1148
1147
  * @public
1149
1148
  */
1150
1149
  export interface UpdateSAMLProviderResponse {
@@ -1426,8 +1425,7 @@ export interface UploadServerCertificateRequest {
1426
1425
  Tags?: Tag[] | undefined;
1427
1426
  }
1428
1427
  /**
1429
- * <p>Contains the response to a successful <a>UploadServerCertificate</a>
1430
- * request. </p>
1428
+ * <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_UploadServerCertificate.html">UploadServerCertificate</a> request. </p>
1431
1429
  * @public
1432
1430
  */
1433
1431
  export interface UploadServerCertificateResponse {
@@ -1504,8 +1502,7 @@ export interface UploadSigningCertificateRequest {
1504
1502
  CertificateBody: string | undefined;
1505
1503
  }
1506
1504
  /**
1507
- * <p>Contains the response to a successful <a>UploadSigningCertificate</a>
1508
- * request. </p>
1505
+ * <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_UploadSigningCertificate.html">UploadSigningCertificate</a> request. </p>
1509
1506
  * @public
1510
1507
  */
1511
1508
  export interface UploadSigningCertificateResponse {
@@ -1576,7 +1573,7 @@ export interface UploadSSHPublicKeyRequest {
1576
1573
  SSHPublicKeyBody: string | undefined;
1577
1574
  }
1578
1575
  /**
1579
- * <p>Contains the response to a successful <a>UploadSSHPublicKey</a>
1576
+ * <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_UploadSSHPublicKey.html">UploadSSHPublicKey</a>
1580
1577
  * request.</p>
1581
1578
  * @public
1582
1579
  */
@@ -16,6 +16,7 @@ export interface AccessDetail {
16
16
  }
17
17
  export declare const StatusType: {
18
18
  readonly Active: "Active";
19
+ readonly Expired: "Expired";
19
20
  readonly Inactive: "Inactive";
20
21
  };
21
22
  export type StatusType = (typeof StatusType)[keyof typeof StatusType];
@@ -364,12 +365,16 @@ export interface CreateServiceLinkedRoleResponse {
364
365
  export interface CreateServiceSpecificCredentialRequest {
365
366
  UserName: string | undefined;
366
367
  ServiceName: string | undefined;
368
+ CredentialAgeDays?: number | undefined;
367
369
  }
368
370
  export interface ServiceSpecificCredential {
369
371
  CreateDate: Date | undefined;
372
+ ExpirationDate?: Date | undefined;
370
373
  ServiceName: string | undefined;
371
- ServiceUserName: string | undefined;
372
- ServicePassword: string | undefined;
374
+ ServiceUserName?: string | undefined;
375
+ ServicePassword?: string | undefined;
376
+ ServiceCredentialAlias?: string | undefined;
377
+ ServiceCredentialSecret?: string | undefined;
373
378
  ServiceSpecificCredentialId: string | undefined;
374
379
  UserName: string | undefined;
375
380
  Status: StatusType | undefined;
@@ -1430,17 +1435,24 @@ export interface ListServerCertificateTagsResponse {
1430
1435
  export interface ListServiceSpecificCredentialsRequest {
1431
1436
  UserName?: string | undefined;
1432
1437
  ServiceName?: string | undefined;
1438
+ AllUsers?: boolean | undefined;
1439
+ Marker?: string | undefined;
1440
+ MaxItems?: number | undefined;
1433
1441
  }
1434
1442
  export interface ServiceSpecificCredentialMetadata {
1435
1443
  UserName: string | undefined;
1436
1444
  Status: StatusType | undefined;
1437
- ServiceUserName: string | undefined;
1445
+ ServiceUserName?: string | undefined;
1446
+ ServiceCredentialAlias?: string | undefined;
1438
1447
  CreateDate: Date | undefined;
1448
+ ExpirationDate?: Date | undefined;
1439
1449
  ServiceSpecificCredentialId: string | undefined;
1440
1450
  ServiceName: string | undefined;
1441
1451
  }
1442
1452
  export interface ListServiceSpecificCredentialsResponse {
1443
1453
  ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[] | undefined;
1454
+ Marker?: string | undefined;
1455
+ IsTruncated?: boolean | undefined;
1444
1456
  }
1445
1457
  export interface ListSigningCertificatesRequest {
1446
1458
  UserName?: string | undefined;
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.835.0",
4
+ "version": "3.840.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iam",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.835.0",
24
- "@aws-sdk/credential-provider-node": "3.835.0",
25
- "@aws-sdk/middleware-host-header": "3.821.0",
26
- "@aws-sdk/middleware-logger": "3.821.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-user-agent": "3.835.0",
29
- "@aws-sdk/region-config-resolver": "3.821.0",
30
- "@aws-sdk/types": "3.821.0",
31
- "@aws-sdk/util-endpoints": "3.828.0",
32
- "@aws-sdk/util-user-agent-browser": "3.821.0",
33
- "@aws-sdk/util-user-agent-node": "3.835.0",
23
+ "@aws-sdk/core": "3.840.0",
24
+ "@aws-sdk/credential-provider-node": "3.840.0",
25
+ "@aws-sdk/middleware-host-header": "3.840.0",
26
+ "@aws-sdk/middleware-logger": "3.840.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
+ "@aws-sdk/middleware-user-agent": "3.840.0",
29
+ "@aws-sdk/region-config-resolver": "3.840.0",
30
+ "@aws-sdk/types": "3.840.0",
31
+ "@aws-sdk/util-endpoints": "3.840.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.840.0",
33
+ "@aws-sdk/util-user-agent-node": "3.840.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
- "@smithy/core": "^3.5.3",
35
+ "@smithy/core": "^3.6.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.4",
37
37
  "@smithy/hash-node": "^4.0.4",
38
38
  "@smithy/invalid-dependency": "^4.0.4",
39
39
  "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.12",
41
- "@smithy/middleware-retry": "^4.1.13",
40
+ "@smithy/middleware-endpoint": "^4.1.13",
41
+ "@smithy/middleware-retry": "^4.1.14",
42
42
  "@smithy/middleware-serde": "^4.0.8",
43
43
  "@smithy/middleware-stack": "^4.0.4",
44
44
  "@smithy/node-config-provider": "^4.1.3",
45
45
  "@smithy/node-http-handler": "^4.0.6",
46
46
  "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.4",
47
+ "@smithy/smithy-client": "^4.4.5",
48
48
  "@smithy/types": "^4.3.1",
49
49
  "@smithy/url-parser": "^4.0.4",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.20",
54
- "@smithy/util-defaults-mode-node": "^4.0.20",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.21",
54
+ "@smithy/util-defaults-mode-node": "^4.0.21",
55
55
  "@smithy/util-endpoints": "^3.0.6",
56
56
  "@smithy/util-middleware": "^4.0.4",
57
57
  "@smithy/util-retry": "^4.0.6",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@smithy/util-waiter": "^4.0.5",
59
+ "@smithy/util-waiter": "^4.0.6",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {