@cdk8s/awscdk-resolver 0.0.402 → 0.0.404

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 (190) hide show
  1. package/.jsii +4 -4
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
  4. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +277 -270
  5. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  6. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -0
  7. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
  8. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
  9. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
  10. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
  11. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -26
  12. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  13. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +265 -0
  14. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -1
  15. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -24
  16. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +26 -0
  21. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -0
  22. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -18
  23. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  24. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  25. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  26. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  27. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
  28. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  29. package/node_modules/@aws-sdk/core/dist-cjs/index.js +1 -4
  30. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1 -4
  31. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
  32. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
  33. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
  34. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
  35. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
  36. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
  37. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
  38. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
  39. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  40. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  41. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  42. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  43. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
  44. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
  45. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  46. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
  47. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
  48. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  49. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  50. package/node_modules/@aws-sdk/core/package.json +1 -1
  51. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  52. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  53. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  54. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  55. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  56. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  57. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  58. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  59. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +246 -310
  60. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  61. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -0
  62. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  63. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -13
  64. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  65. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +211 -0
  66. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +10 -1
  67. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -8
  68. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
  69. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  70. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
  71. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
  72. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  73. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -2
  74. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
  75. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +8 -8
  76. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -0
  77. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -6
  78. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
  79. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
  80. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
  81. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
  82. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +28 -0
  83. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  84. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  85. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  86. package/node_modules/@smithy/abort-controller/package.json +2 -2
  87. package/node_modules/@smithy/config-resolver/package.json +5 -5
  88. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
  89. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
  90. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
  91. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  92. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  93. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  94. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
  95. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  96. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  97. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  98. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  99. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  100. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  101. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  102. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
  103. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
  104. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  105. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  106. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
  107. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  108. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  109. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  110. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
  111. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  112. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  113. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  114. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
  115. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
  116. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  117. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  118. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  119. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  120. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
  121. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  122. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
  123. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
  124. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  125. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  126. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
  127. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  128. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  129. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
  130. package/node_modules/@smithy/core/package.json +7 -7
  131. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  132. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  133. package/node_modules/@smithy/hash-node/package.json +2 -2
  134. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  135. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  136. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  137. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  138. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  139. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  140. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  141. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  142. package/node_modules/@smithy/property-provider/package.json +2 -2
  143. package/node_modules/@smithy/protocol-http/package.json +2 -2
  144. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  145. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  146. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  147. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
  148. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
  149. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  150. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
  151. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
  152. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
  153. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
  154. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  155. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  156. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  157. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
  158. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  159. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  160. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
  161. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
  162. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  163. package/node_modules/@smithy/signature-v4/package.json +4 -4
  164. package/node_modules/@smithy/smithy-client/package.json +7 -7
  165. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
  166. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
  167. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
  168. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
  169. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
  170. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
  171. package/node_modules/@smithy/types/package.json +1 -1
  172. package/node_modules/@smithy/url-parser/package.json +3 -3
  173. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  174. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  175. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  176. package/node_modules/@smithy/util-middleware/package.json +2 -2
  177. package/node_modules/@smithy/util-retry/package.json +3 -3
  178. package/node_modules/@smithy/util-stream/package.json +4 -4
  179. package/node_modules/@smithy/util-waiter/package.json +3 -3
  180. package/package.json +8 -8
  181. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  182. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  183. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
  185. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  186. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  187. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
  188. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
  189. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
  190. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
@@ -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 { GetRoleCredentialsRequestFilterSensitiveLog, GetRoleCredentialsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetRoleCredentialsCommand, se_GetRoleCredentialsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetRoleCredentials } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetRoleCredentialsCommand 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("SWBPortalService", "GetRoleCredentials", {})
18
13
  .n("SSOClient", "GetRoleCredentialsCommand")
