@aws-sdk/client-appintegrations 3.478.0 → 3.480.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 +16 -0
- package/dist-cjs/AppIntegrations.js +4 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +51 -0
- package/dist-cjs/commands/ListApplicationAssociationsCommand.js +51 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +15 -1
- package/dist-cjs/pagination/ListApplicationAssociationsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +136 -1
- package/dist-es/AppIntegrations.js +4 -0
- package/dist-es/commands/DeleteApplicationCommand.js +47 -0
- package/dist-es/commands/ListApplicationAssociationsCommand.js +47 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/pagination/ListApplicationAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +132 -1
- package/dist-types/AppIntegrations.d.ts +14 -0
- package/dist-types/AppIntegrationsClient.d.ts +4 -2
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +97 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -0
- package/dist-types/commands/ListApplicationAssociationsCommand.d.ts +120 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +116 -4
- package/dist-types/pagination/ListApplicationAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/AppIntegrations.d.ts +34 -0
- package/dist-types/ts3.4/AppIntegrationsClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListApplicationAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +32 -3
- package/dist-types/ts3.4/pagination/ListApplicationAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -232,6 +232,14 @@ CreateEventIntegration
|
|
|
232
232
|
|
|
233
233
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appintegrations/command/CreateEventIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appintegrations/Interface/CreateEventIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appintegrations/Interface/CreateEventIntegrationCommandOutput/)
|
|
234
234
|
|
|
235
|
+
</details>
|
|
236
|
+
<details>
|
|
237
|
+
<summary>
|
|
238
|
+
DeleteApplication
|
|
239
|
+
</summary>
|
|
240
|
+
|
|
241
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appintegrations/command/DeleteApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appintegrations/Interface/DeleteApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appintegrations/Interface/DeleteApplicationCommandOutput/)
|
|
242
|
+
|
|
235
243
|
</details>
|
|
236
244
|
<details>
|
|
237
245
|
<summary>
|
|
@@ -272,6 +280,14 @@ GetEventIntegration
|
|
|
272
280
|
|
|
273
281
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appintegrations/command/GetEventIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appintegrations/Interface/GetEventIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appintegrations/Interface/GetEventIntegrationCommandOutput/)
|
|
274
282
|
|
|
283
|
+
</details>
|
|
284
|
+
<details>
|
|
285
|
+
<summary>
|
|
286
|
+
ListApplicationAssociations
|
|
287
|
+
</summary>
|
|
288
|
+
|
|
289
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appintegrations/command/ListApplicationAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appintegrations/Interface/ListApplicationAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appintegrations/Interface/ListApplicationAssociationsCommandOutput/)
|
|
290
|
+
|
|
275
291
|
</details>
|
|
276
292
|
<details>
|
|
277
293
|
<summary>
|
|
@@ -6,11 +6,13 @@ const AppIntegrationsClient_1 = require("./AppIntegrationsClient");
|
|
|
6
6
|
const CreateApplicationCommand_1 = require("./commands/CreateApplicationCommand");
|
|
7
7
|
const CreateDataIntegrationCommand_1 = require("./commands/CreateDataIntegrationCommand");
|
|
8
8
|
const CreateEventIntegrationCommand_1 = require("./commands/CreateEventIntegrationCommand");
|
|
9
|
+
const DeleteApplicationCommand_1 = require("./commands/DeleteApplicationCommand");
|
|
9
10
|
const DeleteDataIntegrationCommand_1 = require("./commands/DeleteDataIntegrationCommand");
|
|
10
11
|
const DeleteEventIntegrationCommand_1 = require("./commands/DeleteEventIntegrationCommand");
|
|
11
12
|
const GetApplicationCommand_1 = require("./commands/GetApplicationCommand");
|
|
12
13
|
const GetDataIntegrationCommand_1 = require("./commands/GetDataIntegrationCommand");
|
|
13
14
|
const GetEventIntegrationCommand_1 = require("./commands/GetEventIntegrationCommand");
|
|
15
|
+
const ListApplicationAssociationsCommand_1 = require("./commands/ListApplicationAssociationsCommand");
|
|
14
16
|
const ListApplicationsCommand_1 = require("./commands/ListApplicationsCommand");
|
|
15
17
|
const ListDataIntegrationAssociationsCommand_1 = require("./commands/ListDataIntegrationAssociationsCommand");
|
|
16
18
|
const ListDataIntegrationsCommand_1 = require("./commands/ListDataIntegrationsCommand");
|
|
@@ -26,11 +28,13 @@ const commands = {
|
|
|
26
28
|
CreateApplicationCommand: CreateApplicationCommand_1.CreateApplicationCommand,
|
|
27
29
|
CreateDataIntegrationCommand: CreateDataIntegrationCommand_1.CreateDataIntegrationCommand,
|
|
28
30
|
CreateEventIntegrationCommand: CreateEventIntegrationCommand_1.CreateEventIntegrationCommand,
|
|
31
|
+
DeleteApplicationCommand: DeleteApplicationCommand_1.DeleteApplicationCommand,
|
|
29
32
|
DeleteDataIntegrationCommand: DeleteDataIntegrationCommand_1.DeleteDataIntegrationCommand,
|
|
30
33
|
DeleteEventIntegrationCommand: DeleteEventIntegrationCommand_1.DeleteEventIntegrationCommand,
|
|
31
34
|
GetApplicationCommand: GetApplicationCommand_1.GetApplicationCommand,
|
|
32
35
|
GetDataIntegrationCommand: GetDataIntegrationCommand_1.GetDataIntegrationCommand,
|
|
33
36
|
GetEventIntegrationCommand: GetEventIntegrationCommand_1.GetEventIntegrationCommand,
|
|
37
|
+
ListApplicationAssociationsCommand: ListApplicationAssociationsCommand_1.ListApplicationAssociationsCommand,
|
|
34
38
|
ListApplicationsCommand: ListApplicationsCommand_1.ListApplicationsCommand,
|
|
35
39
|
ListDataIntegrationAssociationsCommand: ListDataIntegrationAssociationsCommand_1.ListDataIntegrationAssociationsCommand,
|
|
36
40
|
ListDataIntegrationsCommand: ListDataIntegrationsCommand_1.ListDataIntegrationsCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteApplicationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DeleteApplicationCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteApplicationCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "AppIntegrationsClient";
|
|
29
|
+
const commandName = "DeleteApplicationCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonAppIntegrationService",
|
|
38
|
+
operation: "DeleteApplication",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_DeleteApplicationCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_DeleteApplicationCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteApplicationCommand = DeleteApplicationCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListApplicationAssociationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListApplicationAssociationsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListApplicationAssociationsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "AppIntegrationsClient";
|
|
29
|
+
const commandName = "ListApplicationAssociationsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonAppIntegrationService",
|
|
38
|
+
operation: "ListApplicationAssociations",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_ListApplicationAssociationsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_ListApplicationAssociationsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListApplicationAssociationsCommand = ListApplicationAssociationsCommand;
|
|
@@ -4,11 +4,13 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
tslib_1.__exportStar(require("./CreateApplicationCommand"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./CreateDataIntegrationCommand"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./CreateEventIntegrationCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DeleteApplicationCommand"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./DeleteDataIntegrationCommand"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./DeleteEventIntegrationCommand"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./GetApplicationCommand"), exports);
|
|
10
11
|
tslib_1.__exportStar(require("./GetDataIntegrationCommand"), exports);
|
|
11
12
|
tslib_1.__exportStar(require("./GetEventIntegrationCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListApplicationAssociationsCommand"), exports);
|
|
12
14
|
tslib_1.__exportStar(require("./ListApplicationsCommand"), exports);
|
|
13
15
|
tslib_1.__exportStar(require("./ListDataIntegrationAssociationsCommand"), exports);
|
|
14
16
|
tslib_1.__exportStar(require("./ListDataIntegrationsCommand"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ResourceNotFoundException = exports.ThrottlingException = exports.ResourceQuotaExceededException = exports.InvalidRequestException = exports.InternalServiceError = exports.DuplicateResourceException = exports.AccessDeniedException = void 0;
|
|
3
|
+
exports.ResourceNotFoundException = exports.UnsupportedOperationException = exports.ThrottlingException = exports.ResourceQuotaExceededException = exports.InvalidRequestException = exports.InternalServiceError = exports.DuplicateResourceException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const AppIntegrationsServiceException_1 = require("./AppIntegrationsServiceException");
|
|
5
5
|
class AccessDeniedException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -86,6 +86,20 @@ class ThrottlingException extends AppIntegrationsServiceException_1.AppIntegrati
|
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
exports.ThrottlingException = ThrottlingException;
|
|
89
|
+
class UnsupportedOperationException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException {
|
|
90
|
+
constructor(opts) {
|
|
91
|
+
super({
|
|
92
|
+
name: "UnsupportedOperationException",
|
|
93
|
+
$fault: "client",
|
|
94
|
+
...opts,
|
|
95
|
+
});
|
|
96
|
+
this.name = "UnsupportedOperationException";
|
|
97
|
+
this.$fault = "client";
|
|
98
|
+
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
99
|
+
this.Message = opts.Message;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
exports.UnsupportedOperationException = UnsupportedOperationException;
|
|
89
103
|
class ResourceNotFoundException extends AppIntegrationsServiceException_1.AppIntegrationsServiceException {
|
|
90
104
|
constructor(opts) {
|
|
91
105
|
super({
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListApplicationAssociations = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const AppIntegrationsClient_1 = require("../AppIntegrationsClient");
|
|
6
|
+
const ListApplicationAssociationsCommand_1 = require("../commands/ListApplicationAssociationsCommand");
|
|
7
|
+
exports.paginateListApplicationAssociations = (0, core_1.createPaginator)(AppIntegrationsClient_1.AppIntegrationsClient, ListApplicationAssociationsCommand_1.ListApplicationAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListApplicationAssociationsPaginator"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./ListApplicationsPaginator"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./ListDataIntegrationAssociationsPaginator"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./ListDataIntegrationsPaginator"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.de_UpdateEventIntegrationCommand = exports.de_UpdateDataIntegrationCommand = exports.de_UpdateApplicationCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_ListTagsForResourceCommand = exports.de_ListEventIntegrationsCommand = exports.de_ListEventIntegrationAssociationsCommand = exports.de_ListDataIntegrationsCommand = exports.de_ListDataIntegrationAssociationsCommand = exports.de_ListApplicationsCommand = exports.de_GetEventIntegrationCommand = exports.de_GetDataIntegrationCommand = exports.de_GetApplicationCommand = exports.de_DeleteEventIntegrationCommand = exports.de_DeleteDataIntegrationCommand = exports.de_CreateEventIntegrationCommand = exports.de_CreateDataIntegrationCommand = exports.de_CreateApplicationCommand = exports.se_UpdateEventIntegrationCommand = exports.se_UpdateDataIntegrationCommand = exports.se_UpdateApplicationCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_ListTagsForResourceCommand = exports.se_ListEventIntegrationsCommand = exports.se_ListEventIntegrationAssociationsCommand = exports.se_ListDataIntegrationsCommand = exports.se_ListDataIntegrationAssociationsCommand = exports.se_ListApplicationsCommand = exports.se_GetEventIntegrationCommand = exports.se_GetDataIntegrationCommand = exports.se_GetApplicationCommand = exports.se_DeleteEventIntegrationCommand = exports.se_DeleteDataIntegrationCommand = exports.se_CreateEventIntegrationCommand = exports.se_CreateDataIntegrationCommand = exports.se_CreateApplicationCommand = void 0;
|
|
3
|
+
exports.de_UpdateEventIntegrationCommand = exports.de_UpdateDataIntegrationCommand = exports.de_UpdateApplicationCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_ListTagsForResourceCommand = exports.de_ListEventIntegrationsCommand = exports.de_ListEventIntegrationAssociationsCommand = exports.de_ListDataIntegrationsCommand = exports.de_ListDataIntegrationAssociationsCommand = exports.de_ListApplicationsCommand = exports.de_ListApplicationAssociationsCommand = exports.de_GetEventIntegrationCommand = exports.de_GetDataIntegrationCommand = exports.de_GetApplicationCommand = exports.de_DeleteEventIntegrationCommand = exports.de_DeleteDataIntegrationCommand = exports.de_DeleteApplicationCommand = exports.de_CreateEventIntegrationCommand = exports.de_CreateDataIntegrationCommand = exports.de_CreateApplicationCommand = exports.se_UpdateEventIntegrationCommand = exports.se_UpdateDataIntegrationCommand = exports.se_UpdateApplicationCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_ListTagsForResourceCommand = exports.se_ListEventIntegrationsCommand = exports.se_ListEventIntegrationAssociationsCommand = exports.se_ListDataIntegrationsCommand = exports.se_ListDataIntegrationAssociationsCommand = exports.se_ListApplicationsCommand = exports.se_ListApplicationAssociationsCommand = exports.se_GetEventIntegrationCommand = exports.se_GetDataIntegrationCommand = exports.se_GetApplicationCommand = exports.se_DeleteEventIntegrationCommand = exports.se_DeleteDataIntegrationCommand = exports.se_DeleteApplicationCommand = exports.se_CreateEventIntegrationCommand = exports.se_CreateDataIntegrationCommand = exports.se_CreateApplicationCommand = void 0;
|
|
4
4
|
const core_1 = require("@smithy/core");
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const uuid_1 = require("uuid");
|
|
@@ -19,6 +19,7 @@ const se_CreateApplicationCommand = async (input, context) => {
|
|
|
19
19
|
Description: [],
|
|
20
20
|
Name: [],
|
|
21
21
|
Namespace: [],
|
|
22
|
+
Permissions: (_) => (0, smithy_client_1._json)(_),
|
|
22
23
|
Publications: (_) => (0, smithy_client_1._json)(_),
|
|
23
24
|
Subscriptions: (_) => (0, smithy_client_1._json)(_),
|
|
24
25
|
Tags: (_) => (0, smithy_client_1._json)(_),
|
|
@@ -68,6 +69,16 @@ const se_CreateEventIntegrationCommand = async (input, context) => {
|
|
|
68
69
|
return b.build();
|
|
69
70
|
};
|
|
70
71
|
exports.se_CreateEventIntegrationCommand = se_CreateEventIntegrationCommand;
|
|
72
|
+
const se_DeleteApplicationCommand = async (input, context) => {
|
|
73
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
74
|
+
const headers = {};
|
|
75
|
+
b.bp("/applications/{Arn}");
|
|
76
|
+
b.p("Arn", () => input.Arn, "{Arn}", false);
|
|
77
|
+
let body;
|
|
78
|
+
b.m("DELETE").h(headers).b(body);
|
|
79
|
+
return b.build();
|
|
80
|
+
};
|
|
81
|
+
exports.se_DeleteApplicationCommand = se_DeleteApplicationCommand;
|
|
71
82
|
const se_DeleteDataIntegrationCommand = async (input, context) => {
|
|
72
83
|
const b = (0, core_1.requestBuilder)(input, context);
|
|
73
84
|
const headers = {};
|
|
@@ -118,6 +129,20 @@ const se_GetEventIntegrationCommand = async (input, context) => {
|
|
|
118
129
|
return b.build();
|
|
119
130
|
};
|
|
120
131
|
exports.se_GetEventIntegrationCommand = se_GetEventIntegrationCommand;
|
|
132
|
+
const se_ListApplicationAssociationsCommand = async (input, context) => {
|
|
133
|
+
const b = (0, core_1.requestBuilder)(input, context);
|
|
134
|
+
const headers = {};
|
|
135
|
+
b.bp("/applications/{ApplicationId}/associations");
|
|
136
|
+
b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
|
|
137
|
+
const query = (0, smithy_client_1.map)({
|
|
138
|
+
[_nT]: [, input[_NT]],
|
|
139
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
140
|
+
});
|
|
141
|
+
let body;
|
|
142
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
143
|
+
return b.build();
|
|
144
|
+
};
|
|
145
|
+
exports.se_ListApplicationAssociationsCommand = se_ListApplicationAssociationsCommand;
|
|
121
146
|
const se_ListApplicationsCommand = async (input, context) => {
|
|
122
147
|
const b = (0, core_1.requestBuilder)(input, context);
|
|
123
148
|
const headers = {};
|
|
@@ -238,6 +263,7 @@ const se_UpdateApplicationCommand = async (input, context) => {
|
|
|
238
263
|
ApplicationSourceConfig: (_) => (0, smithy_client_1._json)(_),
|
|
239
264
|
Description: [],
|
|
240
265
|
Name: [],
|
|
266
|
+
Permissions: (_) => (0, smithy_client_1._json)(_),
|
|
241
267
|
Publications: (_) => (0, smithy_client_1._json)(_),
|
|
242
268
|
Subscriptions: (_) => (0, smithy_client_1._json)(_),
|
|
243
269
|
}));
|
|
@@ -317,6 +343,9 @@ const de_CreateApplicationCommandError = async (output, context) => {
|
|
|
317
343
|
case "ThrottlingException":
|
|
318
344
|
case "com.amazonaws.appintegrations#ThrottlingException":
|
|
319
345
|
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
346
|
+
case "UnsupportedOperationException":
|
|
347
|
+
case "com.amazonaws.appintegrations#UnsupportedOperationException":
|
|
348
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
320
349
|
default:
|
|
321
350
|
const parsedBody = parsedOutput.body;
|
|
322
351
|
return throwDefaultError({
|
|
@@ -434,6 +463,48 @@ const de_CreateEventIntegrationCommandError = async (output, context) => {
|
|
|
434
463
|
});
|
|
435
464
|
}
|
|
436
465
|
};
|
|
466
|
+
const de_DeleteApplicationCommand = async (output, context) => {
|
|
467
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
468
|
+
return de_DeleteApplicationCommandError(output, context);
|
|
469
|
+
}
|
|
470
|
+
const contents = (0, smithy_client_1.map)({
|
|
471
|
+
$metadata: deserializeMetadata(output),
|
|
472
|
+
});
|
|
473
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
474
|
+
return contents;
|
|
475
|
+
};
|
|
476
|
+
exports.de_DeleteApplicationCommand = de_DeleteApplicationCommand;
|
|
477
|
+
const de_DeleteApplicationCommandError = async (output, context) => {
|
|
478
|
+
const parsedOutput = {
|
|
479
|
+
...output,
|
|
480
|
+
body: await parseErrorBody(output.body, context),
|
|
481
|
+
};
|
|
482
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
483
|
+
switch (errorCode) {
|
|
484
|
+
case "AccessDeniedException":
|
|
485
|
+
case "com.amazonaws.appintegrations#AccessDeniedException":
|
|
486
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
487
|
+
case "InternalServiceError":
|
|
488
|
+
case "com.amazonaws.appintegrations#InternalServiceError":
|
|
489
|
+
throw await de_InternalServiceErrorRes(parsedOutput, context);
|
|
490
|
+
case "InvalidRequestException":
|
|
491
|
+
case "com.amazonaws.appintegrations#InvalidRequestException":
|
|
492
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
493
|
+
case "ResourceNotFoundException":
|
|
494
|
+
case "com.amazonaws.appintegrations#ResourceNotFoundException":
|
|
495
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
496
|
+
case "ThrottlingException":
|
|
497
|
+
case "com.amazonaws.appintegrations#ThrottlingException":
|
|
498
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
499
|
+
default:
|
|
500
|
+
const parsedBody = parsedOutput.body;
|
|
501
|
+
return throwDefaultError({
|
|
502
|
+
output,
|
|
503
|
+
parsedBody,
|
|
504
|
+
errorCode,
|
|
505
|
+
});
|
|
506
|
+
}
|
|
507
|
+
};
|
|
437
508
|
const de_DeleteDataIntegrationCommand = async (output, context) => {
|
|
438
509
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
439
510
|
return de_DeleteDataIntegrationCommandError(output, context);
|
|
@@ -535,6 +606,7 @@ const de_GetApplicationCommand = async (output, context) => {
|
|
|
535
606
|
LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
536
607
|
Name: smithy_client_1.expectString,
|
|
537
608
|
Namespace: smithy_client_1.expectString,
|
|
609
|
+
Permissions: smithy_client_1._json,
|
|
538
610
|
Publications: smithy_client_1._json,
|
|
539
611
|
Subscriptions: smithy_client_1._json,
|
|
540
612
|
Tags: smithy_client_1._json,
|
|
@@ -680,6 +752,53 @@ const de_GetEventIntegrationCommandError = async (output, context) => {
|
|
|
680
752
|
});
|
|
681
753
|
}
|
|
682
754
|
};
|
|
755
|
+
const de_ListApplicationAssociationsCommand = async (output, context) => {
|
|
756
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
757
|
+
return de_ListApplicationAssociationsCommandError(output, context);
|
|
758
|
+
}
|
|
759
|
+
const contents = (0, smithy_client_1.map)({
|
|
760
|
+
$metadata: deserializeMetadata(output),
|
|
761
|
+
});
|
|
762
|
+
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
|
|
763
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
764
|
+
ApplicationAssociations: smithy_client_1._json,
|
|
765
|
+
NextToken: smithy_client_1.expectString,
|
|
766
|
+
});
|
|
767
|
+
Object.assign(contents, doc);
|
|
768
|
+
return contents;
|
|
769
|
+
};
|
|
770
|
+
exports.de_ListApplicationAssociationsCommand = de_ListApplicationAssociationsCommand;
|
|
771
|
+
const de_ListApplicationAssociationsCommandError = async (output, context) => {
|
|
772
|
+
const parsedOutput = {
|
|
773
|
+
...output,
|
|
774
|
+
body: await parseErrorBody(output.body, context),
|
|
775
|
+
};
|
|
776
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
777
|
+
switch (errorCode) {
|
|
778
|
+
case "AccessDeniedException":
|
|
779
|
+
case "com.amazonaws.appintegrations#AccessDeniedException":
|
|
780
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
781
|
+
case "InternalServiceError":
|
|
782
|
+
case "com.amazonaws.appintegrations#InternalServiceError":
|
|
783
|
+
throw await de_InternalServiceErrorRes(parsedOutput, context);
|
|
784
|
+
case "InvalidRequestException":
|
|
785
|
+
case "com.amazonaws.appintegrations#InvalidRequestException":
|
|
786
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
787
|
+
case "ResourceNotFoundException":
|
|
788
|
+
case "com.amazonaws.appintegrations#ResourceNotFoundException":
|
|
789
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
790
|
+
case "ThrottlingException":
|
|
791
|
+
case "com.amazonaws.appintegrations#ThrottlingException":
|
|
792
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
793
|
+
default:
|
|
794
|
+
const parsedBody = parsedOutput.body;
|
|
795
|
+
return throwDefaultError({
|
|
796
|
+
output,
|
|
797
|
+
parsedBody,
|
|
798
|
+
errorCode,
|
|
799
|
+
});
|
|
800
|
+
}
|
|
801
|
+
};
|
|
683
802
|
const de_ListApplicationsCommand = async (output, context) => {
|
|
684
803
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
685
804
|
return de_ListApplicationsCommandError(output, context);
|
|
@@ -1060,6 +1179,9 @@ const de_UpdateApplicationCommandError = async (output, context) => {
|
|
|
1060
1179
|
case "ThrottlingException":
|
|
1061
1180
|
case "com.amazonaws.appintegrations#ThrottlingException":
|
|
1062
1181
|
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
1182
|
+
case "UnsupportedOperationException":
|
|
1183
|
+
case "com.amazonaws.appintegrations#UnsupportedOperationException":
|
|
1184
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
1063
1185
|
default:
|
|
1064
1186
|
const parsedBody = parsedOutput.body;
|
|
1065
1187
|
return throwDefaultError({
|
|
@@ -1245,6 +1367,19 @@ const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
|
1245
1367
|
});
|
|
1246
1368
|
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
1247
1369
|
};
|
|
1370
|
+
const de_UnsupportedOperationExceptionRes = async (parsedOutput, context) => {
|
|
1371
|
+
const contents = (0, smithy_client_1.map)({});
|
|
1372
|
+
const data = parsedOutput.body;
|
|
1373
|
+
const doc = (0, smithy_client_1.take)(data, {
|
|
1374
|
+
Message: smithy_client_1.expectString,
|
|
1375
|
+
});
|
|
1376
|
+
Object.assign(contents, doc);
|
|
1377
|
+
const exception = new models_0_1.UnsupportedOperationException({
|
|
1378
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1379
|
+
...contents,
|
|
1380
|
+
});
|
|
1381
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
1382
|
+
};
|
|
1248
1383
|
const de_ApplicationsList = (output, context) => {
|
|
1249
1384
|
const retVal = (output || [])
|
|
1250
1385
|
.filter((e) => e != null)
|
|
@@ -3,11 +3,13 @@ import { AppIntegrationsClient } from "./AppIntegrationsClient";
|
|
|
3
3
|
import { CreateApplicationCommand, } from "./commands/CreateApplicationCommand";
|
|
4
4
|
import { CreateDataIntegrationCommand, } from "./commands/CreateDataIntegrationCommand";
|
|
5
5
|
import { CreateEventIntegrationCommand, } from "./commands/CreateEventIntegrationCommand";
|
|
6
|
+
import { DeleteApplicationCommand, } from "./commands/DeleteApplicationCommand";
|
|
6
7
|
import { DeleteDataIntegrationCommand, } from "./commands/DeleteDataIntegrationCommand";
|
|
7
8
|
import { DeleteEventIntegrationCommand, } from "./commands/DeleteEventIntegrationCommand";
|
|
8
9
|
import { GetApplicationCommand, } from "./commands/GetApplicationCommand";
|
|
9
10
|
import { GetDataIntegrationCommand, } from "./commands/GetDataIntegrationCommand";
|
|
10
11
|
import { GetEventIntegrationCommand, } from "./commands/GetEventIntegrationCommand";
|
|
12
|
+
import { ListApplicationAssociationsCommand, } from "./commands/ListApplicationAssociationsCommand";
|
|
11
13
|
import { ListApplicationsCommand, } from "./commands/ListApplicationsCommand";
|
|
12
14
|
import { ListDataIntegrationAssociationsCommand, } from "./commands/ListDataIntegrationAssociationsCommand";
|
|
13
15
|
import { ListDataIntegrationsCommand, } from "./commands/ListDataIntegrationsCommand";
|
|
@@ -23,11 +25,13 @@ const commands = {
|
|
|
23
25
|
CreateApplicationCommand,
|
|
24
26
|
CreateDataIntegrationCommand,
|
|
25
27
|
CreateEventIntegrationCommand,
|
|
28
|
+
DeleteApplicationCommand,
|
|
26
29
|
DeleteDataIntegrationCommand,
|
|
27
30
|
DeleteEventIntegrationCommand,
|
|
28
31
|
GetApplicationCommand,
|
|
29
32
|
GetDataIntegrationCommand,
|
|
30
33
|
GetEventIntegrationCommand,
|
|
34
|
+
ListApplicationAssociationsCommand,
|
|
31
35
|
ListApplicationsCommand,
|
|
32
36
|
ListDataIntegrationAssociationsCommand,
|
|
33
37
|
ListDataIntegrationsCommand,
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteApplicationCommand 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, DeleteApplicationCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "AppIntegrationsClient";
|
|
26
|
+
const commandName = "DeleteApplicationCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppIntegrationService",
|
|
35
|
+
operation: "DeleteApplication",
|
|
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_DeleteApplicationCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_DeleteApplicationCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_ListApplicationAssociationsCommand, se_ListApplicationAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListApplicationAssociationsCommand 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, ListApplicationAssociationsCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "AppIntegrationsClient";
|
|
26
|
+
const commandName = "ListApplicationAssociationsCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppIntegrationService",
|
|
35
|
+
operation: "ListApplicationAssociations",
|
|
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_ListApplicationAssociationsCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_ListApplicationAssociationsCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
export * from "./CreateApplicationCommand";
|
|
2
2
|
export * from "./CreateDataIntegrationCommand";
|
|
3
3
|
export * from "./CreateEventIntegrationCommand";
|
|
4
|
+
export * from "./DeleteApplicationCommand";
|
|
4
5
|
export * from "./DeleteDataIntegrationCommand";
|
|
5
6
|
export * from "./DeleteEventIntegrationCommand";
|
|
6
7
|
export * from "./GetApplicationCommand";
|
|
7
8
|
export * from "./GetDataIntegrationCommand";
|
|
8
9
|
export * from "./GetEventIntegrationCommand";
|
|
10
|
+
export * from "./ListApplicationAssociationsCommand";
|
|
9
11
|
export * from "./ListApplicationsCommand";
|
|
10
12
|
export * from "./ListDataIntegrationAssociationsCommand";
|
|
11
13
|
export * from "./ListDataIntegrationsCommand";
|
|
@@ -77,6 +77,19 @@ export class ThrottlingException extends __BaseException {
|
|
|
77
77
|
this.Message = opts.Message;
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
+
export class UnsupportedOperationException extends __BaseException {
|
|
81
|
+
constructor(opts) {
|
|
82
|
+
super({
|
|
83
|
+
name: "UnsupportedOperationException",
|
|
84
|
+
$fault: "client",
|
|
85
|
+
...opts,
|
|
86
|
+
});
|
|
87
|
+
this.name = "UnsupportedOperationException";
|
|
88
|
+
this.$fault = "client";
|
|
89
|
+
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
90
|
+
this.Message = opts.Message;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
80
93
|
export class ResourceNotFoundException extends __BaseException {
|
|
81
94
|
constructor(opts) {
|
|
82
95
|
super({
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppIntegrationsClient } from "../AppIntegrationsClient";
|
|
3
|
+
import { ListApplicationAssociationsCommand, } from "../commands/ListApplicationAssociationsCommand";
|
|
4
|
+
export const paginateListApplicationAssociations = createPaginator(AppIntegrationsClient, ListApplicationAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|