@aws-sdk/client-iam 3.928.0 → 3.930.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 (192) hide show
  1. package/dist-cjs/index.js +3367 -10560
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/IAMClient.js +2 -0
  4. package/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +3 -9
  5. package/dist-es/commands/AddRoleToInstanceProfileCommand.js +3 -9
  6. package/dist-es/commands/AddUserToGroupCommand.js +3 -9
  7. package/dist-es/commands/AttachGroupPolicyCommand.js +3 -9
  8. package/dist-es/commands/AttachRolePolicyCommand.js +3 -9
  9. package/dist-es/commands/AttachUserPolicyCommand.js +3 -9
  10. package/dist-es/commands/ChangePasswordCommand.js +3 -10
  11. package/dist-es/commands/CreateAccessKeyCommand.js +3 -10
  12. package/dist-es/commands/CreateAccountAliasCommand.js +3 -9
  13. package/dist-es/commands/CreateDelegationRequestCommand.js +3 -9
  14. package/dist-es/commands/CreateGroupCommand.js +3 -9
  15. package/dist-es/commands/CreateInstanceProfileCommand.js +3 -9
  16. package/dist-es/commands/CreateLoginProfileCommand.js +3 -10
  17. package/dist-es/commands/CreateOpenIDConnectProviderCommand.js +3 -9
  18. package/dist-es/commands/CreatePolicyCommand.js +3 -9
  19. package/dist-es/commands/CreatePolicyVersionCommand.js +3 -9
  20. package/dist-es/commands/CreateRoleCommand.js +3 -9
  21. package/dist-es/commands/CreateSAMLProviderCommand.js +3 -10
  22. package/dist-es/commands/CreateServiceLinkedRoleCommand.js +3 -9
  23. package/dist-es/commands/CreateServiceSpecificCredentialCommand.js +3 -10
  24. package/dist-es/commands/CreateUserCommand.js +3 -9
  25. package/dist-es/commands/CreateVirtualMFADeviceCommand.js +3 -10
  26. package/dist-es/commands/DeactivateMFADeviceCommand.js +3 -9
  27. package/dist-es/commands/DeleteAccessKeyCommand.js +3 -9
  28. package/dist-es/commands/DeleteAccountAliasCommand.js +3 -9
  29. package/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +3 -9
  30. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  31. package/dist-es/commands/DeleteGroupPolicyCommand.js +3 -9
  32. package/dist-es/commands/DeleteInstanceProfileCommand.js +3 -9
  33. package/dist-es/commands/DeleteLoginProfileCommand.js +3 -9
  34. package/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +3 -9
  35. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  36. package/dist-es/commands/DeletePolicyVersionCommand.js +3 -9
  37. package/dist-es/commands/DeleteRoleCommand.js +3 -9
  38. package/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +3 -9
  39. package/dist-es/commands/DeleteRolePolicyCommand.js +3 -9
  40. package/dist-es/commands/DeleteSAMLProviderCommand.js +3 -9
  41. package/dist-es/commands/DeleteSSHPublicKeyCommand.js +3 -9
  42. package/dist-es/commands/DeleteServerCertificateCommand.js +3 -9
  43. package/dist-es/commands/DeleteServiceLinkedRoleCommand.js +3 -9
  44. package/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +3 -9
  45. package/dist-es/commands/DeleteSigningCertificateCommand.js +3 -9
  46. package/dist-es/commands/DeleteUserCommand.js +3 -9
  47. package/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +3 -9
  48. package/dist-es/commands/DeleteUserPolicyCommand.js +3 -9
  49. package/dist-es/commands/DeleteVirtualMFADeviceCommand.js +3 -9
  50. package/dist-es/commands/DetachGroupPolicyCommand.js +3 -9
  51. package/dist-es/commands/DetachRolePolicyCommand.js +3 -9
  52. package/dist-es/commands/DetachUserPolicyCommand.js +3 -9
  53. package/dist-es/commands/DisableOrganizationsRootCredentialsManagementCommand.js +3 -9
  54. package/dist-es/commands/DisableOrganizationsRootSessionsCommand.js +3 -9
  55. package/dist-es/commands/EnableMFADeviceCommand.js +3 -9
  56. package/dist-es/commands/EnableOrganizationsRootCredentialsManagementCommand.js +3 -9
  57. package/dist-es/commands/EnableOrganizationsRootSessionsCommand.js +3 -9
  58. package/dist-es/commands/GenerateCredentialReportCommand.js +3 -9
  59. package/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +3 -9
  60. package/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +3 -9
  61. package/dist-es/commands/GetAccessKeyLastUsedCommand.js +3 -9
  62. package/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +3 -9
  63. package/dist-es/commands/GetAccountPasswordPolicyCommand.js +3 -9
  64. package/dist-es/commands/GetAccountSummaryCommand.js +3 -9
  65. package/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +3 -9
  66. package/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +3 -9
  67. package/dist-es/commands/GetCredentialReportCommand.js +3 -9
  68. package/dist-es/commands/GetGroupCommand.js +3 -9
  69. package/dist-es/commands/GetGroupPolicyCommand.js +3 -9
  70. package/dist-es/commands/GetInstanceProfileCommand.js +3 -9
  71. package/dist-es/commands/GetLoginProfileCommand.js +3 -9
  72. package/dist-es/commands/GetMFADeviceCommand.js +3 -9
  73. package/dist-es/commands/GetOpenIDConnectProviderCommand.js +3 -9
  74. package/dist-es/commands/GetOrganizationsAccessReportCommand.js +3 -9
  75. package/dist-es/commands/GetPolicyCommand.js +3 -9
  76. package/dist-es/commands/GetPolicyVersionCommand.js +3 -9
  77. package/dist-es/commands/GetRoleCommand.js +3 -9
  78. package/dist-es/commands/GetRolePolicyCommand.js +3 -9
  79. package/dist-es/commands/GetSAMLProviderCommand.js +3 -9
  80. package/dist-es/commands/GetSSHPublicKeyCommand.js +3 -9
  81. package/dist-es/commands/GetServerCertificateCommand.js +3 -9
  82. package/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +3 -9
  83. package/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +3 -9
  84. package/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +3 -9
  85. package/dist-es/commands/GetUserCommand.js +3 -9
  86. package/dist-es/commands/GetUserPolicyCommand.js +3 -9
  87. package/dist-es/commands/ListAccessKeysCommand.js +3 -9
  88. package/dist-es/commands/ListAccountAliasesCommand.js +3 -9
  89. package/dist-es/commands/ListAttachedGroupPoliciesCommand.js +3 -9
  90. package/dist-es/commands/ListAttachedRolePoliciesCommand.js +3 -9
  91. package/dist-es/commands/ListAttachedUserPoliciesCommand.js +3 -9
  92. package/dist-es/commands/ListEntitiesForPolicyCommand.js +3 -9
  93. package/dist-es/commands/ListGroupPoliciesCommand.js +3 -9
  94. package/dist-es/commands/ListGroupsCommand.js +3 -9
  95. package/dist-es/commands/ListGroupsForUserCommand.js +3 -9
  96. package/dist-es/commands/ListInstanceProfileTagsCommand.js +3 -9
  97. package/dist-es/commands/ListInstanceProfilesCommand.js +3 -9
  98. package/dist-es/commands/ListInstanceProfilesForRoleCommand.js +3 -9
  99. package/dist-es/commands/ListMFADeviceTagsCommand.js +3 -9
  100. package/dist-es/commands/ListMFADevicesCommand.js +3 -9
  101. package/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +3 -9
  102. package/dist-es/commands/ListOpenIDConnectProvidersCommand.js +3 -9
  103. package/dist-es/commands/ListOrganizationsFeaturesCommand.js +3 -9
  104. package/dist-es/commands/ListPoliciesCommand.js +3 -9
  105. package/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +3 -9
  106. package/dist-es/commands/ListPolicyTagsCommand.js +3 -9
  107. package/dist-es/commands/ListPolicyVersionsCommand.js +3 -9
  108. package/dist-es/commands/ListRolePoliciesCommand.js +3 -9
  109. package/dist-es/commands/ListRoleTagsCommand.js +3 -9
  110. package/dist-es/commands/ListRolesCommand.js +3 -9
  111. package/dist-es/commands/ListSAMLProviderTagsCommand.js +3 -9
  112. package/dist-es/commands/ListSAMLProvidersCommand.js +3 -9
  113. package/dist-es/commands/ListSSHPublicKeysCommand.js +3 -9
  114. package/dist-es/commands/ListServerCertificateTagsCommand.js +3 -9
  115. package/dist-es/commands/ListServerCertificatesCommand.js +3 -9
  116. package/dist-es/commands/ListServiceSpecificCredentialsCommand.js +3 -9
  117. package/dist-es/commands/ListSigningCertificatesCommand.js +3 -9
  118. package/dist-es/commands/ListUserPoliciesCommand.js +3 -9
  119. package/dist-es/commands/ListUserTagsCommand.js +3 -9
  120. package/dist-es/commands/ListUsersCommand.js +3 -9
  121. package/dist-es/commands/ListVirtualMFADevicesCommand.js +3 -10
  122. package/dist-es/commands/PutGroupPolicyCommand.js +3 -9
  123. package/dist-es/commands/PutRolePermissionsBoundaryCommand.js +3 -9
  124. package/dist-es/commands/PutRolePolicyCommand.js +3 -9
  125. package/dist-es/commands/PutUserPermissionsBoundaryCommand.js +3 -9
  126. package/dist-es/commands/PutUserPolicyCommand.js +3 -9
  127. package/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +3 -9
  128. package/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +3 -9
  129. package/dist-es/commands/RemoveUserFromGroupCommand.js +3 -9
  130. package/dist-es/commands/ResetServiceSpecificCredentialCommand.js +3 -10
  131. package/dist-es/commands/ResyncMFADeviceCommand.js +3 -9
  132. package/dist-es/commands/SetDefaultPolicyVersionCommand.js +3 -9
  133. package/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +3 -9
  134. package/dist-es/commands/SimulateCustomPolicyCommand.js +3 -9
  135. package/dist-es/commands/SimulatePrincipalPolicyCommand.js +3 -9
  136. package/dist-es/commands/TagInstanceProfileCommand.js +3 -9
  137. package/dist-es/commands/TagMFADeviceCommand.js +3 -9
  138. package/dist-es/commands/TagOpenIDConnectProviderCommand.js +3 -9
  139. package/dist-es/commands/TagPolicyCommand.js +3 -9
  140. package/dist-es/commands/TagRoleCommand.js +3 -9
  141. package/dist-es/commands/TagSAMLProviderCommand.js +3 -9
  142. package/dist-es/commands/TagServerCertificateCommand.js +3 -9
  143. package/dist-es/commands/TagUserCommand.js +3 -9
  144. package/dist-es/commands/UntagInstanceProfileCommand.js +3 -9
  145. package/dist-es/commands/UntagMFADeviceCommand.js +3 -9
  146. package/dist-es/commands/UntagOpenIDConnectProviderCommand.js +3 -9
  147. package/dist-es/commands/UntagPolicyCommand.js +3 -9
  148. package/dist-es/commands/UntagRoleCommand.js +3 -9
  149. package/dist-es/commands/UntagSAMLProviderCommand.js +3 -9
  150. package/dist-es/commands/UntagServerCertificateCommand.js +3 -9
  151. package/dist-es/commands/UntagUserCommand.js +3 -9
  152. package/dist-es/commands/UpdateAccessKeyCommand.js +3 -9
  153. package/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +3 -9
  154. package/dist-es/commands/UpdateAssumeRolePolicyCommand.js +3 -9
  155. package/dist-es/commands/UpdateGroupCommand.js +3 -9
  156. package/dist-es/commands/UpdateLoginProfileCommand.js +3 -10
  157. package/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +3 -9
  158. package/dist-es/commands/UpdateRoleCommand.js +3 -9
  159. package/dist-es/commands/UpdateRoleDescriptionCommand.js +3 -9
  160. package/dist-es/commands/UpdateSAMLProviderCommand.js +3 -10
  161. package/dist-es/commands/UpdateSSHPublicKeyCommand.js +3 -9
  162. package/dist-es/commands/UpdateServerCertificateCommand.js +3 -9
  163. package/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +3 -9
  164. package/dist-es/commands/UpdateSigningCertificateCommand.js +3 -9
  165. package/dist-es/commands/UpdateUserCommand.js +3 -9
  166. package/dist-es/commands/UploadSSHPublicKeyCommand.js +3 -9
  167. package/dist-es/commands/UploadServerCertificateCommand.js +3 -10
  168. package/dist-es/commands/UploadSigningCertificateCommand.js +3 -9
  169. package/dist-es/models/models_0.js +0 -54
  170. package/dist-es/models/models_1.js +0 -13
  171. package/dist-es/runtimeConfig.shared.js +7 -0
  172. package/dist-es/schemas/schemas_0.js +3353 -0
  173. package/dist-types/IAMClient.d.ts +10 -1
  174. package/dist-types/models/models_0.d.ts +0 -44
  175. package/dist-types/models/models_1.d.ts +0 -12
  176. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  177. package/dist-types/runtimeConfig.d.ts +1 -0
  178. package/dist-types/runtimeConfig.native.d.ts +1 -0
  179. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  180. package/dist-types/schemas/schemas_0.d.ts +568 -0
  181. package/dist-types/ts3.4/IAMClient.d.ts +4 -0
  182. package/dist-types/ts3.4/models/models_0.d.ts +0 -31
  183. package/dist-types/ts3.4/models/models_1.d.ts +0 -9
  184. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  185. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  186. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  187. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  188. package/dist-types/ts3.4/schemas/schemas_0.d.ts +574 -0
  189. package/package.json +34 -34
  190. package/dist-es/protocols/Aws_query.js +0 -9630
  191. package/dist-types/protocols/Aws_query.d.ts +0 -1487
  192. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1985
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListUserPoliciesCommand, se_ListUserPoliciesCommand } from "../protocols/Aws_query";
4
+ import { ListUserPolicies } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListUserPoliciesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "ListUserPolicies", {})
17
13
  .n("IAMClient", "ListUserPoliciesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListUserPoliciesCommand)
20
- .de(de_ListUserPoliciesCommand)
14
+ .sc(ListUserPolicies)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListUserTagsCommand, se_ListUserTagsCommand } from "../protocols/Aws_query";
4
+ import { ListUserTags } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListUserTagsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "ListUserTags", {})
17
13
  .n("IAMClient", "ListUserTagsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListUserTagsCommand)
20
- .de(de_ListUserTagsCommand)
14
+ .sc(ListUserTags)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_query";
4
+ import { ListUsers } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListUsersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "ListUsers", {})
17
13
  .n("IAMClient", "ListUsersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListUsersCommand)
20
- .de(de_ListUsersCommand)
14
+ .sc(ListUsers)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListVirtualMFADevicesResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListVirtualMFADevicesCommand, se_ListVirtualMFADevicesCommand } from "../protocols/Aws_query";
4
+ import { ListVirtualMFADevices } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListVirtualMFADevicesCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSIdentityManagementV20100508", "ListVirtualMFADevices", {})
18
13
  .n("IAMClient", "ListVirtualMFADevicesCommand")