19
- .f(GetRoleCredentialsRequestFilterSensitiveLog, GetRoleCredentialsResponseFilterSensitiveLog)
20
- .ser(se_GetRoleCredentialsCommand)
21
- .de(de_GetRoleCredentialsCommand)
14
+ .sc(GetRoleCredentials)
22
15
  .build() {
23
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 { ListAccountRolesRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListAccountRolesCommand, se_ListAccountRolesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAccountRoles } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListAccountRolesCommand 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("SWBPortalService", "ListAccountRoles", {})
18
13
  .n("SSOClient", "ListAccountRolesCommand")
19
- .f(ListAccountRolesRequestFilterSensitiveLog, void 0)
20
- .ser(se_ListAccountRolesCommand)
21
- .de(de_ListAccountRolesCommand)
14
+ .sc(ListAccountRoles)
22
15
  .build() {
23
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 { ListAccountsRequestFilterSensitiveLog } from "../models/models_0";
6
- import { de_ListAccountsCommand, se_ListAccountsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAccounts } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListAccountsCommand 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("SWBPortalService", "ListAccounts", {})
18
13
  .n("SSOClient", "ListAccountsCommand")
19
- .f(ListAccountsRequestFilterSensitiveLog, void 0)
20
- .ser(se_ListAccountsCommand)
21
- .de(de_ListAccountsCommand)
14
+ .sc(ListAccounts)
22
15
  .build() {
23
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 { LogoutRequestFilterSensitiveLog } from "../models/models_0";
6
- import { de_LogoutCommand, se_LogoutCommand } from "../protocols/Aws_restJson1";
4
+ import { Logout } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class LogoutCommand 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("SWBPortalService", "Logout", {})
18
13
  .n("SSOClient", "LogoutCommand")
19
- .f(LogoutRequestFilterSensitiveLog, void 0)
20
- .ser(se_LogoutCommand)
21
- .de(de_LogoutCommand)
14
+ .sc(Logout)
22
15
  .build() {
23
16
  }
@@ -1,4 +1,3 @@
1
- import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
1
  import { SSOServiceException as __BaseException } from "./SSOServiceException";
3
2
  export class InvalidRequestException extends __BaseException {
4
3
  name = "InvalidRequestException";
@@ -48,28 +47,3 @@ export class UnauthorizedException extends __BaseException {
48
47
  Object.setPrototypeOf(this, UnauthorizedException.prototype);
49
48
  }
50
49
  }
51
- export const GetRoleCredentialsRequestFilterSensitiveLog = (obj) => ({
52
- ...obj,
53
- ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),
54
- });
55
- export const RoleCredentialsFilterSensitiveLog = (obj) => ({
56
- ...obj,
57
- ...(obj.secretAccessKey && { secretAccessKey: SENSITIVE_STRING }),
58
- ...(obj.sessionToken && { sessionToken: SENSITIVE_STRING }),
59
- });
60
- export const GetRoleCredentialsResponseFilterSensitiveLog = (obj) => ({
61
- ...obj,
62
- ...(obj.roleCredentials && { roleCredentials: RoleCredentialsFilterSensitiveLog(obj.roleCredentials) }),
63
- });
64
- export const ListAccountRolesRequestFilterSensitiveLog = (obj) => ({
65
- ...obj,
66
- ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),
67
- });
68
- export const ListAccountsRequestFilterSensitiveLog = (obj) => ({
69
- ...obj,
70
- ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),
71
- });
72
- export const LogoutRequestFilterSensitiveLog = (obj) => ({
73
- ...obj,
74
- ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),
75
- });
@@ -1,4 +1,5 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
2
3
  import { NoAuthSigner } from "@smithy/core";
3
4
  import { NoOpLogger } from "@smithy/smithy-client";
4
5
  import { parseUrl } from "@smithy/url-parser";
@@ -28,6 +29,7 @@ export const getRuntimeConfig = (config) => {
28
29
  },
29
30
  ],
30
31
  logger: config?.logger ?? new NoOpLogger(),
32
+ protocol: config?.protocol ?? new AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.sso" }),
31
33
  serviceId: config?.serviceId ?? "SSO",
32
34
  urlParser: config?.urlParser ?? parseUrl,
