@aws-sdk/client-identitystore 3.1076.0 → 3.1078.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 (77) hide show
  1. package/dist-cjs/index.js +30 -195
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateGroupCommand.js +2 -14
  4. package/dist-es/commands/CreateGroupMembershipCommand.js +2 -14
  5. package/dist-es/commands/CreateUserCommand.js +2 -14
  6. package/dist-es/commands/DeleteGroupCommand.js +2 -14
  7. package/dist-es/commands/DeleteGroupMembershipCommand.js +2 -14
  8. package/dist-es/commands/DeleteUserCommand.js +2 -14
  9. package/dist-es/commands/DescribeGroupCommand.js +2 -14
  10. package/dist-es/commands/DescribeGroupMembershipCommand.js +2 -14
  11. package/dist-es/commands/DescribeUserCommand.js +2 -14
  12. package/dist-es/commands/GetGroupIdCommand.js +2 -14
  13. package/dist-es/commands/GetGroupMembershipIdCommand.js +2 -14
  14. package/dist-es/commands/GetUserIdCommand.js +2 -14
  15. package/dist-es/commands/IsMemberInGroupsCommand.js +2 -14
  16. package/dist-es/commands/ListGroupMembershipsCommand.js +2 -14
  17. package/dist-es/commands/ListGroupMembershipsForMemberCommand.js +2 -14
  18. package/dist-es/commands/ListGroupsCommand.js +2 -14
  19. package/dist-es/commands/ListUsersCommand.js +2 -14
  20. package/dist-es/commands/UpdateGroupCommand.js +2 -14
  21. package/dist-es/commands/UpdateUserCommand.js +2 -14
  22. package/dist-es/index.js +1 -0
  23. package/dist-es/runtimeConfig.browser.js +0 -2
  24. package/dist-es/runtimeConfig.js +1 -2
  25. package/dist-es/runtimeConfig.native.js +0 -2
  26. package/dist-es/runtimeConfig.shared.js +2 -0
  27. package/dist-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
  29. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +3 -8
  30. package/dist-types/commands/CreateUserCommand.d.ts +3 -8
  31. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
  32. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
  34. package/dist-types/commands/DescribeGroupCommand.d.ts +3 -8
  35. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +3 -8
  36. package/dist-types/commands/DescribeUserCommand.d.ts +3 -8
  37. package/dist-types/commands/GetGroupIdCommand.d.ts +3 -8
  38. package/dist-types/commands/GetGroupMembershipIdCommand.d.ts +3 -8
  39. package/dist-types/commands/GetUserIdCommand.d.ts +3 -8
  40. package/dist-types/commands/IsMemberInGroupsCommand.d.ts +3 -8
  41. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +3 -8
  42. package/dist-types/commands/ListGroupMembershipsForMemberCommand.d.ts +3 -8
  43. package/dist-types/commands/ListGroupsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListUsersCommand.d.ts +3 -8
  45. package/dist-types/commands/UpdateGroupCommand.d.ts +3 -8
  46. package/dist-types/commands/UpdateUserCommand.d.ts +3 -8
  47. package/dist-types/index.d.ts +1 -0
  48. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  49. package/dist-types/runtimeConfig.d.ts +1 -1
  50. package/dist-types/runtimeConfig.native.d.ts +1 -1
  51. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/GetGroupIdCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetGroupMembershipIdCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/GetUserIdCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/IsMemberInGroupsCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ListGroupMembershipsForMemberCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/index.d.ts +1 -0
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  77. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultIdentitystoreHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -884,6 +886,7 @@ const getRuntimeConfig$1 = (config) => {
884
886
  serviceTarget: "AWSIdentityStore",
885
887
  },
886
888
  serviceId: config?.serviceId ?? "identitystore",
889
+ sha256: config?.sha256 ?? Sha256,
887
890
  urlParser: config?.urlParser ?? parseUrl,
888
891
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
889
892
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -917,7 +920,6 @@ const getRuntimeConfig = (config) => {
917
920
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
918
921
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
919
922
  }, config),
920
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
921
923
  streamCollector: config?.streamCollector ?? streamCollector,
922
924
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
923
925
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1005,232 +1007,65 @@ class IdentitystoreClient extends Client {
1005
1007
  }
1006
1008
  }
1007
1009
 