19
- .f(void 0, ListVirtualMFADevicesResponseFilterSensitiveLog)
20
- .ser(se_ListVirtualMFADevicesCommand)
21
- .de(de_ListVirtualMFADevicesCommand)
14
+ .sc(ListVirtualMFADevices)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutGroupPolicyCommand, se_PutGroupPolicyCommand } from "../protocols/Aws_query";
4
+ import { PutGroupPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutGroupPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "PutGroupPolicy", {})
17
13
  .n("IAMClient", "PutGroupPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutGroupPolicyCommand)
20
- .de(de_PutGroupPolicyCommand)
14
+ .sc(PutGroupPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutRolePermissionsBoundaryCommand, se_PutRolePermissionsBoundaryCommand } from "../protocols/Aws_query";
4
+ import { PutRolePermissionsBoundary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutRolePermissionsBoundaryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "PutRolePermissionsBoundary", {})
17
13
  .n("IAMClient", "PutRolePermissionsBoundaryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutRolePermissionsBoundaryCommand)
20
- .de(de_PutRolePermissionsBoundaryCommand)
14
+ .sc(PutRolePermissionsBoundary)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutRolePolicyCommand, se_PutRolePolicyCommand } from "../protocols/Aws_query";
4
+ import { PutRolePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutRolePolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "PutRolePolicy", {})
17
13
  .n("IAMClient", "PutRolePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutRolePolicyCommand)
20
- .de(de_PutRolePolicyCommand)
14
+ .sc(PutRolePolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutUserPermissionsBoundaryCommand, se_PutUserPermissionsBoundaryCommand } from "../protocols/Aws_query";
4
+ import { PutUserPermissionsBoundary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutUserPermissionsBoundaryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "PutUserPermissionsBoundary", {})
17
13
  .n("IAMClient", "PutUserPermissionsBoundaryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutUserPermissionsBoundaryCommand)
20
- .de(de_PutUserPermissionsBoundaryCommand)
14
+ .sc(PutUserPermissionsBoundary)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutUserPolicyCommand, se_PutUserPolicyCommand } from "../protocols/Aws_query";
4
+ import { PutUserPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutUserPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "PutUserPolicy", {})
17
13
  .n("IAMClient", "PutUserPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutUserPolicyCommand)
20
- .de(de_PutUserPolicyCommand)
14
+ .sc(PutUserPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RemoveClientIDFromOpenIDConnectProviderCommand, se_RemoveClientIDFromOpenIDConnectProviderCommand, } from "../protocols/Aws_query";
4
+ import { RemoveClientIDFromOpenIDConnectProvider } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RemoveClientIDFromOpenIDConnectProviderCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "RemoveClientIDFromOpenIDConnectProvider", {})
17
13
  .n("IAMClient", "RemoveClientIDFromOpenIDConnectProviderCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RemoveClientIDFromOpenIDConnectProviderCommand)
20
- .de(de_RemoveClientIDFromOpenIDConnectProviderCommand)
14
+ .sc(RemoveClientIDFromOpenIDConnectProvider)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RemoveRoleFromInstanceProfileCommand, se_RemoveRoleFromInstanceProfileCommand, } from "../protocols/Aws_query";
4
+ import { RemoveRoleFromInstanceProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RemoveRoleFromInstanceProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "RemoveRoleFromInstanceProfile", {})
17
13
  .n("IAMClient", "RemoveRoleFromInstanceProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RemoveRoleFromInstanceProfileCommand)
20
- .de(de_RemoveRoleFromInstanceProfileCommand)
14
+ .sc(RemoveRoleFromInstanceProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RemoveUserFromGroupCommand, se_RemoveUserFromGroupCommand } from "../protocols/Aws_query";
4
+ import { RemoveUserFromGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RemoveUserFromGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "RemoveUserFromGroup", {})
17
13
  .n("IAMClient", "RemoveUserFromGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RemoveUserFromGroupCommand)
20
- .de(de_RemoveUserFromGroupCommand)
14
+ .sc(RemoveUserFromGroup)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ResetServiceSpecificCredentialResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ResetServiceSpecificCredentialCommand, se_ResetServiceSpecificCredentialCommand, } from "../protocols/Aws_query";
4
+ import { ResetServiceSpecificCredential } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ResetServiceSpecificCredentialCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSIdentityManagementV20100508", "ResetServiceSpecificCredential", {})
18
13
  .n("IAMClient", "ResetServiceSpecificCredentialCommand")
19
- .f(void 0, ResetServiceSpecificCredentialResponseFilterSensitiveLog)
20
- .ser(se_ResetServiceSpecificCredentialCommand)
21
- .de(de_ResetServiceSpecificCredentialCommand)
14
+ .sc(ResetServiceSpecificCredential)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ResyncMFADeviceCommand, se_ResyncMFADeviceCommand } from "../protocols/Aws_query";
4
+ import { ResyncMFADevice } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ResyncMFADeviceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "ResyncMFADevice", {})
17
13
  .n("IAMClient", "ResyncMFADeviceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ResyncMFADeviceCommand)
20
- .de(de_ResyncMFADeviceCommand)
14
+ .sc(ResyncMFADevice)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_SetDefaultPolicyVersionCommand, se_SetDefaultPolicyVersionCommand } from "../protocols/Aws_query";
4
+ import { SetDefaultPolicyVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class SetDefaultPolicyVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "SetDefaultPolicyVersion", {})
17
13
  .n("IAMClient", "SetDefaultPolicyVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_SetDefaultPolicyVersionCommand)
20
- .de(de_SetDefaultPolicyVersionCommand)
14
+ .sc(SetDefaultPolicyVersion)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_SetSecurityTokenServicePreferencesCommand, se_SetSecurityTokenServicePreferencesCommand, } from "../protocols/Aws_query";
4
+ import { SetSecurityTokenServicePreferences } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class SetSecurityTokenServicePreferencesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "SetSecurityTokenServicePreferences", {})
17
13
  .n("IAMClient", "SetSecurityTokenServicePreferencesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_SetSecurityTokenServicePreferencesCommand)
20
- .de(de_SetSecurityTokenServicePreferencesCommand)
14
+ .sc(SetSecurityTokenServicePreferences)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_SimulateCustomPolicyCommand, se_SimulateCustomPolicyCommand } from "../protocols/Aws_query";
4
+ import { SimulateCustomPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class SimulateCustomPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "SimulateCustomPolicy", {})
17
13
  .n("IAMClient", "SimulateCustomPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_SimulateCustomPolicyCommand)
20
- .de(de_SimulateCustomPolicyCommand)
14
+ .sc(SimulateCustomPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_SimulatePrincipalPolicyCommand, se_SimulatePrincipalPolicyCommand } from "../protocols/Aws_query";
4
+ import { SimulatePrincipalPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class SimulatePrincipalPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "SimulatePrincipalPolicy", {})
17
13
  .n("IAMClient", "SimulatePrincipalPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_SimulatePrincipalPolicyCommand)
20
- .de(de_SimulatePrincipalPolicyCommand)
14
+ .sc(SimulatePrincipalPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagInstanceProfileCommand, se_TagInstanceProfileCommand } from "../protocols/Aws_query";
4
+ import { TagInstanceProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagInstanceProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "TagInstanceProfile", {})
17
13
  .n("IAMClient", "TagInstanceProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagInstanceProfileCommand)
20
- .de(de_TagInstanceProfileCommand)
14
+ .sc(TagInstanceProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagMFADeviceCommand, se_TagMFADeviceCommand } from "../protocols/Aws_query";
4
+ import { TagMFADevice } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagMFADeviceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "TagMFADevice", {})
17
13
  .n("IAMClient", "TagMFADeviceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagMFADeviceCommand)
20
- .de(de_TagMFADeviceCommand)
14
+ .sc(TagMFADevice)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagOpenIDConnectProviderCommand, se_TagOpenIDConnectProviderCommand } from "../protocols/Aws_query";
4
+ import { TagOpenIDConnectProvider } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagOpenIDConnectProviderCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "TagOpenIDConnectProvider", {})
17
13
  .n("IAMClient", "TagOpenIDConnectProviderCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagOpenIDConnectProviderCommand)
20
- .de(de_TagOpenIDConnectProviderCommand)
14
+ .sc(TagOpenIDConnectProvider)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagPolicyCommand, se_TagPolicyCommand } from "../protocols/Aws_query";
4
+ import { TagPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "TagPolicy", {})
17
13
  .n("IAMClient", "TagPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagPolicyCommand)
20
- .de(de_TagPolicyCommand)
14
+ .sc(TagPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagRoleCommand, se_TagRoleCommand } from "../protocols/Aws_query";
4
+ import { TagRole } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagRoleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSIdentityManagementV20100508", "TagRole", {})
17
13
  .n("IAMClient", "TagRoleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagRoleCommand)
20
- .de(de_TagRoleCommand)
14
+ .sc(TagRole)
21
15
  .build() {
22
16
  }