33
35
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
@@ -0,0 +1,265 @@
1
+ const _AI = "AccountInfo";
2
+ const _ALT = "AccountListType";
3
+ const _ATT = "AccessTokenType";
4
+ const _GRC = "GetRoleCredentials";
5
+ const _GRCR = "GetRoleCredentialsRequest";
6
+ const _GRCRe = "GetRoleCredentialsResponse";
7
+ const _IRE = "InvalidRequestException";
8
+ const _L = "Logout";
9
+ const _LA = "ListAccounts";
10
+ const _LAR = "ListAccountsRequest";
11
+ const _LARR = "ListAccountRolesRequest";
12
+ const _LARRi = "ListAccountRolesResponse";
13
+ const _LARi = "ListAccountsResponse";
14
+ const _LARis = "ListAccountRoles";
15
+ const _LR = "LogoutRequest";
16
+ const _RC = "RoleCredentials";
17
+ const _RI = "RoleInfo";
18
+ const _RLT = "RoleListType";
19
+ const _RNFE = "ResourceNotFoundException";
20
+ const _SAKT = "SecretAccessKeyType";
21
+ const _STT = "SessionTokenType";
22
+ const _TMRE = "TooManyRequestsException";
23
+ const _UE = "UnauthorizedException";
24
+ const _aI = "accountId";
25
+ const _aKI = "accessKeyId";
26
+ const _aL = "accountList";
27
+ const _aN = "accountName";
28
+ const _aT = "accessToken";
29
+ const _ai = "account_id";
30
+ const _c = "client";
31
+ const _e = "error";
32
+ const _eA = "emailAddress";
33
+ const _ex = "expiration";
34
+ const _h = "http";
35
+ const _hE = "httpError";
36
+ const _hH = "httpHeader";
37
+ const _hQ = "httpQuery";
38
+ const _m = "message";
39
+ const _mR = "maxResults";
40
+ const _mr = "max_result";
41
+ const _nT = "nextToken";
42
+ const _nt = "next_token";
43
+ const _rC = "roleCredentials";
44
+ const _rL = "roleList";
45
+ const _rN = "roleName";
46
+ const _rn = "role_name";
47
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sso";
48
+ const _sAK = "secretAccessKey";
49
+ const _sT = "sessionToken";
50
+ const _xasbt = "x-amz-sso_bearer_token";
51
+ const n0 = "com.amazonaws.sso";
52
+ import { TypeRegistry } from "@smithy/core/schema";
53
+ import { InvalidRequestException as __InvalidRequestException, ResourceNotFoundException as __ResourceNotFoundException, TooManyRequestsException as __TooManyRequestsException, UnauthorizedException as __UnauthorizedException, } from "../models/index";
54
+ import { SSOServiceException as __SSOServiceException } from "../models/SSOServiceException";
55
+ export var AccessTokenType = [0, n0, _ATT, 8, 0];
56
+ export var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
57
+ export var SessionTokenType = [0, n0, _STT, 8, 0];
58
+ export var AccountInfo = [3, n0, _AI, 0, [_aI, _aN, _eA], [0, 0, 0]];
59
+ export var GetRoleCredentialsRequest = [
60
+ 3,
61
+ n0,
62
+ _GRCR,
63
+ 0,
64
+ [_rN, _aI, _aT],
65
+ [
66
+ [
67
+ 0,
68
+ {
69
+ [_hQ]: _rn,
70
+ },
71
+ ],
72
+ [
73
+ 0,
74
+ {
75
+ [_hQ]: _ai,
76
+ },
77
+ ],
78
+ [
79
+ () => AccessTokenType,
80
+ {
81
+ [_hH]: _xasbt,
82
+ },
83
+ ],
84
+ ],
85
+ ];
86
+ export var GetRoleCredentialsResponse = [3, n0, _GRCRe, 0, [_rC], [[() => RoleCredentials, 0]]];
87
+ export var InvalidRequestException = [
88
+ -3,
89
+ n0,
90
+ _IRE,
91
+ {
92
+ [_e]: _c,
93
+ [_hE]: 400,
94
+ },
95
+ [_m],
96
+ [0],
97
+ ];
98
+ TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
99
+ export var ListAccountRolesRequest = [
100
+ 3,
101
+ n0,
102
+ _LARR,
103
+ 0,
104
+ [_nT, _mR, _aT, _aI],
105
+ [
106
+ [
107
+ 0,
108
+ {
109
+ [_hQ]: _nt,
110
+ },
111
+ ],
112
+ [
113
+ 1,
114
+ {
115
+ [_hQ]: _mr,
116
+ },
117
+ ],
118
+ [
119
+ () => AccessTokenType,
120
+ {
121
+ [_hH]: _xasbt,
122
+ },
123
+ ],
124
+ [
125
+ 0,
126
+ {
127
+ [_hQ]: _ai,
128
+ },
129
+ ],
130
+ ],
131
+ ];
132
+ export var ListAccountRolesResponse = [3, n0, _LARRi, 0, [_nT, _rL], [0, () => RoleListType]];
133
+ export var ListAccountsRequest = [
134
+ 3,
135
+ n0,
136
+ _LAR,
137
+ 0,
138
+ [_nT, _mR, _aT],
139
+ [
140
+ [
141
+ 0,
142
+ {
143
+ [_hQ]: _nt,
144
+ },
145
+ ],
146
+ [
147
+ 1,
148
+ {
149
+ [_hQ]: _mr,
150
+ },
151
+ ],
152
+ [
153
+ () => AccessTokenType,
154
+ {
155
+ [_hH]: _xasbt,
156
+ },
157
+ ],
158
+ ],
159
+ ];
160
+ export var ListAccountsResponse = [3, n0, _LARi, 0, [_nT, _aL], [0, () => AccountListType]];
161
+ export var LogoutRequest = [
162
+ 3,
163
+ n0,
164
+ _LR,
165
+ 0,
166
+ [_aT],
167
+ [
168
+ [
169
+ () => AccessTokenType,
170
+ {
171
+ [_hH]: _xasbt,
172
+ },
173
+ ],
174
+ ],
175
+ ];
176
+ export var ResourceNotFoundException = [
177
+ -3,
178
+ n0,
179
+ _RNFE,
180
+ {
181
+ [_e]: _c,
182
+ [_hE]: 404,
183
+ },
184
+ [_m],
185
+ [0],
186
+ ];
187
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
188
+ export var RoleCredentials = [
189
+ 3,
190
+ n0,
191
+ _RC,
192
+ 0,
193
+ [_aKI, _sAK, _sT, _ex],
194
+ [0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1],
195
+ ];
196
+ export var RoleInfo = [3, n0, _RI, 0, [_rN, _aI], [0, 0]];
197
+ export var TooManyRequestsException = [
198
+ -3,
199
+ n0,
200
+ _TMRE,
201
+ {
202
+ [_e]: _c,
203
+ [_hE]: 429,
204
+ },
205
+ [_m],
206
+ [0],
207
+ ];
208
+ TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
209
+ export var UnauthorizedException = [
210
+ -3,
211
+ n0,
212
+ _UE,
213
+ {
214
+ [_e]: _c,
215
+ [_hE]: 401,
216
+ },
217
+ [_m],
218
+ [0],
219
+ ];
220
+ TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
221
+ export var __Unit = "unit";
222
+ export var SSOServiceException = [-3, _s, "SSOServiceException", 0, [], []];
223
+ TypeRegistry.for(_s).registerError(SSOServiceException, __SSOServiceException);
224
+ export var AccountListType = [1, n0, _ALT, 0, () => AccountInfo];
225
+ export var RoleListType = [1, n0, _RLT, 0, () => RoleInfo];
226
+ export var GetRoleCredentials = [
227
+ 9,
228
+ n0,
229
+ _GRC,
230
+ {
231
+ [_h]: ["GET", "/federation/credentials", 200],
232
+ },
233
+ () => GetRoleCredentialsRequest,
234
+ () => GetRoleCredentialsResponse,
235
+ ];
236
+ export var ListAccountRoles = [
237
+ 9,
238
+ n0,
239
+ _LARis,
240
+ {
241
+ [_h]: ["GET", "/assignment/roles", 200],
242
+ },
243
+ () => ListAccountRolesRequest,
244
+ () => ListAccountRolesResponse,
245
+ ];
246
+ export var ListAccounts = [
247
+ 9,
248
+ n0,
249
+ _LA,
250
+ {
251
+ [_h]: ["GET", "/assignment/accounts", 200],
252
+ },
253
+ () => ListAccountsRequest,
254
+ () => ListAccountsResponse,
255
+ ];
256
+ export var Logout = [
257
+ 9,
258
+ n0,
259
+ _L,
260
+ {
261
+ [_h]: ["POST", "/logout", 200],
262
+ },
263
+ () => LogoutRequest,
264
+ () => __Unit,
265
+ ];
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
11
11
  import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
