@aws-sdk/client-identitystore 3.478.0 → 3.484.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 (81) hide show
  1. package/dist-cjs/commands/CreateGroupCommand.js +18 -41
  2. package/dist-cjs/commands/CreateGroupMembershipCommand.js +18 -41
  3. package/dist-cjs/commands/CreateUserCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteGroupCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteUserCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeGroupCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeUserCommand.js +18 -41
  10. package/dist-cjs/commands/GetGroupIdCommand.js +18 -41
  11. package/dist-cjs/commands/GetGroupMembershipIdCommand.js +18 -41
  12. package/dist-cjs/commands/GetUserIdCommand.js +18 -41
  13. package/dist-cjs/commands/IsMemberInGroupsCommand.js +18 -41
  14. package/dist-cjs/commands/ListGroupMembershipsCommand.js +18 -41
  15. package/dist-cjs/commands/ListGroupMembershipsForMemberCommand.js +18 -41
  16. package/dist-cjs/commands/ListGroupsCommand.js +18 -41
  17. package/dist-cjs/commands/ListUsersCommand.js +18 -41
  18. package/dist-cjs/commands/UpdateGroupCommand.js +18 -41
  19. package/dist-cjs/commands/UpdateUserCommand.js +18 -41
  20. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  21. package/dist-es/commands/CreateGroupCommand.js +18 -41
  22. package/dist-es/commands/CreateGroupMembershipCommand.js +18 -41
  23. package/dist-es/commands/CreateUserCommand.js +18 -41
  24. package/dist-es/commands/DeleteGroupCommand.js +18 -41
  25. package/dist-es/commands/DeleteGroupMembershipCommand.js +18 -41
  26. package/dist-es/commands/DeleteUserCommand.js +18 -41
  27. package/dist-es/commands/DescribeGroupCommand.js +18 -41
  28. package/dist-es/commands/DescribeGroupMembershipCommand.js +18 -41
  29. package/dist-es/commands/DescribeUserCommand.js +18 -41
  30. package/dist-es/commands/GetGroupIdCommand.js +18 -41
  31. package/dist-es/commands/GetGroupMembershipIdCommand.js +18 -41
  32. package/dist-es/commands/GetUserIdCommand.js +18 -41
  33. package/dist-es/commands/IsMemberInGroupsCommand.js +18 -41
  34. package/dist-es/commands/ListGroupMembershipsCommand.js +18 -41
  35. package/dist-es/commands/ListGroupMembershipsForMemberCommand.js +18 -41
  36. package/dist-es/commands/ListGroupsCommand.js +18 -41
  37. package/dist-es/commands/ListUsersCommand.js +18 -41
  38. package/dist-es/commands/UpdateGroupCommand.js +18 -41
  39. package/dist-es/commands/UpdateUserCommand.js +18 -41
  40. package/dist-es/endpoint/EndpointParameters.js +6 -0
  41. package/dist-types/commands/CreateGroupCommand.d.ts +6 -21
  42. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +6 -21
  43. package/dist-types/commands/CreateUserCommand.d.ts +6 -21
  44. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -21
  45. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +6 -21
  46. package/dist-types/commands/DeleteUserCommand.d.ts +6 -21
  47. package/dist-types/commands/DescribeGroupCommand.d.ts +6 -21
  48. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +6 -21
  49. package/dist-types/commands/DescribeUserCommand.d.ts +6 -21
  50. package/dist-types/commands/GetGroupIdCommand.d.ts +6 -21
  51. package/dist-types/commands/GetGroupMembershipIdCommand.d.ts +6 -21
  52. package/dist-types/commands/GetUserIdCommand.d.ts +6 -21
  53. package/dist-types/commands/IsMemberInGroupsCommand.d.ts +6 -21
  54. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +6 -21
  55. package/dist-types/commands/ListGroupMembershipsForMemberCommand.d.ts +6 -21
  56. package/dist-types/commands/ListGroupsCommand.d.ts +6 -21
  57. package/dist-types/commands/ListUsersCommand.d.ts +6 -21
  58. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -21
  59. package/dist-types/commands/UpdateUserCommand.d.ts +6 -21
  60. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  61. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +12 -24
  63. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +12 -24
  66. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/GetGroupIdCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/GetGroupMembershipIdCommand.d.ts +12 -24
  72. package/dist-types/ts3.4/commands/GetUserIdCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/IsMemberInGroupsCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/ListGroupMembershipsForMemberCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  81. package/package.json +11 -11
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class UpdateGroupCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateGroupCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "IdentitystoreClient";
26
- const commandName = "UpdateGroupCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSIdentityStore",
35
- operation: "UpdateGroup",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateGroupCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateGroupCommand(output, context);
46
- }
7
+ export class UpdateGroupCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSIdentityStore", "UpdateGroup", {})
19
+ .n("IdentitystoreClient", "UpdateGroupCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateGroupCommand)
22
+ .de(de_UpdateGroupCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class UpdateUserCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateUserCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "IdentitystoreClient";
26
- const commandName = "UpdateUserCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSIdentityStore",
35
- operation: "UpdateUser",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateUserCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateUserCommand(output, context);
46
- }
7
+ export class UpdateUserCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSIdentityStore", "UpdateUser", {})
19
+ .n("IdentitystoreClient", "UpdateUserCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateUserCommand)
22
+ .de(de_UpdateUserCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "identitystore",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
4
  import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateGroupCommandInput extends CreateGroupRequest {
21
20
  */
22
21
  export interface CreateGroupCommandOutput extends CreateGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateGroupCommand_base: {
24
+ new (input: CreateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a group within the specified identity store.</p>
@@ -83,23 +86,5 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
83
86
  * <p>Base exception class for all service exceptions from Identitystore service.</p>
84
87
  *
85
88
  */
86
- export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, IdentitystoreClientResolvedConfig> {
87
- readonly input: CreateGroupCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: CreateGroupCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class CreateGroupCommand extends CreateGroupCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
4
  import { CreateGroupMembershipRequest, CreateGroupMembershipResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateGroupMembershipCommandInput extends CreateGroupMembership
21
20
  */
22
21
  export interface CreateGroupMembershipCommandOutput extends CreateGroupMembershipResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateGroupMembershipCommand_base: {
24
+ new (input: CreateGroupMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a relationship between a member and a group. The following identifiers must be specified: <code>GroupId</code>, <code>IdentityStoreId</code>, and <code>MemberId</code>.</p>
@@ -85,23 +88,5 @@ export interface CreateGroupMembershipCommandOutput extends CreateGroupMembershi
85
88
  * <p>Base exception class for all service exceptions from Identitystore service.</p>
86
89
  *
87
90
  */
88
- export declare class CreateGroupMembershipCommand extends $Command<CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig> {
89
- readonly input: CreateGroupMembershipCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: CreateGroupMembershipCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class CreateGroupMembershipCommand extends CreateGroupMembershipCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
4
  import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateUserCommandInput extends CreateUserRequest {
21
20
  */
22
21
  export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateUserCommand_base: {
24
+ new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a user within the specified identity store.</p>
@@ -124,23 +127,5 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
124
127
  * <p>Base exception class for all service exceptions from Identitystore service.</p>
125
128
  *
126
129
  */
127
- export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, IdentitystoreClientResolvedConfig> {
128
- readonly input: CreateUserCommandInput;
129
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
130
- /**
131
- * @public
132
- */
133
- constructor(input: CreateUserCommandInput);
134
- /**
135
- * @internal
136
- */
137
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
138
- /**
139
- * @internal
140
- */
141
- private serialize;
142
- /**
143
- * @internal
144
- */
145
- private deserialize;
130
+ export declare class CreateUserCommand extends CreateUserCommand_base {
146
131
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
4
  import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteGroupCommandInput extends DeleteGroupRequest {
21
20
  */
22
21
  export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteGroupCommand_base: {
24
+ new (input: DeleteGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delete a group within an identity store given <code>GroupId</code>.</p>
@@ -76,23 +79,5 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
76
79
  * <p>Base exception class for all service exceptions from Identitystore service.</p>
77
80
  *
78
81
  */
79
- export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, IdentitystoreClientResolvedConfig> {
80
- readonly input: DeleteGroupCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DeleteGroupCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
4
  import { DeleteGroupMembershipRequest, DeleteGroupMembershipResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteGroupMembershipCommandInput extends DeleteGroupMembership
21
20
  */
22
21
  export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershipResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteGroupMembershipCommand_base: {
24
+ new (input: DeleteGroupMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delete a membership within a group given <code>MembershipId</code>.</p>
@@ -76,23 +79,5 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
76
79
  * <p>Base exception class for all service exceptions from Identitystore service.</p>
77
80
  *
78
81
  */
79
- export declare class DeleteGroupMembershipCommand extends $Command<DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig> {
80
- readonly input: DeleteGroupMembershipCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DeleteGroupMembershipCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DeleteGroupMembershipCommand extends DeleteGroupMembershipCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
4
  import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteUserCommandInput extends DeleteUserRequest {
21
20
  */
22
21
  export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteUserCommand_base: {
24
+ new (input: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a user within an identity store given <code>UserId</code>.</p>
@@ -76,23 +79,5 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
76
79
  * <p>Base exception class for all service exceptions from Identitystore service.</p>
77
80
  *
78
81
  */
79
- export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, IdentitystoreClientResolvedConfig> {
80
- readonly input: DeleteUserCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DeleteUserCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DeleteUserCommand extends DeleteUserCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
4
  import { DescribeGroupRequest, DescribeGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeGroupCommandInput extends DescribeGroupRequest {
21
20
  */
22
21
  export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeGroupCommand_base: {
24
+ new (input: DescribeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGroupCommandInput, DescribeGroupCommandOutput, IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the group metadata and attributes from <code>GroupId</code> in an identity
@@ -82,23 +85,5 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met
82
85
  * <p>Base exception class for all service exceptions from Identitystore service.</p>
83
86
  *
84
87
  */
85
- export declare class DescribeGroupCommand extends $Command<DescribeGroupCommandInput, DescribeGroupCommandOutput, IdentitystoreClientResolvedConfig> {
86
- readonly input: DescribeGroupCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: DescribeGroupCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGroupCommandInput, DescribeGroupCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class DescribeGroupCommand extends DescribeGroupCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
4
  import { DescribeGroupMembershipRequest, DescribeGroupMembershipResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeGroupMembershipCommandInput extends DescribeGroupMember
21
20
  */
22
21
  export interface DescribeGroupMembershipCommandOutput extends DescribeGroupMembershipResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeGroupMembershipCommand_base: {
24
+ new (input: DescribeGroupMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGroupMembershipCommandInput, DescribeGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves membership metadata and attributes from <code>MembershipId</code> in an identity store.</p>
@@ -77,23 +80,5 @@ export interface DescribeGroupMembershipCommandOutput extends DescribeGroupMembe
77
80
  * <p>Base exception class for all service exceptions from Identitystore service.</p>
78
81
  *
79
82
  */
80
- export declare class DescribeGroupMembershipCommand extends $Command<DescribeGroupMembershipCommandInput, DescribeGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig> {
81
- readonly input: DescribeGroupMembershipCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DescribeGroupMembershipCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGroupMembershipCommandInput, DescribeGroupMembershipCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DescribeGroupMembershipCommand extends DescribeGroupMembershipCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
4
  import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeUserCommandInput extends DescribeUserRequest {
21
20
  */
22
21
  export interface DescribeUserCommandOutput extends DescribeUserResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeUserCommand_base: {
24
+ new (input: DescribeUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUserCommandInput, DescribeUserCommandOutput, IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the user metadata and attributes from the <code>UserId</code> in an identity store.</p>
@@ -122,23 +125,5 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
122
125
  * <p>Base exception class for all service exceptions from Identitystore service.</p>
123
126
  *
124
127
  */
125
- export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, IdentitystoreClientResolvedConfig> {
126
- readonly input: DescribeUserCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: DescribeUserCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserCommandInput, DescribeUserCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class DescribeUserCommand extends DescribeUserCommand_base {
144
129
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
4
  import { GetGroupIdRequest, GetGroupIdResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetGroupIdCommandInput extends GetGroupIdRequest {
21
20
  */
22
21
  export interface GetGroupIdCommandOutput extends GetGroupIdResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetGroupIdCommand_base: {
24
+ new (input: GetGroupIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupIdCommandInput, GetGroupIdCommandOutput, IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves <code>GroupId</code> in an identity store.</p>
@@ -82,23 +85,5 @@ export interface GetGroupIdCommandOutput extends GetGroupIdResponse, __MetadataB
82
85
  * <p>Base exception class for all service exceptions from Identitystore service.</p>
83
86
  *
84
87
  */
85
- export declare class GetGroupIdCommand extends $Command<GetGroupIdCommandInput, GetGroupIdCommandOutput, IdentitystoreClientResolvedConfig> {
86
- readonly input: GetGroupIdCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: GetGroupIdCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupIdCommandInput, GetGroupIdCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class GetGroupIdCommand extends GetGroupIdCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IdentitystoreClient";
5
4
  import { GetGroupMembershipIdRequest, GetGroupMembershipIdResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetGroupMembershipIdCommandInput extends GetGroupMembershipIdRe
21
20
  */
22
21
  export interface GetGroupMembershipIdCommandOutput extends GetGroupMembershipIdResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetGroupMembershipIdCommand_base: {
24
+ new (input: GetGroupMembershipIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupMembershipIdCommandInput, GetGroupMembershipIdCommandOutput, IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the <code>MembershipId</code> in an identity store.</p>
@@ -76,23 +79,5 @@ export interface GetGroupMembershipIdCommandOutput extends GetGroupMembershipIdR
76
79
  * <p>Base exception class for all service exceptions from Identitystore service.</p>
77
80
  *
78
81
  */
79
- export declare class GetGroupMembershipIdCommand extends $Command<GetGroupMembershipIdCommandInput, GetGroupMembershipIdCommandOutput, IdentitystoreClientResolvedConfig> {
80
- readonly input: GetGroupMembershipIdCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: GetGroupMembershipIdCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IdentitystoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupMembershipIdCommandInput, GetGroupMembershipIdCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class GetGroupMembershipIdCommand extends GetGroupMembershipIdCommand_base {
98
83
  }