1008
- class CreateGroupCommand extends Command
1009
- .classBuilder()
1010
- .ep(commonParams)
1011
- .m(function (Command, cs, config, o) {
1012
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1013
- })
1014
- .s("AWSIdentityStore", "CreateGroup", {})
1015
- .n("IdentitystoreClient", "CreateGroupCommand")
1016
- .sc(CreateGroup$)
1017
- .build() {
1010
+ const command = makeBuilder(commonParams, "AWSIdentityStore", "IdentitystoreClient", getEndpointPlugin);
1011
+ const _ep0 = {};
1012
+ const _mw0 = (Command, cs, config, o) => [];
1013
+
1014
+ class CreateGroupCommand extends command(_ep0, _mw0, "CreateGroup", CreateGroup$) {
1018
1015
  }
1019
1016
 
1020
- class CreateGroupMembershipCommand extends Command
1021
- .classBuilder()
1022
- .ep(commonParams)
1023
- .m(function (Command, cs, config, o) {
1024
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1025
- })
1026
- .s("AWSIdentityStore", "CreateGroupMembership", {})
1027
- .n("IdentitystoreClient", "CreateGroupMembershipCommand")
1028
- .sc(CreateGroupMembership$)
1029
- .build() {
1017
+ class CreateGroupMembershipCommand extends command(_ep0, _mw0, "CreateGroupMembership", CreateGroupMembership$) {
1030
1018
  }
1031
1019
 
1032
- class CreateUserCommand extends Command
1033
- .classBuilder()
1034
- .ep(commonParams)
1035
- .m(function (Command, cs, config, o) {
1036
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1037
- })
1038
- .s("AWSIdentityStore", "CreateUser", {})
1039
- .n("IdentitystoreClient", "CreateUserCommand")
1040
- .sc(CreateUser$)
1041
- .build() {
1020
+ class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
1042
1021
  }
1043
1022
 
1044
- class DeleteGroupCommand extends Command
1045
- .classBuilder()
1046
- .ep(commonParams)
1047
- .m(function (Command, cs, config, o) {
1048
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1049
- })
1050
- .s("AWSIdentityStore", "DeleteGroup", {})
1051
- .n("IdentitystoreClient", "DeleteGroupCommand")
1052
- .sc(DeleteGroup$)
1053
- .build() {
1023
+ class DeleteGroupCommand extends command(_ep0, _mw0, "DeleteGroup", DeleteGroup$) {
1054
1024
  }
1055
1025
 
1056
- class DeleteGroupMembershipCommand extends Command
1057
- .classBuilder()
1058
- .ep(commonParams)
1059
- .m(function (Command, cs, config, o) {
1060
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1061
- })
1062
- .s("AWSIdentityStore", "DeleteGroupMembership", {})
1063
- .n("IdentitystoreClient", "DeleteGroupMembershipCommand")
1064
- .sc(DeleteGroupMembership$)
1065
- .build() {
1026
+ class DeleteGroupMembershipCommand extends command(_ep0, _mw0, "DeleteGroupMembership", DeleteGroupMembership$) {
1066
1027
  }
1067
1028
 
1068
- class DeleteUserCommand extends Command
1069
- .classBuilder()
1070
- .ep(commonParams)
1071
- .m(function (Command, cs, config, o) {
1072
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1073
- })
1074
- .s("AWSIdentityStore", "DeleteUser", {})
1075
- .n("IdentitystoreClient", "DeleteUserCommand")
1076
- .sc(DeleteUser$)
1077
- .build() {
1029
+ class DeleteUserCommand extends command(_ep0, _mw0, "DeleteUser", DeleteUser$) {
1078
1030
  }
1079
1031
 
1080
- class DescribeGroupCommand extends Command
1081
- .classBuilder()
1082
- .ep(commonParams)
1083
- .m(function (Command, cs, config, o) {
1084
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1085
- })
1086
- .s("AWSIdentityStore", "DescribeGroup", {})
1087
- .n("IdentitystoreClient", "DescribeGroupCommand")
1088
- .sc(DescribeGroup$)
1089
- .build() {
1032
+ class DescribeGroupCommand extends command(_ep0, _mw0, "DescribeGroup", DescribeGroup$) {
1090
1033
  }
1091
1034
 
1092
- class DescribeGroupMembershipCommand extends Command
1093
- .classBuilder()
1094
- .ep(commonParams)
1095
- .m(function (Command, cs, config, o) {
1096
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1097
- })
1098
- .s("AWSIdentityStore", "DescribeGroupMembership", {})
1099
- .n("IdentitystoreClient", "DescribeGroupMembershipCommand")
1100
- .sc(DescribeGroupMembership$)
1101
- .build() {
1035
+ class DescribeGroupMembershipCommand extends command(_ep0, _mw0, "DescribeGroupMembership", DescribeGroupMembership$) {
1102
1036
  }
1103
1037
 
1104
- class DescribeUserCommand extends Command
1105
- .classBuilder()
1106
- .ep(commonParams)
1107
- .m(function (Command, cs, config, o) {
1108
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1109
- })
1110
- .s("AWSIdentityStore", "DescribeUser", {})
1111
- .n("IdentitystoreClient", "DescribeUserCommand")
1112
- .sc(DescribeUser$)
1113
- .build() {
1038
+ class DescribeUserCommand extends command(_ep0, _mw0, "DescribeUser", DescribeUser$) {
1114
1039
  }
1115
1040
 
1116
- class GetGroupIdCommand extends Command
1117
- .classBuilder()
1118
- .ep(commonParams)
1119
- .m(function (Command, cs, config, o) {
1120
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1121
- })
1122
- .s("AWSIdentityStore", "GetGroupId", {})
1123
- .n("IdentitystoreClient", "GetGroupIdCommand")
1124
- .sc(GetGroupId$)
1125
- .build() {
1041
+ class GetGroupIdCommand extends command(_ep0, _mw0, "GetGroupId", GetGroupId$) {
1126
1042
  }
1127
1043
 
1128
- class GetGroupMembershipIdCommand extends Command
1129
- .classBuilder()
1130
- .ep(commonParams)
1131
- .m(function (Command, cs, config, o) {
1132
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1133
- })
1134
- .s("AWSIdentityStore", "GetGroupMembershipId", {})
1135
- .n("IdentitystoreClient", "GetGroupMembershipIdCommand")
1136
- .sc(GetGroupMembershipId$)
1137
- .build() {
1044
+ class GetGroupMembershipIdCommand extends command(_ep0, _mw0, "GetGroupMembershipId", GetGroupMembershipId$) {
1138
1045
  }
1139
1046
 
1140
- class GetUserIdCommand extends Command
1141
- .classBuilder()
1142
- .ep(commonParams)
1143
- .m(function (Command, cs, config, o) {
1144
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1145
- })
1146
- .s("AWSIdentityStore", "GetUserId", {})
1147
- .n("IdentitystoreClient", "GetUserIdCommand")
1148
- .sc(GetUserId$)
1149
- .build() {
1047
+ class GetUserIdCommand extends command(_ep0, _mw0, "GetUserId", GetUserId$) {
1150
1048
  }
1151
1049
 
1152
- class IsMemberInGroupsCommand extends Command
1153
- .classBuilder()
1154
- .ep(commonParams)
1155
- .m(function (Command, cs, config, o) {
1156
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1157
- })
1158
- .s("AWSIdentityStore", "IsMemberInGroups", {})
1159
- .n("IdentitystoreClient", "IsMemberInGroupsCommand")
1160
- .sc(IsMemberInGroups$)
1161
- .build() {
1050
+ class IsMemberInGroupsCommand extends command(_ep0, _mw0, "IsMemberInGroups", IsMemberInGroups$) {
1162
1051
  }
1163
1052
 
1164
- class ListGroupMembershipsCommand extends Command
1165
- .classBuilder()
1166
- .ep(commonParams)
1167
- .m(function (Command, cs, config, o) {
1168
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1169
- })
1170
- .s("AWSIdentityStore", "ListGroupMemberships", {})
1171
- .n("IdentitystoreClient", "ListGroupMembershipsCommand")
1172
- .sc(ListGroupMemberships$)
1173
- .build() {
1053
+ class ListGroupMembershipsCommand extends command(_ep0, _mw0, "ListGroupMemberships", ListGroupMemberships$) {
1174
1054
  }
1175
1055
 
1176
- class ListGroupMembershipsForMemberCommand extends Command
1177
- .classBuilder()
1178
- .ep(commonParams)
1179
- .m(function (Command, cs, config, o) {
1180
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1181
- })
1182
- .s("AWSIdentityStore", "ListGroupMembershipsForMember", {})
1183
- .n("IdentitystoreClient", "ListGroupMembershipsForMemberCommand")
1184
- .sc(ListGroupMembershipsForMember$)
1185
- .build() {
1056
+ class ListGroupMembershipsForMemberCommand extends command(_ep0, _mw0, "ListGroupMembershipsForMember", ListGroupMembershipsForMember$) {
1186
1057
  }
1187
1058
 
1188
- class ListGroupsCommand extends Command
1189
- .classBuilder()
1190
- .ep(commonParams)
1191
- .m(function (Command, cs, config, o) {
1192
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1193
- })
1194
- .s("AWSIdentityStore", "ListGroups", {})
1195
- .n("IdentitystoreClient", "ListGroupsCommand")
1196
- .sc(ListGroups$)
1197
- .build() {
1059
+ class ListGroupsCommand extends command(_ep0, _mw0, "ListGroups", ListGroups$) {
1198
1060
  }
1199
1061
 
1200
- class ListUsersCommand extends Command
1201
- .classBuilder()
1202
- .ep(commonParams)
1203
- .m(function (Command, cs, config, o) {
1204
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1205
- })
1206
- .s("AWSIdentityStore", "ListUsers", {})
1207
- .n("IdentitystoreClient", "ListUsersCommand")
1208
- .sc(ListUsers$)
1209
- .build() {
1062
+ class ListUsersCommand extends command(_ep0, _mw0, "ListUsers", ListUsers$) {
1210
1063
  }
1211
1064
 
1212
- class UpdateGroupCommand extends Command
1213
- .classBuilder()
1214
- .ep(commonParams)
1215
- .m(function (Command, cs, config, o) {
1216
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1217
- })
1218
- .s("AWSIdentityStore", "UpdateGroup", {})
1219
- .n("IdentitystoreClient", "UpdateGroupCommand")
1220
- .sc(UpdateGroup$)
1221
- .build() {
1065
+ class UpdateGroupCommand extends command(_ep0, _mw0, "UpdateGroup", UpdateGroup$) {
1222
1066
  }
1223
1067
 
1224
- class UpdateUserCommand extends Command
1225
- .classBuilder()
1226
- .ep(commonParams)
1227
- .m(function (Command, cs, config, o) {
1228
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1229
- })
1230
- .s("AWSIdentityStore", "UpdateUser", {})
1231
- .n("IdentitystoreClient", "UpdateUserCommand")
1232
- .sc(UpdateUser$)
1233
- .build() {
1068
+ class UpdateUserCommand extends command(_ep0, _mw0, "UpdateUser", UpdateUser$) {
1234
1069
  }
1235
1070
 
1236
1071
  const paginateListGroupMembershipsForMember = createPaginator(IdentitystoreClient, ListGroupMembershipsForMemberCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "AWSIdentityStore", "IdentitystoreClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "CreateGroup", {})
13
- .n("IdentitystoreClient", "CreateGroupCommand")
14
- .sc(CreateGroup$)
15
- .build() {
3
+ export class CreateGroupCommand extends command(_ep0, _mw0, "CreateGroup", CreateGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateGroupMembership$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateGroupMembershipCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "CreateGroupMembership", {})
13
- .n("IdentitystoreClient", "CreateGroupMembershipCommand")
14
- .sc(CreateGroupMembership$)
15
- .build() {
3
+ export class CreateGroupMembershipCommand extends command(_ep0, _mw0, "CreateGroupMembership", CreateGroupMembership$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateUser$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateUserCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "CreateUser", {})
13
- .n("IdentitystoreClient", "CreateUserCommand")
14
- .sc(CreateUser$)
15
- .build() {
3
+ export class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "DeleteGroup", {})
13
- .n("IdentitystoreClient", "DeleteGroupCommand")
14
- .sc(DeleteGroup$)
15
- .build() {
3
+ export class DeleteGroupCommand extends command(_ep0, _mw0, "DeleteGroup", DeleteGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteGroupMembership$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteGroupMembershipCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "DeleteGroupMembership", {})
13
- .n("IdentitystoreClient", "DeleteGroupMembershipCommand")
14
- .sc(DeleteGroupMembership$)
15
- .build() {
3
+ export class DeleteGroupMembershipCommand extends command(_ep0, _mw0, "DeleteGroupMembership", DeleteGroupMembership$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteUser$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteUserCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "DeleteUser", {})
13
- .n("IdentitystoreClient", "DeleteUserCommand")
14
- .sc(DeleteUser$)
15
- .build() {
3
+ export class DeleteUserCommand extends command(_ep0, _mw0, "DeleteUser", DeleteUser$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "DescribeGroup", {})
13
- .n("IdentitystoreClient", "DescribeGroupCommand")
14
- .sc(DescribeGroup$)
15
- .build() {
3
+ export class DescribeGroupCommand extends command(_ep0, _mw0, "DescribeGroup", DescribeGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeGroupMembership$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeGroupMembershipCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "DescribeGroupMembership", {})
13
- .n("IdentitystoreClient", "DescribeGroupMembershipCommand")
14
- .sc(DescribeGroupMembership$)
15
- .build() {
3
+ export class DescribeGroupMembershipCommand extends command(_ep0, _mw0, "DescribeGroupMembership", DescribeGroupMembership$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeUser$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeUserCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "DescribeUser", {})
13
- .n("IdentitystoreClient", "DescribeUserCommand")
14
- .sc(DescribeUser$)
15
- .build() {
3
+ export class DescribeUserCommand extends command(_ep0, _mw0, "DescribeUser", DescribeUser$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetGroupId$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetGroupIdCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "GetGroupId", {})
13
- .n("IdentitystoreClient", "GetGroupIdCommand")
14
- .sc(GetGroupId$)
15
- .build() {
3
+ export class GetGroupIdCommand extends command(_ep0, _mw0, "GetGroupId", GetGroupId$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetGroupMembershipId$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetGroupMembershipIdCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "GetGroupMembershipId", {})
13
- .n("IdentitystoreClient", "GetGroupMembershipIdCommand")
14
- .sc(GetGroupMembershipId$)
15
- .build() {
3
+ export class GetGroupMembershipIdCommand extends command(_ep0, _mw0, "GetGroupMembershipId", GetGroupMembershipId$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetUserId$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetUserIdCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "GetUserId", {})
13
- .n("IdentitystoreClient", "GetUserIdCommand")
14
- .sc(GetUserId$)
15
- .build() {
3
+ export class GetUserIdCommand extends command(_ep0, _mw0, "GetUserId", GetUserId$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { IsMemberInGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class IsMemberInGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "IsMemberInGroups", {})
13
- .n("IdentitystoreClient", "IsMemberInGroupsCommand")
14
- .sc(IsMemberInGroups$)
15
- .build() {
3
+ export class IsMemberInGroupsCommand extends command(_ep0, _mw0, "IsMemberInGroups", IsMemberInGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListGroupMemberships$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGroupMembershipsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "ListGroupMemberships", {})
13
- .n("IdentitystoreClient", "ListGroupMembershipsCommand")
14
- .sc(ListGroupMemberships$)
15
- .build() {
3
+ export class ListGroupMembershipsCommand extends command(_ep0, _mw0, "ListGroupMemberships", ListGroupMemberships$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListGroupMembershipsForMember$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGroupMembershipsForMemberCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "ListGroupMembershipsForMember", {})
13
- .n("IdentitystoreClient", "ListGroupMembershipsForMemberCommand")
14
- .sc(ListGroupMembershipsForMember$)
15
- .build() {
3
+ export class ListGroupMembershipsForMemberCommand extends command(_ep0, _mw0, "ListGroupMembershipsForMember", ListGroupMembershipsForMember$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "ListGroups", {})
13
- .n("IdentitystoreClient", "ListGroupsCommand")
14
- .sc(ListGroups$)
15
- .build() {
3
+ export class ListGroupsCommand extends command(_ep0, _mw0, "ListGroups", ListGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListUsers$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListUsersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSIdentityStore", "ListUsers", {})
13
- .n("IdentitystoreClient", "ListUsersCommand")
14
- .sc(ListUsers$)
15
- .build() {
3
+ export class ListUsersCommand extends command(_ep0, _mw0, "ListUsers", ListUsers$) {
16
4
  }