@@ -139,6 +139,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
139
139
  * Optional extensions
140
140
  */
141
141
  extensions?: RuntimeExtension[];
142
+ /**
143
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
144
+ * may be overridden. A default will always be set by the client.
145
+ * Available options depend on the service's supported protocols and will not be validated by
146
+ * the client.
147
+ * @alpha
148
+ *
149
+ */
150
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
142
151
  /**
143
152
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
144
153
  */
@@ -240,27 +240,3 @@ export interface LogoutRequest {
240
240
  */
241
241
  accessToken: string | undefined;
242
242
  }
243
- /**
244
- * @internal
245
- */
246
- export declare const GetRoleCredentialsRequestFilterSensitiveLog: (obj: GetRoleCredentialsRequest) => any;
247
- /**
248
- * @internal
249
- */
250
- export declare const RoleCredentialsFilterSensitiveLog: (obj: RoleCredentials) => any;
251
- /**
252
- * @internal
253
- */
254
- export declare const GetRoleCredentialsResponseFilterSensitiveLog: (obj: GetRoleCredentialsResponse) => any;
255
- /**
256
- * @internal
257
- */
258
- export declare const ListAccountRolesRequestFilterSensitiveLog: (obj: ListAccountRolesRequest) => any;
259
- /**
260
- * @internal
261
- */
262
- export declare const ListAccountsRequestFilterSensitiveLog: (obj: ListAccountsRequest) => any;
263
- /**
264
- * @internal
265
- */
266
- export declare const LogoutRequestFilterSensitiveLog: (obj: LogoutRequest) => any;
@@ -28,6 +28,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
28
28
  profile?: string;
