@aws-sdk/client-workdocs 3.414.0 → 3.421.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.
- package/README.md +7 -7
- package/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +5 -0
- package/dist-cjs/commands/ActivateUserCommand.js +5 -0
- package/dist-cjs/commands/AddResourcePermissionsCommand.js +5 -0
- package/dist-cjs/commands/CreateCommentCommand.js +5 -0
- package/dist-cjs/commands/CreateCustomMetadataCommand.js +5 -0
- package/dist-cjs/commands/CreateFolderCommand.js +5 -0
- package/dist-cjs/commands/CreateLabelsCommand.js +5 -0
- package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +5 -0
- package/dist-cjs/commands/CreateUserCommand.js +5 -0
- package/dist-cjs/commands/DeactivateUserCommand.js +5 -0
- package/dist-cjs/commands/DeleteCommentCommand.js +5 -0
- package/dist-cjs/commands/DeleteCustomMetadataCommand.js +5 -0
- package/dist-cjs/commands/DeleteDocumentCommand.js +5 -0
- package/dist-cjs/commands/DeleteDocumentVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteFolderCommand.js +5 -0
- package/dist-cjs/commands/DeleteFolderContentsCommand.js +5 -0
- package/dist-cjs/commands/DeleteLabelsCommand.js +5 -0
- package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +5 -0
- package/dist-cjs/commands/DeleteUserCommand.js +5 -0
- package/dist-cjs/commands/DescribeActivitiesCommand.js +5 -0
- package/dist-cjs/commands/DescribeCommentsCommand.js +5 -0
- package/dist-cjs/commands/DescribeDocumentVersionsCommand.js +5 -0
- package/dist-cjs/commands/DescribeFolderContentsCommand.js +5 -0
- package/dist-cjs/commands/DescribeGroupsCommand.js +5 -0
- package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +5 -0
- package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +5 -0
- package/dist-cjs/commands/DescribeRootFoldersCommand.js +5 -0
- package/dist-cjs/commands/DescribeUsersCommand.js +5 -0
- package/dist-cjs/commands/GetCurrentUserCommand.js +5 -0
- package/dist-cjs/commands/GetDocumentCommand.js +5 -0
- package/dist-cjs/commands/GetDocumentPathCommand.js +5 -0
- package/dist-cjs/commands/GetDocumentVersionCommand.js +5 -0
- package/dist-cjs/commands/GetFolderCommand.js +5 -0
- package/dist-cjs/commands/GetFolderPathCommand.js +5 -0
- package/dist-cjs/commands/GetResourcesCommand.js +5 -0
- package/dist-cjs/commands/InitiateDocumentVersionUploadCommand.js +5 -0
- package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +5 -0
- package/dist-cjs/commands/RemoveResourcePermissionCommand.js +5 -0
- package/dist-cjs/commands/RestoreDocumentVersionsCommand.js +5 -0
- package/dist-cjs/commands/SearchResourcesCommand.js +5 -0
- package/dist-cjs/commands/UpdateDocumentCommand.js +5 -0
- package/dist-cjs/commands/UpdateDocumentVersionCommand.js +5 -0
- package/dist-cjs/commands/UpdateFolderCommand.js +5 -0
- package/dist-cjs/commands/UpdateUserCommand.js +5 -0
- package/dist-es/commands/AbortDocumentVersionUploadCommand.js +5 -0
- package/dist-es/commands/ActivateUserCommand.js +5 -0
- package/dist-es/commands/AddResourcePermissionsCommand.js +5 -0
- package/dist-es/commands/CreateCommentCommand.js +5 -0
- package/dist-es/commands/CreateCustomMetadataCommand.js +5 -0
- package/dist-es/commands/CreateFolderCommand.js +5 -0
- package/dist-es/commands/CreateLabelsCommand.js +5 -0
- package/dist-es/commands/CreateNotificationSubscriptionCommand.js +5 -0
- package/dist-es/commands/CreateUserCommand.js +5 -0
- package/dist-es/commands/DeactivateUserCommand.js +5 -0
- package/dist-es/commands/DeleteCommentCommand.js +5 -0
- package/dist-es/commands/DeleteCustomMetadataCommand.js +5 -0
- package/dist-es/commands/DeleteDocumentCommand.js +5 -0
- package/dist-es/commands/DeleteDocumentVersionCommand.js +5 -0
- package/dist-es/commands/DeleteFolderCommand.js +5 -0
- package/dist-es/commands/DeleteFolderContentsCommand.js +5 -0
- package/dist-es/commands/DeleteLabelsCommand.js +5 -0
- package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +5 -0
- package/dist-es/commands/DeleteUserCommand.js +5 -0
- package/dist-es/commands/DescribeActivitiesCommand.js +5 -0
- package/dist-es/commands/DescribeCommentsCommand.js +5 -0
- package/dist-es/commands/DescribeDocumentVersionsCommand.js +5 -0
- package/dist-es/commands/DescribeFolderContentsCommand.js +5 -0
- package/dist-es/commands/DescribeGroupsCommand.js +5 -0
- package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +5 -0
- package/dist-es/commands/DescribeResourcePermissionsCommand.js +5 -0
- package/dist-es/commands/DescribeRootFoldersCommand.js +5 -0
- package/dist-es/commands/DescribeUsersCommand.js +5 -0
- package/dist-es/commands/GetCurrentUserCommand.js +5 -0
- package/dist-es/commands/GetDocumentCommand.js +5 -0
- package/dist-es/commands/GetDocumentPathCommand.js +5 -0
- package/dist-es/commands/GetDocumentVersionCommand.js +5 -0
- package/dist-es/commands/GetFolderCommand.js +5 -0
- package/dist-es/commands/GetFolderPathCommand.js +5 -0
- package/dist-es/commands/GetResourcesCommand.js +5 -0
- package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +5 -0
- package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +5 -0
- package/dist-es/commands/RemoveResourcePermissionCommand.js +5 -0
- package/dist-es/commands/RestoreDocumentVersionsCommand.js +5 -0
- package/dist-es/commands/SearchResourcesCommand.js +5 -0
- package/dist-es/commands/UpdateDocumentCommand.js +5 -0
- package/dist-es/commands/UpdateDocumentVersionCommand.js +5 -0
- package/dist-es/commands/UpdateFolderCommand.js +5 -0
- package/dist-es/commands/UpdateUserCommand.js +5 -0
- package/package.json +31 -31
package/README.md
CHANGED
|
@@ -81,16 +81,16 @@ using your favorite package manager:
|
|
|
81
81
|
|
|
82
82
|
The AWS SDK is modulized by clients and commands.
|
|
83
83
|
To send a request, you only need to import the `WorkDocsClient` and
|
|
84
|
-
the commands you need, for example `
|
|
84
|
+
the commands you need, for example `DescribeUsersCommand`:
|
|
85
85
|
|
|
86
86
|
```js
|
|
87
87
|
// ES5 example
|
|
88
|
-
const { WorkDocsClient,
|
|
88
|
+
const { WorkDocsClient, DescribeUsersCommand } = require("@aws-sdk/client-workdocs");
|
|
89
89
|
```
|
|
90
90
|
|
|
91
91
|
```ts
|
|
92
92
|
// ES6+ example
|
|
93
|
-
import { WorkDocsClient,
|
|
93
|
+
import { WorkDocsClient, DescribeUsersCommand } from "@aws-sdk/client-workdocs";
|
|
94
94
|
```
|
|
95
95
|
|
|
96
96
|
### Usage
|
|
@@ -109,7 +109,7 @@ const client = new WorkDocsClient({ region: "REGION" });
|
|
|
109
109
|
const params = {
|
|
110
110
|
/** input parameters */
|
|
111
111
|
};
|
|
112
|
-
const command = new
|
|
112
|
+
const command = new DescribeUsersCommand(params);
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
#### Async/await
|
|
@@ -188,7 +188,7 @@ const client = new AWS.WorkDocs({ region: "REGION" });
|
|
|
188
188
|
|
|
189
189
|
// async/await.
|
|
190
190
|
try {
|
|
191
|
-
const data = await client.
|
|
191
|
+
const data = await client.describeUsers(params);
|
|
192
192
|
// process data.
|
|
193
193
|
} catch (error) {
|
|
194
194
|
// error handling.
|
|
@@ -196,7 +196,7 @@ try {
|
|
|
196
196
|
|
|
197
197
|
// Promises.
|
|
198
198
|
client
|
|
199
|
-
.
|
|
199
|
+
.describeUsers(params)
|
|
200
200
|
.then((data) => {
|
|
201
201
|
// process data.
|
|
202
202
|
})
|
|
@@ -205,7 +205,7 @@ client
|
|
|
205
205
|
});
|
|
206
206
|
|
|
207
207
|
// callbacks.
|
|
208
|
-
client.
|
|
208
|
+
client.describeUsers(params, (err, data) => {
|
|
209
209
|
// process err and data.
|
|
210
210
|
});
|
|
211
211
|
```
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class AbortDocumentVersionUploadCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class AbortDocumentVersionUploadCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.AbortDocumentVersionUploadRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "AbortDocumentVersionUpload",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class ActivateUserCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class ActivateUserCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.ActivateUserRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.ActivateUserResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "ActivateUser",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class AddResourcePermissionsCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class AddResourcePermissionsCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.AddResourcePermissionsRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.AddResourcePermissionsResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "AddResourcePermissions",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class CreateCommentCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class CreateCommentCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.CreateCommentRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.CreateCommentResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "CreateComment",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class CreateCustomMetadataCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class CreateCustomMetadataCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.CreateCustomMetadataRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "CreateCustomMetadata",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class CreateFolderCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class CreateFolderCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.CreateFolderRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.CreateFolderResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "CreateFolder",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class CreateLabelsCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class CreateLabelsCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.CreateLabelsRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "CreateLabels",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class CreateNotificationSubscriptionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateNotificationSubscriptionCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGorillaBoyService",
|
|
38
|
+
operation: "CreateNotificationSubscription",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class CreateUserCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class CreateUserCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.CreateUserRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.CreateUserResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "CreateUser",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DeactivateUserCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DeactivateUserCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DeactivateUserRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DeactivateUser",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DeleteCommentCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DeleteCommentCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DeleteCommentRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DeleteComment",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DeleteCustomMetadataCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DeleteCustomMetadataCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DeleteCustomMetadataRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DeleteCustomMetadata",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DeleteDocumentCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DeleteDocumentCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DeleteDocumentRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DeleteDocument",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DeleteDocumentVersionCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DeleteDocumentVersionCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DeleteDocumentVersionRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DeleteDocumentVersion",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DeleteFolderCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DeleteFolderCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DeleteFolderRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DeleteFolder",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DeleteFolderContentsCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DeleteFolderContentsCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DeleteFolderContentsRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DeleteFolderContents",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DeleteLabelsCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DeleteLabelsCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DeleteLabelsRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DeleteLabels",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class DeleteNotificationSubscriptionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteNotificationSubscriptionCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGorillaBoyService",
|
|
38
|
+
operation: "DeleteNotificationSubscription",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DeleteUserCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DeleteUserCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DeleteUserRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DeleteUser",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DescribeActivitiesCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DescribeActivitiesCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DescribeActivitiesRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.DescribeActivitiesResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DescribeActivities",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DescribeCommentsCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DescribeCommentsCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DescribeCommentsRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.DescribeCommentsResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DescribeComments",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DescribeDocumentVersionsCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DescribeDocumentVersionsCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DescribeDocumentVersionsRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.DescribeDocumentVersionsResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DescribeDocumentVersions",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DescribeFolderContentsCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DescribeFolderContentsCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DescribeFolderContentsRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.DescribeFolderContentsResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DescribeFolderContents",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DescribeGroupsCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DescribeGroupsCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DescribeGroupsRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DescribeGroups",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class DescribeNotificationSubscriptionsCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DescribeNotificationSubscriptionsCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGorillaBoyService",
|
|
38
|
+
operation: "DescribeNotificationSubscriptions",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DescribeResourcePermissionsCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DescribeResourcePermissionsCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DescribeResourcePermissionsRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DescribeResourcePermissions",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DescribeRootFoldersCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DescribeRootFoldersCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DescribeRootFoldersRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.DescribeRootFoldersResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DescribeRootFolders",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class DescribeUsersCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class DescribeUsersCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.DescribeUsersRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.DescribeUsersResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "DescribeUsers",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class GetCurrentUserCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class GetCurrentUserCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.GetCurrentUserRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.GetCurrentUserResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSGorillaBoyService",
|
|
39
|
+
operation: "GetCurrentUser",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|