@aws-sdk/client-application-signals 3.1044.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +62 -63
- package/dist-cjs/models/ApplicationSignalsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ApplicationSignals.js +1 -1
- package/dist-es/ApplicationSignalsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +2 -2
- package/dist-es/commands/BatchUpdateExclusionWindowsCommand.js +2 -2
- package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +2 -2
- package/dist-es/commands/DeleteGroupingConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +2 -2
- package/dist-es/commands/GetServiceCommand.js +2 -2
- package/dist-es/commands/GetServiceLevelObjectiveCommand.js +2 -2
- package/dist-es/commands/ListAuditFindingsCommand.js +2 -2
- package/dist-es/commands/ListEntityEventsCommand.js +2 -2
- package/dist-es/commands/ListGroupingAttributeDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListServiceDependenciesCommand.js +2 -2
- package/dist-es/commands/ListServiceDependentsCommand.js +2 -2
- package/dist-es/commands/ListServiceLevelObjectiveExclusionWindowsCommand.js +2 -2
- package/dist-es/commands/ListServiceLevelObjectivesCommand.js +2 -2
- package/dist-es/commands/ListServiceOperationsCommand.js +2 -2
- package/dist-es/commands/ListServiceStatesCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutGroupingConfigurationCommand.js +2 -2
- package/dist-es/commands/StartDiscoveryCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ApplicationSignalsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ApplicationSignalsClient.d.ts +5 -5
- package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateExclusionWindowsCommand.d.ts +6 -4
- package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGroupingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +6 -4
- package/dist-types/commands/ListAuditFindingsCommand.d.ts +6 -4
- package/dist-types/commands/ListEntityEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListGroupingAttributeDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceDependenciesCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceDependentsCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceOperationsCommand.d.ts +6 -4
- package/dist-types/commands/ListServiceStatesCommand.d.ts +6 -4
- package/dist-types/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutGroupingConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/StartDiscoveryCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ApplicationSignalsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateExclusionWindowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGroupingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEntityEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroupingAttributeDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServiceStatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutGroupingConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ApplicationSignalsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteServiceLevelObjectiveCommandOutput
|
|
|
19
19
|
declare const DeleteServiceLevelObjectiveCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteServiceLevelObjectiveCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteServiceLevelObjectiveCommandInput,
|
|
24
24
|
DeleteServiceLevelObjectiveCommandOutput,
|
|
25
25
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteServiceLevelObjectiveCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteServiceLevelObjectiveCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteServiceLevelObjectiveCommandInput,
|
|
33
33
|
DeleteServiceLevelObjectiveCommandOutput,
|
|
34
34
|
ApplicationSignalsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteServiceLevelObjectiveCommand extends DeleteServiceLevelObjectiveCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetServiceCommandOutput
|
|
|
15
15
|
declare const GetServiceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetServiceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetServiceCommandInput,
|
|
20
20
|
GetServiceCommandOutput,
|
|
21
21
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetServiceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetServiceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetServiceCommandInput,
|
|
29
29
|
GetServiceCommandOutput,
|
|
30
30
|
ApplicationSignalsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetServiceCommand extends GetServiceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetServiceLevelObjectiveCommandOutput
|
|
|
19
19
|
declare const GetServiceLevelObjectiveCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetServiceLevelObjectiveCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetServiceLevelObjectiveCommandInput,
|
|
24
24
|
GetServiceLevelObjectiveCommandOutput,
|
|
25
25
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetServiceLevelObjectiveCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetServiceLevelObjectiveCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetServiceLevelObjectiveCommandInput,
|
|
33
33
|
GetServiceLevelObjectiveCommandOutput,
|
|
34
34
|
ApplicationSignalsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetServiceLevelObjectiveCommand extends GetServiceLevelObjectiveCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListAuditFindingsCommandOutput
|
|
|
18
18
|
declare const ListAuditFindingsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListAuditFindingsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListAuditFindingsCommandInput,
|
|
23
23
|
ListAuditFindingsCommandOutput,
|
|
24
24
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListAuditFindingsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListAuditFindingsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListAuditFindingsCommandInput,
|
|
32
32
|
ListAuditFindingsCommandOutput,
|
|
33
33
|
ApplicationSignalsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListAuditFindingsCommand extends ListAuditFindingsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListEntityEventsCommandOutput
|
|
|
18
18
|
declare const ListEntityEventsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListEntityEventsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListEntityEventsCommandInput,
|
|
23
23
|
ListEntityEventsCommandOutput,
|
|
24
24
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListEntityEventsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListEntityEventsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListEntityEventsCommandInput,
|
|
32
32
|
ListEntityEventsCommandOutput,
|
|
33
33
|
ApplicationSignalsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListEntityEventsCommand extends ListEntityEventsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListGroupingAttributeDefinitionsCommandOutput
|
|
|
19
19
|
declare const ListGroupingAttributeDefinitionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListGroupingAttributeDefinitionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListGroupingAttributeDefinitionsCommandInput,
|
|
24
24
|
ListGroupingAttributeDefinitionsCommandOutput,
|
|
25
25
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListGroupingAttributeDefinitionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListGroupingAttributeDefinitionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListGroupingAttributeDefinitionsCommandInput,
|
|
33
33
|
ListGroupingAttributeDefinitionsCommandOutput,
|
|
34
34
|
ApplicationSignalsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListGroupingAttributeDefinitionsCommand extends ListGroupingAttributeDefinitionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListServiceDependenciesCommandOutput
|
|
|
19
19
|
declare const ListServiceDependenciesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListServiceDependenciesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListServiceDependenciesCommandInput,
|
|
24
24
|
ListServiceDependenciesCommandOutput,
|
|
25
25
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListServiceDependenciesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListServiceDependenciesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListServiceDependenciesCommandInput,
|
|
33
33
|
ListServiceDependenciesCommandOutput,
|
|
34
34
|
ApplicationSignalsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListServiceDependenciesCommand extends ListServiceDependenciesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListServiceDependentsCommandOutput
|
|
|
19
19
|
declare const ListServiceDependentsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListServiceDependentsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListServiceDependentsCommandInput,
|
|
24
24
|
ListServiceDependentsCommandOutput,
|
|
25
25
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListServiceDependentsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListServiceDependentsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListServiceDependentsCommandInput,
|
|
33
33
|
ListServiceDependentsCommandOutput,
|
|
34
34
|
ApplicationSignalsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListServiceDependentsCommand extends ListServiceDependentsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListServiceLevelObjectiveExclusionWindowsCommandOutput
|
|
|
19
19
|
declare const ListServiceLevelObjectiveExclusionWindowsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListServiceLevelObjectiveExclusionWindowsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListServiceLevelObjectiveExclusionWindowsCommandInput,
|
|
24
24
|
ListServiceLevelObjectiveExclusionWindowsCommandOutput,
|
|
25
25
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListServiceLevelObjectiveExclusionWindowsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListServiceLevelObjectiveExclusionWindowsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListServiceLevelObjectiveExclusionWindowsCommandInput,
|
|
33
33
|
ListServiceLevelObjectiveExclusionWindowsCommandOutput,
|
|
34
34
|
ApplicationSignalsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListServiceLevelObjectiveExclusionWindowsCommand extends ListServiceLevelObjectiveExclusionWindowsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListServiceLevelObjectivesCommandOutput
|
|
|
19
19
|
declare const ListServiceLevelObjectivesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListServiceLevelObjectivesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListServiceLevelObjectivesCommandInput,
|
|
24
24
|
ListServiceLevelObjectivesCommandOutput,
|
|
25
25
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListServiceLevelObjectivesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListServiceLevelObjectivesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListServiceLevelObjectivesCommandInput,
|
|
33
33
|
ListServiceLevelObjectivesCommandOutput,
|
|
34
34
|
ApplicationSignalsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListServiceLevelObjectivesCommand extends ListServiceLevelObjectivesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListServiceOperationsCommandOutput
|
|
|
19
19
|
declare const ListServiceOperationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListServiceOperationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListServiceOperationsCommandInput,
|
|
24
24
|
ListServiceOperationsCommandOutput,
|
|
25
25
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListServiceOperationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListServiceOperationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListServiceOperationsCommandInput,
|
|
33
33
|
ListServiceOperationsCommandOutput,
|
|
34
34
|
ApplicationSignalsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListServiceOperationsCommand extends ListServiceOperationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListServiceStatesCommandOutput
|
|
|
18
18
|
declare const ListServiceStatesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListServiceStatesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListServiceStatesCommandInput,
|
|
23
23
|
ListServiceStatesCommandOutput,
|
|
24
24
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListServiceStatesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListServiceStatesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListServiceStatesCommandInput,
|
|
32
32
|
ListServiceStatesCommandOutput,
|
|
33
33
|
ApplicationSignalsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListServiceStatesCommand extends ListServiceStatesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListServicesCommandOutput
|
|
|
15
15
|
declare const ListServicesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListServicesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListServicesCommandInput,
|
|
20
20
|
ListServicesCommandOutput,
|
|
21
21
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListServicesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListServicesCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListServicesCommandInput,
|
|
29
29
|
ListServicesCommandOutput,
|
|
30
30
|
ApplicationSignalsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListServicesCommand extends ListServicesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
ApplicationSignalsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface PutGroupingConfigurationCommandOutput
|
|
|
19
19
|
declare const PutGroupingConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutGroupingConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutGroupingConfigurationCommandInput,
|
|
24
24
|
PutGroupingConfigurationCommandOutput,
|
|
25
25
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutGroupingConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutGroupingConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutGroupingConfigurationCommandInput,
|
|
33
33
|
PutGroupingConfigurationCommandOutput,
|
|
34
34
|
ApplicationSignalsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutGroupingConfigurationCommand extends PutGroupingConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface StartDiscoveryCommandOutput
|
|
|
15
15
|
declare const StartDiscoveryCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: StartDiscoveryCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StartDiscoveryCommandInput,
|
|
20
20
|
StartDiscoveryCommandOutput,
|
|
21
21
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const StartDiscoveryCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [StartDiscoveryCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
StartDiscoveryCommandInput,
|
|
29
29
|
StartDiscoveryCommandOutput,
|
|
30
30
|
ApplicationSignalsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class StartDiscoveryCommand extends StartDiscoveryCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
ApplicationSignalsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
|
|
|
18
18
|
declare const UntagResourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UntagResourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagResourceCommandInput,
|
|
23
23
|
UntagResourceCommandOutput,
|
|
24
24
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UntagResourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|
|
33
33
|
ApplicationSignalsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateServiceLevelObjectiveCommandOutput
|
|
|
19
19
|
declare const UpdateServiceLevelObjectiveCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateServiceLevelObjectiveCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateServiceLevelObjectiveCommandInput,
|
|
24
24
|
UpdateServiceLevelObjectiveCommandOutput,
|
|
25
25
|
ApplicationSignalsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateServiceLevelObjectiveCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateServiceLevelObjectiveCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateServiceLevelObjectiveCommandInput,
|
|
33
33
|
UpdateServiceLevelObjectiveCommandOutput,
|
|
34
34
|
ApplicationSignalsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateServiceLevelObjectiveCommand extends UpdateServiceLevelObjectiveCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|