29
29
  logger: import("@smithy/types").Logger;
30
30
  extensions: import("./runtimeExtensions").RuntimeExtension[];
31
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
33
34
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -30,6 +30,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
30
30
  profile?: string;
31
31
  logger: import("@smithy/types").Logger;
32
32
  extensions: import("./runtimeExtensions").RuntimeExtension[];
33
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
34
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
35
36
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -26,6 +26,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
26
26
  retryMode: string | import("@smithy/types").Provider<string>;
27
27
  logger: import("@smithy/types").Logger;
28
28
  extensions: import("./runtimeExtensions").RuntimeExtension[];
29
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
29
30
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
30
31
  customUserAgent?: string | import("@smithy/types").UserAgent;
31
32
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
25
25
  signer: NoAuthSigner;
26
26
  })[];
27
27
  logger: import("@smithy/types").Logger;
28
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
28
29
  serviceId: string;
29
30
  urlParser: import("@smithy/types").UrlParser;
30
31
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,26 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessTokenType: StaticSimpleSchema;
3
+ export declare var SecretAccessKeyType: StaticSimpleSchema;
4
+ export declare var SessionTokenType: StaticSimpleSchema;
5
+ export declare var AccountInfo: StaticStructureSchema;
6
+ export declare var GetRoleCredentialsRequest: StaticStructureSchema;
7
+ export declare var GetRoleCredentialsResponse: StaticStructureSchema;
8
+ export declare var InvalidRequestException: StaticErrorSchema;
9
+ export declare var ListAccountRolesRequest: StaticStructureSchema;
10
+ export declare var ListAccountRolesResponse: StaticStructureSchema;
11
+ export declare var ListAccountsRequest: StaticStructureSchema;
12
+ export declare var ListAccountsResponse: StaticStructureSchema;
13
+ export declare var LogoutRequest: StaticStructureSchema;
14
+ export declare var ResourceNotFoundException: StaticErrorSchema;
15
+ export declare var RoleCredentials: StaticStructureSchema;
16
+ export declare var RoleInfo: StaticStructureSchema;
17
+ export declare var TooManyRequestsException: StaticErrorSchema;
18
+ export declare var UnauthorizedException: StaticErrorSchema;
19
+ export declare var __Unit: "unit";
20
+ export declare var SSOServiceException: StaticErrorSchema;
21
+ export declare var AccountListType: StaticListSchema;
22
+ export declare var RoleListType: StaticListSchema;
23
+ export declare var GetRoleCredentials: StaticOperationSchema;
24
+ export declare var ListAccountRoles: StaticOperationSchema;
25
+ export declare var ListAccounts: StaticOperationSchema;
26
+ export declare var Logout: StaticOperationSchema;
@@ -29,10 +29,13 @@ import {
29
29
  BodyLengthCalculator as __BodyLengthCalculator,
30
30
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
31
  ChecksumConstructor as __ChecksumConstructor,
32
+ ClientProtocol,
32
33
  Decoder as __Decoder,
33
34
  Encoder as __Encoder,
34
35
  HashConstructor as __HashConstructor,
35
36
  HttpHandlerOptions as __HttpHandlerOptions,
37
+ HttpRequest,
38
+ HttpResponse,
36
39
  Logger as __Logger,
37
40
  Provider as __Provider,
38
41
  Provider,
@@ -100,6 +103,7 @@ export interface ClientDefaults
100
103
  retryMode?: string | __Provider<string>;
101
104
  logger?: __Logger;
102
105
  extensions?: RuntimeExtension[];
106
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
103
107
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
104
108
  }
105
109
  export type SSOClientConfigType = Partial<
@@ -73,21 +73,3 @@ export interface ListAccountsResponse {
73
73
  export interface LogoutRequest {
74
74
  accessToken: string | undefined;
75
75
  }
76
- export declare const GetRoleCredentialsRequestFilterSensitiveLog: (
77
- obj: GetRoleCredentialsRequest
78
- ) => any;
79
- export declare const RoleCredentialsFilterSensitiveLog: (
80
- obj: RoleCredentials
81
- ) => any;
82
- export declare const GetRoleCredentialsResponseFilterSensitiveLog: (
83
- obj: GetRoleCredentialsResponse
84
- ) => any;
85
- export declare const ListAccountRolesRequestFilterSensitiveLog: (
86
- obj: ListAccountRolesRequest
87
- ) => any;
88
- export declare const ListAccountsRequestFilterSensitiveLog: (
89
- obj: ListAccountsRequest
90
- ) => any;
91
- export declare const LogoutRequestFilterSensitiveLog: (
92
- obj: LogoutRequest
93
- ) => any;
@@ -33,6 +33,10 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
33
33
  profile?: string;
34
34
  logger: import("@smithy/types").Logger;
35
35
  extensions: import("./runtimeExtensions").RuntimeExtension[];
36
+ protocol: import("@smithy/types").ClientProtocol<
37
+ import("@smithy/types").HttpRequest,
38
+ import("@smithy/types").HttpResponse
39
+ >;
36
40
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
41
  userAgentAppId?:
38
42
  | string
@@ -33,6 +33,10 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
33
33
  profile?: string;
34
34
  logger: import("@smithy/types").Logger;
35
35
  extensions: import("./runtimeExtensions").RuntimeExtension[];
36
+ protocol: import("@smithy/types").ClientProtocol<
37
+ import("@smithy/types").HttpRequest,
38
+ import("@smithy/types").HttpResponse
39
+ >;
36
40
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
41
  retryStrategy?:
38
42
  | import("@smithy/types").RetryStrategy
@@ -32,6 +32,10 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
+ protocol: import("@smithy/types").ClientProtocol<
36
+ import("@smithy/types").HttpRequest,
37
+ import("@smithy/types").HttpResponse
38
+ >;
35
39
  defaultsMode:
36
40
  | import("@smithy/smithy-client").DefaultsMode
37
41
  | import("@smithy/types").Provider<
@@ -42,6 +42,10 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
42
42
  }
43
43
  )[];
44
44
  logger: import("@smithy/types").Logger;
45
+ protocol: import("@smithy/types").ClientProtocol<
46
+ import("@smithy/types").HttpRequest,
47
+ import("@smithy/types").HttpResponse
48
+ >;
45
49
  serviceId: string;
46
50
  urlParser: import("@smithy/types").UrlParser;
47
51
  utf8Decoder: import("@smithy/types").Decoder;